/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */ }
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

* {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
}

* {
  font-family: "Fira Sans", sans-serif, cursive !important;
}
#cboxWrapper {
  background: #fff;
}
.canvas-title {
  color: #000000;
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.canvas-wrap {
  position: relative;
  border: 4px solid #e30613;
  background: #ffffff;
  border-radius: 26px;
  height: 142px;
  max-width: 151px;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
  margin: 0 auto;
}

#canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#canvas canvas {
  /*width: 100% !important;
    max-width: 138px !important;
    height: 100% !important;*/
    max-height: 123px !important;
  }

  .plane {
    width: 130px;
    height: 88px;
    border-radius: 26px;
  }


  .no-curtains .plane {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .no-curtains .plane img {
    display: block;
    max-width: 100%;
    object-fit: cover;
  }

  .plane img {
    max-width: 100% !important;
    /*display: none;*/
  }

  .logo_stamp {
    position: absolute;
    bottom: 3px;
    left: 40px;
    max-width: 151px;
  }
  .back-faq-header {
    background: #eae6dd;
  }

/*.logo_stamp img{

    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve3d;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);

    -webkit-animation-name: wave;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: cubic-bezier(.16,.14,.82,.73);
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes wave {

    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);

    }

    20% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
    }

    40% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
    }

    60% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(16deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);
    }
}*/

.add_logo {
  position: absolute;
  right: -6px;
  top: 156px;
  z-index: 0;
}

.age {
}

.age .catalog__header:after,
.beauty .catalog__header:after {
  background-repeat: no-repeat;
  background-position: top right;
}

.article_delimeter {
  height: 420px;
  background: url("../img/articleimg.png") no-repeat top -21px center;
}

.backgroundIn.animated:after {
  animation: opacity-in 2s ease;
}

.beauty {
}

.beauty .catalog-decor {
  left: 0;
  width: 100%;
}

.block-title {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 34px;
  line-height: 97px;
  color: #fff;
  letter-spacing: 2px;
}

.brands-logos {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding-bottom: 38px;
}

.brand-title {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  padding: 26px 0 20px;
}

.burger_bar {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 6px;
  background: #1d1d1b;
}

.button {
  text-align: center;
  display: inline;
  height: 53px;
  border-radius: 13px;
  border: 4px;
  border-style: solid;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  background: rgb(180, 31, 120);
  background: linear-gradient(
    90deg,
    rgba(180, 31, 120, 1) 0%,
    rgba(210, 101, 166, 1) 50%,
    rgba(180, 31, 120, 1) 100%
  );
  text-decoration: none;
  color: #ffffff;
  padding: 10px 62px;
  letter-spacing: 2px;
  border-bottom-color: #723658;
  border-top-color: #cb5c9e;
  border-right-color: #811655;
  border-left-color: #811455;
}

.buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.buy {
  max-width: 550px;
  padding: 20px 0 0;
}

.buy-item {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.buy-item:not(:last-child) {
  margin-bottom: 20px;
}

.buy-item-button {
  display: inline-block;
  width: 100px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  font-style: italic;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  /*background: rgb(247, 232, 241);*/
  /*background: linear-gradient(90deg, rgba(208, 13, 127, 1) 0%, rgba(58, 0, 32, 1) 50%, rgba(131, 18, 84, 1) 65%, rgba(208, 13, 127, 1) 100%);*/
  background: linear-gradient(
    90deg,
    #b11c6e -0.04%,
    #64063b 49.94%,
    #b11c6e 99.91%
  );
}

.button-gray {
  background: linear-gradient(
    90deg,
    #c6c6c6 -0.04%,
    #878787 49.94%,
    #c6c6c6 99.91%
  );
}

.buy-item-cost {
  padding-left: 25px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #6a064a;
  min-width: 130px;
}

.buy-item-img {
  padding-left: 20px;
  text-align: left;
  width: 48%;
}

.buy-item-img img {
  max-width: 100%;
  max-width: 160px;
  height: auto;
}

.buy-item-img__picture {
}

.buy-item-variable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.buy-item-variable:not(:last-child) {
  margin-bottom: 10px;
}

.buy-item-variable-capsule {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #060401;
}

.buy-item-variables-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* margin-left: auto;*/
  width: 50%;
}

.buy-list {
  display: flex;
  flex-wrap: wrap;
}

.captcha {
  max-width: 50%;
}

.captcha img {
  width: 100%;
}

.carousel-wrapper {
  padding: 0 100px;
}

.catalog {
  min-height: 890px;
  position: relative;
}

.catalog .block-title br {
  display: none;
}

.catalog .container,
.category .container {
  z-index: 4;
}

.catalog.stress .catalog-decor {
  bottom: 35px;
}

.catalog__content {
  padding-top: 53px;
  padding-bottom: 69px;
  background-color: #d5cdba;
  z-index: 1;
}

.catalog__content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/catalog_content_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.catalog__header .button {
  margin-left: 129px;
}
/*@media(max-width: 959px){
  .catalog__header .button{
    display: none;
  }
}
.catalog__header .block-title[style*="visibility: visible"] + .button{
  display: block;
}*/

.owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  .fadeInLeftOutRight {
    animation: 4.5s ease-in 1s both running fadeInLeftOutRight;
  }
  .fadeInRightButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    margin: 20px;
    overflow: hidden;
    animation: 1.5s ease-in 7.5s both running fadeInRightButton !important;
  }
  .fadeInRightButton .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-size: 30px;
    margin-left: 0 !important;
    line-height: 1;
  }
}
@keyframes fadeInLeftOutRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  15% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  99.9% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: 0;
    overflow: hidden;
  }
}
@keyframes fadeInRightButton {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    width: auto;
    overflow: initial;
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.catalog__header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.catalog__header .block-title {
  white-space: nowrap;
}
.catalog__title {
  margin: -138px auto 0;
  text-align: center;
  color: #7c014a;
  font-family: "Fira Sans", sans-serif;
  font-size: 30px;
  line-height: 68px;
  padding-top: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.02) 0%,
    rgb(255, 255, 255) 20%,
    rgb(255, 255, 255) 79%,
    rgba(255, 255, 255, 0.02) 100%
  );
}

/*.catalog__title__inner {*/
/*  margin: -138px auto 0;*/
/*  text-align: center;*/
/*  color: #7c014a;*/
/*  font-family: 'Fira Sans', sans-serif;*/
/*  font-style: normal;*/
/*  font-size: 30px;*/
/*  line-height: 68px;*/
/*  padding-top: 0;*/
/*  background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 79%, rgba(255, 255, 255, 0.02) 100%);*/
/*}*/

.catalog-title__bold {
  font-size: 42px;
  letter-spacing: 1.8px;
  font-weight: bold;
}

.catalog-title__numbers {
  font-size: 66px;
  letter-spacing: initial;
}

.catalog-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  z-index: 3;
}

.catalog-decor {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 90px;
  z-index: 0;
  max-height: 85%;
  opacity: 0.7;
}

.catalog-decor img {
  max-width: 100%;
  height: auto;
}

.catalog-item {
  padding: 10px;
  background: #fff;
  webkit-border-radius: 0 65px 0 65px;
  border-radius: 0 65px 0 65px;
  overflow: hidden;
  display: inline-block;
  webkit-box-shadow: -3px 8px 10px 0 #949494;
  box-shadow: -3px 8px 10px 0 #949494;

  color: inherit;
  text-decoration: none;
}

.catalog-item__list .list-element {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 600;
}

.list-element a {
  color: currentColor;
  text-decoration: none;
}

.catalog-item__title {
  font-size: 75px;
  font-weight: bold;
  padding-top: 35px;
  font-family: "Fira Sans", sans-serif, cursive;
  color: #7c014a;
  display: flex;
  align-items: center;
}

.catalog-item__title .title-img {
  width: 119px;
  margin-right: 20px;
}

.catalog-main {
  position: relative;
}
.health .catalog__header .block-title,
.age .catalog__header .block-title,
.pausa .catalog__header .block-title,
.stress .catalog__header .block-title,
.beauty .catalog__header .block-title {
  white-space: initial;
}
.catalog-main .header-nav__burger {
  margin-left: -15px;
}

.catalog-main .container {
  position: relative;
  z-index: 4;
}

.catalog-main .header__nav {
  padding-top: 34px;
  padding-bottom: 0;
  flex-direction: row;
}

.catalog-main .subtitle {
  font-size: inherit;
}

.catalog-nav {
  padding-left: 39px;
  padding-bottom: 48px;
  z-index: 4;
  width: 100%;
  margin-top: -6px;
}

.category {
  min-height: 1066px;
}

.category .block-title {
  padding-bottom: 28px;
  position: relative;
  z-index: 1;
  text-align: left;
}

.category .header-nav__burger {
}

.category .logo_stamp {
  left: auto;
  right: 0;
}

.category.health {
}

.category__header,
.catalog .catalog__header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.category__header,
.catalog__header {
  background: rgb(247, 232, 241);
  background: -webkit-linear-gradient(
    356deg,
    rgba(231, 100, 166, 1) 0%,
    rgba(210, 25, 123, 1) 1%,
    rgba(149, 7, 82, 1) 21%,
    rgba(78, 0, 34, 1) 41%,
    rgba(95, 1, 46, 1) 66%,
    rgba(174, 14, 98, 1) 86%,
    rgba(210, 27, 124, 1) 99%,
    rgba(223, 73, 150, 1) 100%
  );
  background: -o-linear-gradient(
    356deg,
    rgba(231, 100, 166, 1) 0%,
    rgba(210, 25, 123, 1) 1%,
    rgba(149, 7, 82, 1) 21%,
    rgba(78, 0, 34, 1) 41%,
    rgba(95, 1, 46, 1) 66%,
    rgba(174, 14, 98, 1) 86%,
    rgba(210, 27, 124, 1) 99%,
    rgba(223, 73, 150, 1) 100%
  );
  background: -ms-linear-gradient(
    356deg,
    rgba(231, 100, 166, 1) 0%,
    rgba(210, 25, 123, 1) 1%,
    rgba(149, 7, 82, 1) 21%,
    rgba(78, 0, 34, 1) 41%,
    rgba(95, 1, 46, 1) 66%,
    rgba(174, 14, 98, 1) 86%,
    rgba(210, 27, 124, 1) 99%,
    rgba(223, 73, 150, 1) 100%
  );
  background: -moz-linear-gradient(
    356deg,
    rgba(231, 100, 166, 1) 0%,
    rgba(210, 25, 123, 1) 1%,
    rgba(149, 7, 82, 1) 21%,
    rgba(78, 0, 34, 1) 41%,
    rgba(95, 1, 46, 1) 66%,
    rgba(174, 14, 98, 1) 86%,
    rgba(210, 27, 124, 1) 99%,
    rgba(223, 73, 150, 1) 100%
  );
  background: linear-gradient(
    94deg,
    rgba(231, 100, 166, 1) 0%,
    rgba(210, 25, 123, 1) 1%,
    rgba(149, 7, 82, 1) 21%,
    rgba(78, 0, 34, 1) 41%,
    rgba(95, 1, 46, 1) 66%,
    rgba(174, 14, 98, 1) 86%,
    rgba(210, 27, 124, 1) 99%,
    rgba(223, 73, 150, 1) 100%
  );
  width: 100%;
  position: relative;
  z-index: 99;
}

.category__header:after {
  max-width: 1300px;
}

.category-page__title {
  font-size: 75px;
  line-height: 0.8;
  font-weight: bold;
  font-family: "Fira Sans", sans-serif, cursive;
  color: #7c014a;
}

.comment-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  text-align: right;
  padding-top: 30px;
  margin-right: 10%;
}

.comments {
  padding-top: 44px;
  background: url("../img/shadow.png") no-repeat top;
  padding-bottom: 70px;
}

.comment-slide {
  padding: 80px 0;
  max-width: 600px;
  margin: 0 auto;
  font-size: 19px;
}

.comment-slide:before,
.comment-slide:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 59px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='52' viewBox='0 0 65 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M10.0871 50.0256C7.30046 50.0256 5.02716 49.219 3.26718 47.6057C1.65387 45.8457 0.847211 43.719 0.847211 41.2257C0.847211 39.3191 1.06721 37.6324 1.5072 36.1658C1.9472 34.6991 3.04718 32.4992 4.80716 29.5659L21.3069 2.72622H30.1068L16.687 32.4258C19.327 33.8925 20.647 36.3858 20.647 39.9057C20.647 42.6924 19.6203 45.1123 17.567 47.1657C15.6604 49.0723 13.1671 50.0256 10.0871 50.0256ZM43.7467 50.0256C40.96 50.0256 38.6867 49.219 36.9268 47.6057C35.3134 45.8457 34.5068 43.719 34.5068 41.2257C34.5068 39.3191 34.7268 37.6324 35.1668 36.1658C35.6068 34.6991 36.7068 32.4992 38.4667 29.5659L54.9665 2.72622H63.7664L50.3466 32.4258C52.9865 33.8925 54.3065 36.3858 54.3065 39.9057C54.3065 42.6924 53.2799 45.1123 51.2266 47.1657C49.3199 49.0723 46.8266 50.0256 43.7467 50.0256Z' fill='%23AB0367' fill-opacity='0.32'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='65' height='52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.comment-slide:before {
  top: 0;
  left: -70px;
}

.comment-slide:after {
  right: -70px;
  bottom: 0;
  transform: rotate(180deg);
}

.owl-carousel .owl-stage-outer {
  height: auto !important;
}

.comment-text {
}

.comment-slide .more {
  padding: 10px;
  display: inline-block;
  font-weight: bold;
}


@media (max-width: 767px) {
  .comment-slide .more {
    font-size: 10px;
  }

  .category-question-comment {
    min-height: auto !important;
  }
}

.comment-text.is-hide {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-title {
  font-size: 55px;
  color: #7c014a;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
}

.container_bg,
.experts.animated:after,
.experts.animated:before {
  opacity: 0.3;
  webkit-transition: opacity 4s ease;
  moz-transition: opacity 4s ease;
  ms-transition: opacity 4s ease;
  o-transition: opacity 4s ease;
  transition: opacity 4s ease;
}

.container-title {
  font-size: 55px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 27px;
}

.details-button {
  text-decoration: none;
  color: #7c014a;
  line-height: 41px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 0 45px;
  border: 2px solid #b9026f;
  border-radius: 15px;
}

.details-button span:last-child {
  display: none;
}

@media (max-width: 767px) {
  .details-button span:first-child {
    display: none;
  }

  .details-button span:last-child {
    display: inline;
  }
}

.details-button_discount {
  background: rgb(247, 232, 241);
  background: linear-gradient(
    90deg,
    #fe0095,
    #7f004b,
    #fe0095
  );
  color: #fff !important;
  line-height: 58px;
  padding: 0 30px;
  font-size: 33px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  margin-top: 51px;
  width: 432px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  border: none !important;
}

.product-page .details-button_discount {
  animation:grow 4s infinite linear;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
}
@keyframes grow
{
  0%{
    transform:scale(1);
  }
  10%{
    transform:scale(1.09);
  }
  15%{
    transform:scale(1);
  }
  100%{
    transform:scale(1);
  }
}

.efficiency-list {
  display: flex;
  flex-wrap: wrap;
}

.efficiency-list-item {
  flex: 0 0 25%;
  max-width: 25%;
}

.efficiency-list-item:nth-child(even) .efficiency-list-item__circle {
  background: linear-gradient(332deg, #810c58 5%, #d997c2 100%);
  background-color: #810c58;
}

.efficiency-list-item__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100%;
  border: 7px solid #ffffff;
  background: linear-gradient(332deg, #ae9c79 5%, #e0d1b5 100%);
  background-color: #b8a98d;
  box-shadow: 6px 6px 13px 0px rgb(0 0 0 / 50%);
}

.efficiency-list-item__inner {
  margin: 0 auto;
  text-align: center;
}

.main-404 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 15%;
}

.wrap-404 {
  width: 520px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  margin-top: 40px;
}

.btn-404 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  width: 232px;
  height: 43px;
  background: #7c014a;
  border: 1px solid #7c014a;
  box-sizing: border-box;
  border-radius: 15px;
  font-style: italic;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  text-decoration: none;
  color: #ffffff;
  margin: 60px 0;
}

.wrap-404 img {
  position: absolute;
}

.img-404-left {
  top: -20%;
  left: -30%;
}

.img-404-center {
  top: -43%;
}

.img-404-right {
  top: -33%;
  right: -28%;
}

.redirect-text {
  font-size: 18px;
  line-height: 26px;
}

.title-404 h1 {
  color: #7c014a;
  font-size: 45px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  padding-left: 22px;
  line-height: 56px;
  margin-top: -10px;
  display: flex;
}
.error-h1 {
  line-height: normal;
}
.hr {
  width: 100%;
  border-bottom: 1px solid #b31c76;
}

.big-404 {
  font-weight: 900;
  font-size: 288px;
  line-height: 346px;
  /* identical to box height */
  color: #c8c8c8;
}

.efficiency-list-item__text {
  max-width: 240px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.efficiency-list-item__value {
  font-size: 3rem;
  color: #fff;
}

.efficiency-lvl {
  /*margin-top: 50px;
    padding-bottom: 35px;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .section-efficiency-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../img/shadow-section.png") no-repeat bottom center;
    background-size: cover;
    z-index: -1;
  }

  .efficiency-lvl-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
  }

  .efficiency-lvl-item__img {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .efficiency-lvl-item__img svg {
    max-width: 100%;
    height: auto;
  }

  .efficiency-lvl-item__text {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    text-align: center;
    min-height: 54px;
  }

  .section-efficiency-item .efficiency-sostav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 15px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: flex-start;
  }
  .efficiency-sostav-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .efficiency-sostav-item-img {
    max-width: 154px;
  }
  .efficiency-sostav-item-img img {
    max-width: 100%;
    height: auto;
  }
  .efficiency-sostav-item-text {
    display: inline-block;
    width: calc(100% - 180px);
    font-style: italic;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
  }
  .efficiency-sostav-item-text span {
    font-weight: 700;
    font-size: 30px;
    line-height: 23px;
  }

  @media (max-width: 767px) {
    .efficiency-sostav-item {
      justify-content: center;
      flex-direction: column;
    }
    .efficiency-sostav-item-img {
      max-width: none;
    }
    .efficiency-sostav-item-text {
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 20px;
    }
    .efficiency-sostav-item-text span {
      font-size: 24px;
      line-height: 20px;
    }
  }

  .expert {
    /*background: url(../img/footer-link-line.png) no-repeat bottom center;*/
    padding-bottom: 35px;
    padding-top: 35px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .expert-image {
    width: 233px;
    margin-left: 25px;
  }

  .expert-image img {
    max-width: 100%;
    max-height: 100%;
    /*border: 2px solid #fff;*/
  }

  .expert-info {
    font-size: 24px;
    padding-right: 39px;
    font-style: italic;
    font-weight: bold;
    color: #420127;
  }

  .expert-name {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    padding-bottom: 12px;
  }

  .expert-name,
  .expert-info,
  .expert-text {
    width: calc(100% - 278px);
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
  }

  .experts {
    background-color: #c80069;
    padding-top: 60px;
  }

  .experts .container {
    max-width: 1090px;
    z-index: 1;
  }

  .experts .container-title {
    font-size: 48px;
  }

  .experts .container-title {
    color: #ffffff;
    padding-bottom: 0;
  }

  .experts:after {
    background: url("../img/experts-formula-bg2.jpg") no-repeat center right;
    right: 0;
  }

  .experts:before {
    background: url("../img/experts-formula-bg1.jpg") no-repeat center left;
    left: 0;
  }

  .experts:before,
  .experts:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
  }

  .expert-text {
    padding-top: 15px;
    color: #ffffff;
    font-size: 21px;
    font-style: italic;
    line-height: 26px;
  }

  .expert-image:before {
    content: "";
    position: absolute;
    font-weight: normal;
    top: 180px;
    right: 0;
    z-index: 1;
    background: url("../img/expert-quote.png") no-repeat center;
    background-size: contain;
    width: 55px;
    height: 55px;
  }

  @media (max-width: 767px) {
    .expert-image:before {
      top: 70px;
      width: 30px;
      height: 30px;
    }
  }

  .expert-video {
    width: 580px;
    float: left;
  }

  .expert-wrapper {
    width: calc(100% - 300px);
    display: inline-block;
  }

  .expert-wrapper .expert-name {
    line-height: 42px;
  }

  .expert-wrapper .expert-name .text-uppercase {
    font-size: 30px;
  }

  .expert-wrapper .expert-name,
  .expert-wrapper .expert-info,
  .expert-wrapper .expert-text {
    width: 100%;
  }

  .fadeIn.dash {
    webkit-animation-name: dash;
    animation-name: dash;
  }

  .fadeIn.flowerFade {
    webkit-animation-name: flowerFade;
    animation-name: flowerFade;
    opacity: 1;
    mix-blend-mode: multiply;
  }

  .faq-link {
    display: inline-block;
    text-align: center;
    color: #ab0367;
    font-size: 20px;
    padding: 30px 0;
    font-weight: bold;
    font-style: italic;
  }

  .flower:after {
    content: url(../img/flower.png);
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -29px;
    z-index: 99;
    text-align: center;
  }

  .footer-address {
    font-weight: 300;
    position: relative;
    display: flex;
    flex-grow: 1;
    padding-left: 10px;
    padding-top: 22px;
  }

  .footer-address a {
    color: #fff;
    text-decoration: none;
  }

  .footer-address__inner {
  }

  .footer-info {
    padding: 36px 7px 53px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-links {
    padding: 52px 22px 48px;
    background: url("../img/footer-link-line.png") no-repeat bottom center;
    background-size: contain;
  }

  .footer-links__wrapper {
    vertical-align: top;
    display: inline-block;
    width: 34.8%;
  }

  .footer-links__item:not(:last-child) {
    margin-bottom: 22px;
  }

  .footer-stamp {
    width: 147px;
    margin-left: 5%;
  }

  .footer-text {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    flex-grow: 1;
  }

  .footer-warning {
    background: url("../img/footer-link-line.png") no-repeat bottom center;
    background-size: contain;
    padding: 0 49px 37px;
  }

  .header {
    /*max-width: 1920px;*/
    margin: 0 auto;
    background-size: cover !important;
    /*min-height: 846px;*/
  }

  .header .product-image {
    position: relative;
    left: 4px;
    /*bottom: 40px;*/
  }

  .header__logo {
  /*width: 693px;
    height: 500px;
    background-size: 100%;*/
    min-height: 410px;
    position: relative;
    /*overflow: hidden;*/
  }

  .header__nav {
    padding: 43px 0 23px;
    display: flex;
  }

  .header_products {
  }

  .header_products__img {
    max-width: 100%;
    height: auto;
  }

  .header-nav__burger {
    width: 52px;
    min-width: 52px;
    margin-left: -82px;
  }

  .header-nav__burger + .header__logo {
    margin-left: 38px;
    margin-top: -3px;
  }

  .health .catalog__header:after,
  .pausa .catalog__header:after,
  .age .catalog__header:after,
  .beauty .catalog__header:after,
  .stress .catalog__header:after,
  .category__header:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background-image: url(../img/star-header.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
  }

  .age .catalog__header:after,
  .beauty .catalog__header:after {
    background-position: center right;
  }

  .info-item {
    position: relative;
    padding-top: 30px;
    background-repeat: no-repeat !important;
    background-position: right bottom -1px !important;
    /*background-size: auto !important;*/
    background-size: 36% !important;
  }

  .info-item:last-child {
    background: none;
  }

  .info-item:last-child .info-item_bg {
  }

  .info-item:last-child .info-item-content:after {
    display: none;
  }

  .info-item:not(:last-child) {
  }

  .info-item_bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }

  .info-item:nth-child(1) .info-item-content {
    padding-bottom: 70px;
  }

  .info-item:nth-child(2) .info-item-content {
    padding-top: 10px;
    padding-bottom: 76px;
  }

  .info-item:nth-child(2) .info-item-text {
    margin-top: -50px;
  }

  .info-item:nth-child(3) .info-item-content {
    padding-top: 15px;
    padding-bottom: 80px;
  }

  .info-item-content {
    position: relative;
    /*min-height: 240px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8%;
  }

  .info-item-content:after {
    content: "";
    width: 100%;
    height: 125px;
    background: url(../img/shadow.png) no-repeat top;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
  }

  .info-item-list {
    text-align: left;
    list-style: none;
  }

  .info-item-list .list-element {
    font-size: 22px;
    line-height: 25px;
  }

  .info-item-list .list-element:not(:last-child) {
    margin-bottom: 7px;
  }

  .info-item-list .list-element:before {
    content: "";
    background: url(../img/flower-red_xs.png) no-repeat center center;
    background-size: cover;
    min-width: 27px;
    width: 27px;
    height: 27px;
    margin-right: 20px;
    position: relative;
    top: 0;
    box-sizing: border-box;
  }

  .info-item-text {
    flex-basis: 100%;
    margin-left: 214px;
    margin-top: -66px;
    z-index: 3;
  }

  .info-item-title {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .info-item-title__icon {
    margin-right: 50px;
    text-align: left;
    display: flex;
    justify-content: center;
  }

  .info-item-title__text {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    display: flex;
    max-width: 600px;

    transform: scale(1.1, 1);
    transform-origin: left center;
  }

  .info-text {
    font-size: 16px;
    letter-spacing: 0.6px;
    padding: 0 16px 0 16px;
    font-weight: 600;
    max-width: 570px;
  }

  .input-required {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 2;
  }

  .input-required:before {
    content: "*";
    color: #f80394;
    font-weight: bold;
    font-size: 25px;
    padding-top: 21px;
  }

  .item-icon {
    height: 80px;
    width: 100%;
    display: inline-block;
    margin-bottom: 45px;
  }

  .item-icon img {
    max-width: 100%;
    max-height: 100%;
  }

  .item-image {
    webkit-border-radius: 0 65px 0 65px;
    border-radius: 0 65px 0 65px;
    overflow: hidden;
    margin-bottom: 4px;
  }

  .item-quality,
  .item-efficiency,
  .item-recommend {
    width: 240px;
  }

  .item-structure {
    width: 262px;
  }

  .item-title {
    font-size: 28px;
    font-size: 34px;
    font-weight: 800;
    line-height: 26px;
    width: 386px;
    height: 69px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    color: #7c014a;
  }

  .item-trust {
    width: 200px;
  }

  .item-wrapper:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-top: -10px;
    margin-bottom: -118px;
    z-index: 3;
    position: absolute;
  }

  .item-wrapper:nth-child(2) {
    z-index: 4;
    margin-bottom: 190px;
  }

  .item-wrapper:nth-child(2),
  .item-wrapper:nth-child(4) {
    text-align: left;
  }

  .item-wrapper:nth-child(3) {
    text-align: right;
    margin-bottom: 190px;
    z-index: 5;
  }

  .item-wrapper:nth-child(3),
  .item-wrapper:nth-child(2),
  .item-wrapper:nth-child(4),
  .item-wrapper:nth-child(5) {
    width: 43%;
  }

  .item-wrapper:nth-child(4),
  .item-wrapper:nth-child(5) {
    margin-top: 25px;
  }

  .item-wrapper:nth-child(5) {
    text-align: right;
  }

  .header__logo .secondText {
    font-size: 47px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    line-height: 0.8;
  }

  .header__logo .secondText span {
    font-size: 31px;
    letter-spacing: 0.4px;
  }

  .last-line {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 42px;
    padding-left: 236px;
    letter-spacing: inherit;
  }

  .level2 {
    margin-bottom: 26px;
  }

  .level2:last-child {
    margin-bottom: 0;
  }

  .level3 {
  }

  .level3 .nav-title {
    padding-bottom: 12px;
  }

  .level4 {
  }

  .link-insta {
    display: block;
    position: relative;
    margin-left: 23px;
    margin-top: -2px;
    width: 68px;
    height: 68px;
  }

  .links-list {
    list-style: none;
    margin-left: 40px;
  }

  .links-title {
    margin-top: 25px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
  }

  .links-title a {
    text-decoration: none;
    color: inherit;
  }

  .list-element {
    list-style: none;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    display: flex;
  }

  .list-element:before {
    content: url(../img/li-decor.png);
    padding-right: 10px;
  }

  .list-item {
    padding-top: 3px;
  }

  .list-item a {
    text-decoration: none;
    color: #fff;
  }

  .logo {
    margin-bottom: 31px;
  }

  .logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2em;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0)
    )
    no-repeat -2em 0%;
    background-size: 2em 100%;
    transform: skewX(-50deg);
  }

  .logo_stamp img,
  .logo img {
    max-width: 100%;
  }

  @media (min-width: 1024px) {
    .logo-item:not(:last-child) {
      margin-right: 32px;
    }
  }
  @media (max-width: 1023px) {
    .brands-logos {
      flex-wrap: wrap;
    }
    .logo-item {
      width: 33%;
      margin: 0 0 0 0;
      padding: 10px;
      text-align: center;
    }
  }

  .menu {
    position: absolute;
    top: 33px;
    left: 0;
    width: 418px;
    z-index: 999;
    webkit-border-radius: 0 65px 0 65px;
    border-radius: 0 65px 0 65px;
    background: #ffffff url("../img/menu_bg.jpg") no-repeat bottom right;
    padding: 50px 0;
    webkit-box-shadow: -3px 8px 10px 0 #2b2b2b;
    box-shadow: -3px 8px 10px 0 #2b2b2b;
    display: none;
  }

  .menu.active {
    display: block;
  }

  .menu-link {
    display: inline-flex;
    align-items: center;
    width: 100%;
    color: #7c014a;
    font-size: 32px;
    line-height: 2;
    padding-left: 24px;
  }

  .menu-link:before {
    content: "";
    margin-right: 20px;
    padding-top: 0;
    min-width: 39px;
    width: 39px;
    height: 39px;
    background: url(../img/li-decor_big.png) no-repeat center center;
    background-size: contain;
    box-sizing: border-box;
  }

  .menu-link:hover {
    background: rgb(213, 204, 185);
    background: linear-gradient(
      90deg,
      rgba(213, 204, 185, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .menu-link:hover:before {
    background: url(../img/romb-menu.png) no-repeat center center;
  }

  @media (max-width: 1023px) {
    .menu-link {
      font-size: 24px;
    }
  }

  @media (max-width: 767px) {
    .menu-link:before {
      margin-right: 10px;
      min-width: 25px;
      width: 25px;
      height: 25px;
    }
  }

  .modal {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;
  }

  .modal .button {
    height: 70px;
    padding: 5px 94px;
    border-radius: 18px;
    font-weight: normal;
    font-style: italic;
  }

  .modal.open {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
  }

  .modal-button {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 45px;
    font-size: 26px;
    font-style: italic;
    border: 1px solid #b9026f;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #7c014a;
    background-color: #edebeb;
    text-align: center;
  }

  .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    background: url("../img/cloze.png") no-repeat center center;
    background-size: cover;
    width: 16px;
    height: 17px;
  }

  .modal-form {
    padding: 0 129px;
  }

  .modal-form .modal-input {
    border-radius: 15px;
    border: unset;
    line-height: 65px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    background: #e7e7e8;
    font-size: 20px;
    padding-left: 39px;
    font-family: "Fira Sans", sans-serif, cursive;
  }

  .modal-form label {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .modal-form textarea {
    height: 300px;
  }

  .modal-input::placeholder {
    color: #7c014a;
    font-weight: bold;
  }

  .modal-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .modal-wrapper {
    background: white; /*url('../img/modal-bg.jpg');*/
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-border-radius: 0 20px;
    border-radius: 0 20px;
    z-index: 3;
    display: inline-block;
    background-size: contain;
    max-width: 600px;
  }

  .nav-list {
    margin-top: -46px;
    padding-left: 160px;
  }

  @media (min-width: 1024px) {
    .nav-list .list-element {
      line-height: 25px;
    }
  }

  .nav-list .list-element:before {
    width: 21px;
    min-width: 21px;
    height: 21px;
    top: 0;
  }

  @media (max-width: 1023px) {
    .nav-list .list-element:before {
      top: 3px;
    }
  }

  @media (max-width: 767px) {
    .nav-list .list-element:before {
      top: -3px;
    }
  }

  .nav-title {
    color: #830053;
    font-size: 37px;
    letter-spacing: 2.1px;
    font-weight: 800;
    /*padding-bottom: 8px;*/
    text-decoration: none;
    display: inline-block;
  }

  .nav-title .title-img {
    margin-right: 5px;
    float: left;
    max-width: 98px;
    height: auto;
  }

  .nav-wrapper {
    display: flex;
    margin-bottom: 12px;
    padding-right: 15px;
  }

  @media (max-width: 1023px) {
    .nav-wrapper {
      margin-bottom: 20px;
    }
  }

  .nav-wrapper:nth-child(1) .nav-wrapper__inner {
    margin-left: initial;
  }

  .nav-wrapper:nth-child(2) .nav-wrapper__inner {
    margin-left: 30%;
  }

  .nav-wrapper:nth-child(3) .nav-wrapper__inner {
    margin-left: 47%;
  }

  .nav-wrapper:nth-child(4) .nav-wrapper__inner {
    margin-right: 12%;
  }

  .nav-wrapper:nth-child(5) .nav-wrapper__inner {
    margin-right: 22%;
  }

  .nav-wrapper__inner {
    margin-left: auto;
  }

  .notice {
    margin-top: 29px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #020001;
    font-style: italic;
  }

  .other {
    background-color: #d5cdba;
    background-position: bottom center;
    min-height: 1050px;
    min-height: inherit;
  }

  .other .container {
    z-index: 5;
  }

  .other .flowers-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .other img {
    z-index: 1;
    margin-bottom: -7px;
  }

  .other-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .other-products__slider {
    padding-bottom: 0;
  }

  .other-products__slider .slide-title {
    position: relative;
    z-index: 1;
    font-size: 25px;
    color: #7c014a;
    margin-top: -52px;
    font-weight: 500;
  }

  .other-products-slide {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
  .owl-carousel.owl-drag .owl-item .other-products-slide {
    width: auto;
  }

  .other-products__title {
    font-size: 49px;
    color: #7c014a;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 27px;
    line-height: 54px;
    padding-top: 47px;
    z-index: 1;
  }

  .other-products-slide {
    padding: 0 43px;
  }

  .owl-animated-in {
    z-index: 0;
  }

  .owl-animated-out {
    z-index: 1;
  }

  .owl-nav {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
  }

  .owl-next {
    background: url("../img/nav-next.png");
    float: right;
  }

  .owl-next,
  .owl-prev {
    width: 17px;
    height: 30px;
  }

  .owl-prev {
    background: url("../img/nav-prew.png");
    float: left;
  }

  .page_article {
    /*max-width: 1920px;*/
    margin: 0 auto;
  }

  .page_brands {
    background: rgba(82, 0, 50, 0.8);
  }

  .page_footer {
    background: #ab0367 url("../img/footer_flowers2.png") no-repeat top center;
    color: #fff;
  }

  .page_footer .links-title {
    margin-top: 0;
    font-size: 21px;
    letter-spacing: 1.4px;
  }

  .page_footer .links-title:before {
    content: url("../img/flower-white.png");
    padding-right: 8px;
  }

  .page_footer .list-item a {
    letter-spacing: -0.4px;
  }

  @media (max-width: 1023px) {
    .page_footer .list-item span {
      display: block;
    }
  }

  .page_footer img {
    max-width: 100%;
  }

  .page_footer.flower:after {
    bottom: initial;
    top: -24px;
  }

  .pausa {
  }

  .pausa .catalog-decor {
    text-align: left;
    left: -10vw;
  }

  .product {
    /*background: url("../img/product-page-bg.jpg") no-repeat center top;*/
  }

  .product__header {
  /*position: absolute;
    bottom: -15px;*/
    width: 100%;
    left: 0;
    /*max-height: 320px;*/
    z-index: 1;
    text-align: center;
  }

  .product-page .details-button_discount {
    position: absolute;
    line-height: 1.3;
    bottom: 47px;

    font-size: 32px;
    letter-spacing: 1.7px;
    text-align: center;
  }

  .product-buttons_wrapper {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: 21%;
    margin-top: -70px;
  }

  .product-header {
    padding-left: 130px;
    display: flex;
    align-items: flex-start;
  }

  .product-image {
    z-index: 1;
    bottom: 0;
    width: 100%;
  }

  .product-image .logo_stamp {
    bottom: 16%;
    right: 21%;
    left: auto;
    z-index: 3;
  }

  .product-image .stamp-title {
    color: #000;
    padding-top: 5px;
  }

  .product-image img {
    max-width: 100%;
  }

  .product-info {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .product-info .container {
    margin-bottom: 80px !important;
  }
  .product-info .modal-button {
    margin: 0 auto !important;
  }

  .product-info .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .product-info .block-title {
    margin-bottom: 13px;
    color: #7c014a;
    font-size: 40px;
    line-height: initial;
  }
  .product-info .block-title span{
    font-size: 22px;
    font-weight: 500;
  }
  .block_inf_graf_global{
    display: flex;
    flex-wrap: wrap;
  }
  .block_inf_graf_global .block_inf_graf {
    width: 50%;
  }
  .block_inf_graf_global .block_inf_graf .title_graf{
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #010001;
    margin: 25px 0;
  }
  .block_inf_graf_global .block_inf_graf .img_graf img{
    width: 80%;
  }

  @media(max-width: 1024px){
    .product-info .block-title{
      font-size: 28px;
    }
    .product-info .block-title span{
      font-size: 16px;
    }
    .block_inf_graf_global .block_inf_graf .title_graf{
      font-size: 24px;
    }
  }
  @media(max-width: 768px){
    .block_inf_graf_global .block_inf_graf .title_graf{
      font-size: 18px;
    }
    .product-info .block-title span{
      font-size: 14px;
    }
  }
  @media(max-width: 767px){
    .block_inf_graf_global .block_inf_graf {
      width: 100%;
    }
  }

  .product-info .details-button {
    max-width: 260px;
    width: 100%;
    margin-right: 21px;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
  }

  .product-info .list-element {
    font-weight: 300;
  }

  .product-item__list {
    /*min-height: 320px;*/
    padding-left: 0;
    margin-top: 0;
  }

  .product-item__list .list-element {
    font-style: italic;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    /*letter-spacing: 2.1px;*/
  }

  .list-element:before {
    content: "";
    display: block;
    background-image: url(../img/li-decor_big.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 5px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    padding: 0;
    margin-right: 20px;
  }

  @media (max-width: 1023px) {
    .list-element:before {
      top: 0;
      width: 21px;
      min-width: 21px;
      height: 21px;
      padding: 0;
      margin-right: 15px;
    }
  }

  @media (max-width: 767px) {
    .list-element:before {
      width: 21px;
      min-width: 21px;
      height: 21px;
      padding: 0;
      margin-right: 7px;
    }
  }

  .product-item__list,
  .catalog-item__list {
    margin-top: 21px;
    z-index: 4;
  }

  .product-page.experts {
    padding-top: 37px;
    background-color: #ab0367;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: inherit !important;
  }

  @media (min-width: 768px) {
    .product-page.experts {
      background-image: url(../img/page-main-experts_new.png);
    }

    .product-page.experts:before,
    .product-page.experts:after {
      display: none;
    }
  }

  .product-slide img {
  }

  .product-slide__image {
    height: 527px;
    margin-left: 209px;
  }

  .product-slide__title {
    padding-bottom: 25px;
    color: #7c014a;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
  }

  .product-slide__title .subtitle {
    font-size: 37px;
  }

  .products-slider {
    display: block;
    width: 100%;
    webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
  }

  .product-title {
    text-align: left;
    font-size: 27px;
    font-weight: bold;
    padding-top: 15px;
  }

  .product-title a {
    color: currentColor;
    text-decoration: none;
  }

  .product-wrapper {
    padding-left: 9%;
    padding-bottom: 10px;
    padding-top: 56px;
  }

  .product-wrapper .owl-dot {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 1px solid #93918f;
    border-radius: 15px;
    margin-right: 11px;
    background: #d7d7d3;
  }

  .product-wrapper .owl-dot.active span {
    width: 100%;
    height: 100%;
    background: #b31c76;
    display: block;
    border-radius: 15px;
  }
  .product-wrapper .owl-dot.active {
    border: none;
  }

  .product-wrapper .owl-dots {
    position: absolute;
    top: 75%;
    width: 80%;
    text-align: center;
    margin-left: 21%;
  }

  .product-wrapper .owl-nav {
    top: 43.8%;
    width: 69.2%;
    right: 0;
    left: initial;
    transform: none;
  }

  .product-wrapper .owl-next {
    float: right;
    padding-right: 10.9%;
    background-repeat: no-repeat;
  }

  .product-wrapper .product-icon {
    margin-right: 40px;
    max-height: 144px;
  }

  .question {
    padding-top: 37px;
    padding-bottom: 50px;
  }

  .question-info {
    color: #020001;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 29px;
    padding: 0 176px;
  }

  .question-info a {
    color: inherit;
    text-decoration: none;
  }

  .question-title {
    font-size: 55px;
    color: #7c014a;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 27px;
  }


  .product-page.experts .flower {
    padding-bottom: 55px !important;
  }

  .rating-info {
    background: #fff;
    margin: 0 auto 0;
    width: 781px;
    padding: 26px 29px 26px 43px;
    position: relative;
  }

  .rating-opener {
    text-align: right;
    margin-top: 13px;
    position: absolute;
    right: -13px;
    bottom: 8px;
    cursor: pointer;
  }

  .rating-sub-text {
    color: #010001;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 16px;
    font-weight: 300;
    font-style: italic;
    max-width: 84%;
  }

  .rating-text {
    width: calc(100% - 110px);
    display: inline-block;
    font-size: 28px;
    padding-left: 41px;
    line-height: 32px;
    vertical-align: top;
    font-weight: bold;
    color: #7c014a;
    letter-spacing: 0px;
  }

  .rating-title {
    font-size: 48px;
    color: #420127;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    margin: 28px 0 30px;
  }

  .sale {
    color: #e6007e;
    position: relative;
  }

  .gray {
    color: #9d9d9c;
    text-align: center;
    position: relative;
  }

  .sale-value {
    position: absolute;
    left: 0;
    width: 45px;
    background-color: #c4027b;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
  }

  .second-line {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-left: 164px;
  }

  .section-efficiency {
    display: none;
    background-color: transparent !important;
  }

  .section-efficiency .efficiency {
    padding: 80px 0;
    background: url(../img/shadow-section.png) no-repeat bottom center;
  }

  .section-efficiency .efficiency .section-efficiency__subtitle {
    margin-bottom: 90px;
  }

  @media (max-width: 959px) {
    .section-efficiency .efficiency {
      padding: 50px 0;
    }

    .section-efficiency .efficiency .section-efficiency__subtitle {
      margin-bottom: 70px;
    }
  }

  @media (max-width: 767px) {
    .section-efficiency .efficiency .section-efficiency__subtitle {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 575px) {
    .section-efficiency .efficiency {
      padding: 25px 0;
    }

    .section-efficiency .efficiency .section-efficiency__subtitle {
      margin-bottom: 25px;
    }
  }

  .section-efficiency .expert-info {
    color: #7c014a;
  }

  .section-efficiency .expert-name,
  .section-efficiency .expert-text {
    color: #000;
  }

  .section-efficiency .expert-image:before {
    background: url("../img/expert-quote-black.png") no-repeat center;
    background-size: contain;
  }

  .section-efficiency__subtitle {
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
  }
  .section-indicators .container {
    padding: 0;
    max-width: initial;
  }

  .section-efficiency-item .efficiency-lvl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 0px;
  }

  .section-indicators .section-efficiency__subtitle {
    z-index: 1;
    font-weight: bold;
    font-style: italic;
    color: #7c014a;
    text-transform: none;
    max-width: 900px;
    margin: 55px auto 30px;
  }

  .section-indicators .section-efficiency__subtitle.with-second {
    color: #000;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 34px;
    max-width: 100%;
  }
  .section-indicators .section-efficiency__subtitle__second {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }

  .section-indicators .section-efficiency__subtitle span {
    display: block;
    color: #000;
  }

  .section-rec {
    padding: 70px 0 63px;
    background: url("../img/section-rec-shadow.png") no-repeat bottom center;
  }

  .section-text {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 500;
    color: #ab0367;
  }

  .section-text ol {
    margin-top: 56px;
    list-style: none;
    font-style: normal;
    font-weight: normal;
  }

  .section-text ol li {
    position: relative;
    counter-increment: inst;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    padding-left: 85px;
    margin-bottom: 17px;
  }

  .section-text ol li:before {
    content: counter(inst);
    left: 0;
    top: 0;
    position: absolute;
    font-size: 72px;
    font-weight: 800;
    line-height: 0.9;
    color: #e7bcd2;
  }

  .section-text p {
    margin-bottom: 5px;
  }

  .section-title {
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    color: #7c014a;
    text-align: center;
  }

  .stamp-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
  }

  .stress {
  }

  .subtitle {
    font-size: 28px;
  }

  .text-center {
    text-align: center;
  }

  .text-uppercase {
    text-transform: uppercase;
  }

  .tip_info {
    font-size: 17px;
    color: #6e6d6e;
  }

  .tip_info-accent {
    color: #7c014a;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    font-size: 21px;
  }

  .tip_title {
    color: #6e6d6e;
    font-size: 25px;
    font-weight: 800;
    margin: 0px 25px 0px;
    font-style: italic;
    min-height: 55px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .tips {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .tips-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }

  .tips-list__item {
    flex-basis: 20%;
    max-width: 20%;
    width: 100% !important;
    text-align: center;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    vertical-align: top;
  }

  .tips-title {
    color: #7c014a;
    font-size: 70px;
    font-weight: 800;
    font-style: italic;
    text-align: center;
    letter-spacing: 3px;
    line-height: 61px;
  }

  .tip-title_subtitle {
    font-size: 47px;
  }

  .up-title {
    font-size: 25px;
    display: inline-block;
    width: 100%;
  }

  @keyframes dash {
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes dashUp {
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes graph_arrow {
    to {
      stroke-dashoffset: 0;
      transform: translate(0px, 0px);
    }
  }

  @keyframes flowerFade {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1 !important;
    }
  }

  @media (max-width: 954px) {
    .fade {
      opacity: 1;
      animation: fade 2s linear;
    }
  }

  @keyframes fade {
    0%,
    100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }

  @keyframes opacity-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  [data-efficiency-lvl-items="2"] .efficiency-lvl-item {
    flex: 0 0 38%;
    max-width: 38%;
  }

  [data-efficiency-lvl-items="3"] .efficiency-lvl-item {
    flex: 0 0 33%;
    max-width: 33%;
  }

  [style*="animation-name: dash"] path {
    animation: dash 1.5s linear;
    animation-fill-mode: forwards;
  }

  [style*="animation-name: dash"] path.path__up {
    animation: dash 1.5s linear;
    animation-fill-mode: forwards;
  }

  [style*="animation-name: dash"] [fill*="url(#paint"] {
    position: relative;
    z-index: -1;
    transform: translate(0px, -150px);
    animation: graph_arrow 1s linear;
    animation-fill-mode: forwards;
  }

  body.modalopen {
    overflow: hidden;
  }

  h1 {
    font-size: 47px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    line-height: 0.8;
  }

  h1 span {
    font-size: 31px;
    letter-spacing: 0.4px;
  }

  html,
  body {
    font-family: "Fira Sans", sans-serif, cursive !important;
    overflow-x: hidden;
  }

  .section-fh {
    position: relative;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
  }

  .section-fh:not(.page_footer) .container {
    max-width: 1362px;
    padding: 0;
    width: 100%;
  }

  .section-fh .container {
    position: relative;
    z-index: 10;
    flex-grow: 1;
  }

  @media (max-width: 1023px) {
    .section-fh:not(.page_footer) .container {
      max-width: 100% !important;
      padding: 0 35px;
    }
    .product-page.experts .flower {
      padding-bottom: 50px;
    }
    .section-fh.product-info .container {
      padding-right: 0 !important;
    }

    .page_footer .container {
      padding: 0 20px !important;
    }
  }

  @media (max-width: 767px) {
    .section-fh .container {
      max-width: 320px !important;
      padding: 0 15px !important;
    }
  }

  .section-fh .header__nav {
    padding: 37px 0 0;
  }

  @media (max-width: 1023px) {
    .section-fh .header__nav {
      flex-direction: row;
    }
  }

  .section-fh .header-nav__burger {
    margin-left: 0;
  }

  .section-fh .product-page__title {
    display: flex;
    flex-wrap: wrap;
    padding-left: 28px;
    min-height: auto;

    margin-top: -5px;
    font-size: 55px;
    font-weight: bold;
    text-align: left;
    color: #7c014a;
    line-height: 56px;
  }
  .product-page__title span{
    text-transform: capitalize;
  }

  .section-fh .product-page__title.title__big {
    font-size: 75px;
  }

  .section-fh .product-page__title {
    /*margin-top: 19px;*/
  }

  .section-fh .product-page-title__icon {
    margin: 0 20px;
  }

  .section-fh .product-page-title__icon + .product-page__title {
    flex: 1;
    padding-left: 0;
  }

  @media (max-width: 1023px) {
    .section-fh .header__nav {
      padding: 36px 0 0;
    }

    .section-fh .header-nav__burger {
      margin-right: 16px;
    }

    .section-fh .product-page__title {
      font-size: 45px;
      padding-left: 0;
      padding-top: 3px;
    }

    .section-fh .product-page__title.title__big {
      font-size: 70px;
    }

    .section-fh .product-page-title__icon {
      margin-right: 15px;
    }
  }

  @media (max-width: 1023px) and (min-width: 768px) {
    .category-main.section-fh .product-page__title {
      font-size: 48px;
    }
    .info-item{
      background-size: 45% !important
    }
    .efficiency-lvl{
      justify-content: center;
    }

  }

  @media (max-width: 767px) {
    .category-main > .container {
      padding-right: 0 !important;
    }

    .category-main.section-fh .product-page__title {
      letter-spacing: initial;
    }

    .section-fh .header__nav {
      padding: 11px 0 0;
      flex-direction: column;
    }

    .section-fh .header-nav__burger {
      margin-left: 2px;
    }

    .section-fh .product-page__title {
      display: flex;
      align-items: center;
      margin-left: -3px;
      padding-top: 15px;
      min-height: auto;
      padding-left: 0;
      font-size: 23px;
      line-height: 1.2;
    }

    .section-fh .product-page-title__icon {
      margin-right: 5px;
      margin-left: 0;
    }

    .section-fh .product-page-title__icon img {
      max-width: 50px;
    }

    .section-fh .product-page-title__text {
      margin-top: 0;
    }

    .section-fh .product-page-title__icon + .product-page__title {
      max-width: calc(100% - 52px);
      font-size: 23px;
    }
  }

  .product-page__main .product-item__list,
  .category-main .catalog-item__list {
    margin-top: 10px;
    margin-left: 82px;
    flex-basis: 100%;
  }

  .category-main .list-element {
    font-weight: 600;
    line-height: 1.62;
    /*letter-spacing: 1px;*/
  }

  .category-main .catalog__header {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    min-height: 128px;
  }

  @media (min-width: 960px) {
    .category-main .catalog__header br {
      display: none;
    }
  }

  .category-main .catalog__header .block-title {
    font-size: 36px;
    line-height: 1.2;
    white-space: initial;
  }

  @media (max-width: 1023px) {
    .category-main .catalog-item__list {
      margin-top: 0;
      margin-left: 2px;
    }

    .category-main .catalog-item__list .list-element {
      font-size: 26px;
      line-height: 1.65;
    }

    .category-main .catalog-item__list .list-element .subtitle {
      font-size: 14px;
    }

    .catalog-item__list .list-element:before {
      top: 4px !important;
      width: 31px;
      min-width: 31px;
      height: 31px;
    }

    .category-main .catalog__header .block-title {
      padding-top: 0;
      font-size: 31px;
      line-height: 1.2;
    }
  }

  @media (max-width: 767px) {
    .category-main .catalog-item__list {
      margin-top: 12px;
      margin-left: 3px;
    }

    .category-main .catalog-item__list .list-element {
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 6px;
      font-weight: bold;
      -ms-transform: scale(1.1, 1);
    }

    .catalog-item__list .list-element:before {
      top: -1px !important;
      width: 15px;
      min-width: 15px;
      height: 15px;
    }

    .category-main .catalog__header {
      min-height: 85px;
    }

    .category-main .catalog__header .block-title {
      display: flex;
      align-items: center;
      padding: 0;
      font-size: 18.6px;
    }
  }

  .category-product .product-slide__title {
    padding-bottom: 27px;
    font-size: max(2vw, 48px);
    /*letter-spacing: 1.4px;*/
    text-align: center;
  }

  .category-product .product-slide__title .subtitle {
    font-size: 32px;
    letter-spacing: initial;
  }

  .category-product .product-slide__body {
    margin-left: 27.8%;
  }

  .category-product .product-header {
    padding-left: 0;
  }

  .category-product .product-slide__body {
  }

  .category-product .product-title {
    max-width: 600px;
    padding-top: 5px;
    letter-spacing: 1px;
  }

  .category-product .product-wrapper {
    padding-top: 4.1%;
    padding-left: 4.5%;
  }

  .category-product .product-wrapper .product-icon {
    margin-right: 35px;
    max-width: initial;
  }

  .category-product .product-slide__image {
    margin-left: -2px;
    margin-top: -28px;
  }

  .category-product .product-buttons_wrapper {
    width: 100%;
    margin-left: -3%;
    margin-top: -65px;
  }

  .category-product .details-button {
    width: 100%;
    height: 47px;
    max-width: 358px;
    padding: 5px 15px;
    margin-bottom: 25px;

    font-size: 22px;
    font-style: italic;
    line-height: 37px;
    letter-spacing: 0.4px;

    border-width: 1px;
  }

  .category-product .details-button_discount {
    font-size: 30px;
    padding: 5px 15px;
    max-width: 428px;
    width: 100%;
    height: 58px;
    line-height: 43px;
    letter-spacing: 1px;
  }

  @media (max-width: 1023px) {
    .category-product .product-wrapper {
      padding-left: 0;
    }

    .category-product .product-header {
      padding-left: 39px;
    }

    .category-product .product-slide__title {
      padding-bottom: 40px;
      font-size: max(2vw, 60px);
    }

    .category-product .product-slide__title .subtitle {
      display: block;
      font-size: 48px;
    }

    .category-product .product-slide__body {
      margin-left: 0;
    }

    .category-product .product-wrapper .product-icon {
      max-width: 238px;
      max-height: none;
    }

    .category-product .product-title {
      max-width: initial;
      padding-top: 14px;
      font-size: 27px;
      letter-spacing: 1px;
    }

    .category-product .product-slide__image {
      margin-left: 0;
      margin-top: -3px;
      padding-right: 15px;
      text-align: center;
    }

    .category-product .product-slide__image img {
      max-height: 451px;
      width: auto;
    }

    .category-product .product-buttons_wrapper {
      width: 100%;
      max-width: 610px;
      margin-top: -24px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      margin-left: auto;
    }

    .category-product .details-button_discount {
      font-size: 30px;
      max-width: 430px;
      margin: 0 auto;
    }

    .category-product .product-wrapper .owl-dots {
      bottom: inherit;
      width: 100%;
      max-width: 593px;
      left: 0;
      right: 0;
      margin-left: auto;
      top: 75%;
    }

    .category-product .product-slide__inner {
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .product-wrapper .owl-next {
      padding-right: 0;
    }

    .owl-carousel .owl-stage {
      display: flex;
    }

    .product-slide {
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .category-product .product-slide__body {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .category-product .product-buttons_wrapper {
      /*height: 100%;*/
      justify-content: flex-end;
    }
  }

  @media (max-width: 959px) {
  /*.category-product-girl {
    background-image: none !important;
  }*/

  .category-product .product-slide__title {
    padding-bottom: 40px;
    font-size: max(2vw, 48px);
  }

  .category-product .product-slide__title .subtitle {
    font-size: 32px;
  }

  .category-product .product-header {
    padding-left: 0;
    flex-grow: 1;
  }

  .category-product .product-buttons_wrapper {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .category-product .product-slide__image {
    margin-left: 0;
    margin-top: 0;
    padding-right: 0;
  }

  .category-product .product-wrapper .owl-dots {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section-fh.page_article .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .category-product-girl {
    position: relative !important;
    min-height: 290px;
  }

  .section-fh.page_article.category-product .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .category-product .product-wrapper {
    padding-top: 28px;
  }

  .category-product .product-slide {
    margin: 0;
    padding: 0;
    padding-bottom: 32px;
    background-position: bottom -10px left;
  }

  .category-product .product-slide__inner {
    max-width: 320px;
    margin: 0 0;
    padding: 0 15px;
  }

  .category-product .product-slide:first-child .product-slide__title .subtitle {
    display: inline-block;
  }

  .category-product .product-slide:not(:first-child) {
  }

  .category-product .product-title {
    font-size: 14px;
    padding-top: 7px;
    font-weight: 600;
    letter-spacing: initial;
  }

  .category-product .product-slide__title {
    padding-bottom: 0px;
    padding-left: 6px;
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: bold;
    line-height: 0.9;
    text-align: left;
  }

  .category-product .product-slide__title .subtitle {
    display: block;
    font-size: 14px;
  }
  .category-product .products-slider .product-slide__title .subtitle {
    font-size: 25px;
  }

  .category-product
  .product-wrapper
  .product-slide:not(:first-child)
  .product-slide__title {
    margin-bottom: 16px;
  }

  .category-product
  .product-wrapper
  .product-slide:not(:first-child)
  .product-header {
    padding-left: 4px;
  }

  .category-product .product-wrapper .product-icon {
    max-width: 88px;
    width: 100%;
    margin-right: 5px;
  }

  .category-product .product-wrapper .product-slide .product-icon {
    max-width: 42px;
    margin-right: 8px;
  }

  .category-product .product-header {
    margin-bottom: 3px;
  }

  .category-product .product-slide__body {
    position: relative;
  }

  .category-product .product-slide__image {
    margin-right: -60px;
  }
  .category-product .product-slide:nth-child(1) .product-slide__image {
    margin-right: -84px;
  }

  .category-product .product-slide__image img {
    max-height: 180px;
  }

  .category-product .product-buttons_wrapper {
    position: absolute;
    top: initial;
    right: initial;
    bottom: 10px;
    left: 8px;
    height: auto;
    align-items: flex-start;
  }

  .category-product .details-button {
    width: 100%;
    height: 19px;
    max-width: 84px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: initial;
    padding: 0;
    margin-bottom: 18px;
  }

  .category-product .details-button_discount {
    max-width: 135px;
    font-size: 12px;
    margin-left: 0;
    padding: 0;
    height: 27px;
    line-height: 1;
  }

  .category-product .details-button,
  .category-product .details-button_discount {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
}

.category-expert {
  padding-top: 57px;
  background-color: #ad0469;
}

@media (min-width: 1024px) {
  .product-page .expert,
  .category-expert .expert {
    margin: 0 auto;
    max-width: 1050px;
    padding-top: 4.8%;
    flex-wrap: nowrap;
  }

  .product-page .expert {
    max-width: 1100px;
    padding-top: 3.6%;
    padding-bottom: 53px;
  }

  .category-expert .container-title {
    font-size: 48px;
    letter-spacing: 2.7px;
  }

  .category-expert .expert-image {
    margin-top: 11px;
    margin-left: 0;
    width: 235px;
    min-width: 235px;
  }

  .category-expert .expert-image img {
    /*border: 2px solid #fff;*/
  }

  .category-expert .expert-info {
    padding-right: 0;
  }

  .category-expert .expert-text {
    min-width: 802px;
    padding-top: 52px;
    font-size: 21px;
    font-style: italic;
    line-height: 25px;
  }

  .product-page .expert-text {
    padding-top: 20px;
  }

  .category-expert .expert-wrapper {
    width: calc(100% - 120px);
    margin-left: auto;
    padding-left: 35px;
  }

  .category-expert .expert-name,
  .category-expert .expert-info,
  .category-expert .expert-text {
    padding-left: 0;
  }

  .category-expert .expert-text p:not(:last-child) {
    margin-bottom: 11px;
  }
}

@media (max-width: 1023px) {
  .category-product-girl {
    background: none;
  }
  .category-expert {
    padding-top: 25px !important;
  }

  .category-expert .container-title {
    font-size: 52px;
  }

  .category-expert .expert {
    flex-wrap: wrap;
    padding: 19px 0 20px;
  }

  .category-expert .expert-wrapper {
    width: calc(100% - 233px);
  }

  .category-expert .expert-image {
    margin-top: 10px;
  }

  .category-expert .expert-wrapper .expert-name,
  .category-expert .expert-wrapper .expert-info,
  .category-expert .expert-wrapper .expert-text {
    margin-left: 26px;
  }

  .category-expert .expert-text:before {
    /*left: -84px;
        top: -3px;*/
      }

      .category-expert .expert-text {
        margin-top: 28px !important;

        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.2;
      }

      .expert-text p:not(:last-child) {
        margin-bottom: 9px;
      }
    }

    @media (max-width: 1199px) {
      .category-expert .expert-text {
        min-width: auto;
      }

      .header-nav__burger {
        margin-left: 0;
      }
    }

    @media (max-width: 959px) and (min-width: 768px) {
      .category-expert .expert-text:before {
    /*left: 185px;
        top: -143px;*/
      }
    }

    @media (max-width: 767px) {
      .category-expert {
        padding-top: 16px !important;
      }

      .category-expert .expert {
        flex-wrap: wrap;
        padding: 19px 0 29px;
      }

      .category-expert .expert-image {
        margin-top: 0;
      }

      .category-expert .expert-wrapper .expert-name,
      .category-expert .expert-wrapper .expert-info,
      .category-expert .expert-wrapper .expert-text {
        margin-left: 11px;
      }

      .category-expert .expert-wrapper .expert-name {
        margin-top: -2px;
      }

      .category-expert .expert-wrapper {
        width: calc(100% - 78px);
        padding: 0 0 8px;
      }

      .category-expert .expert-text {
        margin-top: 0 !important;
        font-size: 16px;
        letter-spacing: -0.7px;
        padding-left: 0;
      }

      .expert-text p:not(:last-child) {
        margin-bottom: 7px;
      }
    }

    .category-question-comment {
      min-height: inherit !important;
    }

    .category-question-comment .question {
      padding-top: 60px;
    }

    .category-question-comment .question-title {
      padding-bottom: 12px;
      font-size: 53px;
    }

    .category-question-comment .question-info {
      font-size: 20px;
      line-height: 1.1;
      padding: 0;
      max-width: 875px;
      margin: 0 auto 22px;
    }

    .category-question-comment .question .modal-button {
      max-width: 359px;
      width: 100%;
    }

    .category-question-comment .question .notice {
      max-width: 470px;
      margin: 34px auto 0;
    }

    .category-question-comment .comments {
      padding-top: 50px;
    }

    .category-question-comment .comment-title {
      font-size: 48px;
      letter-spacing: 3px;
    }

    .category-question-comment .comment-slide {
      padding: 30px 0;
      max-width: 690px;
      margin: 0 auto;
      font-size: 19px;
      line-height: 1.2;
      letter-spacing: 0.45px;
    }

    .category-question-comment .comment-slide:before {
      top: 0;
      left: -79px;
    }

    .category-question-comment .comment-slide:after {
      right: -72px;
      bottom: 0;
    }

    .category-question-comment .comment-name {
      padding-top: 37px;
      margin-right: 5.2%;
    }

    @media (max-width: 1023px) {
      .category-question-comment .question {
        padding-top: 57px;
      }

      .category-question-comment .comments {
        padding-top: 27px;
        padding-bottom: 10px;
      }

      .category-question-comment .comment-slide {
        padding: 20px 0 0;
      }

      .category-question-comment .comment-text {
        min-height: auto;
        padding-top: 0;
        max-width: 100%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1.34;
      }

      .category-question-comment .comment-slide:before {
        top: 20px;
        left: -79px;
      }

      .category-question-comment .comment-slide:after {
        right: -55px;
        bottom: 10px;
      }

      .category-question-comment .comment-name {
        padding-top: 10px;
        max-width: 70%;
        margin: 0 auto;
      }
    }

    @media (max-width: 959px) {
      .category-question-comment .comments {
        padding-top: 30px;
        padding-bottom: 30px;
      }

      .carousel-wrapper {
        padding: 0 !important;
      }

      .category-question-comment .comment-slide {
        max-width: 100%;
        padding: 20px 0 0;
      }

      .category-question-comment .comment-text {
        max-width: 77%;
      }

      .category-question-comment .comment-slide:before {
        top: -16px;
        left: 10px;
      }

      .category-question-comment .comment-slide:after {
        right: 10px;
        bottom: -10px;
      }
    }

    @media (max-width: 767px) {
      .category-question-comment .question-title,
      .category-question-comment .comment-title {
        font-size: 26px;
        letter-spacing: 1px;
      }

      .category-question-comment .question-info {
        margin: 0 auto 18px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 15px;
      }

      .category-question-comment .question {
        padding-top: 23px;
      }

      .category-question-comment .question-title {
        margin-bottom: 0;
      }

      .category-question-comment .question .notice {
        max-width: 190px;
        margin: 15px auto 0;
      }

      .category-question-comment .question .notice b {
        display: block;
      }

      .category-question-comment .question .modal-button {
        max-width: 249px;
        width: 100%;
        border-radius: 10px;
      }

      .category-question-comment .comments {
        padding-top: 47px;
        padding-bottom: 30px;
      }

      .category-question-comment .comment-slide {
        max-width: 100%;
        padding: 10px 10px 20px;
        padding-left: 15px;
      }

      .category-question-comment .comment-text {
        font-size: 15px;
      }

      .comment-slide:before,
      .comment-slide:after {
        width: 35px;
      }

      .category-question-comment .comment-name {
        padding-top: 3px;
        margin-right: 16%;
      }
    }

    @media (min-width: 1023px) and (max-height: 960px) {
      .menu-link {
        font-size: 24px;
      }

      .section-fh .product-page__title {
        min-height: auto;
        font-size: 45px;
        line-height: 0.8;
      }

      .section-fh .product-page__title .subtitle {
        font-size: 32px;
      }

      .section-fh .product-page__title.title__big {
        font-size: 50px;
      }

      .section-fh .product-page__title.title__big .subtitle {
        font-size: 40px;
      }

      .section-fh .product-page-title__icon img {
        max-height: 80px;
      }

      .category-main .list-element {
        font-size: 24px;
      }

      .category-main .list-element:before {
        top: 2px;
      }
    }

    .product-page__main {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .product-page__main .header__nav {
      padding: 37px 0 0;
    }

    .product-page__main .product-item__list {
      margin-top: 38px;
    }

    .product-item__list .list-element {
    }

    .product-image__picture {
      display: inline-block;
      margin-bottom: 17px;
      margin-left: 20px;
    }

    .product-page__title {
      color: #7c014a;
      font-size: 58px;
      font-weight: bold;
      text-align: left;
      padding-left: 22px;
      line-height: 56px;
      margin-top: -10px;
      display: flex;

      min-height: 134px;
    }

    .product-page__title .subtitle {
      font-size: 42px;
      display: inline-block;
      margin-left: 6px;
      line-height: initial;
    }

    .product-page__title.title__big .subtitle {
      font-size: 42px;
    }

    .product-page__title .spec-symbol {
      font-size: 32px;
    }

    .product-page-title__icon {
      margin-right: 20px;
    }

    .product-page-title__text h1 {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      font-style: normal;
      text-align: inherit;
  /*  padding-left: 22px;
  margin-top: -10px;
  display: flex;
  min-height: 134px;*/
}

.product-page__main .product-image {
  position: relative;
  text-align: center;
  z-index: 9;
}

.product-page__main .product-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 192px;
  text-align: center;
  z-index: 1;
  background: url("../img/product-page-gradient-pink.png") no-repeat center
  bottom,
  url("../img/product-page-gradient-white.png") no-repeat center bottom;
  background-size: cover;
}
.section-efficiency .section-efficiency-item {
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .product-page__main .product-image:after {
    height: 182px;
    background: url("../img/product-page-gradient-tablet-pink.png") no-repeat
    center bottom,
    url("../img/product-page-gradient-tablet-white.png") no-repeat center
    bottom;
  }
}

@media (max-width: 767px) {
  .product-page__main .product-image:after {
    height: 132px;
    background: url("../img/product-page-gradient-mobile-pink.png") no-repeat
    center bottom,
    url("../img/product-page-gradient-mobile-white.png") no-repeat center
    bottom;
  }
}

@media (max-width: 575px) {
  .product-page__main .product-image:after {
    /*background-size: 100%;*/
  }
}

.section-fh .product-image .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.other .owl-prev {
  background: url(../img/prev-w.png);
  float: left;
}

.other .owl-next {
  background: url(../img/next-w.png);
  float: right;
}

.section-efficiency-item:nth-child(1):after {
  content: url(../img/flower.png);
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  z-index: 99;
  text-align: center;
}
@media (max-width: 1024px) {
	.section-fh .product-page__title {
	font-size: 44px;
}
.product-page__title.title__big .subtitle {
    font-size: 40px;
}
	.polit-vitamins .product-image .logo_stamp {
	right: 13%;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
  .product-page__main .product-item__list {
    margin-top: 35px;
    margin-left: 3px;
  }

  .section-fh .product-item__list .list-element:before {
    width: 43px;
    height: 43px;
    padding: 0;
    margin-right: 19px;
    top: 3px;
  }

  .section-fh .product-image .container {
    align-items: initial;
  }

  .product-image__picture {
    margin-bottom: 15px;
    margin-left: 45px;
  }

  .product-page .details-button_discount {
    left: 85px;
    bottom: 38px;
    max-width: 420px;
    width: 100%;
  }

  .product-info {
    padding-top: 36px;
  }

  .info-item {
    /*padding-top: 0;*/
  }

  .info-item-list .list-element:not(:last-child) {
    margin-bottom: 5px;
  }

  .info-item:nth-child(1) {
    /*background-position: right -120px bottom !important;*/
  }

  .info-item:nth-child(1) .info-item-content {
    padding-bottom: 40px;
  }

  .info-item:nth-child(2) {
    padding-top: 37px;
    /*background-position: right -100px bottom !important;*/
  }

  .info-item:nth-child(2) .info-item-content {
    padding-bottom: 38px;
  }

  .info-item:nth-child(2) .info-item-text {
    margin-top: -90px;
  }

  .info-item:nth-child(3) {
    /*background-position: right -90px bottom !important;*/
  }

  .info-item:nth-child(3) .info-item-content {
    /*padding-top: 55px;
        padding-bottom: 80px;*/
      }

      .info-item:nth-child(3) .info-item-title__icon {
        margin-right: 22px;
      }

      .product-page.experts {
        padding-top: 34px !important;
      }

      .product-page .expert-wrapper .expert-name,
      .product-page .expert-wrapper .expert-info,
      .product-page .expert-wrapper .expert-text {
        margin-left: 61px;
      }

      .product-page .expert-image {
        margin-top: 20px;
      }

      .product-page .expert-wrapper {
        margin-top: 8px;
      }

      .product-page .expert-text {
        margin-top: 9px !important;
        font-size: 19px;
        letter-spacing: 0;
        line-height: 1.25;
      }

      .product-page .expert {
        flex-wrap: wrap;
        padding: 19px 0 35px;
      }

      .section-rec {
        padding: 33px 0 72px;
      }

      .section-rec .container {
        max-width: 885px !important;
      }

      .section-title {
        letter-spacing: 1.8px;
      }

      .section-text {
        font-size: 18px;
        line-height: 1.25;
        font-weight: normal;
      }

      .section-text ol li {
        margin-bottom: 10px;
      }

      .section-indicators .container {
        max-width: 100% !important;
        padding: 0;
      }

      .section-efficiency__subtitle {
        max-width: 768px;
        margin: 0 auto;
      }

      .section-efficiency-item:nth-child(1)
      [data-efficiency-lvl-items="2"]
      .efficiency-lvl-item {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .section-efficiency-item:nth-child(1)
      [data-efficiency-lvl-items="2"]
      .efficiency-lvl-item:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(../img/shadow-section.png) no-repeat bottom center;
        background-size: cover;
        z-index: -1;
      }

      .section-efficiency-item:nth-child(1)
      [data-efficiency-lvl-items="2"]
      .efficiency-lvl-item:nth-child(1) {
        padding-bottom: 11px;
      }
      .section-efficiency-item:nth-child(1) .efficiency-lvl-item__img svg {
        max-width: 100%;
        height: auto;
        width: 390px;
        margin-top: 31px;
      }

      .section-efficiency-item:nth-child(1)
      [data-efficiency-lvl-items="2"]
      .efficiency-lvl-item:nth-child(2)
      .efficiency-lvl-item__img
      svg {
        width: 460px;
      }


      .section-efficiency-item:nth-child(1) .efficiency-lvl:after {
        display: none;
      }

      .efficiency-lvl-item__img {
        margin-bottom: 23px;
      }
      .section-efficiency-item
      [data-efficiency-lvl-items="3"]
      .efficiency-lvl-item {
        flex: 0 0 45%;
        max-width: 45%;
      }

      .section-efficiency-item:nth-child(2) .efficiency-lvl-item__img {
        margin-bottom: 10px;
      }


      .section-efficiency-item:nth-child(2) .efficiency-lvl-item__text {
        font-size: 22px;
        /*text-align: left;*/
        letter-spacing: 0.7px;
      }

      .section-efficiency-item:nth-child(2)
      .efficiency-lvl-item:nth-child(1)
      .efficiency-lvl-item__text {
        margin-left: 0;
      }

      .section-efficiency-item:nth-child(2)
      .efficiency-lvl-item:nth-child(3)
      .efficiency-lvl-item__text {
        margin-left: 0;
      }

      .other-products__title {
        padding-top: 36px;
      }

      .other .carousel-wrapper {
        padding: 0;
      }

      .other .owl-nav {
        top: 50%;
      }

      .product-item__list .list-element {
        letter-spacing: initial;
        line-height: 1.5 !important;
      }
    }

    @media (max-width: 959px) {
      .section-fh .product-item__list .list-element:before {
        width: 35px;
        height: 35px;
        padding: 0;
        margin-right: 19px;
      }

      .main-404 {
        margin-top: 30%;
      }

      .section-fh .product-page .product-page__title {
        align-items: flex-end;
      }

      .section-fh .product-page__title {
        font-size: 40px;
        letter-spacing: initial;
        line-height: 0.8;
      }

      .product-page__title .subtitle {
        font-size: 32px !important;
      }

      .section-fh .product-page__title.title__big {
        font-size: 55px;
      }

      .product-page__title.title__big .subtitle {
        font-size: 42px !important;
      }

      .product-page__main .product-item__list {
        margin-top: 10px;
        margin-left: 3px;
      }

      .product-image .logo_stamp {
        bottom: 50px;
        right: 50px !important;
      }

      .info-item-content {
        max-width: 80%;
      }

      .info-item-text {
        margin-top: -90px;
        margin-left: 140px;
      }

      .other .carousel-wrapper {
        max-width: 100%;
        margin: 0 auto;
      }
      .other .container {
        padding: 0;
      }

      .other .owl-nav {
        top: 40%;
        margin: 0 -10px;
        width: calc(100% + 20px);
        left: 0;
        transform: none;
      }
      .other .owl-next {
        position: absolute;
        right: 0;
        top: 0;
        float: none;
      }
      .other .owl-prev {
        position: absolute;
        left: 0;
        top: 0;
        float: none;
      }

      .other-products__slider .slide-title {
        font-size: 22px;
        line-height: 1;
        margin-top: -40px;
      }

      .info-item-text {
        margin-top: 0 !important;
      }

      [data-efficiency-lvl-items="2"] .efficiency-lvl-item {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

    @media (max-width: 767px) {
      .other .owl-nav {
        top: 29%;
      }
      .other .owl-next {
        position: absolute;
        right: 0;
        top: 0;
        float: none;
      }
      .other .owl-prev {
        position: absolute;
        left: 0;
        top: 0;
        float: none;
      }
      .section-efficiency-item:nth-child(1):after {
        content: url(../img/flower_xs.png);
        bottom: -15px;
      }
      .section-efficiency .section-efficiency-item {
        padding-bottom: 60px;
      }

      .section-fh.product-page,
      .section-fh.other {
        min-height: auto;
        height: 100vh;
        max-height: 590px;
      }

      .section-fh.product-info,
      .product-page.experts {
        background-image: none;
        max-height: initial;
        min-height: auto;
        height: auto;
      }

      .experts:before,
      .experts:after {
        width: 50%;
        background-size: contain;
      }

      .section-fh.page_article .container {
        max-width: 320px !important;
        padding: 0 20px !important;
      }

      .product-page__main .header__nav {
        padding: 10px 0 0;
        flex-direction: row;
        flex-wrap: wrap;
      }

      .product-page .header-nav__burger {
        flex-basis: 100%;
        margin-bottom: 10px;
      }

      .burger-wrapper {
        width: 25px;
      }

      .section-fh .product-page__title {
        flex-wrap: nowrap;
        padding-top: 10px;
        padding-left: 0;
        font-size: 25px;
        letter-spacing: initial;
      }

      .product-page__title .subtitle {
        font-size: 17px !important;
        margin-left: 0;
        letter-spacing: 0.5px;
        white-space: nowrap;
      }

      .section-fh .product-page__title.title__big {
        font-size: 25px;
      }

      .product-page__title.title__big .subtitle {
        font-size: 17px !important;
      }

      .section-fh .product-item__list .list-element:before {
        width: 15px;
        height: 15px;
        background-size: contain;
        margin-right: 7px;
      }

      .section-fh .product-image .container {
        justify-content: flex-end;
        min-height: 132px;
        padding-bottom: 18px !important;
      }

      .product-image__picture {
        position: absolute;
        bottom: 49px;
        margin-bottom: 0;
        margin-left: -4px;
      }

      .section-fh.product-info .container {
        max-width: 100% !important;
        padding: 0 !important;
        overflow: hidden;
        justify-content: flex-start;
      }

      .product-info__header {
        margin-bottom: 20px;
      }

      .info-item:nth-child(1) .info-item-content {
        min-height: 148px;
        padding-top: 0;
      }

      .info-item-list .info-item:nth-child(1) {
        margin-bottom: 20px;
      }

      .info-item:nth-child(2) .info-item-content,
      .info-item:nth-child(3) .info-item-content {
        min-height: 151px;
        padding-top: 0;
      }

      .info-item-list .info-item:nth-child(2) {
        margin-bottom: 17px;
      }

      .info-item-list .info-item:nth-child(2) .info-item-text {
        margin-top: 15px !important;
        margin-bottom: 21px;
      }

      .info-item:nth-child(3) .info-item-title__icon {
        margin-right: 15px;
      }

      .info-item:nth-child(3) .info-item-text {
        margin-top: 15px !important;
        margin-left: 5px;
      }

      .info-item:not(:last-child):after {
        content: "";
        width: 100%;
        height: 125px;
        background: url(../img/shadow.png) no-repeat top left -25vw;
        background-size: 100%;
        position: absolute;
        z-index: 0;
        top: 100%;
        left: 0;
        right: 0;
      }

      .info-item-content:after {
        display: none;
      }

      .info-item-content {
        max-width: 280px !important;
        margin: 0 auto;
      }

      .product-page.experts {
        padding-top: 21px !important;
      }

      .product-page .container-title {
        font-size: 21px !important;
        letter-spacing: 1px;
      }

      .product-page .expert-image {
        margin-left: -2px;
        width: 106px;
      }

      .product-page.category-expert .expert {
        flex-wrap: wrap;
        padding: 13px 0 5px;
      }

      .product-page.category-expert .expert-wrapper {
        width: calc(100% - 106px);
        padding: 0 0 8px;
      }

      .product-page .expert-wrapper .expert-name .text-uppercase {
        display: block;
        font-size: 20px;
      }

      .product-page.category-expert .expert-wrapper .expert-name {
        margin-top: -3px;
      }

      .product-page .expert-name {
        font-size: 17px !important;
      }

      .product-page.category-expert .expert-wrapper .expert-name,
      .product-page.category-expert .expert-wrapper .expert-info,
      .product-page.category-expert .expert-wrapper .expert-text {
        margin-left: 13px;
      }

      .product-page.category-expert .expert-text {
        padding-left: 0;
        padding-bottom: 7px;
        margin-top: 3px !important;
        font-size: 12px;
        letter-spacing: initial;
      }

      .product-page .rating-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
        margin-top: 4px;
        letter-spacing: 1px;
      }

      .product-page .rating-info {
        padding: 15px 15px 22px;
      }

      .section-rec {
        padding: 19px 0;
      }

      .section-indicators .section-efficiency__subtitle {
        margin-top: 0;
        letter-spacing: 1px;
      }

      .section-efficiency__subtitle {
        font-size: 19px;
        line-height: 1;
        margin-bottom: 25px;
      }

      .efficiency-lvl-item__text {
        font-size: 15px;
      }

      .section-indicators .container {
        max-width: 100% !important;
        padding: 0;
      }

      .section-indicators.flower:after {
        bottom: -15px;
      }

      .section-efficiency {
        background: none;
      }

      .section-efficiency__subtitle {
        max-width: 320px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .efficiency-lvl-item__img,
      .efficiency-lvl-item__text {
        position: relative;
        z-index: 1;
      }

      .section-efficiency-item:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(../img/shadow-section.png) no-repeat bottom center;
        background-size: cover;
        z-index: 0;
      }

      .section-efficiency-item .efficiency-lvl:after {
        display: none;
      }

      .section-efficiency-item:nth-child(1) .efficiency-lvl {
        max-width: 320px;
        margin: 0 auto;
        padding: 0 20px;
      }
      .section-efficiency-item:nth-child(2) .efficiency-lvl-item__img,
      .section-efficiency-item:nth-child(2) .efficiency-lvl-item__text {
        max-width: 320px;
        margin: 0 auto;
      }

    }

    @media (max-width: 1023px) {
      .section-fh.category-main .container {
      }
    }

    @media (max-width: 1023px) {
      .section-fh.category-question-comment .container {
        max-width: 100% !important;
        padding: 0 !important;
      }

      .category-question-comment .question,
      .category-question-comment .comments {
        padding-left: 20px;
        padding-right: 20px;
      }
      .efficiency-lvl-item__img img{
        width: 80%;
      }
    }

    @media (max-width: 767px) {
      .section-fh.category-expert.experts .container,
      .category-question-comment .question,
      .category-question-comment .comment-title,
      .category-question-comment .comments .carousel-wrapper {
        max-width: 320px !important;
        margin: 0 auto;
      }

      .section-fh.category-expert.experts .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
      }
    }
    .section-infografick{
      margin: auto;
      text-align: center;
      padding-bottom: 100px;
      padding-top: 100px;
    }
    .section-infografick .textBlock-gor{
      font-size: 32px;
      font-weight: 500;
      padding-bottom: 30px;
      
    }
    .section-infografick.section-efficiency-item:before{
      background-size: 110% !important;
    }
    .efficiency-lvl-item__img img{
      width: 95%;
    }
    @media (max-width: 425px) {
      .section-infografick img{
        width: 80%;
      }
      .section-infografick .textBlock-gor{
        font-size: 24px;
      }
      .efficiency-lvl-item__img img{
        width: 80%;
      }
    }

    .GRAPH_DOP_TITLE {
      width: 100%;
      max-width: 950px;
      display: block;
      padding-bottom: 0px !important;
      margin-top: 50px;
    }
    .GRAPH_DOP_TITLE .dop_1,
    .GRAPH_DOP_TITLE .dop_2,
    .GRAPH_DOP_TITLE .dop_3,
    .GRAPH_DOP_TITLE .dop_4{
      width: 100%;
      display: block;
      text-align: center;
      line-height: 60px;
    }
    .GRAPH_DOP_TITLE .dop_1{
      font-style: italic;
      font-weight: 700;
      font-size: 60px;
      color: #F256A3;
      margin-left: -15%;
    }
    .GRAPH_DOP_TITLE .dop_2{
      font-style: italic;
      font-weight: 700;
      font-size: 60px;
      color: #77003F;
      margin-left: -25%;
    }
    .GRAPH_DOP_TITLE .dop_3{
      font-style: italic;
      font-weight: 700;
      font-size: 60px;
      color: #9D1A67;
      margin-left: -2%;

    }
    .GRAPH_DOP_TITLE .dop_4{
      font-style: italic;
      font-weight: 700;
      font-size: 60px;
      color: #9D1A67;
      margin-left: 5%;
    }
    .section-efficiency-item.new_b{
      padding-bottom: 0px !important;
    }
    .section-efficiency-item.new_b::before{
      background: none;
    }
    .section-efficiency-item.new_b:nth-child(1):after{
      content: "";
    }
    .otpBlock{
      display:block;
      padding-bottom: 40px ; 
      margin-bottom: 40px;
    }
    @media(max-width: 1024px){
      .GRAPH_DOP_TITLE .dop_1,
      .GRAPH_DOP_TITLE .dop_2,
      .GRAPH_DOP_TITLE .dop_3,
      .GRAPH_DOP_TITLE .dop_4{
        font-size: 40px;
        line-height: 45px;
      }
    }
    @media(max-width: 768px){
      .GRAPH_DOP_TITLE .dop_1,
      .GRAPH_DOP_TITLE .dop_2,
      .GRAPH_DOP_TITLE .dop_3,
      .GRAPH_DOP_TITLE .dop_4{
        font-size: 36px;
        line-height: 36px;
        margin: auto;
      }
      .otpBlock{
        display:block;
        padding-bottom: 5px ; 
        margin-bottom: 5px;
      }
      .info-item-list{
        padding-bottom: 10px;
      }
	.polit-vitamins .product-image .logo_stamp {
	right: 5%;
}
    }

/*Унткальные стили для страницы Укрепление Костной Ткани*/

@media(max-width: 767px){
  .page_article.product-page.product-page__main.section-fh.flower.ukreplenie-kostnoy-tkani .product-page__title{
    padding-top: 0px;
    margin-top: -50px;
    line-height: 26px;
  }
  .page_article.product-page.product-page__main.section-fh.flower.ukreplenie-kostnoy-tkani .product-page__title span span{
    font-size: 14px;
    position: relative;
    top: -7px;
  }
  .ukreplenie-kostnoy-tkani .product-page-title__icon + .product-page__title {
    max-width: calc(100% - 55px);
  }
  .ukreplenie-kostnoy-tkani.section-fh .list-element .fadeIn.wow{
    width: 45%;
  }
  .ukreplenie-kostnoy-tkani.section-fh .product-image{
    top: -8%;
  }
  .ukreplenie-kostnoy-tkani.flower:after{
    bottom: 35px;
  }
  section.ukreplenie-kostnoy-tkani {
    margin-top: -35px;
  }
  section.ukreplenie-kostnoy-tkani .efficiency-sostav-item-text{
    width: 70%;
    text-align: center;
    margin-bottom: 5px;
  }
  section.ukreplenie-kostnoy-tkani .section-efficiency-item:before {
   display: block; 
 }
 section.ukreplenie-kostnoy-tkani .section-efficiency-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/shadow-section.png) no-repeat bottom center;
  background-size: cover !important;
  z-index: -1;
}
}
@media(max-width: 500px){
  .ukreplenie-kostnoy-tkani .info-item-list .info-item {
    background-size: 53% !important;
    text-align: center;
  }
}

/*Унткальные стили для страницы Антистресс™ Усиленная Формула*/
/*Унткальные стили для страницы Энерго-Тоник™*/

.energo-tonik .section-efficiency-item .efficiency-sostav{
  max-width: 1100px;
}
.energo-tonik .efficiency-sostav-item-img {
  max-width: 253px;
}
.energo-tonik .efficiency-sostav-item-text {
  width: calc(100% - 280px);
}

.energo-tonik .GRAPH_DOP_TITLE .dop_1 {
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: 13px;
  color: #F256A3;
  margin-left: -11%;
}
.energo-tonik .GRAPH_DOP_TITLE .dop_1 .nuber {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 125px;
  line-height: 13px;
  position: absolute;
  top: 30px;
}
.energo-tonik .GRAPH_DOP_TITLE .dop_1 .text{
  padding-left: 7%;
}
.energo-tonik .GRAPH_DOP_TITLE .dop_2{
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 42px;
  line-height: 100px;
  color: #77003F;
  margin-left: 0%;
}

@media(max-width: 768px){
  .energo-tonik .GRAPH_DOP_TITLE .dop_1 {
    font-size: 50px;
  }
  .energo-tonik .GRAPH_DOP_TITLE .dop_1 .nuber {
    font-size: 125px;
  }
  .energo-tonik .GRAPH_DOP_TITLE .dop_1 .text{
    padding-left: 10%;
  }
  .energo-tonik .GRAPH_DOP_TITLE .dop_2{
    font-size: 35px;
    margin-left: 4%;
  }
}
@media(max-width: 767px){
  .energo-tonik .GRAPH_DOP_TITLE .dop_1 .nuber {
    line-height: 13px;
    top: 18px;
    left: 25px;
  }
  .energo-tonik .GRAPH_DOP_TITLE .dop_1 .text {
    padding-left: 15%;
    font-size: 40px;
  }
  .energo-tonik .GRAPH_DOP_TITLE .dop_2 {
    font-size: 22px;
    margin-left: 4%;
    line-height: 54px;
  }
  .energo-tonik .GRAPH_DOP_TITLE .dop_1 .nuber {
    font-size: 80px;
  }
}
@media(max-width: 575px){


  span.nuber {
    font-size: 48px;
  }

  .energo-tonik .efficiency-sostav-item-img,
  .antistress-usilennaya-formula_stop .efficiency-sostav-item-img{
    width: 100%;
    padding-right: 0%;
  }
  .energo-tonik .efficiency-sostav-item-text,
  .antistress-usilennaya-formula_stop .efficiency-sostav-item-text{
    width: 100%;
  }
  .energo-tonik .section-efficiency-item,
  .antistress-usilennaya-formula_stop .section-efficiency-item{
    padding-left: 0%;
    padding-right: 0%;
  }
  .energo-tonik .efficiency-sostav-item-text span,
  .antistress-usilennaya-formula_stop .efficiency-sostav-item-text span {
    font-size: 22px;
    line-height: 20px;
  }
  .energo-tonik .efficiency-sostav-item-text,
  .antistress-usilennaya-formula_stop .efficiency-sostav-item-text{
    font-size: 14px;
  }
  .efficiency-sostav-item-img img {
    padding: 0px !important;
    max-width: 230px !important;
    display: block;
  }
  .efficiency-sostav-item-img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .energo-tonik .efficiency-sostav-item,
  .antistress-usilennaya-formula_stop .efficiency-sostav-item{
    align-items: flex-start;
  }
  section.energo-tonik.section-efficiency-item:before,
  section.antistress-usilennaya-formula_stop .section-efficiency-item:before {
    display: block; 
  }
  section.energo-tonik .section-efficiency-item:before,
  section.antistress-usilennaya-formula_stop .section-efficiency-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/shadow-section.png) no-repeat bottom center;
    z-index: -1;
  }
  .energo-tonik .section-efficiency-item.new_b:before,
  section.antistress-usilennaya-formula_stop .section-efficiency-item.new_b:before {
    display: none;
  }
}

@media(max-width: 500px){
  .energo-tonik .info-item-list .info-item,
  .antistress-usilennaya-formula_stop .info-item-list .info-item {
    background-size: 45% !important;
    text-align: center;
  }

  span.nuber {
    font-size: 26px;
  } 
}
@media(max-width: 375px){
  .GRAPH_DOP_TITLE .dop_1, .GRAPH_DOP_TITLE .dop_2, .GRAPH_DOP_TITLE .dop_3, .GRAPH_DOP_TITLE .dop_4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media(max-width: 320px){
  .energo-tonik .GRAPH_DOP_TITLE .dop_2 {
    font-size: 20px;
  }
}
/*Унткальные стили для страницы Пренатал Оптима™*/
/*Раздел элемнтов*/
.subtitle.bannerItem {
  margin-top: -15px;
  display: block;
}

@media (max-width: 900px) {
  .modal-var__wrap {
    transform: scale(.8);
  }
}
/* start modal-var */

.modal-var {
  justify-content: center;
}

.modal-var__wrap {
  position: relative;
}

.modal-var__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.modal-var__close {
  top: 348px !important;
  right: 82px !important;
  z-index: 2;
  width: 54px !important;
  height: 54px !important;
  opacity: 0;
}

.modal-var__close._2 {
  top: 196px !important;
  right: 230px !important;
}

/* start modal-var */

@media (max-width: 767px){
  .antistress-usilennaya-formula_stop .info-item-list .info-item {
    background-size: 62% !important;
    background-position: bottom right -35px !important;
  }
  .category-product .product-slide__inner{
    margin: auto;
  }
  .category-product .product-slide__title{
    text-align: center;
  }
  .category-product-girl.custStyle:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .section-indicators .section-efficiency__subtitle.with-second {
    padding-top: 50px;
    font-size: 24px;
  }
  .section-indicators .section-efficiency__subtitle.with-second:last-child {
    padding-top: 0px;
  }
  .modal.open {
    background: rgba(0, 0, 0, 0.8);
  }
  .modal-var__wrap {
    transform: scale(.47);
  }
  .modal-var__close {
    top: 339px !important;
    right: 69px !important;
    width: 90px !important;
    height: 90px !important;
  }
  .modal-var__close._2 {
    top: 182px !important;
    right: 210px !important;
  }
  .section-indicators .section-efficiency__subtitle__second {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 390px){
  .modal-var__wrap {
    transform: scale(.42);
  }
}
.products-slider .owl-stage {
  transition: none !important;
}



/* start modal-var */
@media screen and (max-width: 360px) {
  .modal-var__wrap {
    transform: scale(.39);
  }
}

.modal-var.modal.open {
  display: none !important;
}


/* end modal-var */

@media (min-width: 1200px) {
  .info-item-title__icon {
    max-width: 130px;
    min-height: 126px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
  .container {
    max-width: 768px !important;
    padding: 0 40px;
  }
  .add_logo {
    right: 57px;
    width: 166px;
  }
  .add_logo {
    right: 10px;
  }
  .age .catalog-decor,
  .pausa .catalog-decor,
  .stress .catalog-decor {
    display: none;
  }
  .article_delimeter {
    background: url("../img/articleimg_tablet.jpg") no-repeat top center;
    height: 287px;
  }
  .beauty {
    background-position-x: 78%;
  }
  .block-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    padding-top: 20px;
  }

  .header .block-title {
    font-size: 39px;
    line-height: 96px;
    padding: 0;
    /*padding-bottom: 20px;*/
  }
  .burger_bar {
    height: 6px;
  }
  .buttons-wrapper {
    flex-direction: column;
  }
  .buttons-wrapper .button {
    margin-top: 10px;
  }
  .captcha {
    max-width: 84%;
  }
  .carousel-wrapper {
    margin-bottom: 50px;
  }
  .carousel-wrapper {
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  .catalog {
    padding: 0;
    min-height: 940px;
  }
  .catalog__content {
    padding-top: 35px;
    padding-bottom: 29px;
  }
  .catalog__header .container {
    /*padding: 20px 0;*/
  }
  .catalog__title {
    display: block;
    padding: 20px 0 14px;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin: 20px auto 0;
    background: #fff;

    font-size: 26px;
    letter-spacing: 0.7px;
  }
  .catalog-title__numbers {
    font-size: 50px;
  }
  .catalog-title__bold {
    display: block;
    font-size: 33px;
    letter-spacing: 1px;
  }
  .catalog-decor {
    left: 0;
    max-width: 100%;
    bottom: 46px;
  }
  .catalog-item {
    width: 100%;
    webkit-border-radius: 0 54px 0 54px;
    border-radius: 0 54px 0 54px;
    margin-bottom: 16px;
    margin-left: 10px;
  }
  .catalog-item__list .list-element {
    font-size: 23px;
    line-height: 1.6;
  }
  .catalog-item__list .list-element:before {
    top: 2px;
  }
  .catalog-item__list .list-element br {
    display: none;
  }
  .catalog-item__title {
    padding-top: 0;
    font-size: 60px;
  }
  .catalog-item__title .title-img {
    width: 103px;
    margin-right: 20px;
  }
  .catalog-main {
    background-position: bottom left -55vw;
    background-size: 220%;
  }
  .catalog-main .subtitle {
    font-size: inherit;
  }
  .catalog-nav {
    padding-left: 15px;
  }
  .catalog-nav {
    padding-bottom: 36px;
  }
  .category {
    padding: 0;
    min-height: 1000px;
    background-position: bottom -50px center;
    background-color: #d4dce7;
  }
  .category .block-title {
    line-height: normal;
    padding: 35px 160px 40px 0;
  }
  .category .catalog-item__list .list-element {
    font-size: 24px;
  }
  .category .header__nav {
    padding: 25px 0;
  }
  .category .logo_stamp {
  }
  .category__header {
    width: 100%;
  }
  .category__header:after {
    display: none;
  }
  .category-page__title {
    font-size: 60px;
  }
  .comments {
    padding-bottom: 0;
  }
  .comments {
    padding: 30px 0;
    background: url(../img/shadow.png) no-repeat center top;
  }
  .comments .carousel-wrapper {
    margin-bottom: 0;
  }
  .comment-slide:after {
    right: -20px;
  }
  .comment-slide:before {
    left: -20px;
  }
  .comments-slider .owl-item:after {
    right: 32px;
    bottom: -105px;
  }
  .comments-slider .owl-item:before {
    left: 0;
  }
  .comment-text {
    min-height: auto;
    padding-top: 0;
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
  }
  .comment-title {
    margin-bottom: 20px;
  }
  .comment-title,
  .question-title {
    font-size: 45px;
  }
  .details-button {
    font-size: 14px;
    border-radius: 10px;
    line-height: 29px;
    padding: 0 30px;
  }
/*  .details-button_discount {
    font-size: 21px;
    margin-top: 0;
    line-height: 44px;
    width: auto;
    margin-right: 20px;
    border-radius: 10px;
  }*/
  .efficiency-list-item {
    padding: 0 3px;
  }
  .efficiency-list-item__circle {
    width: 127px;
    height: 127px;
  }
  .efficiency-list-item__text {
    font-size: 14px;
  }
  .efficiency-list-item__value {
    font-size: 33px;
  }
  .efficiency-lvl:after {
    width: calc(100% + 80px);
    left: -40px;
  }
  .efficiency-lvl-item__text {
    font-size: 22px;
  }
  .expert {
    background-size: 80%;
    padding: 33px 0 20px;
    display: flex;
  }
  .expert-image {
    margin-left: 0;
  }
  .experts {
    padding-top: 35px;
  }
  .expert-text {
    padding-left: 0;
    width: 100%;
    font-size: 17px;
    padding-bottom: 26px;
  }
  .expert-text:before {
    /*left: 140px;
        top: -80px;*/
      }
      .expert-video {
        float: none;
        width: 100%;
      }
      .expert-wrapper {
        padding: 0;
        min-height: unset;
      }
      .expert-wrapper .expert-info {
        margin-bottom: 10px;
      }
      .expert-wrapper .expert-name .text-uppercase {
        display: inline;
      }
      .expert-wrapper .expert-name,
      .expert-wrapper .expert-info,
      .expert-wrapper .expert-text {
        padding: 0;
        margin-left: 40px;
        width: auto;
      }
      .expert-wrapper .expert-text {
        margin-left: -225px;
        margin-top: 0;
      }
      .footer-address,
      .info-text {
        width: 100%;
        max-width: unset;
        padding-left: 10px;
        padding-top: 10px;
      }
      .footer-info {
        display: block;
        margin-top: 28px;
        padding: 0 15px 10px 10px;
      }
      .footer-links {
        padding: 0;
        padding-top: 12px;
        padding-bottom: 31px;
      }
      .footer-links .links-title {
        font-size: 21px;
        /*font-weight: normal;*/
        margin-top: 20px;
      }
      .footer-links__wrapper {
        width: 44%;
        padding-left: 19px;
      }
      .footer-stamp {
        float: left;
        width: 131px;
        margin-left: 7px;
      }
      .footer-text {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 28px;
        padding-top: 0;
        margin-top: -7px;
      }
      .footer-warning {
        padding: 30px 46px 14px;
      }
      .header {
        /*min-height: 1000px;*/
        padding: 0;
      }
      .canvas-title {
        font-size: 16px;
        line-height: initial;
        padding-top: 0px;
      }
      .canvas-wrap {
        height: 129px;
        /* max-width: 144px; */
      }
      #canvas canvas {
        /* width: 126px !important; */
        /* height: 90px !important; */
        height: 112px !important;
        width: 126px !important;
      }
      .plane {
        /* width: 110px; */
        /* height: 75px; */
      }
      .stamp-title {
        font-size: 20px;
        position: relative;
      }
      .header__logo {
        margin: 0;
        width: 100%;
      }
      .header-nav__burger + .header__logo {
        margin: 20px;
        min-height: 417px;
      }
      .header__nav {
        padding: 28px 0 0;
        flex-direction: column;
      }
      .header_products {
        background: url(../img/header_prod_desc.png) no-repeat top;
        background-size: 100%;
        height: 218px;
      }
      .header-nav__burger {
    /*width: 46px;
        min-width: 46px;*/
        margin-left: 2px;
      }
      .health .block-title br,
      .beauty .block-title br,
      .age .block-title br,
      .pausa .block-title br,
      .stress .block-title br {
        display: initial;
      }
      .health .block-title,
      .beauty .block-title,
      .age .block-title,
      .pausa .block-title,
      .stress .block-title {
        display: flex;
        align-items: center;
        padding: 10px;
        min-height: 135px;
        line-height: normal;
      }
      .health,
      .age,
      .pausa,
      .stress,
      .beauty,
      .category .header__nav {
        padding: 25px 0;
      }
      .hidden-sm {
        display: none;
      }
      .info-item_bg {
        width: 60%;
      }
      .info-item-content {
        padding-left: 0;
      }
      .info-item-icon {
        max-width: initial;
        height: auto;
      }
      .info-item-list {
        margin-top: 45px;
        margin-left: 0;
        min-height: 100px;
        padding-bottom: 0px;
      }
      .section-efficiency .section-efficiency-item {
        padding-bottom: 60px;
      }
      .info-item-list .list-element:before {
        min-width: 12px;
        margin-right: 19px;
      }
      .info-item-text {
        margin-top: -100px;
        margin-left: 166px;
      }
      .info-item-title {
      }
      .info-item-title__icon {
        margin-right: 12px;
      }
      .info-item-title__text {
        max-width: 370px;
      }
      .info-text {
        padding: 3px 0 10px 10px;
        font-size: 15px;
        font-weight: normal;
      }
      .item-icon {
        margin-bottom: 25px;
      }
      .item-image {
        border-radius: 0 54px 0 54px;
      }
      .item-image img {
        max-width: 100%;
      }
      .item-title {
        font-size: 24px;
        width: 100%;
        height: 54px;
      }
      .item-trust .tip_title,
      .item-structure .tip_title {
        min-height: unset;
      }
      .item-trust,
      .item-structure {
        width: 49%;
        margin-top: 27px;
      }
      .item-wrapper:nth-child(1) {
        order: 2;
      }
      .item-wrapper:nth-child(1) {
        position: relative;
        width: 43%;
        margin-top: 0;
      }
      .item-wrapper:nth-child(1),
      .item-wrapper:nth-child(2),
      .item-wrapper:nth-child(3) {
        margin-bottom: 0;
      }
      .item-wrapper:nth-child(2) {
        order: 1;
      }
      .item-wrapper:nth-child(3) {
        width: 43%;
        text-align: center;
        margin: 0;
      }
      .item-wrapper:nth-child(3) {
        order: 3;
      }
      .item-wrapper:nth-child(4) {
        order: 5;
      }
      .item-wrapper:nth-child(5) {
        order: 4;
      }
      .last-line {
        display: inline-block;
        width: auto;
        padding-left: 0;
        font-size: 41px;
      }
      .link-insta {
        right: 0;
        width: 51px;
        height: auto;
        top: 0;
      }
      .list-element {
        font-size: 17px;
        line-height: 25px;
      }
      .list-element {
      }
      .logo {
        max-width: 640px;
        margin-top: 9px;
        margin-left: 5px;
        margin-bottom: 4px;
      }
      .logo_stamp {
        left: 5px;
        bottom: -9px;
        /*padding-top: 38%;*/
      }
      .main-page .block-title {
        font-size: 32px;
        line-height: 41px;
        min-height: 41px;
      }
      .modal-form .modal-input {
        line-height: 42px;
        font-size: 16px;
      }
      .modal-form label:before {
        padding-top: 10px;
      }
      .modal-form textarea {
        height: 132px;
      }
      .modal-wrapper {
        max-width: 100%;
        margin: 10px auto;
        padding-bottom: 20px;
      }
      .nav-list {
        margin-top: -22px;
        padding-left: 85px;
      }
      .nav-title {
        font-size: 32px;
      }
      .nav-title .title-img {
        width: 65px;
      }
      .nav-wrapper:nth-child(4) .nav-wrapper__inner {
        padding-right: 0;
        margin-right: 5%;
      }
      .nav-wrapper:nth-child(5) .nav-wrapper__inner {
        margin-right: 5%;
      }
      .other {
        /* min-height: 1000px;*/
      }
      .other img {
        max-width: 100%;
        height: auto;
      }
      .other-products__slider .slide-title {
        font-size: 20px;
        line-height: 1;
        margin-top: -40px;
      }
      .other-products-slide {
        padding: 0;
      }
      .page_footer {
        background: #ab0367 url("../img/footer_bg_xs.jpg") no-repeat 100% 0;
      }
      .product {
        background: url(../img/product-page-bg-tablet.jpg) no-repeat top;
        background-position: top center !important;
        min-height: 1000px !important;
        background-color: transparent !important;
      }
      .product__header {
        /*max-height: 178px;*/
        background-size: cover;
        text-align: initial;
        z-index: 2;
        bottom: -130px;
      }
      .product__header .details-button_discount {
      }
  /*.product-bg {
        display: none;
    }
    .product-bg.md {
        display: block;
    }*/
    .product-buttons_wrapper {
      flex-direction: row;
      width: 100%;
      margin-left: 0;
      justify-content: space-between;
    }
    .product-header {
      padding-left: 0;
      margin-top: 0;
    }
    .product__header:after {
      content: "";
      width: calc(1000%);
      height: 80px;
      position: absolute;
      bottom: -20px;
      left: -140px;
      right: 0;
      /*background: #fff;*/
    }
    .product-image {
    /*left: 6px;
        bottom: -77px;
        text-align: center;*/
    /*width: calc(100% - 80px);
        bottom: 40px;*/
      }
      .product-image img {
        max-width: 677px;
      }
      .product-image .logo_stamp {
        bottom: 50px;
        right: 120px;
      }
      .product-info .block-title {
        padding-top: 0;
        font-size: 36px;
      }
      .product-item__list {
      }
      .product-item__list .list-element {
        font-size: 30px;
        line-height: 49px;
      }
  /*.product-item__list .list-element:before {
        padding-right: 29px;
    }*/
  /*.product-page {
        min-height: 946px;
    }
    .product-page .header__nav {
        margin-bottom: 0;
        padding: 49px 0 30px;
        max-width: 630px;
    }*/
  /*.product-page__main {
        min-height: 997px;
    }*/
    .product-page__title {
      font-size: 70px;
      line-height: 40px;
      padding-bottom: 0;
      padding-left: 18px;
      min-height: auto;
    }
    .product-page__title .subtitle {
      font-size: 32px;
    }
    .product-page__title.title__big .subtitle {
      font-size: 50px;
    }
    .product-page-title__icon {
      margin-right: 15px;
    }
    .product-page-title__icon img {
      max-width: 90px;
      height: auto;
    }
    .product-slide img {
      max-height: 310px;
      width: auto;
    }
    .product-slide__image {
      margin-left: auto;
      height: auto;
    }
    .product-slide__title {
      font-size: 36px;
      padding-left: 0;
    }
    .product-slide__title .subtitle {
      font-size: 26px;
    }
    .product-title {
      font-size: 22px;
      padding-top: 7px;
    }
    .product-wrapper {
      padding-top: 54px;
      padding-left: 0;
    }
    .product-wrapper .owl-dot.active span,
    .product-wrapper .owl-dot {
    /*width: 16px;
        height: 16px;*/
      }
      .product-wrapper .owl-dots {
        top: initial;
        bottom: 0;
        width: 100%;
        margin-left: 0;
      }
      .product-wrapper .owl-nav {
        margin-left: 0;
        top: 47%;
        width: 100%;
      }
      .product-wrapper .product-icon {
        max-width: 100px;
        margin-right: 25px;
      }
      .question-info {
        padding: 0 20px;
      }
      .rating-icon {
        float: left;
      }
      .rating-info {
        width: auto;
        margin: 0 auto;
        padding: 30px 30px 39px 30px;
        max-width: 775px;
      }
      .rating-sub-text {
        font-size: 17px;
        padding-top: 11px;
      }
      .rating-text {
        padding-left: 57px;
        font-size: 22px;
        line-height: 24px;
        width: calc(100% - 155px);
      }
      .rating-title {
        font-size: 42px;
        margin: 22px 0 26px;
        letter-spacing: 2.2px;
      }
      .second-line {
        padding-left: 0;
        width: auto;
        text-indent: 200px;
      }
      .section-efficiency {
      }
      .section-efficiency .expert-info {
        font-size: 18px;
      }
      .subtitle {
        font-size: 23px;
      }
      .tip_title {
        margin: 7px;
      }
      .tips {
        padding-top: 40px;
        padding-bottom: 58px;
      }
      .tips-list {
        margin-top: 35px;
        justify-content: center;
      }
      .tips-list__item {
        flex-basis: 33%;
        max-width: 33%;
      }
      .tips-list__item:nth-child(n + 4) {
        flex-basis: 50%;
        max-width: 50%;
      }
      .tips-title {
        font-size: 64px;
        /*line-height: 1.3;*/
      }
      .tip-title_subtitle {
        font-size: 48px;
      }
      [data-efficiency-lvl-items="3"] .efficiency-lvl-item {
        flex: 0 0 50%;
        max-width: 50%;
      }
      h1 {
        padding-top: 0;
        font-size: 41px;
        line-height: 28px;
      }
      h1 span {
        font-size: 28px;
        letter-spacing: 0.2px;
      }
    }

    @media (max-width: 959px) {
      .info-item-list {
        margin-top: 0;
      }
      .info-item-text {
        margin-left: 105px;
        max-width: 70%;
      }

      .efficiency-list-item__circle {
        border: 5px solid #ffffff;
      }
    }

    @media (max-width: 767px) {
      .fadeInRightButton .button {
        padding: 0 26px;
        font-size: 18px;
        line-height: 20px;
        height: 40px;
      }
      .catalog-item__list .list-element:before {
        top: -3px;
      }
      #canvas {
        border-radius: 15px;
      }
      #canvas canvas {
        width: auto !important;
        height: auto !important;
        position: relative;
        left: -3px;
        top: -3px;
      }
      .canvas-wrap {
        height: 68px;
        border-radius: 15px;
        border-width: 2px;
      }
      .canvas-title {
        font-size: 8px;
        padding-top: 0;
      }
      .plane {
        width: 65px;
        height: 44px;
      }
      .stamp-title {
        font-size: 10px;
        padding-top: 5px;
      }

      .add_logo {
        right: 0;
        width: 114px;
      }
      .article_delimeter {
        height: 151px;
        background-size: 500px !important;
      }
      .block-title {
        font-size: 18.6px;
        line-height: normal;
        min-height: 77px;
        padding: 20px 15px;
        letter-spacing: 1px;
      }
      .header .block-title {
        line-height: 48px;
        font-size: 16px;
        padding-bottom: 0;
        min-height: auto;
      }
      .brands-logos {
        flex-wrap: wrap;
      }
      .brand-title {
        padding: 0;
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 15px;
      }
      .burger_bar {
        height: 4px;
        margin-bottom: 2px;
      }
      .buy {
        padding: 40px 10px 30px;
        overflow: auto;
        max-height: 400px;
      }
      .buy-item:not(:last-child) {
        margin-bottom: 25px;
      }
      .buy-item-button {
        width: 50px;
        height: 18px;
        padding: 0;
        border-radius: 6px;
        /* vertical-align: middle; */
        line-height: 21px;
        padding-top: 4px;
      }
      .buy-item-cost {
        padding-left: 30px;
        min-width: 95px;
      }
      .buy-item-img {
        min-width: 85px;
        /*margin-right: 10px;*/
      }
      .buy-item-img img {
        max-width: 75px;
        max-height: 40px;
      }
      .buy-item-variable:not(:last-child) {
        margin-bottom: 7px;
      }
      .buy-item-variable-capsule {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
      }
      .buy-item-variable-capsule,
      .buy-item-cost,
      .buy-item-button {
        font-size: 10px;
        line-height: 1;
      }
      .carousel-wrapper {
        padding: 0;
      }
      .carousel-wrapper,
      .comment-slide {
        font-size: 10px;
        line-height: 13px;
      }
      .catalog {
        min-height: 568px;
        padding: 0 15px;
        padding: 0;
      }
      .catalog.stress .catalog-decor {
        left: 0;
      }
      .catalog__content {
        background-repeat: repeat;
        padding-top: 50px;
        padding-bottom: 40px;
      }
      .catalog__content:after {
        background-image: url(../img/main_catalog_bg_xs.jpg);
        background-size: cover;
      }
      .catalog__title {
        display: block;
        font-size: 16px;
        padding-top: 0px;
        background: none;
        margin-top: -55px;
        padding-bottom: 30px;
        position: relative;
        z-index: 2;
        line-height: 1;
      }
      .catalog-item {
        margin-left: 0;
        padding: 8px;
      }
      .catalog-item__list {
        margin-top: 10px;
      }
      .catalog-item__list .list-element {
        font-size: 14px;
      }
      .catalog-item__title {
        padding-top: 25px;
      }
      .catalog-item__title .title-img {
        width: 55px;
        margin-right: 5px;
        margin-left: -5px;
      }
      .catalog-item__title,
      .category-page__title {
        font-size: 25px;
      }
      .catalog-main {
        background: url("../img/catalog_bg1-xs.png") no-repeat bottom right,
        linear-gradient(0deg, rgb(244 238 226) 0%, rgba(255, 255, 255, 1) 100%);
      }
      .catalog-main .header__nav {
        flex-wrap: wrap;
      }
      .catalog-main .header-nav__burger {
        margin-left: 0;
      }
      .catalog-main .list-element .subtitle,
      .catalog .list-element .subtitle {
        font-size: 12px;
      }
      .catalog-main .list-element,
      .catalog .list-element {
        font-size: 14px;
        line-height: 1.2;
      }
      .catalog-nav {
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 140px;
      }
      .catalog-title__bold {
        font-size: 17px;
        letter-spacing: initial;
        display: inline-block;
        width: 100%;
      }
      .catalog-title__numbers {
        font-size: 29px;
      }
      .catalog-wrapper {
        padding: 0 28px;
      }
      .catalog-wrapper {
        padding: 0;
      }
      .catalog-wrapper .item-title {
        font-size: 19px;
        font-size: 20px;
        letter-spacing: initial;
      }
      .category {
        min-height: 542px;
      }
      .category .block-title {
        padding: 20px 130px 20px 0;
        font-size: 15px;
        max-width: 190px;
      }
      .category .catalog-item__list .list-element {
        font-size: 12px;
      }
      .category .logo_stamp {
        left: auto;
        right: 20px;
        bottom: 20px;
      }
      .category .logo_stamp {
        overflow: hidden;
      }
      .category.health {
      }
      .comment-name {
        padding-top: 10px;
        font-size: 10px;
        margin-right: 15%;
      }
      .comments .carousel-wrapper {
        padding-bottom: 25px;
      }
      .comment-slide {
        padding: 20px 0;
        overflow: hidden;
      }
      .comment-slide:after {
        right: 0;
        bottom: -15px;
      }
      .comment-slide:before {
        left: 0px;
        top: -15px;
      }
      .comment-slide:before,
      .comment-slide:after {
        font-size: 90px;
        line-height: 80px;
      }
      .comment-text {
        max-width: 220px;
        font-size: 11px;
        letter-spacing: 0.2px;
      }
      .comment-title {
        font-size: 21px;
      }
      .container {
        max-width: 320px !important;
        padding: 0 20px;
      }
      .container_bg {
        display: none;
      }
      .container-title {
        font-size: 22px !important;
      }
      .details-button {
        white-space: nowrap;
        max-width: 69px;
        overflow: hidden;
        padding-left: 5px;

        font-size: 11px;
        border-radius: 6px;
        line-height: 19px;
        margin-bottom: 0;
      }
      .details-button_discount {
        font-size: 11px;
        line-height: 27px;
        margin-top: 10px;
        padding: 0 !important;
      }
      .efficiency-list-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
      }
      .efficiency-list-item__circle {
        width: 115px;
        height: 115px;
        margin-bottom: 15px;
      }
      .efficiency-list-item__text {
        font-size: 12px;
        max-width: 120px;
      }
      .efficiency-lvl {
        padding: 0 !important;
        margin-top: 0;
        grid-row-gap: 30px;
      }
      .efficiency-lvl-item {
        max-width: 320px !important;
        margin: 0 auto 30px;
        padding: 0;
      }
      .efficiency-lvl-item:last-child {
        margin-bottom: 0px !important;
      }
      .efficiency-lvl:after {
        width: calc(100% + 40px);
        left: -20px;
      }
      .efficiency-lvl-item__img {
        margin-bottom: 10px;
      }
      .efficiency-lvl-item__text {
        font-size: 18px;
        min-height: auto;
      }
      .expert {
        padding-top: 17px;
      }
      .expert-image {
        margin-left: 0;
        width: 78px;
      }
      .expert-info {
        font-size: 12px !important;
      }
      .expert-name {
        font-size: 16px !important;
      }
      .expert-name,
      .expert-info {
        padding-left: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        width: calc(100% - 78px);
      }
      .experts {
        padding-top: 25px;
        min-height: auto;
      }
      .expert-text {
        padding-top: 0;
        padding-bottom: 15px;
        width: 100%;
        font-size: 11px;
        line-height: normal;
        padding-left: 0;
      }
      .expert-image:before {
      }
      .expert-wrapper {
        padding: 0 0 20px;
        width: calc(100% - 80px);
      }
      .expert-wrapper .expert-info {
        padding: 0;
      }
      .expert-wrapper .expert-name {
        line-height: normal;
      }
      .expert-wrapper .expert-name .text-uppercase {
        font-size: 16px;
      }
      .expert-wrapper .expert-name,
      .expert-wrapper .expert-info,
      .expert-wrapper .expert-text {
        padding: 0;
        margin-left: 10px;
        width: auto;
      }
      .expert-wrapper .expert-text {
        margin-left: -60px;
        margin-top: 0;
      }
      .faq-link {
      }
      .flower:after {
        content: url(../img/flower_xs.png);
        bottom: -15px;
      }
      .footer-text {
        flex-direction: column;
        padding-left: 8px;
        padding-top: 0;
        margin-bottom: 0;
      }
      .footer-address,
      .info-text {
        width: 100%;
        padding: 0;
        padding-bottom: 10px;
        font-size: 8px;
      }
      .footer-info {
        padding: 0;
        display: flex;
        align-items: flex-start;
      }
      .footer-links__item:not(:last-child) {
        margin-bottom: 12px;
      }
      .footer-links {
        padding: 11px 14px 42px;
      }
      .footer-links {
        padding: 0;
        padding-bottom: 15px;
      }
      .footer-links .links-list {
        font-size: 12px;
      }
      .footer-links .links-title {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 15px;
      }
      .footer-links .list-item {
        margin-left: 27px;
      }
      .footer-links__wrapper {
        width: 100%;
        padding-left: 0;
        margin-left: -2px;
        padding-top: 3px;
      }
      .footer-stamp {
        float: none;
        width: 100%;
        text-align: center;
      }
      .footer-warning {
        padding: 0;
      }
      .footer-warning img {
        max-width: initial;
        min-height: 87px;
        width: 100%;
      }
      .header {
        padding: 0;
        min-height: 491px;
      }
      .header #canvas,
      .header #canvas canvas {
      }

      .header .product-image {
        bottom: 17px;
        width: 310px;
        margin-left: -16px;
      }
      .header__logo {
        width: 100%;
        height: 345px;
        min-height: auto !important;
        background-size: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
      }
      .header__logo .logo {
        max-width: 245px;
        margin-bottom: 5px;
      }
      .header__nav {
        padding: 10px 0;
        flex-direction: column;
      }
      .header_products {
        height: 100px;
      }
      .header-nav__burger {
        width: 25px;
        min-width: 25px;
        margin-left: 0;
      }
      .health .block-title,
      .beauty .block-title,
      .age .block-title,
      .pausa .block-title,
      .stress .block-title {
        padding: 10px 0;
        min-height: 82px;
      }

      .info-item-list .info-item {
        padding: 0;
        background-position: bottom right !important;
        background-size: 235px !important;
      }
      .info-item:last-child .info-item-content {
        margin-bottom: 0;
      }
      .info-item_bg {
        width: 60%;
        right: -40px;
      }
      .info-item-content {
        padding-top: 3px;
        padding-bottom: 0 !important;
        margin-bottom: 0;
        min-height: auto;
        max-width: 100%;
      }
      .info-item-icon {
        padding-right: 0;
        width: 33px;
      }
      .info-item-list {
        min-height: auto;
        max-width: 100%;
        margin-top: 0;
        font-size: unset;
      }
      .info-item-list .list-element {
        margin-bottom: 0 !important;
        max-width: 200px;
        font-size: 13.5px;
        line-height: 16px;
      }
      .info-item-list .list-element:before {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        top: 1px;
        background-size: contain;
      }
      .info-item-text {
        margin-top: 15px !important;
        margin-left: 3px;
        max-width: 100%;
      }
      .info-item-title__icon {
        margin-right: 15px;
        margin-left: -5px;
      }
      .info-item-title__text {
        max-width: 65%;
        margin-top: 7px;
        font-size: 15px;
        line-height: 1.1;
      }
      .item-icon {
      }
      .item-icon {
        margin-bottom: 10px;
      }
      .item-image {
        height: 158px;
      }
      .item-title {
        height: auto;
        padding-top: 6px;
      }
      .item-title a {
        line-height: 19px;
      }
      .item-trust {
        width: 100%;
      }
      .item-wrapper {
        order: 1;
      }
      .item-wrapper:before {
        content: url(../img/flower_xs.png);
        position: absolute;
        width: 100%;
        text-align: center;
        display: block;
        top: -10px;
        z-index: 999;
      }
      .item-wrapper:first-child:before {
        content: "";
      }
      .item-wrapper:nth-child(1) {
        order: 1;
      }
      .item-wrapper:nth-child(1),
      .item-wrapper:nth-child(2),
      .item-wrapper:nth-child(3),
      .item-wrapper:nth-child(4),
      .item-wrapper:nth-child(5) {
        width: 100%;
      }
      .item-wrapper:nth-child(2) {
        order: 4;
      }
      .item-wrapper:nth-child(3) {
        order: 2;
      }
      .item-wrapper:nth-child(4) {
        order: 5;
      }
      .item-wrapper:nth-child(4),
      .item-wrapper:nth-child(5) {
        margin-top: 0;
      }
      .item-wrapper:nth-child(5) {
        order: 3;
      }
      .last-line {
        font-size: 20px;
      }
      .link-insta {
        max-width: 36px;
      }
      .links-list {
        margin-left: 0;
      }
      .links-title {
        margin-top: 20px;
        margin-bottom: 8px;
      }
      .links-title:before {
        content: url("../img/flower-white_xs.png");
      }
      .list-element {
        font-size: 12px;
        margin-bottom: 3px;
      }
      .list-element .subtitle {
        font-size: 10px;
        display: inline-block;
        /*width: 100%;*/
      }
      .list-element:before,
      .catalog-item__list .list-element:before {
        /*content: url('../img/li-decor_sm.png');*/
        padding: 0 !important;
      }
      .list-element:last-child .subtitle {
        padding-left: 0;
      }
      .list-item {
        padding-top: 0;
        margin-left: 40px;
      }
      .logo {
        margin-bottom: 10px;
      }
      .logo_stamp {
        max-width: 80px;
        right: 15px;
        left: auto;
        bottom: 20px;
        margin-left: auto;
      }
      .logo-item {
        width: 50%;
        margin: 0;
        margin-bottom: 5px;
        padding: 0 5px;
        flex: 0 0 50%;
      }
      .logo-item img {
        max-width: 100%;
        height: auto;
      }
      .main-page .block-title {
        padding: 10px 0;
        min-height: auto;
        font-size: 22px;
        line-height: 1.2;
      }
      .menu {
        width: 286px;
        padding: 50px 0 100px;
      }
      .menu-link {
        font-size: 18px;
        line-height: 2;
      }
      .menu-link:before {
        padding-top: 0;
      }
      .modal .button {
        height: 40px;
        padding: 5px 47px;
        border-radius: 12px;
        margin-bottom: 10px;
        font-size: 16px;
      }
      .modal-button {
        font-size: 20px;
        padding: 10px;
        width: 100%;
      }
      .modal-close {
        top: 10px;
        right: 15px;
        width: 20px;
        height: 20px;
      }
      .modal-close svg {
        width: 100%;
      }
      .modal-form {
        padding: 0 15px;
      }
      .modal-wrapper {
        webkit-border-radius: 0 34px 0 34px;
        border-radius: 0 34px 0 34px;
        max-width: 280px !important;
        width: 100%;
      }
      .nav-list {
        margin-top: 15px;
        padding-left: 10px;
      }
      .nav-title {
        font-size: 23px;
        letter-spacing: initial;
        display: flex;
        align-items: center;
      }
      .nav-title .title-img {
        width: 47px;
      }
      .nav-wrapper,
      .level2,
      .level3,
      .level4 {
        padding-left: 0;
        padding-right: 0;
      }
      .nav-wrapper__inner {
        margin-left: initial !important;
      }
      .notice {
        font-size: 8px;
        margin-bottom: 0;
      }
      .notice br {
        display: none;
      }
      .other-products__slider.owl-carousel .owl-stage {
        align-items: flex-start;
      }
      .other {
        min-height: 540px;
      }
      .other .flowers-bg {
        background-size: cover;
      }
      .other img {
        /* width: 100%; */
        height: 150px;
        width: auto;
      }
      .other-products__slider .slide-title {
        font-size: 15px;
        margin-top: -18px;
        line-height: 15px;
        max-width: 200px;
      }

      .other-products__title {
        font-size: 24px;
        line-height: 26px;
        padding-top: 25px;
        padding-bottom: 0;
        margin-bottom: 15px;
      }
      .other-products-slide {
        margin-bottom: 0;
        width: 48%;
      }
      .owl-carousel.owl-drag .owl-item .other-products-slide {
        width: auto !important;
      }
      .owl-next,
      .owl-prev {
        width: 22px;
        height: 70px;
        background-size: 50% !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
      }
      .page_article .container {
      }
      .page_article.product {
        padding-top: 40px;
      }
      .page_brands {
        padding-top: 15px;
        background: rgb(82, 0, 50, 0.6);
      }
      .page_footer {
        background: #ab0367 url("../img/footer_bg_xs2.png") no-repeat center bottom;
        background-size: 100%;
        padding-top: 30px;
      }
      .page_footer .links-title:before {
        content: "";
        background: url("../img/flower-white.png") no-repeat center center;
        background-size: contain;
        width: 17px;
        height: 17px;
      }
      .page_footer.flower:after {
        bottom: initial;
        top: -10px;
      }
      .pausa .catalog-decor {
        display: none;
      }
      .plane {
        width: 65px;
        height: 44px;
      }
      .product {
        background: url(../img/product-page-bg-mobile.png) no-repeat bottom center !important;
        padding-bottom: 285px;
        min-height: auto !important;
      }
      .product {
      }
      .product__header {
        text-align: center;
        height: 137px;
        bottom: 20px;
      }
      .product__header .details-button_discount {
        font-size: 14px;
        margin-right: 0;
        margin-top: 15px;
      }
      .product__header .details-button_discount {
        font-size: 14px;
      }
      .product-buttons_wrapper {
        flex-direction: column;
        align-items: baseline;
        position: absolute;
        top: 196px;
        left: 16px;
        width: auto;
      }
      .product-header {
        padding: 0;
        margin-bottom: 20px;
      }
      .product-image {
        width: calc(100% - 20px);
        bottom: 30px;
      }
      .product-image .logo_stamp {
        bottom: 55px;
        right: 10px !important;
      }
      .product-image .canvas-title {
        font-size: 7px;
      }
      .product-image .canvas-wrap {
    /*max-width: 70px;
        height: 70px;*/
      }
      .product-image .stamp-title {
        font-size: 8px;
      }
      .product-image img {
        max-width: 100%;
      }

      .product-info {
        padding-top: 14px;
      }
      .product-info .block-title {
        min-height: auto;
        padding: 0;
        margin-bottom: 4px;
        font-size: 21px;
      }
      .product-info .container {
        padding: 0;
      }
      .product-info .details-button {
        max-width: 120px;
        width: 100%;
        margin-right: 0;
        font-style: italic;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 0;
      }
      .product-item__list {
        padding-left: 0;
        min-height: 257px;
      }
      .product-item__list .list-element {
        font-size: 17px;
        line-height: 13px;
      }
      .product-item__list .list-element:before {
    /*content: url(../img/li-decor_xs.png);
        top: 0;*/
      }
      .product-item__list .list-element:before,
      .catalog-item__list .list-element:before {
        padding-right: 10px;
      }
      .product-page .details-button_discount {
        position: relative;
        top: 0;
        left: 0;
        bottom: initial;

        height: 32px;
        max-width: 236px;
        margin: 0 auto;

        font-size: 20px;
        line-height: 32px;
      }
  /*.product-page .header__nav {
        padding: 0;
        padding-top: 10px;
        margin-bottom: 15px;
    }*/
    .product-page .header-nav__burger {
      margin-left: -2px;
      margin-top: 1px;
      width: 25px;
      min-width: 25px;
    }
    .product-page .product-item__list {
      margin-top: 10px;
      padding-left: 0px;
      margin-left: -5px;
      min-height: 250px;
    }
    .product-page .product-item__list .list-element {
      line-height: 1;
      letter-spacing: 0px;
    }
    .product__header:after {
      background: #fff;
    }
    .product-page .product__header:after {
      display: none;
    }
    .product-page .product-image {
      position: relative;
      bottom: 0;
      width: 100%;
      margin-top: 0;
    }
    .product-page__main {
      /*min-height: 570px !important;*/
    }
    .product-page__main .container {
      height: 100%;
    }
    .product-page__main .container {
      padding: 0 10px;
    }
    .product-page__title {
      margin-top: 10px;
      padding-left: 0;
      font-size: 21px;
      line-height: 0.9;
      min-height: 54px;
    }
    .product-page__title .subtitle {
      font-size: 19px;
    }
    .product-page-title__icon {
      margin-right: 5px;
    }
    .product-page-title__icon img {
      max-width: 50px;
    }
    .product-slide {
      background: url("../img/shadow-xs.png") no-repeat bottom left;
      margin: 0 -20px;
      padding: 0 20px 65px;
    }
    .product-slide img {
      max-height: initial;
      max-width: 100%;
    }
    .product-slide:last-child {
      padding-bottom: 20px;
      background: none;
    }
    .product-slide__image {
      height: 145px;
      text-align: right;
    }
    .product-slide__title {
      font-size: 19px;
      padding-left: 0;
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    .product-slide__title .subtitle {
      font-size: 13px;
      display: inline-block;
    }
    .product-title {
      font-size: 14px;
      padding-top: 0;
      line-height: 14px;
    }
    .product-wrapper {
      padding-bottom: 0;
    }
    .product-wrapper {
      padding-top: 0;
      padding-left: 0;
    }
    .product-wrapper .product-icon {
      max-width: 35px;
      min-width: 35px;
      margin-right: 5px;
    }
    .question {
      padding-top: 35px;
      padding-bottom: 20px;
    }
    .question-info {
      font-size: 15px;
      padding: 0;
    }
    .question-title {
      font-size: 26px;
      padding: 0;
      margin-bottom: 15px;
    }
    .rating {
      padding-bottom: 0;
    }
    .product-page.experts .flower {
      padding-bottom: 55px !important;
    }
    .rating-icon {
      float: none;
      margin: 0;
      margin-right: 10px;
      max-width: 41px;
      height: auto;
    }
    .rating-info {
      margin: 0;
      padding: 15px;
      display: flex;
      align-items: flex-start;
    }
    .rating-opener {
      bottom: 0;
    }
    .rating-opener img {
      max-width: 85px;
      height: auto;
    }
    .rating-sub-text {
      font-size: 13px;
      line-height: 1.2;
      padding-left: 0;
      padding-top: 15px;
    }
    .rating-text {
      width: 100%;
      padding: 0;
      font-size: 11px;
      line-height: normal;
    }
    .rating-title {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 15px;
    }
    .sale-value {
      font-size: 9px;
      line-height: 1;
      width: auto;
      height: auto;
      padding: 3px;
    }
    .second-line {
      text-indent: 56px;
      letter-spacing: initial;
    }
    .section-efficiency__subtitle {
      font-size: 18px;
      margin-bottom: 25px;
    }
    .section-rec {
      padding: 20px 0;
    }
    .section-text {
      font-size: 13px;
      line-height: 1.2;
      margin-bottom: 0;
    }
    .section-text ol {
      margin-top: 16px;
    }
    .section-text ol li {
      font-size: 8px;
      margin-bottom: 12px;
      padding-left: 20px;
    }
    .section-text ol li:before {
      font-size: 1.5rem;
      left: 0;
    }
    .section-title {
      margin-bottom: 15px;
      font-size: 1.375rem;
      letter-spacing: 1.1px;
    }
    .subtitle {
      font-size: 15px;
    }
    .tip_info {
      font-size: 12px;
      max-width: initial;
      margin: 0 auto;
    }
    .tip_info-accent {
      font-size: 15px;
    }
    .tip_title {
      font-size: 13px;
      line-height: 14px;
      min-height: 14px;
    }
    .tips {
      padding-bottom: 25px;
    }
    .tips .item-icon {
      height: auto;
    }
    .tips .item-icon img {
      max-height: 55px;
    }
    .tips-list {
      margin-top: 45px;
      margin-bottom: 20px;
    }
    .tips-list__item {
      flex: 0 0 50%;
      max-width: 63%;
      margin-top: 0;
      margin-bottom: 15px;
      padding-left: 5px;
      padding-right: 5px;
    }
    .tips-list__item:nth-child(n + 4) {
      max-width: 70%;
    }
    .tips-list__item:last-child {
      margin-bottom: 0;
    }
    .tips-list__item:last-child .tip_info-accent {
      width: auto;
    }
    .tips-title {
      font-size: 30px;
      line-height: 1.1;
      letter-spacing: initial;
    }
    .tip-title_subtitle {
      font-size: 21px;
    }
    .up-title {
      font-size: 16px;
      line-height: 1.2;
    }
    .up-title {
      font-size: 15px;
    }
    [data-efficiency-lvl-items="2"] .efficiency-lvl-item {
      flex: 0 0 100%;
      max-width: 100%;
    }
    [data-efficiency-lvl-items="3"] .efficiency-lvl-item {
      flex: 0 0 100%;
      max-width: 100%;
    }
    [data-modal="buy"] .container {
      padding: 0;
      border-radius: 5px;
    }
    h1 {
      font-size: 20px;
      line-height: 15px;
    }
    h1 span {
      font-size: 16px;
      letter-spacing: initial;
    }

    .efficiency-list-item__circle {
      border: 3px solid #ffffff;
    }

    .wrap-404 {
      width: 100%;
    }
    .big-404 {
      font-size: 170px;
      line-height: 270px;
    }
    .img-404-left,
    .img-404-right {
      display: none;
    }
    .product-info {
      padding-bottom: 40px;
    }
    .product-info .container {
      margin-bottom: 40px !important;
    }

  .product-info .details-button_discount {
    padding: 4px 0 !important;
    max-width: 236px !important;
    margin: 0 auto !important;
  }
  }

  @media (max-width: 480px) {
    .info-item-list .list-element {
      max-width: 165px;
    }
  }
  @media(max-width: 375px){
    .product-bg.fadeIn.wow.product-icons-vegan {
      background-position-x: -155px;
    }
    .modal-wrapper{
      max-width: 314px !important;
    }
  }

.vitaBox {
  cursor: pointer;
}
.vitaBox:hover {
  text-decoration: underline;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}
.vitaBoxContent #cboxLoadedContent {
  border: none !important;
}
#colorbox.vitaBoxContent {
  border: 2px solid #e20086;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url("/images/colorbox/loading.gif") no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
.vitaBoxContent #cboxClose {
  background: none;
  margin: 5px;
  width: 27px;
  height: 27px;
}
.vitaBoxContent #cboxClose:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 27px;
  height: 2px;
  transform: rotate(45deg);
  background: #b10069;
}
.vitaBoxContent #cboxClose:after {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  width: 27px;
  height: 2px;
  transform: rotate(-45deg);
  background: #b10069;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("/images/colorbox/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("/images/colorbox/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url("/images/colorbox/controls.png") no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
#Content {
  padding: 56px 0px 20px 200px;
}
#Content div {
  font-family: pragmaticalightcregular !important;
}
#Content a {
  color: #e20086;
}
.circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 255px;
  margin-left: -135px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 47px;
  padding-top: 16px;
  text-align: center;
  background: #ad037a;
  border: 3px solid #82015b;
}
.circle sub {
  bottom: -5px;
  font-size: 60%;
}
.circle-image {
  position: absolute;
  top: 56px;
}
.spoiler-vitamin {
  width: 730px;
  margin: 0px auto;
  padding-bottom: 40px !important;
}
.spoiler-vitamin .title {
  font-size: 19px;
  color: #b10069;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.spoiler-vitamin .descr {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.spoiler-vitamin .descr p {
  margin-bottom: 12px;
}
.spoiler-vitamin .descr ul {
  margin: 0 0 10px 24px;
}
.spoiler-vitamin .descr ul li {
  list-style: disc;
  line-height: 26px;
}
.spoiler-vitamin .descr a {
  font-size: 15px;
  letter-spacing: 0.01em;
}
.spoiler-vitamin .descr .title-ul {
  margin-bottom: 10px;
  margin-top: 20px;
}
.spoiler-vitamin.vit-b {
  padding: 25px 0 25px 0 !important;
}

@media (max-width: 767px) {
  #Content {
    padding: 0 10px;
  }

  .spoiler-vitamin {
    width: 100%;
    
  }

  .circle-image {
    position: relative;
    top: 0 !important;
    height: 280px;
  }
}

width: 255px;/*.form_text.errors {
    color: red;
}
.form_text.success {
    color: green;
}
.product-page__title a {
    text-decoration: none;
    color: #7c014a;
}
@media (min-width: 1024px) {
    .product__header.fadeIn.wow .product-image img {
        width: 55%;
        margin-top: 50px;
    }
    .catalog__title__inner {
        padding-top: 40px;
    }
}*/
/*.custom_btn_clone {
    font-size: 30px;
    letter-spacing: 1.7px;
    line-height: 48px;
}*/
.small_text {
  display: block;
  font-size: 14px;
}
.page_article .backgroundIn {
	padding-bottom: 69px;
}
#buy-popup{
  position: fixed;
  z-index: 141;
  background: rgba(0,0,0,0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.buy_popup-form{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0px 46px 0;
  max-width: 80%;
  max-height: 80%;
  border-radius: 38px;
}
.buy_popup__text {
  width: 100%;
  margin: 10px 0;
  font-size: 21px;
  font-weight: 500;
  text-align: right;
  padding-right: 20px;
}
.buy_popup__attention {
  color: red; 
  white-space: nowrap;
}
.buy_popup__text span {
  display: block;
  text-align: right;
  line-height: 34px;
}
.buy_popup__text span.buy_popup__attention {
  line-height: 24px;
}
.buy_popup-line{
  width: 600px;
  max-width: 100%;
  min-height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #0E4B8F;
}
.buy_popup-line:first-child, .buy_popup-line.--noborder {
  border: hidden;
}
.buy_popup-close{
  position: absolute;
  top: -17px;
  right: -17px;
  border-radius: 50%;
  height: 61px;
  width: 61px;
  background: #fff url('/images/cross.svg') 50% no-repeat;
  cursor: pointer;
  background-size: 26px;
}
.buy_popup-btn{
  background: linear-gradient(
    90deg,
    #b11c6e -0.04%,
    #64063b 49.94%,
    #b11c6e 99.91%
  );
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif, cursive !important;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  padding: 1px 16px 3px;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-bottom: 5px;
}
/* 
.buy_popup-btn.--gray {
 background: #edebeb;
 pointer-events: none;
}
*/

.buy_popup-btn:last-child{
  margin-bottom: 0;
}
.buy_popup-btn span {
  display: none;
}
.outer{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*22.03.23 №205859*/

.product-slide img {
  max-width: 650px;
}
.number_anim {
  position: absolute;
  left: 50%;
  top:  48%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}
.number_anim span {
  font-size: 70px;
}
.circle_abs {
  margin-bottom: 20px;
}
.circle_abs svg {
  border-radius: 50%;
  box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.5);
}
.form_text.errors {
  color: red;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut !important;
}
.info-item-title__icon {
  display: block;
}
.list-element:before {
  top: 7px;
}
#Content .circle {
  display: none !important;
}
.product-wrapper .product-icon {
  height: 144px;
}
.rating-opener {
  display: none;
}
.product-stars {
  background: none !important;
}
.product-page__title a {
  text-transform: initial;
}
.section-fh .product-page__title.title__big {
  font-size: 64px;
}
.form_text.success {
  color: green;
}
.product-page__title a {
  text-decoration: none;
  color: #7c014a;
}
.efficiency-sostav-item {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  min-height: 130px;
}
.efficiency-sostav-item-img {
  max-width: 190px;
}
.efficiency-sostav-item-text {
  width: calc(100% - 190px);
}
.product-page__main .product-item__list {
  margin-top: 45px;
  margin-bottom: 30px;
  min-height: 167px;
}
.product-image .logo_stamp {
  right: 24%;
  bottom: 19%;
}
.product-item__list .list-element {
  margin-bottom: 10px;
}
.tm_s {
  font-size: 36px;
  display: inline-block;
  vertical-align: top;
}
.efficiency-sostav-item-img img {
  max-width: 126px;
}

.expert-image:before {
  display: none !important;
}
.section-efficiency {
  display: block;
}
.anim_arr, .anim_arr2 {
  transition: 2s;
}
.product-page__title span.big_h {
  font-size: 74px;
}
.owl-carousel.ind_slides .owl-stage {
  align-items: baseline;
}
.other-products__slider .owl-nav {
  left: 51%;
}
.canvas-wrap {
  height: 119px;
}
.canvas-title {
  line-height: 20px;
  margin-top: -10px;
}
.product-page__main .product-image:after {
  background: none;
}
.product-image__picture {
  margin-bottom: 50px;
  margin-left: 67px;
}
.list-element a {
  flex: 0 0 85%;
}
.anim_arr, .anim_arr2 {
  animation: none !important;
}
.product-icons-vegan {
  background-position: center top 70px !important;
}
.canvas-title {
  font-size: 16px;
}
.modal .buttons-wrapper {
  display: block;
}
.modal-form {
  padding: 0 29px;
}
.modal .button {
  margin: 0 auto;
  display: block;
}
.buttons-wrapper .g-recaptcha {
  max-width: 304px;
  margin: 0 auto 10px;
}
/*@media screen and (min-width: 2300px) {
  .product-bg {
      background-size: 2400px !important;
  }
}*/
svg .anim_arr {
  transform: translateY(300px);
}
svg .anim_arr2 {
  transform: translateY(-300px);
}
.backgroundIn {
	min-height: inherit;
padding-bottom: 450px;
    background-size: contain !important;
}
@media (max-width: 1260px) {
  .product-image .logo_stamp {
    right: 20%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .product-page__main .product-image {
    transform: scale(0.8);
    bottom: -37px;
  }
  .product-page__main .product-item__list {
    margin-bottom: 10px !important;
  }
  .product-page__main .header__nav {
    padding-left: 20px;
  }
}
@media (max-width: 1190px) {
  .product-image .logo_stamp {
    right: 18%;
  }
  .product-page__title span.big_h {
    font-size: 60px;
  }
  .section-fh .product-page__title.title__big {
    font-size: 50px;
  }
  .product-item__list .list-element {
    font-size: 32px;
  }
  .product-page__main .product-item__list {
    margin-bottom: 120px;
  }
  .product-page__main .product-item__list {
    margin-bottom: 90px
  }
  .product-page__main {
    min-height: auto;
  }
  .product-page__main .product-item__list {
    min-height: auto;
  }
	.backgroundIn {
    padding-bottom: 350px;
}
}
@media (max-width: 1110px) {
  .product-image .logo_stamp {
    right: 16%;
  }
  .other img {
    display: block;
    max-width: 100%;
  }
  .other-products__slider .owl-nav {
    left: 50.5%;
  }
	.other-products__slider .slide-title {
font-size: 19px;
    margin-top: -20px;
}
}
@media (max-width: 1023px) {
  .product-image .logo_stamp {
    right: 16% !important;
    bottom: 10%;
  }
  .info-item-icon {
    max-width: 100px;
  }
  .block-title {
    letter-spacing: 0 !important;
  }
  .product-girl {
    background-position: right -140px top 0px !important;
    background-size: cover !important;
  }
  .product-page__main {
    padding-bottom: 150px;
    min-height: inherit;
    height: auto;
  }
  .product-image {
    bottom: -149px;
  }
  .header .product-image {
    bottom: 0;
  }
  .tm_s {
    display: inline;
  }
  .product-icons-molecule {
    position: absolute;
    background-size: 734px !important;
    left: -31px !important;
    top: 60px !important;
  }
  .section-fh .product-page__title.title__big {
    font-size: 44px;
    max-width: 100%;
  }
  .product-page__title span.big_h {
    font-size: 50px;
  }
  .product-page__main .product-item__list {
    margin-bottom: 116px;
    min-width: 155px;
  }
  .product-item__list .list-element {
    font-size: 28px;
  }
  .other img {
    margin-left: 2px;
  }
  .modal-wrapper {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .category-product-girl {
    background-image: none !important;
  }
  .category-product-flower {
   background-image: url('https://test.ladysformula.ru/local/templates/main/images/new_bg_catalog.png') !important;
 }
} 
@media (max-width: 959px) {
  .other-products__slider .owl-nav {
    left: 0;
  }
  .section-fh .product-page__title {
    font-size: 48px;
    letter-spacing: initial;
    line-height: 1;
    max-width: 460px;
  }
  .product-info .list-element {
    max-width: 300px;
  }
  .product-image .logo_stamp {
    right: 9% !important;
  }
  .section-efficiency__subtitle {
    font-size: 30px;
    padding: 0 20px;
  }
  .category-product .product-slide__title {
    padding-bottom: 40px;
    font-size: max(2vw, 42px);
  }
  .section-indicators .section-efficiency__subtitle {
    margin-top: 50px;
  }
  .circle_abs {
    max-width: 300px;
    padding: 0 20px;
  }
  .circle_abs svg {
    margin-top: 0px !important;
  }
}
@media (max-width: 880px) {
  .product-girl {
    background-position: center top 0px !important;
    background-size: cover !important;
  }
  .product-image__picture {
    margin-bottom: 45px !important
  }
  .product-image .logo_stamp {
    right: 11% !important;
    bottom: 15%;
  }
  .product-image {
    bottom: -149px;
  }
  .header .product-image {
    bottom: 0;
  }
  .other {
    min-height: calc(var(--vh, 1vh) * 105);
  }
  .item-news p:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .product-image .logo_stamp {
    right: 7% !important;
  }
.polit-vitamins .product-image .logo_stamp {
        right: 5% !important;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .info-item {
    background-size: 63% !important;
    background-position: right -80px bottom !important;
  }
  .info-item:nth-child(3) {
    background-size: 70% !important;
  }
  .section-efficiency-item:nth-child(1) [data-efficiency-lvl-items="2"] .efficiency-lvl-item:after {
    display: none
  }
  .efficiency-lvl-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  
/*    .product-info .details-button_discount.custom_btn_clone {
        font-size: 20px;
        line-height: 32px;
        padding: 3px 0 !important;
    }*/
	.product-page .product-image {
	        max-width: 375px;
        margin: 0 auto;
}
    .polit-vitamins .product-image .logo_stamp {
        right: 50px !important;
    }
  .look-all_news, .block-answer a {
    margin: 40px 0;
  }
  .buy_popup-form{
    padding: 30px 18px 0;
    overflow: hidden;
    overflow-y: scroll;
  }
  .buy_popup-close{
    top: -7px;
    right: -3px;
  }
  .buy_popup__attention {
    text-align: center;
  }
  .buy_popup__text {
    text-align: center;
    padding-right: 0;
  }
  .buy_popup__text span {
    text-align: center;
  }
  .buy_popup__text.--mobile-hidden {
    display: none;
  }
  .buy_popup-line{
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
  }
  .buy_popup-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .polit-vitamins .buy_popup-btn span {
    display: inline;
  }
  .buy_popup-btn span {
    display: none;
  }
  .outer{
    margin-bottom: 21px;
    /* width: 100%; */
  }
  .flower-block, .flower-block-news {
    display: block;
  }
  .block-quest, .block-name {
    padding: 50px 0;
  }
  .block-quest p, .block-name h1 {
    line-height: 24px;
  }
  .block-quest, .block-answer, .block-name, .block-desc {
    width: auto;
  }
  .circle_abs {
    max-width: 230px;
  }
  .number_anim span {
    font-size: 50px;
  }
  .number_anim {
    font-size: 30px;
  }
  .product-wrapper .product-icon {
    height: auto;
  }
  #Content {
    padding: 40px 10px 0 10px !important;
  }
  .product-page__main .product-item__list {
    margin-top: 20px !important;
    min-height: 250px;
  }
  .other img {
    display: block;
    transform: translateX(-50%);
    left: 50%;
  }
  .product-image__picture {
    margin-bottom: 0 !important;
    bottom: 45px;
    margin-left: 0;
  }
  .canvas-wrap {
    height: 61px;
  }
  .header .product-image {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .product-page__main .product-image:after {
    background: none;
  }
  .product-girl {
    background-position: center top 0px !important;
    background-size: cover !important;
  }
  .ukreplenie-kostnoy-tkani.section-fh .product-image {
    top: inherit;
    position: relative;
  }
  .ukreplenie-kostnoy-tkani.flower:after {
    bottom: -14px;
  }
  .product-info .list-element {
    max-width: 180px;
    margin-bottom: 5px !important;
  }
  .section-infografick {
    padding-top: 40px;
  }
  .efficiency-sostav-item img {
    margin: 20px auto;
  }
  .efficiency-sostav-item:nth-child(4) img {
    max-width: 180px;
    margin: 40px auto;
  }
  .efficiency-sostav-item-text span {
    font-size: 20px;
  }
  .section-efficiency-item .efficiency-lvl {
    display: none;
  }
  .info-item-list:last-child {
    padding-bottom: 0;
  }
  .product-page .details-button_discount {
    height: 35px;
    top: -6px;
  }
  .info-item {
    background-size: 57% !important;
    text-align: center;
    background-position: right -25px bottom !important;
  }
  .info-item-icon {
    max-width: 55px;
    width: 100%;
  }
  .ukreplenie-kostnoy-tkani .info-item-list .info-item {
    padding-bottom: 20px;
    background-size: 75% !important;
    background-position: right -35px bottom 0 !important;
    padding-left: 0;
  } 
  .ukreplenie-kostnoy-tkani .info-item-list .info-item:first-child {
    background-size: 58% !important;
  }
  .product-page .container-title, .product-page .rating-title, .block-title {
    letter-spacing: 0;
  }
  .section-fh.category-expert.experts .container, .category-question-comment .question, .category-question-comment .comment-title, .category-question-comment .comments .carousel-wrapper, .container {
    max-width: 480px !important;
    padding: 0 15px;
    margin: 0 auto !important;
  }
  .category-question-comment .question, .category-question-comment .comments {
    padding: 0;
    padding-top: 30px;
  }
  .section-fh.page_article .container {
    max-width: 480px !important;
  }
  .category-question-comment .comments {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .info-item-content {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 15px;
  }
  .category-question-comment .question {
    padding-bottom: 40px;
  }
  .product-image .logo_stamp {
    right: 12.5% !important;
    bottom: 64px;
  }
  .section-fh .product-page-title__icon img {
    max-width: 65px;
  }
  .section-fh.product-info .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .efficiency-sostav-item:nth-child(2) {
    margin-top: -20px;
  }
  section.ukreplenie-kostnoy-tkani {
    margin-top: 14px;
  }
  .product-info .block-title span {
    display: block;
  }
  .section-fh .product-page__title.title__big {
    font-size: 23px;
  }
  .product-page .header-nav__burger {
    margin-bottom: 5px;
  }
  .product-icons-vegan {
    background-position: right -90px top 0px !important;
  }
  .section-efficiency .section-efficiency-item .efficiency-lvl {
    display: block
  }
  .product-page .container-title {
    font-size: 28px !important;
    margin: 15px 0; 
  }
  .product-page .expert-name {
    font-size: 22px !important;
  }
  .expert-info {
    font-size: 18px !important;
    max-width: 275px;
  }
  .product-page.category-expert .expert-text {
    font-size: 16px;
  }
  .product-page .rating-title {
    font-size: 25px;
  }
  .product-page .product-image {
    bottom: -25px
  }
  .rating-text {
    font-size: 15px;
  }
  .rating-sub-text {
    font-size: 13px;
    max-width: 100%;
  }
  .product-page .rating-info {
    padding: 25px 14px 44px;
  }
  .rating-opener {
    right: -19px;
  }
  .rating-opener img {
    max-width: 110px;
  }
  .info-item-list .list-element:before {
    top: 5px;
  }
  .product-info .block-title {
    margin-bottom: 9px;
    font-size: 25px;
  }
  .info-item-title__text {
    max-width: 52%;
    font-size: 17px;
    margin-top: 0px;
  }
  .info-item-list .info-item {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .info-item-list .info-item:nth-child(2) .info-item-text {
    margin-bottom: 0;
  }
  .info-item-list .list-element {
    font-size: 16.5px;
    line-height: 21px;
  }
  .product-page__title span.big_h {
    font-size: 28px;
  }
  .section-efficiency-item:nth-child(2) .efficiency-lvl-item:nth-child(1):before, .section-efficiency-item:nth-child(2) .efficiency-lvl-item:nth-child(2):before {
    display: none;
  }
  .buy-item-button {
    width: 100%;
    height: auto;
    max-width: 100px;
    padding: 5px 0;
    font-size: 16px;
  }
  .buy-item-img img {
    max-width: 130px;
  }
  .buy-item-variable-capsule {
    font-size: 14px;
  }
  .list-element a {
    text-decoration: underline;
  }
  .list-element a {
    flex: 0 0 100%;
  }
  .tm_s {
    font-size: 16px;
  }
  .product-icons-molecule {
    background-size: 534px !important;
    top: 73px !important;
    left: -68px !important;
  }
  .product-item__list .list-element {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .product-image img {
    width: 383px;
  }
  .buy-item-img {
    width: 42%;
  }
  .section-indicators .section-efficiency__subtitle {
    padding-top: 50px;
    margin-top: 0px;
  }
  .section-efficiency__subtitle {
    font-size: 25px;
  }
  .efficiency-lvl-item__img {
    max-width: 100% !important;
  }
  .product-image .canvas-title {
    font-size: 8px;
  }
  .modal .modal-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modal-form textarea {
    line-height: 26px !important;
  }
  .circle-image {
    float: left;
    margin-right: 10px;
  }
  #cboxContent #Content {
    padding-top: 40px;
  }
  .circle {
    transform: scale(.7);
    top: 77px;
    margin-left: 16px;
  }
  .section-fh .product-page-title__icon + .product-page__title {
    margin-left: 10px;
  }
  .list-element:before {
    top: 2px;
  }
  .canvas-title {
    font-size: 8px;
  }
  .owl-nav {
    width: 104%;
  }
  .category-product .product-slide__title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 0 !important;
  }
  .category-product .product-title {
    font-size: 17px;
    padding-top: 0;
    line-height: 20px;
  }
  .category-product .product-slide {
    height: auto !important;
    padding-bottom: 42px;
  }
  .category-product .product-slide:nth-child(1) .product-slide__image img {
    max-width: 229px;
    margin-top: 7px;
  }
  .category-product .product-slide__image {
    margin-top: 15px;
  }
  .category-product .product-wrapper .product-slide:nth-child(2) .product-slide__title {
    max-width: 280px;
  }
  .buy-item-img {
    padding-left: 0px;
  }
  .buy-item-img img {
    max-width: 110px;
  }
  .buy-item-img {
    width: 38%;
  }
  .buy-item-variables-list {
    width: 62%;
  }
  .buy-item-variable-capsule, .buy-item-cost, .buy-item-button {
    font-size: 14px;
  }
  .buy-item-cost {
    padding-left: 20px;
  }
  .category-product .product-wrapper .product-slide .product-icon {
    max-width: 60px;
  }
  .category-question-comment .question .notice {
    max-width: 290px;
  }
  .notice {
    font-size: 12px;
  }
  h1.animated.fadeInRight {
    max-width: 300px;
  }
  .info-item-title {
    align-items: center;
  }
  .product-info, .product-info .container {
    padding-bottom: 44px !important;
}
}

@media screen and (max-width: 390px) {

  .buy-item-button {
    max-width: 90px;
  }
  .buy-item-variable-capsule, .buy-item-cost, .buy-item-button {
    font-size: 12px;
  }
  .product-page-title__text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  .product-image .logo_stamp {
    right: 4% !important;
    bottom: 65px;
  }
  .buy-item-img img {
    max-width: 90px;
  }
  .buy-item-variable-capsule, .buy-item-cost, .buy-item-button {
    font-size: 12px;
  }
  .buy-item-variable-capsule {
    overflow: inherit;
  }
  .buy-item-button {
    max-width: 56px;
  }
}
@media (min-width: 1024px) {
  .product__header.fadeIn.wow .product-image img {
    width: 55%;
    margin-top: 50px;
  }
  .catalog__title__inner {
    padding-top: 40px;
  }
}
.attent_cust {
    border-radius: 50%;
    background: #fff;
    border: solid 2px #e764a6;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10%;
    top: 5%;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
}
.attent_cust.show {
    opacity: 1;
}
.attent_cust:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    width: 3px;
    height: 20px;
    background: #e764a6;
}
.attent_cust:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 33px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e764a6;
}
.attent_cust.act .inner_bl {
    transform: translateY(0);
    opacity: 1;
}
.inner_bl {
    width: 400px;
    position: absolute;
    top: 108%;
    right: 0;
    background: #fff;
    padding: 15px 15px 15px 20px;
    z-index: 2;
    border-radius: 15px;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-300px);
    transition: all .3s;
}
.inner_bl ul {
    padding-left: 15px;
    padding-top: 6px;
}
.inner_bl ul li {
    font-size: 14px;
}
.text_att {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 55px;
    top: 13px;
    opacity: 0;
    transition: all .3s;
    transition-delay: .3s;
    width: 255px;
}
.attent_cust.show .text_att {
    opacity: 1;
    right: 60px;
}
@media (max-width: 1024px) {
    .attent_cust {
    right: 30px;
    top: 30px
    }
}
@media (max-width: 767px) {
    .attent_cust {
	width: 40px;
	height: 40px;
    right: 15px;
    top: 10px
    }
	.attent_cust:before {
	    top: 5px;
	}
	.attent_cust:after {
	    top: 28px;
	}
	.inner_bl {
	width: 300px;
	}
	.text_att {
    font-size: 14px;
    right: 8px;
    top: 10px;
}
.attent_cust.show .text_att {
    right: 10px;
}
}
/*22.03.23 №205859*/