.site-footer {
    position: relative;
    overflow: hidden;
    background: #ff9811;
}

.site-footer__bg {
    position: absolute;
    left: 0; /* -251px */
    top: 0; /* -296px */
    width: 100%; /* 1767px */
    max-width: none;
    height: 100%; /* 1027px */
    object-fit: cover;
    /* opacity: 0.24; */
    mix-blend-mode: multiply;
    pointer-events: none;
}

.site-footer__container {
    position: relative;
    z-index: 1;
    padding-top: 3.681rem; /* 53px */
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 2.8fr) minmax(0, 1.6fr) minmax(0, 1.9fr) minmax(0, 2.6fr);
    gap: 3rem;
    padding-bottom: 3.472rem; /* 50px */
}

.site-footer__logo {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 800;
    font-size: 3.333rem; /* 48px */
    line-height: 1;
    color: #fff;
    margin-bottom: 1.528rem; /* 22px */
}

.site-footer__company {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    font-size: 2.222rem; /* 32px */
    line-height: 1.2;
    color: #fff;
    margin-bottom: 2.778rem; /* 40px */
}

.site-footer__contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.667rem; /* 24px */
}

.site-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.833rem; /* 12px */
}

.site-footer__contact-list img {
    flex-shrink: 0;
    width: 1.875rem; /* ~27px */
    height: 1.875rem;
    margin-top: 0.14rem;
}

.site-footer__contact-list p {
    color: #f7eaea;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: 1.111rem; /* 16px */
    line-height: 1.806rem; /* ~26px */
}

.site-footer__contact-list strong {
    font-weight: 700;
}

.site-footer__col-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem; /* 18px */
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    font-size: 2.222rem; /* 32px */
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1.806rem; /* ~26px */
}

.site-footer__col-title img {
    width: 6.875rem; /* 99px */
    height: 0.208rem; /* 3px */
}

.site-footer__list {
    list-style: disc;
    padding-left: 1.25rem;
    color: #fff;
}

.site-footer__list li {
    font-family: "Libre Franklin", sans-serif;
    font-size: 1.181rem; /* 17px */
    line-height: 2.778rem; /* 40px */
}

.site-footer__list a {
    color: #fff;
    text-decoration: none;
}

.site-footer__list a:hover {
    opacity: 0.8;
}

.site-footer__newsletter {
    display: flex;
    gap: 0.556rem; /* 8px */
    margin-bottom: 1.944rem; /* 28px */
}

.site-footer__newsletter-input {
    width: 18.056rem; /* 260px */
    min-width: 0;
    flex: 1 1 18.056rem;
    height: 3.056rem; /* 44px */
    border: none;
    border-radius: 0.278rem; /* 4px */
    background: #f5f5f5;
    padding: 0 1.389rem; /* 20px */
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-size: 0.972rem; /* 14px */
    color: rgba(10, 31, 68, 0.4);
}

.site-footer__newsletter-input::placeholder {
    font-style: italic;
    color: rgba(10, 31, 68, 0.4);
}

.site-footer__newsletter-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.556rem; /* 8px */
    width: 6.944rem; /* 100px */
    height: 3.056rem; /* 44px */
    border: none;
    border-radius: 0.278rem; /* 4px */
    background: #007eff;
    box-shadow: 0.139rem 0.278rem 0.556rem rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 0.972rem; /* 14px */
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}

.site-footer__newsletter-btn:hover {
    background: #00468e;
}

.site-footer__newsletter-btn img {
    width: 1.667rem; /* 24px */
    height: 1.667rem;
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 1.111rem; /* 16px */
}

.site-footer__social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.778rem; /* 40px */
    height: 2.778rem;
    border-radius: 0.278rem; /* 4px */
}

.site-footer__social-item img {
    width: 1.667rem;
    height: 1.667rem;
    object-fit: contain;
}

.site-footer__social-item.is-facebook {
    background: #074d93;
}

.site-footer__social-item.is-youtube {
    background: #f42929;
}

.site-footer__social-item.is-linkedin {
    background: #416eaf;
}

.site-footer__social-item.is-twitter {
    background: #000;
}

.site-footer__bottom {
    text-align: center;
    padding: 1.667rem 0; /* 24px */
    border-top: 1px solid rgba(255, 255, 255, 0.61);
}

.site-footer__bottom span {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1.111rem; /* 16px */
}

@media (max-width: 1200px) {
    .site-footer__grid {
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1024px) {
    .site-footer__container {
        padding-top: 3rem;
    }

    .site-footer__logo {
        font-size: 2.5rem;
    }

    .site-footer__company,
    .site-footer__col-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .site-footer__brand {
        grid-column: auto;
    }

    .site-footer__newsletter {
        flex-wrap: wrap;
    }

    .site-footer__newsletter-input {
        width: 100%;
    }
}
