

/* 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?16968354953502*/
.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;
    }
}
/* End */
/* /local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700 */
/* /local/components/main.components/form.anketa/templates/.default/style.css?16968354953502 */
