

/* 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:/gifts/style.css?17533653614249*/
.quizzy {
    display: none;
}

.h-6-rem {
    height: 0;
}

.sg-container {
    width: 100%;
    max-width: 1050px;
    margin: 100px auto 0;
}

@media (max-width: 1000px) {
    .sg-container {
        width: 720px;
    }
}

@media (max-width: 800px) {
    .sg-container {
        width: 540px;
    }
}

@media (max-width: 600px) {
    .sg-container {
        width: 100%;
        padding: 0 15px;
        /* margin: 90px auto 20px; */
    }
}

.sg-title {
    width: fit-content;
    color: #00347B;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    margin: 15px auto;
}

.sg-title span {
    font-size: 46px;
    font-family: "DINRoundPro", sans-serif;
    font-weight: bold;
    color: #0091C0;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    /* .sg-title {
        font-size: 30px;
    }   */
}

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

@media (max-width: 400px) {
    /* .sg-title {
        font-size: 24px;
    }  */
}

/* Лотерея */
.sg-lot {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 50px auto;
}

.sg-lot a {
    width: 23%;
}

.sg-lot a img {
    width: 100%;
}

.sg-lot a img:last-child {
    /*display: none;*/
}
/*  */



/* Призы */
.sg-win {
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sg-win__item {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 3px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 28px 15px; */
    overflow: hidden;
}

.sg-win__item_blue {
    border-color: #0091C0;
    background: linear-gradient(10deg, rgba(193, 228, 238, 0.80) -66.58%, rgba(201, 231, 240, 0.80) -10.02%, rgba(243, 252, 255, 0.80) 97.57%);
}

.sg-win__item_blue span,
.sg-win__item_blue a {
    color: #0091C0;
}

.sg-win__item_green {
    border-color: #5DBDB8;
    background: linear-gradient(124deg, rgba(209, 244, 241, 0.30) -22.87%, rgba(48, 180, 171, 0.30) 186.9%);
}

.sg-win__item_green span,
.sg-win__item_green a {
    color: #2FB5AC;
}

.sg-win__item_pink {
    border-color: #E01E81;
    background: linear-gradient(132deg, rgba(240, 215, 228, 0.30) 14.57%, rgba(224, 30, 129, 0.30) 300.9%);
}

.sg-win__item_pink span,
.sg-win__item_pink a {
    color: #E01E81;
}

.sg-win__logo {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    background: #ffffff;
    padding: 25px 0 10px;
}

.sg-win__logo img {
    width: 100%;
    max-height: 35px;
    object-fit: contain;
    max-width: 130px;
}

.sg-win__txt {
    text-align: center;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.05;
    color: #404040;
}

.sg-win__txt a {
    text-decoration: underline;
    display: block;
}

.sg-win__txt a:hover {
    text-decoration: none;
}
/* --- */

@media (max-width: 1000px) {
    .sg-lot a {
        width: 48%;
        max-width: 240px;
    }
}

@media (max-width: 550px) {
    .sg-lot {
        max-width: 400px;
        margin: 30px auto;
    }
    .sg-lot a {
        max-width: 155px;
    }
    .sg-win {
        margin: 30px auto;
    }
    .sg-win__item {
        width: 156px;
        height: 208px;
        border-radius: 180px;
    }
    .sg-win__txt {
        font-size: 14px;
        padding: 10px 8px;
    }
    .sg-win__logo {
        height: 52px;
        padding: 18px 0 10px;
    }
    .sg-win__logo img {
        max-height: 28px;
        max-width: 90px;
    }

    .sg-title {
        font-size: 20px;
    }
    .sg-title span {
        font-size: 31px;
    }
}

@media (max-width: 400px) {
    .sg-lot {
        gap: 7px;
    }
    .sg-lot a {
        max-width: 140px;
    }
    .sg-win {
        gap: 8px;
    }
    .sg-win__item {
        width: 140px;
    }
    .sg-win__txt {
        font-size: 13px;
        padding: 10px 6px;
    }
}

.choose--item {
    position: relative;
    display: grid;
}

.choose--item:not([data-selected]) > :nth-child(2), .choose--item[data-selected] > :nth-child(1){
    opacity: 0;
}

.choose--item > * {
    grid-area: 1 / 1;
    transition-property: opacity;
    transition-duration: 1s;
}
/* 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.lacto/templates/gifts/style.css?175336536120579*/
.grecaptcha-badge {
    visibility: hidden;
}

::-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: 14px;
    border: 1px solid #0091C0;
    /* 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;
    width: 100%;
}

.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 {    
    position: relative;
}

.ty-img {
    position: absolute;
}

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

.ty-img_left {
    left: -85px;
    bottom: -95px;
    width: 350px;
}

.ty-img_right {
    width: 430px;
    right: -125px;
    bottom: -100px;
}

.ty-form {
    width: 100%;
    /* padding: 30px 5px 90px 5px; */
    position: relative;
    max-width: 545px;
    margin: 0 auto;
    z-index: 5;
}

.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: "DINRoundPro", sans-serif;
    font-weight: bold;
    font-size: 46px;
    /* text-align: center; */
    margin: 0 0 30px;
    /* font-weight: 500; */
    text-transform: uppercase;
    text-align: center;
}

.ty-form__title span {
    display: block;
    color: #00347B;
    font-size: 24px;
    line-height: 1.1;
    text-transform: none;
    font-weight: 400;
    margin-top: 10px;
}

.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 1px #05347F !important;
    box-shadow: 0 0 0 1px #05347F !important;
    border-radius: 3px;
}

.ty-form__check input[type=checkbox]+i:before {
    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: #05347F;
    background-image: url(/local/components/main.components/form.lacto/templates/gifts/./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: 1300px) {
    .ty-img {
        display: none;
    }
}

@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: 15px;
    }

    .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;
    }
    .form-item {
        /* align-items: flex-start; */
    }
    /* .ty-img_right {
        display: block;
        right: 0;
    } */
}

@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;
    }
    .ty-form__title span {
        font-size: 20px;
    }
}

.lact-gift-btn {
    transition: 0.2s;
    border-radius: 100px;
    width: 355px;
    height: 84px;
    background: #0091C0;
    border: 1px solid #00347B;
    color: white;
    font-size: 30px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-family: "DinRoundPro", 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 */
/* /gifts/style.css?17533653614249 */
/* /local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700 */
/* /local/components/main.components/form.lacto/templates/gifts/style.css?175336536120579 */
