.services-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

.services-content > main {
    flex: 1 0 auto;
}

.system-footer {
    flex: 0 0 auto;
    padding: 20px 32px;
    border-top: 1px solid #e3e7eb;
    background: #fff;
    color: #5f6973;
    font-size: 0.86rem;
}

.system-footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 32px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.system-footer__company {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    line-height: 1.35;
}

.system-footer__company span {
    color: #8a939c;
    font-size: 0.76rem;
}

.system-footer__company strong {
    color: #26313c;
    font-size: 0.94rem;
    font-weight: 600;
}

.system-footer__details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.system-footer__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5f6973;
    line-height: 1.35;
    text-decoration: none;
}

.system-footer__item i {
    width: 16px;
    color: #7d8791;
    text-align: center;
}

a.system-footer__item:hover,
a.system-footer__item:focus-visible {
    color: #0056b3;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .system-footer__content,
    .system-footer__details {
        justify-content: center;
    }

    .system-footer__content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .system-footer {
        padding: 18px 20px;
    }

    .system-footer__details {
        flex-direction: column;
        align-items: center;
        gap: 9px;
    }
}
