* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    box-sizing: border-box;
    overflow-x: hidden;
    background-size: 135% auto, 80% auto;
    background-color: #121212;
    background-attachment: fixed
}

body::-webkit-scrollbar {
    width: 1vmin
}

body::-webkit-scrollbar-track {
    background: #0f2955
}

body::-webkit-scrollbar-thumb {
    background: #b8002c;
    border-radius: 30px
}

img {
    max-width: 100%
}

section {
    position: relative;
    font-family: roboto, sans-serif;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    min-height: 650px;
    color: #fff
}

.logo-wrapper {
    display: flex;
    align-items: center;
    min-height: 100px;
    margin: 20px 0 70px
}

.logo {
    max-width: 270px;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    margin-right: 30px
}

.aviator-wrapper__logo {
    margin-left: 30px
}

.aviator-wrapper {
    position: relative
}

.aviator-wrapper::before {
    content: '';
    width: 0;
    height: 55%;
    position: absolute;
    border: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 1px
}

.info-block {
    z-index: 2
}

.title {
    font-style: italic;
    font-weight: 900;
    font-size: 56px;
    line-height: 101.69%;
    text-transform: uppercase;
    text-shadow: 0 4px 29px rgba(255, 255, 255, .33)
}

.subtitle {
    font-family: roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    margin-top: 33px;
    max-width: 410px
}

.btn {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 1.7em;
    line-height: 33px;
    display: flex;
    max-width: 323px;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(180deg, #FF003D 0%, #B8002C 100%);
    box-shadow: 0 7px 30px 3px rgba(255, 1, 31, .66);
    border-radius: 47px;
    transition: transform .4s ease;
    margin-top: 40px
}

.btn:hover {
    transform: scale(1.05)
}

.pretitle {
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase
}

.info {
    max-width: 541px
}

.main {
    overflow: hidden
}

.main__bg-elem {
    position: absolute;
    min-height: 100%;
    width: 100%
}

.main__bg-shapes {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    height: 100%
}

.main__bg-shape {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.flex-wrapper {
    display: flex;
    justify-content: center
}

.hero-block {
    position: absolute
}

.hero-block__item.mobile {
    display: none
}

.hero-block__overlay {
    position: relative
}

.hero-block__overlay::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -40%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1
}

.hero-block__overlay::after {
    content: "";
    position: absolute;
    bottom: -50%;
    right: -40%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1
}

.hero-block--dawnbreaker {
    top: 70px;
    right: -115px;
    max-width: 70%
}

.hero-block--leach {
    width: 100vh;
    top: 0;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.form-wrapper {
    margin-left: auto
}

.bg-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.bg-content__item {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain
}

.form-section {
    padding-bottom: 20px
}