

/* Start:/uzum/assets/style.css?178222017633169*/


.grecaptcha-badge {
    visibility: hidden;
}

.pup-section {
    display: none !important;
}

.quizzy {
    display: none;
}

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

._nowrap {
    white-space: nowrap;
}

b {
    font-weight: 500;
}

/* Закругленный блок */
.shell {    
    margin-top: -45px;
    border-radius: 60px 60px 0 0;
    padding: 60px 0;
}
/* --- */

/* Container */
.container-main {
    max-width: 1200px;
    color: #002169;
    padding: 0 10px;
    margin: 0 auto 20px;
    font-family: 'GT Eesti Pro Display', sans-serif;
    line-height: 1.2;
}

.container-main .swiper-container {
    overflow: hidden;
}

@media (max-width: 1250px) { 
    .container-main {
        max-width: 900px;
    }
}

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

@media (max-width: 800px) { 
    .container-main {
        max-width: 600px;
    }
}
/* ---- */



/* Activity-title */
.activity__title {
    font-size: 45px;
    font-family: 'Cocon', sans-serif;
    padding: 0px 20px;
    margin: 10px auto;
    width: fit-content;
    text-transform: uppercase;
    line-height: 1.2;
    color: #74B8DD;
    text-align: center;
}

@media (max-width: 1000px) { 
    .activity__title {
        font-size: 40px;
    }
}

@media (max-width: 500px) {    
    .activity__title {
        padding: 0;
        font-size: 30px;
    }   
}
/*  */



/* Баннер */
.banner {    
    margin: 0 auto;  
    overflow: hidden;   
    background: #E4F3FF;
    font-family: 'GT Eesti Pro Display', sans-serif;
    padding: 0 15px 45px;
}

.banner__container {
    max-width: 1350px;
    margin: 0 auto;    
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.banner__txt {
    width: 43%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner__txt .ten-button {
    margin: 20px 0 0;
    width: fit-content;
}

.banner__date {
    background: #ffffff;
    color: #74B8DD;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    width: fit-content;
}

.banner__title {
    color: #74B8DD;
    font-size: 57px;
    text-transform: uppercase;
    font-weight: 700;  
}

.banner__inf {
    color: #002169;
    font-size: 29px;
    font-weight: 350;
}

.banner__img {
    width: 65%;
    max-width: 930px;
    margin-left: -40px;
}

.banner img {
    width: 100%;
}

.banner picture {
    display: flex;
}
/* --- */



/* Превью */
.particy-cap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 350;
    gap: 25px;    
    font-size: 24px;
    text-align: center;
    max-width: 600px;
}

.particy-cap b {
    font-size: 32px;
    display: block;
    margin-top: 15px;
}

.particy-cap img {
    max-width: 380px;
}
/* --- */



/* Как участвовать? */
.particy-what {
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.particy-what__box {
    border-radius: 22px;
    background: #E4F3FF;   
    padding: 66px 10px 34px;
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 25px;
    box-sizing: border-box;
    height: 290px;
}

.particy-what__box span {
    font-size: 20px;
    text-align: center;
}

.particy-what__box span b {
    font-size: 24px;
}

.particy-what__box a {
    background: #74B8DD;
    width: 100%;
    max-width: 230px;
    margin: auto auto 0;
    padding: 17px 10px;
    font-weight: 400;
}

.particy-what__box div {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 75px;
    height: 75px;
    border: 2px solid #ffffff;
    border-radius: 50%;   
    color: #ffffff;
    background: #74B8DD;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.particy-what__box div span {
    font-size: 50px;  
}

/* --- */


/* Кнопка */
.ten-button {
    width: fit-content;    
    background-color: #002169;
    margin: 20px auto 40px;
    border: none;
    padding: 18px 75px;
    color: white;  
    font-size: 24px;
    border-radius: 50px;
    font-weight: 400;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ten-button:hover {    
    text-decoration: underline;
    cursor: pointer;
}
/* ---- */



/* Призовой блок */
.prise__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #9ECEE8;
    border-radius: 60px;
    margin: 35px auto 45px;
    width: fit-content;
    padding: 5px 5px;
}

.prise__nav button {
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    border: none;
    font-size: 24px;   
    border-radius: 60px; 
    color: inherit;
    padding: 15px 30px;
    background: none;
    font-weight: 400;
    font-family: "GT Eesti Pro Display", sans-serif;
    cursor: pointer;   
}

.prise__nav .bt-active { 
    background: #ffffff;
    cursor: auto;
}

.prise__nav button:hover {
    background: #ffffff;
}

.prise {
    margin-bottom: 50px;
}

.prise-main {
    display: flex;
    justify-content: space-between;
}

.prise__sert {
    display: flex;
}

.prise-main__box,
.prise__sert {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prise-main__box {
    /* width: 32%; */
    border: 2px solid #73B8DD;
    border-radius: 15px;
    padding: 20px 20px 50px;
    background: #ffffff;
    overflow: hidden;
    height: 535px;
    box-sizing: border-box;
}

.prise__sert {
    /* width: 98%; */
    margin: 0 auto;
}

.prise-main__img {
    width: 100%;
}

@media (min-width: 1250px) {
    .prise-partners .prise-main__logo {
        width: 80%;
    }
}

.prise-main__logo {
    height: 55px;
    object-fit: contain;
    width: 50%;
    margin-top: 20px;
}

.prise-main__box span, .prise__sert span {
    margin: 20px auto 0;
    display: block;
    font-size: 22px;
    font-weight: 350;
    text-align: center;
}

.prise__count {
    position: absolute;
    bottom: -8%;
    right: 3%;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #73B8DD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    line-height: 1;
    font-weight: 400;
}

.prise__count sub {
    font-size: 0.65em;
}

@media (min-width: 500px) {
    .prise-partners .prise__count {        
        width: 56px;
        height: 56px;        
        font-size: 34px;      
    }
}

    /* Пагинация для слайдера */
    .prise-main__box_sert .swiper-pagination {
        display: flex;
        justify-content: center;
        bottom: 20px !important;
    }

    .prise-main__box_sert .swiper-pagination-bullet {
        background: #E0F0F9;
        opacity: 1;
        width: 10px;
        height: 10px;
    }

    .prise-main__box_sert .swiper-pagination-bullet-active {
        background: #AFD4FB;
    }
    /* --- */
/* --- */



/* Даты розыгрышей */
    .date-gift {
        width: 100%;
        max-width: 770px;
        display: flex;
        justify-content: center;
        gap: 3px;
        margin: 20px auto 40px;
        font-weight: 350;
    }

    .date-gift__num {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        background: #E4F3FF;
        padding: 35px;
        border-radius: 22px;
    }

    .date-gift__num span {
        font-size: 32px;
        line-height: 1;
    }

    .date-gift__num span b {
        font-size: 70px;       
    }

    .date-gift__txt {
        background: #E4F3FF;
        border-radius: 22px;
        padding: 30px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;   
        position: relative;   
    }

    .date-gift__txt span {
        font-size: 24px;
    }

     .date-gift__txt img {
        position: absolute;
        bottom: -75px;
        right: -70px;
        width: 280px;
    }

    .date-gift__txt .ten-button {
        padding: 15px 25px;
        margin: 0;
        background: #74B8DD;
        font-weight: 350;
    }
/* --- */



/* Подшивка */
.prem-footer {
    margin: 10px auto 40px auto; 
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
}

.prem-footer span {
    font-family: 'Century Gothic', sans-serif;
    color: #102D69;
    font-size: 12px;
    line-height: 1;
}

.prem-footer a {
    text-decoration: underline;
}
/* ----- */



/* Партнеры */
.prem-footer__sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.prem-footer__sponsor a {
    display: inline-block;
    margin: 5px 7px;
    width: 23%;
}

.prem-footer__sponsor a img {
    width: 100%; 
    object-fit: contain;
    object-position: center;
}


/* ---- */






@media (max-width: 1350px) {
    .banner__txt {
        gap: 8px;
    }
    .banner__title {
        font-size: 54px;
    }
    .banner__inf {
        font-size: 27px;
    }
    .banner__txt .ten-button {
        margin: 16px 0 0;
    }
}

@media (max-width: 1250px) { 
    .banner__container {
        max-width: 1000px;
    }
    .banner__date {
        font-size: 18px;
    }
    .banner__title {
        font-size: 40px;
    }
    .banner__inf {
        font-size: 20px;
    }
    .banner__txt .ten-button {
        margin: 12px 0 0;
        padding: 10px 40px;
    }

    .particy-what__box {     
        padding: 45px 10px 34px;                  
    }
    .particy-what__box span {
        font-size: 18px;
    }
    .particy-what__box span b {
        font-size: 22px;
    }  
    .prise-main__box {
        height: 480px;
    }
    .particy-what__box div {
        width: 62px;
        height: 62px
    }
    .particy-what__box div span {
        font-size: 40px;
    }
}

@media (max-width: 1000px) {
    .banner__container {
        max-width: 800px;       
    }
    .banner__title {
        font-size: 30px;
    }
    .banner__inf {
        font-size: 18px;
    }
    .banner__txt .ten-button {
        font-size: 20px;
    }

    .date-gift__num span {
        font-size: 26px;
        line-height: 1;
    }
    .date-gift__num span b {
        font-size: 60px;
        line-height: 1;
    }
    .date-gift__txt span {
        font-size: 20px;
    }
    .date-gift__txt .ten-button {
        font-size: 18px;
    }
    .date-gift__txt img {
        position: absolute;
        bottom: -36px;
        right: -69px;
        width: 220px;
    }

    .prem-footer__sponsor a {
        margin: 0;
    }
}

@media (max-width: 800px) {
    .shell_first {
        border-radius: 0 !important;
    }
    .banner {
        padding: 0 0 45px;
    }
    .banner__container {        
        flex-direction: column;
    }
    .banner__txt {
        gap: 10px;
        width: 100%;
        padding: 60px 20px 0;
    }
    .banner__date {
        font-size: 20px;
    }
    .banner__title {
        font-size: 58px;
    }
    .banner__inf {
        font-size: 30px;
    }
    .banner__txt .ten-button {
        font-size: 24px;
        position: relative;
        padding: 16px 80px;
    }
    .banner__img {
        width: 100%;       
        margin: -90px 0 0;
    }

    .particy-cap {   
        font-size: 22px;     
    }
    .particy-cap img {
        max-width: 325px;
    }
    .particy-cap b {
        font-size: 30px;        
    }

    .prise__nav button {
        font-size: 20px;
    }
    .date-gift__txt img {
        display: none;
    }

}

@media (max-width: 550px) { 
    .banner__txt {
        gap: 3vw;        
    }
    .banner__date {
        font-size: 16px;
    }
    .banner__title {
        font-size: 8vw;
    }
    .banner__inf {
        font-size: 5vw;
    }
    .banner__txt .ten-button {
        font-size: 6vw;
        position: relative;
        padding: 3% 14%;
        margin-top: 5%;
    }
    .banner__img {        
        margin: -5% 0 0;
    }

    .prem-footer {
        padding: 5px 0;
    }

    .prem-footer__sponsor a {
        width: 32%;
    }

    .prise__count {        
        width: 48px;
        height: 48px;        
        font-size: 29px;      
    }    
}

@media (max-width: 500px) {
    .ten-button {
        margin: 35px auto 30px;
        width: 200px;
        font-size: 16px;
        padding: 16px 15px;
    }
    .particy-what__box {
        padding: 35px 10px 20px;
        height: 210px;
        border-radius: 16px;
        row-gap: 10px;
    }
    .particy-what__box span {
        font-size: 14px;
    }
    .particy-what__box span b {
        font-size: 18px;
    }
    .particy-what__box a {
        width: 85%;
    }
    .particy-what__box div {
        width: 54px;
        height: 54px;
    }
    .particy-what__box div span {
        font-size: 30px;
    }

    .shell {
        border-radius: 35px 35px 0 0;
        padding: 50px 0;
    }
    .particy-cap img {
        width: 80%;
    }
    .particy-cap,
    .particy-cap b {       
        font-size: 20px;
    }

    .prise__nav {
        margin: 30px auto;
    }
    .prise__nav button {       
        font-size: 16px;
        padding: 10px 20px;
    }

    .date-gift {
        margin: 20px auto 0;
    }
    .date-gift__txt {
        align-items: center;
        border-radius: 18px;
    }
    .date-gift__num {
        padding: 20px;    
        justify-content: center;   
        border-radius: 18px; 
    }
    .date-gift__num span {
        font-size: 22px;
    }
    .date-gift__txt span {
        font-size: 14px;
    }
    .date-gift__num span b {
        font-size: 50px;
    }
    .date-gift__txt .ten-button {
        font-size: 16px;
    }
    .prise {
        margin-bottom: 50px;
        max-width: 400px;
        margin: 0 auto;
    }
    .prise-main__box {           
        padding: 15px 15px 20px;        
        height: 390px;  
    }
    .prise-main__logo {
        margin-top: 15px;
    }
    .prise-main__box span, .prise__sert span {
        margin: 15px auto 0;       
        font-size: 16px;      
    }    
    .prise-main__logo {
        height: 45px;        
        width: 60%;        
    }
}

@media (max-width: 400px) {   
    .banner__date {
        font-size: 14px;
    }
    .prise__nav button {        
        font-size: 14px;      
    }
    .prise {        
        max-width: 320px;        
    }
    .prise-main__box {          
        height: 345px;  
    }
    .prise-main__box span, .prise__sert span {             
        font-size: 14px;      
    }

    .date-gift__num {
        padding: 20px 10px;        
    }
    .date-gift__txt {
        padding: 30px 15px;
    }
}



/* Вопросы ответы */

.list__contain-questions {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #83C2E6;
}

.content__item {
    display: flex;
    padding: 10px 0 0 0;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
}

.list__contain-questions.is-opened .content__item {
    align-items: normal;
}

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

.list__contain-questions.is-opened .content__item-descript {
    align-items: normal;
}

.js__hide {
    display: none;
}

.js__show {
    display: block !important;
}

.content__item-pict {
    width: 148px;
    border-radius: 12px;
    transition: width 0.3s ease, height 0.3s ease;
}

.list__contain-questions.is-opened .content__item-pict {
    width: 232px;
    height: fit-content;
}

.content__item-title {
    font-size: 28px;
    font-family: "GT Eesti Pro Display", sans-serif;
    line-height: 1;      
    color: #002169;
    font-weight: 500;
    max-width: 568px;
    transition: margin-left 0.3s ease;
    cursor: default;
    margin-bottom: 15px;
}

.content__item-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #1B296A;
    stroke-width: 4px;
    transition: transform 0.1s ease;
    cursor: pointer;
}

.content__item-icon:active {
    transform: scale(0.7);
}

.content__item a {
    text-decoration: underline;
}

.main__contain-list_text-first {       
    width: auto;
    line-height: 1.2;
    letter-spacing: 0.16px;
    margin-top: 8px;
    cursor: default;
}

.main__contain-list_text-first p {
    margin-top: 0;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 24px;
    color: #002169;
    font-weight: 350;
}

.main__contain-list_text-first ul {
    padding-left: 25px;
}

.main__contain-list_text-first ul li {
    list-style: disc;
    font-weight: 350;
    padding-left: 5px;
}

.main__contain-list_text-first ul li:before {
    content: none;
}

.list__contain-questions:not(.is-opened) .main__contain-list_text-first {
    display: none;
}

.list__contain-questions.is-opened .content__item-icon {
    rotate: 45deg;
}

@media (max-width: 1250px) {
    .list__contain-questions.is-opened .content__item-pict {
        width: 205px;
    }
}

@media (max-width: 1000px) {
   .content__item-title {
        font-size: 24px;       
    }
    .content__item-icon {
        width: 28px;
        height: 28px;
        stroke-width: 3px;
    }
    .main__contain-list_text-first p {
        font-size: 20px;
    } 
} 

@media (max-width: 800px) {
    .list__contain-questions.is-opened .content__item-pict {
        width: 141px;
    }
      .content__item-pict {
        width: 120px;
    }
    .content__item-icon {
        width: 26px;
        height: 26px;
    }  
    .cap-faq {
        padding: 10px;
    }
}

@media (max-width: 550px) {
    .list__contain-questions.is-opened .content__item-pict {
        width: 130px;
    }
    .list__contain-questions {
        padding: 0;
    }
    .list__contain-questions.is-opened .content__item-pict {
        width: 100%;
        max-width: 500px;
        display: block;
    }
    .list__contain-questions.is-opened .content__item-title {
        margin-left: 0;
    }    
}

@media (max-width: 500px) {
    .content__item-title {
        font-size: 18px;   
        margin-bottom: 23px;    
    }
    .content__item-icon {
        width: 23px;
        height: 23px;
    }
    .main__contain-list_text-first {
        margin-left: 0;
    }
    .main__contain-list_text-first p {
        font-size: 16px;
        padding-right: 5px;
    }
}

@media (max-width: 500px) {
 .list__contain-questions.is-opened .content__item-pict {
        width: 100%;
        max-width: 500px;
        display: block;
    }
    .list__contain-questions.is-opened .content__item-title {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
   .content__item-title {        
        padding-right: 8px;
    }
}
/* --- */



/* Бренд-баннер и серая подшивка */
.brand-banner {
    width: 100%;
}
.prem__good-luck {
    width: 100%;
    margin: auto;
    max-width: 400px;
}
.down__footer-sponsor {
    margin: 20px auto 0 auto;
    color: var(--grey-200);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 350;
}
.down__footer-sponsor a {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 500px) {
    .prem__good-luck {
        width: 80%;
    }
    .brand-banner {
        margin-top: 30px;
    }
}
/* --- */



.prise__nav:not(:has(> button:nth-of-type(1).bt-active)) ~ .block-main {
    display: none;
}

.prise__nav:not(:has(> button:nth-of-type(2).bt-active)) ~ .block-part {
    display: none;
}


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

    .birth--results--table-headers {
        grid-area: table-headers;
        display: grid;
        grid-template-columns: 22% 21% 19.5% 37%;
        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: 23%;
    }

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

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

    .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(235px);
        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;
        }

        .birth--results--table td:nth-child(1),
        .birth--results--table td:nth-child(2),
        .birth--results--table td:nth-child(3) {
            width: auto;
        }     
    }

    @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: 0px 130px;
            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 */
/* /uzum/assets/style.css?178222017633169 */
