

/* Start:/mamam/premium-rody/assets/style.css?177617277358411*/
.raffle__incl-pict picture img {
    width: 100%;
}

.container-lg {
    width: 100%;
    max-width: 1200px;
    min-height: 150px;
    margin: 0px auto 20px;
    font-family: 'GT Eesti Pro Display', sans-serif;
    color: #002169;
    font-weight: 300;
}

.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

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

/* Баннер */

.banner {
    width: 100%;
    /* max-width: 2000px; */
    margin: 10px auto 0;
    background: linear-gradient(180deg, rgba(209, 231, 248, 0.05) 0.19%, #BFDEF6 98.48%);
}

.banner__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 15px;  
    position: relative;
}

.banner picture {
	display: flex;
}

.banner picture > source {
	display: none;
}

.banner__text {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;    
    line-height: 1.1;  
}

.banner__logo {
    width: 100%;
    max-width: 280px;
}

.banner__star {
    position: absolute;    
    left: 2%;
    bottom: 5%;
    width: 230px;
}

.banner__text span:nth-child(1) {
    color: #85C4E8;
    font-family: 'Cocon', sans-serif;
    font-size: 70px;
    font-weight: 500;
}

.banner__text span:nth-child(2) {
    color: #002169;
    font-size: 65px;
    font-weight: 350;
}

.banner__img {
    max-width: 350px;
}

.banner__img img {
    width: 100%;
}
/* --- */



/* Участие в розыгрыше */
.raffle__title {
    color: #002169;
    line-height: 1.2;
    font-size: 53px;    
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 45px;
    font-weight: 500;
}

.raffle__box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.raffle__box__video {
    width: 60%;
    height: 304px;
    /* background-color: #cfe5f8; */
    /*background-image: url('/mamam/premium-rody/assets/play.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 26px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.raffle__box__video iframe {
    border-radius: 26px;
}

.raffle__box__tiket_btn {
    width: 440px;
    background-color: #002169;
    margin: 50px auto 70px;
    display: block;
    border: none;
    padding: 35px;
    color: white;
    font-family: 'GT Eesti Pro Display', sans-serif;
    font-size: 34px;
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

.raffle__box__tiket_btn-result {
    margin: 30px auto 20px;
    width: 400px;
}

.raffle__box__tiket_btn:hover {
    background: #73B8DD;
}
/* --- */



/* Призовой фонд */
/* Сладйер с призами */
.prise {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.prise__main {
    width: 44%;
    padding: 35px 45px;
    background: rgba(133, 196, 232, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 28px;
}

.prise__main-img {
    width: 100%;    
    margin-bottom: 10px;
    position: relative;
}

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

.prise__main-txt {    
    font-size: 30px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    text-align: center;
}

.prise__main-txt img {
    width: 100%;
    max-width: 190px;
}

.prise__main-txt span {
    display: block;
    margin-top: 5px;
}

.shell {
    width: 52%;
    position: relative;
}

.prise__box-item {
    border: 2px solid #73B8DD;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    width: 94%;
    border-radius: 28px;
    margin: 0 auto;
}

.prise__box-img {
    width: 100%;
    margin-bottom: 17px;
    position: relative;
}

.prise__box-logo {
    width: 90%;
    /* margin: auto 0; */
    max-height: 50px;
    object-fit: contain;
}

.prise__box-txt {
    width: 94%;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}

.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__count {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 55px;
    height: 55px;
    background-color: #85C4E8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;    
    font-size: 35px;
    border-radius: 50%;   
    line-height: 1;
    font-weight: 400;
}

.prise__box__count sub {   
    font-size: 15px;
}

.prise__box__count_big {
    bottom: -18%;
    right: -3%;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    color: #85C4E8;
    font-size: 60px;
}

.prise__box__count_big sub {   
    font-size: 25px;
}

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

.pr-slider-next img,
.pr-slider-prev img {
    width: 100%;
    height: 20px;    
}

.pr-slider-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: #002169;
    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: 40px;
        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;
    }

    .prem__good-luck{
        width: 100%;
        margin: auto;
        max-width: 715px;
    }
    /* - */

    @media (max-width: 1250px) {       
        .sd-trends__text {
            font-size: 25px;
        }
        .prise__main-txt {
            font-size: 24px;
        }
    }

    @media (max-width: 1000px) {  
        .prise__main {
            width: 56%;
            padding: 35px;
        }
        .prise__main-txt {
            margin-top: 20px;
        }
        .prise__main-txt img {
            max-width: 130px;
        }
        .shell {
            width: 39%;
        }
        .prise__box-item {
            border-radius: 16px;
            height: 400px;
        }
        .prise__box-img {
            margin-bottom: 10px;
        }
        .prise__box-txt {
            margin-top: 10px;
        }
        .pr-slider-next {
            right: 20px;
        }
        /* .pr-slider-prev {
            left: -27px;
        } */

        .pr-slider-next,
        .pr-slider-prev {
            width: 45px;
            height: 45px;
            bottom: -65px;   
        }
        .prise__box-dots {            
            bottom: -94px;        
            left: -25%;
        }
    }
    
    @media (max-width: 800px) {          
        .prise__main-txt img {
            width: 50%;
        }
        .prise__box-dots {            
            bottom: -105px;        
            left: -25%;
        }
        .pr-slider-next, .pr-slider-prev {        
            bottom: -60px;
        }
        .prise__box-txt {
            font-size: 18px;
        }
        .sd-products>.pr-slider-next, 
        .sd-products>.pr-slider-prev {
            display: none !important;
        } 

        .raffle__logo .prise__box-dots {
            top: auto;
            bottom: -25px;
            left: 50%;
            transform: translate(-50%, 0);
        }
    }
            
    @media (max-width: 600px) {
        .pr-slider-next {
            width: 35px!important;
        }
        .pr-slider-prev {
            width: 35px!important;
        }      
       
        .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: -70px;            */
        /*}*/
        .pr-slider-next, .pr-slider-prev {
            width: 35px;
        }
        .prise__box-logo {
            /* height: 33px; */
            width: 60%;
        }
    }

    @media (max-width: 500px) {
        .prise__main  {
            border-radius: 20px;
            width: 50%;
        }
        .shell {
            width: 48%;
        }
        .prise__box-item {
            width: 98%;
        }
        .prise__box-dots {
            left:0;
            transform:translate(-50%, 0%);
        }
        .pr-slider-next img,
        .pr-slider-prev img {            
            height: 18px;    
        }
        .pr-slider-next, .pr-slider-prev {
            bottom: -50px;
        }
        .prem__good-luck{            
            max-width: 315px;
        }
    }

    @media (max-width: 400px) { 
        .prise__box__discript {
            width: 250px;
        }
        .prise__box-txt {
            font-size: 15px;            
        }
    }    
/* --- */



/* Что нужно сделать */

.activity__title {
    font-size: 50px;
    font-family: 'Cocon', sans-serif;
    padding: 0px 20px;
    margin: 10px auto 20px;
    width: fit-content;
    text-transform: uppercase;
    line-height: 1.2;
    color: #85C4E8;
    text-align: center;
    font-weight: 500;
}

.activity__title_dblue {
    color: #002169;
}

.activity__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin-top: 50px;    
}

.activity__box_pr {
    flex-wrap: wrap;
}

.activity__line {
    height: 2px;
    background: #D0E6F8;
    width: 10%;
    margin: auto 0;
}

.activity__box__item {
    width: 32%;
    max-width: 330px;
    height: 220px;
    border: 2px solid #D0E6F8;
    border-radius: 20px;
    padding: 0 20px 20px;
    background: #ffffff;
    position: relative;
    height: 220px;
    display: flex;
    flex-direction: column;
}

.activity__box__item_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: -30px;    
}

.activity__box_pr .activity__box__item_step {
    margin-top: -45px;
}

.activity__box__item_step span {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 35px;
    color: white;
    font-family: 'Cocon', sans-serif;
    background-color: #85C4E8;
    border-radius: 50%;
    font-weight: 500;
}

.activity__box__item_text {
    /* padding-top: 15px; */
    text-align: center;
    color: #002169;
    line-height: 1.2;
    font-size: 20px;
    margin: auto 0;
}

.activity__box_gr,
.activity__box_gr a {
    color:#A4A4A4;
    border-color: #A4A4A4 !important;
    font-size: 14px;
    padding-top: 10px;
}


.activity__box__item_text img {
    display: block;
    /* height: 60px; */
    width: 100%;
    max-width: 115px;
    object-fit: contain;
    margin: 5px auto 0;
}

.activity__box__item_text span {
    display: block;
    hyphens: auto;
}

.activity__box__item_text a {
    border-bottom: 1px solid #002169;
}

.activity__box__item_text button {
    width: 100%;
    max-width: 190px;
    background-color: #002169;
    margin: 10px auto;
    border: none;
    font-weight: 500;
    padding: 15px 15px;
    color: white;   
    font-size: 16px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'GT Eesti Pro Display', sans-serif;
}

.activity__box__item_text b {
    font-weight: 500;
}

.activity__box__text {
    width: 100%;
    text-align: center;
    color:#85C4E8;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.2;
}
/* --- */



/* Условия участия */
.activity__box__item_step div {
    background-color: #85C4E8;
    text-align: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}

.activity__box__item_step div img {
    width: 70%;
    height: 80%;
    object-fit: contain;
}

.activity__box__item_step div span {
    font-size: 38px;
    font-family: 'Cocon', sans-serif;
    color: #ffffff;
    font-weight: 500;
}
/* --- */



/* Партнеры */
.prem-footer {
    margin: 10px auto 30px auto;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
    max-width: 1000px;
}

.prem-footer__sponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.prem-footer__sponsor a {
    display: inline-block;
    /* margin: 5px 7px; */
}

.prem-footer__sponsor a img {
    width: 225px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.prem-footer span {
    font-family: 'Century Gothic', sans-serif;
    color: #77787B;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}
/* --- */

.end-raffle__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

.end-raffle__box__video {
    width: 60%;
    /* background-color: #cfe5f8; */
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.end-raffle__box__video iframe {
    border-radius: 40px;
}

.end-raffle__box__tiket {
    position: relative;
    width: 40%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.end-raffle__box__tiket_sn {
    margin-top: 30px;
    font-size: 44px;
    width: 100%;
    line-height: 1;
    text-align: right;
    border-radius: 50px 0 0 50px;
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: #cfe5f8;
    color: #002169;
    font-family: 'Cocon', sans-serif;
}

.end-raffle__box__tiket_sn span {
    font-family: 'Century Gothic', sans-serif;
}

.end-raffle__box__tiket_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 25px;
    padding-right: 10px;
}

.end-raffle__box__tiket_txt span {
    width: 90%;
    font-size: 18px;
    line-height: 1.2;
    text-align: right;
    color: #002169;
}

.info-down {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
.info-down a {
    width: 48%;
}

/* raffle__incl */
.raffle__incl {
    position: relative;
    margin: 30px 0 50px;
    padding: 0px 20px;
}

.raffle__incl-box {
    text-align: center;
    color: #002169;
    line-height: 1.2;
    width: 100%;
}

.raffle__incl-box__text {
    font-size: 29px;
    font-weight: 300;
    margin-bottom: 40px;
}

.raffle__incl-box__text span {
    font-size: 78px;
    font-family: 'Cocon', sans-serif;
    color: #85C4E8;
    line-height: 1.1;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

.transfer {
    display: none;
}

.raffle__logo {
    display: flex;
    justify-content: center;    
    margin: 30px auto;
    position: relative;
    gap: 15px;
}

.raffle__logo-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    border: 2px solid #D0E6F8;
    border-radius: 20px;   
    overflow: hidden;    
}

.raffle__logo-block-title {
    font-size: 28px;
}

.raffle__logo-block span {   
    display: block;
    font-size: 21px;
    text-align: left;
    padding-left: 15px;
    line-height: 1.1;
    position: relative;
    z-index: 10;
}

.raffle__logo-block span a {
    margin: 0 auto;
    height: auto;
    text-decoration: underline;
}

.raffle__logo-block a {
    display: flex;
    justify-content: center;    
    background: #FFFFFF;    
    border-radius: 29px;
    width: 55%;    
    margin: 15px auto;
    max-width: 290px;
    font-size: 18px;
    text-decoration: underline;
}

.raffle__logo-block a img {
    width: 100%;
    height: 100%;
    object-fit: contain;    
}

@media (min-width: 280px) {
    .raffle__logo-block__cont a,
    .raffle__logo-block__doctor img {    
        height: auto !important;
    }
}

.raffle__logo-block__cont button {
    border: none;
    background: none;
    cursor: pointer;
    color: #002169;
    font-family: 'GT Eesti Pro Display', sans-serif;
    font-size: 18px;
    margin: auto auto 15px;
    text-decoration: underline;
    font-weight: 300;
    padding-top: 10px;
}

.raffle__logo-block__cont button:hover {
    text-decoration: none;
}

.raffle__logo-block__cont {
    margin: auto;
    max-width: 700px;
}

.raffle__logo-block__cont img {
    width: 100%;
}

.raffle__logo-block__cont.showdoctor {
    display: none;
}

.raffle__logo-block__cont:not(.showdoctor)+* {
    display: none;
}

.raffle__logo-block__doctor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.raffle__logo-block__doctor img {
    width: 66%;
    margin-left: -65px;
}

.raffle__incl-box__foot {    
    font-size: 43px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;  
    margin: 15px auto 5px;
    font-weight: 500;
}

.raffle__incl-single {
    position: absolute;
    top: -110px;
    right: -12%;
    width: 115px;
}
/* ------- */



/* История проекта */
.project-history {  
    width: 100%;
    position: relative;    
}

.project-history__box {
    display: grid;
    grid-template-areas:
        "s1 s3"
        "s2 s3";  
}

.project-history__title {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: end;
    font-size: 26px;
    color: #85C4E8;
    line-height: 0.9;
    font-weight: 500;
    padding-bottom: 40px;
}

.project-history__title span {
    font-size: 270px;
}

.project-history__txt {
    font-size: 23px;
    line-height: 1.2;
    margin-right: -100px;
}

.project-history__img {
    width: 835px;
}

.project-history__img img {
    width: 100%;
}

.s1 {
    grid-area: s1;
}

.s2 {
    grid-area: s2;
}

.s3 {
    grid-area: s3;    
}

.project-history a {    
    text-decoration: none;
    font-weight: 500;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    width: 440px;
    height: 110px;
    color: #ffffff;
    text-transform: uppercase;
    background: #85C4E8;
    margin: -70px auto 0;
}

.project-history a:hover {       
    color: #002169;    
}
/*  */


.foot-banner {
    margin: -10px 0 45px;
    display: block;
}


/* Group 1948756702 */

.brand-banner {
    display: block;
    margin: 40px auto;
    width: 100%;
}

.brand-banner img {
    width: 100%;
}

@media (max-width: 800px) {
    .brand-banner {
        max-width: 400px;
    }
}

.prise__box__discript_height {
    height: 340px;
    overflow: auto;
}

@media (max-width: 500px) {
    .prise__box__discript_height {
        height: inherit;
    }
}



/* Блок с голубым фоном */
.bg_lblue {
    background: #F1F9FF;
    padding: 20px 0;    
    width: 100%;
    /* max-width: 2000px; */
    margin: 0 auto;
}
/* --- */



/* Постер с конфетти */
.poster {
    background-image: url('/mamam/premium-rody/assets/img/confetti.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}

.poster__box {
    background: #F1F9FF;
    border-radius: 35px;  
    padding: 45px 30px;
    line-height: 1.2;
    font-size: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: unset;
    line-height: 1;
}

.poster__box-title {
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 500;
}

.poster__box-title span {
    font-size: 55px;
    text-transform: uppercase;
    color: #85C4E8;
    display: block;
    margin-top: 15px;
    font-family: 'Cocon', sans-serif;
}

.poster__box-row {
    display: flex;
    justify-content: space-between;
    max-width: 540px;
    margin: 0 auto;   
    width: 100%;
}

.poster__box-row div {
    display: flex;
    align-items: center;
    height: 51px;
    gap: 13px;
}

.poster__box-row div span {
    
}

.poster__box-row div img {
    
}

.poster__box-txt {
    font-size: 43px;    
    color: #85C4E8;
    font-weight: 500;
    line-height: 1;
}
    
/* --- */



/* Адаптив (основной)*/
@media (max-width: 1250px) {
    .container-lg {
        max-width: 900px;
    }

    .banner__text span:nth-child(1) {       
        font-size: 50px;        
    }
    .banner__text span:nth-child(2) {     
        font-size: 45px;        
    }

    .banner__logo {       
        max-width: 200px;
    }
    .banner__star {      
        width: 180px;
    }
    .raffle__title {
        font-size: 42px;
    }
    .raffle__incl-box__text span {
        font-size: 62px;
    }
    .raffle__incl-box__text {
        font-size: 27px;
    }
    .raffle__incl-box__foot {
        font-size: 34px;
    }
    .raffle__logo-block-title {
        font-size: 24px;
    }
    .raffle__logo-block span {
        font-size: 16px;
    }
    .raffle__box__tiket_btn {
        width: 330px;       
        padding: 15px 35px;       
        font-size: 24px;
        border-radius: 20px;      
    }
    .activity__title {
        font-size: 40px;
    }
    .prise__box-item {
        height: 450px;
    }
    .activity__line {
        width: 2%;
    }
    .activity__box__item_step span {       
        width: 45px;
        height: 45px;       
        line-height: 45px;
        font-size: 30px;       
    }
    .activity__box__item_step {
        margin-top: -20px;
    }
    .activity__box_pr .activity__box__item_step {
        margin-top: -35px;
    }
    .activity__box__item_step div {       
        width: 65px;
        height: 65px;
    }
    .poster__box {        
        font-size: 26px;        
        gap: 10px;        
    }
    .poster__box-title {
        font-size: 33px;
    }
    .poster__box-title span {
        font-size: 45px;
    }
    .poster__box-row {   
        margin: 0 auto;      
    }
    .poster__box-txt {
        font-size: 32px;
    } 
    .project-history__img {
        width: 630px;
    }
    .project-history a {       
        font-size: 23px;        
        border-radius: 20px;
        width: 330px;
        height: 75px;     
        margin: -5px auto 0;
    }
    .prem-footer__sponsor a img {
        width: 165px;
        height: 65px;        
    }
} 

@media (max-width: 1000px) {
    .container-lg {
        width: 720px;
    } 
    .banner__text span:nth-child(1) {       
        font-size: 39px;        
    }
    .banner__text span:nth-child(2) {     
        font-size: 35px;        
    }

    .banner__logo {       
        max-width: 165px;
    }
    .banner__star {      
        width: 150px;
    }  
    .raffle__box__video {
        height: 230px;
    }
    .raffle__box__tiket_prise {
        width: 110px;
    }
    .raffle__box__tiket_sn {
        width: 250px;
        height: 250px;
    }
    .raffle__box__tiket_sn span {
        font-size: 18px;
    }
    .raffle__box__tiket_sn strong {
        font-size: 23px;
    }
    .raffle__box__tiket_sn img {
        width: 160px;
        margin-top: 10px;
    }
    .prise__box__part {
        max-width: 460px;
        margin: 0 auto;
        margin-top: 25px;
    } 
    .activity__box__item_text {
        font-size: 18px;
    }
    .activity__box__item_text button {
        padding: 12px 8px;
    }
    .activity__title {
        font-size: 37px;
    }
    .prem-submit__box button {
        width: 215px;
    }
    .prem-footer__sponsor img {
        margin: 0px 10px 0 0;
    }
    .end-raffle__box__tiket_txt span {
        width: auto;
    }
    .end-raffle__box__tiket_sn {
        font-size: 34px;
    }
    .prise__box__discript {
        padding: 20px 15px 10px 15px;
        width: 280px;
    }
    .prise__box__discript li {
        padding: 0;
        font-size: 14px;
    }
    .main-top__slider-next {
        right: -27px;
    }
    .main-top__slider-prev {
        left: -27px;
    }
    .prise__box-dots {
        width: 100%;
    }
    .raffle__box__tiket_btn {
        width: fit-content;
    }
    .raffle__title {
        font-size: 37px;
    }
    /* .raffle__incl-box__logo-block img {
        max-width: 180px;
    }  */
    .raffle__incl-box__foot {
        font-size: 27px;
        margin: 10px auto 5px;
    }
    .raffle__incl-box__text {
        font-size: 24px;
    }
    .raffle__incl-box__text span {
        font-size: 50px;
    }    
    .raffle__logo-block a {      
        height: 70px;
    }
    .raffle__incl-single {
        top: -152px; 
        width: 90px;
    }
    .raffle__incl {
        margin: 20px 0 50px;
    }
     .raffle__logo-block-title {
        font-size: 20px;
    }
    .poster__box {
        font-size: 23px;
        gap: 7px;
    }
    .poster__box-title {
        font-size: 27px;
    }
    .poster__box-title span {
        font-size: 35px;
        margin-top: 8px;
    }
    .poster__box-row {
        max-width: 365px;
    }
    .poster__box-row div {
        height: 40px;
    }
    .poster__box-row div img {
        max-width: 23px;
    }
    .poster__box-txt {
        font-size: 27px;
    }  
    .project-history__title {
        font-size: 23px;
        padding-bottom: 25px;
    }
    .project-history__title span {
        font-size: 200px;
    }
    .project-history__txt {
        font-size: 20px;
    }
    .project-history__img {
        width: 470px;
    }
    .project-history a {
        width: 283px;
        height: 70px;
    }
    .prise__box__count {        
        width: 40px;
        height: 40px;       
        font-size: 28px;       
    }
    .prise__box__count sub {   
        font-size: 15px;
    }
    .prise__box__count_big {     
        width: 60px;
        height: 60px;     
        font-size: 50px;
        bottom: -13%;
    }
    .prise__box__count_big sub {   
        font-size: 22px;
    }
}

@media (max-width: 800px) {
    .container-lg {
        width: 540px;
    }
    .banner__container {
        gap: 0;
    }
    .banner__text {        
        text-align: left;
        padding-bottom: 30px;
    }
    .banner__text span:nth-child(1) {
        font-size: 40px;
    }
    .banner__text span:nth-child(2) {
        font-size: 27px;        
        width: 100%;
    }
    .banner__logo {         
        margin-right: 28px;
    }
    .banner__text-foot .banner__logo {
        max-width: 180px;        
    }
    .banner__star {
        width: 130px;
    }
    .banner__img {
        width: 45%;
    }  
    .prise__box-item {
        height: 400px;
    }
    .raffle__title {
        font-size: 40px;
    }
    .raffle__box {
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }  
    .raffle__logo>div {
        width: 100%;
    } 
    .raffle__box__tiket {
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    .raffle__box__video {
        height: 300px;
        width: 100%;
        margin-bottom: 25px;
    }
    .prise__box__part {
        width: 80%;
        margin: auto;
        margin-top: 25px;
    }
    .prise__box__logo {
        right: 40px;
    }
    .prise__box__img {
        margin: auto 0px auto 0px;
    }
    .prise__text {
        margin-top: 40px;
    }  
    .activity__box__item {        
        height: 250px;
        padding: 0 10px 20px;
    }
    .activity__box__item_step {
        margin-top: -25px;
    }   
    .activity__box__item_text button {
        width: fit-content;
        height: auto;
        font-size: 13px;
    }
    .prem-submit__box {
        width: 60%;
    }
    .prem-footer {
        width: 100%;
        line-height: 1;
    }
    .end-raffle__box {
        height: 420px;
        position: relative;
    }
    .end-raffle__box__tiket {
        position: relative;
        height: 160px;
        flex-direction: row;
        padding-left: 0;
        width: auto;
    }
    .end-raffle__box__tiket_sn {
        text-align: left;
        border-radius: 0 50px 50px 0;
        width: 100%;
        height: fit-content;
        margin: auto;
    }
    .end-raffle__box__tiket_txt {
        position: relative;
        margin: 20px auto 0 auto;
        justify-content: center;
    }
    .end-raffle__box__tiket_txt span {
        font-size: 16px;
    }
    .end-raffle__box__video {
        position: absolute;
        bottom: 0;
        height: 230px;
        width: 80%;
    }
    .main-top__slider-next {
        right: -27px;
        width: 55px!important;
        height: 55px!important;
        z-index: 20;
    }
    .main-top__slider-prev {
        left: -27px;
        width: 55px!important;
        height: 55px!important;
        z-index: 20;
    } 
    .raffle__box__tiket_btn {
        height: 58px;
        font-size: 20px;
        margin: 35px auto 60px;
    } 
    .raffle__incl {
        margin: 10px 0 30px; 
    }
    .raffle__incl-box__text br:nth-child(3) {
        display: inline;
    }
    .raffle__incl-box__text {
        font-size: 23px;
    }
    .raffle__incl-box__text span {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .raffle__logo-block {       
        width: 98%;
        margin: 0 auto 10px;        
    } 
    .raffle__incl-box__foot {
        font-size: 23px;
        margin: 15px auto 5px;
    }
    .raffle__logo-block a {       
        height: 60px;    
    }
    .raffle__incl-single {      
        display: none;
    }
    .project-history__box {    
        grid-template-areas:
            "s1 s1"
            "s3 s3"
            "s2 s2";
        gap: 15px;
    }
    .project-history__title {
        font-size: 26px;
        padding-bottom: 28px;
        flex-direction: row;
        align-items: end;
        justify-content: center;
        padding: 0;
    }
    .project-history__title span {
        margin: 0 10px -14px 0;
        display: block;
        font-size: 170px;
    }
    .project-history__txt {
        font-size: 22px;
        margin: 0;
    }
    .project-history__img {
        width: 100%;
    }
    .project-history a {
        margin: 20px auto 0;
    }
    .poster__box-title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .container-lg {
        width: 100%;
        padding: 0 10px;   
    }
    .banner__container {       
        margin-right: -10px;
        padding-left: 3%;
    }
    .banner__text {       
        text-align: left;
        padding-bottom: 5%;
    }
    .banner__text span:nth-child(1) {
        font-size: 7.5vw;
        padding-bottom: 10px;
    }
    .banner__text span:nth-child(2) {
        font-size: 4.8vw;
    }
    .banner__logo {       
        width: 25vw;
    }
    .banner__logo_p {
        margin-right: 11%;
    }
    .banner__star {       
        width: 25vw;        
    }
    .banner__img {
        width: 38vw;
    }
    .raffle__logo-block span {
        font-size: 15px;
        padding: 0 0 10px 10px;
    }
    .raffle__logo-block__doctor img {
        width: 63%;
    }
    .activity__line {
        display: none;
    }
    .prise__box__part {
        width: 90%;
    }
    .rody-winner__users {
        font-size: 17px;
    }
    .rody-winner__users li {
        display: block;
    }
    .user-prise {
        margin-bottom: 5px;
    }
    .main-top__slider-next {
        right: -10px;
        width: 35px!important;
        height: 35px!important;
    }
    .main-top__slider-prev {
        left: -10px;
        width: 35px!important;
        height: 35px!important;
    }
    .raffle__box__video {
        height: 51vw;
    }
    .prem-footer__sponsor {
        max-width: 400px;
        margin: 0 auto;
    }
    .prem-footer__sponsor a img {
        margin: 0;
        width: 110px;
        height: 45px;
    }
    .info-down {
        margin: 30px auto 0;
    }
    .poster__box {
        width: 90%;
        margin: 0 auto;
        border-radius: 20px;
        padding: 30px 20px;
        font-size: 20px;
    }
    .poster__box-title {
        font-size: 19px;
    }
    .poster__box-title span {
        font-size: 30px;
        margin-top: 8px;
    }
    .poster__box-row {
        width: 75%;
    }
    .poster__box-row div {
        height: 32px;
    }
    .poster__box-row div {
        gap: 10px;
    }
    .poster__box-txt {
        font-size: 22px;
    }  
    
    .prise__box__count {        
        width: 40px;
        height: 40px;       
        font-size: 28px;       
    }
    .prise__box__count sub {   
        font-size: 15px;
    }
    .prise__box__count_big {     
        width: 55px;
        height: 55px;     
        font-size: 45px;
    }
    .prise__box__count_big sub {   
        font-size: 22px;
    }
}

@media (max-width: 550px) {
    .raffle__title {
        font-size: 5.8vw;
    }
    .raffle__incl-box__text span {
        font-size: 7.5vw;
    }
    .raffle__incl {
        padding: 0px 5px;
    }
    .raffle__incl-box__text {
        font-size: 5vw;
        margin-bottom: 15px;
    }     
    .raffle__incl-box__foot {
        font-size: 4.5vw;
    }
    .raffle__logo {
        margin: 15px auto 25px;
        gap: 7px;
    }
    .raffle__logo-block {
        border-radius: 8px;
    } 
    .raffle__logo-block a {
        top: -3px;
        right: -6%;       
        height: auto;
    } 
    .raffle__incl-box {
        line-height: 1.2;
        margin-top: 12px;
    }   
    .raffle__incl-box__text span:last-child br:last-child {
        display: block;
    }
}

@media (max-width: 500px) { 
    .raffle__box__tiket-sn {
        padding: 45px 5px 15px 10px;
        width: 260px;
        height: 260px;
    }
    .raffle__box__tiket-sn span {
        font-size: 17px;
    }
    .raffle__box__tiket-sn strong {
        font-size: 20px;
    }
    .raffle__box__tiket-sn img {
        width: 125px;
        margin-top: 10px;
    }
    .raffle__box__tiket-sn-prise {
        width: 95px;
        top: -33px;
        right: 8px;
    }
    .raffle__box__video {
        border-radius: 10px;
    }
    .raffle__box__video iframe {
        border-radius: 10px;
    }
    .raffle__box__tiket_btn {
        font-size: 18px;
        height: 52px;
        padding: 10px 20px;
        margin: 25px auto 55px;
    }
    .prise__box__logo {
        padding-top: 35px;
    }
    .prise__box__logo img {
        width: 130px;
        height: 50px;
    }
    .prise__box__part span {
        font-size: 18px;
    }
    .prise__box__part {
        width: 90%;
        margin-top: 0;
    }
    .prise__box-dots {
        /* top: 215px; */
    }
    .prise__box-dots li {
        margin: 0;
    }
    /*
    .prise__box__part_pinkc::before,
    .prise__box__part_greenc::before {
        content: none;
    }
    */
    .prise__box__part_greenc,
    .prise__box__part_pinkc {
        padding: 0;
        margin-top: 0;
    }
    .activity__box {
        margin-top: 30px;
    }
    .prise__box__count {    
        width: 40px;
        height: 40px;
        font-size: 20px;
    } 
    .prise__box__count_big sub {
        font-size: 15px;
    }
    .activity__box__item_text {
        font-size: 14px;        
    }
    .activity__box__item_text a {
        /*border-bottom: none !important;*/
        word-break: break-all;
    }
    .activity__box__item_text button {        
        padding: 5px;             
        border-radius: 10px;        
    } 
    .prem-submit__box button {
        width: 160px;
        height: 50px;
        font-size: 18px;
    }
    .prem-submit__box {
        width: 85%;
    }
    .prem-footer {
        padding: 0;
    }
    .end-raffle__box__video {
        width: 95%;
    }
    .end-raffle__box__tiket {
        flex-direction: column;
        align-items: flex-start;
    }
    .end-raffle__box__tiket_sn {
        width: 60%;
        margin: 0;
    }
    .end-raffle__box__tiket_txt {
        margin: 0;
        text-align: left;
    }
    .end-raffle__box__tiket_txt br {
        display: none;
    }
    .activity__title {
        padding: 0;
        font-size: 6vw;
    }
    .prem-complete__item {
        width: 90%;
        margin: 0 auto;
    }  
    .info-down {
        flex-direction: column;
    }
    .info-down a {
        width: 100%;
    }  
    .project-history {
        padding: 0 15px;
    }
    .project-history__title {
        font-size: 18px;
    }
    .project-history__title span {
        font-size: 100px;
    }
    .project-history__txt {
        font-size: 16px;
    }
    .project-history a {
        width: 200px;
        height: 60px;
        font-size: 18px;
    }
    .activity__box__item {
        border-radius: 13px;
        height: 220px;
    }
    .activity__box__item_step,
    .activity__box_pr .activity__box__item_step {
        margin-top: -19px;
    }
    .activity__box__item_step span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 24px;
    }
    .activity__box__item_step div {
        width: 40px;
        height: 40px;
    }
    .poster__box {      
        padding: 25px 15px;
        font-size: 4.2vw;
    }
    .poster__box-title {
        font-size: 4vw;
    }
    .poster__box-title span {
        font-size: 6vw;       
    } 
    .poster__box-row div {
        height: 28px;
    }
    .poster__box-row div {
        gap: 8px;
    }
    .poster__box-txt {
        font-size: 4.4vw;
    }   
    .poster__box-row div img {        
        width: 5vw;
    }
    .prise__box-item {
        height: 375px;
    }
    .prise__main-img {
        margin-bottom: 16px;
    }
    .activity__box__text {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .raffle__title {
        font-size: 22px;
        padding: 5px 0;
        /* margin-bottom: 25px; */
        margin-top: 20px;
    }  
    .raffle__box__video {
        /* height: 180px;ы */
    }
    .raffle__box__tiket_prise {
        right: 1%;
        top: 13%;
        width: 28%;
    }
    .raffle__box__tiket_sn span:nth-child(1),
    .raffle__box__tiket_sn strong {
        font-size: 18px;
    }
    .raffle__box__tiket_sn span:nth-child(3) {
        font-size: 14px;
        width: 140px;
        margin-top: 9px;
    }
    .raffle__box__tiket_sn img {
        width: 30%;
        left: 39%;
        bottom: 40px;
    }
    .prise__box__part span {
        font-size: 16px;
    }
    .prise__box__discript {
        top: -7px;
        width: 250px;
    }
    .end-raffle__box__tiket_sn {
        width: 80%;
        font-size: 30px;
    }
    .activity__box__item_text {
        font-size: 13px;
    }
    .activity__box_gr,
    .activity__box_gr a {        
        font-size: 12px;        
    }
    .activity__box__item_text button {
        padding: 5px;
        height: 45px;
        /* font-size: 4vw; */
        /* width: 60%; */
    }
    .prem-footer__sponsor a {
        /* margin: 3px; */
    } 
    .prise__box__count {     
        width: 38px;
        height: 38px;
        font-size: 19px;
    }    
    .raffle__incl-box__text {
        font-size: 19px;
    }
    .raffle__incl-box__text span {
        margin-bottom: 10px;
    }
    .raffle__logo-block a {
        top: -3px;
        right: 2%;
        /* width: 109px; */    
    }
    .raffle__incl-box__foot {
        margin: 0px auto 5px;
    }
    .prem-footer__sponsor a img {
        width: 100px;
    }
    .prise__box-item {
        height: 320px;
    }
}
/* --- */



/* Навигация слайдера c призами */
.prise__pag {
    display: flex;
    justify-content: center;
    gap: 15px;    
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: flex-end;
    font-size: 22px;
    color: #85C4E8;
    line-height: 1;
}

.prise__pag span {
    color: #85C4E8;
    padding: 0 5px;
}

.prise__pag span:hover {
    color: #002169;
    cursor: pointer;
}

.active-slide {
    color: #002169 !important;
    font-size: 24px;
}

.prise__pag span {
    color: #85C4E8;
}

.pr-arrow {
    width: 30px;
}

.pr-arrow img {
    width: 100%;
}

.pr-arrow_prev {
    transform: rotate(180deg);
}

@media (max-width: 1000px) {
    .prise__pag {
        display: none;
    }
}
/* --- */



/* Результаты розыгрыша */
.pr-winner__text {
    margin: 20px auto;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    max-width: 785px;
    font-size: 24px;
    font-family: 'Century Gothic', sans-serif;
}

.pr-winner__text b {
    font-weight: bold;
}

.pr-winner__text span {
    display: block;
    margin: 10px 0;
}

@media (max-width: 600px) {
    .pr-winner__text {
        font-size: 16px;
    }
}

.pr-video-frame {
    margin: 40px auto 15px;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 680px;
    border-radius: 24px;
}

@media (max-width: 800px) {
    .pr-video-frame {
        margin-top: 0;
    }
}

.watch-record {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;    
}

@media (max-width: 600px) {
    .watch-record {
        font-size: 16px;
    }
    .watch-record span {
        font-size: 18px;
    }
}

.watch-record span {
    color: #85C4E8;
    font-weight: 500;
}

    /* Таблца с победителями */
    .birth--results {
        background-color: #EAF5FF;
        color: #1C4379;
        font-family: 'GT Eesti Pro Display', sans-serif;
        font-size: 22px;
        padding: 64px 20px;
        margin-block: 140px 20px;
        display: grid;
        grid:
            "title header"
            "table-headers table-headers"
            "table table"
            "footer footer" / minmax(300px, 600px) minmax(300px, 600px);
        justify-content: center;
    }

    .birth--results--table-headers {
        grid-area: table-headers;
        display: grid;
        grid-template-columns: 31% 21% auto;
        margin: 10px 20px 10px 20px;
        color: #85C4E8;
        font-weight: 500;
        line-height: 1.2;
    }

    .birth--results--header-cell {
        text-align: left;
        padding: 0 0.5em 0.5em 0.5em;
        white-space: nowrap;
    }

    .birth--results [hidden] {
        display: none !important;
    }

    .birth--results--title {
        grid-area: title;
        font-family: 'GT Eesti Pro Display', sans-serif;
        text-transform: uppercase;
        margin-right: 10%;
        font-weight: 700;
        line-height: 1;
        color: inherit;
        font-size: 53px;
        margin-bottom: 46px;
    }

    .not-found {
        white-space: normal !important;
    }

    .birth--results--table::-webkit-scrollbar {
        width: 20px;
        height: 20px;
    }

    .birth--results--table::-webkit-scrollbar-track {
        background: #E3F2FB;
        border-radius: 10px;
    }

    .birth--results--table::-webkit-scrollbar-thumb {
        background: #85C4E8;
        border-radius: 10px;
    }

    .birth--results--table::-webkit-scrollbar-thumb:hover {
        background: #72B3DA;
    }

    .birth--results--header {
        grid-area: header;
        justify-self: end;
        align-self: end;
    }

    .birth--results--table {
        grid-area: table;
        max-height: 640px;
        overflow: auto;
        margin: 40px 40px 20px 20px;
        position: relative;
        z-index: 1;
    }

    .birth--results::before {
        content: '';
        grid-area: table;
        background-color: #FFF;
        border-radius: 24px;
        z-index: 0;
    }

    .birth--results--table table {
        width: 100%;
        line-height: 1.2;
    }

    .birth--results--table b {
        font-weight: 500;
    }

    .birth--results--table :is(th, td) {
        padding: 0.5em;
    }

    .birth--results--table td:nth-child(1),
    .birth--results--table td:nth-child(2) {
        white-space: nowrap;
        font-weight: 300;
    }

    .birth--results--table td:nth-child(1) {
        width: 32%;
    }

    .birth--results--table td:nth-child(2) {
        width: 22%;
    }

    .birth--results--table tbody tr {
        border-bottom: 1px solid #EAF5FF;
    }

    .birth--results--table tbody tr[data-results-not-found] {
        text-align: center;
    }

    .birth__results-foot {
        grid-area: footer;
        display: flex;
        flex-direction: column;
        color: #002169;
        font-family: "GT Eesti Pro Display", sans-serif;
        text-align: center;
        margin: 27px auto 0 auto;
        max-width: 840px;
    }

    .birth__results-foot-title {
        font-size: 35px;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase;
    }

    .birth__results-foot-txt {
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
        margin: 10px 0 45px 0;
    }

    .birth__results-foot-description {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
    }

    .birth__results-foot-end {
        color: #73B8DD;
        font-size: 54px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 54px */
        margin: 70px auto 35px auto;
        text-align: center;
    }

    .birth--results--search {
        display: grid;
        text-align: center;
        position: relative;
    }

    .birth--results--search input {
        border: none;
        border-radius: 100vmax;
        background-color: #FFF;
        color: inherit;
        font: inherit;
        margin-bottom: 5px;
        padding: 0.5em 22px;
        box-sizing: border-box;
        max-width: 289px;
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    input[type="search"]::-ms-clear {
        display: none !important;
        width: 0;
        height: 0;
    }

    .birth--results--search .birth--results--placeholder {
        position: absolute;
        transform: translateY(9px) translateX(62px);
        color: #1C4379;
        line-height: 20px;
        transition: opacity 0.2s ease;
        font-size: 18px;
        cursor: text;
        pointer-events: none;
    }

    .birth--results--search .search-icon {
        position: absolute;
        transform: translateY(8px) translateX(207px);
        width: 22px;
        height: 22px;
        opacity: 0.7;
        transition: opacity 0.25s ease;
        cursor: text;
        pointer-events: none;
    }

    .birth--results--search input:focus ~ .birth--results--placeholder,
    .birth--results--search input:not(:placeholder-shown) ~ .birth--results--placeholder {
        opacity: 0;
    }

    .birth--results--search input:focus ~ .search-icon,
    .birth--results--search input:not(:placeholder-shown) ~ .search-icon {
        opacity: 0;
    }

    .birth--results--search span {
        font-size: 18px;
    }

    .birth__results-player {
        text-align: center;
        margin-top: 62px;
    }

    .birth__results-player iframe {
        border-radius: 22px;
        width: 500px;
        height: 290px;
    }

    .birth__results-title {
        color: #002169;
        text-align: center;
        font-family: "GT Eesti Pro Display", sans-serif;
        font-size: 53px;
        font-style: normal;
        font-weight: 500;
        line-height: 104%; /* 55.817px */
        text-transform: uppercase;
        margin-top: 75px;
    }

    .birth__results-player-description {
        color: #002169;
        text-align: center;
        font-family: "GT Eesti Pro Display", sans-serif;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .birth__results-player-link {
        font-size: 26px;
        font-weight: 500;
        line-height: 40px;
        text-decoration-line: underline;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .birth__results-player-link a:hover {
        color: #002169;
    }

    .birth__results-player-txt {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase;
    }

    @media (max-width: 1000px) {
        .birth--results {
            font-size: 20px;
            padding-inline: 20px;
            grid:
            "title"
            "header"
            "table-headers"
            "table"
            "footer" / 100%;
        }
        .birth--results--search input {
            max-width: none;
        }
        .birth--results--header {
            justify-self: unset;
            margin-inline: 10px;
        }
        .birth--results--table-headers {
            display: none;
        }
        .birth--results--title {
            margin-right: 0;
            text-align: center;
        }
        .birth--results--table table {
            display: block;
        }
        .birth--results--table tbody {
            display: block;
        }
        .birth--results--table tbody tr {
            display: grid;
            min-height: 1lh;
        }
        .not-found {
            width: 100% !important;
        }
        .birth--results--table td {
            padding-block: 5px 10px;
        }
        .birth__results-title {
            font-size: 38px;
        }
        .birth--results--search .birth--results--placeholder {
            position: absolute;
            left: 50%;
            transform: translateX(-50%) translateY(15px);
            text-align: center;
            font-size: 22px;
        }
        .birth--results--search .search-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%) translateY(15px);
            margin-left: 10em;
        }
        .birth--results--search .birth--results--placeholder br {
            display: none;
        }
        .birth--results--search {
            margin-bottom: 30px !important;
        }
    }

    @media (max-width: 800px) {
        .birth--results {
            font-size: 18px;
        }
        .birth--results--search input {
            margin-bottom: 15px;
            padding: 1em 1em;
        }
        .birth--results--search .birth--results--placeholder {
            transform: translateX(-50%) translateY(22px);
            white-space: nowrap;
        }
        .birth--results--search .search-icon {
            transform: translateX(-50%) translateY(24px);
            margin-left: 10.5em;
        }
        .birth--results--title {
            font-size: 36px;
            margin-bottom: 25px;
        }
        .birth__results-player iframe {
            width: 404px;
            height: 233px;
            flex-shrink: 0;
        }
        .birth__results-player-description {
            gap: 5px;
        }
        .birth__results-player-link {
            font-size: 21px;
            margin-top: 10px;
        }
        .birth__results-player-txt {
            font-size: 16px;
        }
        .birth__results-foot-title {
            font-size: 31px;
        }
        .birth__results-foot-txt {
            font-size: 25px;
            margin: 15px 0 25px 0;
        }
        .birth__results-foot-description {
            font-size: 21px;
            font-style: normal;
            font-weight: 400;
        }
        .birth__results-foot-end {
            font-size: 28px;
            margin: 40px auto 0 auto;
        }
    }

    @media (max-width: 600px) {
        .birth--results {
            font-size: 16px;
            margin-block: 90px 20px;
            padding: 40px 15px;
        }
        .birth--results--title {
            font-size: 25px;
        }
        .birth__results-player {
            margin-top: 35px;
        }
        .birth__results-player iframe {
            max-width: 363px;
            width: 100%;
            height: 209px;
        }
        .birth__results-player-description {
            gap: 0;
        }
        .birth--results--search input {
            padding: 0.6em 1em;
            margin-bottom: 8px;
        }
        .birth--results--search .birth--results--placeholder {
            font-size: 16px;
            transform: translateX(18px) translateY(12px);
            left: 0;
        }
        .birth--results--search .search-icon {
            transform: translateX(273px) translateY(13px);
            margin-left: 0;
            left: 0;
        }
        .birth--results--table {
            margin: 20px;
        }
        .birth--results--table::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }
        .birth--results--search span {
            font-size: 14px;
            text-align: left;
            margin-left: 20px;
        }
        .birth__results-player-link {
            font-size: 19px;
        }
        .birth__results-player-txt {
            font-size: 14px;
        }
        .birth__results-foot-title {
            font-size: 20px;
        }
        .birth__results-title {
            font-size: 26px;
        }
        .birth__results-foot-txt {
            font-size: 13px;
            margin-bottom: 20px;
        }
        .birth__results-foot-description {
            font-size: 15px;
        }
        .birth__results-foot-end {
            font-size: 20px;
            margin: 25px auto 0 auto;
        }
    }

     @media (max-width: 400px) {
        .birth--results--search .birth--results--placeholder {
            font-size: 14px;
        }
        .birth--results--search .search-icon {            
            left: -28px;
        }
     }

    .pr-foot-txt {
        margin: 0px auto;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
        padding: 70px 0;
    }

    .pr-foot-txt span {
        font-size: 35px;
        color: #85C4E8;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 400;
    }

    @media (max-width: 800px) {
           .pr-foot-txt {          
            font-size: 19px;           
        }
        .pr-foot-txt span {
            font-size: 25px;           
        }
    }

    @media (max-width: 500px) {
        .pr-foot-txt {      
            font-size: 16px; 
            padding: 40px 0;
        }

        .pr-foot-txt span {
            font-size: 20px;              
            margin-bottom: 10px;            
        }
    }
    /* --- */

/* --- */







/* End */


/* Start:/local/components/kabrita/rody.main/templates/form.and.tg.full.popup/style.css?177617277314937*/
:root {
    --color-lightblue: #CFE5F8;
    --color-blue: #85C4E8;
    --color-darkblue: #00347B;
}

._change:not(._static) {
    line-height: 18px;
    font-size: 11px !important;
}

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

.form-premium__container {
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    position: fixed;
    overflow: auto;
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    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-premium__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #CFE5F8;
}

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

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

.form-premium__form {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background-color: #DCEFFF99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-bottom: 135px;
}

.form-premium__form__fluid{
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    position: relative;
    padding: 25px;
}

.form-premium__form__banner{
    width: 40%;
    position: relative;
}

.form-premium__banner__img{
    position: absolute;
    width: 195%;
    bottom: -40px;
    left: -65%;
}

.form-premium__form form {
    width: 60%;
}

.form-premium__form__title {
    font-family: 'Cocon';
    text-transform: uppercase;
    font-size: 34px;
    color: var(--color-blue);
    line-height: 1;
}

.form-premium__form form .form-item input{
    background-color: transparent;
    border-bottom: 1px solid #033F85;
    border-radius: 0;
    padding: 0;
}

.form-item._error input{
    box-shadow: none !important;
    border-bottom: 1px solid red !important;
}

.form-premium__form form .form-item .form-item__label{
    padding: 0 5px;
    opacity: unset;
    color: #8A8A8A;
}

.form-premium__dialog{
    width: 100%;
    border: none;
}

.form-premium__form__close, .form-premium__dialog__close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.form-premium__form__close img, .form-premium__dialog__close img {
    width: 100%
}

.form-premium__form__close img:hover, .form-premium__dialog__close img:hover {
    cursor: pointer;
}

/*.form-item._shadow input[type=text],*/
/*.form-item._shadow input[type=tel],*/
/*.form-item._shadow input[type=email],*/
/*.form-item._shadow select {*/
/*    -webkit-box-shadow: 0 0 0 1px #b4b4b4 !important;*/
/*    box-shadow: 0 0 0 1px #b4b4b4 !important;*/
/*}*/

/*.form-item._error input[type=text],*/
/*.form-item._error input[type=tel],*/
/*.form-item._error input[type=email],*/
/*.form-item._error input[type=password],*/
/*.form-item._error select {*/
/*    -webkit-box-shadow: 0 0 0 1px red !important;*/
/*    box-shadow: 0 0 0 1px red !important;*/
/*}*/

.form-item {
    margin: 10px 0 !important;
}

.form-premium__form__check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 10px;
    line-height: 1;
    font-size: 14px;
}

.form-premium__form__check span {
    width: auto;
    display: inline-block;
    line-height: 1.2;
}

.form-premium__form__check a {
    text-decoration: underline;
}

.form-premium__form__check span,
.form-premium__form__check a {
    color: #8A8A8A;
}

.form-premium__form__check input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 2px #85C4E8 !important;
    box-shadow: 0 0 0 2px #85C4E8 !important;
}

.form-item__checkbox input[type=checkbox]+i:before {
    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: #85C4E8;
    background-image: url(/local/components/kabrita/rody.main/templates/form.and.tg.full.popup/done.svg) !important;
    background-size: 80% 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.form-premium__form__box {
    display: flex;
}

.form-premium__form__box button {
    position: absolute;
    left: -20%;
    bottom: -160px;
    width: 300px;
    min-width: 300px;
    padding: 30px 40px;
    border: none;
    text-transform: uppercase;
    background-color: var(--color-darkblue);
    font-size: 24px;
    font-weight: 500;
    color: white;
    font-family: 'GT Eesti Pro Display', sans-serif;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-premium__dialog .form-premium__form__box button {
    position: relative;
    left: 0;
    bottom: 0;
    width: 220px;
    height: 60px;
    min-width: 220px;
    margin-right: 25px;
    padding: 25px 35px;
    font-size: 24px;
    border-radius: 15px;
}

.form-premium__form__box button:hover {
    background-color: #cfe5f8;
    color: #102D69;
    cursor: pointer;
}

.form-premium__form__box img{
    height: 20px;
    object-fit: contain;
    margin-right: 20px;
}

.form-premium__sponsor-end {
    margin-top: 10px;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.form-premium__sponsor-end img {
    margin: 5px;
    width: 100px;
    height: 45px;
    object-fit: contain;
}

.form-premium__box-end {
    position: relative;
    width: 95%;
    max-width: 750px;
    padding: 20px 30px;
    border-radius: 45px;
    background-color: white;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: auto;
}

.form-premium__box-end a {
    text-decoration: underline;
}

.form-premium_close-end {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 100;
}

.form-premium_close-end img {
    width: 100%;
}
.form-premium__box-end__content{
    width: 60%;
    padding-right: 10px;
}
.form-premium__box-end-title {
    font-family: 'Cocon', sans-serif;
    color: #85C4E8;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
}
.form-premium__box-end__img{
    width: 40%;
}

.form-premium__box-end-title img {
    max-width: 100px;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.form-premium__spacer-end {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-premium__spacer-end img {
    margin-left: 5px;
}

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

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

.form-premium__box-end-text {
    font-size: 14px;
    text-align: center;
    color: #002169;
    line-height: 1.2;
    font-family: 'GT Eesti Pro Display', sans-serif;
}

.form-premium__box-end__hidden{
    display: none;
}

@media (max-width: 800px) {
    .form-premium__box-end {
        width: 450px;
        flex-direction: column;
    }
    .form-premium__box-end__content{
        width: 100%;
        padding-right: 0;
    }
    .form-premium__box-end__hidden{
        display: block;
    }
    .form-premium__box-end__img{
        display: none;
    }
}

@media (max-width: 500px) {
    .form-premium__box-end-title {
        font-size: 5.5vw;
    }
    .form-premium__box-end-title img {
        max-width: 24vw;
    }
}

.form-premium__dialog__container .form-premium__form__title{
    font-family: 'Cocon';
    text-transform: uppercase;
    font-size: 38px;
    margin-right: 5%;
    color: var(--color-blue);
    line-height: 1;
}

@media (max-width: 1000px) {
    .form-premium__form__check {
        font-size: 14px;
    }

    .form-premium__form__title {
        margin-top: 20px;
    }

    .form-premium__form__box img{
        height: 16px;
        margin-right: 16px;
    }

    .form-premium__dialog__container .form-premium__form__title {
        font-size: 26px;
        margin-top: 0 !important;
    }
    .form-premium__dialog .form-premium__form__box button {
        width: 175px;
        min-width: 175px;
        padding: 15px 25px;
        font-size: 18px;
        height: 55px;
        border-radius: 10px;
    }
}

@media (max-width: 700px) {
    .form-premium__form form {
        width: 100%;
    }

    .form-premium__sponsor-end {
        width: 100%;
    }

    .form-premium__sponsor-end img {
        margin: 5px 5px 0 0;
    }

    .form-premium__form__close,
    .form-premium__dialog__close,
    .form-premium_close-end {
        right: 10px;
        top: 10px;
        width: 15px;
    }

    .form-premium__form,
    .form-premium__box-end {
        padding: 15px;
        margin-top: 20px;
        border-radius: 15px;
    }

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

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

    .form-premium__form__title {
        font-size: 18px;
        line-height: 1;
    }

    .form-premium__sponsor-end img {
        width: 70px;
        height: 35px;
    }

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

    .form-premium__spacer-end {
        height: 80px;
    }

    .form-premium__spacer-end img {
        height: 40%;
        width: auto;
        min-width: auto;
    }

    .form-premium__form__check input[type=checkbox]+i {
        margin: 0 5px !important;
    }

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

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

.form-premium__dialog__container {
    background-color: #FFF;
    padding: 30px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

@media (max-width: 800px) {
    .form-premium__dialog__container {
        max-width: 500px;
        flex-direction: column;
    }
    .form-premium__dialog__container .form-premium__form__title {
        margin-bottom: 25px;
    }
    .form-premium__form__fluid {
       flex-direction: column;
    }
    .form-premium__form{
        background-color: white;
        margin: 80px auto;
    }
    .form-premium__form form{
        width: 100%;
    }
    .form-premium__form__banner {
        width: 100%;
    }
    .form-premium__banner__img {
        position: absolute;
        width: 33%;
        right: 10%;
        top: -13vw;
    }
    .form-premium__form__box button {
        position: absolute;
        width: 250px;
        min-width: 250px;
        padding: 20px 30px;
        font-size: 18px;
        border-radius: 20px;
        left: 50%;
        transform: translate(-50%, -60px);
    }
    .form-premium__dialog .form-premium__form__box button {
        width: 180px;
        min-width: 180px;
        padding: 15px 30px;
        font-size: 18px;
        border-radius: 10px;
        left: 0;
        height: 50px;
        transform: translate(0, 0);
    }
    .form-premium__banner__img {
        position: absolute;
        width: 140px;
        top: 0;
        left: 65%;
    }
    .form-premium__form__title {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .form-premium__dialog__container .form-premium__form__title {
        font-size: 6vw;
    }

    .form-premium__dialog .form-premium__form__box button {
        width: 30vw;
        min-width: 30vw;
        height: 10vw;
        margin-right: 5vw;
        padding: 10px 40px;
        font-size: 3vw;
    }

    .form-premium__form__box button {
        width: 45vw;
        min-width: 45vw;
        height: 12vw;
        padding: 10px;
        font-size: 3vw;
        border-radius: 10px;
    }

    .form-premium__form__title {
        font-size: 5vw;
    }
    .form-premium__banner__img {
        width: 27vw;
        left: 55vw;
    }
    .form-premium__form {
        background-color: white;
        margin: 65px auto;
    }

    .form-premium__form form .form-item input {
        height: 35px;
        padding-top: 10px;
    }

    .form-premium__form form .form-item .form-item__label {
        line-height: 35px;
    }
    .form-premium__form__check {
        font-size: 12px;
    }
}

.form-premium__dialog::backdrop {
    background-color: #dcefffeb;
}

@media (max-width: 500px) {
    .form-premium__dialog__container .form-item button {
        height: 50px;
        width: 95%;
        font-size: 16px;
    }
}

/* .verify  */ 
.verify__container {
    position: fixed;
    overflow: auto;
    top: 0;
    z-index: 800;
    background-color: #74b6da93;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scrollbar-color: #74b7da #cedfef;
    scrollbar-width: thin;
}

.verify__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #cedfef;
}

.verify__container::-webkit-scrollbar-thumb {
    background-color: #74b7da;
    border-radius: 9em;
}

.verify__container::-webkit-scrollbar-thumb:hover {
    background-color: #74b7da;
}

.verify__close {
    display: block;
    text-align: center;
    position: absolute;
    top: 7%;
    right: 3%;
    width: 20px;
}

.verify__close img {
    width: 100%;
}

.verify__close:hover {
    cursor: pointer;
}

.verify__box {
    position: relative;
    width: 95%;
    max-width: 650px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    z-index: 810;
}

.verify__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 15px;
    padding: 7px 5px 10px;
}

.verify-cp {
    position: absolute;
    z-index: 805;
    bottom: 35%;
    right: 30%;
}

.verify-cw {
    position: absolute;
    z-index: 805;
}

.verify-cg {
    position: absolute;
    z-index: 805;
}

@media (max-width: 630px) {
    .verify__close {
        width: 16px;
    }
}
/* .verify end */ 

.bx-sls .dropdown-fade2white,
.bx-sls .dropdown-icon,
.bx-sls .bx-ui-sls-clear {
    display: none;
}

.form-item .form-item__label {
    font-size: 11px !important;
    line-height: 14px !important;
    padding: 0 !important;
}

.form-premium__form form .form-item input[type=date] {
    padding-top: 16px;
}
 
.form-item:has(input[type=date]) {
    display: grid;
}

/* End */


/* Start:/local/templates/kabrita/components/bitrix/sale.location.selector.search/rody.main/style.css?17761727736462*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	/* border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px; */
	position: relative;
	/* background-color: #fff; */
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	/* overflow: hidden;
	min-height:25px; */
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake {
	z-index:2;
}

.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	/* color: #000 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none; */
	z-index:2;
}
.bx-sls .bx-ui-sls-route{
	/* color: #aba8ac !important;*/
	z-index:1; 
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */
/* /mamam/premium-rody/assets/style.css?177617277358411 */
/* /local/components/kabrita/rody.main/templates/form.and.tg.full.popup/style.css?177617277314937 */
/* /local/templates/kabrita/components/bitrix/sale.location.selector.search/rody.main/style.css?17761727736462 */
