@import url('https://fonts.googleapis.com/css2?family=Kurale&family=Roboto:ital,wght@0,300;0,400;0,500;1,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (min-width:1170px) {
  .container {
    max-width: 1170px;
  }
}
h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Kurale";
}
header {
    padding-top: 30px;
    margin-bottom: 140px;
}
.webp header {
    background: url('/images/g1-new2.webp') no-repeat center;
    min-height: 921px;
    background-position: top;
}
.no-webp header {
    background: url('/images/g1-new2.jpg') no-repeat center;
    min-height: 921px;
    background-position: top;
}
.header-content {
    min-height: 600px;
}
.protect {
    margin-top: 40px;
    font-size: 48px;
    line-height: 36px;
    color: #f5fed4;
    font-weight: 700;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.btn-light {
    border-radius: 15px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #128135;
    font-weight: 500;
    width: 156px;
    height: 46px;
}
.mono {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 35px;
    font-size: 37px;
    margin: 0px 0 38px 37px;
    color: #fff;
    position: absolute;
    width: 280px;
    display: block;
    background: #de6a06;
    padding: 25px 0 25px 50px;
    z-index: 100;
}
.mono-m {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 1.8rem;
  margin: 0 0 3rem;
}
.webp .b-2 {
    background: url('/images/b-2.webp') no-repeat center;
    min-height: 600px;
    background-position: bottom;
    color: #5d5d5d;
}
.no-webp .b-2 {
    background: url('/images/b-2.jpg') no-repeat center;
    min-height: 600px;
    background-position: bottom;
    color: #5d5d5d;
}
.webp .b-3 {
    background: url('/images/b-3.webp') no-repeat center;
    min-height: 628px;
    background-position: bottom;
    position: relative;
    z-index: 20;
}
.no-webp .b-3 {
    background: url('/images/b-3.jpg') no-repeat center;
    min-height: 628px;
    background-position: bottom;
    position: relative;
    z-index: 20;
}
.webp .b-4 {
  background: url('/images/b4-prx.webp') no-repeat center;
  min-height: 1050px;
  background-position: center 60%;
  position: relative;
  z-index: 1;
  margin: -15rem 0;
}
.no-webp .b-4 {
  background: url('/images/b4-prx.jpg') no-repeat center;
  min-height: 1050px;
  background-position: center 60%;
  position: relative;
  z-index: 1;
  margin: -15rem 0;
}
.webp .b-5 {
    background: url('/images/g-5.webp') no-repeat center;
    min-height: 628px;
    background-position: bottom;
    position: relative;
    z-index: 20;
}
.no-webp .b-5 {
    background: url('/images/g-5.jpg') no-repeat center;
    min-height: 628px;
    background-position: bottom;
    position: relative;
    z-index: 20;
}
.b-6 {
  min-height: 550px;
}
.webp .b-7 {
    background: url('/images/b-7.webp') no-repeat center;
    min-height: 700px;
    background-position: bottom;
    color: #ffffff;
}
.no-webp .b-7 {
    background: url('/images/b-7.jpg') no-repeat center;
    min-height: 700px;
    background-position: bottom;
    color: #ffffff;
}
.webp .b-7 ul li, .no-webp .b-7 ul li {
  list-style: unset;
  background: unset;
  background-position: unset;
  width: unset;
  padding: unset;
  margin: unset;
  margin-bottom: 1rem;
}
.webp .b-7 h2, .no-webp .b-7 h2 {
  color: #ffffff;
}
.webp .b-8 {
    background: url('/images/b-8.webp') no-repeat center;
    min-height: 700px;
    background-position: center;
}
.no-webp .b-8 {
    background: url('/images/b-8.jpg') no-repeat center;
    min-height: 700px;
    background-position: center;
}
.webp .b-9 {
    background: url('/images/b-9.webp') no-repeat center;
    min-height: 628px;
    background-position: center;
}
.no-webp .b-9 {
    background: url('/images/b-9.jpg') no-repeat center;
    min-height: 628px;
    background-position: center;
}
.webp .b-10 {
    background: url('/images/b-10.webp') no-repeat center;
    /*min-height: 1450px;*/
    background-color: #9aa73b;
    background-position: bottom;
}
.no-webp .b-10 {
    background: url('/images/b-10.jpg') no-repeat center;
    background-position: center;
}
.product {
    background: linear-gradient(to top, #c4df9b 60%, transparent 60%);
    padding: 0 5px 5px 5px;
    margin-bottom: 20px;
}
.product p {
    font-size: 24px;
}
.stores {
  background: rgba(196,223,155, 0.83);

}
.store {
  transition: transform 0.5s;
  overflow: hidden;
}
.store:hover {
  transform: scale(1.07);
  cursor: pointer;
}
.stores h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-top: 20px;
}

.map {
  background-color: #c4df9b;
  min-height: 750px;
}

.footer__item-label {
  font-size: 14px;
  color: #737373;
}

.fr {
  position: relative;
  top: 50px;
  border-top: 2px solid green;
}

@media only screen and (max-width:640px) {
  .footer__item-label {
    text-align: center;
    display: block;
  }
}

.footer__item-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2rem 0
}

@media only screen and (max-width:640px) {
  .footer__item-content {
    justify-content: center;
    padding: 1rem 0
  }
}

.footer__logo, .footer__share, .footer__social {
  display: block;
  transition: opacity .3s ease
}

.footer__logo:focus, .footer__logo:hover, .footer__policy:focus, .footer__policy:hover, .footer__share:focus, .footer__share:hover, .footer__social:focus, .footer__social:hover {
  opacity: .75
}


.footer__copyright {
  background-color: #0ba13b;
  color: #fff;
  font-size: 14px;
  height: 43px;
}

.footer__copyright a {
  color: #fff;
  font-size: 14px;
  }

.footer__policy {
  text-decoration: underline;
  transition: opacity .3s ease
}

.par-2 {
  z-index: 1;
}
.pp-2 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pd-1 {
  position: absolute;
  display: flex;
  z-index: 2;
  justify-content: center;
  margin-top: 80px;
}
.buy {
  display: none;
}
.b-3 ul {
  margin-left: -15px;
}
.b-3 li {
  list-style-type: none;
  margin-bottom: 1rem;
 }
 .b-3 li::before {
  color: #0ba13b;
  content: "▪";
  padding-right: 10px;
 }
 .swiper-slide {
   padding: 0 12px;
 }
 .upak {
  display: none;
  z-index: 10;
 }

@media only screen and (min-width:1400px) {
  .product {
    min-height: 350px;
  }
}

@media only screen and (max-width:1170px) {
 /* .webp header {
  background-size: 160%;
  }
  .no-webp header {
    background-size: 160%;
  }*/
}
@media only screen and (min-width:1024px) {
  .product {
    min-height: 370px;
  }
  /*.mono {
    line-height: 2rem;
    font-size: 1.7rem;
	}*/
}
@media only screen and (max-width:1024px) {
  .mono {
    line-height: 23px;
    font-size: 23px;
    width: 150px;
	}
  .webp .b-4 {
    min-height: 615px;
    margin: unset;
  }
  .no-webp .b-4 {
    min-height: 915px;
    margin: unset;
  }
}
@media only screen and (max-width:995px) {
  .webp header {
    background-position: 38% top;
  }
  .no-webp header {
    background-position: 38% top;
  }
  .buy button {
    width: 80%;
  }
  .webp .b-2 {
    min-height: 700px;
  }
  .no-webp .b-2 {
    min-height: 700px;
  }
  .webp .b-4 {
    min-height: 700px;
  }
  .no-webp .b-4 {
    min-height: 700px;
  }
  .webp .b-10 {
    background: none;
    background-color: #9da93d;;
    min-height: auto;
  }
  .no-webp .b-10 {
    background: none;
    background-color: #9da93d;;
    min-height: auto;
  }
  .store img {
    width: 100%;
  }
  .packs, .mono {
    display: none!important;
  }
  .buy {
    display: block;
  }
  .buy button {
    width: 245px;
    height: 92px;
    border-radius: 30px;
    background-color: #0ba13b;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .mono-m {
     margin: -5rem 0 3rem;
  }
  .upak {
    display: block;
  }
  .upak img {
      margin: 300px 0 40px 110px;
  }
}
@media only screen and (max-width:960px) {
  .upak img {
    margin: 300px 0 40px 0;
  }
}
@media only screen and (max-width:768px) {
  /*.webp header {
    background: url('/images/bm1.webp') no-repeat center;
    min-height: 921px;
    background-position: top;
    background-size: contain;
}
.no-webp header {
    background: url('/images/bm1.jpg') no-repeat center;
    min-height: 921px;
    background-position: top;
}*/
.header-content {
  min-height: 800px;
}
  .ticks img {
    width: 100%;
  }
  .webp .b-2 {
    min-height: 700px;
  }
  .no-webp .b-2 {
    min-height: 700px;
  }
   .webp .b-8 {
    background-size: 180%;
    min-height: 500px;
  }
  .no-webp .b-8 {
    background-size: 180%;
    min-height: 500px;
  }
  .product {
    margin-bottom: 20px;
  }
  .map {
    min-height: 510px;
  }
  .store {
    width: auto;
  }
}
@media only screen and (max-width:640px) {
  header {
    margin-bottom: 50px;
  }
  .packs img {
    margin-top: 15rem;
  }
  .packs button {
    width: 50%;
    padding: 10px 0;
    margin: -28px auto 20px;
  }
  .mono-m {
    margin: -6rem 0 3rem;
  }
  .webp .b-2 {
    background-position: 73% 100%;
    background-size: 1065px;
    min-height: 750px;
  }
  .no-webp .b-2 {
    background-position: 73% 100%;
    background-size: 1065px;
    min-height: 685px;
  }
  .b-2 img {
    width: 200px;
    margin: auto;
    display: block;
  }
  .webp .b-3 {
	background: url(/images/b-3-m.webp) no-repeat center;
    min-height: 620px;
    background-position: 45% 100%;
    background-size: 870px;
    background-color: #e6e9cc;
  }
  .no-webp .b-3 {
	background: url(/images/b-3-m.jpg) no-repeat center;
    min-height: 710px;
    background-position: 45% 100%;
    background-size: 870px;
    background-color: #e6e9cc;
  }
  .webp .b-4 {
    background: url(/images/b-4-m.webp) no-repeat center;
    min-height: 1110px;
    background-position: 45% 100%;
    background-size: 100%;
    background-color: #dcd052;
  }
  .no-webp .b-4 {
    background: url(/images/b-4-m.png) no-repeat center;
    min-height: 1110px;
    background-position: 45% 100%;
    background-size: 100%;
    background-color: #dcd052;
  }
  .webp .b-5 {
    background: url(/images/b-5-m.webp) no-repeat center;
    min-height: 830px;
    background-position: 45% 90%;
    background-size: 100%;
    background-color: #b5ccec;
  }
  .no-webp .b-5 {
    background: url(/images/b-5-m.jpg) no-repeat center;
    min-height: 830px;
    background-position: 45% 100%;
    background-size: 100%;
    background-color: #b5ccec;
  }
  .b-6 img {
    width: 200px;
    margin: 50px auto 20px;
    display: block;
  }
  .webp .b-7 {
    background: url(/images/g-7-m.webp) no-repeat center;
    min-height: 1120px;
    background-position: 0 100%;
    background-size: 100%;
    background-color: #552807;
  }
  .no-webp .b-7 {
    background: url(/images/g-7-m.jpg) no-repeat center;
    min-height: 1120px;
    background-position: 0 100%;
    background-size: 100%;
    background-color: #552807;
  }
  .webp .b-8 {
    background: url(/images/g-8-m.webp) no-repeat center;
    min-height: 1000px;
    background-position: 0 100%;
    background-size: 100%;
    background-color: #ebcb91;
  }
  .no-webp .b-8 {
    background: url(/images/g-8-m.jpg) no-repeat center;
    min-height: 1000px;
    background-position: 0 100%;
    background-size: 100%;
    background-color: #ebcb91;
  }
  .product {
    margin-bottom: 20px;
  }
  .store {
    width: 160px;
    margin: 10px 0;
  }
  .map {
    background-color: #c4df9b;
    min-height: 520px;
  }
  .fr {
    top: 0;
  }
  .footer__copyright {
    height: auto;
    padding: 10px 0;
}
  .footer__copyright-label, .footer__policy {
    display: block;
    padding: 10px 0;
  }
}

@media only screen and (max-width:575px) {
  .b-3 h2, .b-4 h2, .b-5 h2, .b-6 h2, .b-7 h2, .b-8 h2, .b-9 h2 {
    margin-top: 2rem;
  }
  .mono-m {
    margin: -6rem 0 3rem;
}
  .webp .b-2 {
    min-height: 800px;
  }
  .no-webp .b-2 {
    min-height: 800px;
  }
  .webp .b-4 {
    min-height: 1000px;
  }
  .no-webp .b-4 {
    min-height: 1000px;
  }
  .webp .b-5 {
    min-height: 800px;
  }
  .no-webp .b-5 {
    min-height: 800px;
  }
  .b-6 {
    margin-bottom: 2rem;
  }
  .webp .b-8 {
    min-height: 900px;
  }
  .no-webp .b-8 {
    min-height: 900px;
  }
  .product {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width:640px) {
  .upak img {
    max-width: 570px;
  }
}

@media only screen and (max-width:475px) {
  header {
    margin-bottom: unset;
  }
  .webp header {
    background-size: 240%;
  }
  .no-webp header {
    background-size: 240%;
  }
  .header-content {
    min-height: 430px;
  }
  .logo img {
    width: 200px;
  }
  .packs img {
    margin-top: 6rem;
  }
  .upak img {
    margin: 160px 0 0 0;
    width: 400px;
  }
  .webp .b-2 {
      min-height: 860px;
  }
  .no-webp .b-2 {
    min-height: 860px;
  }
  .b-2 img {
    width: 200px;
    margin: auto;
    display: block;
  }
  .webp .b-3 {
    min-height: 665px;
  }
  .no-webp .b-3 {
    min-height: 665px;
  }
  .webp .b-4 {
    min-height: 1000px;
    background-size: 460px;
  }
  .no-webp .b-4 {
    min-height: 1000px;
    background-size: 460px;
  }
  .webp .b-5 {
    min-height: 750px;
    background-size: 460px;
  }
  .no-webp .b-5 {
    min-height: 750px;
    background-size: 460px;
  }
  .webp .b-7 {
    min-height: 930px;
  }
  .no-webp .b-7 {
    min-height: 910px;
  }
  .webp .b-8 {
    min-height: 800px;
  }
  .no-webp .b-8 {
    min-height: 800px;
  }
  .webp .b-9 {
    min-height: 550px;
    background-position: 50% 0;
  }
  .no-webp .b-9 {
    min-height: 550px;
    background-position: 50% 0;
  }
  .webp .b-10 {
    background: unset;
    background-color: #9da93d;
  }
  .no-webp .b-10 {
    background: unset;
    background-color: #9da93d;
  }
  .b-3 h2, .b-4 h2, .b-5 h2, .b-7 h2, .b-8 h2, .b-9 h2, .b-10 h2 {
    margin-top: 30px;
    font-size: 32px;
    text-align: left;
  }
  .select__where-buy {
    width: 100%;
  }
  .reviews__slider p {
      padding: 0 10px;
  }
  .reviews__slider h3 {
      padding-left: 10px;
  }
  .mono-m {
    margin: 0 0 3rem;
  }
  .product img {
    width: 200px;
  }
  .store {
    width: auto;
    margin: 10px auto;
  }
}

@media only screen and (max-width:414px) {
  .mono-m {
    margin: 0 0 3rem;
  }
  .product img {
    width: 180px;
  }
}

@media only screen and (max-width:375px) {
  .webp .b-2 {
    min-height: 925px;
  }
  .no-webp .b-2 {
    min-height: 925px;
  }
  .webp .b-3 {
    min-height: 690px;
  }
  .no-webp .b-3 {
    min-height: 690px;
  }
  .webp .b-4 {
    min-height: 1070px;
  }.no-webp .b-4 {
    min-height: 1070px;
  }
  .product img {
    width: 140px;
  }
  .upak img {
    margin: 110px 0 0 0;
    width: 350px;
  }
  .product {
    width: auto;
	padding: 0 10px 10px 10px;
  }
}
@media only screen and (max-width:320px) {
  .webp header {
    min-height: 830px;
  }
  .no-webp header {
    min-height: 830px;
  }
  .header-content {
    min-height: 330px;
  }
  .webp .b-2 {
    min-height: 940px;
  }
  .no-webp .b-2 {
    min-height: 930px;
  }
  .webp .b-4 {
    min-height: 1170px;
  }.no-webp .b-4 {
    min-height: 1170px;
  }
  .webp .b-5 {
    min-height: 800px;
  }.no-webp .b-5 {
    min-height: 800px;
  }
  .webp .b-8 {
    background-size: 110%;
    min-height: 765px;
  }
  .no-webp .b-8 {
    background-size: 110%;
    min-height: 765px;
  }
  .webp .b-3 {
    min-height: 740px;
  }
  .no-webp .b-3 {
    min-height: 740px;
  }
  h2 {
    font-size: 32px;
  }
  .b-3 h2, .b-4 h2, .b-5 h2, .b-7 h2, .b-8 h2, .b-9 h2, .b-10 h2 {
    font-size: 28px;
	}
  .product p {
    font-size: 20px;
  }
  .mono-m {
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin: 0 0 3rem;
  }
  .upak img {
    width: 310px;
  }
}
@media only screen and (max-width:280px) {
  .webp .b-2 {
    min-height: 985px;
  }
  .no-webp .b-2 {
    min-height: 985px;
  }
  .webp .b-5 {
    min-height: 840px;
  }
  .no-webp .b-5 {
    min-height: 840px;
  }
  .webp .b-4 {
    min-height: 1240px;
  }
  .no-webp .b-4 {
    min-height: 1240px;
  }
.product p {
    font-size: 16px;
  }
}

/*Animated ticks*/
.a-ticks {
  display: flex;
  justify-content: center;
}
#animation_container {
  background-color:rgba(255, 255, 255, 0.00);
  position: absolute;
  margin: 255px 0 0 -218px;
  z-index: 1;
}
#canvas {
  position: absolute; 
  display: block; 
  background-color:rgba(255, 255, 255, 0.00);
}
#dom_overlay_container {
  pointer-events:none; 
  overflow:hidden; 
  width:480px; 
  height:224px; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  display: block;
}

.anim_ticks {
  display: flex;
  position: absolute;
  justify-content: center;
  width: 100%;
}

.tick40 {
  position: absolute;
  margin: 21rem 0 0 -19rem;
}
.tick60 {
  position: absolute;
  margin: 16rem 0 0 -2rem;
}
.animated_ticks {
  display: none;
}

/*End Animated ticks*/

@media only screen and (max-width:1024px) {
  .tick40 {
    margin: 18rem 0 0 -17rem;
  }
  .tick60 {
    margin: 13rem 0 0 -2rem;
  }
}
@media only screen and (max-width:995px) {
  #animation_container {
    background-color: rgba(255, 255, 255, 0.00);
    position: absolute;
    margin: 255px 0 0 0;
    z-index: 1;
  }
}
@media only screen and (max-width:960px) {
  #animation_container {
   margin: 250px 0 0 13px;
  }
  .tick40 {
    margin: 16rem 0 0 -16rem;
  }
  .tick60 {
    margin: 12rem 0 0 -2rem;
  }
}
@media only screen and (max-width:820px) {
  #animation_container {
    margin: 251px 0 0 45px;
  }
}
@media only screen and (max-width:768px) {
  #animation_container {
    margin: 250px 0 0 62px;
  }
  .anim_ticks {
    display: none;
  }
  .animated_ticks {
    display: block;
    position: absolute;
    top: 21rem;
    left: 13rem;
    width: auto;
  }
  .tick40 {
    margin: 3rem 0 0 -1rem;
}
  .tick60 {
    margin: -2rem 0 0 17rem;
  }
}
@media only screen and (max-width:720px) {
  #animation_container {
    margin: 250px 0 0 74px;
}
  .tick40 {
    margin: 2rem 0 0 -3rem;
	}
	.tick60 {
    margin: -3rem 0 0 16rem;
	}
}
@media only screen and (max-width:640px) {
  #animation_container {
    margin: 250px 0 0 92px;
} 
  .animated_ticks {
    top: 18rem;
    left: 10rem;
  }
}
@media only screen and (max-width:575px) {
  #animation_container {
    margin: 250px 0 0 107px;
  }
  .animated_ticks {
    top: 15rem;
    left: 5rem;
  }
  .tick40 {
    margin: 3rem 0 0 3rem;
	}
}

@media only screen and (max-width:475px) {
  #animation_container {
    transform: scale(0.57);
    margin: 90px 0 0 27px;
  }
  .animated_ticks {
    top: 12rem;
    left: 7rem;
  }
  .tick40 {
    margin: 3rem 0 0 0;
}
  .tick60 {
    margin: 0rem 0 0 12rem;
  }
  .tick40 img {
    width: 30px;
  }
  .tick60 img {
    width: 40px;
  }
}
@media only screen and (max-width:425px) {
  #animation_container {
    transform: scale(0.54);
    margin: 71px 0 0 28px;
}
}
@media only screen and (max-width:414px) {
  #animation_container {
    transform: scale(0.5);
    margin: 60px 0 0 23px;
  }
  .animated_ticks {
    top: 10rem;
    left: 5rem;
  }
}
@media only screen and (max-width:393px) {
  #animation_container {
    transform: scale(0.48);
    margin: 52px 0 0 25px;
  }
  .upak img {
    margin: 120px 0 0 0;
  }
}
@media only screen and (max-width:375px) {
  #animation_container {
    transform: scale(0.45);
    margin: 42px 0 0 20px;
  }
  .animated_ticks {
    top: 9rem;
    left: 6rem;
  }
  .tick40 {
    margin: 3rem 0 0 -1rem;
  }
  .tick60 {
    margin: 0rem 0 0 8.5rem;
  }
}
@media only screen and (max-width:360px) {
  #animation_container {
    transform: scale(0.44);
    margin: 35px 0 0 21px;
  }
}
@media only screen and (max-width:320px) {
  .animated_ticks {
    top: 6.5rem;
    left: 5rem;
  }
  .tick40 {
    margin: 3.5rem 0 0 -1rem;
}
  .tick60 {
    margin: 1rem 0 0 7rem;
  }  
}
@media only screen and (max-width:280px) {
  #animation_container {
    transform: scale(0.35);
    margin: -4px 0 0 18px;
  }
  .upak img {
    width: 265px;
  }
}

