

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


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

/* End */
/* /uzum/assets/style.css?177937334719595 */
