@media screen and (max-width: 1700px) {
    body {
        background:
        url(../img/smoke-1.png) right -23vmin top -4vmin no-repeat,
        url(../img/smoke.png) bottom -15vmin left -15vmin no-repeat;
        background-size: 135% auto, 100% auto;
        background-color: #121212;
        background-attachment: fixed;
    }
}

@media screen and (max-width: 1500px) {
    body {
        background:
        url(../img/smoke-1.png) right -6vmin top 1vmin no-repeat,
        url(../img/smoke.png) bottom -5vmin left -25vmin no-repeat;
        background-size: 135% auto, 120% auto;
        background-color: #121212;
        background-attachment: fixed;
    }
    .hero-block--dawnbreaker {
        max-width: 100%;
    }
    .hero-block--leach {
        max-width: 50%;
        left: -10vmin;  
    }
}

@media screen and (max-width: 1350px) {
    .hero-block--dawnbreaker {
        max-width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    body {
        background:
        url(../img/smoke-1.png) right -6vmin top 1vmin no-repeat,
        url(../img/smoke.png) bottom 5vmin right 1vmin no-repeat;
        background-size: 135% auto, 135% auto;
        background-color: #121212;
        background-attachment: fixed;
    }
    

    .info-block {
        font-size: 16px;
    }

    .pretitle {
        font-size: 1.5em;
    }

    .title {
        font-size: 2.5em;
    }

    .subtitle {
        font-size: 1.3em;
    }

    .btn {

        font-size: 1.3em;
    }


}

@media screen and (max-width: 1000px) {
    .hero-block {
        position: static;
    }

}

@media screen and (max-width: 876px) {
    body {
        background:
        url(../img/smoke.png) right -35vmin top 20vmin no-repeat,
        url(../img/smoke-mobile.png) bottom 10vmin left -30vmin no-repeat;
        background-size: 200% auto, 1500px 755px;
        background-color: #121212;
        background-attachment: fixed;
    }

    .main__bg-shapes {
        display: none;
    }

    .logo-wrapper {
        text-align: center;
        justify-content: center;
    }

    .hero-block--dawnbreaker {
        top:30px;
    }

    .flex-wrapper {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-block--dawnbreaker {
        max-width:100%;
        width: 100%;
    }

    .hero-block__item.desktop {
        display: none;
    }

    .hero-block__item.mobile {
        display: block;
        position: relative;
        max-width:100%;
        width: 100%;
        margin-bottom: 50px;
      }

    .hero-block--leach {
        display: none;
    }
    section {
        margin-bottom: 30px;
        min-height: 550px;
    }

    .info-block {
        font-size: 19px;
    }

    .subtitle {
        margin-top: 13px;
        margin: 0 auto;
    }

    .form-wrapper {
        margin: auto;
    }

    .btn {
        margin: 20px auto;
        max-width: 350px;
    }
}

@media screen and (max-width: 650px) {
    .info-block {
        font-size: 15px;
    }

    .logo-wrapper {
        margin-top: 5px;
    }
    .aviator-wrapper::before {
        height:40%;
    }
}

@media screen and (max-width: 576px) {
    body {
        background:
        url(../img/smoke.png) right -35vmin top 20vmin no-repeat,
        url(../img/smoke-mobile.png) bottom 4vmin left -50vmin no-repeat;
        background-size: 200% auto, 1500px 755px;
        background-color: #121212;
        background-attachment: fixed;
    }
    .info-block {
        font-size: 11px;
    }

    section {
        min-height: auto;
    }
    .logo {
        max-width: 250px;
    }
    .hero-block__item.mobile {
        margin-bottom: 10px;
    }

    .hero-block--dawnbreaker {
        top: 15px;
        margin-bottom: 10%;
    }


}

@media screen and (max-width: 450px) {
    .subtitle {
        max-width: 80%;
        margin: 10px auto;
    }

    .hero-block--dawnbreaker{
        margin-bottom: 4%;
    }
    .logo {
        max-width: 140px;
    }
    .logo-wrapper {
        margin-bottom: 0;
    }

    .aviator-wrapper__logo {
        max-height: 65px;
    }
}