

/* 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/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:/assets/css/style.include.high.quality.css?16927050492701*/
/* Высокое качество */
.quality {
    position: relative;
    z-index: 1;
    border: 2px solid #D0E6F8;
    border-radius: 23px;
    margin: 100px auto 50px;
    padding: 25px 15px 40px;
}

.quality__title {
    position: relative;
    z-index: 2;
    margin-top: -10px;
    max-width: 400px;
    background: #ffff;
    margin: -45px auto 35px;
}

.quality__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    font-size: 16px;
}

.quality__block-main {
    display: flex;
    justify-content: space-evenly;
    width: 45%;
    align-items: center;
}

.quality__block-main span {
    line-height: 1.2;
    padding-left: 15px;
}

.quality__block-other span {
    text-transform: uppercase;
    text-align: center;
    font-family: "DINRoundPro-Medi", Sans-serif;
    line-height: 1.2;
}

.quality__block-other {
    width: 15%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    height: 180px;
}

.block-width {
    width: 22%;
}

.quality__block-main img, 
.quality__block-other img  {
    width: 100%;
    object-fit: contain;
}

.quality__block-main img {
    max-width: 110px;
}

.quality__block-other-img {
    max-width: 95px;
    margin: 15px auto;
}

.quality__block-other-img img {
    border-radius: 50%;
}

.quality__block-other-img img:hover {
    box-shadow: 0px 0px 17px #979BCF;    
}

@media (max-width: 1000px) {
    .quality {
        max-width: 650px;        
    }    
    .quality__block-main {
        width: 95%;
        margin: 10px 0;
    }
    .quality__block-other, .block-width {
        width: 32%;
        margin: 30px 0;
        height: 150px;
    }  
} 

@media (max-width: 768px) {
    .quality {
        margin: 70px auto;
    }
    .quality__title {
        max-width: 315px;
    }    
}

@media (max-width: 500px) {    
    .quality {
        padding: 10px 7px;
        border-radius: 15px;
        margin: 55px auto 45px;
    }
    .quality__title {
        max-width: 215px;
        margin: -25px auto 15px;
    }
    .quality__content {        
        font-size: 13px;
    } 
   
    .quality__block-main {
        width: 100%;
    }
    .quality__block-other, .block-width {
        margin: 15px 0;
        height: 125px;
    }    
    .quality__block-main img {
        max-width: 75px;
    }
    .quality__block-other span {
        font-size: 11px;
    }
    .quality__block-other-img {
        max-width: 75px;
        margin: 5px auto;
    }    
}

@media (max-width: 400px) { 
    .quality__block-main span {
        padding-left: 10px;
    }
    .quality__block-main img,
    .quality__block-other-img {
        max-width: 66px;
    }
}
/* -------- */    
/* End */


/* Start:/assets/css/style.include.buy.css?16902884531537*/
/* Где купить */
.buy {
    display: flex;
    max-width: 930px;
    margin: 60px auto;
    justify-content: space-between;
    align-items: center;
}

.buy__block:first-child {
    width: 55%;    
}

.buy__block:last-child {
    width: 40%;    
}

.buy__block img {
    width: 100%;
}

.buy__block-title {
    font-size: 36px;
    text-transform: uppercase;
    margin: 7px 0;
    font-family: "DINRoundPro", Sans-serif;
    font-weight: bold;
    line-height: 1.1;
}

.buy__block span {
    font-size: 16px;    
    line-height: 1.2;
}

.buy__block-button {
    margin: 20px 0;
    max-width: 200px;
    color: white;
    font-size: 16px;
    background: #033F85;
    padding: 13px 20px;
}

.buy__block-button:hover {
    cursor: pointer;
    background: white;
    text-decoration: none;
    color: #033F85;
}

@media (max-width: 768px) {
    .buy {
        max-width: 500px;
        flex-wrap: wrap-reverse;
        justify-content: center;
        text-align: center;
    }
    .buy__block:first-child, .buy__block:last-child {
        width: 100%;    
    }
    .buy__block-title {
        font-size: 30px;
    }
    .buy__block-title br {
        display: none;
    }
    .buy__block-button {
        margin: 20px auto;
    }
}

@media (max-width: 500px) {
    .buy__block-title {
        font-size: 20px;
    }
    .buy__block span {
        font-size: 12px;    
        line-height: 1;
    }  
    .buy__block-button {
        font-size: 12px;
        max-width: 150px;
        padding: 10px 20px;
    }
}

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


/* Start:/assets/css/style.component.news.css?16902884534274*/
/* Выделение цветом */

.color-holest {
    color: #F01E1E;
}

.color-cist {
    color: #CB007B;
}

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


/* ---- */


/* Кнопка из статей */

.articles__button {
    margin: 15px auto;
    background: white;
    color: #05347F;
    width: 200px;
    height: 50px;
    font-size: 16px;
}

.articles__button:hover {
    background: #05347F;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 500px) {
    .articles__button {
        margin: 15px auto;
        width: 150px;
        height: 38px;
        font-size: 12px;
    }
}


/*  */


/* Бошльшой блок статей */

.articles {
    max-width: 1160px;
    margin: 20px auto 100px;
}

@media (max-width: 500px) {
    .articles {
        margin: 20px auto 80px;
    }
}

.articles__sections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 580px;
    margin: 0 auto 20px;
}

.articles__sections a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 175px;
    height: 68px;
    width: 32%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 17px #E5E6F2;
    border-radius: 63px;
}

.articles__sections>[data-active="panciapiatta"] {
    box-shadow: 0px 0px 17px #00C4B380;
}

.articles__sections>[data-active="cist"] {
    box-shadow: 0px 0px 17px #E01E8180;
}

.articles__sections>[data-active="colesterolo"] {
    box-shadow: 0px 0px 17px #E3251E80;
}

.articles__sections a img {
    width: 80%;
}

.articles__item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1085px;
    margin: 0 auto;
}

.articles__item-box {
    width: 23%;
    /* height: 380px; */
    margin: 10px;
    max-width: 250px;
    opacity: 0;
    animation: ani 1s forwards;
    position: relative;
}

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

.articles__item-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.articles__item-box span {
    display: block;
    margin: 5px 0;
    text-align: center;
    font-family: "DINRoundPro", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 1100px) {
    .articles__item {
        max-width: 810px;
    }
    .articles__item-box {
        width: 32%;
        margin: 10px;
        max-width: 250px;
    }
    .articles__item>.articles__item-box:nth-child(4) {
        display: none;
    }
    .display_off:last-child {
        display: none;
    }
}

@media (max-width: 900px) {
    .articles__item {
        max-width: 512px;
    }
    .articles__item-box {
        max-width: 150px;
    }
    .articles__item-box img {
        height: 145px;
    }
    .articles__item-box span {
        font-size: 12px;
    }
    .articles__sections {
        max-width: 460px;
    }
    .articles__sections a {
        height: 56px;
    }
    .articles__author {
        top: -5px;
        left: 10px;
        width: 32px !important;
        height: 50px !important;
    }
}

@media (max-width: 600px) {
    .articles__item {
        max-width: 330px;
    }
    .articles__item-box {
        width: 50%;
        margin: 7px;
    }
    .articles__item-box span {
        font-size: 11px;
    }
    .articles__sections {
        max-width: 350px;
    }
    .articles__sections a {
        height: 45px;
    }
    .display_off {
        display: none;
    }
    .articles__item>.articles__item-box:nth-child(4) {
        display: block;
    }
}

@media (max-width: 375px) {
    .articles__item {
        max-width: 285px;
    }
    .articles__item-box {
        width: 50%;
        margin: 6px;
        max-width: 130px;
    }
    .articles__item-box img {
        height: 130px;
    }
}



/* Хлястик для автора */
.articles__author {
    position: absolute;
    top: -6px;
    left: 15px;
    width: 42px !important;
    height: 66px !important;
}

@media (max-width: 900px) {
    .articles__author {
        top: -5px;
        left: 10px;
        width: 32px !important;
        height: 50px !important;
    }
}

/* --- */
/* 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 */
/* /local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700 */
/* /local/templates/lactoflorene/components/bbc/elements.list/products/style.css?17446414564765 */
/* /assets/css/style.include.high.quality.css?16927050492701 */
/* /assets/css/style.include.buy.css?16902884531537 */
/* /assets/css/style.component.news.css?16902884534274 */
/* /local/components/main.components/form.subscribe/templates/products/style.css?17434294289059 */
