.header > .center {
    min-width: 1000px !important;
    width: 1000px;
}
.b-footer {
    min-width: 1000px;
}

.b-section {
    min-width: 1000px;
    overflow: hidden;
}
.desktop .b-section {
    font-family: Roboto, sans-serif;
}
.b-section_clear {
    padding:0;
}
.b-section_cart {
    color: #fff;
    position: relative;
    padding: 60px 0 160px 0;
    min-height: 520px;
}
.lazyloaded.b-section_cart {
    background: #1583e6 url('../i/section_cart.png') top center no-repeat;
}
.b-section_cart:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 948px;
    height: 536px;
    z-index: 2;
}

.lazyloaded.b-section_cart:before {
    background: url('../i/fume.png') top left no-repeat;
}

.b-section_cart:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 592px;
    height: 208px;
}
.lazyloaded.b-section_cart:after{
    background: url('../i/fume-2.png') top left no-repeat;
}

.b-section_information {
    background: #f4f6fa;
    padding: 0;
}
.b-section__wrapper {
    width: 1000px;
    z-index: 2;
    position: relative;
}
.b-section__title {
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 0.5px;

}
.desktop .b-section__title {
    font-family: Roboto, sans-serif;
}
.b-section__description {
    font-size: 23px;
    letter-spacing: 0.3px;
    font-weight: 200;
}
.desktop .b-section__description {
    font-family: Roboto, sans-serif;
}
.b-section_information .b-section__wrapper {
    padding: 125px 0;
}
.lazyloaded.b-section_information .b-section__wrapper{
    background: url('../i/section_information.png') right center no-repeat;
}
.b-section_information .b-section__title {
    font-size: 32px;
    font-weight: 400;
}

.b-badge {
    border-radius: 12.5px;
    background-color: #1583e6;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 200;
    padding: 4px 14px;
    vertical-align: top;
    color: #fff;
}
.b-badge_upper {
    position: absolute;
    top: -12px;
}
.b-badge_green {
    background-color: #00b452;
}
.b-badge_size_big {
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 8px 18px;
    border-radius: 27px;
    font-weight: 500;
}
.b-badge_grey {
    background-color: #bac9d8;
    margin-left:10px;
    font-size: 11px;
    margin-top: -10px;
}
.b-badge_transparent {
    background-color: transparent;
    position: absolute;
    top: -10px;
    padding:0;
    color: #1583e6;
}

.b-top {
    background: url(../i/bitmap.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-bottom: 83px;
}
@media (max-width: 1080px) {
    .b-top {
        background-image: url(../i/bitmap-800.webp);
    }
    .b-top::before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.50;
        background-color: #000000;
        top: 0px;
        left: 0px;
    }
}
.b-top__productlogo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.b-top__productname {
    display: inline-block;
    vertical-align: middle;
    font-size: 31px;
    font-weight: bold;
    line-height: 0.87;
    color: #ffffff;
}
@media (max-width: 490px) {
    .b-top__productname {
        display: block;
    }
}
.b-top__title {
    font-size: 44px;
    font-weight: bold;
    line-height: 0.98;
    color: #ffffff;
    margin-top: 50px;
}
.desktop .b-top__title {
    font-family: Roboto, sans-serif;
}
.b-top__description {
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
}
.b-top__offer {
    margin-top: 40px;
}
.b-top__compatible {
    width: 380px;
    margin-top: 51px;
    text-align: left;
}

.b-offer {
    width: 400px;
    padding: 24px 0;
    border-radius: 13px;
    background-color: rgba(35,57,77,0.8);
    border: solid 2px rgba(255, 255, 255, 0.11);
    margin: 26px auto 0;
    position: relative;
    box-sizing: border-box;
}
.b-offer__sale {
    position: absolute;
    content: " ";
    background: url(../i/discount.png);
    width: 81px;
    height: 82px;
    top: -7px;
    right: -6px;
}
.b-offer__saletext {
    width: 78px;
    height: 21px;
    transform: rotate(-315deg);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 23px 10px;
}
.b-offer__title {
    font-size: 17px;
    color: #ffffff;
}
.b-offer__price {
    margin-top: 10px;
}
.b-offer__price-tax {
    margin-top: 4px;
    font: normal 400 12px/14px 'Roboto';
    color: #78848f;
}
.b-offer__btn {
    margin-top: 20px;
}
.b-offer__payments {
    margin-top: 20px;
}
.b-payments__item-ru {
    margin: 0 4px;
    opacity: 0.56;
}
.b-payments__item-ru-c {
    margin: 0 4px;
}
.b-offer__header {
    padding-top: 27px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #1b222f;
    font-weight: normal;
}
.b-offer__header span {
    color: #1583e6;
}
.b-offer__line {
    width: 100%;
    height: 2px;
    background: #e4eaf1;
    position: absolute;
    top: 85px;
}
.b-offer__pref {
    display: inline-block;
    margin-top: 18px;
    padding: 0 8px 0 26px;
    position: relative;
}
.b-offer__pref:before {
    position: absolute;
    content: " ";
    background: url(../i/fill-1.png);
    width: 13px;
    height: 10px;
    top: 3px;
    left: 5px;
}

.b-price {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 100%;
}
.b-price__curency {
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    margin-right: 4px;
}
.b-price__cost {
    font-size: 30px;
    line-height: 30px;
    margin-left: -4px;
    vertical-align: middle;
}
.b-price__period {
    font-size: 14px;
    vertical-align: bottom;
    margin-left: -4px;
    margin-right: 4px;
}
.b-payment__tax {
    font:11px/14px 'Roboto';
    text-align: center;
    color: #BDBDBD;
}

.b-offer .b-price {
    font-size: 17px;
}

.b-compatible {
    display: inline-block;
    position: relative;
}
.b-compatible__logo {
    float: left;
    margin-right: 15px;
}

.b-compatible__item {
    opacity: 0.61;
    font-size: 14px;
    line-height: 1.43;
    color: #ffffff;
    margin-top: 2px;
    padding: 0;
}

@media (max-width:400px) {
    .b-compatible {
        display: inline-block;
        position: relative;
        width: 320px;
        font-size: 13px;
    }
    .b-compatible__item {
        font-size: 13px;
    }
    html[lang="ja"] .b-compatible__item {
        font-size: 12px;
    }
    html[lang="ja"] .b-compatible__logo {
        margin-right: 8px;
    }
    html[lang="pt"] .b-compatible__logo {
        margin-right: 12px;
    }
    html[lang="it"] .mobile .b-top__title {
        font-size: 30px;
    }
    html[lang="pt"] .mobile .b-top__title {
        font-size: 36px;
    }
    html[lang="ru"] .mobile .b-top__title {
        font-size: 34px;
    }
}

.b-cart .b-payment {
    padding: 14px 50px 25px;
}
.b-payment__title {
    font: 15px/24px 'Roboto';
}
.b-payment__methods {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.b-cart .b-payment__licence {
    position: relative;
    width: 410px;
    left: -50px;
    font-weight: 200;
    margin: 10px 0;
}
.mobile .b-cart .b-payment__licence {
    width: 100%;
    left: 0;
}
html[lang="it"] .b-payment__licence {
    font-size: 14px;
}
html[lang="es"] .b-payment__licence {
    font-size: 15px;
}
html[lang="fr"] .b-payment__licence {
    font-size: 14px;
}
.b-payment__item {
    margin: 0 9px;
}
html[lang="pt"] .b-payment__item {
    display: block;
}
html[lang="ja"] .b-payment__item {
    display: block;
}

.b-cart .b-price {
    color: #1b222f;
}
.b-cart .b-price__cost {
    font-size: 38px;
}
.b-cart .b-price__currency {
    padding: 13px 3px 0 0;
}
.b-cart .b-price__regular {
    font-size: 18.5px;
}
.b-compare .b-price {
    color: #353F4B;
    font-weight: 400;
    padding: 0 0 4px 0;
}
.b-price__currency {
    font-size: 50%;
    vertical-align: top;
    padding: 10px 3px 0 0;
    display: inline-block;
}
.b-price__regular {
    display: inline-block;
    position: relative;
    margin-left: 4px;
    font: 400 17px/22px 'Roboto';
    vertical-align: middle;
}
.b-price__regular:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../i/red-line.svg") 5px 6px  no-repeat;
    content: '';
}
.mobile .b-compare-info__content .b-price__regular:after {
    background-position-y: 1px;
}
.mobile .b-top__offer .b-price__regular:after {
    background: url("../i/red-line.svg") 4px 6px / 82px no-repeat;
}

.b-btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0.3px;
    width: 100%;
    text-align: center;
}
.desktop .b-btn {
    font-family: Roboto, sans-serif;
}
.b-btn_blue {
    background-color: #1583e6;
    text-transform: uppercase;
    color: white;
    border: 1px solid #1583e6;
}
.b-btn_blue:hover {
    background-color: #1e94ff;
    border-color: #1e94ff;
}
.b-btn_bordered {
    border: 1px solid #1583e6;
    color: #1583e6;
    text-transform: uppercase;
}
.b-btn_bordered:hover {
    background-color: #1583e6;
    color: #fff;
}
.b-section_information .b-btn {
    margin: 0 70px 0 30px;
    padding: 0 50px;
    width: auto;
    vertical-align: middle;
}

.b-btn_blue {
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #1583e6;
    height: 55px;
    padding: 0 15px;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 15px;
    font-weight: 500;
}
.b-btn_blue-shadow {
    box-shadow: 0 4px 11px 0 rgba(43, 115, 179, 0.4);
}
.b-btn_blue:hover {
    background-color: #1e94ff;
    box-shadow: none;
}
.b-btn_white {
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    height: 55px;
    padding: 0 55px;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 15px;
    font-weight: 500;
    color: #1583e6;
    border: solid 2px #1583e6;
    background: #fff;
}
.b-btn_white:hover {
    background-color: #1583e6;
    color: #fff;
    box-shadow: none;
}
.b-btn_large {
    width: 300px;
}
.b-btn_size_sm {
    min-width: 150px;
    height: 40px;
    padding: 8px 20px;
    font: 700 13px/24px 'Roboto';
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.b-compare {
    margin-top: 80px;
    margin-bottom: 100px;
}
.b-compare__header {
    background-color: #f7f9fc;
    display: flex;
    padding-left: 30px;
    align-items: stretch;
}
.b-compare__name {
    width: 470px;
    display: flex;
    align-items: center;
    color: #6d7685;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 200;
    padding: 13px 30px 13px 0;
    box-sizing: border-box;
}
.b-compare__value {
    width: 240px;
    margin-left: 10px;
    text-align: center;
    box-sizing: border-box;
    padding: 17px 30px;
    box-shadow: 5px 0 8px -5px rgba(0,0,0,0.1), -5px 0px 8px -5px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
}

.b-compare__value_main {
    background: #fff;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
}
.b-compare__footer .b-compare__value_main {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.b-compare__item {
    background: #f7f9fc url('../i/compare__item.png') 13px center no-repeat;
    display: flex;
    padding-left: 30px;
    align-items: stretch;
    margin-top: 3px;
}
.b-compare__footer {
    display: flex;
    justify-content: flex-end;
}

.b-compare-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -10px;
}
.b-compare-info__badge {
    margin-top: -26px;
    height: 37px;
}
.b-compare-info__content {
    font-size: 15px;
    line-height: 1.33;
    color: #8c96a5;
    font-weight: 200;
    margin: 20px 0;
}
.b-compare-info__content .b-payment__title {
    padding: 0;
}

.b-compare-info__content .b-payment__licence {
    padding: 0;
}


.b-compare {
    text-align: center;
    padding: 70px 0 0;
    margin: 0 auto;
}
.b-compare__title {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #1b222f;
}
.b-compare__description {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #757c87;
    margin-top: 12px;
}
.b-compare__table {
    margin-top: 69px;
}
.b-compare__btn {
    margin-top: 22px;
    display: inline-block;
}

.b-compare-table {
    position: relative;
    width: 1000px;
}
.b-compare-table__row {
    width: 100%;
    display: flex;
    margin-bottom: 2px;
    background-color: #f7f9fc;
}
.b-compare-table__row_header {
    border-radius: 6px 6px 0 0;
    background-color: transparent;
    align-items: flex-end;
}
.b-compare-table__row_footer {
    background-color: transparent;
    align-items: flex-start;
}
.b-compare-table__col {
    flex-direction: column;
    position: relative;
}
.b-compare-table__col_first-header {
    width: 510px;
    text-align: left;
    padding: 28px 30px 26px;
    height: 130px;
    box-sizing: border-box;
    background-color: #f7f9fc;
    border-radius: 6px 0 0 0;
}
.b-compare-table__col_free {
    width: 240px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.b-compare-table__col_free:after {
    position: absolute;
    top: -2px;
    right: 0;
    background: #fff;
    width: 100%;
    content: "";
    height: 2px;
}
.b-compare-table__col_free.b-compare-table__col_header, .b-compare-table__col_pro.b-compare-table__col_header {
    background: #fff;
    height: 143px;
    border-radius: 4px 4px 0 0;
}
.b-compare-table__col_free.b-compare-table__col_footer, .b-compare-table__col_pro.b-compare-table__col_footer {
    height: 90px;
    border-radius: 0 0 6px 6px;
}
.b-compare-table__col_free.b-compare-table__col_footer:after, .b-compare-table__col_pro.b-compare-table__col_footer:after {
    height: 8px;
}
.b-compare-table__col_pro.b-compare-table__col_footer {
    border-bottom: solid 1px #1583e6;
}
.b-compare-table__col_spacer {
    width: 11px;
}
.b-compare-table__col_spacer.b-compare-table__col_header {
    height: 130px;
    background-color: #f7f9fc;
}
.b-compare-table__col_pro {
    width: 238px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
    border-left: solid 1px #1583e6;
    border-right: solid 1px #1583e6;
    margin-left: -1px;
}
.b-compare-table__col_pro:after {
    position: absolute;
    top: -2px;
    right: -1px;
    background: #fff;
    width: 100%;
    content: "";
    height: 2px;
    border-left: solid 1px #1583e6;
    border-right: solid 1px #1583e6;
}
.b-compare-table__col_free.b-compare-table__col_header:after {
    content: "FREE";
    display: block;
    position: absolute;
    background: url(../i/free.png);
    width: 68px;
    height: 28px;
    top: -8px;
    left: 81px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 6px 0 0 10px;
    border: 0;
}
.b-compare-table__col_pro.b-compare-table__col_header {
    border-top: solid 1px #1583e6;
}
.b-compare-table__col_pro.b-compare-table__col_header:after {
    content: "PRO";
    display: block;
    position: absolute;
    background: url(../i/pro.png);
    width: 68px;
    height: 28px;
    top: -8px;
    left: 81px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 6px 0 0 10px;
    border-left: 0;
    border-right: 0;
}
.b-compare-table__col_pointer {
    width: 49px;
}
.b-compare-table__col_first {
    width: 461px;
    text-align: left;
    padding: 19px 19px 19px 0;
    height: auto;
    box-sizing: border-box;
    background-color: #f7f9fc;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.b-compare-table__col_first-footer {
    width: 510px;
    background: transparent;
}
.b-compare-table__pointer {
    display: inline-block;
    vertical-align: middle;
}
.b-compare-table__col_pointer:before, .b-compare-table__col_free:before, .b-compare-table__col_pro:before {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: "";
}
.b-compare-table__flag {
    display: inline-block;
    vertical-align: middle;
}
.b-compare-table__col_gray {
    color: #6b7d98;
}
.b-compare-table__col_green {
    color: #00bf6c;
}
.b-col-header {

}
.b-col-header:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    content: "";
    margin-right: -1px;
}
.b-col-header__productlogo {
    float: left;
    margin-right: 25px;
}
.b-col-header__productname {
    font-size: 29px;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: 0.4px;
    color: #1b222f;
    display: inline-block;
}
.b-col-header__text {
    font-size: 15px;
    line-height: 1.33;
    color: #777e89;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 98%;
}
html[lang=pt] .b-col-header__text {
    margin-top: 7px;
}

.b-price_compare {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #1b222f;
    padding: 7px 0;
}

.b-achivs {
    position: relative;
    margin: 96px auto 0;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 190px;
}
.b-achivs__item {
    display: inline-block;
    position: relative;
    padding-left: 107px;
    text-align: left;
}
.b-achivs__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background: #ffffff center / 40px no-repeat;
    box-shadow: 0 9px 18px 0 rgba(29, 48, 73, 0.07);
}
.b-achivs__header {
    margin-top: 21px;
    font: 300 32px/100% 'Open Sans';
    color: #0066DD;
}
html[lang="de"] .b-achivs__header {
    font-size: 28px;
}
html[lang="es"] .b-achivs__header {
    font-size: 28px;
}
html[lang="pt"] .b-achivs__header {
    font-size: 28px;
}
html[lang="ru"] .b-achivs__header {
    font-size: 26px;
}
.b-achivs__header span {
    font-size: 83%;
    vertical-align: 10px;
}
.b-achivs__description {
    margin-top: 8px;
    font: 400 16px/16px 'Roboto';
    letter-spacing: 0.2px;
    color: #575C63;
}

.b-cart {
    padding-top: 50px;
    color: #1b222f;
    text-align: left;
    position: relative;
    z-index: 4;
}
.b-cart__title {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.4px;
    padding: 23px 0;
    border-bottom: solid 1px #e4eaf1;
}
.b-cart__title span {
    color: #1583e6;
}
.b-cart__notebook {
    position: absolute;
    left: -85px;
    top: 98px;
    width: 719px;
    height: 389px;
    background: url("../i/laptop-white-x2.png") 0 0 / 719px 389px no-repeat;
}
.b-cart__content {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
}
.b-cart__image {
    position: absolute;
    left: -83px;
    top: 45px;
}
.b-cart__substrate {
    width: 410px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    box-shadow: 0 9px 18px 0 rgba(29, 48, 73, 0.15);
}
.b-cart__substrate:before {
    content: "";
    position: absolute;
    width: 410px;
    height: 100%;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
    top: 10px;
    left: -10px;
    opacity: 0.16;
}

.b-icon_small {
    width: 14px;
}

.b-help {
    background-color: #f4f6fa;
    box-sizing: border-box;
    position: relative;
    padding: 125px 0 121px;
    min-height: 290px;
}
.b-help__quest {
    position: absolute;
    top: -125px;
    right: 0;
    background: url(../../../images/help.png);
    width: 594px;
    height: 290px;
}
.b-help__title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #383f4a;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 25px 0 110px;
}
.b-help__btn {
    display: inline-block;
    text-align: center;
}
.mobile .b-top__title {
    font-size: 40px;
    line-height: 47px;
    margin-top: 34px;
}
.mobile .b-top .b-section__wrapper {
    padding: 0 15px;
    box-sizing: border-box;
}
.mobile .b-top__description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.mobile .b-offer {
    margin: 44px auto 0;
    width: 100%;
}
.mobile .b-section_achivs {
    padding: 0 0 60px 0;
}
.mobile .b-achivs {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 32px auto 0;
    height: auto;
    width: 95%;
}
.mobile .b-achivs__item {
    width: fit-content;
    min-width: 300px;
    box-sizing: border-box;
    height: 92px;
    margin: 12px;
}
.mobile .b-achivs__round {
    width: 72px;
    height: 72px;
}
.mobile .b-section_cart.lazyloaded {
    background: #1583e6 url(../i/fume.png) bottom left no-repeat;
}
.mobile .b-section_cart:before {
    display: none;
}
.mobile .b-section_cart:after {
    display: none;
}
.mobile .b-cart__notebook {
    display: none;
}
.mobile .b-section_cart .b-section__title {
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
}
.mobile .b-section_cart .b-section__description {
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
}
.mobile .b-cart {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.mobile .b-cart__content {
    width: 100%;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
}
.mobile .b-cart__substrate {
    width: 100%;
}
.mobile .b-cart__substrate:before {
    display: none;
}
.mobile .b-cart .b-payment {
    padding: 14px 30px;
}
.mobile .b-payment__item {
    font-size: 12px;
}
.mobile .b-cart .b-payment p {
    padding: 0;
}
html[lang="de"] .mobile .b-compare-btns .b-btn_size_sm {
    padding: 8px;
    font-size: 11px;
}
html[lang="es"] .mobile .b-compare-btns .b-btn_size_sm {
    padding-top: 6px;
    line-height: 14px;
}
html[lang="fr"] .mobile .b-compare-btns .b-btn_size_sm {
    padding-top: 6px;
    line-height: 14px;
}
html[lang="it"] .mobile .b-compare-btns .b-btn_size_sm {
    padding-top: 6px;
    line-height: 14px;
}
html[lang="pt"] .mobile .b-compare-btns .b-btn_size_sm {
    width: 150px;
    padding: 5px 20px;
    line-height: 14px;
}
html[lang="ru"] .mobile .b-compare-btns .b-btn_size_sm {
    width: 150px;
    padding: 5px 20px;
    line-height: 14px;
}
html[lang="it"] .mobile .b-payment__item {
    margin: 0 5px;
}
html[lang="fr"] .mobile .b-payment__item {
    margin: 0 6px;
}
html[lang="ja"] .b-help__btn .b-btn_blue-shadow {
    font-size: 12px;
}