.b-footer {
    min-width: 1000px;
}
.header {
    min-width: 1000px;
}

* {box-sizing: border-box;}

.b-section {
    min-width: 1000px;
}
.b-section_rc {
    background-image: linear-gradient(#134171, #134171), linear-gradient(to bottom, #195da7, rgba(19, 64, 111, 0.5));
}
.b-section_rc:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../i/section_rc.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.b-section_ws {
    background: #007caa;
}
.b-section_ws:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../i/section_ws.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.b-section_reviews {
    text-align: center;
    padding: 60px 0 60px 0;
    min-height: 755px;
    box-sizing: border-box;
    background-color: #f7f9fc;
}
.b-section__wrapper {
    z-index: 2;
    position: relative;
    width: 1000px;
}
.b-section__description {
    font-weight: 200;
}
.b-section_reviews .b-section__description {
    font-size: 17px;
    color: #8c96a5;
}
.b-section__title {
    font-size: 40px;
    font-family: Roboto;
    letter-spacing: 0.5px;
    font-weight: 200;
    margin-bottom: 10px;
    text-transform: none;
    text-align: center;
}

.b-press__magazines {
    margin-top:20px;
    height: 235px;
    overflow: hidden;
}
.b-press__author {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #262d39;
    margin-top:34px;
}
.b-press__review {
    width:557px;
    text-align: left;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0.2px;
    color: #8c96a5;
    border-radius: 16px;
    border: solid 2px #e8eaf2;
    display: inline-block;
    margin-top:20px;
    position: relative;
    padding:30px;
    background: #fff;
}
.b-press__review:before {
    content: '';
    position: absolute;
    top: -32px;
    border: 16px solid transparent;
    border-bottom: 16px solid #e8eaf2;
    left: 263px;
}
.b-press__review:after {
    content: '';
    position: absolute;
    top: -28px;
    border: 14px solid transparent;
    border-bottom: 14px solid #fff;
    left: 265px;
}
.b-press__text {
    display:none;
}
.b-press__text_visible {
    display: inline-block;
}
.b-press__link {
    font-family: Roboto;
    text-decoration: none;
    color: #107bdc;
    font-weight: 200;
}
.b-press__link:hover{
    text-decoration: underline;
}

.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_grey {
    background-color: #bac9d8;
    margin-left: 10px;
    font-size: 11px;
    height: 20px;
    line-height: 11px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
}

.b-btn {
    display: block;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    height: 55px;
    padding: 0 55px;
    background: #1583e6;
    border-radius: 0;
    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: #00bf6c;
    box-shadow: 0 6px 15px 0 #98dcbf;
}
.b-btn_green:hover {
    background-color: #02ce5e;
    box-shadow: none;
}
.b-btn_white.b-btn_size_sm {
    background: #fff;
    color: #00bf6c;
    box-sizing: border-box;
    border: 2px solid #00bf6c;
    padding: 8px 13px;
}
.b-btn_white.b-btn_size_sm:hover {
    color: #fff;
    background: #00bf6c;
}
.b-btn_rounded {
    border-radius: 20px;
}
.b-btn_size_sm {
    width: fit-content;
    height: fit-content;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 20px;
    vertical-align: middle;
}
.b-btn_whitebordered {
    background: #fff;
    border: 2px solid #00bf6c;
    color: #00bf6c;
}
.b-btn_whitebordered:hover {
    background: #00bf6c;
    color: #fff;
}

.b-page {
    background: #fff;
    width: 100%;
    height: 100%;
    color: #000000;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0px;
    margin: 0px;
}

.b-no-js-alert {
    background-color: #ff9;
    background-image: linear-gradient(to bottom, #ffc, #fd66);
    line-height: 25px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.js-on .b-no-js-alert {display: none;}

.b-hidden {
    display: none;
}
.b-toptag {
    padding: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 162px;
    height: 0;
}
.b-toptag__logo {
    position: absolute;
    width: 162px;
    height: 47px;
    border-radius: 0 0 25px 25px;
    background: #fff url(../i/auslogics-logo.png) 50% 50% no-repeat;
    z-index: 100;
    box-shadow: 0 4px 2px 0 rgba(19, 50, 78, 0.39);
}
.b-ssd {
    margin: 0 auto 40px;
    width: 1000px;
    padding: 24px 48px;
    background: #FFFFFF;
    border-radius: 8px;
    font: 400 20px/30px 'Open Sans', sans-serif;
    text-align: center;
    color: #373F4B;
}
.b-ssd a {
    color: #1583e6;
}

.b-top {
    position: relative;
    text-align: center;
    padding: 96px 0 50px;
    background:
            url("../i/bg-top-left.png") left top / 940px 430px no-repeat,
            url("../i/bg-top-right.png") right top / 940px 430px no-repeat,
            url("../i/bg-bottom-left.png") left bottom / 940px 430px no-repeat,
    #337FCC url("../i/bg-bottom-right.png") right bottom / 940px 430px no-repeat;
}
.b-top__download {
    padding-top: 40px;
    display: inline-block;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
}
.b-top__download:before {
    content: " ";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 45px;
    left: -15px;
    background: url("../i/download-button.png");
}
.b-top__download:hover {
    text-decoration: underline;
}
/*.b-top__stars {
    top: 117px;
    position: absolute;
    width: 100%;
    height: 560px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.70;
    background: url(../i/stars.svg) 50% 50% / 1772px auto no-repeat;
}*/
.b-top__clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.b-top__clouds_left {
    background: url(../i/clouds-left.png) 0 100% no-repeat;
}
.b-top__clouds_right {
    background: url(../i/clouds-right.png) 100% 100% no-repeat;
}
.b-top__logo {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.b-top__logo_big {
    width: 56px;
    height: 52px;
    margin-right: 16px;
}
.b-top__description {
    display: inline-block;
    padding: 2px 0 2px 31px;
    background: url("../i/microsoft-logo.svg") 0 0 / 21px 21px no-repeat;

    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #ffffff;

}
.b-top__title {
    font-size: 44px;
    font-weight: bold;
    line-height: 0.98;
    color: #ffffff;
}
.b-top__title_small {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.b-top__subtitle {
    margin-top: 18px;
    font-size: 24px;
    line-height: 1.79;
    color: #ffffff;
    font-weight: 400;
}
.b-top__version {
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}
.b-top__btn {
    display: block;
    position: relative;
    margin: 20px auto;
    box-sizing: border-box;
    height: 55px;
    width: fit-content;
    padding: 17px 55px;
    background-color: #00bf6c;
    box-shadow: 0 6px 15px 0 rgba(11, 43, 29, 0.36);
    color: #fff;
    line-height: 21px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.b-top__btn:hover {
    box-shadow: none;
}
.b-top__card {
    width: 1000px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 22px 0 rgba(68, 109, 146, 0.26);
    margin-top: 47px;
}
.b-top__product {
    width: 500px;
    display: inline-block;
    height: 100%;
    border-radius: 6px 0 0 6px;
    background: #ebeff5 url(../i/pattern.png) no-repeat 50% 50%;
    position: relative;
}
.b-top__product:after {
    position: absolute;
    content: " ";
    border: 17px solid transparent;
    border-left: 17px solid #ebeff5;
    right: -34px;
    top: 360px;
}
.b-top__product-img {
    width: 256px;
    height: 361px;
    margin: 70px auto 71px;
}
.b-top__sale {
    position: absolute;
    width: 127px;
    height: 136px;
    background: url(../i/substrate.png) no-repeat;
    top: 68px;
    left: 116px;
}
.b-top__sale-text {
    transform: rotate(-45deg);
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    margin: 40px 30px 0 0;
}
.b-top__offer {
   margin-top: 50px;
}

.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__header {
    padding-top: 27px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #1b222f;
    font-weight: normal;
}
.b-offer__line {
    width: 100%;
    height: 2px;
    background: #e4eaf1;
    position: absolute;
    top: 85px;
}
.b-offer__timer {
    margin-top: 52px;
}

.b-offer__price {
    margin: 32px 0;
}
.b-offer__price .b-price__new {
    font-size: 56px;
    font-weight: 300;
    line-height: 62px;
}
.b-offer__price .b-price__new span {
    vertical-align: top;
    font-size: 26px;
    margin-top: -8px;
    display: inline-block;
}
.b-offer__price .b-price__old {
    padding-right: 22px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 35px;
    font-weight: 300;
}
.b-offer__price .b-price__old:after {
    position: absolute;
    content: " ";
    background: url(../i/stripe.png);
    width: 86px;
    height: 22px;
    left: 9px;
    top: 14px;
}
.b-offer__price .b-price__old span {
    vertical-align: top;
    font-size: 18px;
    margin-top: -4px;
    display: inline-block;
}

.b-offer__btn {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: fit-content;
    max-width: 80%;
    height: fit-content;
    padding: 17px 25px;
    background: #00bf6c;
    box-shadow: 0 6px 15px 0 #98dcbf;

    line-height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.b-offer__btn:hover {
    background-color: #02ce5e;
    box-shadow: none;
}

.b-offer-timer {

}
.b-offer-timer__header {
    width: 380px;
    height: 40px;
    border-radius: 6px 6px 0 0;
    background-color: #ff4545;
    display: block;
    margin: 0 auto;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
}
.b-offer-timer__body {
    width: 380px;
    height: 121px;
    border-radius: 0 0 6px 6px;
    background-color: #e5ebf5;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.b-offer-timer__section {
    display: inline-block;
    margin-top: 16px;
    margin-left: 8px;
    width: 106px;
}
.b-offer-timer__section:first-child {
    margin-left: 21px;
}
.b-offer-timer__number {
    display: inline-block;
    height: 70px;
    width: 53px;
    text-align: center;
    background: url(../i/number.png) no-repeat;
    font-size: 47px;
    font-weight: 300;
    color: #175c99;
    padding: 5px 3px 0 0;
    position: relative;
}
.b-offer-timer__number:after {
    content: "";
    height: 1px;
    width: 42px;
    position: absolute;
    background: #9fbad4;
    top: 33px;
    left: 4px;
}
.b-offer-timer__number_color_red {
    color: #ff4545;
}
.b-offer-timer__description {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #55708d;
    margin-top: 7px;
}
.b-offer-timer__timestamp {
    display: none;
}

.b-offer__payments {
    margin-top: 40px;
}

.b-comments {
    background: #337FCC url(../i/chat-icon.png) no-repeat 50% 55px;
    padding: 10px 0 64px;
    text-align: center;
}
.b-comments__header {
    padding-top: 72px;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #fff;
}
.b-comments__text {
    padding-top: 10px;
    opacity: 0.7;
    font-size: 17px;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #ffffff;
    font-weight: 300;
}
.b-comments__flex {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 65px 0 0;
    width: 100%;
}
.b-comments__item {
    display: inline-block;
    vertical-align: top;
    width: 317px;
    border: solid 2px #2074bf;
    border-radius: 14px;
    background: #0e69ba;
    cursor: pointer;
    padding: 25px 30px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}
.b-comments__item:hover, .b-comments__item_fill {
    background: #1d71bc;
}
.b-comments__image {
    margin-right: 10px;
    float: left;
}
.b-comments__itemname {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 6px 0 5px 0;
    padding: 0;
    color: #fff;
}
.b-comments__stars {
    display: inline-block;
    width: 80px;
    height: 14px;
    background: url(../i/comment__stars.png) top left repeat;
    left: 91px;
    top: 55px;
    margin-bottom: 25px;
}
.b-comments__itemtext {
    font-size: 14px;
    font-style: italic;
    line-height: 1.57;
    letter-spacing: 0.2px;
    color: #ffffff;
    font-weight: 100;
}
.b-comments__itemtext span {
    font-style: normal;
}
.b-comments__footer {
    color: #fff;
    margin-top: 68px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.b-comments__button {
    display: inline-block;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    line-height: 40px;
    text-transform: none;
    padding: 0 24px;
    margin: 0 10px;
    border: 0;
    box-sizing: border-box;
    color: #1375ce;
    font-weight: normal;
    text-decoration: none;
}
.b-comments__button:hover {
    color: #fff;
    background-color: #1375ce;
}

.b-section_achivs {
    padding: 80px 0 0;
}

.b-achivs {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 100px;
    margin: 80px auto 90px;
}
.b-achivs__item {
    position: relative;
    padding-left: 111px;
    text-align: left;
    flex-flow: column;
}
.b-achivs__round {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background: #ffffff url("../i/diamond.png") center center no-repeat;
    box-shadow: 0 9px 18px 0 rgba(29, 48, 73, 0.07);
    vertical-align: top;
    float: left;
    text-align: center;
}
.b-achivs__item:nth-child(1) .b-achivs__round {
    background-image: url("../i/diamond.png");
}
.b-achivs__item:nth-child(2) .b-achivs__round {
    background-image: url("../i/favorites.png");
}
.b-achivs__item:nth-child(3) .b-achivs__round {
    background-image: url("../i/cloud-computing.png");
}
.b-achivs__image {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 5px;
}
.b-achivs__header {
    position: relative;
    display: block;
    vertical-align: top;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #1583e6;
    margin: 17px 0 0 0;
}
.b-achivs__description {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #8c96a5;
    margin: 5px 0 0 0;
    display: block;
}

.b-today {
    text-align: center;
    padding: 60px 0 80px;
    margin: 0 auto;
    background-color: #1e80d7;
    box-sizing: border-box;
    position: relative;
    min-height: 720px;
}
.b-today:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../i/illustration.png) no-repeat;
    background-position: calc(50% - 235px) 253px;
    top: 0;
    left: 0;
}
.b-today_dd:after {
    background-image: url(../i/illustration-dd.png);
    background-repeat: no-repeat;
}
.b-today_rc:after {
    background-image: url(../i/illustration-rc.png);
    background-repeat: no-repeat;
}
.b-today_ws:after {
    background-image: url(../i/illustration-ws.png);
    background-repeat: no-repeat;
}
.b-today__stars {
    top: 117px;
    position: absolute;
    width: 100%;
    height: 560px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.70;
    background: url(../i/stars.svg) no-repeat 50% 50%;
    background-size: 1772px;
}
.b-today__clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.b-today__clouds_left {
    background: url(../i/clouds-left.png) 0 100% no-repeat;
}
.b-today__clouds_right {
    background: url(../i/clouds-right.png) 100% 100% no-repeat;
}
.b-today__header {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
}
html[lang='it'] .b-today__header {
    font-size: 38px;
}
.b-today__subheader {
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-top: 14px;
    font-weight: normal;
}
.b-today__offer {
    position: absolute;
    right: 7px;
    background: #fff;
    width: 410px;
    height: 360px;
    box-shadow: 0 9px 18px 0 rgba(29, 48, 73, 0.15);
    border-radius: 6px;
    box-sizing: border-box;
    border: 0px;
    top: 160px;
}
.b-today__offer:before {
    position: absolute;
    top: 12px;
    left: -13px;
    width: 410px;
    height: 360px;
    opacity: 0.13;
    border-radius: 6px;
    background-color: #ffffff;
    content: "";
    box-sizing: border-box;
}
.b-today__offer .b-offer__sale {
    top: -5px;
    right: -4px;
}
.b-today__offer .b-offer__title {
    font-size: 16px;
    color: #1b222f;
    margin-top: 39px;
}
.b-today__offer .b-price {
    color: #1b222f;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin: 10px 0 2px;
    width: 100%;
}
.b-today__offer .b-price__curency {
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    line-height: 21px;
    margin-top: 3px;
    font-weight: normal;
}
.b-today__offer .b-price__cost {
    display: inline-block;
    vertical-align: middle;
    font-size: 38px;
    line-height: 38px;
    font-weight: normal;
}
.b-today__offer .b-price__new {
    font-size: 45px;
    font-weight: 300;
}
.b-today__offer .b-price__old {
    font-size: 26px;
    font-weight: 300;
}

.b-trusted {
    padding: 50px 0;
}
.b-trusted__item {
    display: inline-block;
    width: 238px;
    height: 130px;
    border: 1px solid #e7eaf0;
    border-radius: 5px;
    margin: 0px 8px 0;
    text-align: center;
    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;
    position: relative;
    width: fit-content;
    height: 96px;
    padding: 10px;
    margin: auto;
}
.b-trusted__image_payments {
    position: relative;
    margin: 10px auto 0;
    width: 85%;
}
.b-trusted__image_risk {
    position: relative;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.b-trusted__image_secured {
    position: relative;
    margin: 10px auto 0;
    width: 190px;
}
.b-trusted__image_downloads {
    position: relative;
    vertical-align: middle;
    width: 63px;
    height: 63px;
    margin: 5px 10px 0 0;
}
.b-trusted__text_risk {
    display: inline-block;
    vertical-align: middle;
    max-width: 135px;
    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 {
    display: inline-block;
    vertical-align: middle;
    max-width: 142px;
    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;
    display: block;
}
.b-trusted__text_downloads span {
    font-size: 12px;
    vertical-align: 7px;
}

.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(../i/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;
}

.b-product {
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(54, 63, 70, 0.06);
    border: solid 1px #e2e8ed;
    background: #ffffff url(../i/product-bg.svg) no-repeat 0 0;
    display: flex;
    padding: 30px;
    margin-bottom: 24px;
}
.b-product__box {
    width: 145px;
    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-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-software {
    padding: 60px 0 20px 0;
}

.b-recommends__title {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #1b222f;
    margin-bottom: 20px;
    text-align: center;
}


.b-check-update {
    margin: 0 auto;
    font-size: 11px;
    line-height: 18px;
}
.b-check-update_margin-bottom {
    margin-bottom: 30px;
}
.b-check-update-version__container {
    margin: 20px 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}
.b-check-update-version__container_available {
    background: url(../i/avaliable.png) 25px center no-repeat;
    padding-bottom: 20px;
}

.b-check-update__title {
    font-size: 20px;
    color: #000;
    padding: 20px 0px 5px 0px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
}
.b-check-update__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.b-btn_green_gradient {
    background: linear-gradient(to bottom, rgb(125, 220, 29) 0%, rgb(92, 176, 5) 100%);
}
.b-check-update__recommends {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    margin: 40px 0;
}

.b-check-update{
    min-height: 720px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 18px;
}
.b-check-update_width{
    width:960px;
}
.b-check-update_margin-bottom{
    margin-bottom:30px;
}
.b-check-update-version__container{
    margin: 20px 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border:1px solid #bcbcbc;
    border-radius:5px;
}
.b-new-version{
    background: url(../i/avaliable.png) 25px 25px no-repeat;
    height: 281px;
    font-size: 14px;
    text-align: center;
}
.b-new-version_frame{
    margin: 20px 0;
    text-align: center;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}
.b-check-update__buttons{
    width: 620px;
    margin: 20px auto 0px auto;
    padding-top: 45px;
    background: url(../i/arrow.png) 20px 0px no-repeat;
}
.b-check-update__buttons_margin-top{
    margin-top:40px;
}
.b-check-update-version__container_available{
    background: url(../i/avaliable.png) 25px center no-repeat;
    height: 161px;
}
.b-check-update-version__container_short{
    height: 91px;
}
.b-check-update-version__container_uptodate{
    background: url(../i/uptodate.png)  25px center no-repeat;
    height: 91px;
}
.b-check-update__title{
    font-size: 20px;
    color: #000;
    padding: 20px 0px 5px 0px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
}
.b-check-update__title_bs{
    font-weight: normal;
    padding-top:10px;
}
.b-check-update__title_position{
    padding:35px;
    font-size:18px;
}
.b-check-update__description{
    font-size: 15px;
    line-height: 20px;
}

.slide {
    padding-top: 50px;
    display: none;
}
.slide.active {
    display: block;
}

.b-btn-show_me {
    display: inline-block;
    width: 283px;
    font-size: 20px;
    padding-bottom: 5px;
    margin: 0;
    float: left;
}
.b-btn-no {
    display: inline-block;
    width: 283px;
    margin: 0 0 0 54px;
    border: 1px solid #b9b9b9;
    color: black;
    padding-bottom: 5px;
}
.b-btn__title {
    display: block;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    padding: 6px 0 1px;
    line-height: 22px;
}
.b-btn__title_bs {
    line-height: 29px;
    font-size: 22px;
}
.b-btn__title_bs_bold {
    line-height: 27px;
    font-weight: bold;
}
.b-btn__description {
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}
.b-btn__description_bs {
    font-size: 14px;
    line-height: 25px;
}

.b-check-update__buttons .b-btn {
    padding: 0 10px;
    height: auto;
    border-radius: 8px;
    text-transform: none;
}

.b-btn_grey_gradient {
    background: linear-gradient(to bottom, rgb(249, 249, 249), rgb(240, 240, 240));
}
.b-btn_grey_gradient:hover {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(249, 249, 249));
}

.b-download__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.b-new-version_dw_box {
    height: 182px;
    text-align: center;
    padding-top: 25px;
}

.b-headliner {
    padding-bottom: 0px;
    text-align: center;
}
.b-headliner__title {
    font-size: 40px;
    line-height: 50px;
}
.b-headliner__title_blue {
    color: #025d81;
}
.b-buttons_margin-top {
    margin-top: 60px;
}
.b-buttons__norton {
    width: 122px;
    height: 66px;
    background: url(../i/norton.png) top left no-repeat;
    float: left;
    margin-left: 155px;
}
.b-buttons__text {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    color: #747474;
    float: left;
}

.b-btn_download_big {
    display: inline-block;
    width: 297px;
    margin: 0 35px 0 55px;
    text-align: center;
    font-size: 24px;
    line-height: 73px;
    vertical-align: top;
    float: left;
    padding: 0 10px;
    height: auto;
}

.b-check-update__link {
    display: block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.b-check-update__link_grey {
    color: #555555;
    font-size: 16px;
    margin-top: 30px;
}

.b-boost-social__tbody,
.b-boost-social__facebook {
    box-sizing: content-box;
}

.b-question {
    background: url(../i/bottom-block.gif) 440px 60px no-repeat;
    text-align: center;
}
.b-question_padding-top {
    padding-top: 100px;
}
.b-question__description {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}
.b-question__description_blue, .b-download__description_blue {
    color: #025d81;
}
.b-support-end {
    margin: 0 auto 40px;
    padding: 24px 48px;
    border-radius: 8px;
    background: #FFFFFF;
    font: 400 14px/20px 'Open Sans', sans-serif;
    color: #373F4B;
}
.b-support-end__title {
    margin: 0 auto 12px;
    font: 700 17px/25px 'Open Sans', sans-serif;
}

.b-top .b-compare__title {
    color: #fff;
}
html[lang='en'] .b-trusted__text_risk {
    width: 77px;
    margin-left: 15px;
}
html[lang='en'] .b-trusted__text_downloads {
    width: 100px;
    margin-left: 7px;
}
html[lang="de"] .b-btn_whitebordered {
    padding-top: 9px;
}
html[lang="de"] .b-achivs__header {
    font-size: 26px;
}
html[lang="de"] .b-top__btn .b-btn {
    padding: 0 55px;
}
html[lang="es"] .b-achivs__header {
    font-size: 25px;
}
html[lang='it'] .b-trusted__text_risk {
    font-size: 12px;
}
html[lang='it'] .b-trusted__text_risk span {
    font-size: 15px;
}
html[lang="pt"] .b-achivs__header {
    font-size: 23px;
}
html[lang='pt'] .b-trusted__text_downloads:first-line {
    font-size: 15px;
}
html[lang='pt'] .b-trusted__text_downloads {
    font-size: 11px;
}
html[lang="ru"] .b-achivs__header {
    font-size: 23px;
}

/*for video-grabber compare START*/
.b-compare_video-grabber .t-compare__line:nth-child(3) {
    display: none;
}
.b-compare_video-grabber .t-compare__line:nth-child(4) {
    display: none;
}

.b-compare_video-grabber .t-compare__line:nth-child(2) {
    height: 86px;
}
html[lang="ja"] .b-compare_video-grabber .t-compare__line:nth-child(2) {
    height: 56px;
}
html[lang="ru"] .b-compare_video-grabber .t-compare__line:nth-child(2) {
    height: 110px;
}
/*for video-grabber compare END*/

.b-top__history {
    display: block;
    font:  400 16px/40px 'Open Sans', sans-serif;
    color: #fff;
}
.d-history {
    color: #333;
    font: 500 13px/17px 'Verdana', sans-serif;
    max-height: 500px;
    margin: 20px;
    overflow: auto;
    padding: 20px;
    width: 700px;
}
.d-history h2 {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 30px;
}
.d-history-version {
    font-weight: bold;
}
.d-history-changes {
    margin-bottom: 10px;
    list-style-type: none;
}
.d-history-changes {
    font-size: 12px;
    list-style: disc outside none;
    margin-left: 20px;
    padding-left: 5px;
}
