.footer__providers-grid {
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.footer__providers-grid .footer__provider {
    align-items: center;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(217, 200, 155, .24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
    display: flex;
    justify-content: center;
    margin: 0 !important;
    min-height: 62px;
    padding: 11px 14px !important;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
    width: 148px;
}

.footer__providers-grid .footer__provider:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(217, 200, 155, .55);
    transform: translateY(-2px);
}

.footer__providers-grid .footer__provider img {
    display: block;
    max-height: 38px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.footer-information {
    color: #d9c89b;
    line-height: 1.65;
    max-width: 1280px;
}

.footer-information .site-information {
    margin: 0 auto;
    max-width: 1180px;
}

.footer-information .site-information p {
    margin: .75rem 0;
}

@media (max-width: 1024px) {
    .footer__providers-grid .footer__provider {
        min-height: 58px;
        width: 136px;
    }
}

@media (max-width: 768px) {
    .footer__partners-bottom {
        width: 100%;
    }

    .footer__providers-grid {
        gap: 8px;
    }

    .footer__providers-grid .footer__provider {
        max-width: none !important;
        min-height: 56px;
        padding: 9px 10px !important;
        width: calc(50% - 4px);
    }

    .footer__providers-grid .footer__provider img {
        max-height: 34px;
    }

    .footer-information {
        font-size: .7rem;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .footer__providers-grid .footer__provider {
        width: 100%;
    }

    .footer-information {
        text-align: center;
    }
}
