.footer-brand-widget {
    max-width: 340px;
}

.rbt-quick-inf-area .rbt-inf-box-desc {
    color: #fff !important;
    opacity: 1;
}

.footer-brand-logo {
    margin-bottom: 20px;
}

.footer-brand-logo img {
    display: block;
    height: auto;
}

.footer-brand-description {
    margin-bottom: 20px;
    color: var(--color-body);
    font-size: var(--font-size-b2);
    line-height: 1.65;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: -2px 0 20px;
}

.footer-contact-item {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    gap: 10px;
    color: var(--color-heading);
}

.footer-contact-item__icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--color-primary);
    background: var(--color-brand-200, #e9f1fc);
    font-size: 14px;
    transition: var(--transition-short);
}

.footer-contact-item__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    line-height: 1.25;
}

.footer-contact-item__content strong {
    overflow-wrap: anywhere;
    color: inherit;
    font-size: 16px;
    font-weight: var(--f-semi-bold);
}

.footer-contact-item:hover {
    color: var(--color-primary);
}

.footer-contact-item:hover .footer-contact-item__icon {
    color: var(--color-white);
    background: var(--color-primary);
}

.footer-brand-widget .social-icon {
    margin-bottom: 0;
}

.footer-bottom-row {
    padding-bottom: 24px;
}

.footer-bottom-copyright p {
    margin: 0;
    text-align: left;
}

.footer-bottom-links .copyright-link {
    justify-content: center;
    margin: 0;
}

.footer-bottom-payment {
    display: flex;
    justify-content: flex-end;
}

.footer-bottom-payment img {
    display: block;
    width: 155px;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .footer-benefits {
        padding: 12px 0 !important;
    }

    .footer-benefits .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .footer-benefits .row {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-benefits .col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-benefits .footer-benefits__grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 !important;
        overflow: hidden;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 12px;
    }

    .footer-benefits .footer-benefits__item {
        min-width: 0;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .footer-benefits .footer-benefits__item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
    }

    .footer-benefits .footer-benefits__item:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box {
        display: flex;
        height: 100%;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 14px 12px;
        text-align: left;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box-icon {
        display: flex;
        flex: 0 0 26px;
        align-items: center;
        justify-content: center;
        width: 26px;
        margin-top: 2px;
        color: #fff !important;
        font-size: 20px !important;
        line-height: 1;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box-content {
        min-width: 0;
        align-items: flex-start !important;
        gap: 3px;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box-title {
        margin: 0;
        color: #fff;
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box-desc {
        margin: 0;
        overflow-wrap: anywhere;
        font-size: 11px !important;
        line-height: 1.35 !important;
        text-align: left !important;
    }

    .footer-brand-widget {
        max-width: 100%;
    }

    .footer-brand-logo {
        margin-bottom: 16px;
    }

    .footer-bottom-row {
        padding-bottom: 20px;
    }

    .footer-bottom-copyright p {
        text-align: center;
    }

    .footer-bottom-links .copyright-link {
        justify-content: center;
        gap: 8px 16px;
    }

    .footer-bottom-payment {
        justify-content: center;
    }

    .footer-link-column .footer-widget {
        height: 100%;
    }

    .footer-link-column {
        margin-top: 0 !important;
        padding-top: 32px;
    }

    .footer-link-column .ft-title {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.35;
    }

    .footer-link-column .ft-link li {
        line-height: 1.45;
    }

    .footer-link-column .ft-link a {
        overflow-wrap: anywhere;
        font-size: 13px;
    }
}

@media only screen and (max-width: 374px) {
    .footer-benefits .footer-benefits__item .rbt-inf-box {
        gap: 8px !important;
        padding: 12px 9px;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box-icon {
        flex-basis: 22px;
        width: 22px;
        font-size: 17px !important;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box-title {
        font-size: 12px !important;
    }

    .footer-benefits .footer-benefits__item .rbt-inf-box-desc {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-copyright p {
        text-align: center;
    }

    .footer-bottom-links .copyright-link {
        justify-content: center;
    }

    .footer-bottom-payment {
        justify-content: center;
    }
}
