.header__title a h1 {
    font-size: 14px;
    line-height: 50px;
    color: #C5283D;
}
.text__title h2 {
    text-transform:uppercase;
}

/*.payment__type .formRadio__label {padding-left: none !important;text-align: center!important;padding-left: 1px!important;}*/
/*.payment__type .formRadio__item:nth-child(2n+1) {width: 100%!important;}*/
/*.payment__requisites__text {text-align: center;!important;margin-bottom: 1.5em!important;}*/
.payment-cards {
    display:flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.payment-cards svg {
    height: 60px;
    margin-right: 40px;
}

@media screen and (max-width: 570px) {
    .header__bottom__cell .header__title a h1 {
        line-height: 20px;
    }
    .payment-cards {
        display:flex;
        justify-content: space-evenly;
    }
    .payment-cards svg {
        height: 60px;
        margin-right: 0px;
    }
}
