.b-product {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(54, 63, 70, 0.06);
    border: solid 1px #e2e8ed;
    background: #ffffff url(../svg/product-bg.svg) no-repeat 0 0;
    display: flex;
    padding: 30px;
    margin-bottom: 24px;
}
.b-product_great-value {
    border: 1px solid #BEA64C;
}
.b-product__box {
    width: 145px;
    margin: 0 47px 0 29px;
    height: fit-content;
}
.b-product__badge {
    position: absolute;
    top: -9px;
    left: 10px;
    box-shadow: -1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    padding: 2px 8px;
}
.b-product__badge_great-value {
    color: #1B222F;
    background: linear-gradient(223.76deg, #BEA64C 7.81%, #CFBB67 27.49%, #EEE193 38.65%, #F5E8A2 51.88%, #D8C472 68.13%, #C6AE54 93%);
}
.b-product__badge_top-saller {
    color: #FFFFFF;
    background: radial-gradient(57.6% 90% at 50% 50%, #307DCC 0%, #2C77C4 18%, #2066AE 45%, #0E4B8B 79%, #003771 100%);
}
.b-product__badge_good-deal{
    color: #FFFFFF;
    background: radial-gradient(57.6% 90% at 50% 50%, #00B164 0%, #02B869 18%, #17B872 45%, #03A65F 79%, #0FA061 100%);
}
.b-product__content {
    width: 425px;
    margin-right: 45px;
}
.b-product__title {
    font-size: 27px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0.3px;
    color: #1b222f;
}
.b-product__subtitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #2473ba;
    margin: 6px 0 13px;
}
.b-product__description {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #69717e;
    margin-bottom: 12px;
}
.b-product__link {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #2473ba;
    text-decoration: underline;
}
.b-product__link:hover {
    text-decoration: none;
}

.b-btn {
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    height: 55px;
    padding: 0 55px;
    background: #1583e6;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
}
.b-btn_blue {
    background: #1583e6;
}
.b-btn_blue:hover {
    background-color: #1e94ff;
    box-shadow: none;
}
.b-btn_green {
    background-color: #00bf6c;
    box-shadow: 0 6px 15px 0 rgba(11, 43, 29, 0.36);
}
.b-btn_green:hover {
    background-color: #02ce5e;
    box-shadow: none;
}

.b-product__btns {
    margin-top: 15px;
}
.b-product__btns .b-btn {
    border-radius: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 53px;
    font-size: 14px;
    line-height: 53px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
}
.b-product__btns .b-btn_blue {
    color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(43, 115, 179, 0.3);
    margin-bottom: 11px;
}
.b-product__btns .b-btn_blue:hover {
    box-shadow: none;
}
.b-product__controls {
    width: 220px;
    text-align: center;
}
.b-product__price .b-price__new {
    font-size: 29px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: normal;
    color: #1b222f;
    display: inline-block;
    vertical-align: top;
}

.b-section.b-notice {
    padding: 0;
    margin: 0;
    text-align: center;
    display: none;
}
.b-notice.b-notice_color_yellow {
    background: #efef00;
}
.b-notice.b-notice_color_yellow .b-section__wrapper {
    padding: 5px;
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    font-family: Verdana;
}
.b-product__price .b-price__old {
    padding-right: 13px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b222f;
}
.b-product__price .b-price__old:after {
    position: absolute;
    content: " ";
    background: url(../png/stripe.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 15px;
    left: 0px;
    top: 3px;
}

.b-trusted {
    padding: 0 0 50px;
}
.b-trusted__item {
    display: inline-block;
    box-sizing: border-box;
    width: 235px;
    height: 130px;
    border: 1px solid #e7eaf0;
    border-radius: 5px;
    margin: 0 7px 0;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
}
.b-trusted__item:first-child {
    margin-left: 0px;
}
.b-trusted__item:last-child {
    margin-right: 0px;
}
.b-trusted__description {
    font-size: 12px;
    color: #175389;
    letter-spacing: 0.1px;
    font-weight: 400;
}
.b-trusted__content {
    display: block;
    width: auto;
    height: 96px;
    position: relative;
}
.b-trusted__image {
    display: inline-block;
    float: left;
}
.b-trusted__image_payments {
    width: 85%;
    margin-left: 17px;
    margin-top: 20px;
}
.b-trusted__image_risk {
    width: 70px;
    height: 70px;
    margin: 15px 0 0 30px;
}
.b-trusted__image_secured {
    width: 190px;
    margin: 20px 22px 0;
}
.b-trusted__image_downloads {
    width: 63px;
    height: 63px;
    margin: 21px 0 0 33px;
}
.b-trusted__text_risk {
    position: absolute;
    top: 24px;
    left: 124px;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #1b222f;
    text-align: left;
}
.b-trusted__text_risk span {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #3599f2;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
}
.b-trusted__text_downloads {
    position: absolute;
    top: 33px;
    left: 111px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #1b222f;
}
.b-trusted__text_downloads:first-line {
    font-size: 19px;
    letter-spacing: 0.4px;
    color: #3599f2;
    margin-bottom: 2px;
}
.b-trusted__text_downloads span {
    vertical-align: top;
    font-size: 12px;
}
.b-software {
    padding: 20px 0;
}
.b-covid-section {
    height: 200px;
    max-height: 200px;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    background: #ffffff;
}
.b-covid-section .b-section__wrapper {
    height: 200px;
    max-height: 200px;
    box-sizing: border-box;
    position: relative;
}
.b-covid-section__right {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    background: url(../jpg/right.jpg) no-repeat 100% 100%;
}
.b-covid-section__left {
    background: #2E52CD;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
}
.b-covid-section__left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -120px;
    width: 120px;
    height: 200px;
    background: url(../png/left.png) no-repeat;
}
.b-covid-section .b-section__title {
    position: absolute;
    top: 37px;
    left: 0;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    width: 580px;
    text-align: left;
}
.b-covid-section .b-section__title span {
    color: #fdbe1b;
}
.b-covid-section .b-section__title a.b-section__underline {
    color: #FFFFFF;
    text-decoration: underline;
}
.b-covid-section .b-section__title a.b-section__underline:hover {
    text-decoration: none;
}
.b-covid-section .b-section__limitation {
    position: absolute;
    top: 142px;
    left: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.b-covid-section .b-section__limitation a {
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
}
.b-covid-section .b-section__limitation a:hover {
    text-decoration: none;
}
.b-independence-day-2022 {
    position: relative;
    height: 160px;
    padding: 0;
    background: url("../png/cart_bg.png") center 0 / 1920px 160px;
    color: #FFFFFF;
}
.b-independence-day-2022__title {
    position: absolute;
    font: 900 29px/46px 'Inter';
    letter-spacing: 0.1em;
    transform: rotate(-5deg);
    text-align: center;
}
.b-independence-day-2022__title:nth-child(1) {
    left: calc(50% - 305px);
    top: 38px;
    background: #DD2A35;
    padding: 6px 16px;
}
.b-independence-day-2022__title:nth-child(2) {
    left: calc(50% - 101px);
    top: 83px;
    background: #025CC7;
    padding: 3px 15px;
}
.b-independence-day-2022__sale {
    position: absolute;
    left: calc(50% + 106px);
    top: 52px;
    font: 800 44px/48px 'Inter';
    letter-spacing: 0.03em;
    transform: rotate(-5deg);
}

/* Localozation */
/* PT */
html[lang="pt"] .b-trusted__image_payments {
    margin-top: 15px;
}
html[lang="pt"] .b-trusted__content {
    height: 90px;
}
html[lang="pt"] .b-trusted__text_risk {
    left: 98px;
}
html[lang="pt"] .b-trusted__image_risk {
    margin: 15px 0 0 10px;
}
html[lang="pt"] .b-trusted__image_downloads {
    margin: 21px 0 0 23px;
}
html[lang="pt"] .b-trusted__text_downloads {
    left: 101px;
}
/* DE */
html[lang="de"] .b-risk__text {
    font-size: 10px;
}
html[lang="de"] .b-features__item_moneyback .b-features__image {
    margin-right: 10px;
    margin-left: 0;
}
html[lang="de"] .b-trusted__text_risk {
    font-size: 11px;
    left: 105px;
}
html[lang="de"] .b-trusted__item {
    height: 137px;
}
html[lang="de"] .b-trusted__image_risk {
    margin: 15px 0 0 25px;
}
html[lang="de"] .b-trusted__text_downloads {
    left: 101px;
}
html[lang="de"] .b-trusted__image_downloads {
    margin: 21px 0 0 25px;
}
/* FR */
html[lang="fr"] .b-btn__title {
    font-size: 18px;
}
html[lang="fr"] .b-btn__description {
    font-size: 11px;
    line-height: 14px;
}
html[lang="fr"] .b-trusted__text_risk {
    left: 114px;
    font-size: 11px;
}
html[lang="fr"] .b-trusted__text_downloads {
    top: 23px;
    font-size: 12px;
    left: 105px;
}
html[lang="fr"] .b-trusted__text_downloads:first-line {
    font-size: 16px;
}
/* IT */
html[lang="it"] .b-trusted__text_risk {
    left: 114px;
    font-size: 11px;
    top: 18px;
}
html[lang="it"] .b-trusted__item {
    height: 137px;
}
html[lang="it"] .b-trusted__text_risk span {
    margin-bottom: 0;
    font-size: 15px;
}
/* ES */
html[lang="es"] .b-trusted__item {
    height: 137px;
}
html[lang="es"] .b-trusted__text_risk {
    left: 114px;
}
html[lang="es"] .b-trusted__text_downloads {
    top: 21px;
}
html[lang="pt"] .b-trusted__text_downloads {
    top: 26px;
}
html[lang="pt"] .b-trusted__text_downloads:first-line {
    font-size: 13px;
}
html[lang="ja"] .b-trusted__text_downloads {
    left: 101px;
    font-size: 12px;
}
/* RU */
html[lang="ru"] .b-trusted__text_risk {
    top: 17px;
    left: 114px;
    font-size: 11px;
}
html[lang="ru"] .b-trusted__image_downloads {
    margin: 21px 0 0 20px;
}
html[lang="ru"] .b-trusted__text_downloads {
    left: 95px;
}
html[lang="ru"] .b-trusted__text_downloads:first-line {
    font-size: 16px;
}
/*mobile*/
.mobile .b-covid-section__right, .mobile .b-covid-section__left {
    display: none;
}
.mobile .b-covid-section {
    background: #2E52CD;
    padding: 0;
    height: auto;
}
.mobile .b-covid-section .b-section__wrapper {
    max-height: none;
    height: auto;
    padding: 20px;
}
.mobile .b-covid-section .b-section__title {
    position: relative;
    top: 0;
    width: auto;
    font-size: 28px;
    line-height: 35px;
}
.mobile .b-covid-section .b-section__limitation {
    position: relative;
    top: 0;
    padding-top: 20px;
}
.mobile .b-notice.b-notice_color_yellow {
    padding: 70px 0 0 0;
}