

/* Start:/assets/slick/slick.css?17187006351776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/assets/slick/slick-theme.css?17187006353145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/assets/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/assets/slick/./fonts/slick.eot');
    src: url('/assets/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/assets/slick/./fonts/slick.woff') format('woff'), url('/assets/slick/./fonts/slick.ttf') format('truetype'), url('/assets/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/lacto-leto/style.css?175042990825993*/
.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

.h-6-rem {
    height: 0;
}

.banner picture img {
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    /* margin-top: 95px; */
}

.banner__img {
    width: 100%;
    /* max-width: 1250px; */
    margin: 0 auto;
}

.banner__img picture {
    display: flex;
}

@media (max-width: 768px) {
    /* .banner {
        margin-top: 65px;
    }   */
}

@media (max-width: 500px) {
    /* .banner {
        margin-top: 50px;
    }   */
}

.sd-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'GTEestiProDisplay', sans-serif;
    font-weight: 300;
}

.sd-container_big {
    max-width: 1200px;
}

@media (max-width: 1250px) {
    .sd-container_big {
        max-width: 900px;
    }
}

@media (max-width: 1200px) {
    .sd-container {
        padding: 0 15px;
    }
}

@media (max-width: 1000px) {
    .sd-container {
        width: 720px;
    }
}

@media (max-width: 800px) {
    .sd-container {
        width: 540px;
    }
}

@media (max-width: 600px) {
    .sd-container {
        width: 100%;
        padding: 0 15px;
        /* margin: 90px auto 20px; */
    }
}

.ty-container-550 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

._box-item_center {
    width: 35%;
}

.sd-ltxt {
    color: #00347B;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
}

.sd-action {
    margin: 60px auto;
    position: relative;
    z-index: 50;
}

.sd-action a {
    margin: 30px auto;
}

.lact-gift-btn {
    transition: 0.2s;
    border-radius: 0;
    width: 450px;
    height: 110px;
    background: #00347B;
    border: 1px solid #00347B !important;
    color: white;
    font-size: 40px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: "DINRoundPro-Medi", Sans-serif; */
}

.lact-gift-btn:hover {
    background-color: white;
    color: #00347B;
    text-decoration: none;
}

.sd-conditions {
    margin: -60px auto 50px;
    position: relative;
    width: 100%;   
    display: flex;      
    justify-content: space-between;
    align-items: flex-end;
}

.sd-conditions__item {
    width: 60%;
    line-height: 1;
    font-weight: 300;
}

.sd-conditions__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    font-weight: 300;
}

.sd-conditions__box a {
    color: #05347f;
    text-decoration: underline;
}

.sd-conditions__box a:hover {    
    text-decoration: none;
}

.sd-conditions__box span:first-child {
    text-transform: uppercase;
    color: #0091C0;
    opacity: 0.4;
    font-size: 200px;   
    width: 20%; 
}

.sd-conditions__box span:last-child {
    text-transform: uppercase;    
    font-size: 34px;
    width: 80%;  
}

.sd-conditions__img {
    max-width: 480px;
}

.sd-conditions__img img {
    width: 100%;
}

.sd-title {
    width: fit-content;
    color: #0091C0;
    /* font-family: "DINRoundPro", sans-serif; */
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    /* text-align: center; */
    margin: 15px 0;  
    text-transform: uppercase;
}

.sd-title span {
    text-transform: none;
}

.ty-container-grey {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto 80px;
    overflow: hidden;
    background: linear-gradient(297.2deg, #E5E6F2 19.21%, #FFFFFF 104.67%);
    opacity: 0.88;
}

.sd-dates {
    width: 100%;    
    /* padding: 60px 0 70px 0; */
    margin: 95px auto 80px;
}

.sd-dates__box {
    display: flex;
    margin-top: 30px;
    /* align-items: center; */
    justify-content: space-between;
}

.sd-dates__box-img {
    position: relative;
    width: 32%;
    text-align: center;
}

.sd-dates__box-img img {
    width: 100%;
    position: relative;
    z-index: 5;
}

.sd-dates__box-img-winner {
    display: block;
    height: 35px;
    width: 80%;
    background-color: white;
    border: 2px solid #033F85;
    color: #033F85;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    margin: 7px auto 15px auto;
    font-size: 16px;
    /* visibility: hidden; */
}

.sd-dates__box-img-wood {
    width: 110px;
    position: absolute;
    top: -45px;
    right: -30px;
    z-index: 1;
}

.sd-dates__box-text {
    color: #F08AB7;
    font-size: 26px;
    line-height: 1.3;
    width: 40%;
    margin-bottom: 7%;
    padding-left: 15px;
}

.sd-dates__box-text span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 1000px) {    
    .sd-title {
        font-size: 32px;
    } 
    .sd-dates__box-text {
        font-size: 18px;
        padding-right: 5px;
    }
    .sd-dates__box-text span {
        font-size: 18px;
    }  
}

@media (max-width: 700px) {  
    .sd-prise__item-img,
    .sd-prise__img-flipper,
    .sd-prise__img-flipper-front,
    .sd-prise__img-flipper-back {
        width: 190px;
        height: 190px;
    }
    ._box-item_center,
    .sd-prise__box-item {
        width: 45%;
    } 
   
    .sd-dates {
        padding: 50px auto;
    }
    .sd-dates__box {
        margin-top: 15px;
        align-items: flex-start;
        flex-wrap: wrap;
        /* justify-content: center;s */
    }
    .sd-dates__box-img {
        /* width: 27%; */
        /* margin-bottom: 6vw; */
    }
    .sd-dates__box-img-wood {
        width: 16vw;
        top: -5vw;
        right: -5vw;
    }
    .sd-dates__box-text {
        font-size: 4vw;
        margin-top: 1.5vw;
        width: 55%;
    }
    .sd-dates__box-text span {
        font-size: 4vw;
    }
 
}

@media (max-width: 500px) {      
    .sd-title {
        font-size: 26px;
    }   
    .sd-dates__box-img-winner {
        font-size: 14px;
    }
}

@media (max-width: 400px) { 
    .sd-title {
        font-size: 24px;
    }   
}

/* sd-trends */

.sd-trends {
    margin: -80px auto 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}

.sd-trends__img {
    width: 50%;
}

.sd-trends__img img {
    width: 100%;
}

.sd-trends__text {
    width: 48%;
    /* font-family: 'DINRoundPro'; */
    font-size: 32px;
    line-height: 1.1;
}

.sd-trends__text span {
    display: block;
    margin: 0 0 5px;
}

.sd-trends__text span:last-child {
    display: block;
    margin-top: 25px;
}

.sd-trends__text span:last-child b {
    text-transform: uppercase;
    color: #0091C0;
}

/* ---- */



/* sd-gifts */
.sd-gifts {
    margin: 50px auto 90px;
    position: relative;    
}

.sd-gifts img {
    width: 100%;   
}

.sd-gifts__die {    
    /* font-family: 'DINRoundPro-Medi'; */
    font-size: 60px;   
    line-height: 1;
    /* padding: 20px 0; */
}

.sd-gifts__die span {
    /* font-family: 'DINRoundPro'; */
    font-weight: 500;
    text-transform: uppercase;
}

.sd-gifts__label {
    position: absolute;
    top: -75px;
    right: -50px;
    max-width: 170px;
}

.sd-gifts__prise-left {
    position: absolute;
    right: 32px;
    bottom: -68px;
    max-width: 110px;
}

.sd-gifts__prise-right {
    position: absolute;
    right: -18px;
    bottom: -6px;
    max-width: 65px;
}
/* --- */



/* Сладйер с призами */
.prise {
    display: flex;
    justify-content: space-between;
}

.prise__main {
    width: 44%;
    padding: 20px 45px;
    background: rgba(0, 145, 192, 0.60);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prise__main-img {
    width: 100%;
    max-width: 365px;
}

.prise__main-img img {
    width: 100%;
}

.prise__main-txt {
    color: #ffffff;
    font-size: 30px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prise__main-txt img {
    width: 100%;
    max-width: 320px;
}

.prise__main-txt span {
    display: block;
    margin-top: 25px;
}

.prise__box {
    width: 52%;
}

.prise__box-item {
    border: 7px solid rgba(0, 145, 192, 0.20);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 401px;
    width: 94%;
}

.prise__box-img {
    width: 100%;
    margin-bottom: 17px;
}

.prise__box-logo {
    width: 90%;
    margin: auto 0;
    max-height: 42px;
}

.prise__box-txt {
    width: 94%;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.1;
}

.main-top__slider-next {
    right: -80px;
    top: 115px;
}

.main-top__slider-prev {
    left: -80px;
    top: 115px;
}

.main-top__slider-prev:before,
.main-top__slider-next:before {
    background: white!important;
    color: #85C4E8 !important;
    border: 0px solid white!important;
    box-shadow: 0px 6px 16px #d9d0d073;
}

.main-top__slider-prev .svg-icon,
.main-top__slider-next .svg-icon {
    fill: #85C4E8 !important;
}

.prise .slick-list {
    overflow: hidden;
    /* padding-bottom: 150px; */
    /* z-index: 15; */
}

.prise__box__img {
    
}

.prise__box__logo {
    
}

.prise__box__logo img {
    
}

.prise__box__count {
    position: absolute;
    top: 6%;
    right: 2%;
    width: 45px;
    height: 45px;
    background-color: #D0E6F8;
    color: #033F85;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "DINRoundPro-Medi", Sans-serif; */
    font-size: 20px;
    border-radius: 50%;
    /* box-shadow: 0 0 0 8px #d0e6f885; */
}

.pr-slider-next,
.pr-slider-prev {
    width: 55px;
    height: 55px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* border-radius: 50%;
    background: #D0E6F8;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 20px #E5E6F2; */
}

.pr-slider-next img,
.pr-slider-prev img {
    width: 100%;
    /* height: 18px;     */
}

.prise .pr-slider-next img,
.prise .pr-slider-prev img {
    opacity: 0.5
}

.pr-slider-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: ;
    height: ;
}

.pr-slider-next {
    right: 5px;
    padding-left: 5px;
}

.pr-slider-prev {
    right: 75px;
    padding-right: 5px;
}

.pr-slider-prev .svg-icon,
.pr-slider-next .svg-icon {
    width: 35px;
    fill: #85C4E8;
    height: 10px;
}

.pr-slider-next .svg-icon {
    transform: rotateZ(-90deg);
}

.pr-slider-prev .svg-icon {
    transform: rotateZ(90deg);
}


    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .prise__box-dots {
        position: absolute;
        bottom: 12px;
        display: block;
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        z-index: 40;
    }

    .prise__box-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .prise__box-dots li::before {
        content: none;
    }

    .prise__box-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .prise__box-dots li button:hover,
    .prise__box-dots li button:focus {
        outline: none;
    }

    .prise__box-dots li button:hover:after,
    .prise__box-dots li button:focus:after {
        opacity: 1;
    }

    .prise__box-dots li button:after {
        font-family: 'slick';
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
        content: "\2022";
        text-align: center;
        opacity: .25;
        color: #5ec5ea;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .prise__box-dots li.slick-active button:after {
        opacity: .75;
        color: #5ec5ea;
    }
    /* - */

    @media (max-width: 1250px) {       
        .sd-trends__text {
            font-size: 25px;
        }
    }

    @media (max-width: 1000px) {        
        .pr-slider-next {
            right: 20px;
        }
        /* .pr-slider-prev {
            left: -27px;
        } */

        .pr-slider-next,
        .pr-slider-prev {
            width: 45px;
            height: 45px;
            bottom: -45px;   
        }

        .prise__box-dots {            
            bottom: -39px;        
            left: 28%;
        }
    }
    
    @media (max-width: 800px) {      
        /* .pr-slider-next {
            right: -27px;
            width: 55px!important;
            height: 55px!important;
            z-index: 20;
        }
        .pr-slider-prev {
            left: -27px;
            width: 55px!important;
            height: 55px!important;
            z-index: 20;
        } */
        .prise__box-dots {            
            bottom: -78px;        
            left: 0;
        }
        .pr-slider-next, .pr-slider-prev {        
            bottom: -50px;
        }
        .prise__box-txt {
            font-size: 18px;
        }
        .sd-products>.pr-slider-next, 
        .sd-products>.pr-slider-prev {
            display: none !important;
        } 

        .sd-products>.prise__box-dots {
            top: auto;
            bottom: -32px;
            left: 50%;
        }
    }
            
    @media (max-width: 600px) {
        .pr-slider-next {
            right: ;
            width: 35px!important;
            /* height: 45px!important; */
        }
        .pr-slider-prev {
            left: ;
            width: 35px!important;
            /* height: 45px!important; */
        }       
        .pr-slider-prev .svg-icon,
        .pr-slider-next .svg-icon {
            width: 20px;
            fill: #85C4E8;
            height: 7px;
        }

        .prise {
            /* height: 340px;             */
            margin-bottom: 50px;
        }
        .prise__main {
            padding:  20px 15px 40px;
        }
        .prise__main-txt {
            font-size: 18px;
        }
        .prise__box-txt {
            font-size: 16px;
            margin-top: 14px;
        }
        .prise__box-item {
            padding: 10px;
        }

        .prise__box__part {
            padding: 15px 10px 0;
            flex-direction: column;
            height: 310px;
        }
        .prise__box__img {
            width: 95%;
        }
        .prise__box__logo {
            width: 100%;
            text-align: center;
            max-width: 268px;
        }
        .prise__box__logo img {
            height: 34px;
            object-position: center;
            margin: 0 auto;
        }
        .prise__box-dots {
            bottom: -100px;            
        }
        .pr-slider-next, .pr-slider-prev {
            width: 35px;
        }

        .prise__box-logo {
            height: 25px;
        }
    }

    @media (max-width: 400px) { 
        .prise__box__discript {
            width: 250px;
        }
    }

    
/* --- */



/* Три продукта */
.healthy {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sd-products {
    display: flex;
    justify-content: space-between;    
    /* margin: 30px auto 50px; */
    width: 44%;
}

.sd-products__box {
    display: flex;    
    flex-direction: column;
    height: 725px;
    padding: 20px;
    color: #FFFFFF;
    background: #0091C0;
    font-size: 28px;
    line-height: 1.1;
}

/* .sd-products__box:hover {
    border: 2px solid #D0E6F8;
    cursor: pointer;
} */

.sd-products__box img {
    width: 100%;
}

.sd-products__box-pack {
    height: 310px;
}

.sd-products__box-title {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
}

.sd-products__box-text {
    display: block;
    margin-top: 20px;
}

.sd-products__box-text b {
    font-weight: 500;
}

.sd-products__slide {
    padding: 15px;
    width: 100%;
}

.sd-products>.pr-slider-prev {
    right: -125px;
}

.sd-products>.pr-slider-next {
    right: -195px;
}

.sd-products>.prise__box-dots {
    top: auto;
    bottom: -40px;
}

.healthy__txt {
    width: 52%;
}

.healthy__txt span {
    font-size: 30px;
    display: block;
}

.healthy__txt span:last-child {
    font-weight: 500;
    margin-top: 15px;
}

/*  */



/* Отдых */
    .sd-rest {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 70px auto;
    }
    .sd-rest img {
        width: 32%;
    }
    .sd-rest__text {
        font-size: 21px;
        /* font-family: "DINRoundPro", sans-serif; */
        width: 65%;
    }
    .sd-rest__text span {
        display: block;
        margin: 5px 0;
    }
/* --- */



/* Дисклеймер */
.sd-disc {
    margin: 30px auto 70px;
    font-size: 20px;
    /* font-family: "DINRoundPro", sans-serif; */
    color: #C4C4C4;
    line-height: 1;
    /* text-align: center; */
}

.sd-disc a {
    text-decoration: underline;
    color: #C4C4C4;
    
}
/* --- */



@media (max-width: 1000px) {
    .sd-products__box {
        font-size: 23px;
        height: 700px;
    }
    .sd-products__box-pack {
        height: 172px;
    }
    .sd-products__box-title,
    .sd-products__box-text {
        margin-top: 15px;
    }
    .healthy__txt span {
        font-size: 23px;
    }
    .prise__box-item {
        height: auto;
        width: 100%;
    }
    .sd-trends {
        margin: -30px auto 50px;
    }
    .sd-trends__text {
        font-size: 21px;
    }

    .sd-gifts__die {        
        font-size: 34px;        
    }
    .sd-gifts__label {
        top: -45px;
        right: -28px;
        max-width: 121px;
    }
    .sd-gifts__prise-left {
        right: 32px;
        bottom: -62px;
        max-width: 90px;
    }
    .sd-gifts__prise-right {
        right: -12px;
        bottom: -8px;
        max-width: 50px;
    }

    .sd-conditions__item {
        width: 68%;
    }
    .sd-conditions__box span:first-child {
        font-size: 115px;
    }
    .sd-conditions__box span:last-child {
        font-size: 21px;
    }
    .sd-conditions__img {
        width: 51%;
    }
}

@media (max-width: 800px) {
    .sd-trends {
        margin: 40px auto -30px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .sd-trends__text {
        width: 100%;
        font-size: 23px;
    }
    .sd-trends__img {
        width: 80%;
        /* max-width: 500px; */
    }

    .sd-gifts__label {
        top: -116px;
        right: auto;
        left: 0px;
        max-width: 100px;
    }
    .sd-gifts__die {
        font-size: 28px;
    }
    .sd-gifts__prise-left {
        right: auto;
        bottom: -30px;
        max-width: 70px;
        left: 0;
    }
    .sd-gifts__prise-right {
        right: 12px;
        bottom: -20px;
        max-width: 50px;
    }

    .healthy {
        flex-direction: column;
    } 
    .sd-products {
        width: 90%;
        margin: 0 auto;
    }
    .sd-products__box {
        height: 620px;
    }
    .sd-products__box-pack {
        height: auto;
    }
    .healthy__txt {
        width: 100%;
        margin-top: 20px;
    } 

    .prise__main {
        width: 50%;
        padding: 20px 20px 40px;
        height: fit-content;
    }
    .prise__main-img {
        display: flex;
        justify-content: center;
    }
    .prise__main-img img {
        width: 80%;
    }
    .prise__main-txt {
        font-size: 23px;
    }
    .prise__main-txt span {
        margin-top: 16px;
    }
    .prise__box {
        width: 46%;
    }

    /* .sd-products__box:nth-child(2),
    .sd-products__box:nth-child(3) {
        display: none;
    } */

    .sd-conditions {
        margin: 0px auto 50px;       
        width: 100%;               
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .sd-conditions__item {
        width: 100%;
    }
    .sd-conditions__img {
        width: 100%;
    }
    
    .sd-dates__box-img {
        /* width: 23%; */
    }

    .sd-rest {
        flex-direction: column;
        max-width: 500px;
    }
    .sd-rest img {
        width: 80%;
    }
    .sd-rest__text {
        width: 100%;
    }    
}

@media (max-width: 600px) {
    .sd-gifts {
        margin: 50px auto;
    }
    .sd-dates {
        margin: 40px auto;
    }
    /* .sd-dates__box {
        flex-wrap: wrap;        
    } */
    .sd-dates__box-img {
        /* width: 35%; */
    } 

    .sd-rest {
        margin: 40px auto;
    }

    .sd-disc {
        margin: 40px auto;
        font-size: 17px;
    }

    .prise__main-txt {
        font-size: 18px;
    }

    .sd-conditions__box span:first-child {
        font-size: 95px;
    }

    .sd-products {
        width: 100%;
    }
    .sd-products__box {
        font-size: 16px;
        height: 450px;
    }

    .healthy__txt span {
        font-size: 18px;
    }

    .sd-products__box-pack {
        max-width: 425px;
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .sd-trends__img {
        width: 90%;
    }
    .sd-trends__text {
        font-size: 21px;
    }

    .sd-gifts__die {
        font-size: 24px;
        /* padding: 10px 20px; */
    }
    .sd-gifts__label {
        top: -90px;
        max-width: 100px;
    }

    /* .sd-dates__box-img {
        width: 40%;
    } */

    .sd-disc {
        font-size: 14px;
    }
}



/* Попапы */
.sd-pup {
    background: rgba(199, 199, 200, 0.7);
    transform: translateY(-200%);
    /* transform: translateY(-0%); */
    transition: transform 0.6s ease;
    position: fixed;
    padding: 130px 0 20px;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    scrollbar-color: #102D69 #CFE5F8;
    scrollbar-width: thin;
}

.sd-pup_open {
    transform: translateY(-0%);
}

.sd-spec {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 40px;
    width: 92%;
    max-width: 1200px;
    /* font-family: "DINRoundPro", sans-serif; */
}

.sd-spec__container {
    margin: 0 auto;   
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
}

.sd-spec__title {
    display: flex;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
}

.sd-spec__title img {
    width: 36%;
}

.sd-spec__title span {
    width: 64%;
    padding-left: 20px;
    border-left: 4px solid #033F85;
}

.sd-spec__text {
    font-size: 30px;
    margin: 30px auto;
    text-align: center;
}

.sd-spec__text span {
    margin: 5px 0;
    display: block;
}

.sd-spec a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    width: 248px;
    height: 61px;  
    background: #033F85;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #033F85;
    /* font-family: "DINRoundPro-Medi", Sans-serif; */
}

.sd-spec a:hover {
    background: none;
    color: #033F85;
    transition: 0.2s;
}

.sd-spec__pack {
    position: absolute;
    width: 350px;
    bottom: -110px;
    right: -110px;
}

.sd-spec__pack img,
.sd-spec__close img {
    width: 100%;
}

.sd-spec__close {
    top: -20px;
    right: -30px;
    position: absolute;
    width: 30px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .sd-spec {
        height: 480px;
    }
    .sd-spec__title {
        font-size: 26px;
    }
    .sd-spec__text {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .sd-pup {       
        padding: 130px 0 20px;        
    }
    .sd-spec {
        max-width: 380px;       
        padding: 20px; 
        height: auto;
        border-radius: 23px;
    }
    .sd-spec__container {
        width: 100%;
    }
    .sd-spec__title {
        flex-direction: column;
        font-size: 20px;
    }
    .sd-spec__title img {
        width: 70%;
    }
    .sd-spec__title span {
        text-align: center;
        width: 100%;
        padding: 0;
        border: none;
    }
    .sd-spec__text {
        font-size: 20px;
        margin: 10px auto;
    }
    .sd-spec__pack {
        position: sticky;
        margin: -20px 0;
    }
    .sd-spec__close {
        top: 14px;
        right: 13px;
        position: absolute;
        width: 26px;
    }
}



/* --- */


/* 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/form.gifts/templates/.default/style.css?175042856619802*/
::-webkit-input-placeholder {
    color: #ADADAD;
}

::-moz-placeholder {
    color: #ADADAD;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #ADADAD;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #ADADAD;
}

.form-item {
    position: relative;
    margin: 9px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form-item:first-child {
    margin-top: 0;
}

.form-item:last-child {
    margin-bottom: 0;
}

.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email],
.form-item input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 100%;
    background: #FFFFFF;
    /* border-radius: 8px; */
    border: none;
    border-bottom: 1px solid #033F85;
    height: 48px;
    /* padding: 0 24px; */
    font-size: 14px;
    font-family: inherit;
    color: #00347B;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%
}

.form-item input[type=text]::-ms-clear,
.form-item input[type=text]::-ms-reveal,
.form-item input[type=tel]::-ms-clear,
.form-item input[type=tel]::-ms-reveal,
.form-item input[type=email]::-ms-clear,
.form-item input[type=email]::-ms-reveal,
.form-item input[type=password]::-ms-clear,
.form-item input[type=password]::-ms-reveal {
    display: none
}

.form-item._shadow input[type=text],
.form-item._shadow input[type=tel],
.form-item._shadow input[type=email],
.form-item._shadow input[type=password] {
    -webkit-box-shadow: 0 0 0 1px #EEF3F8;
    box-shadow: 0 0 0 1px #EEF3F8
}

.form-item._error input[type=text],
.form-item._error input[type=tel],
.form-item._error input[type=email],
.form-item._error input[type=password] {
    /*-webkit-box-shadow: 0 0 0 1px red;*/
    /*box-shadow: 0 0 0 1px red;*/
    background-image: url("/img/svg/input-error.svg")
}

.form-item textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    resize: none;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 20px 24px;
    font-size: 14px;
    font-family: inherit;
    color: #102D69;
    height: 120px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%
}

.form-item._shadow textarea {
    -webkit-box-shadow: 0 0 0 1px #EEF3F8;
    box-shadow: 0 0 0 1px #EEF3F8
}

.form-item._error textarea {
    -webkit-box-shadow: 0 0 0 1px red;
    box-shadow: 0 0 0 1px red;
    background-image: url("/img/svg/input-error.svg")
}

.form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #BEC2E3;
    height: 48px;
    padding: 0 24px;
    font-size: 14px;
    font-family: inherit;
    color: #00347B;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-image: url("/img/svg/select.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) 50%
}

.form-item select option:first-child {
    color: #ADADAD;
}

.form-item select::-ms-expand {
    display: none
}

.form-item._shadow select {
    -webkit-box-shadow: 0 0 0 1px #EEF3F8;
    box-shadow: 0 0 0 1px #EEF3F8
}

.form-item._error select {
    -webkit-box-shadow: 0 0 0 1px red;
    box-shadow: 0 0 0 1px red
}

.form-item__label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 0 24px; */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 48px;
    font-size: 14px;
    white-space: nowrap;
    color: #1E1F21;
    opacity: .4;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-item__label._static {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    line-height: inherit;
    margin-bottom: 4px
}

.form-item._not-empty .form-item__label:not(._static) {
    line-height: 20px;
    font-size: 10px
}

.form-item__error {
    display: none;
    padding: 3px 0 0 24px;
    font-size: 10px;
    color: red
}

.form-item__error._soc {
    padding-left: 50px
}

.form-item._error .form-item__error {
    display: block
}

.form-item [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer
}

.form-item__checkbox {
    display: block;
    width: 100%;
    position: relative;
    color: #102D69
}

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

.form-item__checkbox input[type=checkbox]+i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
    /* border-radius: 4px; */
    background-color: white;
    margin: -2px 6px 0 0
}

.form-item__checkbox input[type=checkbox]+i:before {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    background-size: 100% 100%;
    position: absolute;
    left: 4px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-item__checkbox input[type=checkbox]:checked+i:before {
    opacity: 1
}

.form-item._shadow .form-item__checkbox input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 1px #EEF3F8;
    box-shadow: 0 0 0 1px #EEF3F8
}

.form-item._shadow .form-item__checkbox input[type=checkbox]:checked+i,
.form-item._shadow .form-item__checkbox:hover input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 1px #CFE5F8;
    box-shadow: 0 0 0 1px #CFE5F8
}

.form-item._error .form-item__checkbox input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 1px red;
    box-shadow: 0 0 0 1px red
}

.form-item__radio {
    display: block;
    width: 100%;
    position: relative;
    color: #102D69;
    padding-left: 23px
}

.form-item__radio._inline {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.form-item__radio input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.form-item__radio input[type=radio]+i {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    cursor: pointer;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: white
}

.form-item__radio input[type=radio]+i:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #85C4E8;
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-item__radio input[type=radio]:checked+i:before {
    opacity: 1
}

.form-item._shadow .form-item__radio input[type=radio]+i {
    -webkit-box-shadow: 0 0 0 1px #EEF3F8;
    box-shadow: 0 0 0 1px #EEF3F8
}

.form-item._shadow .form-item__radio:hover input[type=radio]+i,
.form-item._shadow .form-item__radio input[type=radio]:checked+i {
    -webkit-box-shadow: 0 0 0 1px #CFE5F8;
    box-shadow: 0 0 0 1px #CFE5F8
}

.form-item._error .form-item__radio input[type=radio]+i {
    -webkit-box-shadow: 0 0 0 1px red;
    box-shadow: 0 0 0 1px red
}

.form-item__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-item__soc__icon {
    display: block;
    width: 32px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.form-item__or {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 0 auto;
}

form .row {
    margin-right: -4px;
    margin-left: -4px
}

form .row [class^='col-'] {
    padding-left: 4px;
    padding-right: 4px
}

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

.ty-img {
    width: 40%;
}

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

.ty-form {
    width: 52%;
    /* padding: 30px 5px 90px 5px; */
    position: relative;
}

.ty-form__img {
    position: absolute;
    bottom: 15px;
    right: -70%;
    width: 80%;
}

.ty-form__img img {
    width: 100%;
}

.ty-form__title {
    width: 100%;
    color: #0091C0;
    line-height: 1;
    /* font-family: "TTRound", sans-serif; */
    font-size: 50px;
    /* text-align: center; */
    margin: 0 0 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.ty-form__check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0px;
    line-height: 1.1;
    font-size: 14px;
}

.ty-form__check span {
    width: auto;
    display: inline-block;
}

.ty-form__check a {
    text-decoration: underline;
    color: #00347B;
}

.ty-form__check input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 2px #0091C0 !important;
    box-shadow: 0 0 0 2px #0091C0 !important; 
}

.ty-form__check input[type=checkbox]+i:before {
    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: #0091C0;
    background-image: url(/local/components/main.components/form.gifts/templates/.default/./img/done.svg) !important;
    background-size: 80% 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.form-item__label span {
    color: #F08AB7;
}

.ty-form__button button {
    margin-top: 20px;
    font-family: 'GTEestiProDisplay', sans-serif;
}

.ty-form__item {
    margin: 10px 0;
    /* color: ; */
    font-size: 14px;
}

.ty-form__item span {
    color: #F08AB7;
}

.ty-form-end {
    padding: 40px 15px;
    color: #00347B;
    position: relative;
}

._ty-pink {
    color: #F08AB7;
}

.ty-form-end__title-1 {
    width: 95%;
    max-width: 550px;
    margin: 20px auto;
    font-size: 20px;
    text-align: center;
}

.ty-form-end__title-2 {
    width: 95%;
    max-width: 650px;
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.ty-form-end__title-2 a {
    font-weight: bold;
    color: #033F85;
}

.ty-form-end__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ty-form-end__box-item {
    width: 17%;
    margin: 5px auto;
}

._action-form-2 {
    display: none;
}

._action-form-3 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    background: #818181a7
}

._action-form-3__container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 90%;
    background: linear-gradient(297.2deg, #E5E6F2 19.21%, #FFFFFF 104.67%);
    border-radius: 61px;
}

.popup-spec__box-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 34px;
    top: 20px;
    z-index: 100;
}

.popup-spec__box-close:hover {
    cursor: pointer;
}

.popup-spec__box-close img {
    width: 100%;
}


@media (max-width: 900px) {
    .ty-form__img {
        display: none;
    }

    .ty-form__button button {
        margin: 20px auto 0;
    }

}

@media (max-width: 800px) {
    .gifts-form {
        flex-direction: column;
    }
    .ty-img {
        width: 100%;
        margin-bottom: 25px;
    }
    .ty-form {
        width: 100%;        
    }
}

@media (max-width: 700px) {
    .ty-form {
        /* padding: 30px 30px 50px 30px; */
    }

    .ty-form__title {
        font-size: 26px;
    }

    .ty-form__button button {
        max-width: 350px;
        height: 60px;
        margin-top: 30px;
    }

    .ty-form-end__title-2 span:nth-child(1) {
        display: block;
    }

    .ty-form-end__box {
        width: 65%;
        margin: 0 auto;
    }

    .ty-form-end__box-item {
        width: 40%;
        margin: 10px auto;
    }
}

@media (max-width: 600px) {
    ._action-form-3__container {
        border-radius: 25px;
    }

    .popup-spec__box-close {
        right: 4%;
        top: 4%;
    }
}

@media (max-width: 500px) {
    .ty-form {
        /* padding: 30px 15px 50px 15px; */
    }

    .ty-form-end__title-1 {
        /* margin: 20px auto 35px; */
        font-size: 18px;
        line-height: 1.5;
    }

    .ty-form-end__box {
        width: 80%;
    }

    .ty-dates__box-img-winner {
        height: 7vw;
        font-size: 2.7vw;
        line-height: 6vw;
    }

    .popup-spec__box-close {
        width: 4vw;
    }
}

.lact-gift-btn {
    transition: 0.2s;
    /* border-radius: 55px; */
    width: 450px;
    height: 110px;
    background: #00347B;
    border: 1px solid #00347B;
    color: white;
    font-size: 40px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500px;
    /* font-family: "TTRound", Sans-serif; */
}


/* .lact-gift-btn {
    transition: 0.2s;
    border-radius: 55px;
    width: 320px;
    height: 65px !important;
    background: #00347B;
    border: 1px solid #00347B !important;
    color: white;
    font-size: 20px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "TTRound", Sans-serif;
} */

/* Попапы */
.ty-form-end__title {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px #E5E6F2;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1% 5%;
}

.ty-form-end__title-star-l {
    top: -15%;
    left: 0;
    position: absolute;
    width: 26px;
}

.ty-form-end__title-star-r {
    top: -25%;
    right: 0;
    position: absolute;
    width: 41px;
}

.ty-form-end__img {
    margin: 0 auto 20px;
}

.ty-form-end__img_f2 {
    width: 50%;
    max-width: 220px;
}

.ty-form-end__img_f3 {
    width: 90%;
    max-width: 480px;
}

.ty-form-end__img img {
    width: 100%;
}

@media (max-width: 1000px) {
    .lact-gift-btn {
        width: 320px;
        height: 75px;
        font-size: 32px;
    }
}

@media (max-width: 900px) {
    .ty-form-end__title-star-l {
        width: 18px;
    }

    .ty-form-end__title-star-r {
        width: 30px;
    }
}

@media (max-width: 500px) {
    .ty-form-end__title-star-l {
        width: 5vw;
        top: -25%;
        left: -2%;
    }

    .ty-form-end__title-star-r {
        width: 7vw;
        right: -3%;
        top: -30%;
    }

    .ty-form-end__title {
        padding: 2% 7%;
    }

     .lact-gift-btn {
        width: 210px;
        height: 60px;
        font-size: 20px;
    }
}

.ty-container-grey {
    background: #E8F6FC !important;
}

/*.verify-ty*/
.verify-ty__container {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 800;
    background-color: #cfe5f8c4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scrollbar-color: #102D69 #CFE5F8;
    scrollbar-width: thin;
}

.verify-ty__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #CFE5F8;
}

.verify-ty__container::-webkit-scrollbar-thumb {
    background-color: #85C4E8;
    border-radius: 9em;
}

.verify-ty__container::-webkit-scrollbar-thumb:hover {
    background-color: #85C4E8;
}

.verify-ty__close {
    display: block;
    text-align: center;
    position: absolute;
    top: 6%;
    right: 2%;
    width: 3%;
    height: 3%;
}

.verify-ty__close img {
    width: 100%;
}

.verify-ty__close:hover {
    cursor: pointer;
}

.verify-ty__box {
    position: relative;
    width: 95%;
    max-width: 643px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    z-index: 810;
    background-color: #FFF;
    padding: 19px;
}

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

.verify-ty__text img {
    width: 100%;
}

/*  */

.form-vr-gift__container.open {
    transform: translateY(-0%);
}

.form-vr-gift__container {
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    position: fixed;
    font-family: 'DINRoundPro', sans-serif;
    /*overflow: hidden;*/
    overflow: auto;
    padding-top: 20px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #cfe5f8c4;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    scrollbar-color: #102D69 #CFE5F8;
    scrollbar-width: thin;
}

.form-vr-gift__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #CFE5F8;
}

.form-vr-gift__container::-webkit-scrollbar-thumb {
    background-color: #85C4E8;
    border-radius: 9em;
}

.form-vr-gift__container::-webkit-scrollbar-thumb:hover {
    background-color: #85C4E8;
}

@media (max-width: 500px) {
    .form-vr-gift__container {
        align-items: flex-start;
    }
}

.form-vr-gift__box-end {
    position: relative;
    width: 95%;
    max-width: 800px;
    padding: 25px 50px;
    border-radius: 45px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* line-height: 1; */
    margin: auto;
}

.form-vr-gift__box-end a {
    font-weight: bold;
    color: #002169;
    text-decoration: underline;
}

.form-vr-gift__box-end-title {
    font-weight: bold;
    color: #033F85;
    font-size: 24px;
    text-align: center;
    position: relative;
}

@media (min-width: 700px) {
    .form-vr-gift__box-end-title br {
        display: none;
    }
}

.form-vr-gift__box-end-title img {
    position: absolute;
    left: -65px;
    top: -14px;
    max-width: 287px;
}

.form-vr-gift__box-end a {
    font-weight: bold;
}

.form-vr-gift__box-end-last {
    font-size: 20px;
    line-height: 1.2;
    color: #102D69;
    text-align: center;
    margin-bottom: 20px;
}

.form-vr-gift__box-end-last span {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.form-vr-gift__box-end-text {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #002169;
}

.form-vr-gift_close-end {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 100;
}

.form-vr-gift_close-end img {
    width: 100%;
}

@media (max-width: 700px) {

    .form-vr-gift__form__close,
    .form-vr-gift_close-end {
        right: 15px;
        top: 10px;
        width: 20px;
    }

    .form-vr-gift__form,
    .form-vr-gift__box-end {
        padding: 15px;
        margin-top: 20px;
        border-radius: 15px;
    }

    .form-vr-gift__box-end-title {
        font-size: 24px;
    }

    .form-vr-gift__box-end-last span {
        width: 90%;
    }
}

@media (max-width: 500px) {

    .form-vr-gift__box-end span {
        font-size: 16px;
    }

    .form-vr-gift__box-end-title {
        font-size: 24px;
    }

    .form-vr-gift__box-end-last br {
        display: none;
    }

    .form-vr-gift__box-end-last span {
        width: 100%;
    }
}

.two-boxes-with-gifts {
    position: absolute;
    max-width: 180px;
    top: -60px;
    right: -37px;
}

@media (max-width: 700px) {
    .two-boxes-with-gifts {
        top: 90px;
        right: 50%;
        transform: translateX(50%);
    }

    .ty-form {
        /* padding-bottom: 190px; */
    }
}

/* End */
/* /assets/slick/slick.css?17187006351776 */
/* /assets/slick/slick-theme.css?17187006353145 */
/* /lacto-leto/style.css?175042990825993 */
/* /local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700 */
/* /local/components/main.components/form.gifts/templates/.default/style.css?175042856619802 */
