@font-face {
    font-family: Hauss;
    font-style: normal;
    font-weight: 400;
    src:
        url('./fonts/als_hauss_regular.woff') format('woff2'),
        url('./fonts/als_hauss_regular.woff2') format('woff2');
}

@font-face {
    font-family: Hauss;
    font-style: normal;
    font-weight: 500;
    src:
        url('./fonts/als_hauss_medium.woff') format('woff2'),
        url('./fonts/als_hauss_medium.woff2') format('woff2');
}

@font-face {
    font-family: Hauss;
    font-style: normal;
    font-weight: 700;
    src:
        url('./fonts/als_hauss_bold.woff') format('woff2'),
        url('./fonts/als_hauss_bold.woff2') format('woff2');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 22px;
    font-family: Hauss, sans-serif;
    font-weight: 400;
    line-height: 140%;
}

body {
    padding: 248px 20px 30px;
    background: #262626;
    color: #fff;
    position: relative;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(5deg);
    width: 1000%;
    height: 1000%;
    background-image: url('images/cross.svg');
    background-position: left top;
    background-size: 338px 338px;
    background-repeat: repeat;
    z-index: -1;
}

a {
    color: #2E7CF6 !important;
    text-decoration: none;
}

h1 {
    font-size: 50px;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #2E7CF6;
}

video {
    height: auto;
    width: 100%;
    margin: 0 auto 57px;
    max-width: 680px;
    border-radius: 20px;
    display: block;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    margin: 0 auto 57px;
    max-width: 680px;
    width: 100%;
}

p,
.price {
    margin: 0 auto 57px;
    max-width: 680px;
    width: 100%;
}

ul {
    width: 100%;
    margin: -57px auto 57px;
    max-width: 680px;
}

ul li {
    list-style: none;
    position: relative;
    padding-left: 29px;
}

ul li::before {
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
}

.tagline {
    max-width: 673px;
    margin: 0 auto 32px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
}

.links {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 172px;
}

#contacts {
    padding-top: 92px;
}

.contact {
    text-align: center;
    width: 100%;
    margin: 0 auto 26px;
}

.key {
    font-size: 18px;
    font-weight: 500;
    line-height: 151%;
}

.value a {
    font-size: 32px;
    font-weight: 500;
    line-height: 151%;
}

.value.phone a {
    color: #6FFF00 !important;
}

footer {
    padding-top: 123px;
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    margin: 0 auto;
    max-width: 680px;
    color: #656565;
}

.footer__label {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 100%;
}

.footer__wrapper div {
    margin-bottom: 22px;
}

.copyright {
    text-align: center;
    margin-top: 130px;
    line-height: 140%;
    color: #fff !important;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 18px;
    }

    body {
        padding: 50px 20px 30px;
    }

    h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 24px;
        margin: 0 auto 45px;
        max-width: 510px;
    }

    p,
    .price {
        margin: 0 auto 45px;
        max-width: 510px;
    }

    ul {
        width: 100%;
        margin: -45px auto 45px;
        max-width: 510px;
    }

    .tagline {
        max-width: 510px;
        margin: 0 auto 30px;
        font-size: 24px;
    }

    .links {
        margin-bottom: 100px;
    }

    #contacts {
        padding-top: 90px;
    }

    .contact {
        margin: 0 auto 14px;
    }

    .value a {
        font-size: 24px;
    }

    footer {
        padding-top: 90px;
        font-size: 18px;
        max-width: 510px;
    }

    .copyright {
        margin-top: 60px;
    }
}
