.footer .footer-complaints {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .25);
    text-align: left;
}
.footer .footer-complaints__text {
    max-width: 520px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
.footer .footer-complaints__button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 280px;
    text-align: center;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: background-color .15s ease;
}
.footer .footer-complaints__button:hover,
.footer .footer-complaints__button:focus-visible {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
}
.footer .footer-complaints__button:focus-visible {
    outline: 2px solid #ffdf68;
    outline-offset: 3px;
}
