

/* Start:/assets/css/style_products.css?175085779162292*/
sup {
    position: relative;
    top: 2px;
    left: 2px;
    font-size: 0.7em;
    line-height: 0;
}


.efficiency {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 20px;
    max-width: 1080px;
}

.efficiency_cist {
    justify-content: center; 
}

.efficiency__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    padding: 0 5px;
}

.efficiency_cist__box {
    width: 30%;
}

.efficiency__box span {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 20%;
    margin-bottom: 10px;
}

.efficiency__box img {
    max-width: 165px;
    width: 90%;
}

@media (max-width: 900px) {
    .efficiency__box span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .efficiency__box span {
        font-size: 14px;
    }
    .efficiency_cist__box span {
        font-size: 16px;
    }
    .efficiency_cist__box img {
        max-width: 140px;
    }
}

@media (max-width: 500px) {
    sup {        
        font-size: 0.7em;
    }

    
    .efficiency {
        margin: 25px auto 15px;
    }
    .efficiency__box span {
        font-size: 10px;
    }
    .efficiency_cist__box span {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .grey-block_efficien {
        padding: 20px 7px;
    }
    .efficiency__box span {
        font-size: 9px;        
    }
    .efficiency_cist__box {
        width: 33%;
    }
    .efficiency_cist__box span {
        font-size: 11px;        
    }
}

.factors {
    margin: 100px auto;
    /* padding: 0 10px;   */
    max-width: 1100px;
}

.factors__row_holest {
    justify-content: center !important;
}

.factors__box_holest {
    margin: 7px !important;
    max-width: 210px !important;
    width: 18% !important;
}

.factors__row {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.factors__box {
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px #E5E6F2;
    border-radius: 19px;
    max-width: 160px;
}

.factors__box img {
    width: 55px;
    height: 55px;
}

.factors__box span {
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 5px 0 0;
    line-height: 1;
}

.foot-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}

@media (max-width: 1100px) {
    .factors {
        max-width: 600px;
    }
    .factors__row {
        flex-wrap: wrap;
        margin: 15px auto;
    }
    .factors__box {
        width: 32%;
        max-width: 180px;
        margin: 10px 0;
    }
    .factors__box_holest {
        max-width: 180px !important;
        width: 32% !important;
    }
}

@media (max-width: 768px) {
    .factors {
        max-width: 600px;
        margin: 70px auto;
    }
    .foot-text {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .factors {
        max-width: 320px;
        margin: 45px auto;
    }
    .factors__row {
        margin: 10px auto;
    }
    .factors__box {
        max-width: 100px;
        margin: 7px 0;
        padding: 5px;
    }
    .factors__box_holest {
        width: 40% !important;
    }
    .factors__box img {
        width: 35px;
        height: 35px;
    }
    .factors__box span {
        font-size: 12px;
    }
    .foot-text {
        font-size: 13px;
    }
}

.separator__span {
    margin-top: 20px;
    /* border-top: 2px solid #05347f; */
    position: absolute;
    width: 100%
}

.separator__text {
    font-family: "DINRoundPro-Medi", Sans-serif;
    /* background-color: #fff; */
    color: #05347f;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

.faq {
    font-family: "MyriadProRegular", Sans-serif;
    margin-bottom: 40px;
    max-width: 540px;
}

.faq__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    color: #05347f
}

.faq__item-title:hover {
    cursor: pointer
}

.faq__item-title .fa-minus {
    color: #05347f;
    display: none
}

.faq__item-title .fa-plus {
    color: #c10230
}

.faq__item-title i {
    padding: 5px 15px 5px 0
}

.faq__item-title span {
    font-weight: bold;
    font-size: 16px
}

.faq__item-text {
    color: #05347f;
    padding: 0px 20px 15px;
    display: none
}

.faq__item_active>.faq__item-text,
.faq__item_active .fa-minus {
    display: block;
}

.faq__item_active .fa-plus {
    display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}


/* Упаковка */

.i-box {
    margin: 25px auto 50px;
    display: flex;
    justify-content: space-around;
}

.i-box__conteiner {
    position: relative;
    width: 50%;
}

.i-box_title {
    margin-bottom: -25px;
}

.i-box__conteiner_title {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    height: 25%;
}

.i-box__label {
    position: absolute;
    top: -5px;
    right: 12%;
    max-width: 130px;
    z-index: 5;
}

.i-box__label_tab {
    max-width: 200px;
    top: 9px;
    right: 6px;
}

.i-box__label_pp {
    top: 143px;
}

.i-box__label img {
    width: 100%;
}

.i-box__row {
    /* width: 100%; */
    height: 450px;
    border-radius: 38px;
    color: #05347F;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.i-box__row-text {
    margin: 25px 52px 20px;
    font-size: 22px;
    font-weight: bold;
}

.i-box__row-ul {
    margin-left: 15px;
    font-size: 18px;
}

.i-box__row-ul li {
    position: relative;
    list-style: none;
    font-size: 18px;
    padding: 5px 0 15px 28px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.i-box__row-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/upload/pages/products/hol/cist-check_1.svg) no-repeat 0 0;
    background-size: contain;
}

.i-box__row-group {
    position: absolute;
    top: 46%;
    left: 3%;
    max-width: 250px;
}

.i-box__row-group img {
    width: 100%;
}

.i-box__row-corner {
    position: absolute;
    bottom: -170px;
    right: -176px;
    max-width: 500PX;
}

.i-box__row-corner img {
    width: 100%;
}

.i-box__row-pac {
    position: absolute;
    bottom: -10px;
    right: -5px;
    max-width: 300px;
}

.i-box__row-pac img {
    width: 100%;
}


/* @media (max-width: 1250px) {
    .i-box__row {
        width: 48vw;
        height: 38vw;
        margin: 10px;
    }
} */

@media (max-width: 1200px) {
    .i-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .i-box__label_tab {
        right: -4px;
    }
    .i-box__conteiner {
        width: 100%;
        max-width: 570px;
    }
    .i-box__row {
        margin: 10px 0;
    }
    .i-box__label_pp {
        top: 124px;
    }
    .i-box__conteiner_title {
        height: 130px;
        text-align: left;
    }
    .i-box__conteiner_title-2 {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .i-box__conteiner {
        max-width: 450px;
    }
    .i-box__row {
        height: 380px;
    }
    .i-box__label {
        top: -3px;
        right: 10%;
        max-width: 110px;
    }
    .i-box__label_tab {
        max-width: 160px;
        top: 9px;
        right: -3px;
    }
    .i-box__row-text {
        margin: 20px 40px 15px;
        font-size: 20px;
    }
    .i-box__row-ul ul {
        padding-left: 25px;
    }
    .i-box__row-ul li {
        font-size: 16px;
        padding: 5px 0 10px 25px;
    }
    .i-box__row-group {
        top: 48%;
        left: 3%;
        max-width: 190px;
    }
    .i-box__row-corner {
        bottom: -50%;
        right: -40%;
        max-width: 400PX;
    }
    .i-box__row-pac {
        bottom: -10px;
        right: -5px;
        max-width: 220px;
    }
    .i-box__label_pp {
        top: 117px;
    }
    .i-box__conteiner_title {
        font-size: 16px;
        height: 120px;
    }
}

@media (max-width: 500px) {
    .i-box__conteiner {
        max-width: 350px;
    }
    .i-box__row {
        height: 290px;
        border-radius: 23px;
    }
    .i-box__row-text {
        margin: 5% 8% 3%;
        font-size: 14px;
    }
    .i-box__row-ul {
        margin-left: 2%;
    }
    .i-box__row-ul ul {
        padding-left: 6%;
        margin: 0;
    }
    .i-box__row-ul li {
        font-size: 13px;
        padding: 2% 0 3% 6%;
    }
    .i-box__row-ul li::before {
        left: 0;
        width: 12px;
        height: 12px;
    }
    .i-box__label {
        top: 1px;
        right: 10%;
        max-width: 85px;
    }
    .i-box__label_tab {
        max-width: 125px;
        top: 10px;
        right: -3px;
    }
    .i-box__row-group {
        max-width: 160px;
    }
    .i-box__row-corner {
        max-width: 315PX;
    }
    .i-box__row-pac {
        max-width: 180px;
    }
    .i-box__conteiner_title {
        font-size: 13px;
        height: 95px;
    }
    .i-box__label_pp {
        top: 95px;
    }
}

@media (max-width: 400px) {
    .i-box__row {
        height: 72vw;
    }
    .i-box__row-group {
        width: 38vw;
    }
    .i-box__row-corner {
        width: 76vw;
        left: 47%;
        top: 43%;
    }
    .i-box__row-pac {
        width: 47vw;
    }
    .i-box__label {
        right: 7%;
        max-width: 80px;
    }
    .i-box__label_tab {
        max-width: 100px;
        right: -2px;
    }
    .i-box__row-text {
        font-size: 3.7vw;
    }
    .i-box__row-ul li {
        font-size: 3.5vw;
    }
    .i-box__row-group {
        top: 50%;
        left: 3%;
        max-width: 190px;
    }
    .i-box__conteiner_title {
        font-size: 12px;
    }
}


/* ------ */


/* Способ применения */

.i-box__row_holest {
    padding: 20px;
    height: 480px;
}

.title-main_box {
    font-size: 27px !important;
}

.title-main__logo_box {
    font-size: 35px !important;
}

.i-box__tabs {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    height: 64%;
}

.i-box__tabs_center {
    justify-content: center;
}

.i-box__tabs-item {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.i-box__tabs-item:nth-child(2) {
    width: 40%;
}

.i-box__tabs_center-item {
    width: 100%;
}

.i-box__tabs-item img {
    width: 100%;
    max-width: 140px;
    display: block;
    margin: 0 auto;
}

.i-box__tabs-text {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.1;
}

.i-box__tabs-text span {
    text-transform: uppercase;
    font-weight: bold;
}

.i-box__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: -10px;
}

.i-box__foot-box {
    padding: 0 3px;
    font-family: 'DINRoundPro', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}

.i-box__foot-box:first-child {
    max-width: 135px;
}

.i-box__foot-box img {
    width: 100%;
}

@media (max-width: 768px) {
    .i-box__row_holest {
        height: 400px;
    }
    .i-box__tabs-text {
        font-size: 16px;
    }
    .i-box__tabs-item img {
        max-width: 120px;
    }
    .i-box__foot-box:first-child {
        max-width: 120px;
    }
    .i-box__foot-box {
        font-size: 13px;
    }
    .title-main_box {
        font-size: 22px !important;
    }
    .title-main__logo_box {
        font-size: 30px !important;
    }
}

@media (max-width: 500px) {
    .i-box__row_holest {
        height: 280px;
        padding: 10px;
    }
    .title-main_box {
        font-size: 17px !important;
    }
    .title-main__logo_box {
        font-size: 24px !important;
    }
    .i-box__tabs {
        margin: 15px auto 0;
        height: 60%;
    }
    .i-box__tabs-item img {
        max-width: 86px;
        height: 55%;
        object-fit: contain;
    }
    .i-box__tabs-text {
        font-size: 13px;
        margin-top: 10px;
    }
    .i-box__foot-box:first-child {
        max-width: 85px;
    }
    .i-box__foot-box:nth-child(2) {
        max-width: 40px;
    }
    .i-box__foot-box {
        font-size: 9.5px;
    }
}

@media (max-width: 400px) {
    .title-main_box {
        font-size: 15px !important;
    }
    .title-main__logo_box {
        font-size: 20px !important;
    }
    .i-box__tabs-text {
        font-size: 11px;
    }
}


/* ---- */


/* Просто, эффективно, удобно */

.box-foot {
    text-transform: uppercase;
    font-family: 'DINRoundPro', sans-serif;
    font-size: 20px;
    margin: 30px auto 100px;
    max-width: 515px;
}

.box-foot ul {
    display: flex;
    justify-content: space-between;
    padding: 0 5% 0 10%;
}

.box-foot ul li {
    list-style: none;
    position: relative;
}

.box-foot ul li::before {
    content: '';
    position: absolute;
    background: url(/upload/pages/products/hol/cist-check_1.svg) no-repeat;
    background-size: contain;
    top: 3px;
    left: -23px;
    width: 17px;
    height: 17px;
}

.box-foot span {
    display: block;
    font-weight: bold;
    background: linear-gradient(200deg, rgba(255, 169, 175, 0.38) -2.51%, rgba(247, 230, 205, 0.1482) 29.18%, rgba(255, 151, 159, 0.38) 102.7%);
    border-radius: 38px;
    margin: 20px 0;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .box-foot {
        font-size: 16px;
        margin: -20px auto 80px;
        max-width: 380px;
    }
    .box-foot span {
        height: 48px;
    }
}

@media (max-width: 500px) {
    .box-foot {
        font-size: 13px;
        margin: -30px auto 60px;
        max-width: 320px;
        width: 95%;
    }
    .box-foot span {
        height: 35px;
        margin: 15px 0;
    }
    .box-foot ul li::before {
        top: 2px;
        left: -18px;
        width: 13px;
        height: 13px;
    }
}

@media (max-width: 400px) {
    .box-foot {
        font-size: 12px;
    }
}

.holest-innovate {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 90px;
    justify-content: space-between;
}

.holest-innovate__item {
    position: relative;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-radius: 33px;
    height: 135px;
    width: 48%;
    margin: 25px 0;
    box-shadow: 0 0 0 6px #fff;
}

.holest-innovate__item_right {
    padding: 10px 150px 10px 25px;
    text-align: left;
}

.holest-innovate__item-img_right {
    right: -17px;
}

.holest-innovate__item_left {
    padding: 10px 25px 10px 150px;
    text-align: right;
}

.holest-innovate__item-img_left {
    left: -17px;
}

.holest-innovate__item-text {
    font-size: 17px;
    line-height: 1.1;
}

.holest-innovate__item-text span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.holest-innovate__item-img {
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
    max-width: 160px;
    height: 160px;
}

.holest-innovate__item-img img {
    width: 100%;
}

.innovate__promo {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

.innovate__promo-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innovate__promo-box img {
    width: 100%;
    max-width: 106px;
    display: block;
    margin: 0 10px;
}

.innovate__promo-box span {
    font-family: 'DINRoundPro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .holest-innovate {
        max-width: 520px;
    }
    .holest-innovate__item {
        width: 100%;
        height: 115px;
        margin: 15px 0;
    }
    .holest-innovate__item_right {
        padding: 10px 130px 10px 25px;
    }
    .holest-innovate__item_left {
        padding: 10px 25px 10px 130px;
    }
    .holest-innovate__item-img {
        position: absolute;
        top: 50%;
        transform: translate(-0, -50%);
        max-width: 130px;
        height: 130px;
    }
    .holest-innovate__item-text span {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .holest-innovate__item-text {
        font-size: 15px;
    }
    .innovate__promo {
        width: 95%;
    }
    .innovate__promo-box span {
        font-size: 16px;
    }
    .innovate__promo-box img {
        max-width: 80px;
    }
}

@media (max-width: 768px) {
    .button-direction_holest {
        margin: 10px auto !important;
    }
    .holest-innovate {
        margin: 20px auto 50px;
    }
    /* .holest-innovate__item {        
        height: 105px;
        padding: 10px 25px 10px 130px;
    } */
    /* .holest-innovate__item-img {
        max-width: 120px;
        height: 120px;
    } */
    .innovate__promo-box span {
        font-size: 16px;
    }
    .innovate__promo-box img {
        max-width: 75px;
        margin: 0 7px;
    }
}

@media (max-width: 500px) {
    .holest-innovate__item {
        height: 85px;
        margin: 15px 0;
        border-radius: 24px;
    }
    .holest-innovate__item_right {
        padding: 10px 90px 10px 25px;
    }
    .holest-innovate__item_left {
        padding: 10px 25px 10px 90px;
    }
    .holest-innovate__item-img {
        max-width: 90px;
        height: 90px;
    }
    .holest-innovate__item-img_right {
        right: -12px;
    }
    .holest-innovate__item-img_left {
        left: -12px;
    }
    .holest-innovate__item-logo {
        max-width: 40px;
        top: -9px;
        left: 15px;
    }
    .holest-innovate__item-text {
        font-size: 12px;
        line-height: 1;
    }
    .holest-innovate__item-text span {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .innovate__promo {
        margin: 20px auto 0;
        max-width: 300px;
        width: 100%;
    }
    .innovate__promo-box span {
        font-size: 12px;
    }
    .innovate__promo-box img {
        max-width: 48px;
        margin: 0 5px;
    }
    /* .holest-innovate__item sup {
        font-size: 6px;
    } */
}

@media (max-width: 400px) {
    .holest-innovate__item-text span {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .holest-innovate__item-text {
        font-size: 11px;
    }
    .innovate__promo-box img {
        max-width: 42px;
    }
}


/* -------- */


/* КАКОЙ ДОЛЖЕН БЫТЬ ХОЛЕСТЕРИН? */

.block-level {
    padding: 0 20px;
    margin-bottom: -10px;
}

.level {
    max-width: 950px;
    margin: 0 auto;
}

.level__title {
    text-align: left;
    max-width: 650px;
}

.level__title span {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    text-transform: none;
}

.level__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.level__table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 59%;
    max-width: 550px;
}

.level__table-cell {
    background: #FFFFFF;
    border: 1px solid #EDDCE7;
    border-radius: 13px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 48%;
    margin: 4px 0;
    font-size: 18px;
}

.level__table-cell_bg {
    background: none;
    border: none;
    height: 40px;
    font-family: 'DINRoundPro-Medi', sans-serif;
    font-size: 22px;
}

.level__table-cell_bg img {
    width: 100%;
    max-width: 66px;
    height: 115%;
}

.level__table-left {
    width: 45%;
}

.level__table-right {
    width: 53%;
}

.level__table-column {
    display: flex;
    justify-content: space-between;
}

.level__img {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-family: 'DINRoundPro', sans-serif;
}

.level__img img {
    width: 100%;
}

.level__img a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: linear-gradient(234.23deg, #FF308D 6.78%, #FF5B31 78.95%);
    border-radius: 95px;
    bottom: 85px;
    right: 0;
    color: #FFFFFF;
    font-size: 18px;
    width: 185px;
    height: 52px;
    text-transform: uppercase;
}

.level__img a:hover {
    background: #ffff;
    color: #E3251E;
    border: 2px solid #E3251E;
    text-decoration: none;
}

.level__img span {
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.level__table span {
    color: #828283;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}

@media (max-width: 1000px) {
    .level {
        max-width: 550px;
    }
    .level__content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .level__table {
        width: 100%;
    }
    .level__img {
        width: 100%;
        max-width: 335px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .level__title span {
        font-size: 16px;
    }
    .level {
        max-width: 495px;
    }
    .level__img {
        max-width: 265px;
    }
    .level__table-cell {
        font-size: 16px;
        height: 53px;
    }
    .level__table-cell_bg {
        font-size: 18px;
        height: 35px;
    }
    .level__table-cell_bg img {
        max-width: 56px;
    }
    .level__img span {
        font-size: 16px;
    }
    .level__img a {
        font-size: 16px;
        width: 170px;
        height: 48px;
        bottom: 64px;
        right: -32px;
    }
}

@media (max-width: 500px) {
    .level__title span {
        font-size: 13px;
    }
    .level {
        max-width: 350px;
    }
    .level__img {
        max-width: 218px;
    }
    .level__table-cell {
        font-size: 13px;
        height: 42px;
    }
    .level__table-cell_bg {
        font-size: 13px;
        height: 30px;
    }
    .level__table-cell_bg img {
        max-width: 46px;
    }
    .level__img span {
        font-size: 13px;
    }
    .level__img a {
        font-size: 13px;
        width: 140px;
        height: 40px;
        bottom: 56px;
        right: -32px;
    }
    .level__table span {
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .level__table-cell {
        font-size: 11px;
        height: 35px;
        margin: 2px 0;
    }
    .level__table-cell_bg {
        font-size: 11px;
        height: 25px;
    }
    .level__table-cell_bg img {
        max-width: 38px;
    }
}


/* ---- */


/* Показания к применению */

.practice {
    margin: 20px auto;
    display: flex;
    max-width: 940px;
    justify-content: space-around;
    align-items: center;
}

.practice_holest {
    max-width: 1100px;
}

.practice__pack {
    width: 50%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

.practice__pack_holest {
    width: 50% !important;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
}

.practice__pack img {
    width: 90%;
}

.practice__ul {
    font-size: 18px;
    padding: 5px;
    width: 45%;
}

.practice__ul_holest {
    padding: 5px 5px 5px 10px;
}

.practice__ul-title {
    list-style: none;
}

.practice__ul-title::before {
    content: none !important;
}


/* .practice__ul-title sup {
    font-size: 14px;
} */

.practice__ul ul {
    padding-left: 10px;
}

.practice__ul ul li {
    list-style: none;
    position: relative;
    margin: 10px 0;
}

.practice__ul ul li:before {
    content: '';
    position: absolute;
    background: url(/upload/pages/products/cist/cist-check_1.svg) no-repeat;
    background-size: contain;
    top: 3px;
    left: -30px;
    width: 20px;
    height: 20px;
}

.practice__ul_holest ul li:before {
    content: '';
    background: url(/upload/pages/products/hol/cist-check_1.svg) no-repeat;
}

.practice__ul_pp ul li:before {
    content: '';
    background: url(/upload/pages/products/pz/cist-check_1.svg) no-repeat;
}

.practice__ul-made {
    display: flex;
    align-items: center;
}

.practice__ul-made img {
    width: 42px;
}

.practice__ul-made span {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .practice {
        justify-content: space-between;
    }
    .practice_holest {
        flex-wrap: wrap;
        flex-direction: row !important;
        max-width: 550px !important;
    }
    .practice__pack_holest {
        padding: 0 10px;
    }
    /* .practice__pack_holest img {
        width: 100% !important;
    } */
    .practice__ul {
        font-size: 16px;
        width: 47%;
        order: 1;
    }
    .practice__ul_holest {
        width: 90% !important;
        order: 1;
        margin: 0 auto;
    }
    /* .practice__ul-title sup {
        font-size: 12px;
    } */
    .practice__pack img {
        width: 100%;
    }
    .practice__pack_holest img {
        width: 90% !important;
    }
    .practice__ul ul {
        margin: 10px 0;
    }
    .practice__ul ul li:before {
        top: 0px;
        left: -23px;
        width: 15px;
        height: 15px;
    }
    .practice__ul_gast ul li:before {  
        top: 5px;  
        left: -18px;
        width: 10px;
        height: 10px;
    }
    .practice__ul-made img {
        width: 30px;
    }
    .button-direction {
        margin: 10px 0;
    }
}

@media (max-width: 600px) {
    .practice {
        flex-direction: column;
        max-width: 400px;
    }
    .practice__pack {
        width: 100%;
    }
    .practice__pack img {
        width: 70%;
    }
    .practice__ul {
        width: 100%;
    }
    .practice__ul ul {
        padding-left: 20px;
    }
    .practice__ul-row {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .button-direction {
        font-size: 13px;
        width: 130px;
        height: 32px;
    }
    .practice__ul {
        font-size: 13px;
    }    
    .practice__ul-made img {
        width: 25px;
    }
    /* .practice__ul-title sup {
        font-size: 10px;
    } */
    .practice__ul-made span {
        padding-left: 6px;
    }
}


/* --------- */


/* Как работает */

.principle {
    margin: 10px auto 30px;
}


/* --- */


/* -- Способ применения Цист -- */

.cist-application {
    width: 100%;
    margin: 20px auto 80px;
    border: 2px solid #E01E81;
    border-radius: 38px;
    padding: 20px;
    /* height: 365px; */
    display: flex;
    justify-content: space-between;
    line-height: 1.1;
    overflow: hidden;
}

.cist-application__box {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.cist-application__box-top {
    display: flex;
    justify-content: space-between;
}

.cist-application__box-top img {
    width: 25%;
    object-fit: contain;
}

.cist-application__box-top-text {
    width: 40%;
    font-size: 18px;
}

.cist-application__box-top-text span {
    display: block;
    margin: 10px 0;
}

.cist-application__box-foot {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
    padding-left: 15px;
    align-items: center;
}

.cist-application__box-foot-curse {
    font-family: "DINRoundPro", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #CB007B;
    width: 35%;
}

.cist-application__box-foot-curse span {
    font-size: 36px;
    font-weight: bold;
}

.cist-application__box-foot-ul ul {
    display: flex;
    padding: 0;
    margin: 5px 0;
}

.cist-application__box-foot-ul span {
    font-size: 18px;
}

.cist-application__box-foot-ul ul li {
    font-family: "DINRoundPro", Sans-serif;
    text-transform: uppercase;
    list-style: none;
    width: 32%;
    padding-left: 20px;
    font-size: 20px;
    position: relative;
}

.cist-application__box-foot-ul ul li::before {
    content: '';
    background: url(/upload/pages/products/cist/cist-check_2.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -3px;
}

.cist-application__pack {
    width: 45%;
    position: relative;
}

.cist__circle {
    position: absolute;
    width: 95%;
    bottom: -25px;
    right: 0;
}

.cist__sashe {
    position: absolute;
    width: 100%;
    max-width: 180px;
    transform: rotate(-20deg);
    right: 176px;
    top: 20px;
    left: 89px;
}

.cist-application__pack-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-family: "DINRoundPro", Sans-serif;
    font-weight: bold;
    color: #FFDB00;
    font-size: 20px;
    bottom: 25px;
    right: 110px;
}

.cist-application__pack-num {
    color: #CB007B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFDB00;
    font-size: 45px;
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
}

.cist__button {
    position: absolute;
    right: 0;
}

@media (max-width: 1200px) {
    .cist-application {
        max-width: 945px;
    }
    .cist-application__box-foot-curse {
        font-size: 18px;
    }
    .cist-application__box-foot-curse span {
        font-size: 27px;
    }
    .cist-application__box-foot-ul ul li {
        padding-left: 18px;
    }
    .cist-application__box-top-text {
        font-size: 16px;
    }
    .cist-application__box-foot-ul span {
        font-size: 16px;
    }
    .cist__sashe {
        max-width: 150px;
        top: 30px;
    }
    .cist-application__pack-text {
        font-size: 18px;
        right: 75px;
        bottom: 0;
    }
    .cist-application__pack-num {
        width: 60px;
        height: 60px;
        font-size: 37px;
    }
}

@media (max-width: 1000px) {
    .cist-application {
        max-width: 500px;
        flex-direction: column;
        border-radius: 28px;
    }
    .cist-application__box {
        width: 100%;
    }
    .cist-application__box-top img {
        width: 23%;
    }
    .cist-application__box-top-text {
        width: 45%;
    }
    .cist-application__pack {
        width: 75%;
        margin: 60px auto 0;
    }
    .cist__circle {
        position: sticky;
        margin: 20px auto -30px;
        width: 100%;
    }
    .cist__sashe {
        width: 40%;
        top: -28px;
        left: 35px;
    }
    .cist-application__pack-text {
        font-size: 16px;
        right: 20%;
    }
    .cist-application__pack-num {
        width: 54px;
        height: 54px;
        font-size: 32px;
    }
    .cist__button {
        position: absolute;
        right: -50px;
        top: -60px;
    }
    .cist-application__box-foot-ul ul li {
        font-size: 16px;
    }
    .cist-application__box-foot-curse {
        width: 30%;
    }
    .cist-application__box-foot-ul {
        width: 70%;
    }
}

@media (max-width: 500px) {
    .cist-application {
        padding: 15px;
        max-width: 360px;
    }
    .cist-application__box-top-text {
        font-size: 13px;
    }
    .cist-application__box-foot-curse {
        font-size: 13px;
    }
    .cist-application__box-foot-curse span {
        font-size: 18px;
    }
    .cist-application__box-foot-ul span {
        font-size: 13px;
    }
    .cist-application__box-foot-ul ul {
        justify-content: space-between;
    }
    .cist-application__box-foot-ul ul li {
        font-size: 13px;
    }
    .cist-application__box-foot-ul ul li::before {
        width: 9px;
        height: 9px;
        top: 2px;
        left: 5px;
    }
    .cist__sashe {
        width: 40%;
    }
    .cist-application__pack-text {
        font-size: 13px;
        right: 15%;
    }
    .cist-application__pack-num {
        width: 42px;
        height: 42px;
        font-size: 26px;
    }
    .cist__button {
        right: -40px;
        top: -40px;
    }
}

@media (max-width: 400px) {
    .cist-application__box-top img {
        width: 21%;
    }
    .cist-application__box-top-text {
        font-size: 12px;
        width: 50%;
    }
    .cist-application__box-top-text span {
        margin: 5px 0;
    }
    .cist-application__box-foot-ul ul li {
        padding-left: 15px;
        font-size: 12px;
    }
    .cist-application__box-foot-curse {
        font-size: 12px;
    }
    .cist-application__box-foot-curse span {
        font-size: 17px;
    }
    .cist-application__box-foot {
        padding: 0;
    }
    .cist-application__pack-text {
        font-size: 12px;
        right: 12%;
    }
    .cist-application__pack-num {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
}


/* ----- */


/* Как работает Цист */

.biology {
    width: 100%;
    margin: 10px auto 70px;
    font-size: 18px;
}

.biology__item {
    display: flex;
    justify-content: space-between;
}

.biology__text {
    margin: 15px auto;
    text-align: center;
    width: 95%;
}

.biology__item-box {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.biology__item-box img {
    width: 100%;
}

.biology__item-box span {
    width: 95%;
    text-align: center;
}

@media (max-width: 1000px) {
    .biology {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .biology {
        max-width: 600px;
    }
    .biology__text {
        text-align: left;
        width: 100%;
    }
    .biology__item {
        flex-direction: column;
    }
    .biology__item-box {
        margin: 10px 0;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .biology {
        font-size: 13px;
        margin: 10px auto 40px;
    }
    .biology__text {
        margin: 0;
    }
}


/* --- */


/* Умная упаковка Цист */

.c-pack {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 80px;
}

.c-pack__text {
    font-size: 18px;
    text-align: center;
    margin: 10px auto 30px;
}

.c-pack__block {
    display: flex;
    justify-content: center;
    width: 95%;
    max-width: 870px;
    margin: 0 auto;
}

.c-pack__block-camera {
    width: 23%;
    display: flex;
    flex-direction: column;
    padding-top: 5%;
}

.c-pack__block-img {
    display: block;
    width: 32%;
}

.c-pack__block-camera_a {
    align-items: flex-start;
    text-align: left;
}

.c-pack__block-camera_b {
    align-items: flex-end;
    text-align: right;
}

.c-pack__block-camera-title {
    color: #CB007B;
    font-size: 24px;
    font-weight: bold;
    font-family: "DINRoundPro", Sans-serif;
    text-transform: uppercase;
    height: 35px;
    display: flex;
    align-items: center;
}

.c-pack__block-camera-separator {
    width: 100%;
    background-color: #CB007B;
    height: 6px;
    border-radius: 10px;
}

.c-pack__block-camera-txt {
    margin-top: 5px;
    font-size: 22px;
    line-height: 1;
}

.c-pack__block-bubbles {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 70%;
    top: 54%;
    left: 50%;
    font-family: "DINRoundPro", Sans-serif;
    transform: translateX(-50%);
}

.c-pack__block-bubbles-item {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid #FFDB00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 50px;
    text-align: center;
    position: relative;
}

.c-pack__block-bubbles-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    background-color: #FFDB00;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .c-pack__block-bubbles-item {
        width: 180px;
        height: 180px;
    }
    .c-pack__block-bubbles-num {
        top: -5px;
        left: -5px;
        width: 45px;
        height: 45px;
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .c-pack__block-camera-txt {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .c-pack__block-bubbles {
        width: 80%;
        top: 70%;
    }
}

@media (max-width: 800px) {
    .c-pack__block {
        width: 100%;
    }
    .c-pack__block-camera-title {
        font-size: 20px;
    }
    .c-pack__block-camera {
        width: 30%;
    }
    .c-pack__block-bubbles {
        width: 90%;
        justify-content: center;
        position: sticky;
        left: 0;
        transform: none;
        margin: 30px auto;
    }
    .c-pack__block-bubbles-item {
        width: 170px;
        height: 170px;
        margin: 0 15px;
        font-size: 18px;
        padding: 30px;
    }
}

@media (max-width: 500px) {
    .c-pack {
        margin: 0 auto 40px;
    }
    .c-pack__block {
        width: 100%;
    }
    .c-pack__block-camera {
        width: 34%;
    }
    .c-pack__block-camera-title {
        font-size: 16px;
    }
    .c-pack__block-camera-txt {
        font-size: 16px;
    }
    .c-pack__block-bubbles-item {
        width: 120px;
        height: 120px;
        font-size: 12px;
        padding: 30px;
    }
    .c-pack__block-bubbles-num {
        top: -5px;
        left: -5px;
        width: 32px;
        height: 32px;
        font-size: 22px;
    }
    .c-pack__text {
        font-size: 12px;
        margin: 10px auto 20px;
    }
}

@media (max-width: 400px) {
    .c-pack__block-camera-txt {
        font-size: 13px;
    }
}

@media (min-width: 576px) {
    .c-pack {
        max-width: 540px;
    }
}

@media (min-width: 800px) {
    .c-pack {
        max-width: 720px;
        margin: 0 auto 120px;
    }
}

@media (min-width: 992px) {
    .c-pack {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .c-pack {
        max-width: 1140px;
    }
}


/* ----- */


/* Инновационная формула Цист, ПЖ */

.innovate {
    max-width: 800px;
    margin: 20px auto;
}

.innovate__item {
    position: relative;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-radius: 98px;
    height: 130px;
    width: 100%;
    margin: 25px 0;
    padding: 10px 25px 10px 170px;
}

.innovate__item-text {
    font-size: 17px;
    line-height: 1.1;
}

.innovate__item-text span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.innovate__item-img {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-0, -50%);
    max-width: 150px;
    height: 150px;
}

.innovate__item-img img {
    width: 100%;
}

.innovate__item-logo {
    position: absolute;
    max-width: 75px;
    top: -15px;
    left: 10px;
}

.innovate__promo {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.innovate__promo-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innovate__promo-box img {
    width: 100%;
    max-width: 106px;
    display: block;
    margin: 0 10px;
}

.innovate__promo-box span {
    font-family: 'DINRoundPro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .innovate {
        max-width: 520px;
        margin: 20px auto 50px;
    }
    .innovate__item {
        height: 105px;
        padding: 10px 25px 10px 130px;
    }
    .innovate__item-img {
        max-width: 120px;
        height: 120px;
    }
    .innovate__item-logo {
        max-width: 50px;
        top: -9px;
        left: 15px;
    }
    .innovate__item-text {
        font-size: 15px;
    }
    .innovate__item-text span {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .innovate__promo-box span {
        font-size: 16px;
    }
    .innovate__promo-box img {
        max-width: 75px;
        margin: 0 7px;
    }
}

@media (max-width: 500px) {
    .innovate__item {
        height: 85px;
        padding: 10px 20px 10px 90px;
        margin: 20px 0;
    }
    .innovate__item-img {
        max-width: 90px;
        height: 90px;
        left: -10px;
    }
    .innovate__item-logo {
        max-width: 40px;
        top: -9px;
        left: 15px;
    }
    .innovate__item-text {
        font-size: 12px;
        line-height: 1;
    }
    .innovate__item-text span {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .innovate__promo {
        width: 95%;
        margin: 20px auto 0;
    }
    .innovate__promo-box span {
        font-size: 12px;
    }
    .innovate__promo-box img {
        max-width: 48px;
        margin: 0 5px;
    }
}

@media (max-width: 400px) {
    .innovate__item {
        height: 88px;
        padding: 10px 20px 10px 80px;
    }
    .innovate__item-img {
        max-width: 85px;
        height: 85px;
    }
    .innovate__item-text span {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .innovate__item-text {
        font-size: 10px;
    }
    .innovate__promo-box img {
        max-width: 42px;
    }
}


/* -------- */


/* Способ применения PP */

.pp-application {
    width: 100%;
    padding: 20px;
    line-height: 1.1;
    overflow: hidden;
}

.pp-application__box {}

.pp-application__box-top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.pp-application__box-top img {
    width: 27%;
    object-fit: contain;
}

.pp-application__box-top-text {
    width: 40%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pp-application__box-foot {
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0 10px;
    padding-left: 15px;
    align-items: center;
}

.pp-application__box-foot-curse {
    font-family: "DINRoundPro", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #00C4B3;
    width: 35%;
}

.pp-application__box-foot-curse span {
    font-size: 36px;
    font-weight: bold;
}

.pp-application__box-foot-ul ul {
    display: flex;
    padding: 0;
    margin: 5px 0;
}

.pp-application__box-foot-ul ul li {
    font-family: "DINRoundPro", Sans-serif;
    text-transform: uppercase;
    list-style: none;
    width: 32%;
    padding-left: 20px;
    font-size: 20px;
    position: relative;
    margin: 0 15px;
}

.pp-application__box-foot-ul ul li::before {
    content: '';
    background: url(/upload/pages/products/pz/cist-check_2.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -3px;
}

.pp-application__pack-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-family: "DINRoundPro", Sans-serif;
    font-weight: bold;
    color: #00C4B3;
    font-size: 20px;
    bottom: 25px;
    right: 110px;
}

.pp-application__pack-num {
    color: #00C4B3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFDB00;
    font-size: 40px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .pp-application__box-top {
        margin-top: 10px;
    }
    .pp-application__pack-text {
        font-size: 18px;
    }
    .pp-application__pack-num {
        font-size: 35px;
        width: 53px;
        height: 53px;
    }
    .pp-application__box-foot {
        margin: 25px 0 10px;
        padding-left: 5px;
    }
    .pp-application__box-foot-curse {
        font-size: 17px;
    }
    .pp-application__box-foot-curse span {
        font-size: 30px;
    }
    .pp-application__box-foot-ul ul li {
        font-size: 16px;
        margin: 0 7px;
    }
    .pp-application__box-foot-ul ul li::before {
        top: 0;
    }
}

@media (max-width: 500px) {
    .pp-application {
        padding: 10px;
    }
    .pp-application__pack-num {
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
    .pp-application__pack-text {
        font-size: 13px;
    }
    .pp-application__box-foot-curse {
        font-size: 13px;
    }
    .pp-application__box-foot-curse span {
        font-size: 22px;
    }
    .pp-application__box-foot-ul ul li {
        font-size: 13px;
        margin: 0 5px;
        padding-left: 15px;
    }
    .pp-application__box-foot-ul ul li::before {
        top: 0;
        width: 12px;
        height: 12px;
    }
    .pp__button {
        width: 98px;
        height: 26px;
    }
}

@media (max-width: 400px) {
    .pp-application__box-top-text {
        width: 42%;
    }
    .pp-application__box-foot-ul ul li {
        font-size: 11px;
        padding-left: 10px;
        margin: 0 4px;
    }
    .pp-application__box-foot {
        margin: 15px 0 10px;
    }
    .pp-application__box-foot-curse {
        font-size: 12px;
    }
    .pp-application__box-foot-curse span {
        font-size: 20px;
    }
}


/* ---- */


/* Кнопки */

.button-direction {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CB007B;
    border-radius: 16px;
    font-size: 18px;
    margin: 15px 0;
    width: 155px;
    height: 42px;
    color: #CB007B;
    text-decoration: none;
}

.button-direction:hover {
    color: #FFFFFF;
    background: #CB007B;
    text-decoration: none;
}

.button-direction_h {
    border-color: #E3251E !important;
    color: #E3251E !important;
}

.button-direction_h:hover {
    background: #E3251E !important;
    color: #ffffff !important;
}

.button-direction_holest {
    width: 195px;
    border-color: #E3251E !important;
    color: #E3251E !important;
    margin: 15px auto !important;
}

/* .button-direction_g {
    border-color: #E3251E !important;
    color: #E3251E !important;
} */

@media (max-width: 500px) { 
    .button-direction {
        font-size: 13px;
        width: 130px;
        height: 32px;
        border-radius: 11px;
    }
    .button-direction_holest {
        width: 150px;
    }
    .gast_button {
        /* width: 115px; */
        font-size: 16px;
        height: 36px;
    }
}

.button-direction_holest:hover {
    background: #E3251E !important;
    color: #ffffff !important;
}

.pp__button {
    color: #00C4B3 !important;
    border-color: #00C4B3 !important;
}

.pp__button:hover {
    color: #FFFFFF !important;
    background: #00C4B3;
}

.gast_button {
    color: #0091C0 !important;
    border-color: #0091C0 !important;
}

.gast_button:hover {
    color: #FFFFFF !important;
    background: #0091C0;
}


/* --- */


/* Подпечатка */

.stamp {
    margin: 20px 0;
    color: #828283;
    font-size: 12px;
    line-height: 1.3;
}

.stamp_eff {
    text-align: center;
}

.stamp a {
    color: #828283;
    text-decoration: underline;
}

.stamp_pl {
    padding-left: 35px;
}

.stamp a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .stamp_eff {
        text-align: left;
    }
    .stamp_pl {
        padding-left: 5px;
    }
}


/* --- */


/* Градиент для эффективности */

.grey-block_hol {
    background: linear-gradient(360.2deg, #E5E6F2 19.21%, #FFFFFF 102.67%);
    width: 100%;
    margin: -20px 0 20px;
    padding: 20px;
}

.grey-block_cp {
    background: linear-gradient(360.2deg, #E5E6F2 19.21%, #FFFFFF 102.67%);
    width: 100%;
    margin: -190px 0 20px;
    padding: 180px 20px 20px;
}
/*  */



/* Страница гастро */
.page-gastro .title-main {
    font-size: 44px;
}

.page-gastro .title-main__logo {
    font-size: 50px;
}

.page-gastro .separator__text {
    font-family: "DINRoundPro-Medi", Sans-serif;   
    color: #05347f;
    font-size: 44px;    
}

@media (max-width: 768px) {
    .page-gastro .title-main {
        font-size: 35px;
    }    
    .page-gastro .title-main__logo {
        font-size: 45px;
    }
    .page-gastro .separator__text {
                font-size: 35px;    
    }
}

@media (max-width: 500px) {
    .page-gastro .title-main {
        font-size: 23px;
    }
    .page-gastro .title-main__logo {
        font-size: 28px;
    }    
    .page-gastro .separator__text {
        font-size: 23px;    
}
}



    /* факторы */
    .factors_gast {
        max-width: 970px;
        margin: 0 auto;
    }

    .factors__box_gast {
        padding: 16px 5px;
        max-width: 180px !important;
        width: 100%;
    }

    .factors__box_gast span {
        font-weight: bold;
    }

    .factors__box_gast img {
        width: 60px;
        height: 60px;
    }

    .factors__box_gast span {
        margin: 10px 0 0;        
    }

    @media (max-width: 1000px) {
        .factors_gast {
            max-width: 550px;                        
        }
        .factors__box_gast {
            width: 31.5%;
            /* margin: 7px !important; */
            padding: 10px 5px;
            border-radius: 10px;
        }
    }

    @media (max-width: 500px) {
        .factors_gast {
            max-width: 340px;            
        }
        .factors__box_gast {
            width: 31.5%;
            margin: 7px 0 !important;
            padding: 10px 5px;
            border-radius: 10px;
        }
        .factors__box_gast:nth-child(1),
        .factors__box_gast:nth-child(2) {
            width: 48.5% !important;
        }       
        .factors__box_gast img {
            width: 45px;
            height: 45px;
        }
        .factors__box_gast span {
            font-size: 14px;      
        }
    }
    /* --- */



    /* инновационная формула */
    .innovate_gast {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 960px;
    }

    .innovate_gast__item {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        width: 28%;
    }

    .innovate_gast__item img {
        width: 100%;
        max-width: 250px;
    }

    .innovate_gast__img {
        width: 35%;
        display: flex;
        align-items: center;
    }

    .innovate_gast__img img {
        width: 100%;
    }

    .innovate_gast__promo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 470px;
        margin: 20px auto 0;        
    }

    .innovate_gast__promo-box {
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 17px;
    }

    .innovate_gast__text {
        margin-top: 15px;
        font-size: 20px;
        /* line-height: 1; */
    }

    .innovate_gast__text div span:nth-child(2) {
        color: #ffffff;
        background: linear-gradient(129deg, #4DB3D6 21.4%, #008DBC 94.14%);
        display: block;
        border-radius: 150px;
        padding: 6px 12px 4px 12px;
        width: fit-content;
        margin-top: 10px;
        display: block;
    }

    .innovate_gast__text ul {
        padding-left: 16px;
		transition: 1s ease-in-out;
		transition-property: visibility, opacity;
    }
    .innovate_gast__text[data-list-hidden] ul {
		visibility: hidden;
		opacity: 0;
	}

    .innovate_gast__text ul li {
        margin: 5px 0;
        font-size: 18px;
        /* line-height: 1; */
    }

    .innovate_gast__text ul li::marker {
        color: #0091C0;
    }

    .innovate_gast__promo-box img {
        width: 75%;
        max-width: 80px;
    }

    .innovate_gast__promo-box span {        
        display: flex;
        align-items: center;
        font-family: "DINRoundPro-Medi", sans-serif;
        display: inline-block;
        margin-top: 10px;
        text-transform: uppercase;
        text-align: center;
    }  

    @media (max-width: 1000px) {
        .innovate_gast {
            flex-direction: column;
            max-width: 550px;
            align-items: center;
        }
        .innovate_gast__img {
            width: 75%;
            max-width: 400px;     
            order: -1;       
        }    
        .innovate_gast__item {            
            width: 100%;
        }
        .innovate_gast__item img {
            width: 40%;
        }
        .innovate_gast__text {            
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            border-radius: 16px;
            background: #FFF;
            box-shadow: 0px 0px 17px 0px #E5E6F2;
            margin: 20px 0;
            padding: 20px;
        }
        .innovate_gast__text div {
            padding-left: 30px;
            width: 56%;
        }
    }

    @media (max-width: 500px) {
        .innovate_gast__img {
            max-width: 311px;
            width: 80%;
        }
        .innovate_gast__text {
            font-size: 18px;
            padding: 10px;
        }
        .innovate_gast__text ul {
            padding-left: 20px;
        }
        .innovate_gast__text ul li {
            font-size: 17px;
        }
        .innovate_gast__text div {
            padding-left: 15px;
            width: 50%;
        }
        .innovate_gast__item img {
            width: 44%;
        }
        .innovate_gast__promo-box {            
            font-size: 12px;
        }
        .innovate_gast__promo-box img {
            width: 70%;
            max-width: 60px;
        }
    }
    /* --- */

    /* practise */
    .practice__ul_gast {
        font-size: 19px;
    }    
    
    .practice__ul_gast ul li:before {    
        background: #0091C0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        left: -22px;
    }

    @media (max-width: 500px) {
        .practice__ul_gast {
            font-size: 17px;
        }
        .practice__ul_gast .practice__ul-made {
            width: 50%;
        }
    }
    /* --- */


    /* принцип действия (области действия) */    
    .gast-principle {
        margin: -85px auto 0px;
    }

    .gast-principle picture {
        display: flex;
    }
    
    .grey-block-gast {
        background: #EAF5F9;
        padding: 45px 0 0;
        width: 100%;
        /* margin: 20px 0 0px; */
    }

    @media (max-width: 1000px) {       
        .gast-principle {
            margin: 20px auto 0;
        }
    }

    @media (max-width: 600px) {
        .grey-block-gast {
            padding: 40px 0;
        }       
    }

        .scope {           
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        .s1 {            
            position: relative;
        }

        .s2 {            
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .s2__box {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .s2__box img {           
            max-width: 124px;
        }

        .s2__box span {
            text-align: center;
            font-size: 21px;
        }

        .s3 {            
            position: relative;
        }

        .s4 {          
            position: absolute;
            right: -67px;
        }

        .scope img {
            width: 100%;
        }

        .tract {
            position: absolute;
            left: 50%;
            transform: translate(-50%,0);
        }
        
        .s1>.tract {
            width: 176px;
            bottom: 120px;
        }

        .s3>.tract {
            width: 160px;
            bottom: 120px;
        }

        .s4>.tract {
            width: 93px;
            bottom: 180px;
        }

        @media (max-width: 1320px) {
            .scope {
                max-width: 800px;
                margin: 0 auto;
            }
            .s2__box img {
                max-width: 100px;
            }
            .s2__box span {
                font-size: 18px;
            }
            .s4 {
                max-width: 210px;
                bottom: 0;
                right: -43px;
            }
            .s1>.tract {
                width: 134px;
                bottom: 85px;
            }
            .s3>.tract {
                width: 125px;
                bottom: 102px;
            }
            .s4>.tract {
                width: 70px;
                bottom: 145px;
            }
        }        

        @media (max-width: 820px) {
            .s2 {
                order: 2;
                flex-direction: row;
                justify-content: space-between;
                width: 100%;
                align-items: flex-start;
            }
            .s3 {
                order: 1;
            }
            .s4 {
                position: static;
            }
        }


    /* ---- */


    /* эффективность */
    .efficiency_gast {
        max-width: 750px;
    }

    .efficiency__box_gast {
        width: 32%;
    }

    .efficiency__box_gast span {
        height: 27%;
        font-size: 20px;
        text-transform: none;
        line-height: 1;
        display: block;
    }

    @media (max-width: 768px) {       
        .efficiency_gast {
            max-width: 540px;
        }
        .efficiency__box img {
            max-width: 115px;            
        }
        .efficiency__box_gast span {
            font-size: 16px;
        }
    }

    @media (max-width: 550px) {       
        .efficiency_gast {
            max-width: 350px;
        }
        .efficiency__box img {
            max-width: 75px;            
        }
        .efficiency__box_gast span {
            font-size: 12px;
            text-transform: uppercase;
            margin-bottom: 24px;
        }
    }
    /* --- */


    /* Способ применения */
    .app {
        display: grid;
        grid-template-areas: "n1 n2"
                                "n1 n3"
                                "n1 n4";
        align-items: center;
        max-width: 750px;
        margin: 0 auto;
    }

    .n1 {
        grid-area: n1;
    }

    .n2 {
        grid-area: n2;
        text-align: left !important;
    }

    .n3 {
        grid-area: n3;
    }

    .n4 {
        grid-area: n4;
        display: flex;
        flex-wrap: wrap;            
    }

    .n4 img:nth-child(1) {
        max-width: 115px;
    }

    .n4 img:nth-child(2) {
        max-width: 200px;
        display: inline-block;
        padding-left: 30px;
    }

    .n4 a {
        margin-top: 40px;            
    }

    .n2, .n3, .n4 {
        padding-left: 30px;
        max-width: 390px;
    }     

    .app__pack {
        
    }

    .app__pack img {
        width: 100%;
        max-width: 290px;
    }

    .app__ol ol {
        padding-left: 35px;
        margin: 0;
    }

    .app__ol ol li {            
        list-style: none;
        position: relative;
        font-size: 18px;
    }      

    .l2 {
        margin: 25px 0;
    }   
    
    .app__ol ol li::before {
        content: counter(list-item);
        position: absolute;
        left: -35px;
        top: 0;
        color: #ffffff;
        background: #0091C0;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 26px;
        height: 26px;
    }
/* 
    .l1::before {
        content: '1';
    }

    .l2::before {
        content: '2';
    }

    .l3::before {
        content: '3';
    } */

    @media (max-width: 768px) {
        .app {
            grid-template-areas: "n2 n2"
                                 "n1 n4"
                                "n3 n3";
            max-width: 500px;
            align-items: end;
        }
        .app__ol ol {
            padding-left: 70px;
        }
        .n2, .n3, .n4 {
            padding-left: 0;
        }
        .n2 {
            text-align: center !important;      
            margin: 0 auto;      
        }
        .n2 br {
            display: none;          
        }        
        .n3 {
            grid-area: n3;
            margin-top: 25px;
        }
        .n4 {            
            flex-direction: column;
            margin-left: -130px;
            align-items: baseline;
        }
        .n4 img:nth-child(1) {
            max-width: 115px;
            display: block;
            margin-bottom: 22px;
        }
        .n4 img:nth-child(2) {
            padding-left: 0;
        }
    }

    @media (max-width: 500px) {
        .app {
            max-width: 350px;
        }
        .app__pack img {
            max-width: 240px;
        }
        .n4 img:nth-child(1) {
            max-width: 100px;            
        }
        .n4 img:nth-child(2) {
            max-width: 115px;            
        }
        .n4 {
            margin-left: -11%;
        }
        .n4 a {
            margin-top: 30px;
        }
        .app__ol ol {
            padding-left: 50px;
        }
        .app__ol ol li {    
            font-size: 17px;
        }    
        .l2 {
            margin: 20px 0;
        }
    }

    @media (max-width: 375px) {
        .app {
            max-width: 300px;
        }
        .app__pack img {
            width: 110%;
        }
        .n4 img:nth-child(1) {
            max-width: 80px;
        }
        .n4 img:nth-child(2) {
            max-width: 95px;
        }
        .app__ol ol li::before {            
            left: -35px;
            top: 0;            
            font-size: 18px;            
            width: 22px;
            height: 22px;
        }
        .app__ol ol li {
            font-size: 16px;
        }
    }

    /* --- */

  
/* --- */

/* End */


/* Start:/local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700*/
/* Баннер */
picture img {
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}

.banner picture {
    display: flex;
}

.banner__slider a {
    display: block;    
}

.banner__reviews {
    width: 100%;
}

.banner__slider-img {
    width: 100%;
    max-width: 1250px;
    /* padding: 10px 15px 0; */
    position: relative;
    bottom: 0;
    margin: 0 auto;
}

.banner .swiper-pagination {
    position: static;
    padding-top: 12px;
}

@media (max-width: 800px) {
    .banner {
        margin-top: 65px;
    }  
}

@media (max-width: 500px) {
    .banner {
        margin-top: 50px;
    }  
}

/* ----- */
/* End */


/* Start:/local/components/main.components/best.prices/templates/.default/style.css?17464361075820*/
.best-price__anchor {
    position: absolute;
    top: -240px;
}


/* Выгодные цены */
.best-price {
    margin: 20px auto;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.best-price img {
    width: 100%;
}

.best-price__box {
    width: 47% !important;
    display: flex !important;
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    justify-content: space-between;
    height: 320px !important;
    margin: 10px;
    overflow: hidden;
}

.best-price__pack {
    width: 50%;
    height: 100%;
    padding: 20px 30px 29px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.best-price__pack-title {
    font-family: 'DINRoundPro', sans-serif;
    color: white;
    font-size: 18px;
    z-index: 1;
}

.best-price__pack-img {
    max-width: 200px;
    margin: 0 auto;
    z-index: 1;
}

.best-price__pack-img img {
    width: 100%;
}

.best-price__pack svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    /* .bg-angle {
        z-index: 1;
        border-radius: 0 10px 0 0;
        width: 30px;
        height: 30px;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translate(-50%, 0);
        transform: rotate(45deg);
    } */

    /* .bg-angle-cist {
        background: linear-gradient(19.2deg, #002F87 -9.02%, #CB007B 39.01%, rgba(247, 97, 175, 0.57) 103.8%);
    }

    .bg-angle-pp {
        background: linear-gradient(50.69deg, #002F87 -67.41%, #00C4B3 1.74%);
    }

    .bg-angle-hol {
        background: linear-gradient(170.23deg, #FF308D -0.22%, #FF5B31 210.95%);
    } */

/* .best-price__pack-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.best-price__pack-bg img {
    width: 100%;
} */

.best-price__buy {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* justify-content: center;
    gap: 24px; */
    height: 100%;
}

.best-price__buy-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.best-price__buy-row img {
    width: 100%;
    max-width: 90px;
}

.best-price__buy-row a {
    width: 115px;
    height: 32px;
    display: flex;
    border: 0.88465px solid #05347F;
    border-radius: 55.733px;
    font-weight: bold;
    font-size: 18px;
    color: #05347F;
    justify-content: space-evenly;
    align-items: center;
}

.best-price__buy-row a:hover {
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    stroke: #FFFFFF; 
}

.best-price__buy-row a img {
    max-width: 20px;
} 

.swiper-pagination_bp {
    display: none;
}

.swiper-wrapper_bp {
    justify-content: center;
}

    /* hover для цен */
    .bg-cist-hover:hover {
       background: linear-gradient(215.22deg, #002F87 -11.99%, #CB007B 39.84%, rgba(247, 97, 175, 0.57) 97.79%);
    }

    .bg-pp-hover:hover {
        background: linear-gradient(119.47deg, #00C4B3 25.05%, #002F87 107.05%);
    }

    .bg-hol-hover:hover {
        background: linear-gradient(234.23deg, #FF308D 6.78%, #FF5B31 78.95%);
    }

    .bg-gastro-hover:hover {
        background: linear-gradient(139deg, #57C0D4 21.04%, #008DBC 60.38%);
    }    

    /*  */

@media (max-width: 1200px) {    
    .best-price {
        max-width: 530px;
        overflow: hidden;
        position: relative;
        padding: 0 0 40px;
    }
    .best-price__box {
        height: 310px !important;    
        margin: 0;  
        width: 100% !important;
    }    
    /* .best-price__box:nth-child(2),
    .best-price__box:nth-child(3),
    .best-price__box:nth-child(4) {
        display: none;
    } */
    .best-price {
        justify-content: center;
    }
    .best-price__pack svg {
        height: 312px;
        width: 263px;
    }
    .swiper-pagination_bp {
        display: block;
    }
}

@media (max-width: 768px) {
    .best-price {
        max-width: 450px;
    }
    .best-price__box {
        height: 260px !important;
    }
    .best-price__pack-title {
        font-size: 15px;
    }
    .best-price__pack-img {
        max-width: 160px;
    }
    .best-price__pack svg {
        height: 260px;
        width: 220px;
    }
    .best-price__buy-row a {
        width: 85px;
        height: 27px;
        font-size: 12px;
    }
    .best-price__buy-row a img {
        max-width: 16px;
    }
    .best-price__buy-row img {
        max-width: 80px;
    }
}

@media (max-width: 500px) {
    .best-price {
        max-width: 300px;
    }
    .best-price__box {
        flex-direction: column;   
        height: 520px !important;
        margin: 0;
    }
    .best-price__pack {
        width: 100%;
        height: auto;
        padding: 20px;
        flex-direction: column-reverse;
        height: 50%;
        justify-content: center;
    }
    .best-price__pack-img {
        max-width: 170px;
    }
    .best-price__pack-title {
        font-size: 17px;
        margin: 10px auto;
    }
    .best-price__buy {
        width: 100%;
        height: 47%;
    }
    .best-price__buy-row img {
        max-width: 90px;
    }
    .best-price__buy-row a {
        width: 105px;
        height: 30px;
        font-size: 15px;
    }
    .best-price__buy-row a img {
        max-width: 19px;
    }
    .best-price__pack svg {
        transform: rotate(90deg);
        height: auto;
        top: -33px;
        width: 100%;
    }
}

    /* Слайдер для лучших цен */
    .swiper-wrapper_bp {
        flex-wrap: wrap;
    }

    @media (max-width: 1200px) {
        .swiper-wrapper_bp {
            flex-wrap: nowrap;
            justify-content: space-between;
        }
    }  
    /*  */
/* ------- */

/* End */


/* Start:/local/templates/lactoflorene/components/bbc/elements.list/reviews/style.css?16916505473649*/
/* Отзывы */

.reviews-slider {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

.reviews__arrow {
    background-color: #B5BAD9;
    z-index: 2;
    top: 44% !important;
}

.reviews__arrow-prev {
    left: -55px;
}

.reviews__arrow-next {
    right: -55px;
}

.reviews {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 15px 40px;
}

.reviews__column {
    display: flex;
    justify-content: space-between;
}

.reviews-container_grey {
    margin: 30px auto 60px;
    background: linear-gradient(297.2deg, #E5E6F2 19.21%, #FFFFFF 104.67%);
}

.reviews-container_grey .reviews {
    padding: 40px 15px 40px;
}

.reviews-container_grey .reviews-pagination {
    margin-top: 0;
    position: absolute;
    bottom: -45px !important;
}

.reviews-container_grey .reviews__arrow {
    top: 50% !important;
}

.reviews__box {
    width: 100%;
    height: auto !important;
    min-height: 300px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 15px #E5E6F2;
    border-radius: 23px;
    display: flex !important;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #EFDEE9;
}

.reviews__box-name {
    font-size: 16px;
    font-family: "DINRoundPro-Medi", Sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 20%;
}

.reviews__box-text {
    width: 73%;
    font-size: 16px;
}

.reviews__box-text-logo {
    max-width: 245px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.reviews__box-text-logo span {
    display: flex;
    align-items: center;
    width: 48%;
}

.reviews__box-text-logo span:first-child {
    margin-right: 10px;
    height: 38px;
}

.reviews__box-text-logo img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.reviews__box-text-title {
    margin: 10px 0;
    font-weight: bold;
}

.reviews__box-name img {
    width: 100%;
}

.reviews__box-name span {
    display: block;
    margin: 5px auto;
}

@media (max-width: 1320px) {
    /* .reviews {
        max-width: 900px;
    } */
    .reviews-slider {
        max-width: 900px;
    }
    .reviews__column {
        /* justify-content: space-evenly;     */
    }
    .reviews__box {
        padding: 30px 15px 30px 30px;
    }
}

@media (max-width: 1000px) {
    .reviews__box:first-child {
        display: none;
    }
    .reviews__arrow {
        display: none !important;
    }
    .reviews__box {
        width: 100%;
        /* max-width: 500px; */
    }
}

@media (max-width: 955px) {
    .reviews {
        /* max-width: 500px;             */
        padding: 20px 15px 40px;
    }
    .reviews-slider {
        max-width: 500px;
    }
}

@media (max-width: 500px) {
    .reviews__box {
        width: 97%;
        /* height: 235px !important; */
        min-height: 235px;
        padding: 20px 15px 20px 20px;
    }
    .reviews__box-name {
        font-size: 12px;
    }
    .reviews__box-text {
        width: 70%;
        font-size: 13px;
    }
    .reviews__box-text-logo span:last-child {
        padding: 0 5px;
    }
    .reviews__box-text-title {
        margin: 5px 0;
    }
}

@media (max-width: 400px) {
    .reviews__box {
        width: 97%;
        height: 220px;
        padding: 15px;
    }
    .reviews__box-name {
        font-size: 11px;
    }
    .reviews__box-text {
        font-size: 12px;
    }
}

.reviews-pagination {
    margin-top: 30px;
    padding: 0 10px;
    text-align: center;
}

.reviews-pagination .swiper-pagination-bullet {
    margin: 3px 5px !important;
}

.reviews-pagination .swiper-pagination-bullet-active {
    background: #ACB1CF !important;
}


/* -------- */
/* End */


/* Start:/local/templates/lactoflorene/components/bbc/elements.list/products/style.css?17446414564765*/
/* Продукты */

.products {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    column-gap: 15px;
}

.products__block {
    width: 24%;
    max-width: 272px;
    /* height: 460px; */
    background-color: white;
    box-shadow: 0px 0px 59px #e7f2f8;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 28px 32px;
    /* margin: 0 15px 25px; */
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.products__block-box:first-child {
    width: 100%;
}

.products__block-box:last-child {
    margin-top: auto;
}

.products__block-title {
    display: block;
    width: 86%;
    text-transform: uppercase;
    margin: 0 auto;
    height: 53px;
}

.products__block-img {
    display: block;
    width: 80%;
    margin: 20px auto;
}

.products__block-title img {
    width: 100%;
}

.products__block-txt {
    font-size: 16px;
    line-height: 1.1;
    /* text-align: center; */
    color: #05347f;
    height: 76px;
}

.products__block-desc{
    color: #05347f;
    margin-bottom: 20px;
}

.products__block-txt span {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "DINRoundPro-Medi", Sans-serif;
    display: block;
    margin-bottom: 10px;
}

.products__block-txt br {
    display: none;
}

.products__block-btn {
    width: 200px;
    height: 50px;
    color: #05347f;
    margin: auto;
    font-size: 16px;
}

.products__block-btn_color-holest:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #e3251e80;
}

.products__block-btn_color-cist:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #E01E8180;
}

.products__block-btn_color-pp:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #00C4B380;
}

.products__block-btn_color-gastro:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #0091C0;
}

@media (max-width: 1200px) {
    .products {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .products__block {
        width: 100%;
        max-width: 625px;        
        height: auto;
        flex-direction: row;
        padding: 15px 10px;
        margin: 10px 0;
        justify-content: space-around;
    }
    .products__block-box:first-child {
        width: 40%;
    }
    .products__block-box:last-child {
        width: 50%;
        margin-top: 0;
    }
    .products__block-btn {
        width: 155px;
        height: 37px;
        margin: 20px 0 0;
        font-size: 14px;
    }
    .column__block {
        width: 50%;
    }
    .products__block-txt {
        text-align: left;
        font-size: 18px;
        height: auto;
    }
    .products__block-txt span {
        margin-top: 5px;
    }
    .products__block-txt br {
        display: inline;
    }
    .products__block-img {
        margin: 10px auto;
        width: 90%;
    }
    .products__block-title {
        width: 65%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .products__block-txt {
        font-size: 16px;
    }
    .products__block-txt span {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .products__block-img,
    .products__block-title {
        width: 80%;
    }
    .products__block-txt {
        font-size: 13px;
        height: 60px;
    }
    .products__block-txt span {
        font-size: 16px;
        margin: 5px 0;
    }
    .products__block-btn {
        width: 120px;
        height: 35px;
        line-height: 32px;
        font-size: 13px;
        margin: auto;
    }

    .products__block {
        width: 100%;
    }

    .products__block-box:last-child {
        margin: 0;
    }

    .products {
        flex-direction: row;
        gap: 7px;
        flex-wrap: wrap;   
        align-items: normal;     
    }
    .products__block {
        width: 48%;
        flex-direction: column;
        border-radius: 16px;
        padding: 15px 17px;
        margin: 0;
    }
    .products__block-box:first-child,
    .products__block-box:last-child {
        width: 100%;
    }    
    .products__block-box:first-child {
        height: 42vw;
    }

    .products__block-desc{        
        margin-bottom: 20px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .products__block-txt span {
        font-size: 14px;
        margin: 5px 0;
    }
    .products__block {
        /* margin: 10px 0; */
    }
    .products__block {
        /* width: 100%; */
        padding: 15px 10px;
    }
    .products__block-box:first-child {
        height: 45vw;
    }
}


/* -------- */


/* Выделение цветом */

.color-holest {
    color: #F01E1E;
}

.color-cist {
    color: #CB007B;
}

.color-pp {
    color: #00C4B3;
}

.color-gastro {
    color: #0091C0;
}


/* ---- */
/* End */


/* Start:/local/components/main.components/bottom.banner/templates/.default/style.css?1690288451247*/
.target {
    margin: 30px auto;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;    
}

.target img {
    width: 100%;
}

@media (max-width: 1000px) {
    .target {
        max-width: 700px;
    }  
}
/* End */


/* Start:/local/components/main.components/form.subscribe/templates/products/style.css?17434294289059*/
/* Подпишитесь на рассылку */
.subscribe {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.subscribe__form {
    max-width: 550px;
    width: 60%;
}

.subscribe__form-title {
    text-align: left !important;
    margin: 20px 0;
}

.subscribe__form-title span {
    display: block;
    margin: 5px 0;
    font-size: 20px;
    font-family: "MyriadProRegular", Sans-serif;
    text-transform: none;
}

.subscribe__img {
    max-width: 430px;
    width: 40%;
}

.subscribe__img img {
    width: 100%;
}

    /* Форма */
    .form-group {
        margin-bottom: 1rem;
    }

    .subscribe__input {
        width: 100%;
        margin: 10px 0;
    }

    .subscribe__input input:focus-visible {
        outline: none;
    }   

    .subscribe__input input {
        color: #05347F;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #EFDEE9;
        border-radius: 16px;
        padding: 15px;
    }

    .subscribe__input-error {
        display: none;
        margin: 0;
        font-size: 14px;
        color: red;
    }

    .subscribe__input._error input {
        border: 2px solid red;
    }

    .subscribe__input._error .subscribe__input-error {
        display: block;
    }

    .subscribe__row {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
    }

    .subscribe__row-title {
        /* font-size: 26px; */
        color: #05347F;
        width: 100%;
        max-width: 140px;
    }

    .subscribe__row-box {
        display: block;
        width: fit-content;
        position: relative;
        color: #102D69;
        background: #FFFFFF;
        border: 1px solid #EDDCE7;
        border-radius: 16px;
        padding: 7px 10px 7px 15px;
        width: 48%;
    }

    .subscribe__row-box label {
        height: inherit;
    }

    .subscribe__row-box input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

    .subscribe__row-box input[type=checkbox]+i {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: white;
        border: 1px solid #05347F;
        top: -11px;
        left: 0;
    }

    .subscribe__row-box input[type=checkbox]+i:before {
        content: '';
        display: block;
        width: 8px;
        border-radius: 50%;
        height: 8px;
        background-color: #05347F;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .subscribe__row-box input[type=checkbox]:checked+i:before {
        opacity: 1;
    }

    label {
        /* display: inline-block;
        margin-bottom: 0.5rem; */
    }

    .subscribe__row-box img {
        height: 100%;
        object-fit: contain;
        max-width: 106px;
        width: 100%;
        padding-left: 10px;
    }

    .subscribe__check a {
        color: #05347F;
        text-decoration: underline;
    }

    .subscribe__check {
        font-size: 14px;
        position: relative;
        display: block;
        padding-left: 1.70rem;
        margin: 10px 0;
    }

    .subscribe__check-label {
        position: relative;
    }

    .subscribe__check-label input {
        position: absolute;
        margin-top: 0.3rem;
        margin-left: -1.25rem;
        opacity: 0;
    }    

    .subscribe__check-label input[type=checkbox]+i {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        width: 19px;
        height: 19px;
        background-color: white;
        border: 0.85px solid #05347F;
        border-radius: 4px;
        left: -25px;
        overflow: hidden;
    }

    .subscribe__check-label input[type=checkbox]+i::before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        background-image: url(/local/components/main.components/form.subscribe/templates/products/./img/check_box.svg);
        left: -4%;
        bottom: -28%;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
   
    .subscribe__check-label input[type=checkbox]:checked+i::before {       
        opacity: 1;       
    }

    .subscribe__check a:hover {
        color: #6ec1e4;
    }

    .subscribe__button {
        margin: 30px auto;
        color: white;
        font-size: 16px;
        background: #05347F;
        border-radius: 83px;
        padding: 12px 75px;
    }

    .subscribe__button:hover {
        cursor: pointer;
        background: white;
        color: #05347F;
    }   

    .subscribe__fl {
        display: flex;
        justify-content: center;
        row-gap: 9px;
        column-gap: 12px;
        flex-wrap: wrap;
    }
    /* ------ */

@media (max-width: 1000px) {
    .subscribe {
        flex-direction: column;
    }
    .subscribe__form {
        width: 100%;        
    }
    .subscribe__img {
        width: 100%;
        max-width: 400px;
    }
    .subscribe__button {        
        padding: 12px 42px;
    }
    .subscribe__row-box img {
        /* max-width: 70px; */
    }
}

@media (max-width: 768px) {
    .subscribe__form-title span {
        font-size: 16px;
    }   
}

@media (max-width: 550px) {
    .subscribe__row {
        flex-wrap: wrap;
    }
    .subscribe__row-title {
        width: 100%;
        margin: 15px 0 10px;
    }
    .subscribe__row-box {
        /* width: 32%; */
    }
}

@media (max-width: 500px) {
    .subscribe__form-title {
        text-align: center;
    } 
    .subscribe__form-title span {
        font-size: 13px;
    } 
    .subscribe__check {
        font-size: 12px;
    }
    .subscribe__input input {        
        border-radius: 10px;
        padding: 12px;
    }
    .subscribe__row-title {
        font-size: 13px;
    }
    .subscribe__button {
        padding: 10px 32px;
        font-size: 12px;
        margin: 15px auto;
    }
    .subscribe__img {
        width: 100%;
        max-width: 250px;
    }
    .subscribe__row-box {
        border-radius: 14px;
        /* padding: 7px; */
    }
    .subscribe__row-box input[type=checkbox]+i {        
        width: 12px;
        height: 12px;        
    }
    .subscribe__row-box input[type=checkbox]+i:before {
        width: 6px;
        height: 6px;        
    }  

    .subscribe__fl {        
        row-gap: 8px;
        column-gap: 10px;       
    }
}

@media (max-width: 400px) {
    .subscribe {
        padding: 0;
    }
    .subscribe__row-box {
        padding: 7px;
    }
    .subscribe__row-box input[type=checkbox]+i {
        left: 2px;
    }
    .subscribe__row-box img {
        max-width: 95px;
        padding-left: 7px;
    }
    .subscribe__fl {
        row-gap: 6px;
        column-gap: 7px;
    }   
}

.subscribe__container {
    /* transform: translateY(-200%); */
    transition: transform 0.6s ease;
    position: fixed;
    /* overflow: scroll; */
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: #818181a7;
    width: 100%;
    height: 100%;
    display: none;   
    justify-content: center;
    align-items: flex-start;
    left: 0;
}

.subscribe__container.open {
    transform: translateY(-0%);
}

.subscribe-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    max-width: 680px;
    padding: 25px;
    border-radius: 25px;
    background: white;
    display: flex; 
    align-items: center; 
    flex-direction: column;
    line-height: 1;
    margin: 60px auto;
}

.subscribe-box__form-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 18px;
    top: 15px;
    z-index: 100;
}

.subscribe-box__form-close img {
    width: 100%;
}   

.subscribe-box__text span {
    margin: 20px 0;
    display: block;
    text-align: center;
}

.subscribe-box__text span:first-child {
    font-family: 'DINRoundPro-Medi', sans-serif;
    font-size: 35px;
}

.subscribe-box__text span:nth-child(2) {
    font-size: 26px;
}

.subscribe-box__text span:last-child {
    font-size: 30px;
    color: grey;
    font-weight: bold;
    font-family: 'DINRoundPro', sans-serif;
    opacity: 0.5;
}

@media (max-width: 600px) {
    .subscribe-box {
        padding: 25px 15px;
        max-width: 360px;
    }
    .subscribe-box__text span:first-child {
        font-size: 24px;
    }
    .subscribe-box__text span:nth-child(2) {
        font-size: 20px;
    }
    .subscribe-box__text span:last-child {
        font-size: 23px;     
    }
    .subscribe-box__form-close {
        width: 16px;
        height: 16px;
        right: 11px;
        top: 13px;
    }
}

@media (max-width: 400px) {
    .subscribe-box__text span {
        margin: 15px 0;
    }  
}




/* ----- */

/* End */


/* Start:/local/components/include.components/popups.component/templates/gastro/style.css?1750861008735*/
.pup-container {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 90;
    display: none;
}

.pup-section {
    display: flex;
    align-items: center;
}

.pup-close {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
}

.pup-close img {
    display: block;
    margin: auto;
    width: 60%;
}

.pup-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pup-content a {
    display: block;
    width: 100%;
}

.pup-content_full-img {
    width: 400px;
}

.pup-content_full-img img {
    width: 100%;
    max-width: 350px;
}

@media (max-width: 630px) {
    .pup-content_full-img {
        width: 200px;
    }
}
/* End */
/* /assets/css/style_products.css?175085779162292 */
/* /local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700 */
/* /local/components/main.components/best.prices/templates/.default/style.css?17464361075820 */
/* /local/templates/lactoflorene/components/bbc/elements.list/reviews/style.css?16916505473649 */
/* /local/templates/lactoflorene/components/bbc/elements.list/products/style.css?17446414564765 */
/* /local/components/main.components/bottom.banner/templates/.default/style.css?1690288451247 */
/* /local/components/main.components/form.subscribe/templates/products/style.css?17434294289059 */
/* /local/components/include.components/popups.component/templates/gastro/style.css?1750861008735 */
