/* @media screen and (min-width: 1200px) and (max-width: 1600px) {

    .menu-wrapper{
        width: calc(100% - 250px);
    }

    .main-banner{
        height: 700px;
    }
    .main-banner__content{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main-banner__text{
        grid-gap: 30px;
    }

    .main-banner__text .caption{
        font-size: 140px;
        line-height: 100px;
    }

    .main-banner__choice{
        width: 160px;
    }

    .main-banner__product{
        width: 500px;
        height: auto;
    }

    .main-banner::before{
        width: 60%;
    }

    .form-section__content{
        max-width: 650px;
    }

    .faq__pic img{
        width: 600px;
    }

    .contacts__map iframe{
        width: 700px;
        height: 600px;
    }
} */

@media screen and (min-width: 1200px) {
    .prizes-wrapper .prizes-wrapper__progress{
        display: none;
    }

    .prizes-header__arrows{
        position: absolute;
        left: 0;
        top: 305px;
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1200px) {

    .caption_size_h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .caption_size_h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .caption_size_h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .caption_size_h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .caption_size_h5 {
        font-size: 20px;
        line-height: 1.2;
    }

    .text_size_small {
        font-size: 14px;
    }

    .text_size_normal {
        font-size: 16px;
    }

    .text_size_big {
        font-size: 18px;
    }

    .button {
        height: 50px;
        font-size: 16px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(104, 231, 173, 0.5) 0%, #42DBB2 100%);
    }

    .main-banner .container {
        transform: none;
    }

    .main-banner {
        padding-top: 25px;
        background-size: 1400px;
        background-position: center 0;
        background-repeat: no-repeat;
    }

    .main-banner:before {
        display: none;
    }

    .main-banner .container:after {
        display: none;
    }

    .main-banner__logo {
        left: 0;
        right: 0;
        margin: auto;
        width: max-content;
    }

    .main-banner__logo img {
        width: 153px;
        height: 16px;
    }

    .main-banner__main-logo {
        width: 280px;
        left: 0;
        height: auto;
        top: 40px;
    }

    .main-banner__button {
        width: 100%;
    }

    .main-banner .container {
        padding-top: 170px;
    }

    .main-banner__caption {
        text-align: center;
        margin-bottom: 15px;
    }

    .main-banner__text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 300px;
    }

    .main-banner__banner-ball {
        width: 170px;
        height: auto;
        left: 0;
        right: -100px;
        margin: auto;
        bottom: 50px;
        z-index: 3;
    }

    .main-banner:after{
        content: '';
        position: absolute;
        left: -50px;
        right: 0;
        margin: auto;
        width: 190px;
        height: 190px;
        background-image: url(../img/cup-mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 2;
        bottom: 120px;
    }

    .main-section__prizes-wrapper {
        margin-bottom: 70px;
    }

    .prizes-header__arrows {
        display: none;
    }

    .main-section {
        clip-path: none;
        border-radius: 20px;
        margin-top: -150px;
    }

    .main-section .container {
        padding-top: 190px;
    }

    .main-section__caption {
        color: var(--green);
        margin-bottom: 0;
    }

    .prizes-wrapper {
        /* width: calc(100% + 15px); */
        /* overflow: hidden; */
    }

    .prizes-wrapper__progress {
        background-color: #1F3281;
    }

    .prizes-swiper {
        overflow: visible;
    }

    .prizes-swiper .swiper-slide {
        width: 220px;
    }

    .prize-item {
        height: 160px;
        margin-top: 40px;
    }

    .prize-item__pic img {
        top: -50px;
    }

    .prize-item_order_1 img {
        width: 70%;
        top: -40px;
    }

    .prize-item_order_3 img {
        width: 140px;
        top: -30px;
    }

    .prizes-swiper .swiper-slide:has(.prize-item_order_5) {
        width: 150px;
    }

    .prize-item_order_5 img {
        top: -30px;
    }

    .prizes-swiper .swiper-slide:has(.prize-item_order_6) {
        width: 320px;
    }

    .main-section__sub-text {
        max-width: 240px;
        /* padding-right: 100px; */
    }

    .main-section {
        padding-bottom: 140px;
        background-size: 900px, cover, 900px;
        background-image: url(../img/main-block-blur.png), url(../img/noise-pattern-old.png), url(../img/main-block-stadium.png);
        background-position: 0 0, center 0, center calc(100% + 70px);
        border-radius: 30px 30px 0 0;
    }

    .steps-wrapper::before {
        display: none;
    }

    .steps-section .container {
        margin-top: -30px;
        padding: 0;
    }

    .steps-wrapper {
        border-radius: 30px;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 140px;
    }

    .steps-section {
        position: relative;
        padding: 5px 0 60px;
        background-size: 1650px, auto;
        background-position: center calc(100% + 120px), center 0;
    }

    .steps-section::before {
        content: '';
        position: absolute;
        right: -170px;
        top: -330px;
        width: 400px;
        height: 430px;
        background-image: url(../img/banner-man.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 2;
    }

    .steps-section__caption {
        max-width: 250px;
        margin-bottom: 30px;
    }

    .steps {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 10px;
    }

    .step-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step-item__pic {
        width: 75px;
        height: 75px;
    }

    .step-item_order_1 .step-item__pic {
        background-image: url(../img/step-number1.png);
        background-size: 25px;
    }

    .step-item_order_2 .step-item__pic {
        background-image: url(../img/step-number2.png);
        background-size: 30px;
    }

    .step-item_order_3 .step-item__pic {
        background-image: url(../img/step-number3.png);
        background-size: 30px;
    }

    .step-item_order_4 .step-item__pic {
        background-image: url(../img/step-number4.png);
        background-size: 28px;
    }

    .step-item__text {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .steps-section__sub-caption {
        font-size: 16px;
    }

    .steps-section__steps-wrapper {
        margin-bottom: 120px;
    }

    .steps-wrapper__ball {
        width: 180px;
        bottom: -140px;
    }

    .steps-wrapper::after {
        width: 240px;
        height: 70px;
    }

    .steps-section__button {
        width: calc(100% - 30px);
        margin-bottom: 180px;
    }

    .super-prize-wrapper {
        width: calc(100% - 20px);
        margin-left: auto;
    }

    .super-prize-wrapper__cup {
        width: 300px;
        height: 290px;
        right: -120px;
        bottom: -60px;
        top: auto;
        left: auto;
        object-position: center 60px;
    }

    .super-prize {
        padding: 50px 30px 35px 25px;
        border-radius: 20px;
    }

    .super-prize__title {
        width: 260px;
        height: 92px;
        left: 20px;
        top: -60px;
    }

    .super-prize__button {
        width: 160px;
        text-align: center;
        height: 60px;
    }

    .running-stripe {
        height: 50px;
    }

    .running-stripe img {
        height: 18px;
        width: auto;
    }

    .copyright {
        height: auto;
        align-items: flex-end;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 8px;
    }

    .copyright br {
        display: none;
    }
}