.footer {
    margin-top: auto;
    padding-bottom: 28px !important;
}

.footer__container {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 0 clamp(20px, 4vw, 40px) !important;
}

.footer__inner {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 48px;
}

.footer__logo-link img,
.footer__logo-link .brand-wordmark {
    width: auto !important;
    height: 48px !important;
    max-height: 48px !important;
}

.footer__nav {
    display: flex !important;
    gap: clamp(40px, 6vw, 90px);
    justify-self: center;
    min-width: 0;
}

.footer__payments {
    min-width: 0;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    white-space: nowrap;
}

.footer__payments-title {
    text-align: center;
}

.footer__payment-methods {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 0 !important;
}

.footer__payment-methods a.footer__payment-link {
    margin-right: -6px;
    margin-left: -6px;
}

.footer__payment-methods a.footer__payment-link:first-child {
    margin-left: 0;
}

.footer__payment-link--crypto {
    display: inline-flex;
    align-items: center;
    margin-left: 9px;
}

.footer__payment-icon {
    width: auto !important;
    height: 30px !important;
}

.cv {
    display: none;
    align-items: center;
    gap: 0;
    height: 30px;
}

.cv .cc {
    width: 26px;
    height: 26px;
    display: block;
    margin-right: -8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #151516;
}

.cv .cc:last-child {
    margin-right: 0;
}

.cv--9 {
    display: inline-flex;
}

.footer__bottom {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer__bottom-inner,
.footer__legal {
    justify-content: center !important;
    flex-wrap: wrap;
}

.footer__bottom-inner {
    gap: 10px 18px;
}

@media (max-width: 900px) {
    .footer {
        padding-bottom: 88px !important;
    }
}

@media (max-width: 860px) {
    .footer__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 32px;
    }

    .footer__nav {
        justify-self: center;
    }

    .footer__payments {
        justify-self: center;
        text-align: center;
    }

    .footer__payment-methods {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .footer__stores {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .footer__stores {
        display: none;
    }

    .footer__nav {
        flex-direction: column;
        gap: 0;
    }

    .footer__menu {
        gap: 0;
    }

    .footer__inner {
        margin-bottom: 0;
    }

    .footer__legal-link,
    .footer__line {
        display: none;
    }

    .footer__copyright {
        padding: 32px 0;
        text-align: center;
    }

    .footer__storesMob {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 8px;
    }

    .footer__storesMob .footer__store-link {
        width: 100%;
    }
}
