@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*, *::before, *::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block;
    max-width: 100%
}

html {
    height: 100%
}

body {
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    text-decoration: none
}

a:hover {
    cursor: pointer
}

ul[class], ol[class] {
    list-style: none
}

picture {
    display: block
}

picture img {
    width: 100%
}

.wrapper {
    font-size: .83333vw;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    text-align: center
}

.wrapper__inner {
    position: relative
}

.wrapper__logo {
    position: relative;
    z-index: 2
}

.wrapper__text {
    position: relative;
    z-index: 3
}

.wrapper__img {
    position: absolute;
    top: 59.5%;
    right: -9.125em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media screen and (max-width: 1025px) {
    .wrapper__img {
        top: 58%;
        right: -16.625em
    }
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper__img {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
        margin-top: 3.875em;
        margin-left: 25em
    }
}

@media screen and (max-width: 568px) {
    .wrapper__img {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
        margin-top: 10em;
        margin-left: 26.25em
    }
}

@media screen and (max-width: 321px) {
    .wrapper__img {
        margin-top: 8.4375em;
        margin-left: 25em
    }
}

.wrapper-inner {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background: url("../img/bg.jpg") no-repeat center/cover;
    overflow: hidden;
    min-height: 52em
}

@media screen and (max-width: 1281px) {
    .wrapper-inner {
        background: url("../img/bg-1280.jpg") no-repeat center/cover
    }
}

@media screen and (max-width: 1025px) {
    .wrapper-inner {
        background: url("../img/bg-1024.jpg") no-repeat center/cover
    }
}

@media screen and (max-width: 1025px) and (min-width: 851px) and (min-aspect-ratio: 20 / 14) {
    .wrapper-inner {
        background: url("../img/bg-1024-600.jpg") no-repeat center/cover
    }
}

@media screen and (max-width: 851px) {
    .wrapper-inner {
        background: url("../img/bg-640.jpg") no-repeat center/cover
    }
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper-inner {
        background: url("../img/bg-tab.jpg") no-repeat center/cover;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 8.75em
    }
}

@media screen and (max-width: 568px) {
    .wrapper-inner {
        background: url("../img/bg-mob.jpg") no-repeat center/cover;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 21.25em;
        min-height: 180em
    }
}

@media screen and (max-width: 321px) {
    .wrapper-inner {
        background: url("../img/bg-mob2.jpg") no-repeat center/cover;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 7.5em;
        min-height: 180em
    }
}

.wrapper-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2.3125em
}

@media screen and (max-width: 1025px) {
    .wrapper-logo {
        padding-bottom: 2.5em
    }
}

.wrapper-logo__img {
    width: 26em
}

.wrapper-img {
    width: 78.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1281px) {
    .wrapper-img {
        font-size: 1em
    }
}

@media screen and (max-width: 1025px) {
    .wrapper-img {
        font-size: 1.05em
    }
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (min-aspect-ratio: 20 / 14) {
    .wrapper-img {
        font-size: 1.05em
    }
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper-img {
        font-size: 1.67em
    }
}

@media screen and (max-width: 568px) {
    .wrapper-img {
        font-size: 2.5em
    }
}

@media screen and (max-width: 321px) {
    .wrapper-img {
        font-size: 2.1em
    }
}

.wrapper-img__main {
    width: 100%;
    position: relative
}

.wrapper-img__aviator {
    position: absolute;
    top: -4.0625em;
    left: 13em;
    width: 19em
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper-img__aviator {
        top: -1.5625em;
        left: 19.25em;
        width: 15em
    }
}

@media screen and (max-width: 568px) {
    .wrapper-img__aviator {
        top: -1.5625em;
        left: 18.625em;
        width: 15.5em
    }
}

@media screen and (max-width: 321px) {
    .wrapper-img__aviator {
        top: -1.25em;
        left: 19.375em;
        width: 14.6875em
    }
}

.wrapper-img__text {
    position: relative;
    position: absolute;
    font-size: 5.125em;
    color: #14a0ff;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 .42683em rgba(25, 24, 23, 0.35);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 3.96341em;
    right: 3.36585em;
    font-style: italic
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper-img__text {
        font-size: 4.25em;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        top: 2.72059em;
        right: 7.14706em
    }
}

@media screen and (max-width: 568px) {
    .wrapper-img__text {
        font-size: 4em;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        top: 3.04688em;
        right: 7.59375em
    }
}

@media screen and (max-width: 321px) {
    .wrapper-img__text {
        top: 2.96875em;
        right: 7.8125em
    }
}

.wrapper-text {
    padding-left: 3.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1281px) {
    .wrapper-text {
        font-size: 1em;
        padding-left: 2.375em
    }
}

@media screen and (max-width: 1025px) {
    .wrapper-text {
        font-size: 1.05em
    }
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (min-aspect-ratio: 20 / 14) {
    .wrapper-text {
        font-size: 1em
    }
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper-text {
        padding-left: 0;
        font-size: 1.25em
    }
}

@media screen and (max-width: 568px) {
    .wrapper-text {
        padding-left: 0;
        font-size: 2.0em
    }
}

@media screen and (max-width: 321px) {
    .wrapper-text {
        font-size: 1.64em
    }
}

.wrapper-text__title {
    position: relative;
    z-index: 2
}

.wrapper-text__btns {
    margin-top: 3.75em
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper-text__btns {
        margin-top: 3.125em
    }
}

@media screen and (max-width: 321px) {
    .wrapper-text__btns {
        margin-top: 4.375em
    }
}

.wrapper-text-title {
    font-size: 3.3em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    font-style: italic;
    text-shadow: 0 .14516em .25806em #040445;
    letter-spacing: -0.02em
}

.wrapper-text-title__mark {
    color: #14a0ff;
    font-size: 1.22581em;
    text-shadow: 0 0 .29032em rgba(20, 160, 255, 0.21);
    line-height: 1;
    padding-bottom: .16129em;
    display: block
}

.wrapper-text-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.wrapper-text-btns__item {
    position: relative
}

.wrapper-text-btns-item {
    font-size: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .125em solid #5ee400;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    height: 4.875em;
    width: 21.75em;
    border-radius: 3.75em;
    cursor: pointer;
    z-index: 3;
    padding: .5em .75em;
    -webkit-transition: padding 0.1s;
    transition: padding 0.1s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.8625em #92e20a;
    box-shadow: 0 0 0.8625em #92e20a
}

@media screen and (max-width: 1025px) {
    .wrapper-text-btns-item {
        padding: .5625em .75em
    }
}

@media screen and (max-width: 1025px) and (min-width: 568px) and (orientation: portrait) {
    .wrapper-text-btns-item {
        font-size: 1.24em
    }
}

@media screen and (max-width: 568px) {
    .wrapper-text-btns-item {
        font-size: 1.24em
    }
}

@media screen and (max-width: 321px) {
    .wrapper-text-btns-item {
        font-size: 1.5em
    }
}

.wrapper-text-btns-item::after {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    content: "";
    will-change: transform;
    background-image: linear-gradient(-50deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 65%);
    -webkit-animation: 5s 2s infinite blik;
    animation: 5s 2s infinite blik;
    opacity: 0
}

.wrapper-text-btns-item:hover {
    padding: .3125em .4375em
}

.wrapper-text-btns-item__caption {
    font-family: inherit;
    position: relative;
    z-index: 2;
    line-height: 1;
    font-size: 1.9375em;
    color: #000;
    background-color: #5ee400;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    border-radius: 1.58065em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: inset 0 .06452em 0 #9bff7c, 0 0 0.5625em #92e20a;
    box-shadow: inset 0 .06452em 0 #9bff7c, 0 0 0.5625em #92e20a;
    font-weight: 700;
    letter-spacing: 0.01em
}

@media screen and (max-width: 1025px) {
    .wrapper-text-btns-item__caption {
        font-size: 1.975em;
        padding-top: .06667em
    }
}

@-webkit-keyframes blik {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    31% {
        opacity: 0
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes blik {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    31% {
        opacity: 0
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
