.footer-pay {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 15px 26px;
    grid-area: 1 / 2 / 3 / 3;
    align-self: self-end;
    margin-bottom: 11px;
}
.footer-pay__title {
    grid-area: 1 / 1 / 2 / 4;
    text-align: center;
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    align-self: self-end;
    padding-bottom: 10px;
    line-height: 19px;
    color: var(--white);
}
.footer-pay__box {
    width: 146px;
    height: 96px;
    border-radius: 12px;
    border: 1px solid var(--white);
    background: var(--white);
}
.mir .footer-pay__img {
    padding: 10px 15px;
}

@media (max-width: 1200px) {
    .footer-pay {
        grid-area: 2 / 2 / 3 / 3;
        margin-top: 26px;
        gap: 20px 18px;
        align-self: self-start;
    }
    .footer-pay__box {
        width: 105.478px;
        height: 69.355px;
        border-radius: 8.669px;
        border: 0.722px solid var(--white);
    }
    .footer-pay__img {
        width: 105.478px;
        height: 69.355px;
    }
}
@media (max-width: 768px) {
    .footer-pay {
        order: 4;
        margin-top: 3px;
        gap: 7px 20px;
    }
}
@media (max-width: 380px) {
    .footer-pay {
        display: flex;
        flex-direction: column;
        align-self: center;
        align-items: center;
    }
}
