@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

:root{
  --bg-1:#e6f1de;
  --bg-2:#77B0F7;
  --bg-3:#f3fdae;
  --bg-4:#fa7b92;
  --bg-5:#f7a0f1;
  --footer-1:#0c200c;
  --footer-2:#0c0c20;
  --footer-3:#0c200c;
  --footer-4:#1e0c20;
  --footer-5:#200c13;
   --primary-1:#2d5f2f;
  --primary-2:#2d365f;
  --primary-3:#398523;
  --primary-4:#a33c5e;
  --primary-5:#a33c84;
--second-1:#729c4d;
--second-2:#4d5c9c;
--second-3:#a4c557;
--second-4:#ff24d0;
--second-5:#a353aa;

  --white: #fff;
 --shadow:rgba(15,23,42,.08);
  --black: black;
  --transition: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --gap-30: 29px;
}

body{
  direction: ltr;
  font-family: 'Yantramanav', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  position: relative;
}

html {
  scroll-behavior: smooth;
  }
*{
  box-sizing: border-box;
}

a{
    text-decoration: none;
}

p {
  margin-bottom: 17px;
  font-size: 1rem;
  line-height: 1.5;
}

ul, ol {
  margin-bottom: 17px;
  padding-left: 17px;
}

li {
  margin-bottom: 5px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.btn-shop-1{
  cursor: pointer;
  border: 1px solid transparent;
  background-color: var(--second-4);
  color:var(--white);
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 76px;
  align-items: center;
  padding: 11px  29px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .2s;
}
.btn-shop-1:hover {
  color: var( --primary-4);
  border: 1px solid var( --primary-4);
  background-color: var(--white);

}
.btn-shop-2 {
  font-size: clamp(15px,4vw,21px);
  font-weight: 400;
  cursor: pointer;
  outline: none;
  color: var(--black);
  padding: 17px;
  padding-left:  29px;
  padding-right:  29px;
  border: 2px dashed var(--primary-4);
  border-radius: 17px;
  transition: var(--transition);
}

.btn-shop-2:hover {
  color: var(--primary-4);
  border: 2px dashed var(--footer-4);
}

.btn-shop-3 {
padding: 11px 11px;
  border: none;
  border-radius: 29px;
  background: var(--primary-4);
  font-size:  16px;
  color: #ffffff;
  font-family: inherit;
  font-weight: 400;
  cursor:pointer;
 }
 
 .btn-shop-3:hover {
  animation: shake3856 0.3s linear infinite both;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-1px, 1px);
   transform: translate(-1px, 1px);
  }
 
  40% {
   -webkit-transform: translate(-1px, -1px);
   transform: translate(-1px, -1px);
  }
 
  60% {
   -webkit-transform: translate(1px, 1px);
   transform: translate(1px, 1px);
  }
 
  80% {
   -webkit-transform: translate(1px, -1px);
   transform: translate(1px, -1px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }
.btn-shop-4 {
  position: relative;
display:inline-block;
  border-radius: 43px;
  border: none;
  background-color: var(--primary-4);
  color: white;
  box-shadow: 0px 11px 11px var(--bg-4) inset,
  0px 5px 11px rgba(5, 5, 5, 0.212),
  0px -11px 11px var(--primary-4) inset;
  cursor: pointer;
 padding: 17px 11px;
 font-size: clamp(15px,4vw,21px);
}

.btn-shop-4::before {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.678);
  content: "";
  filter: blur(1px);
  top: 5px;
  border-radius: 50%;
}

.btn-shop-4::after {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.137);
  content: "";
  filter: blur(1px);
  bottom: 5px;
  border-radius: 50%;
}

.btn-shop-4:hover {
  animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}


.btn-shop-5 {
  cursor: pointer;
 text-transform: uppercase;
 font-weight: {font_weight_bold};
 text-decoration: none;
 color: rgb(27, 27, 27);
 padding: 11px 20px;
 border: 1px solid;
 border-radius: 82px;
 display: inline-block;
 transition: all .2s;
 position: relative;
}

.btn-shop-5:hover {
 transform: translateY(-5px);
 box-shadow: 0 11px 20px rgba(27, 27, 27, .5);
}

.btn-shop-5:active {
 transform: translateY(-3px);
}

.btn-shop-5::after {
 content: "";
 display: inline-block;
 height: 100%;
 width: 100%;
 border-radius: 82px;
 top: 0;
 left: 0;
 position: absolute;
 z-index: -1;
 transition: all .3s;
}

.btn-shop-5:hover::after {
 background-color:var(--second-4);
 transform: scaleX(1.4) scaleY(1.5);
 opacity: 0;
}

@media (max-width: 990px){
  #scrollToTopBtn {
    display: none !important; 
  }
}
@media (min-width:991px) {
   #scrollToTopBtn {
  display: none; 
  position: fixed;
  bottom: 111px;
  right: 32px;
  z-index: 5; 
  border: none; 
  outline: none; 
  background-color: var(--primary-4);
  color: white;
  cursor: pointer;
  padding:  17px; 
  border-radius: 11px; 
  font-size: 16px; 
}

#scrollToTopBtn:hover {
  background-color: var(--second-4);
}
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

.title{
  display: flex;
  justify-content: center;
  font-size: clamp(27px,4vw,40px);
  font-weight: 400;
  line-height: 1.5;
}

@keyframes underline-animation {
  0% {
      width: 0;
      left: 50%;
  }
  50% {
      width: 100%;
      left: 0;
  }
  100% {
      width: 0;
      left: 50%;
  }
}

.contain{
  max-width:1174px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 17px;
}

.header-thumb{
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  z-index: 14;
  padding-right: 17px;
  padding-left: 17px;
}

header { 
  border: 1px solid rgb(214, 225, 206);
  background-color: var(--white);
  border-radius: 82px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 11px 17px;
  display: flex;
} 
@media (min-width:1280px) {
  .header-thumb{ 
    padding-right: 29px;
    padding-left: 29px;
  }
}
@media (min-width:1440px) {
  .header-thumb { 
    padding-right: 43px;
  padding-left: 43px;
  }
}

a.logo {
    display: flex;
    gap: 5px;
    align-items: center;
  color: black;
  text-decoration: none;
  font-weight: 900;
  flex-wrap: wrap;
  justify-content: center;
}
.box-img{
  width: 43px;
}
.img-logo{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 80vh;
  background:var(--bg-4);
  width: 66%;
  visibility: hidden;
  transform: translateX(50%);
  opacity: 0;
  transition: all .3s;
}

.exit {
  width:  32px;
  float: right;
  margin: 5px;
  cursor: pointer;
  fill: black;
}

.menu-box{
  list-style-type: none;
  padding: 0;
  margin-top: 11px;
}
.menu-box li {
  margin: 0;
  margin: 5px 0px;
}

.menu-box li a {
  color:var(--black);
  text-decoration: none;
  display: block;
  padding: 5px 0px;
}

.open {
  cursor: pointer;
  margin: 5px;
  fill: black;
}

.active a {
  color: #008AF8;
  font-weight: 900;
}

.menu-box li a:hover {
 color: var(--second-4);
}

.open-nav {
  visibility: unset;
  opacity: 1;
  transform: translateX(0);
}



.submenu p {
  margin: 11px 0 11px 11px;
  color: #707D88;
  line-height: 1.5;
}

.submenu ul {
  margin: 11px 0 11px;
  list-style-type: none;
}

.submenu a {
  font-weight: normal;
  color: #7B8994;
  background: none;
  font-weight: 900;
}

.submenu a:hover {
  background: none;
}

.drop-down li a {
  color: white;
  font-size: clamp(115px4px,4vw,16px);
  font-weight: 900;
  background: var( --primary-4);
  margin-bottom: 2px;
  padding: 5px;
}
.contact-us{
  align-items: center;
  margin-left: 11px;
  display: flex;
}
.contact-us a {
  border: 1px solid var( --primary-4);
  background-color: var( --primary-4);
  color: var(--white);
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 76px;
  padding: 11px  29px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s;
  display: inline-block;
}
@media (max-width:991px) {
  .contact-us{
    display: none;
  }
}
@media (min-width:992px) {
  .contact-link-desc{
  display: none;
  }
  .backet-thumb{
    display: none;
  }
 }

@media (max-width: 990.9px) {
  .menu-box{
    padding:  17px;
  }
  nav{
    width: 90%;
  }
}

@media (min-width: 991.9px) {
  .open, .exit {
      display: none;
  }
  
  nav {
      visibility: unset;
      background: none;
      position: unset;
      height: auto;
      opacity: 1;
      transform: translateX(0);
  }
  
  .menu-box {
      display: flex;
      margin-top: auto;
      width: auto;
      float: right;
      margin: 0;
      align-items: center;
  }
  
  .menu-box li a {
    text-transform: capitalize;
    padding: 11px 17px;
    font-size: 15px;
    font-weight: 400;
  }
  
  .active a {
      color: white;
  }

  
  header {
      overflow: visible;
  }
  
  .sub {
      position: relative;
  }
  
  .submenu {
      display: none;
  }

  .sub:hover .submenu {
      display: flex;
      position: absolute;
      top: 32px;
      right: 0;
      background: white;
      padding: 17px 29px;
  }


  .submenu ul {
      display: block;
      margin: 20px 0 0;
      padding: 0;
  }
  
  .submenu li a {
      font-weight: 900;
      color: var(--white);
      font-size: 15px;
      text-transform: uppercase;
  }
} 

.section-hero{
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url( gallery/renders_header_69d4d052bf9bf9.88067051.jpg );
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    min-height: 99vh;
    padding-top: 153px;
    display: flex;
    position: relative;
}
.section-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 0;
}
.hero-rel{
  position: relative;
  z-index: 1;
  padding: 76px 0px;
}
.title-main-hero{
text-align: center;
  color: var(--white);
  font-size:clamp(26px,4vw,40px) ;
  font-weight: {font_weight_bold};
    line-height: 1.5;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 3s forwards;
}
@keyframes slideUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.desc-hero-main{
  color: var(--white);
  text-align: center;
  margin-top: 11px;
  margin-bottom: 11px;
  line-height:  1.5;
  font-size: clamp(16px,4vw,27px);
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 2s forwards;
}
.arrow-section{
  position: relative;
}
.arrow-section-wrapper {
  z-index: 2;
  background-color: var(--bg-4);
  border-radius: 82px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 129px;
  height: 129px;
  margin-top: -76px;
  bottom: -76px;

}

.arrow-section-wrap{
  width: 76px;
  height: 76px;
  background-color: var( --primary-4);
  border-radius: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 var(--second-4);
      -webkit-box-shadow: 0 0 0 0 var(--second-4);
      box-shadow: 0 0 0 0 var(--second-4);
  }
  70% {
      -moz-box-shadow: 0 0 0 29px rgba(1, 210, 142, 0);
      -webkit-box-shadow: 0 0 0 29px rgba(1, 210, 142, 0);
      box-shadow: 0 0 0 29px rgba(1, 210, 142, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
      -webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
      box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
  }
}

@keyframes pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 var(--second-4);
      -webkit-box-shadow: 0 0 0 0 var(--second-4);
      box-shadow: 0 0 0 0 var(--second-4);
  }
  70% {
      -moz-box-shadow: 0 0 0 29px rgba(1, 210, 142, 0);
      -webkit-box-shadow: 0 0 0 29px rgba(1, 210, 142, 0);
      box-shadow: 0 0 0 29px rgba(1, 210, 142, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
      -webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
      box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
  }
}
.arrow-section svg{
  width: 29px;
  height: 29px;
  color: white;
}
@keyframes animateShadow {
  0% {
    box-shadow: 0 0 17px 11px var(--second-4);
  }
  100% {
    box-shadow: 0 0 32px 17px var(--second-4);
  }
}
.tovar-corz{
  padding: 24px 0px;
  background-color: var(--bg-4);
}
.tgumb-tovar-korz{
  padding-top: 76px;
}

.section-order{
  padding-top: 117px;
  padding-bottom: 117px;
  background-color: var(--bg-4);
  position: relative;
  overflow: hidden;
}

@media (min-width:1000px) {
  .img-bg{
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    bottom: -111px;
    left: -211px;
    width: 150%;
    height: 189px;
    background-image: url(535987.svg);
    transform: rotate(180deg);
  }
}
.thumb-order{
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  justify-content: center;
}
.box-order{
  background-color: var(--white);
  padding-top: 29px;
  min-width: 2 76px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 21px;
}

@media (min-width:768px) and (max-width:1023px) {
  .box-order{
    width: calc(50% - 17px);
  }
}
@media (min-width:1024px) {
  .box-order{
    width: calc(25% - 17px);
  }
}
.box-order h3 {
  padding: 0px 17px;
  text-align: center;
}

.box-order p {
  padding: 0px 17px;
  text-align: center;

}
.img-box-order{
height: 176px;
padding-left: 24px;
}
.img-box-order img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

.testimonial-section{
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: var(--bg-4);
  position: relative;
  overflow: hidden;
}

@media (min-width:1000px) {
  .img-bg-testi{
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    top: -176px;
    left: -217px;
    width: 150%;
    height: 189px;
    background-image: url(535987.svg);
    transform: rotate(180deg);
  }
}

@media (min-width:992px) {
  .testimonial-section{
    padding-top: 53px;
    padding-bottom: 117px;
  }
}
.carousel {
  min-height: 443px;
  position: relative;
  margin-top: 29px;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-open:checked + .carousel-item {
  position: static;
  opacity: 100;
}

.carousel-item {
 opacity: 1;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
@media (min-width:768px) {
  .carousel-item {
    position: absolute;
    opacity: 0;
  }
}
.carousel-item img {
  display: block;
}

.carousel-control {
  border-radius: 50%;
  color:var( --primary-4);
  cursor: pointer;
  display: none;
  font-size: 32px;
  height: 32px;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 32px;
  z-index: 10;
}

.carousel-control.prev {
  left: 2%;
}

.carousel-control.next {
  right: 2%;
}

.carousel-control:hover {
  color: var( --primary-4);
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4 {
display: none;
}

@media (min-width:768px) {
  #carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4 {
display: block;
}
}

.carousel-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.carousel-indicators li {
  display: inline-block;
  margin: 0 5px;
}

.carousel-bullet {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 32px;
}

.carousel-bullet:hover {
  color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet {
  color: #428bca;
}

#title {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Fjalla One', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}


.testimonials-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials-quote {
  text-align: center;
  max-width: 929px;
  margin-top: 29px;
  margin-bottom: 0;
  font-size: 21px;
}
.testimonials-quote-author {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  display: flex;
}
.author-img-con {
  border-radius: 50%;
  width: 76px;
  height: 76px;
}
.testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonials-author {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.secondary-color-text {
  color: var( --primary-4);
  font-size: clamp(21px,4vw,27px);
}
.author-position {
  margin-top: 0;
  margin-bottom: 0;
}

.star-testi{
  display: flex;
  gap: 5px;
}
.star-testi svg{
  color: var( --primary-4);
  width: 24px;
  height: 24px;
}


.bg-vetrina{
  padding: 0px 17px;
  background-color: var(--white);
}
.bg-container-vetrina{
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  background-color: var( --primary-4);
  border-radius: 21px;
}

.vetrina-thumb{
  direction: initial;
  display: flex;
  margin-bottom: -43px;

}
@media (max-width:767px) {
  .vetrina-thumb{
    flex-direction: column;}
}
.vetrina-contacts{
  flex: 1;
}
.img-vetrina-contacts{
  width: 100%;
  height: 100%;
}
@media (max-width:767px) {
  .img-vetrina-contacts{
    height: 343px;
  }
}

.img-vetrina-contacts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:767px) {
  .img-vetrina-contacts img {
    border-top-left-radius:21px ;
    border-top-right-radius:21px ;
  }
}
@media (min-width:768px) {
  .img-vetrina-contacts img {
    border-top-left-radius:21px ;
    border-bottom-left-radius:21px ;
  }
}
.vetrina-txt{
  padding:  17px;
}
@media (min-width:576px) {
  .vetrina-txt{
    padding: 43px;
  }
}
.title-vetrina-contacts{
  text-align: center;
  color: var(--white);
    text-transform: capitalize;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: clamp(16px,4vw,32px);
    font-weight: {font_weight_bold};
    line-height: 1.5;
}
.btn-contact{
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--second-4);
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 76px;
  align-items: center;
  padding: 11px  29px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .2s;
}
.btn-contact:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}
.thumb-btn-conntacts{
  margin: 29px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--gap-30);
}

.section-shop{
 padding-bottom: 43px;
  position: relative;
  overflow: hidden;
}


.thumb-shop{
  display: flex;
  gap: var(--gap-30);
  flex-wrap: wrap;
}
@media (min-width:992px) {
  .thumb-shop{
    padding-bottom: 76px;
  }
}
.box-shop{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width:768px) and (max-width:991px) {
  .box-shop{
    width: calc(50% - 29px);
  }
}
@media  (min-width:992px) {
  .box-shop{
    width: calc(33% - 29px);
  }
}
.img-shop{
  width: 100%;
  height: 275px;
  overflow: hidden;
  border-radius: var(--gap-30);

}
.img-shop img {
  border-radius: var(--gap-30);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}


.img-shop:hover img {
  transform: scale(1.2);
}
.title-shop{
  letter-spacing: -.5px;
  text-align: center;
  color: var(--black);
  transition: color .3s;
}
.title-shop:hover{
  color: var( --primary-4);

}
.price{
  text-align: center;
  color: var( --primary-4);
  letter-spacing: -.5px;
    font-size: 21px;
    font-weight: 400;
}
.box-btn-product{
  margin: 17px 0px;
  text-align: center;
}

.section-benefic{
  background-color: var( --primary-4);
  padding: 43px 0px;
  position: relative;
 
}
.thumb-benefic{
  direction: initial;
  height: auto;
  display: flex;
  gap: var(--gap-30);

}
@media (max-width:991px) {
  .thumb-benefic{
    flex-direction: column;
  }
}
@media (min-width:992px) {
  .thumb-benefic{
    height: 294px;
  }
    .box-image-benefic{
      flex: 2;
    }
    .box-benefic{
      flex: 1;
    }
}

.img-benefic{ 
  width: 100%;
  height: 435px;
}

.img-benefic img{
  z-index: 1;
  object-fit: cover;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  width: 100%;
  height: 85%;
  top: -15%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

@media (max-width:991px) {
  .img-benefic img{
    border-radius: 21px;
  }
}
@media (min-width:992px) {
  .img-benefic img{
    width: 55%;
    position: absolute;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .img-benefic img{
    width: 50%;
  }
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 343px;
}
@media (min-width:576px) {
  .slider-container {
    width: 443px;
    height: auto;}
}
.slides {
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  box-sizing: border-box;
  background-color: var( --primary-4);
  color: white;
}

@media (min-width:576px) {
  .slide{
    padding: 29px;
  }
}
.slide h2 {
  margin: 0 0 11px;
}
.slide p {
  margin: 0;
}
.navigation {
  position: absolute;
  top: 5%;
  width: 35%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

@media (max-width:575px) {
  .navigation {
    width: 176px;
  }
}

.nav-button {
  background: none;
  border: none;
  color: white;
  font-size: 21px;
  cursor: pointer;
  padding: 11px;
}

.pagination {
  position: absolute;
  top: 0;
  left: 43px;
  width: 15%;
  text-align: center;
  color: white;
}

@media (max-width:576px) {
  .pagination{
    top: 5px;
    width: 20%;
  }
}

.section-form{
  padding-top: 43px;
  padding-bottom: 76px;
  background-color: var(--bg-4);
  position: relative;
  overflow: hidden;
}

@media (min-width:1000px) {
  .img-bg-form-bot{
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    bottom: -117px;
    left: -211px;
    width: 150%;
    height: 143px;
    background-image: url(535987.svg);
    transform: rotate(180deg);
  }
}
.form-thumb{
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 0 auto;
  width: 80%;
}

@media (max-width:575px) {
  .form-thumb{
    width: 100%;
  }
}

.input-form--areaelement:focus{
  border: 2px solid var(--primary-4);
  box-shadow: 0px 0px 0px 5px var(--second-4) ;
  opacity:0.87;
}
.input-form--areaelement::placeholder{
font-size: clamp(15px,4vw,21px);
}

.textarea-form--areaelement:focus{
  border: 2px solid var(--primary-4);
  box-shadow: 0px 0px 0px 5px var(--second-4) ;
  opacity:0.87;
}
.textarea-form--areaelement::placeholder{
font-size: clamp(15px,4vw,21px);
}
.confcolor{
  color: var(--black);
  transition: var(--transition);
}
.confcolor:hover{
  color: var(--primary-4);
}

.input-form--areaelement{
  margin: 0 auto;
  border-radius: 11px;
  color: #11181c;
  background-color: #fff;
  border: 2px solid #fff;
  height: auto;
  width: 100%;
  padding: 11px 29px;
  font-size: 16px;
  transition: all .2s;
}

.textarea-form--areaelement{
  margin: 0 auto;
  border-radius: 11px;
  color: #11181c;
  background-color: #fff;
  border: 2px solid #fff;
  height: auto;
  width: 100%;
  padding: 11px 29px;
  font-size: 16px;
  transition: all .2s;
}

.form-thumb label{
  font-size: clamp(15px,4vw,21px);
}

.section-aboutus{
  padding-top: 40px;
}

.txt-about{
  text-align: center;
  font-weight: 400;
  font-size: clamp(15px,4vw,21px);
}

.checkbox-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.section-footer{
  padding: 43px 0px;
  background-color: var(--footer-4);
}

.footer-logo-thumb{
  display: flex;
  justify-content:space-between;
  padding: var(--gap-30) 0px;
  align-items: flex-start;
}

@media (max-width:991px) {
  .footer-logo-thumb{
    flex-direction:column;
    align-items: center;
    gap: 17px;
  }
}

.open-store-title{
  color: var(--white);
  font-size: clamp(21px,4vw,27px);
}

.thumb-logo-img-footer{
  display: flex;
  align-items: center;
  gap: 11px;
}

.logo-footer-name{
  font-size: clamp(21px,5vw,32px);
  font-weight: 400;
  color: var(--white);
  transition: var(--transition);
}
.logo-footer-name:hover{
  color: var( --primary-4);
}
.img-box-footer{
  width: 76px;
  height: auto;
}
.img-box-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.open-time-svg{
  width: 24px;
  height: 24px;
}
.open-time-svg svg{
  fill: var( --primary-4);
}
.open-time-1{
  color:var(--white);
  display: flex;
  gap: 5px;

}
.open-time-2{
  color:var(--white);
  display: flex;
  gap: 5px;
}

@media (min-width:575px) {
  .open-time-1{
    margin-top: 11px;
    margin-left: 53px;
  }
  .open-time-2{
    margin-top: 17px;
    margin-left: 176px;
  }
}

.footer-menu{
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

@media (max-width:991px) {
  .footer-menu{
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:991px) {
  .footer-menu{
    text-align: center;
  }
}

@media (max-width:991px) {
  .box-menu-link{
    margin: 24px 0px;
  }
}
.box-menu-footer{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.link-footer{
  color: var(--white);
  transition: var(--transition);
}

.link-footer:hover{
  color: var( --primary-4);
}

.section-podval{
  padding: var(--gap-30) 0px;
  background-color: var(--black);
}

.box-txt-podval{
  text-align: center;
  color: var(--white);
}

.section-page{
  padding-top: 76px;
  background-color: var(--bg-4);
}

.section-main-page{
  padding: 43px 0px;
}

.thumb-main-img-content {
  margin-bottom: 29px;
  display: flex;
  gap: var(--gap-30);
  flex-direction: row-reverse;
}

@media (max-width:767px) {
  .thumb-main-img-content {
    flex-direction: column;
  }
}

.box-main-img-content{
  flex:1;
}

.title-main{
  text-align: center;
  font-size: clamp(21px,4vw,27px);
}
@media (max-width:575px) {
  .thumb-img{
    height: auto;
    }
}
@media (min-width:576px) and (max-width:767px) {
  .thumb-img{
    height: 343px;
    }
}
.thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-main-content{
  align-items: center;
  display: flex;
  gap: 5px;
}

.item-main-content h4{
  margin: 11px 0px;
}
.item-main-content p{
  margin: 0;
}

.border-bottom{
  border-bottom: 1px solid var(--bg-4);
}

.price-thumb{
  font-size: clamp(21px,4vw,27px);
  color: var(--primary-4);
}

.main-price{
  text-align: center;
    color: var(--primary-4);
    letter-spacing: -.5px;
    font-size: 21px;
    font-weight: 400;
  font-size: clamp(27px,4vw,26px);

}
.item-main-button{
  margin: 24px 0px;
}
@media (min-width:1000px) {
  .img-bg-form-main{
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    top: -129px;
    left: -217px;
    width: 144%;
    height: 132px;
    background-image: url(535987.svg);
    transform: rotate(180deg);
  }
}

.section-contact{
  padding: 43px 0px;
}

.thumb-contacts{
  display: flex;
  gap: 29px;
}

@media (max-width:768px) {
  .thumb-contacts{
    flex-direction: column;
  }
}

.bg-form{
  border-radius: 21px ;
  position: relative;
  margin: 0 auto;
  width: 60%;
  padding: 29px 0px;
  background-color: var(--bg-4);
}
@media (max-width:767px) {
  .bg-form{
    width: 100%;
    padding:  17px;
  }
}

@media (min-width:1000px) {
  .img-bg-form-cont{
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    top: 153px;
    left: -211px;
    width: 144%;
    height: 153px;
    background-image: url(535987.svg);
    transform: rotate(180deg);
  }
}
.section-privacy {
  overflow: hidden;
  word-break: break-all;
}
.box-contacts{
  flex: 1;
}

.cont-box{
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.section-form-contacts{
  padding: 43px 0px;
  position: relative;
  overflow: hidden;
}

.bg-form-contact{
  position: absolute;
  background-color: var(--primary-4);
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.forma-thumb{
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.inputGroup{
  display: flex;
  justify-content: center;
  gap: 17px;
}

.inputGroup input{
  width: 80%;
  border-radius: 11px;
  color: #11181c;
  background-color: #fff;
  border: 1px solid #fff;
  height: auto;
  padding: 11px 29px;
  font-size: 16px;
  transition: all .2s;
  font-size: clamp(13px,4vw,21px);
}
@media (max-width:575px) {
  .inputGroup input{
    width: 100%;
  }
}
.label-check{
  font-size: clamp(13px,4vw,21px);

}
.inputGroup input::placeholder{
  font-size: clamp(13px,4vw,21px);
}
.title--contacts{
  color: var(--black);
  text-transform: capitalize;
}
.cards__description{
  color: var(--second-4);
  font-weight: {font_weight_bold};

}
.link-cotancts{
  font-weight: {font_weight_bold};
  transition: var(--transition);
  color: var(--primary-4);
  word-break: break-all;
  
}
.link-cotancts:hover{
  color: var(--second-4);

}

.gdpr-popup {
  z-index: 10 !important;
}
.cart-icon-1{position: relative !important; right: 0 !important; background: none!important; }