.b-page {
    background: #fff;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 14px;
    font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}
.b-no-js-alert {
    background: #ff9 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;}
p {
    margin: 0;
    padding: 0 0 9px 0;
}

.b-section {
    min-width: 1000px;
    position: relative;
}
.mobile .b-section {
    width: 100%;
    min-width: 360px;
    padding: 40px 0 60px 0;
}
.b-section__wrapper {
    position: relative;
    min-width: 1000px;
    z-index: 1;
}
.mobile .b-section__wrapper {
    width: 100%;
    min-width: 320px;
}
.b-section__wrapper-flex {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    position: relative;
    margin: 0 auto;
    width: 1000px;
    z-index: 1;
}

.b-achivs {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 171px;
    position: relative;
    background-color: #1f3346AA;
}
.b-achivs__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1000px;
    margin: auto;
}
.b-achivs__item {
     margin-top: 90px;
     padding: 8px 0 0 83px;
     width: fit-content;
     height: 68px;
     background: 0 / 68px no-repeat;
     text-align: left;
     animation: achiv 450ms ease-out 1 reverse forwards;
 }
.b-achivs__item:nth-child(1) {
    background-image: url("/includes/software/_first-screen/img/diamond.svg");
    animation-delay: 175ms;
}
.b-achivs__item:nth-child(2) {
    background-image: url("/includes/software/_first-screen/img/star.svg");
    animation-delay: 350ms;
}
.b-achivs__item:nth-child(3) {
    background-image: url("/includes/software/_first-screen/img/cloud.svg");
    animation-delay: 525ms;
}
@keyframes achiv {
    0% {
        margin-top: 50px;
    }
    100% {
        margin-top: 90px;
    }
}
.b-achivs__header {
    position: relative;
    vertical-align: top;
    font: 24px/30px 'Inter', sans-serif;
    color: #ffffff;
}
.b-achivs__header span {
    font-size: 83%;
    vertical-align: 4px;
}
.b-achivs__description {
    font: 14px/24px 'Inter', sans-serif;
    color: #F9F9FB;
}

.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-btn_blue {
    display: inline-block;
    color: #fff;
    background: #1583e6;
    box-shadow: 0 6px 15px 0 rgba(11, 43, 29, 0.1);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    min-height: 50px;
    line-height: 20px;
    width: 250px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    padding: 15px 10px;
}
.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_large {
    width: 300px;
}

.b-top {
    background: url(../i/top.png) 50% / cover no-repeat;
    position: relative;
    text-align: center;
    padding-bottom: 0;
}
@media screen and (max-width: 800px) {
    .b-top {
        background-image: url(../i/top.lq.jpg);
    }
}
.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: 500;
    line-height: 0.87;
    color: #ffffff;
}
.desktop .b-top__productname {
    font-family: "Roboto", sans-serif;
}
.b-top__title {
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 50px;
}
.desktop .b-top__title {
    font-family: Roboto, sans-serif;
}
.b-top__description {
    font-size: 20px;
    line-height: 26px;
    color: #ECEAEA;
    margin-top: 10px;
}
.desktop .b-top__description {
    font-family: Roboto, sans-serif;
}
.b-offer {
    width: 400px;
    height: 250px;
    border-radius: 13px;
    background-color: rgba(35,57,77,0.8);
    border: solid 2px rgba(255, 255, 255, 0.11);
    margin: 47px auto 0;
    position: relative;
    box-sizing: border-box;
}
.b-offer__sale {
    position: absolute;
    content: " ";
    background: url(../i/offer__sale.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: 21px 10px;
}
.b-offer__title {
    font-size: 17px;
    color: #ffffff;
    margin-top: 25px;
}
.b-offer__price {
    margin-top: 10px;
}
.b-offer__btn {
    margin-top: 20px;
}
.b-offer__btn .b-btn,
.b-payment .b-btn {
    margin: 0 auto;
}
.b-offer__payments {
    margin-top: 20px;
}
.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/offer__pref.png);
    width: 13px;
    height: 10px;
    top: 3px;
    left: 5px;
}

.b-price {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
}
.b-price__currency {
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
}
.b-price__cost {
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
}
.b-price__period {
    font-size: 14px;
    vertical-align: bottom;
}
.b-price__full {
    position: relative;
    color: #8e8e8e;
    margin-right: 6px;
}
.b-price__full:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 4px;
    background: #bd081db0;
}
.b-price__full>.b-price__currency {
    vertical-align: 5px;
    font-size: 12px;
    line-height: 12px;
}
.b-price__full>.b-price__cost {
    font-size: 22px;
    line-height: 22px;
}

.b-offer .b-price {
    font-size: 17px;
}
.desktop .b-offer .b-price {
    font-family: Roboto, sans-serif;
}

.b-comments__title {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #373F4E;
    margin-bottom: 50px;
}
.desktop .b-comments__title {
    font-family: Roboto, sans-serif;
}
.b-comment {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    background: #F7F9FC;
    width: 320px;
    padding: 24px 24px 56px;
}
.desktop .b-comment {
    font-family: Roboto, sans-serif;
}
.b-comment__stars {
    height: 28px;
    width: 120px;
    background: url('../i/comment__stars.png') 0 0 repeat-x;
    margin-bottom: 14px;
}
.b-comment__author {
    font: 700 24px/36px 'Open Sans', sans-serif;
    color: #373F4E;
    margin-bottom: 10px;
}
.b-comment__text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #6F7682;
    padding: 0;
}
.b-comment__footer {
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-size: 12px;
    line-height: normal;
    color: #6F7682;
}
.b-comment__link {
    color: #1583E6;
    text-decoration: none;
}
.b-comment__link:hover {
    color: #1e94ff;
    text-decoration: underline;
}

.b-parts {
    background: #F4F6FA;
}
.desktop .b-parts {
    font-family: Roboto, sans-serif;
}
.b-parts__title {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #373F4E;
    margin-bottom: 64px;
}
.b-product {
    width: 49%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 50px;
    position: relative;
}
.desktop .b-product {
    font-family: Roboto, sans-serif;
}
.b-product__box {
    margin-right: 40px;
    width: 145px;
    height: 205px;
    flex: none;
}
.b-product__purchased {
    position: absolute;
    top: 8px;
    left: 97px;
}
.b-product__title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    color: #373F4E;
    margin-bottom: 10px;
}
.b-product__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #373F4E;
    margin-bottom: 2px;
}
.b-product__description {
    padding:  0 0 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #373F4E;
}
.b-product__content {
    align-self: center;
}
.b-product__link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #1583E6;
}

.b-section_cart {
    background: linear-gradient(180deg, #3D96E6 0%, #1760A1 100%);
    padding-top: 70px;
    padding-bottom: 100px;
}
.desktop .b-section_cart {
    font-family: Roboto, sans-serif;
}
.b-section_cart:before {
    content: '';
    width: 608px;
    height: 640px;
    position: absolute;
    top:0;
    left:0;
}
.lazyloaded.b-section_cart:before {
    background: url('../i/section_cart_left.png') top left no-repeat;
}
.b-section_cart:after {
    content: '';
    width: 678px;
    height: 640px;
    position: absolute;
    right: 0;
    top:0;
}
.lazyloaded.b-section_cart:after {
    background: url("../i/section_cart_right.png") top right no-repeat;
}
.b-section__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.desktop .b-section__title {
    font-family: Roboto, sans-serif;
}
.b-section__description {
    font-weight: normal;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2875px;

    color: #FFFFFF;
}

.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__boxshot {
    width: 501px;
    height: 247px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url('../i/cart__image.png') no-repeat;
}
.b-cart__boxshot_boost-speed {
    background-image: url('../i/cart__boxshot_boost-speed.png');
}
.b-cart__boxshot_disk-defrag-pro {
    background-image: url('../i/cart__boxshot_disk-defrag-pro.png');
}
.b-cart__boxshot_driver-updater {
    background-image: url('../i/cart__boxshot_driver-updater.png');
}
.b-cart__boxshot_anti-malware {
    background-image: url('../i/cart__boxshot_anti-malware.png');
}
.b-cart__purchased {
    display: inline-block;
    position: absolute;
    right: 9px;
    bottom: 57px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #ffffff;
    padding: 9px 30px 9px 60px;
    border-radius: 4px;
    width: 187px;
    background: #ff4545 url('../i/cart__purchased.png') 20px center no-repeat;
    box-sizing: border-box;
}
.b-cart__content {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 110px;
}
.b-cart__substrate {
    width: 410px;
    height: 305px;
    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: 305px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
    top: 10px;
    left: -10px;
    opacity: 0.16;
}

.b-cart .b-price {
    color: #1b222f;
}
.b-cart .b-payment {
    padding: 14px 50px;
}
.b-payment__title {
    font-size: 17px;
    font-weight: 200;
}
.b-payment__methods {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.b-payment__licence {
    font-weight: 200;
    margin: 10px 0 10px;
}
.b-payment__item {
    margin: 0 9px;
}
.mobile .b-top .b-section__wrapper {
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
}
.mobile .b-top__productname {
    display: inline;
    font-size: 26px;
    line-height: 36px;
}
.mobile .b-top__productlogo {
    float: left;
}
.mobile .b-top__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
}
.mobile .b-top__description {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}
.mobile .b-top__description br {
    display: none;
}
.mobile .b-offer {
    margin: 27px auto 0;
    width: 100%;
    text-align: center;
}
.mobile .b-comments .b-section__wrapper {
    padding: 0 15px;
    box-sizing: border-box;
}
.mobile .b-comments__title {
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
}
.mobile .b-comment__carousel {
    width: 330px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto 20px;
}
.mobile .b-comment__carousel-wrapper {
    display: flex;
    width: 1200px;
    text-align: left;
}
.mobile .b-comment {
    box-sizing: border-box;
    margin-right: 20px;
    width: 330px;
}
.mobile .b-comment__carousel-control {
    position: relative;
    display: block;
    text-align: center;
}
.mobile .b-comment__carousel-btn {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #d0e6fa;
    cursor: pointer;
    margin: 0 2px;
}
.mobile .b-comment__carousel-btn_active {
    background: #1583e6;
}
.mobile .b-section.b-comments {
    padding: 40px 0;
}
.mobile .b-parts .b-section__wrapper {
    padding: 0 15px;
    box-sizing: border-box;
}
.mobile .b-parts__title {
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 30px;
}
.mobile .b-product {
    width: 100%;
    padding: 0;
    display: flex;
}
.mobile .b-product__subtitle {
    margin: 0 0 7px;
}
.mobile .b-product__title {
    margin-bottom: 6px;
    line-height: 23px;
}
.mobile .b-product__box {
    height: 96px;
    width: 68px;
    margin: 0 18px 0 0;
    float: left;
}
.mobile .b-section.b-parts {
    padding: 40px 0 10px 0;
}
.mobile .b-section_cart .b-section__wrapper {
    padding: 0 15px;
    box-sizing: border-box;
}
.mobile .b-section_cart .b-section__title {
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
}
.mobile .b-section_cart .b-section__description {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.mobile .b-section_cart:before {
    width: 100%;
}
.mobile .b-cart {
    padding-top: 0;
    padding-bottom: 30px;
}
.mobile .b-cart__boxshot {
    display: none;
}
.mobile .b-cart__content {
    position: relative;
    width: 100%;
    top: 30px!important;
}
.mobile .b-cart__substrate {
    width: 100%;
}
.mobile .b-cart__substrate:before {
    width: 100%;
}
.mobile .b-btn_large {
    width: 240px;
}
.mobile .b-help__btn a {
    margin: 0 auto;
}