@media(max-width: 1500px) {
    .banner_wrap::after {
        margin-top: 150px;
    }

    .banner_row {
        min-height: 900px;
    }
}

@media(max-width: 1400px) {
    .prize_row {
        gap: 16px;
    }

    .banner_img {
        position: absolute;
        top: -15%;
        right: 0;
        z-index: 1;
        max-width: 50%;
    }

    .banner_img {
        max-width: 50%;
    }

    .goods_row {
        grid-template-columns: 1fr 1fr;
    }

    .prize_image img {
        width: 110%;
    }
}

@media(max-width: 1290px) {
    .snow {
        display: none;
    }

    .container,
    .container-max {
        padding: 0 15px;
    }

    .topbar_row {
        padding: 30px;
        margin: 0 -15px 50px -15px;
    }

    .logo_row li {
        padding-right: 10px;
        margin-right: 10px;
    }

    .header__menu {
        padding: 10px 5px;
    }

    .header__menu {
        margin: 0 10px;
    }

    .title-sub a {
        font-size: 18px;
    }

    .winner_tabl th {
        padding: 40px 20px 40px 20px;
    }

    .winner_tabl tr:nth-child(2) td {
        padding: 15px 20px 45px 20px;
    }

    .winner_tabl td {
        padding: 15px 20px 45px 20px;
    }

    .btn-quest {
        min-width: 50px;
        min-height: 50px;
    }

    .social_row {
        margin-bottom: 40px;
    }

}

@media(max-width: 1024px) {
    .title-sub a {
        padding: 0 15px 0 5px;
    }

    .prize_image img {
        width: 120%;
    }

    .snow {
        display: none;
    }

    .social_row {
        margin-bottom: 30px;
    }

}

@media(max-width: 992px) {
    .snow {
        display: none;
    }

    .logo_row {
        flex: 1 1 auto;
    }

    .logo_nsv {
        max-width: 108px;
    }

    .logo_port {
        max-width: 121px;
    }

    .logo_row li::after {
        top: 5px;
        height: 36px;
    }

    .header__menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: fit-content;
        background: #D9D9D9;
        border-radius: 20px;
        transition: all 0.4s ease;
        z-index: 55;
    }

    .header__menu.open-menu {
        display: block;
        overflow-x: auto;
        padding: 30px 20px 10px 20px;
        margin: 0;
    }
    .title-sub-rules{
        display: block;
    }

    .menu-burger__header_row {
        position: relative;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        cursor: pointer;
        background: #FF6900;
        border-radius: 10px;
        margin-left: 10px;
    }

    .menu-burger__header span,
    .menu-burger__header:after,
    .menu-burger__header:before {
        height: 4px;
        width: 30px;
        right: 10px;
        position: absolute;
        background: #ffffff;
        border-radius: 4px;
    }

    .menu-burger__header span {
        top: 23px;
    }

    .menu-burger__header:after,
    .menu-burger__header:before {
        content: '';
    }

    .menu-burger__header:after {
        bottom: 10px;
        width: 30px;
    }

    .menu-burger__header:before {
        top: 10px;
        width: 30px;
    }

    .header_topbar.open-menu .menu-burger__header_row {
        display: none;
    }

    .header_topbar.open-menu .btn-block-mobile {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-bottom: 20px;
    }

    .header_topbar.open-menu .logo_row {
        position: absolute;
        top: 30px;
        left: 20px;
        z-index: 100;
    }

    .btn-close {
        background: #F18633;
        border-radius: 10px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 10px;
    }

    .title-sub a {
        display: block;
        padding: 10px 5px;
        border-bottom: 1px solid #FFFFFF;
    }

    .title-sub:last-child a {
        border-bottom: none;
    }

    .title-sub a:after {
        right: 0;
    }

    .topbar_row {
        position: relative;
        margin: 0 -15px 0 -15px;
    }

    .img-slog {
        width: 75%;
        display: none;
    }

    .img-slog2 {
        display: block;
        width: 100%;
    }

    .banner_wrap::after {
        margin-top: -20px;
    }

    .banner_row {
        padding-top: 120px;
        min-height: 800px;
    }

    .banner-tit span {
        font-size: 40px;
    }

    .banner_logo {
        max-width: 182px;
        align-self: end;
    }

    .banner_img {
        top: 10%;
        max-width: 100%;
        bottom: 0;
    }

    .banner_img img {
        width: 100%;
        height: inherit;
        object-fit: inherit;
        min-width: inherit;
    }

    .slogan-img {
        max-width: 100%;
    }

    .banner_row .btn {
        margin-top: 0;
    }

    .banner_row .btn a {
        display: block;
        margin: 0 auto;
    }

    .banner_text_row {
        max-width: 370px;
    }

    .ruls-more a {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: fit-content;
    }

    .ruls_wrap {
        padding: 50px 0 0 0;
    }

    .prize_row {
        grid-template-columns: 1fr;
    }

    .prize_item.item_main .prize_image img {
        height: 100%;
    }

    .footer_row {
        position: relative;
        padding: 75px 30px 20px 30px;
        display: flex;
        gap: 30px;
    }

    .social_row {
        max-width: 335px;
        width: 100%;
        margin-bottom: 25px;
    }

    .contact_row div:nth-child(1) {
        font-size: 25px;
    }

    .contact_row a[href^="tel:"] {
        font-size: 23px;
    }

    /* .social_row .social_item {
        margin-left: 22px;
    } */
    /* 
    .footer {
        background-size: 232px;
    } */

    .banner_wrap {
        margin-top: 0;
        background-position-y: -120px;
    }

    .banner_wrap::after {
        background-image: url('../img/mainBannerMob.jpg');
    }

    .banner_wrap::before {
        content: '';
        position: absolute;
        background:
            linear-gradient(to bottom, white 50%, transparent 100%);
        width: 100%;
        height: 100%;
        bottom: -15%;
        left: 0;
        z-index: -2;
    }

    .prize_item.item_main .prize_text,
    .prize_item .prize_text {
        top: 25px;
        left: 25px;
    }

    .prize_item.item_main .prize_text,
    .prize_item .prize_text {
        top: 25px;
        left: 25px;
    }

    .prize-txt {
        font-size: 24px;
    }

    .prize_item {
        width: 100%;
        margin: 0 auto;
    }

    .prize_item.item_main {
        margin-bottom: 30px;
    }

    .prize_item .chek-img img {
        position: relative;
    }

    .prize_item .prize_image {
        flex: inherit;
    }
}

@media(max-width: 768px) {
    .banner_img {
        max-width: 70%;
    }

    .btn a {
        font-size: 15px;
        padding: 15px;
    }

    .banner_row .btn {
        margin: 0 auto;
    }

    .goods_item {
        flex-direction: column;
        justify-content: space-between;
    }

    .ruls-more a {
        font-size: 12px;
    }

    .prize_item:hover .prize_image img {
        transform: none;
    }

    .goods_row {
        column-gap: 10px;
    }

    .goods_txt {
        padding: 25px 10px 5px 15px;
    }

    .goods_img {
        max-width: 100%;
        margin: 0 auto;
    }

    .goods_img img {
        position: inherit;
        display: block;
        margin: 0 auto;
    }

    .h1,
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .prize_text .text {
        font-size: 14px;
    }

    .social_row {
        justify-content: space-between;
        gap: 0px;
    }

    .social_item svg {
        width: 35px;
        height: 35px;
    }

    .contact_row div:nth-child(2) {
        font-size: 16px;
    }

    .footer__menu .menu_item a {
        font-size: 16px;
    }

    .contact_row span {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .contact_row a[href^="tel:"] {
        font-size: 16px;
    }

    .inf-txt {
        font-size: 11px;
    }

    .ruls_wrap {
        padding: 20px 0 0 0;
    }

    .ruls_wrap .ruls-more {
        margin-left: 0;
        text-align: center;
    }

    .ruls_row {
        padding: 15px 0 55px 0;
    }

    .ruls_namb {
        width: 50px;
        height: 50px;
        margin-bottom: 40px;
    }

    .h2,
    h2 {
        margin-bottom: 15px;
    }

    .ruls_item {
        padding: 10px 10px 15px 20px;
    }

    .prize_wrap {
        padding: 30px 0 25px 0;
    }

    .prize_row {
        gap: 20px;
    }

    .prize_item .prize_text {
        padding-top: 0px;
    }

    .question_wrap {
        padding: 20px 0 20px 0;
    }

    .question-row {
        padding: 0 0 0 0;
    }

    .accordion__item {
        padding: 20px 25px 5px 25px;
    }

    .accordion__content {
        font-size: 12px;
        margin: 16px 0;
    }

    .question-row .ruls-more {
        padding: 5px 0 0 0px;
        text-align: center;
    }

    .footer__menu .menu_item a {
        margin-bottom: 10px;
    }

    .block-inf {
        max-width: 177px;
        /* margin-right: 25px; */
    }

    .inf-txt {
        padding: 10px 20px 30px 20px;
    }

    .input_row input {
        font-size: 16px;
    }

    .input_row input::placeholder {
        font-size: 18px;
    }

    .winner_tabl th {
        padding: 40px 10px 40px 10px;
        font-size: 14px;
    }

    .winner_tabl tr:nth-child(2) td {
        padding: 30px 10px 20px 10px;
    }

    .winner_tabl td {
        padding: 15px 10px 20px 10px;
        font-size: 14px;
    }

    .winner_wrap {
        background-size: 309px;
    }
}

@media(max-width: 600px) {
    .banner_img {
        max-width: 75%;
    }
}

@media(max-width: 590px) {
    .time-decstop {
        display: none;
    }

    .time-mob {
        display: block;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .ruls_namb {
        float: right
    }

    .goods_txt {
        font-size: 18px;
    }
}

@media(max-width: 500px) {
    .banner_img {
        max-width: 100%;
        right: -70px;
    }

    .winner_tabl th {
        padding: 40px 5px 40px 5px;
        font-size: 12px;
    }

    .winner_tabl tr:nth-child(2) td {
        padding: 30px 5px 20px 5px;
    }

    .winner_tabl td {
        padding: 15px 5px 20px 5px;
        font-size: 12px;
    }

    .prize_item .chek-img img {
        max-width: 140px;
    }

    .chek-numb {
        font-size: 24px;
        bottom: 5px;
        right: 10px;
    }

    .chek-numb::after {
        content: '';
        position: absolute;
        background-image: url(../image/img/shar-mob.png);
        width: 57px;
        height: 50px;
        bottom: -20px;
        right: -15px;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .prize_text h4,
    .prize_text .h4 {
        font-size: 18px;
    }

    .footer_row {
        padding: 74px 0 10px 0px;
    }

    .partner_wrap {
        padding: 40px 0 30px 0;
    }

    .footer_row {
        flex-wrap: wrap;
    }
}

@media(max-width: 420px) {
    .banner-tit span {
        font-size: 32px;
    }

    .banner_logo {
        max-width: calc(100vw - 250px);
    }

    /* .banner_txt {
         margin: 0 0 20px 0;
     }*/
    .logo_row li {
        padding-right: 5px;
        margin-right: 5px;
    }

    .topbar_row {
        padding: 30px 10px;
    }

    .prize-txt {
        font-size: 22px;
    }

    .logo_nsv {
        max-width: 98px;
    }

    .logo_port {
        max-width: 111px;
    }

    .header_topbar.open-menu .logo_row {
        left: 10px;
    }
}


@media(max-width: 1150px) {

    .cabinet_row,
    .anketa_row {
        padding: 0;
    }
}

@media(max-width: 1060px) {
    .data-block {
        row-gap: 20px;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
    }

    .input_block {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 992px) {

    .anketa_wrap,
    .cabinet_wrap {
        margin-top: 40px;
    }

    .data-block {
        column-gap: 10px;
        row-gap: 10px;
        margin-bottom: 10px;
    }

    .input_block {
        column-gap: 10px;
        row-gap: 5px;
        margin-bottom: 5px;
    }
}

@media(max-width: 768px) {

    .anketa_row,
    .cabinet_row {
        max-width: 398px;
        margin: 0 auto;
    }

    .data-block {
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 10px;
        margin-bottom: 10px;
    }

    .input_block {
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 5px;
        margin-bottom: 5px;
    }

    .checkbox-row {
        margin: 0px 60px 0 20px;
        padding-top: 5px;
    }

    .checkbox-item label {
        font-size: 12px;
    }

    .checkbox-item {
        margin-bottom: 10px;
    }

    .check-more a {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .code-tit {
        min-width: inherit;
    }

    .code-item {
        padding: 5px 15px;
        margin-left: 10px;
    }
}


@media (max-width: 1280px) {
    .code-table thead th:first-child {
        padding: 10px 10px 10px 20px;
    }

    .code-table thead th:last-child {
        padding: 10px 20px 10px 10px;
    }

    .labels td:first-child {
        padding: 10px 10px 10px 20px;
    }

    .labels td:last-child {
        padding: 10px 20px 10px 10px;
    }

    .labels::after {
        left: 10px;
    }

    .code-table th .txt-desc {
        display: none;
    }

    .code-table th .txt-mob {
        display: block;
    }
}

@media (max-width: 800px) {

    .code-table thead th,
    .code-table th .txt-mob {
        font-family: 'Geometria Bold';
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .codes_wrap::after {
        background-image: url('../image/img/codes-img-mob.png');
    }

    .list-namber a {
        min-width: 34px;
        min-height: 34px;
    }

    .codes {
        margin: 0 0 0 0;
    }

    .cod_item .hide.open .codes {
        margin: 0 0 20px 0px;
    }

    .codes table {
        max-width: 350px;
    }
}


@media (max-width: 1024px) {
    .prizes_grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .prize_card {
        height: 300px;
    }

    .prize_title {
        font-size: 28px;
    }

    .prize_image img {
        height: 70%;
    }
}

@media (max-width: 768px) {

    .prizes_grid {
        grid-template-columns: 1fr;
        /* переход в 1 колонку */
        gap: 25px;
    }

    .prize_card {
        height: 280px;
    }

    .prize_content {
        padding: 20px;
        align-items: center;
    }

    .prize_text {
        max-width: 100%;
        text-align: center;
        transform: translateY(10px);
    }

    .prize_title {
        font-size: 26px;
    }

    .prize_image {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .prize_image img {
        height: 150px;
        width: auto;
    }
}

@media (max-width: 576px) {

    .prize_card {
        height: auto;
        padding-bottom: 20px;
    }

    .prize_content {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .prize_label {
        font-size: 14px;
    }

    .prize_title {
        font-size: 24px;
        line-height: 1.2;
    }

    .prize_image img {
        height: 130px;
        margin-top: 10px;
    }
}

@media (max-width: 430px) {

    .prize_title {
        font-size: 20px;
    }

    .prize_label {
        font-size: 12px;
        padding: 4px 10px;
    }

    .prize_image img {
        height: 110px;
    }

    .btn-rules {
        display: none;
    }

    .prize_content {
        align-items: start;
        padding: 20px 0px 20px 20px;
    }

    .prize_text {
        text-align: start;
    }

    .prize_image img {
        margin: 0;
        height: 200px;
    }

    .prizes_bottom {
        justify-content: start;
    }
    
    .money_card {
        flex: 1;
    }
}



/* ============================
   ПЛАНШЕТЫ И НИЖЕ
   ============================ */
@media (max-width: 1480px) {
    .prizes_bottom {
        /* flex-wrap: wrap; */
        gap: 20px;
    }

    .money_card {
        /* width: 100%; */
        /* height: 560px; */
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }

    .money_card img {
        display: none;
    }

    .card_3000,
    .card_5000,
    .card_10000 {
        width: 100%;
        transform: none;
    }

    .card_3000 {
        background: url("../img/prises/3000Byn.png") center/cover no-repeat;
    }

    .card_5000 {
        background: url("../img/prises/5000Byn.png") center/cover no-repeat;
    }

    .card_10000 {
        background: url("../img/prises/10000Byn.png") center/cover no-repeat;
    }


}





@media (max-width: 1250px) {

    .prizes_bottom {
        /* flex-wrap: wrap; */
        gap: 20px;
    }

    .money_card {
        /* width: 100%; */
        /* height: 560px; */
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }

    /* скрываем "резные" PNG */
    .money_card img {
        display: none;
    }

    /* сбрасываем смещения и размеры для карточек */
    .card_3000,
    .card_5000,
    .card_10000 {
        width: 100%;
        transform: none;
    }

    /* задаём прямоугольные карточки с картинкой на background */
    .card_3000 {
        background: url("../img/prises/3000Byn.png") center/cover no-repeat;
    }

    .card_5000 {
        background: url("../img/prises/5000Byn.png") center/cover no-repeat;
    }

    .card_10000 {
        background: url("../img/prises/10000Byn.png") center/cover no-repeat;
    }
}

@media (max-width: 1024px) {

    .prizes_bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* чтобы 3-й центрировался */
        gap: 20px;
    }

    .money_card {
        flex: 0 0 calc(50% - 10px);
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }



    /* скрываем "резные" PNG */
    .money_card img {
        display: none;
    }

    /* сбрасываем смещения и размеры для карточек */
    .card_3000,
    .card_5000,
    .card_10000 {
        width: 100%;
        transform: none;
    }

    /* задаём прямоугольные карточки с картинкой на background */
    .card_3000 {
        background: url("../img/prises/3000Byn.png") center/cover no-repeat;
    }

    .card_5000 {
        background: url("../img/prises/5000Byn.png") center/cover no-repeat;
    }

    .card_10000 {
        background: url("../img/prises/10000Byn.png") center/cover no-repeat;
    }
}

/* ============================
   МОБИЛЬНЫЕ ≤ 768
   ============================ */
@media (max-width: 768px) {

    .money_card,
    .card_3000,
    .card_5000,
    .card_10000 {
        height: 160px;
        border-radius: 14px;
    }
}

/* ============================
   МОБИЛЬНЫЕ ≤ 576
   ============================ */
@media (max-width: 576px) {

    .money_card,
    .card_3000,
    .card_5000,
    .card_10000 {
        height: 140px;
        border-radius: 12px;
    }
}