.site-footer {
    position: relative;
    background: #0C2F62;
    overflow: hidden;
    padding-left: 108px;
    padding-right: 108px;
}

.footer-box {
    max-width: 1296px;
    margin: 0 auto;
}

.footer-bg-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 252px;
    height: 306px;
    pointer-events: none;
    z-index: 0;
}

.footer-frame {
    position: relative;
    z-index: 1;
    border-left: 1px solid #E4E4E40A;
    border-right: 1px solid #E4E4E40A;
}

.footer-social-top {
    display: none;
    padding-top: 24px;
    padding-bottom: 21px;
    position: relative;
    z-index: 1;
}

@media (max-width: 389.98px) {
    .footer-social-top {
        padding-top: 24px;
    }
}

@media (min-width: 390px) and (max-width: 429.98px) {
    .footer-social-top {
        padding-top: 26px;
    }
}

@media (min-width: 430px) and (max-width: 479.98px) {
    .footer-social-top {
        padding-top: 28px;
    }
}

@media (min-width: 480px) and (max-width: 639.98px) {
    .footer-social-top {
        padding-top: 30px;
    }
}

@media (min-width: 640px) and (max-width: 767.98px) {
    .footer-social-top {
        padding-top: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-social-top {
        padding-top: 36px;
    }
}

@media (min-width: 1025px) and (max-width: 1365.98px) {
    .footer-social-top {
        padding-top: 40px;
    }
}

@media (min-width: 1366px) and (max-width: 1512px) {
    .footer-social-top {
        padding-top: 48px;
    }
}

@media (min-width: 1513px) and (max-width: 1599.98px) {
    .footer-social-top {
        padding-top: 54px;
    }
}

@media (min-width: 1600px) {
    .footer-social-top {
        padding-top: 58px;
    }
}

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 120px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    border-top: 0;
    position: relative;
}

.footer-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 1px;
    transform: translateX(-50%);
    background: #E4E4E40A;
    pointer-events: none;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-heading {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #EDEDED;
    padding: 20px 20px 0;
}

.footer-link {
    font-family: 'Zalando Sans Expanded', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(181, 181, 182, 0.7);
    text-decoration: none;
    width: fit-content;
    padding: 20px 20px 0;
}

.footer-link:hover {
    color: #EDEDED;
    text-decoration: underline;
}

.footer-side {
    display: flex;
    flex-direction: column;
}

.footer-social {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.footer-social-link {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-social--mobile {
    display: none;
    justify-content: space-between;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-div,
.footer-contact {
    padding: 20px 40px;
}

.footer-contact-block {
    padding: 0;
}

.footer-contact-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #EDEDED;
}

.footer-contact-text {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #B5B5B6;
    display: flex;
    flex-direction: column;
}

.footer-contact-text span {
    font-weight: 600;
}

.footer-subscribe-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #FFFFFF80;
    padding: 21px 40px;
}

.footer-subscribe-title::placeholder {
    color: #ffffff;
    opacity: 1;
}

.footer-subscribe-title.is-error {
    background: #0C2F62 !important;
    border-color: #E4E4E4 !important;
    color: #ffffff !important;
}

.footer-subscribe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #EDEDED;
    color: #003B90;
    font-family: 'Zalando Sans Expanded', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    padding: 18px 0px;
    max-width: 100%;
    transition: all 0.3s ease;
}

.footer-subscribe-btn:hover,
.footer-subscribe-btn:active,
.footer-subscribe-btn.is-active {
    background: #0C2F62 !important;
    color: #ffffff !important;
}

.footer-subscribe-btn:hover svg path,
.footer-subscribe-btn:active svg path,
.footer-subscribe-btn.is-active svg path {
    stroke: #ffffff !important;
}

.footer-subscribe-arrow {
    font-family: 'Zalando Sans Expanded', sans-serif;
    font-weight: 500;
}

.footer-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 12px;
    padding-top: 34px;
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
    width: 100%;
    max-width: min(1200px, 100%);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    min-width: 0;
}

.footer-legal-link {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #EDEDED;
    text-decoration: none;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.footer-legal-link:hover {
    text-decoration: underline;
}

.footer-legal-sep {
    color: rgba(255, 255, 255, 0.45);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    align-self: center;
}

.footer-legal-sep svg {
    display: block;
    flex-shrink: 0;
}
