

/* Start:/assets/css/style_probiotics.css?169763021621376*/

@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/../fonts/DINRoundPro-Black.eot');
    src: local('DINRoundPro-Black'),
        url('/assets/css/../fonts/DINRoundPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Black.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Black.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro-Medi';
    src: url('/assets/css/../fonts/DINRoundPro-Medi.eot');
    src: local('DINRoundPro-Medi'),
        url('/assets/css/../fonts/DINRoundPro-Medi.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Medi.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Medi.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Medi.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/DINRoundPro-Light.eot');
    src: local('../fonts/DINRoundPro-Light'),
        url('/assets/css/../fonts/DINRoundPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Light.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Light.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/../fonts/DINRoundPro.eot');
    src: local('DINRoundPro'),
        url('/assets/css/../fonts/DINRoundPro.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/../fonts/DINRoundPro-Bold.eot');
    src: local('DINRoundPro-Bold'),
        url('/assets/css/../fonts/DINRoundPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Bold.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Bold.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "MyriadProRegular";
    src: url("/assets/css/../fonts/MyriadPro-Regular.eot");
    src: url("/assets/css/../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/css/../fonts/MyriadPro-Regular.woff") format("woff"), url("/assets/css/../fonts/MyriadPro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "MyriadProBold";
    src: url("/assets/css/../fonts/MyriadPro-Bold.eot");
    src: url("/assets/css/../fonts/MyriadPro-Bold.eot") format("embedded-opentype"), url("/assets/css/../fonts/MyriadPro-Bold.woff") format("woff"), url("/assets/css/../fonts/MyriadPro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700
}

body {
    margin: 0;    
    font-family: "MyriadProRegular", Sans-serif;
    color: #05347f;
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 650px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    body {
        font-size: 15px;
    }
}


*, ::after, ::before {
    box-sizing: border-box;
}

r {
    font-size: 60%;
    vertical-align: super;
}
    
r::before {
    content: "®";
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

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

@media (max-width: 400px) {
    .container-lg {
        padding: 0 15px;
    }
}

.tac {
    text-align: center;
}

.ttu {
    text-transform: uppercase;
}

/* Баннер */
picture img {
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    margin-top: 95px;
}

.banner__slider a {
    display: block;
}

.banner__reviews {
    width: 100%;
}

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

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

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



/* Заголовки */
.prob-title {
    font-family: 'DINRoundPro-Medi', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin: 20px 0;
}

.prob-title_big {
    font-size: 48px;
}

@media (max-width: 768px) {
    .prob-title {
        font-size: 26px;
    }
    .prob-title_big {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .prob-title {
        font-size: 20px;    
    }
    .prob-title_big {
        font-size: 26px;
    }
}
/* ------ */



/* Микробиота */
.microbiota {
    margin: 100px 0 50px;
    padding: 20px 0 30px; 
    display: grid;
    grid: auto/1fr minmax(0,1150px) 0.5fr 0.5fr;
}

.microbiota::before {
    content: '';
    background: #E4F0F9;
    grid-column: 1/ span 3;
    border-radius: 0 175px 175px 0;
    grid-row: 1;
}

.microbiota__box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: -60px auto 30px;
    grid-area: 1/2;    
}

.microbiota__img {
    width: 35%;
    max-width: 370px;
}

.microbiota__img img {
    width: 100%;    
}

.microbiota__consist {
    width: 65%;
    max-width: 750px;
}

.microbiota__consist-text {
    margin: 30px 0;
}

.microbiota__consist a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #05347F;
    border-radius: 82px;
    width: 232px;
    height: 56px;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .microbiota {
        margin: 100px 0 0;
    }
    .microbiota__box {
        margin: 0px auto 30px;
        padding: 0 20px;
        align-items: center;
    }
    .microbiota__img {
        margin-top: -30px;
        width: 34%;
    }
    .microbiota__consist {
        width: 64%;
    }    
}

@media (max-width: 1000px) {
    .microbiota::before {
        border-radius: 0 285px 285px 0;
    }
    .microbiota__box {
        flex-direction: column;
        align-items: baseline;
        padding: 0 40px 0 20px;
    }
    .microbiota__consist {
        width: 97%;
        max-width: 650px;
    }
    .microbiota__consist> .prob-title {
        text-align: right;
        padding-right: 7%;
    }
    .microbiota__img {
        margin: -30px 0 -65px;
        width: 59%;
    }
}

@media (max-width: 650px) {
    .microbiota__consist> .prob-title {
        font-size: 5vw;
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    .microbiota {
        margin: 40px 0 0;
        padding: 20px 0;
    }
    .microbiota::before {
        border-radius: 0 175px 175px 0;
    }
    .microbiota__img {
        margin: -30px 0 -50px;
        width: 50%;
    }
    .microbiota__consist> .prob-title {
        font-size: 20px;
        margin: 10px 0;
    }
    .microbiota__consist a {     
        border-radius: 82px;
        width: 200px;
        height: 50px;
        font-size: 13px;
    }
    .microbiota__consist-text {
        margin: 20px 0;
    }
}

@media (max-width: 400px) {
    .microbiota__consist> .prob-title {
        padding-right: 3%;
    }
    .microbiota__img {
        width: 46%;
    }
}

/* ---- */



/* ПОЛЬЗА ПРОБИОТИКОВ */
.benefit {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin: -200px auto 0;
}

.benefit__text {
    padding-bottom: 70px;
    width: 67%;
}

.benefit__img {
    max-width: 385px;
    width: 33%;
}

.benefit__img img {
    width: 100%;
}

@media (max-width: 1200px) {
    .benefit {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 0px auto 0;
    }    
}

@media (max-width: 500px) {
    .benefit {
        flex-direction: column;
    }
    .benefit__text {
        padding-bottom: 20px;
        width: 100%;
    }
    .benefit__img {
        width: 50%;
    }
}
/* ---- */



/* Три колонки  */
.prob-column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: 40px auto;
}

.prob-column__box {
    width: 32%;
    text-align: center;
}

.prob-column__box img {
    max-width: 135px;
    width: 100%;
    height: 60%;
}

.prob-column__box span {
    display: block;
    margin: 20px auto;
}

@media (max-width: 768px) {
    .prob-column__box span {
        font-size: 13px;
    } 
    .big-box> .container-lg> .prob-column> .prob-column__box span {
        font-size: 15px;
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    .prob-column__box {
        width: 48%;
    }
    .prob-column {
        flex-wrap: wrap;
        justify-content: center;
    }
    .prob-column__box img {        
        height: 34vw;
    }
    .prob-column__box span {
        font-size: 11px;
    } 
    .big-box> .container-lg> .prob-column> .prob-column__box span {
        font-size: 13px;
    }
}

/* ----- */



/* Большой синий блок */
.big-box {
    width: 100%;
    padding: 0 0 20px;
    margin:  70px auto;
}

.big-box_article {
    margin: 70px auto -290px;
}

.big-box__column {
    margin: 100px 0 50px;
    padding: 20px 0 30px;
}

.drugs {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    max-width: 1150px;
    margin: -50px auto 0;
}

.drugs__img {
    width: 33%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.drugs__img img {
    width: 100%;
}

.drugs__img-item {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.drugs__img-item span {
    padding-left: 10px;
}

.drugs__img-item img {
    width: 37px !important;
}

.drugs__text {
    width: 65%;
    padding-top: 40px;
}

.drugs__text span {
    margin: 10px 0;
    display: block;
}

.drugs__text-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 30px;
}

.drugs__text-logo img {
    width: 100%;
}

.drugs__text-logo img:first-child {
    max-width: 312px;
    width: 40%;
}

.drugs__text-logo img:last-child {
    max-width: 415px;
    display: block;
    padding-left: 20px;
    width: 55%;
}

@media (max-width: 1200px) {
    .drugs__text>  .prob-title_big {
        font-size: 3.8vw;
    }
}

@media (max-width: 1000px) {
    .drugs {
        flex-direction: column;
        align-items: center;
        width: 95%;
    }
    .drugs__img {
        width: 95%;
        max-width: 100%;
        flex-direction: row;
        align-items: end;
        justify-content: center;
    }
    .drugs__img img {
        width: 50%;
    }
    .drugs__img-item {
        width: 50%;
    }
    .drugs__text {
        width: 95%;
        padding-top: 40px;
    }
    .drugs__text-logo {
        justify-content: flex-start;
    }
    .drugs__img-item {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .drugs__text>  .prob-title_big {
        font-size: 30px;
    }
    .drugs {
        width: 100%;
    }
    .drugs__img-item span {
        font-size: 14px;
    }
    .drugs__img-item img {
        width: 32px !important;
    }
    .drugs__text {
        width: 100%;
        padding-top: 10px;
    }
    .drugs__img {
        width: 100%;       
    }
    .drugs__img-item {
        padding-bottom: 8%;
    }
    .big-box__column {
        margin: 50px 0 20px;
        padding: 20px 0 30px;
    }
}

@media (max-width: 500px) {
    .big-box {       
        margin:  70px auto 0;
    }
    .drugs__text>  .prob-title_big {
        font-size: 26px;
    }
    .drugs__img-item span {
        font-size: 12px;
        padding-left: 7px;
    }
    .drugs__text-logo img:last-child {
        padding-left: 10px;
    }
    .drugs__img-item img {
        width: 25px !important;
    }
    .big-box_article {
        margin: 50px auto -245px;
    }
}
/* ------ */



/* ПРОБИОТИЧЕСКИЕ ШТАММЫ В ПРОДУКТАХ LACTOFLORENE */
.strains {
    max-width: 1010px;
    margin: 100px auto;
}

.strains__box {
    border-radius: 23px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    margin: 20px 0;
    width: 100%;
    height: 295px;
    display: flex;
    overflow: hidden;    
    box-shadow: 0px 0px 59px #e7f2f8;
}

.strains__box-img {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.strains__box-img svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.strains__box-img img {
    width: 80%;
    position: relative;
}

.strains__box-item {
    width: 70%;
    padding: 40px 20px 30px 60px;
}

.strains__box-logo {
    display: flex;
    height: 28%;
}

.strains__box-logo img {
    width: 32%;
    object-fit: contain;
    display: block;
    padding-right: 15px;
}

.strains__box-logo span {
    display: block;
    /* border-left: 4px solid #05347F; */
    width: 68%;
    text-transform: uppercase;
    font-family: 'DINRoundPro', sans-serif;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
}

.strains__box-logo span:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 36px;
    background: #05347F;
    border-radius: 30px;
    left: -4px;
    top: 50%;
    transform: translate(0, -50%);

}

.strains__box-text {
    margin: 30px 0 20px;
    width: 90%;
}

@media (max-width: 1100px) {
    .strains {
        max-width: 800px;
    }
    .strains__box {
        height: 212px;
    }
    .strains__box-img svg {
        top: -43px;
        width: 240px;
    }
    .strains__box-item {
        width: 70%;
        padding: 25px 20px 25px 30px;
    }
    .strains__box-text {
        margin: 20px 0;
        font-size: 16px;
        width: 100%;
    }
    .strains__box-logo img {       
        padding-right: 10px;
    }
    .strains__box-logo span {       
        font-size: 20px;
        padding-left: 10px;
    }
}

@media (max-width: 800px) {
    .strains {
        max-width: 420px;
    }
    .strains__box {
        flex-direction: column;
        height: 540px;
        margin: 15px 0 20px;
        justify-content: space-between;
    }
    .strains__box-item {
        width: 100%;
        padding: 35px 20px 25px;
        height: 50%;
    }
    .strains__box-logo span {       
        font-size: 15px;
    }
    .strains__box-img {
        width: 100%;
        height: 46%;
    }
    .strains__box-img img {
        width: 75%;
        height: 82%;
        object-fit: contain;
    }     
    .strains__box-img svg {
        top: -170px;
        width: 480px;
        height: auto;
        transform: rotate(90deg);
        left: -32px;
    }
    .strains__box-logo {
        height: 20%;
    }
    .strains__box-logo span:before {
        width: 3px;
        height: 30px;
    }
}

@media (max-width: 500px) {
    .strains {
        max-width: 280px;
        margin: 50px auto;
    }
    .strains__box {
        height: 440px;
        margin: 15px 0 20px;
    }
    .strains__box-img {
        height: 41%;
    }
    .strains__box-img svg {
        top: -127px;
        width: 342px;
    }
    .strains__box-item {
        width: 100%;
        padding: 0 20px 25px;
        height: 55%;
    }
    .strains__box-logo span {
        font-size: 12px;
    }
    .strains__box-text {
        margin: 10px 0;
        font-size: 14px;
    }
    .strains__box-logo img {
        width: 35%;
    }
    .strains__box-logo span:before {
        width: 2.5px;
        height: 22px;
    }
}

/*  */



/* Часть 2 */

/* 1, 2 блок */
.origin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0 -180px;
    position: relative;
}

.origin img {
    width: 37%;
}

.origin__item {
    width: 60%;
}

.origin__item span {
    
}

.microbiota__box_article {
    align-items: center;
    margin: 50px auto;
    width: 100%;
}

.microbiota__consist-text span {
    margin-bottom: 10px;
    display: inline-block;
}

.microbiota_article::before {
    border-radius: 0 235px 235px 0;
}

.prob-title_article br {
    display: none;
}

@media (max-width: 1000px) {
    .origin {
        margin: 20px 0 50px;
    }
    .microbiota__box_article {
        flex-direction: row;
    }
}

@media (max-width: 900px) {
    .origin {
        flex-direction: column;
        margin: 20px 0 50px;
    }
    .origin img {
        width: 50%;
    }
    .origin__item {
        width: 100%;
        margin-top: 20px;
    }
    .prob-title_article br {
        display: block;
    }
    .microbiota__box_article {
        flex-direction: column;
    }
    .microbiota__img_article {
        margin: 0px auto -140px;
    }
    .microbiota_article {
        margin: 100px 0 120px;
    }
}

@media (max-width: 768px) {
    .prob-title_article span {
        font-size: 26px;
        display: inline-block;
    }
    .microbiota__img_article {
        margin: 0 auto -22vw;
    }
}

@media (max-width: 500px) {
    .prob-title_article span {
        font-size: 20px;
    }
    .microbiota_article::before {
        border-radius: 0 190px 190px 0;
    }
    .microbiota__img_article {
        margin: -20px auto -30vw;
    }
    .microbiota_article {
        margin: 50px 0 90px;
    }
    .microbiota__box_article {
        margin: 25px auto 50px;
    }
}

@media (max-width: 400px) {
    .microbiota__img_article {
        width: 55%;
    }
}

/* ---- */



/* Функции микробиоты */
.mb-functions {
    width: 100%;
    margin: 40px 0 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mb-functions__box {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mb-functions__img {
    width: 31%;
}

.mb-functions__img img {
    width: 100%;
}

.mb-functions__text {
    width: 67%;
}

@media (max-width: 900px) {
    .mb-functions__box {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .mb-functions {
        margin: 20px 0 50px;
    }
    .mb-functions__box {
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
    }
    .mb-functions__box:nth-child(3), .mb-functions__box:nth-child(4) {
        flex-direction: column-reverse;        
    }
    .mb-functions__img {
        width: 38%;
    }
    .mb-functions__text {
        width: 100%;
        margin-top: 10px;
    }
}
/* --- */



/* Причины изменения микробиоты */
.causes {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0;
    padding: 50px 0 0;
    position: relative;
    z-index: 2;
}

.causes__text {
    width: 60%;
    max-width: 670px;
}

.causes__text ul {
    padding: 5px 0;
}

.causes__text ul li {
    margin: 5px 0 5px 25px;
}

.causes__text ul li::marker {
    font-size: 14px;
}

.causes__img {
    width: 37%;
    padding-top: 20px;
}

.causes__img img {
    width: 100%;
}

@media (max-width: 1100px) {
    .causes {
        flex-direction: column;
    }
    .causes__text {
        width: 100%;
    }
    .causes__img {
        width: 100%;
        text-align: right;
    }
    .causes__img img {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .causes {
        padding: 25px 0 0;
    }
    .causes__img {
        display: none;
    }
}
/* ---- */


/* ФОРМУЛА ЗДОРОВОЙ МИКРОфлоры КИШЕЧНИКА */
.microflora {
    display: grid;
    grid: auto/1fr minmax(0,1270px) 0.5fr 0.5fr;
    position: relative;
    z-index: 1;
    margin: -55px 0 300px;
}

.microflora::before {
    content: '';
    background: #ffffff;
    grid-column: 2/ span 3;
    border-radius: 310px 0 0 310px;
    grid-row: 1;
}

.microflora__container {
    grid-area: 1/2;
    margin: 50px auto;
    max-width: 750px;
    padding: 0 40px;
}

.microflora__text {

}

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

.microflora__box {
    width: 29%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.microflora__box img {
    width: 100%;
    max-width: 182px;
}

.microflora__box span {
    width: 100%;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
}

.microflora__box-delimiter {
    width: 4%;
    padding-top: 12%;
}

.microflora__box-delimiter img {
    width: 100%;
}

@media (max-width: 1000px) {
    .microflora::before {
        border-radius: 230px 0 0 230px;
    }    
}

@media (max-width: 800px) {
    .microflora::before {
        border-radius: 175px 0 0 175px;
    }
    .microflora__box span {       
        font-size: 13px;
    }
}


@media (max-width: 500px) {
    .microflora {        
        margin: 20px 0 220px;
    }
    .microflora::before {
        border-radius: 110px 0 0 110px;
    }
    .microflora__container {
        padding: 0 20px;
    }
    .microflora__box span {       
        font-size: 11px;
    }  
}

@media (max-width: 400px) {
    .microflora__box span {       
        font-size: 9px;
    }
}

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


/* 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 */
/* /assets/css/style_probiotics.css?169763021621376 */
/* /local/components/main.components/form.subscribe/templates/products/style.css?17434294289059 */
