

/* 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/form.anketa/templates/.default/style.css?17600228506525*/
.quizzy {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.container-banner {
    display: none !important;
}

.an-container {
    max-width: 1100px;
    margin: 0 auto;
}

picture img {
    width: 100% !important;
}

.an-form-container {
    max-width: 720px;
    margin: 30px auto;
    padding: 5px 10px;
    position: relative;
}

.an-intitle {
    font-size: 20px;
    font-weight: bold;
    color: #05347f;
    margin-bottom: 10px;
    padding-left: 5px;
}

.an-form {
    display: flex;
    flex-direction: column;
}

.an-form [type="text"],
.an-form [type="email"] {
    width: 100%;
    font-size: 19px;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #828282;
    color: #05347f;
    margin: 5px auto;
    outline: none;
}

.an-form input::-webkit-input-placeholder {
    color: #b3b3b4;
}

.an-form input::-moz-placeholder {
    color: #b3b3b4;
}

.an-form input:-moz-placeholder {
    color: #b3b3b4;
}

.an-form input:-ms-input-placeholder {
    color: #b3b3b4;
}

.an-form__radio-title {
    color: #05347f;
    font-size: 26px;
    margin: 15px 0 15px 0;
    line-height: 1;
}

.an-form__check {
    width: 20px;
    height: 20px;
    position: relative;
    /* margin: 30px 0 0 0; */
    background: white;
    border-radius: 50px;
    box-shadow: 0 0 0 2px #05347f;
}

.an-form__check label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    border-radius: 50px;
}

.an-form__check label:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    top: -1px;
    left: -1px;
    background-color: #05347f;
    border-top: none;
    border-right: none;
    opacity: 0;
}

.an-form__check input[type=checkbox] {
    visibility: hidden;
}

.an-form__check input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.an-form__check-label {
    margin-left: 35px;
    font-family: inherit;
    color: #05347f;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -20px !important
}

.an-form__check-label a {
    color: inherit;
    text-decoration: underline;
}

.an-form__check-label a:hover {
    color: #05347f;
}

._an-fch .an-form__error {
    position: relative;
    top: -20px;
}

.an-form button {
    display: block;
    border-radius: 15px;
    background-color: #05347f;
    color: white;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    font-size: 26px;
    text-align: center;
    border: none;
    outline: none;
}

.an-form__error {
    color: red;
    font-size: 14px;
}

.an-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 600;
    width: 400px;
    border-radius: 25px;
    background-color: white;
    border: 2px solid #e1e1e1;
    padding: 35px 20px;
    display: none;
}

.an-popup__title {
    color: #05347f;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.an-popup__txt {
    color: #05347f;
    font-size: 30px;
    text-align: center;
    line-height: 1;
}

.an-popup__close {
    color: #e1e1e1;
    position: absolute;
    font-size: 26px;
    top: -30px;
    right: -10px;
    cursor: pointer;
}

@media (max-width:500px) {
    .an-form__radio-title {
        font-size: 20px;
    }
    .an-form [type="radio"]:checked+label,
    .an-form [type="radio"]:not(:checked)+label {
        font-size: 18px;
    }
    .an-popup {
        width: 300px;
    }
}


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

.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;
}

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

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


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

@media (max-width: 500px) {

    .subscribe__row-title {
        font-size: 13px;
    }

    .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__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-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;
} 

/* End */
/* /local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700 */
/* /local/components/main.components/form.anketa/templates/.default/style.css?17600228506525 */
