@charset "utf-8";

/* =========================================
   HTML Include Loader Layer
========================================= */
[data-include],
#header:empty,
#footer:empty,
#quick:empty {
    display: contents;
}

[data-include][data-include-state="error"] {
    display: none;
}

.header:not(.scrolled):not(.menu-open) .site-logo-image--white {
    filter: brightness(0) invert(1);
}

.header-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 44px;
    padding: 0 18px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.header.scrolled .header-call,
.header.menu-open .header-call {
    color: #07111f;
    border-color: rgba(7, 17, 31, 0.14);
    background: rgba(7, 17, 31, 0.05);
}

.footer-company {
    background: #070b12;
}

.footer-company__inner {
    display: grid;
    gap: 24px;
}

.footer-company__brand strong {
    display: block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
}

.footer-company__brand p,
.footer-company__info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.footer-company__contact {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-company__contact span {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 700;
}

.footer-company__contact a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}

.footer-company__info {
    display: grid;
    gap: 6px;
}

.footer-company__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-company__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
}

.footer-company__policy {
    display: flex;
    gap: 16px;
}

.footer-company__policy a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

@media (max-width: 768px) {
    .footer-company__bottom,
    .footer-company__contact,
    .footer-company__policy {
        flex-direction: column;
    }
}
