html[lang="es"] .b-popup__content {
    padding-top: 217px;
}
html[lang="es"] .b-popup__title {
    font-size: 30px;
    line-height: 36px;
}
html[lang="es"] .b-popup__description {
    font-size: 15px;
}
html[lang="es"] .b-popup__btns {
    margin: 13px 0 0;
}

html[lang="pt"] .b-popup__content {
    padding-top: 217px;
}
html[lang="pt"] .b-popup__title {
    font-size: 28px;
    line-height: 36px;
}
html[lang="pt"] .b-popup__description {
    font-size: 15px;
}
html[lang="pt"] .b-popup__btns {
    margin: 13px 0 0;
}
html[lang="pt"] .b-popup__button_text_big {
    font-size: 19px;
}

html[lang="fr"] .b-popup__title {
    font-size: 28px;
    line-height: 46px;
}
html[lang="fr"] .b-popup__description {
    font-size: 15px;
}
html[lang="fr"] .b-popup__button_text_big {
    font-size: 19px;
}
html[lang="it"] .b-popup__title {
    font-size: 30px;
    line-height: 46px;
}
html[lang="it"] .b-popup__description {
    font-size: 15px;
}

html[lang="ja"] .b-popup__title {
    font-size: 30px;
    line-height: 46px;
}
html[lang="ru"] .b-popup__title {
    font-size: 30px;
    line-height: 46px;
}
html[lang="de"] .b-popup__button_text_big {
    font-size: 18px;
    line-height: 22px;
    padding-top: 7px;
}