html[lang="ru"] .order-details .cart-title {
    font-size: 18px;
    line-height: 2rem;
    align-content: center;
}
html[lang="ru"] .promo-field label {
    width: 57%;

}
html[lang="ru"] .shipping>.title {
    width: 55%;
}
@media (max-width: 512px) {
    html[lang="ru"] .order-details .cart-title {
        font-size: 18px;
        line-height: 1.5rem;
        align-content: center;
    }
}

