.responsive {
    width: 100%;
}

html {
    font-size: 16px;
}

.container {
    max-width: 1266px !important;
}

body {
    font-family: "Oswald", sans-serif;
    background-color: #0C1118;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header__contact-us {
    font-family: "Open Sans", sans-serif;
    padding: 13px 25px;
    background-color: #0832BC;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
}

.header__contact-us:hover {
    background-color: #001D7E;
}

.header a {
    text-decoration: none;
    color: #FFFFFF;
}

.banner {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1302px;
    position: relative;
}

.banner__text {
    font-size: 80px;
    letter-spacing: 4px;
    max-width: 590px;
    color: #FFFFFF;
    position: absolute;
    top: 23%;
    left: 16%;
}

.skyhunter-heading {
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 65px;
}

.comp__description {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #C9CED5;
    max-width: 830px;
    margin-top: 65px;
    margin-bottom: 110px;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
}

.comp,
.meter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0E151D;
    border: solid 1px #1F2A39;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
}

.variants-heading {
    font-size: 60px;
    margin-top: 100px;
    margin-bottom: 65px;
    color: #FFFFFF;
}

.meter div img {
    border-radius: 23px;
}

.meter__description {
    font-size: 22px;
    color: #C9CED5;
    max-width: 830px;
    margin-top: 65px;
    margin-bottom: 110px;
    line-height: 30px;
    font-weight: 300;
    width: 100%;
}

ul li {
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;

}

.benefits-heading {
    font-size: 60px;
    margin-top: 90px;
    margin-bottom: 70px;
    color: #FFFFFF;
}

.benefits {
    background-color: #0E141D;
    border-radius: 20px;
    border: 1px solid #1F2A39;
}

.benefit {
    padding-top: 51px;
    padding-left: 45px;
    padding-bottom: 45px;
    padding-right: 45px;
}

.benefit-title {
    font-family: "Open Sans", sans-serif;
    color: #E6E9EE;
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: bold;
}

.benefit-subtitle {
    font-family: "Open Sans", sans-serif;
    color: #C9CED5;
    font-size: 18px;
    font-weight: 300;
}

.border-bottom-right {
    border-bottom: 1px solid #1F2A39;
    border-right: 1px solid #1F2A39;
}

.border-right {
    border-right: 1px solid #1F2A39;
}

.border-bottom {
    border-bottom: 1px solid #1F2A39 !important;
}

.footer {
    height: 405px;
}

.footer .row {
    height: 100%;
}

.border-top {
    border-top: 1px solid #1F2A39 !important;
}

.footer-border {
    border-right: 1px solid #1F2A39;
    border-left: 1px solid #1F2A39;
}

.footer__logo {
    margin-top: 75px;
    margin-bottom: 20px;
}

.footer__defense {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #C9CED5;
    font-weight: 300;
}

.footer__contacts {
    font-family: "Open Sans", sans-serif;
}

.footer__contacts a {
    color: #C9CED5;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

.footer__contacts__title {
    font-size: 22px;
    color: #E6E9EE;
    margin-bottom: 20px;
    margin-top: 75px;
    font-weight: bold;
}

.footer-button {
    width: max-content;
    margin-top: 20px;
}

.smi {
    margin-top: 90px;
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #1B1F2B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.smi-heading {
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.smi__logos {
    display: flex;
    justify-content: center;
    gap: 35px;
    max-width: 1266px;
    width: 100%;
    flex-wrap: wrap;
}


.smi__logos img {
    display: block;
    /* Убираем возможные пробелы под изображениями */
}

@media (max-width: 1020px) {
    .banner {
        height: 770px;
        display: flex;
        align-items: center;
    }

    .banner__text {
        font-size: 45px;
        position: initial;
        text-align: center;
    }

    .comp,
    .meter {
        margin-left: 10px;
        margin-right: 10px;
    }

    .benefits-heading,
    .variants-heading,
    .skyhunter-heading,
    .smi-heading {
        font-size: 39px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer {
        height: auto;
        margin-bottom: 75px;
        text-align: center;

    }

    .footer__contact-us {
        display: flex;
        justify-content: center;
    }
}