@media (max-width: 1430px) {
    .container {
      width: 970px;
    }
    .registration {
        padding: 130px 0 70px;
    }
    .registration-photo {
        max-width: 40%;
        top: 225px;
    }
    .about {
        padding: 70px 0 200px;
    }
    .about-wrap {
        gap: 30px;
    }
    .about-block {
        width: 290px;
    }
    .about-content p {
        font-size: 16px;
    }
    .about-content h4 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .about-icon{
        width:35px;
    }
    .about-content {
        margin-top: 15px;
    }
    .banner-title-bg{
        font-size:250px;
        top:30px;
    }
    .footer-title-bg {
        font-size: 280px;
        top: 75px;
    }
    .footer {
        padding: 80px 0 260px;
    }
    .footer-title-bg {
        font-size: 200px;
        top: 105px;
    }
    .cup-block {
        width: 270px;
    }
    .cup-photo {
        height: 214px;
        margin-bottom: 15px;
    }
    .cup-block:nth-child(2) {
        width: 365px;
        top: -83px;
    }
    .cup-block:nth-child(2) .cup-photo {
        height: 289px;
    }
    .cup-content h4 {
        font-size: 21px;
        margin-bottom: 16px;
    }
    .cup-content p {
        font-size: 22px;
    }
    .cup-block:nth-child(2) .cup-content h4 {
        font-size: 31px;
    }
    .prizes .title {
        margin-bottom: 150px;
    }
    .prizes {
        padding: 60px 0 0;
    }
}
@media (max-width: 991px) {
     .container {
       width: 750px;
     }
    .banner {
        padding: 160px 0 0;
    }
    .banner h1 {
        font-size: 38px;
    }
    .registration-photo {
        top: 25px;
    }
    .about-photo {
        max-width: 240px;
        bottom: auto;
        top: -30px;
    }
    .about {
        padding: 70px 0;
    }
    .challenge-photo {
        height: 270px;
        top: 75px;
    }
    .challenge-box{
        padding:30px 15px;
    }
    .faq {
        padding: 75px 0 0;
    }
    .faq-wrap {
        margin-bottom: 50px;
    }
    .footer {
        padding: 60px 0;
    }
    .cup-block,
    .cup-block:nth-child(2) {
        width: 230px;
        top: 0;
    }
    .cup-photo,
    .cup-block:nth-child(2) .cup-photo{
        height: 182px;
    }
    .cup-number,
    .cup-block:nth-child(2)  .cup-number {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        font-size: 24px;
        top: 38px;
        left: calc(50% - 25px);
    }
    .cup-block:nth-child(2) .cup-content h4 {
        font-size: 21px;
    }
    .cup-content p {
        font-size: 17px;
    }
    .prizes {
        padding: 60px 0 50px;
    }
    .prizes .title {
        margin-bottom: 34px;
    }
}
@media (max-width: 767px) {
     .container {
       width: 100%;
     }
    .header-menu {
        width: 100%;
        flex-direction: column;
        padding: 15px 10px;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 10;
        background: #FF0871;
        gap:5px;
        transform: translateX(-110%);
        transition: 0.3s
    }
    .header-link:nth-child(2) {
        margin-right: 0;
    }
    .header-menu.active {
        transform: translateX(0);
    }
    .menu_mob {
        display: block;
    }
    .overflow-wrap {
        width: calc(100% + 15px);
    }
    .banner h1 {
        width:290px;
        font-size: 28px;
        line-height:1.15;
    }
    .banner h1 span{
        color:#FF0871;
    }
    .banner-info {
        margin: 130px auto 0 auto;
    }
    .wave {
        height: 84px;
        bottom: 275px;
        background-image:url(../img/wave-mobile.png);
        background-size: cover;
    }
    .banner-info p {
        width:290px;
        position: absolute;
        bottom:0;
        left:calc(50% - 145px);
        margin: 0;
    }
    .banner-info h5 {
        width:290px;
        margin:0 auto 15px auto;
    }
    .banner-info h5 span {
        display: block;
    }
    .banner-info h5 br{
        display:none;
    }
    .header-link a {
        font-size: 14px;
        letter-spacing: 0;
    }
    .header-logo {
        padding: 0;
        gap: 10px;
    }
    .header-logo a{
        width:23px;
    }
     .header-logo a img{
         display:block;
     }
    .header {
        padding: 15px 0;
    }
    .registration-photo {
        max-width: 500%;
        height: 430px;
        top: 40px;
        right: auto;
        left: 20px;
    }
    .registration {
        padding: 240px 0 40px;
        overflow:hidden;
    }
    .title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .sub-title {
        padding: 5px 12px;
        font-size: 13px;
        margin-bottom: 12px;
    }
    .step-block:not(:last-child) {
        margin-bottom: 25px;
    }
    .section-sub {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .step-number {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 22px;
    }
    .step-content {
        width: calc(100% - 55px);
    }
    .step-content h4 {
        font-size: 21px;
        margin-bottom: 7px;
    }
     .step-content h4 br,
      .step-content p br{
         display:none;
     }
    .step-content p {
        font-size: 15px;
    }
    .step-wrap {
        margin-bottom: 35px;
    }
    .about {
        padding: 0;
        position:relative;
        top:-60px;
    }
    .about-photo {
        max-width: 200px;
        top: -20px;
    }
    .about-block {
        width: 100%;
    }
    .about-content .btn {
        margin-top: 25px;
    }
    .challenge-photo {
        display:none;
    }
    .challenge-box {
        min-height: 200px;
        text-align:center;
        align-items: center;
    }
    .challenge-box .title {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .banner-title-bg {
        font-size: 90px;
        top:40px;
    }
    .faq-title {
        font-size: 20px;
        padding: 20px 50px 20px 0;
    }
    .faq-info p:not(:last-child) {
        margin-bottom: 15px;
    }
    .faq-info p {
        font-size: 16px;
    }
    .faq-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        top: calc(50% - 20px);
        right: 0;
    }
    .footer-title-bg {
        font-size: 90px;
        top: auto;
        bottom: -120px;
    }
    .footer-link {
        font-size: 20px;
    }
    .footer-box h2 {
        font-size: 20px;
    }
    .cup-block:nth-child(2){
        order:-1;
    }
    .cup-container{
        width:calc(100% + 15px);
        overflow:auto;
        padding-bottom:20px;
    }
    .cup-wrap {
        width: 720px;
    }
    .prizes {
        padding: 50px 0 121px;
        background-image: url(../img/prizes-mobile-bg.jpg);
        background-size: 100% 100%;
    }
    .header-logo {
        position: initial;
    }
    .header-box{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .banner {
        background-image: url(../img/banner-mobile-bg.png);
        background-size: 100% 590px;
        padding: 150px 0 70px;
    }
    .registration-box .btn {
        display:flex;
        margin: auto;
    }
    .about-photo{
        display:none;
    }
    .about {
        background: linear-gradient(#1B1917, #181819);
    }
    .registration {
        background: linear-gradient(#171717, #171717);
    }
    .footer {
        padding: 60px 0 140px;
        background-image:url(../img/mobile-footer-bg.png);
        background-size:100% 330px;
    }
    .faq {
        background: linear-gradient(#171717, #171818);
    }
}   
