﻿/*banner opros*/

.banner_opros .banner_opros-wrap {
  display: flex;
}
.banner_opros .banner_opros-img{
  width: 60%;
  background: url('../../upload/opros/banner.png') no-repeat center / cover;;
  
}

.banner_opros .banner_opros-text{
  width: 40%;
  padding: 40px 20px 45px 100px;
  background: #000;
  color: #fff;
}
.banner_opros-text-subtext {
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner_opros-text-img img {
  max-width: 100%;
}
.banner_opros-text-subsubtext{
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.banner_opros-text-btn{
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 72px;
  border-radius: 15px;
  background: #00FF72;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-top: 20px;
  cursor: pointer;
 
}
.banner_opros-text-subsubtext a img{
  width: 100%;
}

.block--left > div.block_partners_pic {
    /*max-width: 586px;*/
}

.block--left > div.block_partners_pic img {
  width: 100%;
}

.block--left > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block .fkn-header {
  display: flex;
  align-items: center;
  gap: 32px;
}

.block .fkn-header > img {
  width: calc( 140 * (100vw / 1366) );
  max-width: 140px;
}

.block__content.block__custom h5 {
  margin-bottom: calc( 24 * (100vw / 1366) );
}

.block .bio-check-header {
  display: grid;
  column-gap: 32px;
  grid-auto-flow: column;
}
.block .block__link {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.block .bio-check-header h3 {
  margin-bottom: 16px;
}

.block .bio-check-header div:last-child {
  align-self: center;
  grid-row: span 2;
  width: 120px;
}
.block .bio-check-header .link{
  align-self: flex-start !important;
}

.block .bio-check-header div:last-child img {
  width: 120px;
}

.vertical-banners-p,
.vertical-banners-p > div:first-child {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    gap: 8px;
}

.vertical-banners-p > div:last-child {
    display: flex;
    /*flex: 1;*/
    flex-direction: column;
    align-items: center;
    width: calc( 251 * (100vw / 1366) );
}

.vertical-banners-p > div:first-child img {
    width: calc( 251 * (100vw / 1366) );
}

.vertical-banners-p > div:last-child > div {
  gap: 16px;
  width: 80%;
  text-align: center;
  display: flex;
  height: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vertical-banners-p > div:last-child > div img {
  width: 80px;
}

.block .appstore-ico a,
.block .googleplay-ico a,
.block .bio-check-header a {
  color: #5455FF;
}

.block .appstore-ico a,
.block .googleplay-ico a {
    font-size: calc( 14 * (100vw / 1366) );
}

.block__content__wrap {
    font-size: calc( 18 * (100vw / 1366) );
    line-height: calc( 28 * (100vw / 1366) );
    margin-bottom: calc( 40 * (100vw / 1366) );
}

.block__content h2 {
    /*font-weight: 700;
    font-size: 2.34260615vw;
    line-height: 2.92825769vw;
    font-family: 'Normalidad UltraExtended', sans-serif;*/
    text-transform: uppercase;
    margin-bottom: 16px;
}

.partners__item__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 5%;
}

.partners__item__list .partners__item {
    width: 30%;
}

.partners__item__list .partners__item .partners__item__img {
    border: 1px solid #EDEDED;
    height: 182px;
    margin-bottom: calc( 32 * (100vw / 1366) );
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.partners__item__list .partners__item .partners__item__img img {
    width: 166px;
}

.partners__item__list .partners__item .partners__item__desc {
    font-size: calc( 12 * (100vw / 1366) );
    line-height: calc( 20 * (100vw / 1366) );
}

.partners__item__list h4 {
    text-align: center;
    margin-bottom: 16px;
}

.partners__item__list h4 a {
    color: #000000;
}

@media(max-width: 1366px) {
    .block .appstore-ico a,
    .block .googleplay-ico a {
        font-size: 14px;
    }
    /*.vertical-banners-p {
        justify-content: left;
        flex-wrap: wrap;
        gap: 24px;
    }*/

    /*.vertical-banners-p > div:last-child > div {
        width: auto;
        text-align: left;
        flex-direction: row;
    }*/
    /*.vertical-banners-p > div:last-child {
        align-items: flex-start;
        padding: 24px;
        gap: 24px;
        width: 100%;
    }*/
    /*.vertical-banners-p > div:last-child > div img {
        width: 56px;
    }*/
    /*.vertical-banners-p > div:first-child {
        justify-content: left;
        overflow-x: auto;
    }*/
    /*.vertical-banners-p > div:first-child img {
        width: calc( 251 * (100vw / 1366) );
    }*/
}

 @media(max-width: 991px){
  .banner_opros .banner_opros-wrap {
    flex-direction: column;
  }
  .banner_opros .banner_opros-text{
    width: 100%;
    padding: 6vw 6.66666667vw;
  }
  .banner_opros .banner_opros-img{
    width: 100%;
    background: url('../../upload/opros/banner.png') no-repeat center / cover;
    height: 55vh;
  }

    .partners-section .mb-m--sm {
        font-size: 7.3vw;
    }

   .partners-section .block--5 {
     margin-bottom: 0;
   }
   .block .fkn-header {
     gap: 18px;
   }
   .block .fkn-header > img {
     width: 80px;
   }
   .block__content.block__custom {
      padding: 24px;
   }
   /*.h6--mobile {
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
     margin-bottom: 12px;
   }*/
   .block .bio-check-header {
     column-gap: unset;
     grid-template-rows: auto auto;
     grid-template-columns: auto 64px;
   }
   .block .bio-check-header h3 {
     grid-column: span 2;
   }
   .block .bio-check-header div {
     align-self: center;
   }
  .block .bio-check-header div:last-child {
    grid-row: unset;
    width: auto;
  }
   .block .bio-check-header div:last-child img {
     width: 64px;
   }
   .vertical-banners-p {
     flex-wrap: wrap;
     gap: 24px;
   }
     .block__content.adaptive__block {
        padding-right: 0;
     }

     .vertical-banners-p > div:first-child {
      overflow-x: auto;
  }
   .vertical-banners-p > div:last-child {
     align-items: flex-start;
     padding: 24px;
     gap: 24px;
     width: 100%;
   }
   .vertical-banners-p > div:last-child > div {
     width: auto;
     text-align: left;
     flex-direction: row;
   }
   .vertical-banners-p > div:last-child > div img {
     width: 56px;
   }
     .vertical-banners-p > div:first-child img {
         /*width: calc(152 * (100vw / 360));*/
         width: 152px;
     }
     .partners__item__list .partners__item {
         width: auto;
         margin-bottom: 24px;
     }

     .partners__item__list .partners__item .partners__item__desc {
         font-size: 3.88888889vw;
         line-height: 5.55555556vw;
     }

     .block__content__wrap {
         font-size: 3.88888889vw;
         line-height: 5.55555556vw;
     }

     .block__content h2.h2--mobile {
/*         font-weight: 700;
         font-size: 6.66666667vw;
         line-height: 8.88888889vw;
         font-family: 'Normalidad UltraExtended', sans-serif;*/
         margin-bottom: 12px;
     }

     .partners__item__list .partners__item .partners__item__img {
         margin-bottom: 24px;
     }

     .partners__item__list h4 {
         margin-bottom: 16px;
     }
}


/* PROFILE STYLES */

.profile-content {
  display: none;
}

.profile-content.active {
  display: block;
}

.profile-tabs__list {
  display: grid !important;
  grid-template-columns: repeat(3, 22vw);
  gap: 1.75695461vw;
}

@media (max-width: 991px) {
  .profile-tabs__list {
    grid-template-columns: 1fr;
  }
}

.profile-tabs__item {
  color: var(--black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 16px;
  background-color: var(--gray2);
  cursor: pointer;
}

.profile-tabs__item img {
  width: 17px;
}

.profile-tabs__item:hover {
  color: var(--black);
  text-decoration: none;
}

.profile-tabs__item.active {
  background-color: #faff00;
}

.profile-btn {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 16px;
  padding: 12px 24px;
}

@media (max-width: 991px) {
  .profile-btn {
    width: 45vw;
  }
}

.profile-interaction {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75695461vw;
}

.profile-block--2 {
  margin-bottom: 1.75695461vw;
}

.profile-block--2-last {
  margin: 0;
}

@media (max-width: 991px) {
  .profile-interaction {
    grid-template-columns: 1fr;
  }
  .profile {
    gap: 1.75695461vw;
  }
}

.profile-interaction__btn {
  padding: 20px 24px;
  display: inline-block;
  width: 100%;
}

.profile-interaction__btn span {
  height: 100%;
}

.profile-block--2 {
}

.profile-bonus {
  align-items: center;
  gap: 1.75695461vw;
  display: grid;
  grid-template-columns: 22vw auto;
  margin-bottom: 10px;
}

.profile-bonus p {
  margin: 0;
}

.profile-bonus__count {
  min-width: 22vw;
  background-color: #00ff72;
  padding: 32px;
}

.profile-bonus__info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background-color: var(--gray1);
  height: 100%;
  padding: 24px 32px;
  text-align: center;
  gap: 12px;
}
.profile-bonus__link {
  color: var(--gray4);
  text-align: right;
  font-weight: 500;
  font-size: 0.80527086vw;
  line-height: 1.02489019vw;
  display: block;
}

@media (max-width: 991px) {
  .profile-bonus {
    grid-template-columns: 1fr;
  }
  .profile-bonus__info {
    grid-template-columns: 1fr;
    gap: 1.75695461vw;
    text-align: left;
  }
  .profile-bonus__link {
    font-size: 3.05555556vw;
    text-align: left;
  }
}

.profile-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0.87847731vw;
}

.order--th-mobile {
  display: none;
}

.order__col .btn {
  text-transform: none;
}

.bonus-th {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bonus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
  .profile-block-param__title,
  .profile-block-param__value {
    font-size: 3.05555556vw;
  }

  .order--th-mobile {
    display: block;
  }

  .order--th-mobile-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-between;
  }
  .order__col .btn {
    width: 100%;
  }

  .order {
    padding: 6.66666667vw;
    background-color: var(--gray1);
    border: none;
  }
  .profile-block--mobile {
    background: none;
    padding: 0;
  }

  .bonus--th-mobile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
    padding: 0;
  }

  .bonus {
    margin-bottom: 0;
    padding: 1vw 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .bonus-block {
    padding: 6.66666667vw;
    background-color: var(--gray1);
  }
}

/*.slider.slider--promo .promo__left .bg-vitaminC{*/
/*    background-color:#ff02a7!important;*/
/*}*/
/*.slider.slider--promo .promo__left h2.color-vitaminE{*/
/*    color:#ffd7e4!important;*/
/*}*/
a.btn.btn-lg.btn-transparent-border-color.white.need_to_auth {
  color: #fff;
}

/*баннер в каталоге*/

.banner_product{
  grid-column-start: 1;
  grid-column-end: 7;
}
.banner_product img {
  width: 100%;
}
.banner_product_mob {
  display: none;
}
.banner_product_mob img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner_product{
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0 2.22222222vw;
  }
  .banner_product_desc {
    display: none;
  }
  .banner_product_mob {
    display: flex;
   
  }
}

/*баннер в каталоге*/

.down_btn {
  width: auto;
    height: auto;
    background-color: #fff;
    display: inline-block;
    padding: 5px 7px;
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    /* font-family: Normalidad; */
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid #000;
    margin-left: 5px;
}
.down_btn:hover{
  color: #000000;
}
@media(max-width:767px){
  .down_btn {
    margin-top: 5px;
  }
}

.bxmaker-authuserphone-enter-smscode__oferta {
  text-align: center;
}

/*кнопка в каталог на главной*/
.main_btn_catalog{
  grid-column-start: 1;
  grid-column-end: 7;
}
.main_btn_catalog >  .btns {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .main_btn_catalog {
      grid-column-start: 1;
      grid-column-end: 3;
  }
}

.btn-success-bxb {
  border-radius: 20px !important;
  background: #00ff72 !important;
  padding: 10px 27px 10px !important;
  transition: all 0.3s ease;
  line-height: 2;
  height: auto;
  font-size: 14px;
  margin-right: 10px;
}

.roistat-online-chat-holder {
  right: 15px !important;
  bottom: 60px !important;
}
.roistat-online-chat-holder .roistat-online-chat-pulsator-fill {
  background-color: #00FF72 !important;
}
.roistat-online-chat-holder .roistat-online-chat-pulsator-img svg circle {
  fill: rgb(0 255 114) !important;
}


/* region Chill page */
.chill h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slider--chill {
    height: calc(var(--vh, 1vh) * 100);
}
.slider--chill .chill-slide {
    height: 100%;
}
.slider--chill .chill-slide img {
    object-fit: cover;
    object-position: 40% 0;
}

.chill-product .chill-product__title {
    margin: 56px 0 16px;
}
.chill-product .chill-product__img img {
    width: 100%;
    height: 100%;
}
.chill-product .chill-product__preview-text {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding: 56px 0 26px;
}
.chill-product .chill-product__preview-text .chill-product__desc {
    width: 60%;
}
.chill-product .chill-product__preview-text .chill-product__composition {
    width: 40%;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 16px;
}
.chill-product .chill-product__preview-text .chill-product__composition-title {
    font-weight: 700;
}
.chill-product .chill-product__preview-text .chill-product__composition .chill-product__composition-list ul {
    padding-left: 24px;
}
.chill-product .chill-product__preview-text .chill-product__composition .chill-product__composition-list ul li::marker {
    font-size: 12px;
}
.chill-product .btn:hover u {
    transform: unset;
}
.chill-product .btn {
    position: relative;
    overflow: hidden;
}
.chill-product .btn::before {
    content: '';
    position: absolute;
    z-index: 100;
    top: 0;
    left: calc(-100% - 10px);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(-20deg);
    transition: none;
}
.chill-product .btn:hover::before {
    left: calc(100% + 10px);
    transition: left 0.4s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .slider--chill {
        height: 111.11111111vw;
    }
    .chill-product .chill-product__title {
        margin: 32px 0 16px;
    }
    .chill-product .chill-product__preview-text {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0 26px;
    }
    .chill-product .chill-product__preview-text .chill-product__desc {
        width: 100%;
    }
    .chill-product .chill-product__preview-text .chill-product__composition {
        width: 100%;
    }
}

/* endregion */

.product-detail-pic-chill img {
  width: 38.98828697vw;
}

/* region BYSSFIT page */
.byssfit-label {
    text-align: center;
    background: #244093;
    color: #fff;
    padding: 20px;
    margin: 56px 0;
    border-radius: 24px;
}
.byssfit-spec {
    display: flex;
    position: relative;

    margin-bottom: 56px;
}
.byssfit-spec .byssfit-spec__img {
    width: 70%;
}
.byssfit-spec .byssfit-spec__img img {
    width: 100%;
    height: 100%;
}
.byssfit-spec .byssfit-spec__content {
    position: absolute;
    width: 55%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: #F8F8F8;
    border-radius: 24px;
    padding: 32px;
}
.byssfit-spec .byssfit-spec__content .byssfit-spec__content-title {
    margin-bottom: 16px;
}
.byssfit-limit {
    position: relative;
    display: flex;
    justify-content: end;
}
.byssfit-limit .byssfit-limit__content {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.byssfit-limit .byssfit-limit__content .text-big {
    line-height: 1.3;
}
.byssfit-limit .byssfit-limit__img {
    width: 60%;
    height: 100%;
}
.byssfit-limit .byssfit-limit__img img {
    width: 432px;
    height: 100%;
}

.byssfit-product .byssfit-product__title {
    margin: 56px 0 0;
}
.byssfit-product .byssfit-product__img img {
    width: 100%;
    height: 100%;
}
.byssfit-product .byssfit-product__preview-text {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding: 56px 0 0;
}
.byssfit-product .byssfit-product__preview-text .byssfit-product__desc {
    width: 60%;
}
.byssfit-product .byssfit-product__preview-text .byssfit-product__composition {
    width: 40%;
    height: fit-content;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 16px;
}
.byssfit-product .byssfit-product__preview-text .byssfit-product__composition-title {
    font-weight: 700;
}
.byssfit-product .byssfit-product__preview-text .byssfit-product__composition .byssfit-product__composition-list ul {
    padding-left: 24px;
}
.byssfit-product .byssfit-product__preview-text .byssfit-product__composition .byssfit-product__composition-list ul li::marker {
    font-size: 12px;
}
.byssfit-product .btn:hover u {
    transform: unset;
}
.byssfit-product .btn {
    position: relative;
    overflow: hidden;
}
.byssfit-product .btn::before {
    content: '';
    position: absolute;
    z-index: 100;
    top: 0;
    left: calc(-100% - 10px);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(-20deg);
    transition: none;
}
.byssfit-product .btn:hover::before {
    left: calc(100% + 10px);
    transition: left 0.4s ease-in-out;
}

.byssfit-info {
    padding: 80px 40px 40px;
}
.byssfit-info .byssfit-info__wrapper {
    background: #F8F8F8;
    border-radius: 24px;
    padding: 24px;
}
.byssfit-info .byssfit-info__title {
    font-weight: 700;
    margin-bottom: 16px;
}
.byssfit-info .byssfit-info__content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.byssfit-info .byssfit-info__content-desc {
    width: 70%;
    color: #8A8A8A;
}
.byssfit-info .byssfit-info__content-desc span {
    color: #000;
}
.byssfit-info .byssfit-info__content-char {
    width: 40%;
    border-left: 1px solid #D9D9D9;
}
.byssfit-info .byssfit-info__content-char-wrapper {
    color: #000;
    padding-left: 32px;
}
.byssfit-info .byssfit-info__content-char-wrapper span {
    color: #8A8A8A;
}


@media only screen and (max-width: 991px) {
    .byssfit-spec {
        display: block;
        margin-left: -22px;
        margin-right: -22px;
        margin-bottom: 165px;
    }
    .byssfit-spec .byssfit-spec__img {
        width: 100%;
    }
    .byssfit-spec .byssfit-spec__content {
        width: 90%;
        top: unset;
        bottom: 0;
        transform: translate(0, 50%);
        left: 18px;
    }
    .byssfit-limit {
        flex-direction: column-reverse;
        justify-content: unset;
    }
    .byssfit-limit .byssfit-limit__content {
        position: unset;
        width: 100%;
        transform: unset;
    }
    .byssfit-limit .byssfit-limit__img {
        width: 100%;
    }
    .byssfit-limit .byssfit-limit__img img {
        width: 100%;
    }


    .byssfit .text-big {
        font-size: 14px;
        line-height: 20px;
    }

    .byssfit-product .byssfit-product__title {
        margin: 32px 0 16px;
    }
    .byssfit-product .byssfit-product__title br {
        display: none;
    }

    .byssfit-product .byssfit-product__preview-text {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0 26px;
    }
    .byssfit-product .byssfit-product__preview-text .byssfit-product__desc {
        width: 100%;
    }
    .byssfit-product .byssfit-product__preview-text .byssfit-product__composition {
        width: 100%;
    }

    .byssfit-info {
        padding: 56px 0 0;
    }
    .byssfit-info .byssfit-info__content {
        flex-direction: column;
        gap: 20px;
    }
    .byssfit-info .byssfit-info__content-desc {
        width: 100%;
    }
    .byssfit-info .byssfit-info__content-char {
        width: 100%;
        border-left: none;
        border-top: 1px solid #D9D9D9;
    }
    .byssfit-info .byssfit-info__content-char-wrapper {
        padding-left: 0;
        padding-top: 20px;
    }
}

/* endregion */

/*стиккер*/
.products .wrapper_img {
	position: relative;
	display: inline-block;
  margin-bottom: 0.98vw;
}
.products .stickker_product{
	position: absolute;
    top: 10%;
    right: -6%;
    display: flex;
    flex-direction: column;
    /* transform: translateY(-30%); */
    z-index: 15;
    align-items: center;
}
.products .complect .stickker_product{
    right: 1%;
}
.products .wrapper_img .stickker_product img {
	width: 6.5vw !important;
    height: auto !important;
}
.products .stickker_product span {
	display: inline-block;
    padding: 15px;
    width: fit-content;
}
@media only screen and (max-width: 991px) {
	.products .product-detail-pic > .wrapper_img{
        width: 61.11111111vw;
		margin: 0 auto;
    }
    .products .product-detail-pic > div > img {
        width: 100%;
    }
    .products .wrapper_img .stickker_product img {
		width: 15vw !important;
		height: auto !important;
	}
}
/*стиккер*/

.basket-item__pic {
  background: #ffffff;
}

/*404 страница*/
.wrapper_404 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  gap: 24px;
}
.wrapper_404 .item_404{
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
}
/*.wrapper_404 .item_right {
  display: flex;
  height: 100%;
  background: url("/assets/img/404_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}*/
.wrapper_404 .item_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.title_404 {
  font-weight: 700;
  font-size: 2.9vw;
  line-height: 3.4vw;
}*/
.subtitle_404 {
  /*font-size: 18px;*/
  font-style: normal;
  font-weight: 700;
  /*line-height: 24px;*/
}
.info_404{
  /*font-size: 18px;*/
  font-style: normal;
  font-weight: 400;
  /*line-height: 24px; */
}
.category_404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.category_404 .category_404-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  border-radius: 16px;
  width: calc(50% - 12px);
  /*max-width: 300px;*/
  height: 85px;
}
.category_404 .category_404-item a {
  font-family: 'Normalidad UltraExtended', sans-serif;
  position: relative;
  color: var(--gray-black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  width: 100%;
  padding: 12px 16px;
}
.category_404 .category_404-item a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"><path d="M2.03906 10L6.28906 6L2.03906 2" stroke="black" stroke-width="2" stroke-linecap="square"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.category_404 .category_404-item a:hover{
  /*text-decoration: none;*/
}
.main-el{
  background: #FAFF00;
}
.catalog-el{
  background: #6CFF00;
}
.faq-el{
  background: #FF02A7;
}
.contacts-el{
  background: #00FBEC;
}

@media(max-width:991px){
  .wrapper_404 {
   flex-direction: column;
  }
  .wrapper_404 .item_404{
    width: 100%;
  }
  .title_404 {
    font-weight: 700;
    font-size: 7vw;
    line-height: 7.4vw;
  }
  .wrapper_404 .item_right img {
   height: auto;
  }
  .category_404 .category_404-item a{
    font-size: 14px;
    line-height: 20px;
  }
}
@media(max-width:450px){
  .category_404 .category_404-item {
    
    height: 80px;
  }
  .category_404 .category_404-item a{
    font-size: 10px;
    line-height: 16px;
    padding: 12px;
  }
}
/*404 страница*/

/*кнопка наверх*/

#scroll_top {
	display: none;
	position: fixed;
	bottom: 150px;
	right: 31px;
	z-index: 1000;
	width: 64px;
	height: 64px;
	background: #00ff72 url('../img/arrow-up.svg') no-repeat scroll center 14px;
	border-radius: 50%;
	opacity: 0.5;
  transition: opacity 0.3s;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#scroll_top:hover {
 	opacity: 1;
}

@media(max-width: 1280px){
  #scroll_top{
    bottom: 140px;
    right: 15px;
  }
}
/*кнопка наверх*/

/* region check-up biocheck */
.biocheck-section .block h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
}
.biocheck-section .block__content--3 {
    padding: 2.92825769vw 2.92825769vw 4.09956076vw;
}
.biocheck-section .bio-catalog {
    padding: 4.09956076vw 4.392386530014641vw 5.85651537vw 2.92825769vw;
}
.biocheck-section .bio-catalog__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.92825769vw;
    row-gap: 4.09956076vw;
}
.biocheck-section .bio-catalog__grid .bio-catalog__grid-item {
    display: flex;
    flex-direction: column;
    gap: 1.17130307vw;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 23.4260615vw;
    background-size: 100% !important;
    background-position: 100% 25% !important;
    border-radius: 24px;
    cursor: pointer;
    overflow: hidden;
    transition: background-size 0.3s ease-in-out;
    padding: 2.92825769vw 2.92825769vw 2.34260615vw;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item.active {
    background-size: 105% !important;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-label {
    display: flex;
    align-items: center;
    gap: 0.58565154vw;
    width: fit-content;
    font-size: 0.87847731vw;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 16px;
    color: #000;
    background-color: #FAFF00;
    transition: background-color 0.3s ease-in-out;
    padding: 0.58565154vw 0.87847731vw 0.58565154vw 1.17130307vw;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item.active .bio-catalog__item-label {
    background-color: #FF9D2A;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-label img {
    transition: transform 0.3s ease-in-out;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item.active .bio-catalog__item-label img {
    transform: rotate(90deg);
}
.biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-content {
    display: flex;
    flex-direction: column;
    gap: 1.17130307vw;
    font-weight: 700;
    color: #fff;
    transition: transform 0.5s ease-in-out;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item.active .bio-catalog__item-content {
    transform: translateY(150%);
}
.biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-detail {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 10.055637vw;
    visibility: hidden;
    opacity: 0;
    height: 0%;
    color: #fff;
    transform: translateY(-15px);
    margin-top: 1.1713031vw;
    transition: all 0.5s ease-in-out;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item.active .bio-catalog__item-detail {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0);
}
.biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-detail ul li {
    margin-right: 12px;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-detail ul {
    font-size: 0.80527086vw;
    column-count: 2;
    margin-bottom: 0;
}
.biocheck-section .bio-catalog__item-detail-mobile {
    display: none;
}
.biocheck-section .bio-catalog__item-detail-mobile ul {
    font-size: 3.05555vw;
    line-height: 3.88888vw;
    letter-spacing: -0.06em;
    column-count: 2;
    padding-left: 1rem;
}
.biocheck-section .bio-catalog__item-detail-mobile ul li {
    margin-bottom: 10px;
    margin-right: 12px;
}
.biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-text {
    text-transform: uppercase;
}
.biocheck-section .bio-catalog__grid .bio-catalog__btn {
    width: 50%;
}
.biocheck-section .bio-catalog__grid .bio-catalog__btn .icon__right {
    right: 1.17130307vw;
    left: auto;
}
@media (max-width: 991px) {
    .biocheck-section .block__content--3 {
        font-size: 3.88888vw;
        line-height: 5.55555vw;
        padding: 11.11111vw 5.55555vw;
    }
    .biocheck-section .block__content--3 h5 {
        font-size: 3.88888vw;
        line-height: 5.55555vw;
        margin-bottom: 4.44444vw
    }
    .biocheck-section .block--5 {
        margin-bottom: 4.09956076vw;
    }
    .biocheck-section .bio-catalog__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__item {
        height: 47.77777vw;
        padding: 4.44444vw 4.44444vw 6.66666vw;
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-label {
        font-size: 3.33333vw;
        gap: 2.22222vw;
        padding: 2.22222vw 3.33333vw 2.22222vw 4.44444vw;
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__item.active {
        background-size: 100% !important;
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__item.active .bio-catalog__item-content {
        transform: translateY(0);
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__item .bio-catalog__item-detail {
        display: none;
    }
    .biocheck-section .bio-catalog__item-detail-mobile.active {
        display: block;
        font-size: 3.05555vw;
        line-height: 3.88888vw;
        font-weight: 500;
        margin-top: 3.33333vw;
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__btn {
        width: 100%;
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__btn .btn-buy {
        height: 14.44444vw;
    }
    .biocheck-section .bio-catalog__grid .bio-catalog__btn .icon__right {
        position: absolute;
        top: 50%;
        right: 5.55555vw;
        transform: translateY(-50%);
    }
    .biocheck-section .wrapper_block-price--list .current_block h4 {
        font-size: 5.55555vw;
        line-height: 7.77777vw;
    }
    .biocheck-section .bio-catalog__item-title {
        font-size: 6.388888vw;
    }
}
/* endregion */

.header-menu__wrapper .ipsum_menu-item{
  font-size: 0.70527086vw;
}

.flex-reverse{
  flex-direction: row-reverse;
}

@media(max-width: 991px) {
  .products .wrapper_img {
    margin-bottom: 2.98vw;
  }
}

/*новые стили деталка*/

.product-detail .item-rating svg {
    width: 20px;
    height: 20px;
}
.product-detail.rating_block_head {
  margin-bottom: 1.7569vw;
}
.product-detail .bx-breadcrumb {
    margin: 0 0 0.5856vw 0;
}
.product-detail .bx-breadcrumb .bx-breadcrumb-item {
  margin-bottom: 0;
}
.product-detail h1.product-detail__name {
  border-bottom: 0.5856vw;
}
.product-detail .options {
  display: flex;
}
.product-detail .options .option {
   width: calc(100%/var(--count-opt));
}
.product-detail .option__icon{
    margin: 0 auto 0;
}
.product-detail .compatibility_detail a{
  font-size: 12px;
} 
.product-detail .diff_percent{
  background: var(--product-5-htp, #A533FF);
  color: #fff;
}


/* region cookie */
.cookie-apply {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid var(--stroke_black, #e5e5e5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 32px 24px;
    transition: all .3s ease-in-out;
}
.cookie-apply .cookie-apply__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-apply .btn {
    height: 3vw;
}
@media (max-width: 991px) {
    .cookie-apply {
        padding: 3.333333333333333vw;
        padding-bottom: 14.111111vw;
    }
    .cookie-apply .cookie-apply__container {
        flex-direction: column;
        gap: 3vw;
    }
    .cookie-apply .cookie-apply__text {
        font-size: 3vw;
        line-height: 5vw;
    }
    .cookie-apply .btn {
        height: 11.11111111111111vw;
    }
}
/* endregion */


/* region main advantages */
.elements_container .main-advantages__section {
    margin-top: 0.294vw;
}
.main-advantages__section {
    padding: 2.342606149341142vw 2.928257686676428vw;
}
.main-advantages__section .content {
    padding: 0;
}
.main-advantages {
    display: flex;
    justify-content: space-between;
    gap: 2.928257686676428vw;
}
.main-advantages .main-advantages__wrapper {
    display: flex;
    align-items: center;
    gap: 2.928257686676428vw;
}
.main-advantages .main-advantage {
    display: flex;
    align-items: center;
    gap: 1.171303074670571vw;
}
.main-advantages .main-advantage__title {
    font-family: "Playfair Display", serif !important;
    font-size: 1.02489019033675vw;
    line-height: 1.464128843338214vw;
    font-weight: 700;
}
.main-advantages .main-advantage .main-advantage__icon img {
    max-width: 2.928257686676428vw;
    max-height: 2.928257686676428vw;
}
@media (max-width: 991px) {
    .main-advantages__section {
        padding: 4.444444444444444vw 4.444444444444444vw 6.666666666666667vw;
    }
    .main-advantages {
        flex-direction: column-reverse;
        gap: 8.888888888888889vw;
    }
    .main-advantages .main-advantages__wrapper {
        flex-direction: column;
        align-items: unset;
        gap: 6.666666666666667vw;
    }
    .main-advantages .main-advantage {
        width: 100%;
        justify-content: space-between;
        gap: unset;
    }
    .main-advantages .main-advantages__wrapper .main-advantage {
        justify-content: unset;
        gap: 8.888888888888889vw;
    }
    .main-advantages .main-advantage__title {
        font-size: 3.888888888888889vw;
        line-height: 5.555555555555556vw;
    }
    .main-advantages .main-advantage__icon img {
        width: 7.777777777777778vw;
        height: 7.777777777777778vw;
    }
}
/* endregion */
.promo__right video {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.main-compatibility {
    display: flex;
    align-items: center;
    gap: 2.342606149341142vw;
    background-color: var(--gray1);
    padding: 2.928257686676428vw 5.856515373352855vw;
}
.main-compatibility .main-compatibility__description {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5856515373352855vw;
}
.main-compatibility .main-compatibility__title span {
    color: #FF02A7;
}
.main-compatibility .main-compatibility__text {
    font-size: 1.02489019033675vw;
    line-height: 1.464128843338214vw;
    font-weight: 400;
}
.main-compatibility .main-compatibility__link {
    flex: 1;
    max-width: 35.13909224011713vw;
    color: var(--black);
    border-radius: 1.171303074670571vw;
    background-color: #00FF72;
    text-decoration: none;
    text-align: center;
    transition: 300ms ease color;
    padding: 1.903367496339678vw 0;
}
.main-compatibility .main-compatibility__link:hover {
    color: var(--aHover);
}
@media (max-width: 991px) {
    .main-compatibility {
        flex-direction: column;
        align-items: unset;
        gap: 8.888888888888889vw;
        padding: 15.55555555555556vw 5.555555555555556vw;
    }
    .main-compatibility .main-compatibility__description {
        gap: 2.222222222222222vw;
    }
    .main-compatibility .main-compatibility__text {
        font-size: 3.888888888888889vw;
        line-height: 5.555555555555556vw;
    }
    .main-compatibility .main-compatibility__link {
        max-width: 100%;
        border-radius: 4.444444444444444vw;
        padding: 5.555555555555556vw 0;
        margin: 0;
    }
}

.main-blog__block {
    display: flex;
    flex-direction: column;
    gap: 4.099560761346999vw;
    padding: 5.856515373352855vw 2.928257686676428vw;
}
.main-blog__block .main-blog__block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-blog__block .main-blog__block-btn {
    width: 22.18155197657394vw;
    font-family: 'Normalidad UltraExtended', sans-serif;
    font-size: 0.8784773060029283vw;
    line-height: 1.171303074670571vw;
    font-weight: 700;
    color: var(--white);
    background-color: var(--black);
    text-decoration: none;
    text-align: center;
    border-radius: 1.171303074670571vw;
    transition: 300ms ease all;
    padding: 1.464128843338214vw 0;
}
.main-blog__block .main-blog__block-btn:hover {
    color: var(--aHover);
    transform: scale(1.09);
}
.main-blog__block .main-blog__block-btn.mobile {
    display: none;
}
@media (max-width: 991px) {
    .main-blog__block {
        gap: 6.666666666666667vw;
        padding: 11.11111111111111vw 5.555555555555556vw 22.22222222222222vw;
    }
    .main-blog__block .main-blog__block-btn {
        display: none;
    }
    .main-blog__block .main-blog__block-btn.mobile {
        display: block;
        width: 100%;
        font-size: 3.333333333333333vw;
        line-height: 4.444444444444444vw;
        border-radius: 4.444444444444444vw;
        padding: 5.555555555555556vw 0;
    }
}