.site-footer-module {
    width: 100%;
}

.site-footer-module__divider {
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    margin: 80px 0 32px;
}

.site-footer-module--compact .site-footer-module__divider {
    margin: 12px 0 18px;
}

.site-footer-module--compact .site-footer-module__content {
    gap: 10px;
}

.site-footer-module__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.site-footer-module__line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
}

.site-footer-module__text {
    margin: 0;
    font-size: 13px;
    color: #999999;
    letter-spacing: 0.02em;
}

@media (max-width: 599px) {
    .site-footer-module__line {
        line-height: 1.8;
    }
}
