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="fr"] .b-popup__title {
    font-size: 30px;
    line-height: 46px;
}
html[lang="fr"] .b-popup__description {
    font-size: 15px;
}

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;
}