/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Rubik";
  font-weight: 600;
  src: url("../fonts/Rubik-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: "Rubik";
  font-weight: 500;
  src: url("../fonts/Rubik-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "Rubik";
  font-weight: 400;
  src: url("../fonts/Rubik-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Rubik";
  font-weight: 300;
  src: url("../fonts/Rubik-Light.ttf") format("opentype");
}
details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details.animated[open] {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background: #FFFFFF;
  color: #000000;
  font-weight: 400;
}

body.no_scroll {
  overflow: hidden;
}

::-moz-selection {
  background: #f4f9fd;
}

::selection {
  background: #f4f9fd;
}

h1 {
  font-weight: 500;
  font-size: 48px;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

.btn {
  background: #ffffff;
  border: 1px solid #00C996;
  border-radius: 32px;
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  font-family: Rubik, serif;
  padding: 23px 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all 0.2s;
}

.btn:hover {
  color: #ffffff;
  background: #00C996;
}

.wrap {
  margin: 0 auto;
  width: 1140px;
  position: relative;
}

section {
  margin-bottom: 50px;
}
section h1 {
  text-align: center;
}

.mobile_nav {
  display: none;
}

.header {
  padding-top: 33px;
  padding-bottom: 33px;
  margin-bottom: 50px;
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrap .logo img {
  width: 150px;
  height: 33px;
}
.header .wrap nav {
  display: flex;
  gap: 45px;
}
.header .wrap nav li {
  list-style: none;
}
.header .wrap nav li a {
  font-size: 20px;
  text-decoration: none;
}
.header .wrap .header__icons {
  display: flex;
  gap: 35px;
  width: 100px;
}
.header .wrap .user summary {
  display: flex;
  cursor: pointer;
}
.header .wrap .user summary span {
  background: url("/shop/img/user.svg") no-repeat;
  width: 14px;
  height: 18px;
  background-size: contain;
}
.header .wrap .user__form {
  position: absolute;
  right: 0;
  top: 60px;
  width: 400px;
  z-index: 9999;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 37px;
  border-radius: 10px 5px 10px 10px;
}
.header .wrap .user__form-name {
  font-size: 25px;
  text-align: center;
  margin-bottom: 35px;
}
.header .wrap .user__form-errors {
  color: red;
  font-weight: 300;
  font-size: 14px;
}
.header .wrap .user__form-errors ul {
  margin-top: 0;
}
.header .wrap .user__form input {
  background: #F2F2F2;
  border-radius: 10px;
  border: none;
  padding: 20px 30px;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Rubik;
}
.header .wrap .user__form .btn {
  border: 1px solid #000000;
  background: transparent;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 400;
  transition: all 0.2s;
}
.header .wrap .user__form .btn:hover {
  color: #ffffff;
  background: #000000;
}
.header .wrap .user__form-links {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.header .wrap .cart {
  display: flex;
  gap: 9px;
  cursor: pointer;
}
.header .wrap .cart__img {
  background: url("/shop/img/trash.svg") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
}
.header .wrap .cart__count {
  font-size: 16px;
}
.header .wrap .cart__data {
  position: absolute;
  right: 0;
  top: 60px;
  width: 400px;
  z-index: 9999;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 37px;
  border-radius: 10px 5px 10px 10px;
}
.header .wrap .cart__data-items {
  box-shadow: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}
.header .wrap .cart__data-items .item {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  align-items: center;
}
.header .wrap .cart__data-items .item img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.header .wrap .cart__data-items .item__data {
  width: 120px;
  flex-grow: 1;
}
.header .wrap .cart__data-items .item__data-count {
  display: none;
}
.header .wrap .cart__data-items .item__data-name {
  font-size: 16px;
}
.header .wrap .cart__data-items .item__data-price {
  font-size: 16px;
  font-weight: 300;
}
.header .wrap .cart__data-items .item__count {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header .wrap .cart__data-items .item__count span {
  font-weight: 300;
  font-size: 16px;
  line-height: 0;
}
.header .wrap .cart__data-items .item__count button {
  border: none;
  height: 18px;
  width: 18px;
  background-color: transparent;
  cursor: pointer;
}
.header .wrap .cart__data-items .item__count-plus {
  background: url("/shop/img/plus.svg");
}
.header .wrap .cart__data-items .item__count-minus {
  background: url("/shop/img/minus.svg");
}
.header .wrap .cart__data-items__issue {
  margin-top: 20px;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  transition: all 0.2s;
}
.header .wrap .cart__data-items__issue:hover {
  color: #ffffff;
  background: #000000;
}
.header .wrap .cart__data-common {
  font-size: 16px;
}

.banners .item {
  display: flex;
  background: #F2FCFA;
  border-radius: 10px;
  height: 450px;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
}
.banners .item h1 {
  text-align: left;
}
.banners .item__subheader {
  font-size: 38px;
}
.banners .item__left {
  width: 50%;
  line-height: 45px;
}
.banners .item__left .btn {
  margin-top: 30px;
  width: 260px;
  background: #00C996;
  border: none;
  color: #ffffff;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
.banners .item__left .btn:hover {
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
}
.banners .item__buttons {
  display: flex;
  align-items: baseline;
}
.banners .item__buttons button {
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 18px;
  height: 15px;
  margin-left: 32px;
}
.banners .item__buttons-prev {
  background: url("/shop/img/banner_prev.svg");
}
.banners .item__buttons-next {
  background: url("/shop/img/banner_next.svg");
}
.banners .item__img {
  width: 45%;
  position: relative;
}
.banners .item__img img {
  width: 100%;
}
.banners .item__img span {
  position: absolute;
  background: #ffffff;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  cursor: pointer;
  font-weight: 300;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banners .item__details {
  position: absolute;
  width: -moz-min-content;
  width: min-content;
  height: 100px;
  display: flex;
  padding: 25px 30px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 10px;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  justify-content: center;
}
.banners .item__details-img {
  width: 50px;
  height: 50px;
  margin-right: 40px;
}
.banners .item__details-img img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 10px;
}
.banners .item__details-name {
  font-size: 20px;
  margin-right: 10px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 143px;
}
.banners .item__details-price {
  font-weight: 300;
  font-size: 16px;
}

.products .items {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.products .items .item {
  width: 30%;
  padding: 30px;
  height: 530px;
  transition: all 1s;
}
.products .items .item__img {
  position: relative;
}
.products .items .item__img img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.products .items .item__img img:hover {
  transform: scale(1.05);
}
.products .items .item__img span {
  position: absolute;
  bottom: 20px;
  right: 14px;
  border-radius: 17px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  height: 35px;
  width: 100px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}
.products .items .item__name {
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
}
.products .items .item__name .item__description {
  font-size: 16px;
  padding-left: 10px;
  line-height: 14px;
}
.products .items .item__description {
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
  line-height: 24px;
}
.products .items .item__details {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  border-radius: 10px;
}
.products .items .item__details .product {
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  height: 700px;
  width: 1130px;
  position: relative;
  border-radius: 10px;
}
.products .items .item__details .product__close {
  background: url("/shop/img/close.svg");
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 35px;
}
.products .items .item__details .product__info {
  display: flex;
  padding: 100px 100px 75px;
  gap: 95px;
  height: 100%;
}
.products .items .item__details .product__info-images {
  width: 44%;
}
.products .items .item__details .product__info-images__main {
  overflow: hidden;
  width: 400px;
  height: 400px;
  border-radius: 10px;
}
.products .items .item__details .product__info-images__items {
  margin-top: 25px;
}
.products .items .item__details .product__info-images__items img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.products .items .item__details .product__info-data__name {
  font-size: 30px;
  line-height: 36px;
  margin-top: 35px;
}
.products .items .item__details .product__info-data__more {
  position: relative;
  cursor: pointer;
  margin-top: 20px;
}
.products .items .item__details .product__info-data__more summary {
  display: flex;
  align-items: center;
}
.products .items .item__details .product__info-data__more summary span {
  background: url("/shop/img/triple.svg") no-repeat;
  width: 17px;
  height: 18px;
  cursor: pointer;
  outline: none;
  z-index: 3;
}
.products .items .item__details .product__info-data__more__data {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -17px;
  left: -16px;
  z-index: 2;
  padding: 21px 6px;
  width: 330px;
}
.products .items .item__details .product__info-data__more__data-name {
  margin-bottom: 23px;
  font-size: 16px;
  padding: 4px 26px 0;
}
.products .items .item__details .product__info-data__more__data-item:last-child {
  margin-bottom: 0;
}
.products .items .item__details .product__info-data__more__data-item {
  padding: 0 26px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #ffffff;
  backface-visibility: hidden;
  border-color: transparent;
}
.products .items .item__details .product__info-data__more__data-item__name {
  font-size: 14px;
}
.products .items .item__details .product__info-data__more__data-item__price {
  font-size: 14px;
  font-weight: 300;
}
.products .items .item__details .product__info-data__more__data-item:hover {
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(0, 201, 150, 0.0509803922);
  border-radius: 22px;
}
.products .items .item__details .product__info-data__description {
  max-height: 158px;
  overflow: auto;
}
.products .items .item__details .product__info-data__description p:first-child {
  margin-top: 0;
}
.products .items .item__details .product__info-data__price, .products .items .item__details .product__info-data__description {
  font-weight: 300;
  font-size: 24px;
  margin-top: 20px;
}
.products .items .item__details .product__info-data__structure {
  margin-top: 20px;
}
.products .items .item__details .product__info-data__structure-name {
  font-size: 24px;
}
.products .items .item__details .product__info-data__structure-description {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-top: 10px;
}
.products .items .item__details .product__info-data__links {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.products .items .item__details .product__info-data__links .btn {
  width: 250px;
  height: 60px;
  background: #00C996;
  border: none;
  color: #ffffff;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
.products .items .item__details .product__info-data__links .btn:hover {
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
}
.products .items .item__details .product__info-data__links .cart {
  display: flex;
  gap: 9px;
}
.products .items .item__details .product__info-data__links .cart__img {
  background: url("/shop/img/trash.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
}
.products .items .item__details .product__info-data__links .cart__count {
  font-size: 16px;
}
.products .items .item__links {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  width: 100%;
}
.products .items .item__links-about {
  width: 200px;
}
.products .items .item__links-about .btn {
  height: 50px;
  width: 200px;
  font-size: 16px;
}
.products .items .item__links-cart {
  background: url("/shop/img/cart2.svg");
  width: 17px;
  height: 18px;
  cursor: pointer;
  background-size: contain;
}
.products .items .item__links-cart:after {
  content: attr(data-quantity);
  font-size: 8px;
  font-weight: 600;
  margin-top: -3px;
  margin-left: 18px;
  display: flex;
  justify-content: flex-end;
}
.products .items .item__links-more summary {
  display: flex;
}
.products .items .item__links-more summary span {
  background: url("/shop/img/triple.svg") no-repeat;
  width: 23px;
  height: 18px;
  cursor: pointer;
  outline: none;
  z-index: 3;
  background-position-x: center;
}
.products .items .item__links-more__data {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  padding: 18px 6px;
  width: 114%;
  margin-left: -19px;
}
.products .items .item__links-more__data-name {
  padding: 0 26px;
  margin-bottom: 23px;
  font-size: 16px;
}
.products .items .item__links-more__data-item:last-child {
  margin-bottom: 0;
}
.products .items .item__links-more__data-item {
  padding: 6px 26px;
  width: 100%;
  cursor: pointer;
  background-color: #ffffff;
  backface-visibility: hidden;
  border-color: transparent;
}
.products .items .item__links-more__data-item__name {
  font-size: 14px;
}
.products .items .item__links-more__data-item__price {
  font-size: 14px;
  font-weight: 300;
}
.products .items .item__links-more__data-item:hover {
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(0, 201, 150, 0.0509803922);
  border-radius: 22px;
}
.products .items .item:hover {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.products .items .item_digest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  gap: 45px;
  border: 1px dashed #000000;
  border-radius: 10px;
}
.products .items .item_digest:hover {
  box-shadow: none;
}
.products .items .item_digest__icon {
  font-size: 50px;
}
.products .items .item_digest__name {
  font-size: 24px;
  text-align: center;
}
.products .items .item_digest__email {
  width: 100%;
  background: #F4F9FD;
  border-radius: 10px;
  border: none;
  padding: 25px;
  height: 70px;
  font-size: 20px;
  font-family: Rubik, serif;
}
.products .items .item_digest__email::-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
  font-family: Rubik, serif;
}
.products .items .item_digest__email::placeholder {
  font-size: 20px;
  font-weight: 300;
  font-family: Rubik, serif;
}
.products .items .item_digest__subscribe {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 300;
  font-family: Rubik, serif;
  cursor: pointer;
}

.promocode {
  box-shadow: 0px 0px 20px 0px rgba(41, 135, 217, 0.2);
  height: 450px;
  padding: 60px 66px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.45s ease-Out;
  position: relative;
  overflow: hidden;
}
.promocode h2 {
  position: relative;
  opacity: 1;
}
.promocode #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #2987D9;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.promocode.copy #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -180px;
  left: -500px;
}
.promocode__description {
  width: 100%;
  font-size: 38px;
  position: relative;
}
.promocode__code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 84px;
  background: #2987D9;
  border-radius: 10px 42px 42px 10px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
.promocode__copy {
  display: none;
  font-size: 35px;
  color: #ffffff;
  position: relative;
}
.promocode.copy {
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.promocode.copy .promocode__copy {
  display: block;
}
.promocode.copy .promocode__code {
  display: none;
}
.promocode.copy .promocode__description {
  display: none;
}
.promocode.copy h2 {
  display: none;
}

.content {
  width: 100%;
}

.page h1, .page .title {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.page h4 {
  padding-top: 10px;
  font-weight: 400;
}
.page h4 ~ p {
  line-height: 19px;
  margin: 0;
  margin-bottom: 8px;
}
.page p {
  line-height: 25px;
}
.page .wrap {
  padding-left: 200px;
  padding-right: 190px;
  font-weight: 300;
}
.page img {
  max-width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.page a {
  transition: color 0.3s ease-in-out;
}
.page a:hover {
  color: #00c996;
}

.owl-grab {
  cursor: pointer !important;
}

.cart_view .wrap {
  padding-left: 200px;
  padding-right: 240px;
}

.cart_view .cart__data-name {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart_view .cart__data-name span {
  background: url("/shop/img/cart3.svg");
  width: 18px;
  height: 18px;
}
.cart_view .cart__data-form {
  width: 500px;
  margin-top: 50px;
}
.cart_view .cart__data-form .comment {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cart_view .cart__data-form__btn {
  width: 100%;
  border-radius: 10px;
  margin-top: 30px;
  background: #00C996;
  border: none;
  color: #ffffff;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
.cart_view .cart__data-form__btn:hover {
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
}
.cart_view .cart__data-form__common {
  font-size: 20px;
}
.cart_view .cart__data-form__common-promo {
  font-weight: 300;
  justify-content: space-between;
  display: none;
}
.cart_view .cart__data-form__common-common {
  display: flex;
  justify-content: space-between;
}
.cart_view .cart__data-form__errors {
  color: red;
  font-weight: 300;
  font-size: 14px;
  margin-top: 17px;
}
.cart_view .cart__data-form__errors ul {
  margin-top: 0;
}
.cart_view .cart__data-items {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 50px;
  border-radius: 10px 5px 10px 10px;
  margin-top: 50px;
}
.cart_view .cart__data-items .item {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
.cart_view .cart__data-items .item:last-child {
  margin-bottom: 0;
}
.cart_view .cart__data-items .item img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
.cart_view .cart__data-items .item__data {
  flex-grow: 1;
}
.cart_view .cart__data-items .item__data-count {
  display: none;
  margin-top: 15px;
  gap: 15px;
  align-items: center;
}
.cart_view .cart__data-items .item__data-count span {
  font-weight: 300;
  font-size: 16px;
  line-height: 0;
}
.cart_view .cart__data-items .item__data-count button {
  border: none;
  height: 18px;
  width: 18px;
  background-color: transparent;
  cursor: pointer;
}
.cart_view .cart__data-items .item__data-count-plus {
  background: url("/shop/img/plus.svg");
}
.cart_view .cart__data-items .item__data-count-minus {
  background: url("/shop/img/minus.svg");
}
.cart_view .cart__data-items .item__data-name {
  line-height: 24px;
}
.cart_view .cart__data-items .item__data-price {
  font-weight: 300;
  margin-top: 5px;
  display: flex;
  gap: 5px;
}
.cart_view .cart__data-items .item__data-price .last {
  text-decoration: line-through;
}
.cart_view .cart__data-items .item__count {
  display: flex;
  gap: 15px;
  align-items: center;
}
.cart_view .cart__data-items .item__count span {
  font-weight: 300;
  font-size: 16px;
  line-height: 0;
}
.cart_view .cart__data-items .item__count button {
  border: none;
  height: 18px;
  width: 18px;
  background-color: transparent;
  cursor: pointer;
}
.cart_view .cart__data-items .item__count-plus {
  background: url("/shop/img/plus.svg");
}
.cart_view .cart__data-items .item__count-minus {
  background: url("/shop/img/minus.svg");
}

.form-group {
  display: flex;
  flex-wrap: wrap;
}
.form-group__inner {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}
.form-group__inner span {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 28px;
}
.form-group__inner .error {
  background: url("/shop/img/error.svg");
  background-size: contain;
}
.form-group__inner .success {
  background: url("/shop/img/success.svg");
  width: 21px;
  background-size: contain;
}
.form-group label {
  width: 100%;
  font-size: 20px;
  padding-bottom: 5px;
}
.form-group input, .form-group textarea {
  background: #F2F2F2;
  border-radius: 10px;
  border: none;
  padding: 25px;
  height: 70px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  font-family: Rubik;
}
.form-group textarea {
  min-height: 105px;
  resize: vertical;
}

.information {
  height: 68vh;
}
.information .wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  height: 100%;
}
.information__header {
  font-size: 60px;
  font-weight: 500;
  width: 100%;
}
.information__subheader {
  font-size: 48px;
  width: 100%;
}
.information__emoji {
  font-size: 60px;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}
.information__link {
  width: 100%;
  font-size: 20px;
}
.information__link a {
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
}
.information__link a span {
  background: url("/shop/img/next.svg") no-repeat;
  width: 18px;
  height: 18px;
}

.icon_about {
  background: url("/shop/img/about.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.icon_contacts {
  background: url("/shop/img/contacts.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.icon_delivery {
  background: url("/shop/img/delivery.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.icon_pay {
  background: url("/shop/img/pay.svg") no-repeat;
  width: 20px;
  height: 16px;
  background-size: contain;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
  margin-top: 120px;
}

.footer {
  padding-bottom: 50px;
  flex-shrink: 1;
  font-size: 16px;
}
.footer .wrap {
  display: flex;
  justify-content: space-around;
}
.footer .wrap .info {
  font-weight: 300;
}
.footer .wrap .info__logo img {
  width: 150px;
  height: 33px;
  margin-bottom: 30px;
}
.footer .wrap .info__copyright {
  margin-bottom: 10px;
}
.footer .wrap .menu__header {
  margin-bottom: 10px;
}
.footer .wrap .menu nav li {
  list-style: none;
  font-weight: 300;
  margin-bottom: 14px;
}
.footer .wrap .contacts__header {
  margin-bottom: 10px;
}
.footer .wrap .contacts__email {
  display: flex;
  gap: 10px;
  font-weight: 300;
  margin-bottom: 14px;
}
.footer .wrap .contacts__email span {
  background: url("/shop/img/mail.svg") no-repeat;
  width: 18px;
  height: 17px;
}
.footer .wrap .contacts__phone {
  display: flex;
  gap: 10px;
  font-weight: 300;
  margin-bottom: 14px;
}
.footer .wrap .contacts__phone span {
  background: url("/shop/img/phone.svg") no-repeat;
  width: 18px;
  height: 18px;
}
.footer .wrap .contacts__site {
  border: 1px solid #000000;
  width: 130px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  margin-bottom: 14px;
  transition: all 0.2s;
}
.footer .wrap .contacts__site:hover {
  color: #ffffff;
  background: #000000;
}
.footer .wrap .contacts__socs {
  display: flex;
  gap: 20px;
}

@media (max-width: 1100px) {
  .wrap {
    width: 992px;
  }
  .products .items .item {
    width: 46%;
    height: auto;
  }
  .products .items .item__links-more__data {
    width: 110%;
  }
  .products .items .item__links-about {
    width: 100%;
  }
  .products .items .item__links-about .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .mobile_nav {
    display: block;
    background: #fff;
    bottom: 0;
    height: 77px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding-top: 15px;
  }
  .mobile_nav nav {
    display: flex;
    justify-content: space-around;
  }
  .mobile_nav nav li {
    list-style: none;
  }
  .mobile_nav nav li.active a .icon {
    background: #F2FCFA;
    border-radius: 14px;
  }
  .mobile_nav nav li:hover a .icon {
    background: #F2FCFA;
    border-radius: 14px;
  }
  .mobile_nav nav li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  .mobile_nav nav li a .icon {
    width: 70px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_nav nav li a .icon span {
    display: block;
  }
  .mobile_nav nav li a .mobile_nav__name {
    width: 100%;
  }
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header .wrap nav {
    display: none;
  }
  main {
    margin-top: 90px;
  }
  .banners .item {
    height: 100%;
  }
  .banners .item h1 {
    font-size: 34px;
  }
  .banners .item__subheader {
    font-size: 20px;
    line-height: 24px;
  }
  .banners .item__img {
    width: 100%;
  }
  .banners .item__buttons-prev, .banners .item__buttons-next {
    display: none;
  }
  .products .items .item {
    width: 47%;
  }
  .products .items .item__links-more__data {
    width: 112%;
  }
  .products .items .item__details .product {
    width: 100%;
  }
  .products .items .item__details .product__info {
    gap: 30px;
    padding: 100px 30px 30px;
  }
  .products .items .item__details .product__info-images__main {
    width: 300px;
    height: 300px;
  }
  .promocode {
    text-align: center;
    padding: 30px 18px;
    align-content: baseline;
    height: 352px;
    gap: 30px;
  }
  .promocode h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    gap: 36px;
  }
  .promocode h2 span:first-child {
    order: 2;
    width: 100%;
    line-height: 24px;
  }
  .promocode h2 span:last-child {
    order: 1;
    width: 100%;
    font-size: 45px;
    line-height: 1;
  }
  .promocode__description {
    font-size: 18px;
    line-height: 21px;
    padding: 0 20px;
  }
  .promocode__code {
    height: 52px;
    font-size: 20px;
    width: 100%;
  }
  .wrap {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .information {
    height: 100vh;
  }
  .banners .item {
    flex-wrap: wrap;
    padding: 32px;
  }
  .banners .item h1 {
    text-align: center;
  }
  .banners .item__subheader {
    font-size: 20px;
    line-height: 24px;
  }
  .banners .item__left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .banners .item img {
    width: 100%;
    height: auto;
  }
  .products .items .item {
    width: 100%;
    height: auto;
  }
  .products .items .item__links-more__data {
    width: 107%;
  }
  .promocode {
    height: 408px;
  }
  .footer .wrap {
    gap: 45px;
  }
  .footer .wrap .info {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .wrap .info__copyright {
    margin-bottom: 0;
    width: 100%;
  }
  .footer .wrap .info__logo img {
    margin-bottom: 0;
  }
  .footer .wrap .menu {
    width: 100%;
  }
  .footer .wrap .menu__header {
    margin-bottom: 20px;
  }
  .footer .wrap .menu nav {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .wrap .menu nav li {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .wrap .contacts {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .wrap .contacts__header {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .wrap .contacts__email {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .wrap .contacts__phone {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .wrap .contacts__site {
    margin-bottom: 0;
  }
  .footer .wrap .contacts__socs {
    width: 100%;
  }
  .footer {
    padding-bottom: 90px;
  }
  .footer .wrap {
    flex-wrap: wrap;
  }
  .footer .wrap .info {
    text-align: center;
    justify-content: center;
  }
  .footer .wrap .menu {
    text-align: center;
  }
  .footer .wrap .contacts {
    text-align: center;
    justify-content: center;
  }
  .footer .wrap .contacts__email {
    text-align: center;
    justify-content: center;
  }
  .footer .wrap .contacts__phone {
    text-align: center;
    justify-content: center;
  }
  .footer .wrap .contacts__socs {
    justify-content: center;
  }
  .wrap {
    width: 576px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 16px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 20px;
  }
  body {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .promocode.copy #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: 0;
    left: -50px;
  }
  .cart .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cart__data-form {
    width: 100%;
  }
  .cart__data-items {
    padding: 20px;
  }
  .cart_view .cart__data-form {
    width: 100%;
  }
  .cart_view .cart__data-items .item__count {
    display: none;
  }
  .cart_view .cart__data-items .item__data-count {
    display: flex;
  }
  .page .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .wrap .cart__items {
    width: 100%;
    top: 20px;
  }
  .header .wrap .cart__data {
    width: 100%;
  }
  .header .wrap .user__form {
    width: 100%;
  }
  .products .items .item__links-more__data {
    width: 114%;
  }
  .products .items .item__details {
    overflow: scroll;
  }
  .products .items .item__details .product {
    width: 100%;
    height: auto;
    top: 220px;
  }
  .products .items .item__details .product__close {
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .products .items .item__details .product__info {
    flex-wrap: wrap;
    width: 100%;
    padding: 30px;
    padding-top: 85px;
    gap: 30px;
  }
  .products .items .item__details .product__info-images {
    width: 100%;
  }
  .products .items .item__details .product__info-images__main {
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
  }
  .products .items .item__details .product__info-images__items {
    margin-top: 30px;
  }
  .products .items .item__details .product__info-images__items img {
    width: 100%;
    height: 100%;
  }
  .products .items .item__details .product__info-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .products .items .item__details .product__info-data__name {
    font-size: 26px;
    order: 1;
    width: 75%;
  }
  .products .items .item__details .product__info-data__price {
    margin-top: 0;
    order: 2;
    font-size: 16px;
  }
  .products .items .item__details .product__info-data__more {
    width: 100%;
    order: 3;
    font-size: 16px;
    margin-top: 30px;
  }
  .products .items .item__details .product__info-data__description {
    width: 100%;
    order: 4;
    font-size: 16px;
    margin-top: 30px;
  }
  .products .items .item__details .product__info-data__structure {
    width: 100%;
    order: 5;
    margin-top: 15px;
  }
  .products .items .item__details .product__info-data__structure-name, .products .items .item__details .product__info-data__structure-description {
    font-size: 16px;
  }
  .products .items .item__details .product__info-data__links {
    width: 100%;
    order: 6;
  }
  .banners .wrap {
    padding: 0;
  }
  .banners .item__details {
    width: 100%;
  }
  .products .items .item {
    width: 100%;
    height: auto;
  }
  .promocode {
    height: 100%;
  }
  .information__header, .information__emoji {
    font-size: 34px;
  }
  .information__subheader {
    font-size: 20px;
  }
}
