* {
    font-family: Mulish;
}

.row {
    --bs-gutter-x: 8px !important;
}

body {
    background-color: #181818;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #acacac;
    margin-bottom: 32px;
}

a {
    text-decoration: none;
}

.headline-1 {
    font-size: 51px;
    font-weight: 400;
    line-height: 51px;
    text-align: center;
}

.header-block {
    margin-bottom: 64px;
}

p {
    color: #d9d9d9;
}

.logo {
    margin-top: 48px !important;
    text-align: center;
}

.logo-h1 {
    max-width: 888px;
    max-height: 129px;
    margin: 0 auto;
}

.logo-h1 > img {
    height: 100%;
    width: 100%;
}

.main-block {
    margin-bottom: 32px;
}

.main-banner__content {
    background: rgb(24, 24, 24);
    background: linear-gradient(rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 50%, rgba(62, 62, 62, 1) 100%);
    border-radius: 88px;
    padding: 64px 112px 48px 112px;
    margin-bottom: 80px;
}

.main-block__item > img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    max-height: 458px;
}

.col-sm {
    border-radius: 18px;
}

.links-block {
    display: flex;
    justify-content: center;
}

.link-store > img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

footer {
    color: white;
    margin-bottom: 24px;
}

.footer-links {
}

.footer-links__content {
    padding-bottom: 24px;
    border-bottom: 1px solid #363636;
}
.footer-links__content-2 {
    justify-content: end;
}
.footer__bewave {
    align-items: center;
    gap: 8px;
    display: flex;
    justify-content: end;
}

.footer__bewave-text {
    padding-top: 2px;
    font-size: 16px;
}

.bewave-link {
    align-content: end;
    text-align: end;
}

.bewave-link > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #565656;
    transition: color 0.3s ease-in-out;
}
.bewave-link > a:hover {
    transition: color 0.3s ease-in-out;
    color: #ffffff;
}
.item-link {
    text-align: start;
    margin-bottom: 16px;
}

.item-link > a {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #d9d9d9;
    transition: color 0.3s ease-in-out;
}
.item-link > a:hover {
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}

.footer-law-row {
    margin-top: 16px;
    text-align: start;
}

@media (max-width: 992px) {
    .headline-1 {
        font-size: 24px;
    }
    .main-banner__content {
        padding: 64px 16px 17px 16px;
    }
}
@media (max-width: 768px) {
    .links-block>div:first-child{
        margin-bottom: 16px;
    }
    .container {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
    .row-cols-2 > * {
        width: 100%;
    }
    .logo {
        margin-top: 32px !important;
    }
    .header-block {
        margin-bottom: 32px;
    }

    .headline-1 {
        font-family: Mulish;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
    }
    .main-banner__content {
        padding: 64px 16px 17px 16px;
        border-radius: 24px;
    }


    .main-block__item{
        text-align: center;
    }
    .main-block__item > img {
        border-radius: 24px;
        width: auto;
        max-height: 358px;

    }
    .item-link > a {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .links-block {
        display: flex;
        justify-content: center;
    }

    .link-store > img {
        border-radius: 12px;
        width: 100%;
        height: 100%;
        max-height: 55px;
        max-width: 164px;
    }

    footer {
        margin-bottom: 32px;
        margin: 0 16px 32px 16px;
    }
    .footer-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer-links__content {
        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
        padding-bottom: 24px;
        border-bottom: 1px solid #363636;
        gap: 40px;
    }
    .footer-links__content-2 {
        justify-content: start;
    }
    .footer__bewave {
        align-items: center;
        gap: 8px;
        display: flex;
        justify-content: start;
    }
    .bewave-link > a {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .footer__bewave-text {
        padding-top: 2px;
    }

    .bewave-link {
        align-content: end;
    }
}
