/* ========== Site footer ========== */
.site-footer {
    position: relative;
    z-index: 1;
    isolation: isolate;
    width: 100%;
    min-width: 320px;
    padding: 20px 0 40px;
    background: #fff;
    color: #262626;
}

.site-footer__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .site-footer__inner {
        padding: 0 34px;
    }
}

@media (min-width: 1280px) {
    .site-footer__inner {
        padding: 0 50px;
    }
}

.site-footer__top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #d5d8dc;
}

@media (max-width: 1023px) {
    .site-footer__top {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .site-footer__top {
        padding-top: 12px;
    }
}

.site-footer__nav,
.site-footer__contacts {
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .site-footer__nav,
    .site-footer__contacts {
        flex-wrap: wrap;
        width: 450px;
    }

    .site-footer__contacts {
        flex-direction: row-reverse;
    }

    .site-footer__nav .site-footer__link:nth-child(-n + 3) {
        margin-bottom: 16px;
    }

    .site-footer__nav .site-footer__link:nth-child(3) {
        margin-right: 25%;
    }

    .site-footer__contacts .site-footer__link:first-child {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .site-footer__nav,
    .site-footer__contacts {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}

.site-footer__link {
    display: inline-flex;
    align-items: flex-end;
    margin-right: 20px;
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.site-footer__link--icon > span:not(.site-footer__icon) {
    text-decoration: underline dotted;
    text-decoration-color: rgba(133, 133, 133, 0.7);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

/* text-only nav links */
.site-footer__nav .site-footer__link {
    text-decoration: underline dotted;
    text-decoration-color: rgba(133, 133, 133, 0.7);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.site-footer__link:hover {
    color: #707070;
}

@media (max-width: 1279px) {
    .site-footer__link:not(:last-child) {
        margin-right: 24px;
    }
}

@media (max-width: 1023px) {
    .site-footer__nav .site-footer__link:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .site-footer__nav .site-footer__link {
        margin-right: 0;
        padding: 0 8px 16px;
    }

    .site-footer__contacts .site-footer__link {
        display: flex;
        flex: 1 1 33.33333%;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-footer__contacts .site-footer__link {
        margin-top: 22px;
    }
}

.site-footer__link--icon {
    align-items: center;
    gap: 6px;
}

.site-footer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #a7a8a9;
    flex-shrink: 0;
}

.site-footer__social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 24px;
    width: auto;
}

@media (max-width: 1279px) {
    .site-footer__social {
        justify-content: flex-end;
        width: 100%;
        margin-top: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-footer__social {
        justify-content: center;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .site-footer__social {
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }
}

.site-footer__social-link {
    display: inline-flex;
    color: #858585;
    line-height: 0;
}

.site-footer__social-link:not(:last-child) {
    margin-right: 4px;
}

@media (max-width: 1023px) {
    .site-footer__social-link:not(:last-child) {
        margin-right: 16px;
    }
}

.site-footer__social-link:hover {
    color: #707070;
}

.site-footer__social-link svg {
    width: 24px;
    height: 24px;
    display: block;
}

.site-footer__bottom {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding: 23px 0 20px;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-footer__bottom {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .site-footer__bottom {
        flex-direction: column;
        align-items: center;
        padding-bottom: 12px;
    }
}

.site-footer__brand {
    min-width: 167px;
    flex: 1 1 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-footer__brand {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .site-footer__brand {
        order: 2;
        text-align: center;
    }
}

.site-footer__logo {
    display: block;
    width: 133px;
    height: 32px;
    max-width: none;
}

@media (max-width: 1023px) {
    .site-footer__logo {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .site-footer__logo {
        margin-left: auto;
        margin-right: auto;
    }
}

.site-footer__info {
    flex: 1 1 auto;
    padding: 0 32px;
}

@media (max-width: 1023px) {
    .site-footer__info {
        width: 60%;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .site-footer__info {
        order: 3;
        width: 100%;
        padding: 20px 0 0;
        text-align: center;
    }
}

.site-footer__legal,
.site-footer__terms {
    margin: 0;
    color: #738295;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
}

.site-footer__terms {
    margin-top: 26px;
    line-height: 20px;
    letter-spacing: normal;
}

.site-footer__text-link {
    color: #0b6efd;
    font-weight: 500;
    text-decoration: none;
}

.site-footer__text-link:hover {
    color: #0958d9;
    text-decoration: underline;
}

.site-footer__nowrap {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .site-footer__nowrap {
        white-space: normal;
    }
}

.site-footer__qr-wrap {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .site-footer__qr-wrap {
        display: none;
    }
}

.site-footer__qr {
    box-sizing: content-box;
    width: 80px;
    height: 110px;
    margin-right: 16px;
    padding: 3px;
    border: 1px solid #d5d8dc;
    border-radius: 5px;
    text-align: center;
    line-height: 0;
    flex-shrink: 0;
}

.site-footer__qr img {
    width: 80px !important;
    height: 80px !important;
    max-width: none !important;
    object-fit: contain;
    display: block;
}

.site-footer__qr-title {
    margin-top: 3px;
    color: #738295;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.site-footer__apps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 0 0 auto;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .site-footer__apps {
        order: 1;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 280px;
        margin-bottom: 8px;
    }
}

.site-footer__app {
    display: flex;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.site-footer__app:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .site-footer__app {
        margin-left: 4px;
        margin-right: 4px;
    }

    .site-footer__app:last-child {
        margin-bottom: 8px;
    }
}

.site-footer__app img {
    width: 114px !important;
    height: 34px !important;
    max-width: none !important;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}
