section {
    width: 100%;
    line-height: 150%;
    font-size: 140%;
    text-align: center;
    padding: 50px 0;
}
section {
    width: 100%;
    line-height: 150%;
    text-align: justify;
    padding: 30px 0;
}
section ol,section p,section ul {
    margin: 10px 0
}

section ol,section ul {
    padding: 0 0 0 15px
}

section ol li {
    background: 0;
    list-style: decimal;
    padding: 0
}

section li {
    background: url(../images/li.png) no-repeat 0 10px;
    padding: 0 0 0 30px;
    margin: 5px 0;
    text-align: left;
}
/*section ul li:before {
    content:"\2756";
    padding: 0 15px 0 0;
    color: #e2193b;
}*/
section strong{
    color: #c39f00;
    font-weight: 700;
}
/*section img {
    margin: 0 45px 25px;
    border: #f2f3f3 solid 5px
}*/
section a{
	color: #788394;
}
section a:hover{
	color: #c39f00;
    }

section h1,section h2, section h3, section h4 {
    color: #c39f00;
	font-weight:700;
    padding: 0 0 35px;
    text-align: center;
    line-height: 120%
}
section h1 {
    font-size: 380%;
    padding: 15px 0 30px;
    line-height: 120%
}
section h2 {
    font-size: 320%;
    padding: 15px 0 30px;
    line-height: 120%
}
section h3 {
    font-size: 150%;
    padding: 15px 0 20px;
    line-height: 120%;
}
section h4 {
    color: #000;
    font-size: 130%;
    padding: 15px 0 20px;
    line-height: 120%;
}

.znacka{
    text-align: center;
    padding: 30px 0  60px 0;
}
.znacka h2{
    padding: 15px 0 0;
}

.produkty{
    border-radius: 25px;
    border: #9ac54a solid 7px;
    background: #f8fdee;
    padding: 30px 60px;
    margin: 100px 0;
}
.produkty h2, .produkty h3{
    color: #9ac54a;
}

.prichute, .produkty{
    text-align: center;
}
.prichute{
    border-radius: 25px;
    border: #959595 solid 7px;
    background: #f0f0f0;
    padding: 30px 60px;
    border-radius: 25px;
    color: 000;
    margin: 50px 0 100px 0;
}
.prichute h2, .prichute h3{
    color: #000;
}
.prichute img, .franch img, .obrazek{
    border-radius: 25px;
    margin: 40px 0;
    width: 100%;
    height: auto;
}
#reference{
    color: #000;
    padding: 0 0 40px 0;
}

#reference h2{
    color: #000;
    padding: 15px 0 60px;
}

.reference .testim {
    padding: 20px 40px;
    margin: 0 20px;
    font-size: 80%;
    line-height: 130%;
    text-align: left;
    height: 100%;  /* Zajištění stejné výšky */
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.reference img{
    border-radius: 25px;
    margin: 0 auto 20px auto;
}
.reference .slick-track {
    display: flex !important;
}

.reference .slick-slide {
    height: inherit !important;
}

.reference .slick-slide > div {
    height: 100%;
}

.testim em {
    font-size: 80%;
}


.onas{
    border-radius: 25px;
    border: #c39f00 solid 7px;
    padding: 30px 60px;
    background: url('../images/bg-yo.png') no-repeat bottom right;
    text-align: center;
}
.onas h3{
    color: #000;
}
.onas h4{
    color: #c39f00;
}

.prilezitost{
	width:100%;
	background:#000;
	border-top: #c39f00 solid 15px;
	color:#c39f00;
	line-height:140%;
	text-align: center;
	padding: 40px 30px;
	margin: 80px 0;
	font-size: 100%;
	line-height: 130%;
	border-radius: 25px;
	display:grid;
	grid-template-columns:  1fr  1fr 1fr;
	align-items: center;
	gap: 30px;
}
.prilezitost a:hover{
    background: #fff;
    color: #c39f00;
}
.prilezitost h4{
    color: #fff
}
.popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Poloprůhledné pozadí */
}

.popup-content {
    position: relative;
    margin: 60px auto;
    padding: 20px;
    width: 80%;
    background-color: white;
    border-radius: 15px;
}

.close {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 50px;
    cursor: pointer;
}
.popup h2{
    color: black;
    padding: 15px 0 0;
    font-size: 140%;
}
.popup h2::after{
    content: "";
    display: inline-block;
    width: 68px;
    height: 76px; 
    background: url('../images/logo-mini.png') no-repeat center right;
    margin-left: 20px;
    vertical-align: middle;
}
.popup h4{ 
    text-align: right;
    color: #c39f00;
}
.popup em{
    font-size: 80%;
    padding: 10px 0 0 ;
    line-height: 120%;
    display: inline-block;
}
.popup a:hover{
    background: #000;
    color: #fff;
}
.frwrap{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    font-size: 140%;
    line-height: 140%;
    text-align: right;
}
.formular{
    width: 90%;
    margin: auto;
    padding: 20px 0 30px 0;
	text-align:left !important;
}
.formular label {
    color: rgb(190, 190, 190);
    text-transform: uppercase;
    font-size: 150%;
   }
  .formular input, .formular textarea {
    font-size: 90%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .formular input.odeslat, .cudlik, .jencudlik{
    width: auto;
    height: auto;
    background: #c39f00;
    border-radius: 9999px;
    text-decoration: none;
    color: #fff;
    padding: 20px 60px;
    margin: 20px 0 0 0;
    display: inline-block;
    cursor: pointer;
  }

  .formular input.odeslatsedy{
    background: #bbb;
    color: #666;
    display: inline-block;
    padding: 15px 30px;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    font-size: 150%;
    cursor: pointer;
  }

  .formular input.odeslat:hover, .cudlik:hover, .jencudlik:hover{
    background: #000;
    color: #fff;
  }
    .cudlik{
    margin: 30px auto;
    text-align: center;
  }

  .placeholder{
    color: #b8b9bc;
  }
.formular .checkbox{
	width:40px;
	}

@media only screen and (max-width:768px) {
    section h1 {
        text-align: center
    }

    .text,section table {
        width: 100%
    }

    section {
        float: none
    }
    .onas{
        padding: 10px 20px;
        text-align: center;
    }
    .reference .testim {
        padding: 15px 25px;
        margin: 0 2px;
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    section{
        line-height: 130%;
    font-size: 120%;
    }
    .produkty, .onas, .prichute{
        padding: 30px 20px;
    }
    .franch h4{
        text-align: center;
    }
    .frwrap{
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
    section h1 {
        font-size: 250%;
		padding: 10px 0
    }

    section h2 {
        font-size: 150%;
        padding: 20px 0
    }
	section h3 {
        font-size: 130%;
        padding: 20px 0;
		text-align:center;
    }

    .text,section table {
        width: 100%
    }

    .text{
		text-align:left;
    }
    .prilezitost{
        grid-template-columns:  1fr;
    }
    .frwrap{
        font-size: 100%;
    }
    .formular input, .formular textarea {
        padding: 10px;
        margin: 0 0 10px 0;
      }
    .formular input.odeslat, .cudlik{
        padding: 10px 40px;
        margin: 10px 0 0 0;
      }
      .popup-content {
        position: relative;
        margin: 30px auto;
        padding: 50px 10px 10px 10px ;
        width: 90%;
      }
}