.b-section_after-uninstall {
	padding: 64px;
	background-color: #eee;
    width: 100%;
    box-sizing: border-box;
}
.b-section_after-uninstall .b-section__wrapper {
    width: 100%;
}
.b-section__title_after-uninstall {
	font-size: 18px;
	line-height: 60px;
	font-family: 'Open Sans', sans-serif !important;
}
.b-section__title-span {
	display: inline-block;
	margin: auto;
	padding-left: 52px;
	background: url('/includes/software/after-uninstall/i/all-h.svg') left center no-repeat;
	background-size: auto 38px;
}

.b-section_after-uninstall-sub {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 6px;
}
.b-after-uninstall-sad {
	font-size: 15px;
	line-height: 44px;
}
.b-after-uninstall-sad-i {
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.b-after-uninstall-sub {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
}
.b-section_after-uninstall-bottom {
	background-color: #f4f6fa;
	padding: 0;
	text-align: center;
	font-size: 31px;
	font-weight: 600;
	line-height: 45px;
}
.b-section__wrapper_after-uninstall-bottom {
	background: url('/includes/software/after-uninstall/i/mark.svg') right center no-repeat;
	background-size: auto 290px;
	padding: 122px 0;
}
.b-section__after-uninstall-bottom-a {
	display: inline-block;
	background: #1583e6;
	margin-left: 30px;
	padding: 0px 50px;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: text-top;
	text-decoration: none;
}

.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(product-bg.svg) no-repeat 0 0;
    display: flex;
    padding: 30px;
    margin-bottom: 24px;
}
.b-product__box {
    width: 145px;
    height: fit-content;
    margin: 0 47px 0 29px;
}
.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-iframe-box {
    display: flex;
    justify-content: center;
    padding: 15px 30px 30px;
}
.b-product__price .b-price__old:after {
    position: absolute;
    content: " ";
    background: url(../i/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;
}
.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 span {
    font-size: 19px;
    letter-spacing: 0.4px;
    color: #3599f2;
    margin-bottom: 2px;
    display: block;
}
.b-trusted__text_downloads span sup {
    font-size: 12px;
}
.b-software {
    padding: 20px 0;
}
.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_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%);
}

/* Localozation */
/* 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: 110px;
}
/* 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;
}
/* IT */
html[lang="it"] .b-trusted__text_risk {
    left: 114px;
    font-size: 11px;
    top: 18px;
}
/* RU */
html[lang="ru"] .b-trusted__text_risk {
    left: 114px;
    font-size: 11px;
}
html[lang="ru"] .b-trusted__text_downloads span {
    font-size: 16px;
}