

/* Start:/local/templates/theu/css/main.min.css?1703232990163498*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 20px;
  right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 20px;
  left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-search--inline {
  float: left
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-search--dropdown {
  display: block;
  padding: 4px
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}
.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
  background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
  background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat: repeat-x
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
  border-top: none
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}
* {
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-anchor: none
}
:after,
:before {
  box-sizing: border-box
}
.slick-loading .slick-list {
  background: #fff
}
a {
  text-decoration: none
}
::-moz-placeholder {
  color: #666
}
:-ms-input-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  background-color: #3390ff;
  color: #fff;
  text-shadow: none
}
::selection {
  background-color: #3390ff;
  color: #fff;
  text-shadow: none
}
b,
strong {
  font-weight: 700
}
ol,
ul {
  list-style: none
}
input,
textarea {
  border: #666 1px solid;
  outline: 0
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red
}
input:required:valid,
textarea:required:valid {
  border-color: green
}
body {
  line-height: 1.15;
  min-width: 320px;
  width: 100%;
  height: 100%
}
[hidden] {
  display: none
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button {
  font-family: inherit;
  font-weight: inherit
}
@font-face {
  font-family: Gilroy;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/GilroyRegular.woff) format("woff")
}
@font-face {
  font-family: Nunito;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/Nunito-Regular.woff) format("woff")
}
@font-face {
  font-family: Nunito;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/Nunito-Bold.woff) format("woff")
}
@font-face {
  font-family: OpenSans;
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/OpenSans-Light.woff) format("woff")
}
@font-face {
  font-family: OpenSans;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/OpenSans-Regular.woff) format("woff")
}
@font-face {
  font-family: OpenSans;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/OpenSans-Italic.woff) format("woff")
}
@font-face {
  font-family: OpenSans;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/OpenSans-SemiBold.woff) format("woff")
}
@font-face {
  font-family: OpenSans;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/local/templates/theu/css/../fonts/OpenSans-Bold.woff) format("woff")
}
html {
  font-size: 10px
}
body {
  font-size: 16px;
  position: relative;
  font-family: OpenSans,sans-serif;
  color: #192b4d
}
#site {
  overflow: hidden;
  position: relative
}
input,
textarea {
  font-family: OpenSans,sans-serif
}
main {
  position: relative;
  background: #fff
}
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none
}
.btn_wrap {
  text-align: center
}
.btn_default {
  position: relative
}
.btn_burger {
  width: 25px;
  height: 14px;
  background: 0 0;
  position: relative;
  font-size: 0
}
@media (max-width:1011.5px) {
  .btn_burger {
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 50%
  }
}
.btn_burger span {
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #171b21;
  display: block
}
@media (max-width:1011.5px) {
  .btn_burger span {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    background: #000
  }
}
.btn_burger span::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  top: -6px;
  background: #171b21
}
@media (max-width:1011.5px) {
  .btn_burger span::after {
    width: 16px;
    top: -5px;
    background: #000
  }
}
.btn_burger span::before {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #171b21;
  position: relative;
  top: 6px
}
@media (max-width:1011.5px) {
  .btn_burger span::before {
    width: 16px;
    top: 5px;
    background: #000
  }
}

.btn_burger--right {
  display: none;
}

@media (max-width:1279.5px) {
  .btn_burger--right {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 50%;
    order: 5;
    margin-left: 10px;
  }
  .btn_burger--right span {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    background: #000
  }
  .btn_burger--right span::before {
    width: 16px;
    top: 5px;
    background: #000
  }
  .btn_burger--right span::after {
    width: 16px;
    top: -5px;
    background: #000
  }
}

.btn_wildberries {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .02em;
  border-radius: 4px;
  position: relative;
  overflow: hidden
}
.btn_wildberries::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 2px solid #ca11ab;
  border-top: 2px solid #ca11ab;
  border-bottom: 2px solid #ca11ab;
  width: 5px
}
.btn_wildberries::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 2px solid #4a1174;
  border-top: 2px solid #4a1174;
  border-bottom: 2px solid #4a1174;
  width: 5px
}
.btn_wildberries__inner {
  border: 2px solid #ca11ab;
  -o-border-image: linear-gradient(90deg,#ca11ab 0,#4a1174 100%);
  border-image: linear-gradient(90deg,#ca11ab 0,#4a1174 100%);
  border-image-slice: 1;
  width: 107px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  color: #ca11ab;
  border-radius: 4px;
  background: linear-gradient(90deg,#ca11ab 0,#4a1174 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .2s
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .btn_wildberries__inner {
    background: 0 0
  }
}
.btn_wildberries:hover .btn_wildberries__inner {
  background-clip: initial;
  color: #fff;
  -webkit-text-fill-color: #fff
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .btn_wildberries:hover .btn_wildberries__inner {
    background: linear-gradient(90deg,#ca11ab 0,#4a1174 100%)
  }
}
.btn_ozon {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .06em;
  border-radius: 4px;
  border: 2px solid #005bff;
  width: 61px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005bff;
  border-radius: 4px;
  text-transform: uppercase;
  transition: .2s
}
.btn_ozon:hover {
  color: #fff;
  background-color: #005bff
}
.btn_letu {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .06em;
    border: 2px solid #5BBAD5;
    color: #5BBAD5;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    text-transform: uppercase;
}
.btn_letu:hover {
    color: #fff;
    background: #5BBAD5;
}
.btn_letu_3 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    background: #5BBAD5;
    color: #fff;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_letu_3:hover {
    color: #fff;
    background: #333;
}
.header .btn_letu {
    margin-left: 9px;
}


.btn_apple {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 14px;

  letter-spacing: .06em;
  border-radius: 4px;
  border: 2px solid #DAF426;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DAF426;
  border-radius: 4px;
  text-transform: uppercase;
  transition: .2s
}
.btn_apple:hover {
  color: #fff;
  background-color: #DAF426
}






.btn_wildberries_1 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: linear-gradient(90deg,#ca11ab 0,#4a1174 50%,#ca11ab 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0 center;
  border-radius: 4px;
  width: 171px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s
}
@media (max-width:1011.5px) {
  .btn_wildberries_1 {
    width: 140px;
    height: 50px
  }
}
.btn_wildberries_1:hover {
  background-position: 100% center
}
.btn_ozon_1 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: #005bff;
  border-radius: 4px;
  width: 129px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: .2s
}
@media (max-width:1011.5px) {
  .btn_ozon_1 {
    width: 100px;
    height: 50px
  }
}
.btn_ozon_1:hover {
  background: #0092ff
}
.btn_wildberries_2 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: linear-gradient(90deg,#ca11ab 0,#4a1174 50%,#ca11ab 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0 center;
  border-radius: 4px;
  width: 171px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s
}
@media (max-width:1011.5px) {
  .btn_wildberries_2 {
    height: 50px
  }
}
.btn_wildberries_2:hover {
  background-position: 100% center
}
.btn_ozon_2 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: #005bff;
  border-radius: 4px;
  width: 129px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: .2s
}
@media (max-width:1011.5px) {
  .btn_ozon_2 {
    height: 50px
  }
}
.btn_ozon_2:hover {
  background: #0092ff
}
.btn_wildberries_3 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: linear-gradient(90deg,#ca11ab 0,#4a1174 100%);
  width: 171px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}
.btn_ozon_3 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: #005bff;
  width: 129px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase
}
.btn_ym_2 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #202020;
  background: #ffd426;
  border-radius: 4px;
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.btn_ym_2:hover {
  background: #f5c423;
}
.btn_ali_3 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: #e94925;
  width: 129px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn_apple_3 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #fff;
  background: #DAF426;
  width: 129px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_bel_3 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  background: #C8313E;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_kz_3 {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  background: #00AFCA;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_to_catalog {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.18px;
  text-transform: uppercase;
  color: #222;
  height: 100px;
  padding-right: 71px;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='100' viewBox='0 0 96 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.0002 50C95.0002 77.062 73.0622 99 46.0002 99C26.0623 99 8.90557 87.0919 1.25435 70H0.160645C7.87621 87.659 25.497 100 46.0002 100C73.6144 100 96.0002 77.6142 96.0002 50C96.0002 22.3858 73.6144 0 46.0002 0C25.497 0 7.87621 12.341 0.160645 30H1.25435C8.90557 12.9081 26.0623 1 46.0002 1C73.0622 1 95.0002 22.938 95.0002 50Z' fill='%23222222'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 96px 100px;
  background-position: right center;
  display: inline-flex;
  align-items: center;
  position: relative
}
.btn_to_catalog::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cline x1='-4.37114e-08' y1='10.5' x2='30' y2='10.5' stroke='%23222222'/%3E %3Cpath d='M21.1813 1.22394L30.3627 10.4053L21.1813 19.5866' stroke='%23222222'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  width: 32px;
  height: 20px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .2s
}
.btn_to_catalog:hover::after {
  right: 10px
}
.btn_more {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .02em;
  color: #000;
  background: #fff;
  border: 1px solid #192B4D;
  border-radius: 5px;
  padding: 15px 25px;
  transition: .2s
}
.btn_more:hover {
  box-shadow: 0 0 3px #ccc3c3
}
.btn_favorite {
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.4 2C16.25 2.00332 14.2359 3.05195 13 4.81113C11.7641 3.05195 9.75 2.00332 7.6 2C4.08398 2 1 5.27129 1 9C1 12.634 3.05195 16.3768 6.93438 19.824C8.7332 21.4182 10.7064 22.8039 12.8164 23.9553C12.9316 24.0146 13.0684 24.0146 13.1836 23.9553C15.2928 22.8039 17.2654 21.418 19.0637 19.824C22.948 16.3768 25 12.634 25 9C25 5.27129 21.916 2 18.4 2V2ZM13 23.1451C11.5309 22.3344 1.8 16.6703 1.8 9C1.8 5.69727 4.50996 2.8 7.6 2.8C9.69336 2.80371 11.623 3.93301 12.6516 5.75645C12.7285 5.87402 12.8596 5.94473 13 5.94473C13.1404 5.94473 13.2715 5.87402 13.3484 5.75645C14.377 3.93301 16.3066 2.80371 18.4 2.8C21.49 2.8 24.2 5.69727 24.2 9C24.2 16.6703 14.4691 22.3344 13 23.1451Z' fill='%23111111' stroke='%23111111' stroke-width='0.2'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center center;
  transition: .2s
}
.btn_favorite:hover {
  background-image: url(/local/templates/theu/css/../img/btn-fav-hover.svg);
}
.btn_send {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -.48px;
  color: #111;
  padding: 14px 56px 14px 33px;
  background: #fff;
  border-radius: 4px 4px 4px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.317933 8.67873L4.46549 10.2267L6.07085 15.3896C6.17357 15.7202 6.57791 15.8424 6.84629 15.623L9.15821 13.7383C9.40055 13.5408 9.74573 13.531 9.99899 13.7148L14.1689 16.7422C14.456 16.9509 14.8627 16.7936 14.9347 16.4467L17.9894 1.75323C18.068 1.37427 17.6956 1.05813 17.3348 1.19769L0.313073 7.76415C-0.106987 7.92615 -0.103327 8.52087 0.317933 8.67873ZM5.81213 9.40269L13.918 4.41027C14.0637 4.32081 14.2136 4.51779 14.0885 4.63383L7.39877 10.8522C7.16363 11.0711 7.01195 11.364 6.96899 11.682L6.74111 13.3707C6.71093 13.5962 6.39419 13.6186 6.33197 13.4004L5.45555 10.3209C5.35517 9.96963 5.50145 9.59445 5.81213 9.40269Z' fill='%23212126'/%3E %3C/svg%3E"),linear-gradient(90deg,#fff 0,#fff 50%,#ccc 100%);
  background-repeat: no-repeat;
  background-size: 18px 18px,200% 100%;
  background-position: right 32px center,left 0 center;
  transition: .2s
}
@media (max-width:1011.5px) {
  .btn_send {
    font-size: 0;
    width: 50px;
    height: 50px;
    background-position: center center;
    padding: 0
  }
}
.btn_send:hover {
  background-position: right 32px center,left 100% center
}
.btn_phone {
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20 1C9.50671 1 1 9.50671 1 20C1 30.4933 9.50671 39 20 39C30.4933 39 39 30.4933 39 20C38.9882 9.51165 30.4883 1.01175 20 1ZM20 37.7333C10.2062 37.7333 2.26667 29.7938 2.26667 20C2.26667 10.2062 10.2062 2.26667 20 2.26667C29.7938 2.26667 37.7333 10.2062 37.7333 20C37.7222 29.7891 29.7891 37.7222 20 37.7333Z' fill='%235B8C00' stroke='%235B8C00' stroke-width='0.2'/%3E %3Cpath d='M27.0122 21.9511L22.4852 21.1511C22.256 21.1107 22.0274 21.2232 21.9198 21.4295L20.8221 23.5328C18.8799 22.6727 17.3278 21.1198 16.4684 19.1771L18.5697 18.0795C18.776 17.9719 18.8885 17.7433 18.8481 17.5141L18.0481 12.9878C18.0231 12.8454 17.9413 12.7193 17.8215 12.6383C16.677 11.8665 15.1998 11.7889 13.9808 12.4368C12.7617 13.085 12 14.3529 12 15.7334C12.0076 22.505 17.4952 27.9924 24.267 28C25.6478 27.9997 26.9158 27.2375 27.5637 26.0182C28.2114 24.7987 28.1333 23.3214 27.3603 22.1771C27.2796 22.0578 27.1541 21.9761 27.0122 21.9511ZM24.267 26.9333C18.0843 26.9263 13.0737 21.9159 13.0667 15.7334C13.0664 14.786 13.5691 13.9097 14.3868 13.431C15.2045 12.9527 16.215 12.9441 17.0408 13.4087L17.7304 17.3157L15.5436 18.4571C15.304 18.5821 15.1957 18.8662 15.2912 19.119C16.2663 21.6982 18.3017 23.7349 20.8807 24.711C21.1336 24.8065 21.4177 24.6982 21.5427 24.4586L22.6847 22.2719L26.5918 22.9617C27.0554 23.7873 27.046 24.7966 26.5679 25.6138C26.0895 26.4307 25.2139 26.9331 24.267 26.9333Z' fill='%235B8C00' stroke='%235B8C00' stroke-width='0.4'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: left 1px center;
  display: inline-flex;
  align-items: center;
  font-size: 0
}
.btn_list_view {
  background-color: transparent;
  width: 20px;
  height: 20px;
  background: 0 0;
  position: relative;
  font-size: 0
}
.btn_list_view span {
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #999;
  display: block
}
.btn_list_view span::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: -8px;
  background: #999
}
.btn_list_view span::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #999;
  position: relative;
  top: 8px
}
.btn_list_view-active span {
  background: #000
}
.btn_list_view-active span::after {
  background: #000
}
.btn_list_view-active span::before {
  background: #000
}
.btn_table_view {
  background-color: transparent;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.5' y='0.5' width='8' height='8' stroke='%23999999'/%3E %3Crect x='11.5' y='0.5' width='8' height='8' stroke='%23999999'/%3E %3Crect x='11.5' y='11.5' width='8' height='8' stroke='%23999999'/%3E %3Crect x='0.5' y='11.5' width='8' height='8' stroke='%23999999'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 0
}
.btn_table_view-active {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.5' y='0.5' width='8' height='8' stroke='black'/%3E %3Crect x='11.5' y='0.5' width='8' height='8' stroke='black'/%3E %3Crect x='11.5' y='11.5' width='8' height='8' stroke='black'/%3E %3Crect x='0.5' y='11.5' width='8' height='8' stroke='black'/%3E %3C/svg%3E")
}
.btn_sort {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-left: 5px;
  position: relative;
  background-color: transparent
}
.btn_sort.btn_sort_by-active {
  padding-right: 15px;
}
@media (max-width:739.5px) {
  .btn_sort {
    font-size: 14px;
    line-height: 19px;
  }
  .btn_sort.btn_sort_by-active {
    padding-right: 18px;
  }
}
.btn_sort::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .btn_sort::after {
    background-size: 10px 16px
  }
}
@media (max-width:1011.5px) {
  .btn_sort::after {
    top: 2px
  }
}
.btn_sort.btn_sort_by-active.btn_sort_by-up::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='1' height='15' transform='matrix(1 0 0 -1 4 15)' fill='black'/%3E %3Cpath d='M8.39733 11.1109L4.50824 15L0.619152 11.1109' stroke='black'/%3E %3C/svg%3E");
  transform: scale(1,-1)
}
.btn_sort.btn_sort_by-active.btn_sort_by-down::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='1' height='15' transform='matrix(1 0 0 -1 4 15)' fill='black'/%3E %3Cpath d='M8.39733 11.1109L4.50824 15L0.619152 11.1109' stroke='black'/%3E %3C/svg%3E");
}
.btn_subscribe {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02em;
  background: #111;
  border-radius: 4px;
  width: 100%;
  padding: 14px;
  color: #fff
}
.btn_filters {
  font-size: 16px;
  line-height: 22px;
  color: #222;
  padding-left: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.52474 8.77327V0.505934C9.52474 0.224859 9.29988 0 9.01881 0C8.73773 0 8.51287 0.224859 8.51287 0.505934V8.77327C7.33986 9.00937 6.45166 10.0475 6.45166 11.2917C6.45166 12.5359 7.33986 13.574 8.51287 13.8101V17.4903C8.51287 17.7714 8.73773 17.9963 9.01881 17.9963C9.29988 17.9963 9.52474 17.7714 9.52474 17.4903V13.8101C10.6978 13.574 11.586 12.5359 11.586 11.2917C11.586 10.0512 10.7015 9.00937 9.52474 8.77327ZM9.01881 12.847C8.16059 12.847 7.46353 12.1499 7.46353 11.2917C7.46353 10.4335 8.16059 9.73641 9.01881 9.73641C9.87702 9.73641 10.5741 10.4335 10.5741 11.2917C10.5741 12.1499 9.87702 12.847 9.01881 12.847Z' fill='%23222222'/%3E %3Cpath d='M3.32967 4.53092V0.505934C3.32967 0.224859 3.10481 0 2.82374 0C2.54266 0 2.3178 0.224859 2.3178 0.505934V4.53092C1.14479 4.76702 0.256592 5.80512 0.256592 7.04935C0.256592 8.29357 1.14479 9.33167 2.3178 9.56777V17.4903C2.3178 17.7714 2.54266 17.9963 2.82374 17.9963C3.10481 17.9963 3.32967 17.7714 3.32967 17.4903V9.56402C4.50269 9.32792 5.39088 8.28982 5.39088 7.0456C5.39088 5.80137 4.50269 4.76702 3.32967 4.53092ZM2.82374 8.60462C1.96552 8.60462 1.26846 7.90756 1.26846 7.04935C1.26846 6.19113 1.96552 5.49407 2.82374 5.49407C3.68195 5.49407 4.37902 6.19113 4.37902 7.04935C4.37902 7.90756 3.6782 8.60462 2.82374 8.60462Z' fill='%23222222'/%3E %3Cpath d='M15.6818 4.53092V0.505934C15.6818 0.224859 15.457 0 15.1759 0C14.8948 0 14.67 0.224859 14.67 0.505934V4.53092C13.497 4.76702 12.6088 5.80512 12.6088 7.04934C12.6088 8.29357 13.497 9.33167 14.67 9.56777V17.4941C14.67 17.7751 14.8948 18 15.1759 18C15.457 18 15.6818 17.7751 15.6818 17.4941V9.56402C16.8549 9.32792 17.7431 8.28982 17.7431 7.0456C17.7431 5.80137 16.8586 4.76702 15.6818 4.53092ZM15.1759 8.60462C14.3177 8.60462 13.6206 7.90756 13.6206 7.04934C13.6206 6.19113 14.3177 5.49407 15.1759 5.49407C16.0341 5.49407 16.7312 6.19113 16.7312 7.04934C16.7312 7.90756 16.0341 8.60462 15.1759 8.60462Z' fill='%23222222'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
  position: relative;
  padding-right: 17px;
  background-color: transparent
}
.btn_filters::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L5 5L1 9' stroke='%23222222' stroke-width='1.4'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 7px
}
.title-hidden {
  display: none
}
.title_main {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 71px;
  color: #192b4d;
  letter-spacing: -1.5px
}
@media (max-width:1011.5px) {
  .title_main {
    font-size: 54px;
    letter-spacing: -1.1px;
    line-height: 51px
  }
}
@media (max-width:739.5px) {
  .title_main {
    font-size: 42px;
    line-height: 40px
  }
}
.title_default {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 50px;
  color: #192b4d;
  letter-spacing: -1.2px
}
@media (max-width:1011.5px) {
  .title_default {
    font-size: 42px;
    line-height: 40px
  }
}
.open_menu {
  overflow: hidden
}
.open_menu #site {
  overflow: hidden
}
.logo img {
  max-width: 80px;
  max-height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center
}
@media (max-width:1011.5px) {
  .logo img {
    max-width: 58px;
    max-height: 44px
  }
}
.phones {
  width: 210px;
  height: 40px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  position: relative
}
.phones a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #111;
  padding-left: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20 1C9.50671 1 1 9.50671 1 20C1 30.4933 9.50671 39 20 39C30.4933 39 39 30.4933 39 20C38.9882 9.51165 30.4883 1.01175 20 1ZM20 37.7333C10.2062 37.7333 2.26667 29.7938 2.26667 20C2.26667 10.2062 10.2062 2.26667 20 2.26667C29.7938 2.26667 37.7333 10.2062 37.7333 20C37.7222 29.7891 29.7891 37.7222 20 37.7333Z' fill='%235B8C00' stroke='%235B8C00' stroke-width='0.2'/%3E %3Cpath d='M27.0122 21.9511L22.4852 21.1511C22.256 21.1107 22.0274 21.2232 21.9198 21.4295L20.8221 23.5328C18.8799 22.6727 17.3278 21.1198 16.4684 19.1771L18.5697 18.0795C18.776 17.9719 18.8885 17.7433 18.8481 17.5141L18.0481 12.9878C18.0231 12.8454 17.9413 12.7193 17.8215 12.6383C16.677 11.8665 15.1998 11.7889 13.9808 12.4368C12.7617 13.085 12 14.3529 12 15.7334C12.0076 22.505 17.4952 27.9924 24.267 28C25.6478 27.9997 26.9158 27.2375 27.5637 26.0182C28.2114 24.7987 28.1333 23.3214 27.3603 22.1771C27.2796 22.0578 27.1541 21.9761 27.0122 21.9511ZM24.267 26.9333C18.0843 26.9263 13.0737 21.9159 13.0667 15.7334C13.0664 14.786 13.5691 13.9097 14.3868 13.431C15.2045 12.9527 16.215 12.9441 17.0408 13.4087L17.7304 17.3157L15.5436 18.4571C15.304 18.5821 15.1957 18.8662 15.2912 19.119C16.2663 21.6982 18.3017 23.7349 20.8807 24.711C21.1336 24.8065 21.4177 24.6982 21.5427 24.4586L22.6847 22.2719L26.5918 22.9617C27.0554 23.7873 27.046 24.7966 26.5679 25.6138C26.0895 26.4307 25.2139 26.9331 24.267 26.9333Z' fill='%235B8C00' stroke='%235B8C00' stroke-width='0.4'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: left 1px center;
  display: inline-flex;
  height: 100%;
  align-items: center;
  transition: .2s;
  height: 40px
}
.phones a:hover {
  color: #5d8f00
}
.phones__btn {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.94997 2.97487L3.9751 5.94974L1.00023 2.97487' stroke='%231A1D22' stroke-width='1.6'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1px;
  top: 9px;
  background-color: transparent
}
.phones__btn:hover::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 100%;
  top: 80%;
  height: 20px;
  left: 0
}
.phones-white a {
  color: #fff
}
.phones-white .phones__btn {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.94997 2.97487L3.9751 5.94974L1.00023 2.97487' stroke='%23fff' stroke-width='1.6'/%3E %3C/svg%3E")
}
.phones-white .phones__phones .phones__phone {
  color: #000
}
.phones__phones {
  position: absolute;
  top: 100%;
  right: 12px;
  transform: translateX(50%);
  width: calc(100% + 40px);
  padding: 20px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: .2s
}
.phones__phones:hover {
  opacity: 1;
  pointer-events: all
}
.phones__phones:after,
.phones__phones:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.phones__phones:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
}
.phones__phones:before {
  border-color: rgba(231,231,231,0);
  border-bottom-color: #e7e7e7;
  border-width: 13px;
  margin-left: -13px
}
.phones__phones .phones__phone:not(:last-child) {
  margin-bottom: 8px
}
.phones-active .phones__phones {
  opacity: 1;
  pointer-events: all
}
.socials {
  display: flex;
  align-items: center;
}
.socials li:not(:last-child) {
  margin-right: 10px
}
.subscribe {
  display: flex;
  align-items: flex-end;
  width: 100%
}
.subscribe input {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .02em;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  background: 0 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-right: 20px
}
@media (max-width:1011.5px) {
  .subscribe input {
    line-height: 22px
  }
}
.subscribe input::-moz-placeholder {
  color: #fff
}
.subscribe input:-ms-input-placeholder {
  color: #fff
}
.subscribe input::placeholder {
  color: #fff
}
.accordeon__name {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: #192b4d;
  border-bottom: 1px solid #192b4d;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  cursor: pointer
}
@media (max-width:1011.5px) {
  .accordeon__name {
    padding-top: 7px;
    padding-bottom: 7px
  }
}
.accordeon__name::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle r='14.5' transform='matrix(1 0 0 -1 15 15)' fill='white' stroke='%23192B4D'/%3E %3Cpath d='M20 17L15 12L10 17' stroke='%23192B4D' stroke-width='2'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(180deg);
  transition: .2s
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .accordeon__name::before {
    background-size: 99% 95%
  }
}
@media (max-width:1011.5px) {
  .accordeon__name::before {
    top: 12px
  }
}
.accordeon__text {
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: #333;
  margin-top: 27px;
  padding-right: 10px;
  padding-bottom: 45px;
  display: none
}
@media (max-width:1011.5px) {
  .accordeon__text {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 28px
  }
}
@media (max-width:739.5px) {
  .accordeon__text {
    margin-top: 18px
  }
}
.accordeon__text p:not(:last-child) {
  margin-bottom: 30px
}
@media (max-width:1011.5px) {
  .accordeon__text p:not(:last-child) {
    margin-bottom: 20px
  }
}
.accordeon-active .accordeon__name::before {
  transform: rotate(0)
}
.custom_select + .select2 {
  width: auto!important;
  min-width: 146px
}
.custom_select + .select2 .select2-selection--single {
  border: 1px solid #5b8c00;
  background: #fbfaf9;
  border-radius: 20px;
  height: 40px
}
.custom_select + .select2 .select2-selection__rendered {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  line-height: 38px;
  padding-left: 18px;
  padding-right: 34px
}
@media (max-width:739.5px) {
  .custom_select + .select2 .select2-selection__rendered {
    font-size: 14px;
    padding-right: 58px
  }
}
.custom_select + .select2 .select2-selection__arrow {
  right: 14px;
  top: 7px
}
.custom_select + .select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 20px
}
.custom_select-2 + .select2 {
  width: auto!important
}
.custom_select-2 + .select2 .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap
}
.custom_select-2 + .select2 .select2-selection--multiple {
  border: 1px solid #5b8c00;
  background: #fbfaf9;
  border-radius: 20px;
  min-height: 40px
}
.custom_select-2 + .select2 .select2-selection__rendered {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  line-height: 38px;
  padding-left: 18px;
  padding-right: 22px
}
@media (max-width:739.5px) {
  .custom_select-2 + .select2 .select2-selection__rendered {
    font-size: 14px;
    padding-right: 58px
  }
}
.custom_select-2 + .select2 .select2-search__field {
  width: auto!important;
  letter-spacing: -.3px
}
.custom_select-2 + .select2 .select2-search--inline {
  padding-right: 20px;
  margin-right: -20px
}
.custom_select-2 + .select2::after {
  content: '';
  border-left: 1px solid #dadada;
  position: absolute;
  right: 37px;
  top: 13px;
  height: 15px;
  width: 0
}
.custom_select-2 + .select2 .select2-selection--multiple {
  transition: .2s backgorund
}
.custom_select-2 + .select2 .select2-selection--multiple::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.5 0L0 4L7 4L3.5 0Z' fill='%23676767'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 7px 4px;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 11px;
  transform: scale(1,-1);
  cursor: pointer;
  transition: .2s
}
.custom_select-2 + .select2.select2-container--open .select2-selection--multiple {
  background: #fff
}
.custom_select-2 + .select2.select2-container--open .select2-selection--multiple::before {
  transform: scale(1,-1) rotate(180deg)
}
.custom_select-2 + .select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 20px
}
.custom_select-2 + .select2 .select2-selection__choice {
  margin-top: 0;
  border: none;
  background: 0 0;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  position: relative;
  padding-right: 30px
}
.custom_select-2 + .select2 .select2-selection__choice__remove {
  position: absolute;
  right: 0;
  top: 8px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='11' cy='11' r='11' fill='%235D8F00'/%3E %3Crect x='6.53552' y='7.46484' width='1' height='11' transform='rotate(-45 6.53552 7.46484)' fill='white'/%3E %3Crect x='7.24261' y='15.2422' width='1' height='11' transform='rotate(-135 7.24261 15.2422)' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 0;
  width: 22px;
  height: 22px;
  margin: 0
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .custom_select-2 + .select2 .select2-selection__choice__remove {
    background-size: 20px 20px
  }
}
.select2_drop-theme1 {
  font-size: 16px;
  line-height: 22px
}
.select2_drop-theme1 .select2-results__option {
  padding-left: 18px;
  padding-right: 18px
}
.select2_drop-theme1 .select2-dropdown {
  border-color: #5b8c00;
  background: #fff;
  border-radius: 6px;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  padding-top: 21px;
  padding-bottom: 21px
}
.select2_drop-theme1 .select2-dropdown:after,
.select2_drop-theme1 .select2-dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.select2_drop-theme1 .select2-dropdown:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
}
.select2_drop-theme1 .select2-dropdown:before {
  border-color: rgba(231,231,231,0);
  border-bottom-color: #e7e7e7;
  border-width: 13px;
  margin-left: -13px
}
.select2_drop-theme1 .select2-results__option {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  position: relative;
  padding-left: 30px
}
.select2_drop-theme1 .select2-results__option::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  top: 10px
}
.select2_drop-theme1 .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #222
}
.select2_drop-theme1 .select2-results__option[aria-selected=true] {
  background-color: transparent
}
.select2_drop-theme1 .select2-results__option[aria-selected=true]::before {
  background-color: #80bc00;
  box-shadow: inset 0 0 0 2px #fff
}
.select2_drop-theme2 {
  font-size: 16px;
  line-height: 22px
}
.select2_drop-theme2 .select2-results__option {
  padding-right: 18px;
  padding-left: 52px
}
.select2_drop-theme2 .select2-dropdown {
  border-color: #5b8c00;
  background: #fff;
  border-radius: 6px;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  padding-top: 21px;
  padding-bottom: 21px
}
.select2_drop-theme2 .select2-dropdown:after,
.select2_drop-theme2 .select2-dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.select2_drop-theme2 .select2-dropdown:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
}
.select2_drop-theme2 .select2-dropdown:before {
  border-color: rgba(231,231,231,0);
  border-bottom-color: #e7e7e7;
  border-width: 13px;
  margin-left: -13px
}
.select2_drop-theme2 .select2-results > .select2-results__options {
  max-height: 265px
}
.select2_drop-theme2 .select2-results__option {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  position: relative
}
.select2_drop-theme2 .select2-results__option::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 3px;
  position: absolute;
  left: 27px;
  top: 10px
}
.select2_drop-theme2 .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #222
}
.select2_drop-theme2 .select2-results__option[aria-selected=true] {
  background-color: transparent
}
.select2_drop-theme2 .select2-results__option[aria-selected=true]::before {
  background-color: #80bc00;
  box-shadow: inset 0 0 0 2px #fff
}
.select2_drop-theme2 .select2-results__option[aria-disabled=true] {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #192b4d;
  padding-left: 28px
}
.select2_drop-theme2 .select2-results__option[aria-disabled=true]::before {
  display: none
}

.white-text {
  color: #ffffff !important;
}
.custom_label {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #192b4d;
  display: flex;
  align-items: center
}
.container {
  max-width: 1260px;
  margin: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px
}
@media (max-width:1279.5px) {
  .container {
    max-width: 992px
  }
}
@media (max-width:1011.5px) {
  .container {
    max-width: 720px
  }
}
@media (max-width:739.5px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
}
.container-2 {
  max-width: 838px
}
@media (max-width:1011.5px) {
  .container-2 {
    max-width: 720px
  }
}
@media (max-width:739.5px) {
  .container-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
}
.header {
  height: 139px;
  padding-top: 22px
}
@media (max-width:1011.5px) {
  .header {
    height: 70px;
    padding-top: 5px
  }
}
.header-fixed .header__fix_part {
  position: fixed;
  top: 0
}
.header-fixed .logo img {
  max-width: 70px
}
.header__fix_part {
  position: absolute;
  top: 22px;
  width: 100%;
  left: 0;
  z-index: 20;
  background: #fff;
  padding-top: 6px;
  padding-bottom: 6px
}
@media (max-width:1011.5px) {
  .header__fix_part {
    padding-top: 4px;
    padding-bottom: 4px;
    top: 5px
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.header__left {
  display: flex;
  align-items: center
}
.header__right {
  display: flex;
  align-items: center
}
.header .logo {
  margin-top: 5px;
  transform: translateX(-19px);
  transition: .2s
}
@media (max-width:1011.5px) {
  .header .logo {
    transform: translateX(-4px)
  }
}
@media (max-width:739.5px) {
  .header .logo {
    transform: translateX(-7px)
  }
}
.header .logo img {
  transition: .2s
}
.header_menu {
  display: flex;
  align-items: center;
  margin-left: 10px
}
.header_menu nav {
  margin-left: 15px
}
.header_menu nav ul {
  display: flex
}
.header_menu nav li:not(:last-child) {
  margin-right: 10px
}
@media (max-width:1279.5px) {
  .header_menu nav li:not(:last-child) {
    margin-right: 10px
  }
}
.header_menu nav a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #000;
  transition: .2s
}
.header_menu nav a:hover {
  color: #5d8f00
}
.header .btn_ozon {
  margin-left: 9px
}

.header .btn_apple {
  margin-left: 9px
}

.header .btn_wildberries {
  margin-left: 10px
}
@media (max-width:1279.5px) {
  .header .btn_wildberries {
    margin-left: 7px
  }
  .header .btn_phone {
    margin-left: 30px
  }
}
@media (max-width:1011.5px) {
  .header .btn_burger {
    order: 5;
    margin-left: 10px
  }
}
.header_btns {
  display: flex;
  flex-wrap: wrap;
}
.header_btns .btn {
  width: 50%
}
.footer__top {
  background-color: #C7D3E0;
}
.footer__bottom {
  background-color: #ABB6C1;
}
.footer__top,
.footer__bottom {
  margin: 0 -80px;
}
.footer__top {
  padding: 30px 80px 85px;
  border-radius: 10px 10px 0 0;
}
.footer__bottom {
  font-size: 14px;
  padding: 25px 80px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.footer__policy a {
  color: #fff;
}
.footer__policy a:hover {
  text-decoration: underline;
}

.footer__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin-bottom: 60px;
}
.footer__navigation__left,
.footer__navigation__right {
  display: flex;
  align-items: center;
}
.footer > .phones {
  margin-right: 20px;
}
.footer__navigation__left .logo {
  margin-right: 60px;
}
.footer__navigation__left ul {
  display: flex;
}
.footer__navigation__left li:not(:last-child) {
  margin-right: 40px;
}
.footer__navigation__left a {
  color: #000000;
  font-weight: 600;
}
.footer__navigation__left a:hover {
  text-decoration: underline;
}
.footer__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.footer__actions__text {
  margin-bottom: 25px;
  color: #000;
}
.footer .btn_send_subscribe {
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 700;
  width: auto;
}
.footer__actions__right__btns {
  padding-top: 4px;
}
.footer__actions__right__btns-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.footer__actions__right__btns-list .btn {
  margin: 0;
  width: 100%;
  height: 46px;
}
.footer__actions__message {
  display: none;
  font-size: 14px;
  margin-top: 10px;
}
.footer__actions__message.show {
  display: block;
}
@media (min-width: 740px) {
  .footer .btn_send_subscribe {
    background-image: none;
  }
  .footer__actions__message {
    font-size: 12px;
  }
}
@media (max-width: 1279.5px) {
  .footer__actions__right__btns-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1011.5px) {
  .footer .logo img {
    max-width: unset;
    max-height: unset;
  }
  .footer__navigation {
    margin-bottom: 50px;
  }
  .footer__actions {
    gap: 50px;
    grid-template-columns: auto;
  }
  .footer__mobile_menu {
    margin-bottom: 50px;
  }
  .footer__mobile_menu ul {
    display: flex;
    justify-content: space-between;
  }
  .footer__mobile_menu a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (max-width: 739.5px) {
  .footer__actions__right__btns-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__top,
  .footer__bottom {
    margin: 0 -20px;
  }
  .footer__top {
    padding: 30px 20px 60px;
    border-radius: 0;
  }
  .footer__bottom {
    padding: 15px 20px;
    flex-direction: column;
  }
  .footer__policy {
    padding-top: 10px;
  }
  .footer .btn_send_subscribe {
    padding: 25px;
  }
  .footer .btn_send {
    font-size: 0;
  }
  .footer__mobile_menu ul {
    flex-wrap: wrap;
    margin: -5px;
  }
  .footer__mobile_menu li {
    padding: 5px;
  }
}
.modals {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important
}
.all_svg {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important
}
.fixed_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none
}
.fixed_menu__overlay {
  background: rgba(0,0,0,.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.fixed_menu__inner {
  background: #fff;
  max-width: 340px;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  transform: translateX(-100%);
  transition: .2s
}
.fixed_menu__close {
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='11' cy='11' r='11' fill='%235D8F00'/%3E %3Crect x='6.53552' y='7.46484' width='1' height='11' transform='rotate(-45 6.53552 7.46484)' fill='white'/%3E %3Crect x='7.24261' y='15.2422' width='1' height='11' transform='rotate(-135 7.24261 15.2422)' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 0;
  width: 22px;
  height: 22px;
  margin: 0
}
.fixed_menu nav {
  overflow-y: auto;
  max-height: 100%
}
.fixed_menu nav li:not(:last-child) {
  border-bottom: 1px solid #eee
}
.fixed_menu nav a {
  display: block;
  padding: 17px 20px 19px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .08em;
  color: #000;
  transition: .2s
}
.fixed_menu nav a:hover {
  color: #5d8f00
}
.open_menu .fixed_menu {
  opacity: 1;
  pointer-events: all
}
.open_menu .fixed_menu__inner {
  transform: translateX(0)
}
.banner {
  position: relative
}
.banner .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1012px) {
  .banner__wrapper {
    position: relative;
  }
}
@media (max-width:1011.5px) {
  .banner .container {
    padding-left: 0;
    padding-right: 0
  }
}
.banner__item {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
  padding: 100px 75px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:1011.5px) {
  .banner__item {
    padding-top: 66px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    height: 360px;
    padding-bottom: 40px
  }
}
@media (max-width:739.5px) {
  .banner__item {
    position: relative;
    height: 540px;
    padding-bottom: 104px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
  }
  .banner .swiper-slide {
    border-radius: 0;
  }
}
.banner__link {
  padding: 21px 44px;
  position: absolute;
  left: 145px;
  bottom: 120px;
  color: #ffffff;
  background-color: #595378;
  font-size: 18px;
  line-height: 1;
  border-radius: 10px;
  transition: all .2s ease;
}
.banner__link:hover {
  color: #4D3069;
  background-color: #ffffff;
}
@media (max-width: 1011.5px) {
  .banner__link {
    padding: 15px 25px;
    left: 25px;
    bottom: 80px;
    font-size: 16px;
  }
}
@media (max-width: 739.5px) {
  .banner__link {
    display: none;
    bottom: 125px;
  }
}
.banner__link--light {
  left: 40px;
  color: #4D3069;
  background-color: #ffffff;
}
.banner__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1
}
@media (min-width:1199.5px) {
  .banner__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media (max-width:575.5px) {
  .banner__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.banner__desc {
  font-weight: 300;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: .02em;
  color: #192b4d;
  margin-top: 13px;
  margin-left: 2px
}
@media (max-width:1011.5px) {
  .banner__desc {
    font-size: 22px;
    line-height: 30px;
    margin-top: 9px
  }
}
@media (max-width:739.5px) {
  .banner__desc {
    font-size: 20px;
    line-height: 27px
  }
}
.banner__desc b {
  font-weight: 600
}
@media (max-width:1011.5px) {
  .banner__desc b {
    margin-left: -5px
  }
}
.banner__btns {
  display: flex;
  margin-top: 50px;
  padding-left: 4px
}
@media (max-width:1011.5px) {
  .banner__btns {
    margin-top: 32px
  }
}
@media (max-width:739.5px) {
  .banner__btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8efea;
    padding: 20px
  }
}
.banner__btns .btn_wildberries_1 {
  margin-right: 20px
}
@media (max-width:1011.5px) {
  .banner__btns .btn_wildberries_1 {
    margin-right: 10px
  }
}
.banner__btns .btn_wildberries {
  margin-right: 10px
}
.banner__btns .btn_wildberries__inner {
  width: 125px
}
@media (max-width:359.5px) {
  .banner__btns .btn_wildberries__inner {
    width: 100px
  }
}
.banner__btns .btn_ozon {
  width: 85px
}
@media (max-width:359.5px) {
  .banner__btns .btn_ozon {
    width: 75px
  }
}
.banner .swiper-button {
  position: static;
  margin: 0;
  right: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L12 12L1 23' stroke='%23212126' stroke-width='2'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 14px;
  height: 24px
}
@media (max-width:1011.5px) {
  .banner .swiper-button {
    background: rgba(245,245,245,.6);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 0 4px 4px 0;
    position: absolute;
    bottom: 70px;
    left: auto;
    top: auto;
    width: 50px;
    height: 50px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L7.99998 7.99998L1 15' stroke='%23212126' stroke-width='1.6'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 16px;
    background-position: center center
  }
}
@media all and (max-width:1011.5px) and (-ms-high-contrast:none),
(max-width:1011.5px) and (-ms-high-contrast:active) {
  .banner .swiper-button {
    opacity: .7
  }
}
@media (max-width:739.5px) {
  .banner .swiper-button {
    background-color: #f0e6e1;
    width: 40px;
    height: 40px;
    bottom: 20px
  }
}
@media all and (max-width:739.5px) and (-ms-high-contrast:none),
(max-width:739.5px) and (-ms-high-contrast:active) {
  .banner .swiper-button {
    opacity: 1
  }
}
.banner .swiper-button::after {
  content: none
}
.banner .swiper-button-prev {
  transform: scale(-1,1)
}

@media (max-width:1011.5px) {
  .banner .swiper-button-prev {
    margin-right: 50px
  }
  .banner .swiper-button-prev::before {
    content: '';
    border-right: 1px solid #dfd9d6;
    height: 34px;
    width: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
  }
}
@media (max-width:739.5px) {
  .banner .swiper-button-prev {
    margin-right: 40px
  }
}
.banner .swiper-button-disabled {
  opacity: .5
}
.banner .swiper-pagination {
  position: static;
  margin-left: 11px;
  margin-right: 11px;
  font-size: 0
}
@media (max-width:1011.5px) {
  .banner .swiper-pagination {
    display: none
  }
}
.banner .swiper-pagination-bullet {
  /*background: #fff;*/
  /*border: 1px solid #666;*/
  /*width: 8px;*/
  /*height: 8px;*/
  /*opacity: 1;*/
  /*margin-left: 6px;*/
  /*margin-right: 6px*/
  width: 10px;
  height: 10px;
  background-color: #C7D3E0;
  border-radius: 50%;
  margin: 0 4px;
}
.banner .swiper-pagination-bullet-active {
  /*border-color: #212126;*/
  /*box-shadow: 0 0 0 1px #212126*/
  background-color: #192B4D;
}
.banner__controls {
  margin-top: 29px;
  margin-bottom: 29px
}
.banner__controls {
  display: flex;
  justify-content: flex-end;
  align-items: center
}
@media (max-width:1011.5px) {
  .banner__controls {
    position: relative;
  }
}
@media (max-width:739.5px) {
  .banner__controls {
    margin: 0
  }
}
.advantages .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 49px;
  padding-bottom: 49px
}
@media (max-width:1011.5px) {
  .advantages .container {
    flex-wrap: wrap;
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 33px
  }
}
@media (max-width:739.5px) {
  .advantages .container {
    padding-left: 16px;
    padding-right: 16px
  }
}
@media (max-width:1011.5px) {
  .advantages__img {
    width: 100px;
    height: 60px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain
  }
}
@media (max-width:739.5px) {
  .advantages__img {
    -o-object-position: left center;
    object-position: left center;
    flex-shrink: 0
  }
}
.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% / 4 - 40px);
  padding-left: 10px;
  padding-right: 48px;
  position: relative
}
@media (max-width:1279.5px) {
  .advantages__item {
    padding-right: 20px;
    padding-left: 20px;
    width: calc(100% / 4 - 20px)
  }
}
@media (max-width:1011.5px) {
  .advantages__item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 37px;
    padding-top: 33px
  }
}
@media (max-width:739.5px) {
  .advantages__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
}
.advantages__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 2px;
  width: 0;
  border-right: 1px solid #f1f3fa;
  height: calc(100% - 2px)
}
@media (max-width:1011.5px) {
  .advantages__item:not(:last-child)::after {
    display: none
  }
}
@media (max-width:1011.5px) {
  .advantages__item:nth-child(1):after {
    display: block;
    border-bottom: 1px solid #f1f3fa;
    height: 0;
    width: calc(100% - 5px);
    right: 5px;
    top: 100%
  }
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(1):after {
    width: 100%;
    left: 0;
    right: 0
  }
}
.advantages__item:nth-child(2) {
  order: 3
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(2) {
    order: 2
  }
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(2):after {
    display: block;
    border-bottom: 1px solid #f1f3fa;
    height: 0;
    width: calc(100% - 5px);
    right: 5px;
    top: 100%
  }
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(2):after {
    width: 100%;
    left: 0;
    right: 0
  }
}
.advantages__item:nth-child(2) .advantages__info {
  margin-left: 14px
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(2) .advantages__info {
    margin-left: 0
  }
}
.advantages__item:nth-child(3) {
  order: 2
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(3) {
    order: 3
  }
}
@media (max-width:1011.5px) {
  .advantages__item:nth-child(3):after {
    display: block;
    border-bottom: 1px solid #f1f3fa;
    height: 0;
    width: calc(100% - 5px);
    right: auto;
    left: 5px;
    top: 100%
  }
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(3):after {
    width: 100%;
    left: 0;
    right: 0
  }
}
.advantages__item:nth-child(3) .advantages__info {
  margin-left: 14px
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(3) .advantages__info {
    margin-left: 0
  }
}
.advantages__item:nth-child(4) {
  order: 4
}
.advantages__item:nth-child(4) .advantages__info {
  margin-left: 15px
}
@media (max-width:739.5px) {
  .advantages__item:nth-child(4) .advantages__info {
    margin-left: 0
  }
}
.advantages__info {
  width: 100%
}
@media (max-width:1011.5px) {
  .advantages__info {
    margin-left: 22px
  }
}
@media (max-width:739.5px) {
  .advantages__info {
    margin-left: 0
  }
}
.advantages__name {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: .04em;
  color: #192b4d;
  margin-top: 30px
}
@media (max-width:1011.5px) {
  .advantages__name {
    margin-top: 0
  }
}
.advantages__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .02em;
  color: #222;
  margin-top: 15px
}
@media (max-width:1011.5px) {
  .advantages__desc {
    margin-top: 3px;
    line-height: 20px
  }
}
.directions, .about {
  padding-top: 168px;
}
.directions .title_default {
  margin-bottom: 55px;
}
.directions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.directions__item__inner {
  position: relative;
  color: #ffffff;
  min-height: 355px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 18px;
}
.directions__item__inner:nth-child(odd) {
  background-color: #D8C4E5;
}
.directions__item__inner:nth-child(even) {
  background-color: #C7D3E0;
}
.directions__item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 45px 45px;
  position: relative;
  z-index: 1;
  min-height: inherit;
}
.directions__item__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: right center;
  object-fit: contain;
}
.directions__item__title {
  font-family: Nunito,sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.directions__item__list {
  flex: 1;
}
.directions__item__list li:not(:last-child) {
  margin-bottom: 5px;
}
.directions__item__list a {
  font-weight: 400;
  color: inherit;
  transition: all .2s ease;
}
.directions__item__list a:hover {
  color: #192b4d;
}
.directions__item__link {
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  color: inherit;
  transition: all .2s ease;
}
.directions__item__link:hover {
  background-color: #fff;
  color: #192b4d;
}

.directions.directions--catalog {
  padding: 30px 0 80px;
}

@media (max-width: 1279.5px) {
  .directions, .about {
    padding-top: 70px;
  }
}

@media (max-width: 1011.5px) {
  .directions__grid {
    grid-template-columns: auto;
  }
}
@media (max-width: 739.5px) {
  .directions, .about {
    padding-top: 67px;
  }
  .directions__item__inner {
    font-size: 16px;
  }
  .directions__item__content {
    padding: 25px;
  }
  .directions__item__title {
    font-size: 24px;
  }
  .directions.directions--catalog {
    padding: 30px 0 50px;
  }
}

.about__wrap {
  display: flex;
}
.about__content {
  margin-top: 35px;
  margin-right: 85px;
}
.about__desc p:not(:last-child) {
  margin-bottom: 30px;
}
.about__desc {
  margin-bottom: 40px;
  line-height: 1.4;
}
.about__link {
  right: unset !important;
  top: unset !important;
  position: relative !important;
}
.about__img {
  border-radius: 10px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1279.5px) {
  .about__content {
    margin-right: 30px;
  }
  .about__img {
    width: 451px;
  }
}
@media (max-width: 1011.5px) {
  .about__wrap {
    flex-direction: column;
  }
  .about__content {
    margin: 65px 0 40px;
  }
  .about__img {
    width: 100%;
  }
}
.news {
  padding-top: 168px;
  padding-bottom: 179px
}
@media (max-width:1279.5px) {
  .news {
    padding-top: 70px;
    padding-bottom: 60px
  }
}
@media (max-width:1011.5px) {
  .news {
    padding-bottom: 59px
  }
}
@media (max-width:739.5px) {
  .news {
    padding-top: 67px;
    padding-bottom: 79px
  }
}
.news .container {
  position: relative
}
@media (max-width:1011.5px) {
  .news .title_default {
    max-width: 490px
  }
}
.news__desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #222;
  margin-top: 23px;
  max-width: 490px
}
@media (max-width:1011.5px) {
  .news__desc {
    margin-top: 8px
  }
}
@media (max-width:739.5px) {
  .news__desc {
    margin-top: 15px
  }
}
.news__btn {
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  color: #222;
  position: absolute;
  right: 28px;
  top: 40px;
  padding: 35px 70px 35px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='100' viewBox='0 0 96 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.0002 50C95.0002 77.062 73.0622 99 46.0002 99C26.0623 99 8.90557 87.0919 1.25435 70H0.160645C7.87621 87.659 25.497 100 46.0002 100C73.6144 100 96.0002 77.6142 96.0002 50C96.0002 22.3858 73.6144 0 46.0002 0C25.497 0 7.87621 12.341 0.160645 30H1.25435C8.90557 12.9081 26.0623 1 46.0002 1C73.0622 1 95.0002 22.938 95.0002 50Z' fill='%23222222'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 90px 100px;
  background-position: right center;
  transition: .2s
}
.news__btn:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cline x1='-4.37114e-08' y1='10.5' x2='30' y2='10.5' stroke='%23222222'/%3E %3Cpath d='M21.1813 1.22394L30.3627 10.4053L21.1813 19.5866' stroke='%23222222'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  width: 32px;
  height: 20px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .2s;
}
@media (max-width:1011.5px) {
  .news__btn:not(.about__link) {
    position: static;
    boder: none;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .02em;
    padding: 15px;
    width: 100%;
    background: #5d8f00;
    border-radius: 4px;
    text-align: center;
    margin-top: 40px
  }
}
@media (max-width:739.5px) {
  .news__btn:not(.about__link) {
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    display: block
  }
}
.news__btn:hover:after {
  right: 23px;
}
.news__items {
  margin-top: 100px;
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  align-items: flex-start
}
@media (max-width:1279.5px) {
  .news__items {
    margin-top: 59px;
    width: calc(100% + 20px)
  }
}
@media (max-width:1011.5px) {
  .news__items {
    margin-top: 43px;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}
@media (max-width:739.5px) {
  .news__items {
    margin-top: 52px;
    flex-direction: column;
    align-items: center
  }
}
.news__item {
  width: calc(100% / 3 - 40px);
  margin-left: 20px;
  margin-right: 20px
}
@media (max-width:1279.5px) {
  .news__item {
    width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px
  }
}
@media (max-width:1011.5px) {
  .news__item {
    width: 100%;
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
  }
}
@media (max-width:739.5px) {
  .news__item:not(:last-child) {
    margin-bottom: 60px
  }
}
.news__item__img {
  width: 100%;
  height: 240px;
  border-radius: 6px
}
@media (max-width:1279.5px) {
  .news__item__img {
    height: 191px
  }
}
@media (max-width:1011.5px) {
  .news__item__img {
    height: 210px
  }
}
.news__item__info {
  margin-top: 22px;
  display: flex
}
@media (max-width:1011.5px) {
  .news__item__info {
    margin-top: 13px
  }
}
.news__item__date {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: .02em;
  color: #999
}
.news__item__tag {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: .02em;
  color: #6200aa;
  margin-left: 20px;
  transition: .2s;
  position: relative
}
.news__item__tag::after {
  content: '';
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% - 8px);
  left: -4px;
  top: 4px;
  border: 1px solid #6200aa;
  border-radius: 3px;
  opacity: 0;
  transition: .2s
}
.news__item__tag-color_1 {
  color: #c96a00
}
.news__item__tag-color_1::after {
  border-color: #c96a00
}
.news__item__tag-color_2 {
  color: #77b900
}
.news__item__tag-color_2::after {
  border-color: #77b900
}
.news__item__tag:hover::after {
  opacity: 1
}
.news__item__desc {
  min-height: 60px;
  display: flex;
  flex-direction: column
}
.news__item__name {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .54px;
  color: #192b4d;
  margin-top: 2px;
  width: 100%;
  max-height: 60px
}
@media (max-width:1011.5px) {
  .news__item__name {
    margin-top: 4px;
    line-height: 25px;
    max-height: 50px
  }
}
@media (max-width:739.5px) {
  .news__item__name {
    margin-top: 6px
  }
}
.news__item__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .02em;
  color: #222;
  margin-top: 13px;
  width: 100%;
  max-height: 100%;
  flex-grow: 1
}
@media (max-width:1011.5px) {
  .news__item__text {
    line-height: 25px;
    margin-top: 17px
  }
}
.news__item__btns {
  margin-top: 19px;
  display: flex;
  align-items: center
}
@media (max-width:739.5px) {
  .news__item__btns {
    margin-top: 20px
  }
}
.news__item__btns .btn_favorite {
  margin-left: 9px
}
.news .swiper-slide {
  width: auto
}
.news .swiper-button {
  position: static;
  background: rgba(236,236,236,.6);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 0 4px 4px 0;
  left: auto;
  top: auto;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L7.99998 7.99998L1 15' stroke='%23212126' stroke-width='1.6'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-position: center center
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .news .swiper-button {
    opacity: .7
  }
}
.news .swiper-button::after {
  content: none
}
.news .swiper-button-prev {
  transform: scale(-1,1)
}
.news .swiper-button-prev::before {
  content: '';
  border-right: 1px solid #dfd9d6;
  height: 34px;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.news .swiper-button-disabled {
  opacity: .5
}
.news_controls {
  position: absolute;
  right: 28px;
  top: 103px;
  display: flex
}
.breadcrumbs .container {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media (max-width:1011.5px) {
  .breadcrumbs .container {
    padding-top: 13px;
    padding-bottom: 13px
  }
}
@media (max-width:739.5px) {
  .breadcrumbs .container {
    padding-top: 18px;
    padding-bottom: 18px
  }
}
.breadcrumbs .container::before {
  content: '';
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  height: 0;
  left: 30px
}
.breadcrumbs__list {
  display: flex
}
.breadcrumbs__list li {
  position: relative
}
.breadcrumbs__list li:not(:last-child) {
  margin-right: 25px
}
.breadcrumbs__list li:not(:last-child):after {
  content: '/';
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  position: absolute;
  bottom: 0;
  right: -15px
}
.breadcrumbs__list a {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #333
}
.breadcrumbs__list a:not([href]) {
  color: #999
}
.breadcrumbs__list a[href]:hover {
  text-decoration: underline
}
.breadcrumbs__artikul {
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: #999
}
.breadcrumbs__to_main {
  font-size: 14px;
  line-height: 19px;
  background: #f5f5f5;
  border-radius: 4px;
  color: #222;
  padding: 7px 15px;
  padding-left: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6 1L0.999985 6.00002L6 11' stroke='%23212126'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: left 14px center
}
.detail {
  padding-top: 22px;
  padding-bottom: 66px
}
.detail iframe {
  max-width: 100%;
}
@media (max-width:1011.5px) {
  .detail {
    padding-top: 12px;
    padding-bottom: 24px
  }
}
.detail__top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px
}
@media (max-width:1011.5px) {
  .detail__top {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding-bottom: 25px
  }
}
@media (max-width:739.5px) {
  .detail__top {
    display: block;
    padding-bottom: 44px
  }
}
.detail__mob {
  width: 100%;
  position: relative;
  margin-bottom: 20px
}
@media (max-width:739.5px) {
  .detail__mob {
    margin-bottom: 24px
  }
}
.detail__mob_info {
  width: 100%
}
.detail__artikul {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
  line-height: 19px;
  color: #999;
  text-align: right
}
.detail__center {
  padding-left: 38px;
  padding-top: 5px;
  padding-right: 100px
}
@media (max-width:1200px) {
  .detail__center {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width:1011.5px) {
  .detail__center {
    padding-left: 0;
  }
}
.detail__cathegory {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: #4D3069;
  margin-bottom: 10px;
}
@media (max-width:1200px) {
  .detail__cathegory {
    font-size: 20px;
    line-height: 26px;
  }
}
.detail__name {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: #4D3069
}
@media (max-width:1200px) {
  .detail__name {
    font-size: 38px;
    line-height: 52px
  }
}
@media (max-width:739.5px) {
  .detail__name {
    font-size: 28px;
    line-height: 30px;
  }
}
.detail__subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #4D3069
}
.detail__advantages {
  margin-top: 45px;
  margin-bottom: 90px;
}
@media (max-width:1200px) {
  .detail__advantages {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width:1011.5px) {
  .detail__advantages {
    margin-top: 20px
  }
}
.detail__advantages-head {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: #4D3069;
  margin-bottom: 50px;
}
@media (max-width:1200px) {
  .detail__advantages-head {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 40px;
  }
}
@media (max-width:1011.5px) {
  .detail__advantages-head {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}
.detail__advantages__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.detail__advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  margin-bottom: 15px
}
@media (max-width:1011.5px) {
  .detail__advantages__item {
    width: 150px;
    height: 140px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    justify-content: center
  }
}
@media (max-width:739.5px) {
  .detail__advantages__item {
    width: 100px
  }
}
.detail__advantages__item:not(:last-child) {
  margin-right: 35px
}
@media (max-width:1011.5px) {
  .detail__advantages__item:not(:last-child) {
    margin-right: 0
  }
}
.detail__advantages__txt {
  font-family: Gilroy,sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #7ab300;
  margin-top: 8px
}
.detail__advantages .swiper-slide {
  width: auto
}
.detail__advantages .swiper-slide:not(:last-child) .detail__advantages__item {
  margin-right: 20px
}
@media (max-width:739.5px) {
  .detail__advantages .swiper-slide:not(:last-child) .detail__advantages__item {
    margin-right: 10px
  }
}
.detail__advantages .swiper-container {
  overflow: visible
}

.description {
  margin-bottom: 110px;
}
.description__head {
  font-family: 'Nunito', sans-serif;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  color: #4D3069;
  margin-bottom: 23px;
}
.description__wrap {}
.description__wrap.with-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.description__text {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.description__wrap.with-video .description__text {
  max-width: 580px;
}
.description__video {
  width: 100%;
}
.description__wrap.with-video .description__video {
  max-width: 580px;
}
.description__video iframe {
  display: block;
  vertical-align: top;
  width: 100%;
  height: 325px;
  border-radius: 10px;
}
@media (max-width:1200px) {
  .description {
    margin-bottom: 80px;
  }
  .description__head {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .description__wrap.with-video {
    flex-direction: column;
  }
  .description__wrap.with-video .description__text,
  .description__wrap.with-video .description__video {
    max-width: 100%;
  }
  .description__wrap.with-video .description__text {
    margin-bottom: 60px;
  }
}
@media (max-width:1011.5px) {
  .description {
    margin-bottom: 60px;
  }
  .description__head {
    font-size: 30px;
    line-height: 40px;
  }
  .description__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .description__video iframe {
    height: 285px;
  }
}

.how-use {
  margin-bottom: 100px;
}
.how-use__head {
  font-family: 'Nunito', sans-serif;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  color: #4D3069;
  margin-bottom: 45px;
  text-align: center;
}
.how-use__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.how-use__list--centered {
  justify-content: center;
}
.how-use__item {
  width: 100%;
  max-width: 380px;
}
.how-use__item:last-child {
  padding-right: 0;
}
.how-use__list--centered .how-use__item {
  margin-left: 15px;
  margin-right: 15px;
}
.how-use__label {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #8AB43B;
  margin-bottom: 10px;
}
.how-use__desc {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-right: 50px;
  position: relative;
}
.how-use__item:last-child .how-use__desc {
  padding-right: 0;
}
.how-use__desc:after {
  content: "";
  width: 26px;
  height: 25px;
  background: url(/local/templates/theu/css/../img/how-to-use-arrow.svg) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 10px;
}
.how-use__item:last-child .how-use__desc:after {
  display: none;
}
.ingredients {
  margin-bottom: 45px;
}
.ingredients__head {
  font-family: 'Nunito', sans-serif;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  color: #4D3069;
  margin-bottom: 60px;
  text-align: center;
}
.ingredients__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.ingredients__item {
  cursor: pointer;
  position: relative;
}
.ingredients__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ingredients__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .35s;
}
.ingredients__item:hover .ingredients__img:before {
  background-color: rgba(0, 0, 0, .6);
}
.ingredients__img img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.ingredients__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 5px;
  transition: .35s;
}
.ingredients__desc {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
}
.ingredients__desc b {
  font-weight: 700;
}
.ingredients__item:hover .ingredients__title {
  opacity: 0;
  visibility: hidden;
}
.ingredients__item:hover .ingredients__desc {
  opacity: 1;
  visibility: visible;
}
.full-squad {
  text-align: center;
}
.full-squad__link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 14px 25px;
  background: #595378;
  border-radius: 4px;
  transition: .35s;
}
.full-squad__link:hover {
  opacity: .8;
}
.full-squad-modal {
  display: none;
  max-width: 960px;
  background: #595378;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding: 60px 55px;
}
.full-squad-modal p {
  margin-bottom: 20px;
}
.full-squad-modal p:last-of-type {
  margin-bottom: 0;
}
@media (max-width:1200px) {
  .how-use {
    margin-bottom: 80px;
  }
  .how-use__head {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .how-use__item {
    max-width: 280px;
  }
  .how-use__label {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .how-use__desc {
    font-size: 16px;
  }
  .ingredients__head {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .ingredients__item {
    max-width: 210px;
  }
  .ingredients__title {
    font-size: 24px;
    line-height: 32px;
  }
  .ingredients__desc {
    font-size: 13px;
    line-height: 18px;
    padding: 11px;
  }
  .full-squad__link {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
}

@media (max-width:1011.5px) {
  .how-use__head {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .how-use__list {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
  .how-use__item {
    max-width: 100%;
    text-align: center;
  }
  .how-use__label {
    margin-bottom: 10px;
  }
  .how-use__desc {
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
    padding-bottom: 45px;
  }
  .how-use__desc:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
    transform: rotate(90deg);
  }
  .how-use__item:last-child {
    margin-bottom: 0;
  }
  .how-use__item:last-child .how-use__desc {
    padding-bottom: 0;
  }
  .ingredients {
    margin-bottom: 30px;
  }
  .ingredients__head {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .ingredients__list {
    flex-wrap: wrap;
    gap: 15px 0;
  }
  .ingredients__item {
    max-width: 100%;
    width: calc(50% - 15px);
  }
}

@media (max-width:739.5px) {
  .full-squad-modal {
    padding: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width:479.5px) {
  .ingredients__item {
    width: calc(50% - 10px);
  }
  .ingredients__title {
    font-size: 18px;
    line-height: 24px;
  }
  .ingredients__desc {
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
  }
}

.detail__suits {
  margin-top: 36px
}
@media (max-width:1200px) {
  .detail__suits {
    margin-top: 30px;
  }
}
@media (max-width:739.5px) {
  .detail__suits {
    margin-left: 0;
    margin-top: 25px
  }
}
.detail__list {
  font-size: 16px;
  line-height: 22px;
  color: #444;
  margin-top: 14px
}
@media (max-width:1011.5px) {
  .detail__list {
    margin-top: 6px
  }
}
.detail__list li {
  position: relative;
  padding-left: 18px
}
.detail__list li:not(:last-child) {
  margin-bottom: 8px
}
.detail__list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #7db713;
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 10px
}
.detail__price {
  font-weight: 700;
  font-size: 36px;
  line-height: 25px;
  color: #111;
  margin-top: 6px
}
.detail__price_curr {
  font-size: 18px;
  margin-left: 4px
}
.detail__options {
  margin-top: 15px;
}
@media (max-width:1011.5px) {
  .detail__options {
    border: none;
    padding-bottom: 0;
    margin-top: 35px;
  }
}
@media (max-width:739.5px) {
  .detail__options {
    margin-top: 27px
  }
}
.detail__options_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}
@media (max-width: 1200px) {
  .detail__options_items {
    margin-top: 15px;
  }
}
.detail__options_item {
  margin-bottom: 10px
}
.detail__options_item:not(:last-child) {
  margin-right: 6px
}
.detail__options_input {
  display: none
}
.detail__options_input:checked + .detail__options__fake_input {
  background: #9BB273;
  border-color: #668A28;
  color: #fff;
  font-weight: 600
}
.detail__options__fake_input {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #333;
  padding: 7px 13px 7px;
  background: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block
}
.detail__shop-container {
  margin-top: 40px;
}
.detail__shop {
  margin-bottom: 35px;
}
.detail__shop .detail__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.detail__shop-buttons {
  display: flex;
  flex-wrap: wrap;
}
.detail__shop-buttons .btn {
  width: 100%;
  max-width: 100px;
  height: 60px;
  margin-right: 20px;
  margin-top: 15px;
  font-size: 14px;
}
.detail__shop-buttons .btn_ym_2 {
  font-size: 12px;
}
@media (max-width:1200px) {
  .detail__shop-container {
    margin-top: 30px;
    display: flex;
  }
  .detail__shop {
    margin-bottom: 0;
  }
  .detail__shop .detail__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .detail__shop-buttons .btn {
    height: 42px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width:739.5px) {
  .detail__shop-container {
    display: block;
  }
  .detail__shop {
    margin-bottom: 15px;
  }
  .detail__shop-buttons {
    justify-content: space-between;
  }
  .detail__shop-buttons .btn {
    height: 45px;
    max-width: none;
    margin-right: 0;
    width: calc(50% - 15px);
  }
}
@media (max-width:479.5px) {
  .detail__shop-buttons .btn {
    width: calc(50% - 10px);
  }
}
@media (max-width:1011.5px) {
  .detail__shop .detail__subtitle {
    width: 100%;
    margin-bottom: 13px
  }
}
.detail .accordeons {
  padding-top: 15px
}
@media (max-width:1011.5px) {
  .detail .accordeons {
    padding-top: 5px
  }
}
@media (max-width:739.5px) {
  .detail .accordeons {
    padding-top: 46px
  }
}
.detail_slider {
  width: 100%;
  max-width: 580px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media (max-width:1200px) {
  .detail_slider {
    max-width: 450px;
  }
}
@media (max-width:1011.5px) {
  .detail_slider {
    max-width: 100%;
  }
}
.detail_slider__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.detail_slider__video {
  max-width: 100%;
}
.detail_slider__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center
}
.detail_slider .swiper-pagination {
  font-size: 0;
  position: absolute;
  bottom: 23px;
  width: 100%
}
@media (max-width:1011.5px) {
  .detail_slider .swiper-pagination {
    bottom: 15px
  }
}
.detail_slider .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-left: 6px;
  margin-right: 6px
}
.detail_slider .swiper-pagination-bullet-active {
  background: #5b8c00;
  border-color: #5b8c00;
  box-shadow: 0 0 0 1px #5b8c00
}
.detail_slider .swiper-button {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
.detail_slider .swiper-button:before {
  content: "";
  width: 11px;
  height: 21px;
  background: url(/local/templates/theu/css/../img/detail-slider-arrow.svg) no-repeat 0 0;
  position: absolute;
  top: 9px;
  left: 16px;
}
.detail_slider .swiper-button-prev {
  transform: scale(-1,1)
}
.similar {
  position: relative;
  padding-top: 99px;
  z-index: 1;
  margin-bottom: 60px;
  padding-bottom: 74px
}
@media (max-width:1011.5px) {
  .similar {
    padding-top: 48px;
    padding-bottom: 14px;
    margin-bottom: 0
  }
}
@media (max-width:739.5px) {
  .similar {
    padding-bottom: 37px
  }
}
.similar::after {
  content: '';
  background: #fbfaf9;
  position: absolute;
  border-radius: 8px 8px 0 0;
  top: 0;
  height: 100%;
  width: 1360px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%)
}
@media (max-width:739.5px) {
  .similar .title_default {
    font-size: 36px;
    line-height: 35px
  }
}
.similar .container {
  position: relative
}
.similar__controls {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  right: 30px;
  top: 42px
}
@media (max-width:1011.5px) {
  .similar__controls {
    top: 22px
  }
}
@media (max-width:739.5px) {
  .similar__controls {
    display: none
  }
}
.similar__items {
  display: flex;
  margin-top: 52px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px
}
@media (max-width:1011.5px) {
  .similar__items {
    margin-top: 42px;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px
  }
}
@media (max-width:739.5px) {
  .similar__items {
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin-top: 30px
  }
}
.similar__item {
  width: 270px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px
}
@media (max-width:1011.5px) {
  .similar__item {
    margin-left: 10px;
    margin-right: 10px
  }
}
@media (max-width:739.5px) {
  .similar__item {
    width: 100%;
    margin: 0;
    margin-bottom: 18px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}
.similar__img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfaf9;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  width: 100%;
  height: 270px;
  padding: 30px
}
.similar__img:hover {
  background: #fff
}
.similar__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center
}
.similar__offers {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px
}
.similar__offers.similar__offers--active {
  display: block;
}
.similar__offer {
  background: #f6c943;
  border-radius: 4px;
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #222;
  padding: 3px 6px;
  display: inline-block
}
.similar__offer:not(:last-child) {
  margin-right: 2px
}
.similar__offer-color_1 {
  background: #7db713;
  color: #fff
}
.similar__offer-color_2 {
  background: #522d6d;
  color: #fff
}
.similar__offer.hidden {
  display: none;
}
.similar__cathegory {
  font-size: 14px;
  line-height: 25px;
  color: #666
}
@media (max-width:739.5px) {
  .similar__cathegory {
    width: 100%;
    margin-top: 6px
  }
}
.similar__prices {
  display: flex;
  align-items: flex-end
}
@media (max-width:739.5px) {
  .similar__prices {
    width: 100%
  }
}
.similar__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 23px
}
@media (max-width:1011.5px) {
  .similar__info {
    margin-top: 13px
  }
}
@media (max-width:739.5px) {
  .similar__info {
    flex-direction: column-reverse
  }
}
.similar__name {
  font-family: Nunito,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #111;
  margin-top: 3px;
  letter-spacing: -.3px;
  min-height: 40px;
  transition: .2s;
  display: inline-block
}
@media (max-width:739.5px) {
  .similar__name {
    min-height: 0
  }
}
.similar__name:hover {
  color: #74a912
}
.similar__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: right;
  color: #7db713
}
.similar__price_curr {
  font-size: 16px
}
.similar__price-old {
  font-size: 20px;
  line-height: 25px;
  color: #666;
  position: relative;
  font-weight: 400;
  margin-right: 10px
}
.similar__price-old::after {
  content: '';
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  border-top: 1px solid #666;
  border-bottom: 1px solid #fbfaf9;
  height: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px
}
.similar__price-old_curr {
  font-size: 14px
}
.similar__options {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap
}
@media (max-width:739.5px) {
  .similar__options {
    margin-top: 12px
  }
}
.similar__options_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px
}
@media (max-width:739.5px) {
  .similar__options_items {
    margin-top: 0
  }
}
.similar__options_item:not(:last-child) {
  margin-right: 6px
}
.similar__options_input {
  display: none
}
.similar__options_input:checked + .similar__options__fake_input {
  background: rgba(91,140,0,.65);
  border-color: #5b8c00;
  color: #fff;
  font-weight: 600
}
.similar__options__fake_input {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #333;
  padding: 7px 13px 7px;
  background: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block
}
.similar__option {
  display: inline-block;
  margin-bottom: 3px
}
.similar__option:not(:last-child) {
  margin-right: 3px
}
.similar .swiper-slide {
  width: auto
}
.similar .swiper-button {
  position: static;
  background: rgba(236,236,236,.6);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L7.99998 7.99998L1 15' stroke='%23212126' stroke-width='1.6'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-position: center center;
  margin: 0
}
.similar .swiper-button::after {
  display: none
}
.similar .swiper-button-prev {
  transform: scale(-1,1)
}
.similar .swiper-pagination {
  position: static;
  font-size: 0;
  margin-left: 6px;
  margin-right: 6px
}
.similar .swiper-pagination-bullet {
  background: #c4c4c4;
  width: 14px;
  height: 2px;
  border-radius: 0;
  margin: 0 3px;
  opacity: 1
}
.similar .swiper-pagination-bullet-active {
  background: #80bc00
}
.filters {
  margin-top: 3px;
  position: relative;
  z-index: 2
}
@media (max-width:1011.5px) {
  .filters {
    margin-top: 11px;
    background: #fbfaf9
  }
}
.filters__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfaf9;
  border-radius: 10px;
  padding: 25px;
  min-height: 70px
}
@media (max-width:1011.5px) {
  .filters__content {
    padding: 15px 0;
    background: 0 0
  }
}
.filters__left {
  display: flex;
  align-items: center
}
.filters__left ul {
  display: flex
}
.filters__left li:not(:last-child) {
  margin-right: 10px
}
.filters__left__btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 2px 12px;
  display: inline-block
}
.filters__left__btn-active {
  border: 1px solid #AADA91;
  border-radius: 10px
}
.filters__mob {
  display: none
}
@media (max-width:1011.5px) {
  .filters__mob {
    display: block
  }
}
@media (max-width:1011.5px) {
  .filters__left {
    display: none
  }
}
.filters__selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -10px
}
@media (max-width:1011.5px) {
  .filters__selects {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    max-width: 720px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px
  }
  .filters__selects::after {
    content: '';
    background: #fbfaf9;
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%)
  }
}
.filters .custom_label {
  margin-right: 11px;
  margin-bottom: 10px
}
.filters__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: 'Nunito', sans-serif;
  color: #000;
}
.filters .btn_list_view {
  margin-left: 20px
}
.filters .btn_table_view {
  margin-left: 40px
}
.filters .custom_label .select2 {
  margin-left: 12px
}
.filters .custom_label:not(:last-child) {
  margin-rigth: 8px
}
.blog .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 39px;
  margin-bottom: -39px
}
@media (max-width:1011.5px) {
  .blog .container {
    padding-top: 30px
  }
}
@media (max-width:739.5px) {
  .blog .container {
    padding-top: 20px;
    flex-direction: column;
    align-items: center
  }
}
.blog__item {
  width: 375px;
  margin-bottom: 78px
}
@media (max-width:1279.5px) {
  .blog__item {
    width: 302px
  }
}
@media (max-width:1011.5px) {
  .blog__item {
    width: 320px;
    margin-bottom: 60px;
    max-width: 100%
  }
}
.blog__item:not(:nth-child(3n)) {
  margin-right: 37px
}
@media (max-width:1279.5px) {
  .blog__item:not(:nth-child(3n)) {
    margin-right: 12px
  }
}
@media (max-width:1011.5px) {
  .blog__item:not(:nth-child(3n)) {
    margin-right: 0
  }
}
@media (max-width:1011.5px) {
  .blog__item:not(:nth-child(2n)) {
    margin-right: 20px
  }
}
@media (max-width:739.5px) {
  .blog__item:not(:nth-child(2n)) {
    margin-right: 0
  }
}
.blog__img img {
  vertical-align: top;
  width: 100%;
  height: 240px;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}
@media (max-width:1279.5px) {
  .blog__img img {
    height: 193px
  }
}
@media (max-width:1011.5px) {
  .blog__img img {
    height: 210px
  }
}
.blog__content {
  margin-top: 24px
}
@media (max-width:1011.5px) {
  .blog__content {
    margin-top: 13px
  }
}
.blog__info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog__date {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: .02em;
  color: #999
}
.blog__cathegory {
  display: block;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02em;
  color: #fff;
  margin-left: 25px;
  transition: .2s;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  background: #F6CDD7;
  padding: 5px 10px;
}
@media (max-width:1011.5px) {
  .blog__cathegory {
    margin-left: 19px
  }
}
.blog__cathegory-color_1 {
  background: #F6CDD7;
}
.blog__cathegory-color_2 {
  background: #AADA91;
}
.blog__name {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #4D3069;
  letter-spacing: .5px;
  max-height: 60px;
  transition: .2s
}
@media (max-width:1011.5px) {
  .blog__name {
    line-height: 25px;
    max-height: 50px;
    margin-top: 4px
  }
}
.blog__name:hover {
  color: #74a912
}
.blog__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .02em;
  color: #222;
  margin-top: 11px;
  position: relative
}
@media (max-width:1011.5px) {
  .blog__text {
    margin-top: 18px;
    line-height: 25px
  }
}
.blog__text__inner {
  max-height: 120px;
  left: 0;
  top: 0
}
.blog__text__inner-2 {
  max-height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none
}
.blog__btns {
  display: flex;
  align-items: center;
  margin-top: 20px
}
@media (max-width:1011.5px) {
  .blog__btns {
    margin-top: 20px
  }
}
.blog .btn_more {
  margin-right: 10px;
}
.blog .btn_more:hover,
.news__items .btn_more:hover {
  box-shadow: none;
  color: #fff;
  background: #4D3069;
  border-color: #4D3069;
}
.blog__desc {
  min-height: 60px
}
@media (min-width:1012px) {
  .blog-list .container {
    padding-top: 0;
    margin-bottom: 0
  }
  .blog-list .blog__desc {
    height: auto
  }
  .blog-list .blog__item {
    display: flex;
    width: 100%;
    padding-bottom: 39px;
    padding-top: 39px;
    margin-bottom: 0
  }
}
@media (min-width:1012px) and (max-width:1279.5px) {
  .blog-list .blog__item {
    width: 100%
  }
}
@media (min-width:1012px) {
  .blog-list .blog__item:not(:last-child) {
    border-bottom: 1px solid #ebebeb
  }
  .blog-list .blog__item:not(:nth-child(3n)) {
    margin-right: 0
  }
}
@media (min-width:1012px) and (max-width:1279.5px) {
  .blog-list .blog__item:not(:nth-child(3n)) {
    margin-right: 0
  }
}
@media (min-width:1012px) {
  .blog-list .blog__info {
    margin-top: -5px
  }
  .blog-list .blog__cathegory {
    margin-left: 20px
  }
  .blog-list .blog__img img {
    width: 373px
  }
}
@media (min-width:1012px) and (max-width:1279.5px) {
  .blog-list .blog__img img {
    height: 240px
  }
}
@media (min-width:1012px) {
  .blog-list .blog__content {
    width: calc(100% - 373px);
    padding-left: 39px;
    margin-top: 0
  }
  .blog-list .blog__desc {
    margin-top: 2px
  }
  .blog-list .blog__btns {
    margin-top: 32px
  }
  .blog-list .blog__text__inner {
    opacity: 0;
    pointer-events: none;
    position: absolute
  }
  .blog-list .blog__text__inner-2 {
    opacity: 1;
    position: relative;
    pointer-events: all
  }
  .blog-list + .pagination .container {
    justify-content: flex-start
  }
}
.pagination {
  margin-top: 21px;
  padding-bottom: 100px
}
@media (max-width:1011.5px) {
  .pagination {
    padding-bottom: 59px
  }
}
.pagination .container {
  display: flex;
  align-items: center;
  justify-content: center
}
@media (max-width:1011.5px) {
  .pagination .container {
    justify-content: flex-start
  }
}
.pagination__next,
.pagination__prev {
  width: 49px;
  height: 49px;
  background: #fff;
  border: 1px solid #e4e9f0;
  background-position: center center;
  font-size: 0;
  border-radius: 24.5px;
  position: relative;
  line-height: 19px;
  letter-spacing: .02em;
  color: #111;
  transition: .2s
}
.pagination__next:hover,
.pagination__prev:hover {
  border-color: #444
}
.pagination__next::after,
.pagination__prev::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.53719 14.0744L1 7.53719L7.53719 1' stroke='%23333333' stroke-width='1.4'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
.pagination__next-with_text,
.pagination__prev-with_text {
  font-size: 14px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 38px;
  padding-right: 30px
}
.pagination__next-with_text::after,
.pagination__prev-with_text::after {
  left: 26px;
  transform: translate(0,-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.828427 1.17157L3.65685 4L0.828428 6.82843' stroke='%23333333' stroke-width='1.4'/%3E %3C/svg%3E");
  width: 5px;
  height: 8px;
  transform: translate(-50%,-50%) scale(-1,1)
}
.pagination__next[data-disabled],
.pagination__prev[data-disabled] {
  opacity: .4
}
.pagination__next::after {
  transform: translate(-50%,-50%) scale(-1,1)
}
.pagination__next-with_text {
  padding-left: 30px;
  padding-right: 38px
}
.pagination__next-with_text::after {
  right: 26px;
  left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.828427 1.17157L3.65685 4L0.828428 6.82843' stroke='%23333333' stroke-width='1.4'/%3E %3C/svg%3E");
  transform: translate(0,-50%)
}
.pagination__pages {
  margin-left: 15px;
  margin-right: 15px
}
.pagination__page {
  font-size: 14px;
  line-height: 19px;
  color: #444;
  border-radius: 4px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 7px 12px;
  text-align: center;
  display: inline-block;
  transition: .2s
}
@media (max-width:739.5px) {
  .pagination__page {
    margin-left: -2px;
    margin-right: -2px
  }
}
.pagination__page:hover {
  font-weight: 600;
  background: #f5f5f5
}
.pagination__page-active {
  color: #5b8c00;
  font-weight: 600;
  background: #f5f5f5
}
.blog_detail {
  padding-top: 13px
}
.blog_detail__wrapper {
  overflow: hidden;
}
@media (max-width:1011.5px) {
  .blog_detail {
    padding-top: 20px
  }
}
@media (max-width:739.5px) {
  .blog_detail {
    padding-top: 10px
  }
}
.blog_detail__img {
  float: right;
  border-radius: 10px;
  margin-left: 40px;
  margin-bottom: 30px;
}
.blog_detail__title {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #4D3069;
}
.blog_detail__info {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.blog_detail__date {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #999
}
.blog_detail__cathegory {
  display: block;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02em;
  color: #fff;
  margin-left: 25px;
  transition: .2s;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  background: #F6CDD7;
  padding: 5px 10px;
}
.blog_detail__cathegory-color_1 {
  background: #F6CDD7;
}
.blog_detail__cathegory-color_2 {
  background: #AADA91;
}
.blog_detail__text h5 {
  margin-top: 40px;
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 30px;
  color: #111;
  font-weight: 400
}
.blog_detail__text {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.blog_detail__text p {
  margin-bottom: 20px
}
.blog_detail__text ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}
.blog_detail__text blockquote {
  font-family: OpenSans;
  font-weight: 200;
  font-style: italic;
  padding: 0 30px;
  margin-bottom: 20px;
  color: #666;
}
.blog_detail__text a {
  color: #000;
  border-bottom: 1px solid;
  transition: .2s;
}
.blog_detail__text a:hover {
  color: #5d8f00;
  border-color: #5d8f00;
}
.blog_detail__text h3 {
  margin-bottom: 20px;
}
@media (max-width: 1279.5px) {
  .blog_detail__img {
    max-width: 450px;
  }
  .blog_detail__title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width:1011.5px) {
  .blog_detail__text {
    font-size: 16px
  }
  .blog_detail__img {
    display: block;
    max-width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }
  .blog_detail__text h5 {
    margin-top: 29px;
    font-size: 16px;
    margin-bottom: 33px
  }
}
@media (max-width: 739.5px) {
  .blog_detail__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.socials_block__items {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  font-size: 0
}
.socials_block__items li {
  width: calc(100% / 4)
}
.socials_block__item {
  width: 100%;
  height: 50px;
  display: inline-block
}
.socials_block__item-facebook {
  background: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.9992 0.00416134L8.40571 0C5.49197 0 3.60899 1.9319 3.60899 4.92203V7.19141H1.00131C0.775979 7.19141 0.593506 7.37409 0.593506 7.59943V10.8875C0.593506 11.1128 0.776187 11.2953 1.00131 11.2953H3.60899V19.5922C3.60899 19.8175 3.79146 20 4.01679 20H7.41907C7.6444 20 7.82687 19.8173 7.82687 19.5922V11.2953H10.8759C11.1012 11.2953 11.2837 11.1128 11.2837 10.8875L11.2849 7.59943C11.2849 7.49123 11.2418 7.38762 11.1655 7.31105C11.0891 7.23448 10.9851 7.19141 10.8769 7.19141H7.82687V5.26763C7.82687 4.34298 8.04721 3.87358 9.2517 3.87358L10.9988 3.87295C11.2239 3.87295 11.4064 3.69027 11.4064 3.46514V0.411972C11.4064 0.187052 11.2242 0.00457747 10.9992 0.00416134Z' fill='white'/%3E %3C/svg%3E"),#1877f2;
  background-repeat: no-repeat;
  background-size: 12px 20px,100% 100%;
  background-position: center center,center center
}
.socials_block__item-telegram {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M0.353381 9.64309L4.96178 11.3631L6.74551 17.0996C6.85965 17.467 7.30891 17.6028 7.60711 17.359L10.1759 15.2648C10.4452 15.0454 10.8287 15.0345 11.1101 15.2388L15.7433 18.6026C16.0623 18.8344 16.5142 18.6596 16.5942 18.2742L19.9883 1.94809C20.0756 1.52702 19.6619 1.17575 19.261 1.33082L0.347981 8.62689C-0.118752 8.80689 -0.114686 9.46769 0.353381 9.64309ZM6.45805 10.4475L15.4646 4.90035C15.6264 4.80095 15.793 5.01982 15.654 5.14875L8.22098 12.0581C7.95971 12.3013 7.79118 12.6268 7.74345 12.98L7.49025 14.8564C7.45671 15.107 7.10478 15.1318 7.03565 14.8894L6.06185 11.4677C5.95031 11.0774 6.11285 10.6606 6.45805 10.4475Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='20' height='20' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E"),linear-gradient(0deg,#35a9dc,#35a9dc),linear-gradient(225deg,#35a9dc 0,#1d92c4 100%);
  background-repeat: no-repeat;
  background-size: 20px 20px,100% 100%;
  background-position: center center,center center
}
.socials_block__item-vk {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M19.894 14.5997C19.8698 14.5475 19.8472 14.5042 19.8262 14.4696C19.4792 13.8446 18.8161 13.0775 17.8373 12.1681L17.8166 12.1472L17.8063 12.137L17.7958 12.1266H17.7853C17.341 11.7031 17.0597 11.4183 16.9419 11.2726C16.7264 10.9949 16.6781 10.7138 16.7959 10.429C16.8791 10.2138 17.1918 9.75932 17.7331 9.06499C18.0178 8.69702 18.2433 8.4021 18.4099 8.17991C19.611 6.58314 20.1317 5.56279 19.9719 5.11844L19.9099 5.01461C19.8682 4.95209 19.7606 4.8949 19.5872 4.84275C19.4135 4.7907 19.1914 4.78209 18.9206 4.81678L15.9217 4.8375C15.8731 4.82028 15.8037 4.82189 15.7134 4.84275C15.6231 4.86361 15.5779 4.87408 15.5779 4.87408L15.5257 4.90016L15.4843 4.93149C15.4496 4.9522 15.4114 4.98864 15.3697 5.04072C15.3282 5.09262 15.2936 5.15353 15.2658 5.22294C14.9393 6.06294 14.5681 6.84392 14.1515 7.56586C13.8946 7.99634 13.6587 8.36942 13.4433 8.68531C13.2281 9.00109 13.0476 9.23375 12.9019 9.38288C12.756 9.53217 12.6244 9.65176 12.5061 9.7421C12.3881 9.83248 12.298 9.87067 12.2355 9.8567C12.173 9.84273 12.1141 9.82887 12.0583 9.81501C11.9612 9.7525 11.8831 9.66748 11.8242 9.55988C11.765 9.45229 11.7252 9.31687 11.7044 9.15373C11.6836 8.99048 11.6714 8.85006 11.6679 8.732C11.6646 8.61408 11.6661 8.44729 11.6732 8.2321C11.6804 8.01681 11.6836 7.87113 11.6836 7.79476C11.6836 7.53092 11.6888 7.24457 11.6991 6.93565C11.7096 6.62673 11.7181 6.38196 11.7252 6.20164C11.7323 6.02114 11.7356 5.83017 11.7356 5.62884C11.7356 5.42751 11.7233 5.26962 11.6991 5.15503C11.6752 5.04057 11.6385 4.92948 11.5901 4.82178C11.5414 4.71418 11.4701 4.63095 11.3766 4.57187C11.2829 4.51285 11.1664 4.46602 11.0278 4.43123C10.6598 4.34796 10.1912 4.30292 9.62185 4.29592C8.33069 4.28206 7.50105 4.36543 7.13311 4.54593C6.98733 4.6222 6.85541 4.7264 6.73746 4.85821C6.61247 5.011 6.59504 5.09437 6.68527 5.10809C7.10186 5.17049 7.39677 5.31977 7.57035 5.55579L7.6329 5.68085C7.68155 5.77108 7.73013 5.93083 7.77875 6.15988C7.8273 6.38893 7.85863 6.6423 7.87241 6.91986C7.90706 7.42672 7.90706 7.86059 7.87241 8.22153C7.83765 8.5826 7.80483 8.8637 7.7735 9.06503C7.74217 9.26635 7.69534 9.4295 7.6329 9.55441C7.57035 9.67937 7.52873 9.75574 7.50787 9.78346C7.48704 9.81118 7.46968 9.82865 7.4559 9.83551C7.36566 9.87008 7.27182 9.8877 7.17469 9.8877C7.07742 9.8877 6.95947 9.83905 6.82065 9.74181C6.68188 9.64457 6.53785 9.51101 6.38856 9.3409C6.23928 9.17076 6.07093 8.933 5.88342 8.62757C5.69606 8.32215 5.50166 7.96119 5.30033 7.54467L5.13376 7.2426C5.02963 7.04828 4.88739 6.76532 4.70689 6.394C4.52628 6.02252 4.36664 5.6632 4.22786 5.31609C4.17238 5.17031 4.08904 5.05932 3.97799 4.98295L3.92587 4.95162C3.89122 4.9239 3.8356 4.89447 3.7593 4.8631C3.68289 4.83177 3.60316 4.8093 3.51978 4.79548L0.666572 4.8162C0.375011 4.8162 0.177184 4.88225 0.073018 5.01417L0.0313299 5.07657C0.0105041 5.11133 0 5.16684 0 5.24325C0 5.31963 0.0208258 5.41336 0.0625139 5.52435C0.47903 6.50327 0.931983 7.44736 1.42137 8.35677C1.91076 9.26617 2.33603 9.99872 2.69692 10.5538C3.05789 11.1092 3.42583 11.6334 3.80073 12.1262C4.17563 12.6191 4.42379 12.935 4.54521 13.0738C4.66677 13.2128 4.76225 13.3167 4.83166 13.3861L5.09204 13.636C5.25865 13.8027 5.5033 14.0022 5.82612 14.2347C6.14901 14.4674 6.50648 14.6965 6.89871 14.9223C7.291 15.1477 7.74739 15.3317 8.2681 15.4739C8.78875 15.6164 9.2955 15.6735 9.78842 15.6459H10.986C11.2288 15.625 11.4128 15.5486 11.5379 15.4168L11.5793 15.3646C11.6072 15.3232 11.6333 15.2588 11.6573 15.1722C11.6817 15.0854 11.6938 14.9898 11.6938 14.8858C11.6867 14.5874 11.7094 14.3184 11.7614 14.0789C11.8133 13.8395 11.8724 13.659 11.9386 13.5374C12.0047 13.416 12.0793 13.3135 12.1624 13.2304C12.2456 13.1471 12.3049 13.0967 12.3397 13.0793C12.3743 13.0619 12.4019 13.05 12.4227 13.0429C12.5893 12.9874 12.7854 13.0412 13.0112 13.2044C13.2369 13.3676 13.4486 13.569 13.6465 13.8084C13.8444 14.048 14.0821 14.3169 14.3597 14.6153C14.6376 14.9139 14.8805 15.1358 15.0886 15.2818L15.2968 15.4068C15.4359 15.4902 15.6164 15.5665 15.8386 15.636C16.0604 15.7053 16.2547 15.7227 16.4215 15.688L19.0872 15.6464C19.3509 15.6464 19.556 15.6028 19.7015 15.5161C19.8474 15.4294 19.934 15.3338 19.9619 15.2298C19.9898 15.1257 19.9913 15.0076 19.9672 14.8756C19.9425 14.7439 19.9182 14.6518 19.894 14.5997Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='20' height='20' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E"),#5181b8;
  background-repeat: no-repeat;
  background-size: 20px 20px,100% 100%;
  background-position: center center,center center
}
.socials_block__item-ok {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M9.01564 14.0874C7.46517 13.9256 6.06719 13.5438 4.87031 12.6077C4.7218 12.4912 4.56847 12.379 4.43294 12.2489C3.90907 11.7457 3.85628 11.1695 4.27082 10.5757C4.62544 10.0675 5.22074 9.93156 5.83951 10.2233C5.95932 10.2799 6.07348 10.3505 6.18282 10.4263C8.41342 11.959 11.4777 12.0013 13.7167 10.4952C13.9385 10.3251 14.1756 10.1865 14.4504 10.1157C14.9848 9.97848 15.4831 10.1747 15.7699 10.6423C16.0975 11.1762 16.0933 11.6974 15.6896 12.1119C15.0705 12.7474 14.3258 13.2072 13.4984 13.5281C12.7161 13.8314 11.8591 13.9841 11.011 14.0855C11.139 14.2248 11.1993 14.2933 11.2793 14.3737C12.431 15.5308 13.5876 16.6831 14.7355 17.8437C15.1266 18.2392 15.2083 18.7295 14.993 19.1895C14.7575 19.6922 14.2305 20.023 13.7137 19.9876C13.3863 19.965 13.131 19.802 12.9042 19.5735C12.0351 18.699 11.1497 17.8406 10.2982 16.9495C10.0504 16.6904 9.93121 16.7394 9.71253 16.9644C8.83822 17.8644 7.94966 18.7507 7.05587 19.6319C6.65454 20.0276 6.17695 20.0988 5.71152 19.8728C5.21676 19.633 4.90194 19.1279 4.92623 18.6204C4.94299 18.2771 5.11182 18.0148 5.34747 17.7796C6.48717 16.6416 7.62373 15.5006 8.76072 14.3607C8.83591 14.2849 8.90608 14.2044 9.01564 14.0874Z' fill='white'/%3E %3Cpath d='M9.96018 10.1233C7.19419 10.1139 4.9261 7.82084 4.94222 5.05045C4.95814 2.24947 7.2277 -0.00773033 10.0209 1.98985e-05C12.8198 0.00756066 15.0663 2.29723 15.0523 5.12732C15.038 7.89206 12.7542 10.1329 9.96018 10.1233ZM12.474 5.05715C12.4692 3.68159 11.3737 2.5865 10.0008 2.58525C8.61646 2.58378 7.51111 3.69877 7.52179 5.0869C7.53206 6.45722 8.63699 7.54456 10.0136 7.53953C11.386 7.53471 12.4786 6.4325 12.474 5.05715Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='20' height='20' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E"),#f7931e;
  background-repeat: no-repeat;
  background-size: 20px 20px,100% 100%;
  background-position: center center,center center
}
.socials_block .btn_subscribe {
  margin-top: 20px
}
.similar_news {
  margin-top: 60px;
  margin-bottom: 112px
}
@media (max-width:1011.5px) {
  .similar_news {
    padding-bottom: 52px;
    margin-bottom: 0;
    background: #fbfaf9
  }
}
.similar_news .container {
  position: relative;
  padding-top: 44px
}
@media (max-width:1011.5px) {
  .similar_news .container {
    padding-top: 48px
  }
}
.similar_news .container::after {
  content: '';
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 30px;
  top: 0;
  width: calc(100% - 60px);
  height: 0
}
@media (max-width:1011.5px) {
  .similar_news .container::after {
    display: none
  }
}
.similar_news__title {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 45px;
  color: #192b4d;
  letter-spacing: -.8px
}
@media (max-width:1011.5px) {
  .similar_news__title {
    font-size: 42px;
    line-height: 40px
  }
}
@media (max-width:739.5px) {
  .similar_news__title {
    font-size: 36px
  }
}
.similar_news__items {
  margin-top: 43px
}
@media (max-width:1011.5px) {
  .similar_news__items {
    margin-top: 12px;
    border-top: 1px solid #e4ded8;
    padding-top: 21px
  }
}
.similar_news__item:not(:last-child) {
  margin-bottom: 24px
}
.similar_news__info {
  display: flex;
  align-items: center
}
.similar_news__date {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02em;
  color: #999
}
.similar_news__cathegory {
  display: block;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02em;
  color: #fff;
  margin-left: 25px;
  transition: .2s;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  background: #F6CDD7;
  padding: 5px 10px;
}
@media (max-width:1011.5px) {
  .similar_news__cathegory {
    margin-left: 20px
  }
}
.similar_news__cathegory-color_1 {
  background: #F6CDD7;
}
.similar_news__cathegory-color_2 {
  background: #AADA91;
}
.similar_news__link {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #192b4d;
  margin-top: -4px;
  display: inline-block;
  letter-spacing: -.4px;
  position: relative;
  transition: .2s
}
@media (max-width:1011.5px) {
  .similar_news__link {
    font-size: 20px
  }
}
.similar_news__link:hover {
  color: #71af00
}
.similar_news__link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='9.23004' y='0.255859' width='1' height='13.0533' transform='rotate(45 9.23004 0.255859)' fill='%2371af00'/%3E %3Crect x='3' width='7' height='1' fill='%2371af00'/%3E %3Crect x='9' y='7' width='7' height='1' transform='rotate(-90 9 7)' fill='%2371af00'/%3E %3C/svg%3E")
}
.similar_news__link::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='9.23004' y='0.255859' width='1' height='13.0533' transform='rotate(45 9.23004 0.255859)' fill='black'/%3E %3Crect x='3' width='7' height='1' fill='black'/%3E %3Crect x='9' y='7' width='7' height='1' transform='rotate(-90 9 7)' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 10px;
  height: 11px;
  display: inline-block;
  transition: .2s;
  margin-left: 10px
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .similar_news__link::after {
    width: 11px;
    height: 12px
  }
}
.catalog_titles {
  margin-top: 13px;
  margin-bottom: 28px
}
.catalog_titles__title {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  color: #192b4d;
  display: inline;
  letter-spacing: -.7px
}

.catalog_titles__titlemain {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  color: #192b4d;
  letter-spacing: -.7px;
  margin-bottom:20px
}

.catalog_titles__count {
  font-size: 16px;
  line-height: 22px;
  color: #555;
  margin-left: 7px;
  display: inline
}
.catalog {
  position: relative;
  padding-top: 61px;
  z-index: 1
}
@media (max-width:1011.5px) {
  .catalog {
    padding-top: 31px;
    margin-bottom: 0
  }
}
@media (max-width:739.5px) {
  .catalog {
    padding-top: 20px
  }
}
@media (max-width:739.5px) {
  .catalog .title_default {
    font-size: 36px;
    line-height: 35px
  }
}
.catalog .container {
  position: relative
}
.catalog__items {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  flex-wrap: wrap
}
@media (max-width:1011.5px) {
  .catalog__items {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px
  }
}
@media (max-width:739.5px) {
  .catalog__items {
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}
.catalog__item {
  width: 270px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 27px
}
@media (max-width:1279.5px) {
  .catalog__item {
    width: 284px
  }
}
@media (max-width:1011.5px) {
  .catalog__item {
    margin-left: 10px;
    margin-right: 10px;
    width: 320px;
    margin-bottom: 20px
  }
}
@media (max-width:739.5px) {
  .catalog__item {
    width: 100%;
    margin: 0;
    margin-bottom: 18px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}
.catalog__img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 270px;
  padding: 10px;
  border-radius: 8px;
  position: relative
}
.catalog__img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #e8e8e8
}
.catalog__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center
}
.catalog__offers {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px
}
.catalog__offers.catalog__offers--active {
  display: block;
}
.catalog__offer {
  background: #f6c943;
  border-radius: 4px;
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #222;
  padding: 3px 6px;
  display: inline-block
}
.catalog__offer.hidden {
  display: none;
}
.catalog__offer:not(:last-child) {
  margin-right: 2px
}
.catalog__offer-color_1 {
  background: #7db713;
  color: #fff
}
.catalog__offer-color_2 {
  background: #522d6d;
  color: #fff
}
.catalog__cathegory {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin-top: 5px
}
@media (max-width:739.5px) {
  .catalog__cathegory {
    width: 100%;
    margin-top: 6px
  }
}
.catalog__prices {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse
}
@media (max-width:739.5px) {
  .catalog__prices {
    width: 100%
  }
}
.catalog__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 17px;
  flex-direction: column-reverse
}
@media (max-width:1011.5px) {
  .catalog__info {
    margin-top: 16px
  }
}
.catalog__name {
  font-family: Nunito,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #111;
  margin-top: 3px;
  letter-spacing: -.3px;
  min-height: 40px;
  transition: .2s
}
@media (max-width:739.5px) {
  .catalog__name {
    min-height: 0
  }
}
.catalog__name:hover {
  color: #74a912
}
.catalog__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: left;
  color: #7db713
}
.catalog__price_curr {
  font-size: 16px
}
.catalog__price-old {
  font-size: 20px;
  line-height: 25px;
  color: #666;
  position: relative;
  font-weight: 400;
  margin-left: 10px
}
.catalog__price-old::after {
  content: '';
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  border-top: 1px solid #666;
  border-bottom: 1px solid #fbfaf9;
  height: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px
}
.catalog__price-old_curr {
  font-size: 14px
}
.catalog__options {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap
}
@media (max-width:739.5px) {
  .catalog__options {
    margin-top: 12px
  }
}
.catalog__options_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px
}
@media (max-width:739.5px) {
  .catalog__options_items {
    margin-top: 0
  }
}
.catalog__options_item:not(:last-child) {
  margin-right: 8px
}
.catalog__options_input {
  display: none
}
.catalog__options_input:checked + .catalog__options__fake_input {
  background: rgba(91,140,0,.65);
  border-color: #5b8c00;
  color: #fff;
  font-weight: 600
}
.catalog__options__fake_input {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #555;
  padding: 4px 11px 4px;
  background: #fff;
  border: 1px solid #5b8c00;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600
}
.catalog__option {
  display: inline-block;
  margin-bottom: 3px
}
.catalog__option:not(:last-child) {
  margin-right: 3px
}

.buttons {
    display: flex;
}
.second-buttons {
    margin-left: auto;
    margin-top: -5px;
    display: flex;
}

@media (max-width: 1011.5px) {
  .second-buttons {
    margin: 0 auto;
  }
}

.btn_bel {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .06em;
    border: 2px solid #C8313E;
    color: #C8313E;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_bel:hover {
    color: #fff;
    background: #C8313E;
}
.btn_kz {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .06em;
    border: 2px solid #00AFCA;
    color: #00AFCA;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    margin-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_kz:hover {
    color: #fff;
    background: #00AFCA;
}
.btn_kg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .06em;
    border: 2px solid #E8112D;
    color: #E8112D;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    margin-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_kg:hover {
    color: #fff;
    background: #E8112D;
}

@media (min-width:1012px) {
  .catalog-list + .pagination .container {
    justify-content: flex-start
  }
}
@media (max-width:1279.5px) {
  .from-lg {
    display: none
  }
}
@media (max-width:1011.5px) {
  .from-md {
    display: none
  }
}
@media (max-width:739.5px) {
  .from-sm {
    display: none
  }
}
@media (max-width:595.5px) {
  .from-xs {
    display: none
  }
}
@media (min-width:1280px) {
  .to-lg {
    display: none
  }
}
@media (min-width:1012px) {
  .to-md {
    display: none
  }
}
@media (min-width:740px) {
  .to-sm {
    display: none
  }
}
@media (min-width:596px) {
  .to-xs {
    display: none
  }
}


@media (min-width:1012px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    position: absolute;
    top: calc(50% - (24px / 2) - (66px / 2));
  }
  .banner .swiper-button-prev {
    left: -40px;
  }
  .banner .swiper-button-next {
    right: -40px;
    left: unset;
  }
  .banner__controls {
    justify-content: center;
  }
}

.custom_margin_catalog{
	
	margin-bottom:10px;
}

/* End */


/* Start:/local/templates/theu/styles.css?16511662766044*/
.mb-4 {
	margin-bottom: 4rem;
}


.content-page {
	padding: 0 0 50px;
}

.content-page h1 {
	margin: 0 0 30px;
    color: #4D3069;
}
.content-page h2 {
	margin: 0 0 20px;
    color: #4D3069;
}
.content-page p {
	margin: 20px 0;
	line-height: 24px;
}
.content-page ul {
	margin: 15px 0;
	list-style: circle;
	list-style-position: inside;
}
.content-page ul li {
	margin: 0 0 5px;
	line-height: 24px;
}
.content-page a {
	color: #111;
	transition: .2s;
	text-decoration: underline;
}
.content-page a:hover {
	color: #5d8f00;
	text-decoration: none;
}
.content-page a {
	color: #111;
	transition: .2s;
	text-decoration: underline;
}
.content-page .contact-list__item {
    margin-bottom: 15px;
}
.content-page .footer__actions__right__btns .btn {
    text-decoration: none;
}

.content-page .footer__actions__right__btns .btn_ym_2,
.content-page .footer__actions__right__btns .btn_sber_2_footer {
    color: #000000 !important;
}
.content-page .footer__actions__right__btns .btn_sber_2:hover {
    color: #000000;
}
.content-page__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.content-page__grid-item > p:first-child {
    margin-top: 0;
}

.content-page__grid_contacts {
    margin-top: 40px;
}
.content-page__grid_where-to-buy {
    margin-bottom: 60px;
}
.contact-list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.contacts-map {
    height: 450px;
    margin-top: 45px;
}
.contacts-map > ymaps,
.where-to-buy-map > ymaps {
    width: 100% !important;
    height: 100% !important;
}
.where-to-buy-map {
    height: 360px;
}

@media (min-width: 1012px) {
    .where-to-buy-map {
        height: 348px;
        margin-top: -67px;
    }
}

@media (max-width: 1011.5px) {
    .content-page__grid {
        grid-template-columns: auto;
    }
    .contacts-map {
        height: 200px !important;
    }
    .about-page__grid {
        gap: 0;
    }
}
.contact {
    color: #000000;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
a.contact,
.contact a {
    text-decoration: none;
}
a.contact:hover,
.contact a:hover {
    text-decoration: underline;
}
.contact:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_mail:before {
    background-image: url("/local/templates/theu/img/mail-icon.svg");
}
.contact_phone:before {
    background-image: url("/local/templates/theu/img/phone-icon.svg");
}
.contact_address:before {
    background-image: url("/local/templates/theu/img/address-icon.svg");
}
.contact_schedule:before {
    background-image: url("/local/templates/theu/img/schedule-icon.svg");
}

#white {
 color: #FFFFFF;
 text-decoration: none;
}

.about-page__img-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}
.about-page__img {
    width: 100%;
    border-radius: 10px;
}
.btn-2 {
    margin: 0 10px;
}

.btn_ozon_2_footer {
    font-family: Nunito,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #fff;
    background: #005bff;
    border-radius: 4px;
    width: 129px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: .2s;
    margin-left: 5px;
    margin-right: 5px;
}

.btn_ym_2_footer {
    font-family: Nunito,sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 22px;
    letter-spacing: .02em;
    color: #202020;
    background: #ffd426;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    /*margin-top: 10px; */
    margin-left: 5px;
}

.btn_sber_2 {
    font-family: Nunito,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #202020;
    background: -webkit-linear-gradient(90deg, rgb(8, 166, 82) 0, rgb(246, 254, 0) 50%, rgb(8, 166, 82) 100%);
    background: -moz-linear-gradient(90deg, rgb(8, 166, 82), rgb(246, 254, 0) 50%, rgb(8, 166, 82) 100%);
    background: linear-gradient(90deg, rgb(8, 166, 82) 0, rgb(246, 254, 0) 50%, rgb(8, 166, 82) 100%);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position: 0 center;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_sber_2:hover {
    background-position: 100% center;
}
.btn_sber_2_footer {
    font-size: 13px;
}

.header .btn_ali {
    margin-left: 9px;
}

.btn_ali {
  font-family: Nunito,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .06em;
  border-radius: 4px;
  border: 2px solid #e94925;
  width: 95px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e94925;
  border-radius: 4px;
 /* text-transform: uppercase;*/
  transition: .2s;
}
.btn_ali:hover {
  color: #fff;
  background-color: #e94925;
}

@media (max-width: 739.5px) {
 .btn-2 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
    }
  .btn_sber_2_footer {
  font-size: 13px;
  }
a.btn.btn_ali.from-sm {
    display: none;
}
}


.about-offer {
    padding: 100px 0 50px;
    display: flex;
    justify-content: space-between;
}
.about-offer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-offer__img {
    margin-bottom: 30px;
    height: 60px;
    object-fit: contain;
}
.about-offer__text {
    font-family: Nunito,sans-serif;
    font-size: 20px;
    line-height: 1.35;
}

@media (max-width: 1011.5px) {
    .about-offer {
        flex-direction: column;
        padding: 45px 0 0;
    }
    .about-offer__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .about-offer__text br {
        display: none;
    }
}

/* End */


/* Start:/local/templates/theu/template_styles.css?171034465716759*/
.detail__shop-wrap {
	display: none;
}
.btn_apteka_2 {
	font-family: Nunito,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #fff;
    background: #1c257b;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_apteka_2:hover {
	background: #4665d7;
}
.btn_apple_2 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #000;
    background: #DAF426;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_apple_2:hover {
    background: #c6b09f;
}

.btn_letu_2 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #fff;
    background: #5BBAD5;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_letu_2:hover {
    background: #333;
}

.btn_rivegauche_2 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #fff;
    background: #000;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_rivegauche_2:hover {
    background: rgba(0, 0, 0, .7);
}

.btn_by_2,
.btn_kz_2,
.btn_uz_2 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.btn_by_2 {
    background: #C8313E;
}
.btn_by_2:hover {
    background: #c8313ec4;
}
.btn_kz_2 {
    background: #00AFCA;
}
.btn_kz_2:hover {
    background: #00afcac7;
}
.btn_uz_2 {
    background: #0072CE;
}
.btn_uz_2:hover {
    background: #0072cec4;
}

.footer__actions__right__btns .btn_ym_2,
.footer__actions__right__btns .btn_apteka_2 {
    margin-top: 0;
}
.fixed_menu nav a.parent-link {
	font-weight: 700;
    position: relative;
}
.fixed_menu .parent-link-arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 20px;
    transition: transform .2s;
}
.fixed_menu .parent-link.opened .parent-link-arrow {
    transform: rotate(180deg);
}
.fixed_menu nav ul ul {
    display: none;
	border-top: 1px solid #eee;
}
.fixed_menu nav ul ul a {
	padding: 12px 35px 14px 35px;
	position: relative;
}
.fixed_menu nav ul ul a.parent-link .parent-link-arrow {
    top: 12px;
}
.fixed_menu nav ul ul a:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #000;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -2px;
	transition: .2s;
}
.fixed_menu nav ul ul li.active a {
	color: #5d8f00;
}
.fixed_menu nav ul ul a:hover:before,
.fixed_menu nav ul ul li.active a:before {
	background: #5d8f00;
}

.index {
    position: relative;
}
.index__image img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 5px;
}
.index__btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    min-width: 260px;
    margin-left: -130px;
    color: #fff;
    border: 1px solid #4D3069;
    background: #4D3069;
    border-radius: 5px;
    padding: 20px 25px;
    transition: .2s;
    text-align: center;
    font-size: 18px;
}
.index__btn:hover {
    color: #000;
    background-color: transparent;
}

.catalog--main {
    padding-top: 0;
}
.section-list {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-item {
    width: 270px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 27px;
}
.section-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    position: relative;
}
.section-item__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}
.section-item__title {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 3px;
    letter-spacing: -.3px;
}
.section-item__title a {
    color: #111;
    transition: .2s;
}
.section-item__title a:hover {
    color: #74a912;
}

.detail_slider__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.instructions {}
.instructions__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.instructions__item {
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.instructions__link {
    display: block;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    color: #111;
    text-decoration: none;
}
.instructions__img {
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 20px;
}
.instructions__title {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.3px;
}
.content-page .instructions__link {
    text-decoration: none;
}

.instructions-detail {}
.instructions-detail__top {
    display: flex;
    margin: 0 0 30px;
    padding: 30px 0 0;
}
.instructions-detail__img {
    max-width: 300px;
}
.instructions-detail__img img {
    max-width: 100%;
}
.instructions-detail__video {
    width: calc(100% - 300px);
    padding: 0 0 0 40px;
}
.instructions-detail__video iframe {
    width: 100%;
    height: 390px;
}
.instructions-detail__desc {
    line-height: 24px;
}
.detail__composition_container {}
.detail__composition_container .detail__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .detail__composition_container .detail__subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}
.detail__composition_logo {
    margin-bottom: 18px;
}
.btn_composition {
    width: 100%;
    max-width: 180px;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #448C32;
    transition: .2s;
    font-family: Nunito,sans-serif;
}
.btn_composition img {}
.btn_composition:hover {
    background-color: #86695B;
}

@media (max-width: 1200px) {
    .btn_composition {
        padding: 2px 15px;
    }
}

.ecogolik_banner {
    margin-top: 80px;
    font-family: Nunito,sans-serif;
    color: #fff;
}
.ecogolik_banner__wrap {
    position: relative;
    padding: 85px 100px 100px 75px;
    background-color: #AADA91;
    border-radius: 10px;
}
.ecogolik_banner__wrap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("/local/templates/theu/img/ecogolik-banner-bg.svg");
    background-size: cover;
    background-position: 565px center;
    background-repeat: no-repeat;
}
.ecogolik_banner__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.ecogolik_banner__logo {
    margin-bottom: 23px;
}
.ecogolik_banner__right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ecogolik_banner__title {
    font-size: 36px;
    margin-bottom: -12px;
    line-height: 1.4;
}
.ecogolik_banner__link {
    color: #fff;
    background-color: #448C32;
    border-radius: 3px;
    padding: 13.5px 25px;
    transition: .2s;
}
.ecogolik_banner__link:hover {
    background-color: #86695B;
}

.btn_gleam_2 {
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 22px;
    height: 49px;
    font-weight: 800;
    border-radius: 4px;
    background: #F6E7D1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.btn_gleam_2:hover {
    color: #000;
    background: #FFF6E8;
}
.btn_mergo_2 {
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 22px;
    height: 49px;
    font-weight: 800;
    border-radius: 4px;
    background: #00AB4F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.btn_mergo_2:hover {
    color: #000;
    background: #03D765;
}
.content-page-buy {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.content-page-buy > div {
    width: 100%;
    max-width: 12%;
}
.content-page-buy .btn {
    margin: 0;
    width: 100%;
    max-width: 150px;
    height: 46px;
    text-decoration: none;
    font-size: 15px;
}
.content-page-buy .btn_letu_2 {
    color: #fff;
}
.content-page-buy .btn_ym_2:hover,
.content-page-buy .btn_sber_2:hover,
.content-page-buy .btn_mergo_2:hover,
.content-page-buy .btn_gleam_2:hover {
    color: #000;
}
.content-page-buy .btn_letu_2:hover {
    color: #fff;
}

.only_mob_nav {
    display: none;
}

.blog_detail__text ol {
    list-style: auto;
    list-style-position: inside;
    margin-bottom: 20px;
}

.guide-modal {
    display: none;
    width: 100%;
    max-width: 580px;
    background: #595378;
    border-radius: 10px;
    padding: 70px 110px;
    color: #fff;
}
.guide-form__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.guide-form {}
.guide-form__row:not(:last-child) {
    margin-bottom: 15px;
}
.guide-form__txt {
    width: 100%;
    height: 46px;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
    border: 0;
}
.guide-form__btn {
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 4px;
    width: 100%;
    max-width: 180px;
    height: 46px;
    background: #C7D3E0;
    font-size: 18px;
    font-weight: 700;
    color: #595379;
}
.guide-form__tg {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
}
.guide-form__tg a {
    color: #fff;
    text-decoration: underline;
}
.guide-form__tg a:hover {
    text-decoration: none;
}

.video {
    position: relative;
    margin-top: 90px;
}
.video__wrapper {
    position: relative;
}
.video .title_default {
    margin-bottom: 30px;
}
.video .swiper-slide {}
.video__item {}
.video__item video {
    max-width: 100%;
    height: auto;
}
.video .swiper-button {
    position: static;
    margin: 0;
    right: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L12 12L1 23' stroke='%23212126' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 14px;
    height: 24px
}
@media (max-width:1011.5px) {
    .video .swiper-button {
        background: rgba(245,245,245,.6);
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        border-radius: 0 4px 4px 0;
        position: absolute;
        bottom: 70px;
        left: auto;
        top: auto;
        width: 50px;
        height: 50px;
        right: 20px;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L7.99998 7.99998L1 15' stroke='%23212126' stroke-width='1.6'/%3E %3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 10px 16px;
        background-position: center center
    }
    .index__image img {
        border-radius: 5px 5px 0 0;
    }
    .index__btn {
        bottom: 20px;
        padding: 15px 20px;
    }
}
@media all and (max-width:1011.5px) and (-ms-high-contrast:none),
(max-width:1011.5px) and (-ms-high-contrast:active) {
    .video .swiper-button {
        opacity: .7
    }
}
@media (max-width:739.5px) {
    .video {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .video .swiper-button {
        background-color: #f0e6e1;
        width: 40px;
        height: 40px;
        bottom: 0
    }
    .index__btn {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        padding: 15px 20px;
        margin: 0;
        border-radius: 0 0 5px 5px;
    }
}
@media all and (max-width:739.5px) and (-ms-high-contrast:none),
(max-width:739.5px) and (-ms-high-contrast:active) {
    .video .swiper-button {
        opacity: 1
    }
}
.video .swiper-button::after {
    content: none
}
.video .swiper-button-prev {
    transform: scale(-1,1)
}

@media (max-width:1011.5px) {
    .video .swiper-button-prev {
        margin-right: 50px
    }
    .video .swiper-button-prev::before {
        content: '';
        border-right: 1px solid #dfd9d6;
        height: 34px;
        width: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}
@media (max-width:739.5px) {
    .video .swiper-button-prev {
        margin-right: 40px
    }
}
.video .swiper-button-disabled {
    opacity: .5
}

.news {
    padding-top: 78px;
}

@media (max-width: 1279.5px) {
    .instructions__item {
        width: 33.33%;
    }
    .ecogolik_banner__wrap {
        padding: 85px 55px 100px 75px;
    }
    .ecogolik_banner__wrap:after {
        background-position: 375px center;
    }
    .ecogolik_banner__title {
        max-width: 350px;
    }
    .ecogolik_banner__title br {
        display: none;
    }
    .content-page-buy {
        flex-wrap: wrap;
        justify-content: unset;
    }
    .content-page-buy > div {
        width: 100%;
        max-width: 25%;
        margin-bottom: 15px;
    }
    .content-page-buy .btn {
        max-width: calc(100% - 20px)
    }
}

@media (min-width: 1012px) {
    .video .swiper-button-prev,
    .video .swiper-button-next {
        position: absolute;
        top: calc(50% - (24px / 2) - (66px / 2));
    }
    .video .swiper-button-prev {
        left: -40px;
    }
    .video .swiper-button-next {
        right: -40px;
        left: unset;
    }
    .video__controls {
        justify-content: center;
    }
}

@media (max-width: 1011.5px) {
	.btn_apteka_2, .btn_ym_2 {
		width: 155px;
	}
	.btn_apteka_2 {
		margin-right: 10px;
	}
    .section-list {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    .section-item {
        margin-left: 10px;
        margin-right: 10px;
        width: 320px;
        margin-bottom: 20px;
    }
    .instructions__item {
        width: 50%;
    }
    .instructions-detail__top {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .instructions-detail__img {
        margin: 0 0 30px;
    }
    .instructions-detail__video {
        width: 100%;
        padding: 0;
    }
    .ecogolik_banner__title {
        margin-bottom: 15px;
        font-size: 30px;
        text-align: center;
    }

    .ecogolik_banner__content {
        flex-direction: column;
    }
    .ecogolik_banner__wrap {
        padding: 45px 15px;
    }
    .ecogolik_banner__wrap:after {
        background-image: url("/local/templates/theu/img/ecogolik-banner-bg-m.svg");
        background-position: center bottom;
        background-size: cover;
        height: 205px;
        width: 548px;
        right: calc(50% - 548px / 2);
    }
    .only_mob_nav {
        display: block;
    }
}

@media (max-width: 739.5px) {
    .section-list {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .section-item {
        width: 100%;
        margin: 0;
        margin-bottom: 18px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .instructions__list {
        margin-left: 0;
        margin-right: 0;
    }
    .instructions__item {
        width: 100%;
        padding: 0;
    }
    .content-page-buy > div {
        width: 100%;
        max-width: 33.33%;
        margin-bottom: 15px;
    }
    .content-page-buy .btn {
        max-width: calc(100% - 20px)
    }
    .guide-modal {
        padding: 40px 30px;
    }
}

@media (max-width: 540px) {
    .content-page-buy > div {
        max-width: 50%;
        margin-bottom: 10px;
    }
    .content-page-buy .btn {
        max-width: calc(100% - 10px)
    }
}

/* End */
/* /local/templates/theu/css/main.min.css?1703232990163498 */
/* /local/templates/theu/styles.css?16511662766044 */
/* /local/templates/theu/template_styles.css?171034465716759 */
