.btnTinkoff{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    width: 100% !important;
    outline: none;
    overflow: hidden;
    transition: 0.3s;
    color: var(--bl);
    text-align: center;
    border-radius: 20px;
    background-color: var(--turquoise) !important;
	font-size: 20px;
    padding: 5px 40px !important;
    border-radius: 23px !important;
}

.payment-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4em;
}

.footer__desc.m {
    width: auto;
}

.footer__desc-img .footer__desc-text {
    color: #FDFEFF;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-width: 350px;
    max-width: 350px;
}
.footer__desc .footer__desc-img {
    align-items: end;
    display: flex;
    gap: 20px;
}


/* @media (max-width: 1300px) {
    .footer__desc {
        width: 100%;
        max-width: 100%;
    }
    .footer__desc-img .footer__desc-text  {
        max-width: 470px;
    }
} */

@media (max-width: 576px) {
    .footer__desc-logo {
        max-width: 100px;
    }
    .footer__desc-img .footer__desc-text {
        font-size: 10px;
        line-height: 17px; 
        margin: 0;
        min-width: auto;
        max-width: 380px;
    }
    .footer__desc .footer__desc-img {
        gap: 10px;
    }
}