body,
html {
    margin: 0px;
    padding: 0px;
    /*background: url("../img/backwrapper.webp");*/
    background: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Heading", sans-serif;
}

@font-face {
    font-family: "Social";
    src: url("../fonts/Social.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Heading";
    src: url("../fonts/HeadingPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Heading";
    src: url("../fonts/HeadingPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Heading";
    src: url("../fonts/HeadingPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

.container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

header {
    position: relative;
    z-index: 2;
}

header .outer__header {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .outer__header>.right__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .outer__header>.right__part ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    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;
}

header .outer__header>.right__part ul>li {
    margin-right: 15px;
}

header .outer__header>.right__part ul>li:last-child {
    margin-right: 0px;
}

header .outer__header>.right__part ul>li>a {
    font-family: "Social", sans-serif;
    font-size: 33px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    color: #0051FE;
}

header .outer__header>.right__part ul>li>a:hover {
    opacity: .7;
}

header .outer__header>.right__part>a {
    min-width: 180px;
    min-height: 44px;
    border: 2px solid #0051FE;
    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;
    margin-right: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #0051FE;
    text-decoration: none;
    padding-top: 5px;
    text-transform: uppercase;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

header .outer__header>.right__part>a:hover {
    background-color: #0051FE;
    color: #000;
}

header .outer__header>.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

header .outer__header>.logo>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

header .outer__header>.logo>a img {
    max-width: 280px;
}

.hero__media {
    position: relative;
    z-index: 2;
}

.hero__media .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__media .container>img {
    max-width: 740px;
    width: 100%;
}

.desc__wrapper {
    margin-top: 35px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.desc__wrapper .container {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.desc__wrapper .main__desc {
    padding-left: 15px;
    padding-right: 15px;
    margin: 50px 0px;
}

.desc__wrapper .main__desc .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.desc__wrapper .main__desc .buttons>a {
    min-width: 180px;
    min-height: 44px;
    border: 2px solid #0051FE;
    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;
    font-size: 20px;
    font-weight: bold;
    color: #0051FE;
    text-decoration: none;
    padding-top: 5px;
    text-transform: uppercase;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.desc__wrapper .main__desc .buttons>a:hover {
    background-color: #0051FE;
    color: #000;
}

.desc__wrapper .main__desc>p {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 40px;
    color: #0051FE;
    font-weight: 400;
}

.desc__wrapper .spacer {
    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;
}

.desc__wrapper .spacer>img {
    max-width: 100%;
}

footer {
    padding-bottom: 25px;
}

footer p {
    text-align: center;
    margin: 0px;
    font-size: 26px;
    line-height: 32px;
    color: #0051FE;
    font-weight: 400;
}

@media (max-width: 991px) {
    .hero__media .container>img {
        max-width: 640px;
    }

    .desc__wrapper .main__desc>p {
        font-size: 26px;
        line-height: 32px;
    }

    .desc__wrapper .main__desc {
        margin: 35px 0px;
    }

    footer p {
        font-size: 22px;
        line-height: 28px;
    }

    header .outer__header>.logo>a img {
        max-width: 220px;
    }

    header .outer__header>.right__part>a {
        min-width: 140px;
    }

    .desc__wrapper .main__desc .buttons>a {
        min-width: 140px;
    }
}

@media (max-width: 767px) {
    .desc__wrapper .main__desc>p {
        font-size: 22px;
        line-height: 28px;
    }

    footer p {
        font-size: 19px;
        line-height: 24px;
    }

    header .outer__header>.logo>a img {
        max-width: 140px;
    }

    header .outer__header>.right__part>a {
        min-width: 100px;
        font-size: 16px;
        min-height: 38px;
        margin-right: 10px;
    }

    header .outer__header>.right__part ul>li {
        margin-right: 10px;
    }

    header .outer__header>.right__part ul>li>a {
        font-size: 25px;
    }

    header .outer__header {
        padding: 12px 0px;
    }

    .desc__wrapper {
        margin-bottom: 35px;
    }

    .desc__wrapper .main__desc .buttons>a {
        font-size: 16px;
        min-height: 38px;
    }
}

@media (max-width: 540px) {
    .desc__wrapper .main__desc .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .desc__wrapper .main__desc .buttons>a {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .desc__wrapper .main__desc .buttons>a:last-child {
        margin-bottom: 0px;
    }
}

.flake img {
    max-width: 50px;
}

@media (max-width: 480px) {
    footer p {
        background: black;
        font-size: 16px;
        line-height: 21px;
    }

    .desc__wrapper .main__desc>p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 440px) {
    header .outer__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header .outer__header>.logo {
        margin-bottom: 10px;
    }
}