.modal-thanks {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.modal-thanks__title {
    font-family: 'Golos Text', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    opacity: .8;
}

.modal-thanks__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    border: 2px solid rgba(255, 255, 255, .8);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Golos Text', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    transition: filter .15s ease;
}

.modal-thanks__btn:hover {
    filter: brightness(.95);
}
