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

* {box-sizing: border-box;}

.b-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 700;
    background-color: #ffffff;
}

.b-header__wrapper {
    position: relative;
    width: 1000px;
    height: 70px;
    margin: auto;
    text-align: right;
}
.b-header__auslogics-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
    width: 139px;
    height: 36px;
    background: url("/includes/images/header/logo__blue.svg") no-repeat;
}
.b-header__auslogics-logo.new_year {;
    height: 40px;
    background: url("/includes/images/header/logo__newyear.svg") no-repeat;
}
.b-header__menu-item {
    display: inline-block;
    margin-right: 40px;
    vertical-align: -25px;

    font: 600 14px/20px 'Open Sans';
    letter-spacing: -0.01em;
    color: #353F4B;
    text-decoration: none;
}
.b-header__download {
    display: inline-block;
    min-width: 180px;
    height: 40px;
    background: #E0ECFE;
    border-radius: 5px;
    text-align: center;
    vertical-align: -25px;
    padding: 10px;

    font: 600 14px/20px 'Open Sans';
    letter-spacing: -0.01em;
    color: #196AB8;
    text-decoration: none;
}

.b-section {
    min-width: 1000px;
}
.b-section_dd {
    background-image: linear-gradient(to bottom, #1ea3dc, #1b89b7);
}
.b-section_dd:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../i/section_dd.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.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__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-bg {
    position: relative;
    max-width: 1160px;
    width: 100%;
    height: 661px;
    box-sizing: border-box;
    background: linear-gradient(252.16deg, #196AB8 0%, #1D70C0 17.19%, #2379CC 29.49%, #1D71C1 41.41%, #196AB8 100%);
    border-radius: 20px;
    margin: 100px auto 0;
    text-align-last: auto;
    color: #FFFFFF;
}
.b-press-bg__cloud-1 {
    position: absolute;
    left: -100px;
    top: 547px;
    width: 250px;
    height: 130px;
    background: url("../i/cloud-1.svg");
}
.b-press-bg__cloud-2 {
    position: absolute;
    right: -52px;
    top: 586px;
    width: 162px;
    height: 82px;
    background: url("../i/cloud-2.svg");
}
.b-section-reviews {
    background: linear-gradient(252.16deg, #196AB8 0%, #1D70C0 17.19%, #2379CC 29.49%, #1D71C1 41.41%, #196AB8 100%);
    border-radius: 20px;
    min-height: auto;
    padding: 60px 0 0;
}
.b-section-reviews__title {
    font: 700 36px/47px 'Inter', sans-serif;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFF;
}
.b-section-reviews__description {
    margin-top: 20px;
    font: 16px/26px 'Inter', sans-serif;
    text-align: center;
    color: #FFF;
}
.b-press__author {
    margin-top: 15px;
    font: 700 20px/28px 'Inter', sans-serif;
    text-align: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.b-press__review {
    display: block;
    margin-top: 9px;
    width: auto;
    padding: 20px 30px 0;
    border: none;
    background: #00000000;
    font: 18px/27px 'Inter', sans-serif;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.b-press__review::before {
    display: none;
}
.b-press__review::after {
    display: none;
}

.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 {
    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 {
    background: #fff;
    color: #00bf6c;
    box-sizing: border-box;
    border: 2px solid #00bf6c;
}
.b-btn_white:hover {
    color: #fff;
    background: #00bf6c;
}
.b-btn_rounded {
    border-radius: 20px;
}
.b-btn_size_sm {
    width: 150px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    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%;
    min-width: 1000px;
    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: 0;
    /*margin: 70px 0 0 0;*/
    overflow: hidden;
}

.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-price {
    display: inline-block;
    font-size: 17px;
    position: relative;
}
.b-price__curency {
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
}
.b-price__cost {
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
    margin-left: -4px;
}
.b-price__period {
    font-size: 14px;
    vertical-align: bottom;
    margin-left: -4px;
    margin-right: 4px;
}
.b-price__old {
    padding-right: 22px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.b-price__old_sm {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: #202734;
    padding-right: 10px;
}
.b-price__old span {
    vertical-align: top;
    font-size: 15px;
    margin-top: -3px;
    display: inline-block;
}
.b-price__old:after {
    position: absolute;
    content: " ";
    background: url(../i/stripe.png);
    width: 86px;
    height: 22px;
    left: 0px;
    top: 3px;
}
.b-price__new {
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    font-size: 45px;
    font-weight: 300;
}
.b-price__new_sm {
    font-size: 29px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 23px;
}
.b-price__new span {
    vertical-align: top;
    font-size: 22px;
    margin-top: -6px;
    display: inline-block;
}
.b-price__new_sm span {
    font-size: 15px;
    margin-top: -4px;
}
.b-price__new_red {
    color: #ff4545;
}

.b-top {
    position: relative;
    text-align: center;
    padding: 120px 0 100px;
    overflow: hidden;
}
.b-top__background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 886px;
    background: #2A7FBD url("../i/bs14.png") calc(50% + 351px) 61px / 811px 520px no-repeat;

    overflow: hidden;
}
.b-top__bs13 {
    position: absolute;
    width: 811px;
    height: 520px;
    left: calc(50% - 40px);
    top: 40px;
    background: url("../i/bs14.png") 0 0 / 811px 520px no-repeat;
}
.b-top__cloud {
    position: absolute;
    width: 91px;
    height: 38px;
    background: url("../i/cloud.png") 0 0 / 91px 38px no-repeat;
}
.b-top__cloud-1 {
    left: calc(50% + 755px);
    top: 258px;
    transform: skew(40deg);
    background: url("../i/cloud.png") 0 0 / 100% 100% no-repeat;
    height: 46px;
    width: 109px;
}
.b-top__cloud-2 {
    left: calc(50% - 109px);
    top: 360px;
    opacity: 0.5;
}
.b-top__cloud-3 {
    left: calc(50% + 564px);
    top: 755px;
    transform: scaleX(-1);
}
.b-top__cloud-4 {
    left: calc(50% - 655px);
    top: 729px;
}
.b-top__art-1 {
    position: absolute;
    width: 74px;
    height: 57px;
    left: calc(50% + 804px);
    top: 701px;
    background: url("../i/bs13-art1.svg");
}
.b-top__art-2 {
    position: absolute;
    width: 119px;
    height: 54px;
    left: calc(50% - 853px);
    top: 593px;
    background: url("../i/bs13-art2.svg");
}
.b-top__left-text {
    position: relative;
    text-align: left;
    width: 500px;
}
.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__clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.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;
    vertical-align: middle;
    padding-left: 34px;
    /*margin-top: 2px;*/
    background: url("../i/i.svg") 0 1px / 24px 24px no-repeat;
    font: italic 400 16px/26px 'Open Sans';
    color: #FFFFFF;
}
.b-top__title {
    margin-top: 40px;
    font: normal 700 48px/58px 'Open Sans';
    letter-spacing: -0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    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: 20px;
    font: normal 400 18px/27px 'Open Sans';
    letter-spacing: -0.01em;
    color: #c9dfef;
}
.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-box {
    width: fit-content;
    text-align: center;
}
.b-top__btn {
    display: inline-block;
    position: relative;
    margin-top: 40px;
    padding: 12px 56px 12px 28px;
    background: #FFFFFF;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.b-top__btn-text {
    padding: 0 28px 0 0;
    border-right: solid 2px #dcecfb;
    font: normal 600 16px/32px 'Open Sans';
    letter-spacing: -0.01em;
    color: #1583E6;
    text-decoration: none;
}
.b-top__btn-img {
    position: absolute;
    right: 19px;
    top: 18px;
    width: 20px;
    height: 20px;
}
.b-top__btn-box-caption {
    margin: 10px auto 0;
    width: fit-content;
    padding-left: 29px;
    background: url("../i/microsoft-logo.png") 0 0 / 18px 18px no-repeat;

    font: normal 600 12px/18px 'Open Sans';
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #E0ECFE;
}
.b-top__btn .b-btn_green {
    box-shadow: 0 6px 15px 0 rgba(11, 43, 29, 0.36);
}
.b-top__btn .b-btn_green:hover {
    box-shadow: none;
}
.b-top__offer {
    margin: 174px auto 0;
    width: 1000px;
}
.b-top__new-features {
    display: block;
    position: relative;
    margin-top: 10px;

    font: italic 400 16px/26px 'Open Sans';
    text-align: center;
    text-decoration: underline;
    color: #FFFFFF;
}
.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__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-compare {
    position: relative;
    padding: 0 0 100px;
    margin: 0 auto;
}
.b-compare-art-1 {
    position: absolute;
    left: -48px;
    top: -61px;
    width: 539px;
    height: 181px;
    background: url("../i/clouds-three.svg") no-repeat;
}
.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;
    width: 55px;
    height: 76px;
}
.b-col-header__productname {
    font-size: 29px;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: 0.4px;
    color: #1b222f;
    display: inline-block;
    vertical-align: middle;

}
.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%;
}

.b-price_compare {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #1b222f;
    padding: 7px 0;
}
.b-price_compare .b-price__old {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b222f;
    padding-right: 10px;
}
.b-price_compare .b-price__old span {
    display: inline;
    vertical-align: top;
    font-size: 18px;
    margin-top: 0;
}
.b-price_compare .b-price__old:after {
    background-size: 100% 100%;
    width: 64px;
    height: 16px;
}
.b-price_compare .b-price__new {
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    font-size: 29px;
    font-weight: normal;
}
.b-price_compare .b-price__new span {
    vertical-align: top;
    font-size: 15px;
    margin-top: -4px;
    display: inline-block;
    font-weight: normal;
}

.b-comments {
    position: relative;
    background: url(../i/chat-icon.png) no-repeat 50% 55px;
    padding: 100px 0 ;
    text-align-last: justify;
    color: #353F4B;
}

.b-comments__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1320px;
    background: #F4F6FA url("../i/comment_background.svg") center top no-repeat;
}
.b-comments__headers {
    display: inline-block;
    width: 490px;
    text-align-last: auto;
    vertical-align: top;
}
.b-comments__review {
    display: inline-block;
    width: 405px;
    text-align-last: auto;
    vertical-align: top;
}

.b-comments__title {
    font: 700 36px/47px 'Open Sans';
    letter-spacing: -0.02em;
}
.b-comments__text {
    font: 400 18px/27px 'Open Sans';
    letter-spacing: -0.01em;
    margin-top: 30px;;
    width: 377px;
}
.b-comments__item {
    display: block;
    padding-bottom: 39px;
    border-bottom: 1px solid #CDD0D6;
    margin-bottom: 40px;
    cursor: pointer;
    text-decoration: none;
    color: #353F4B;
}
.b-comments__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*.b-comments__item:hover, .b-comments__item_fill {
    background: #1d71bc;
}*/
.b-comments__image {
    margin-top: 20px;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.b-comments__itemname {
    margin: 24px 0 0 60px;
    font: 700 12px/16px 'Open Sans';
}
.b-comments__stars {
    position: relative;
    width: 92px;
    height: 16px;
    background: url("../i/trustpilots_star.png") 0 0 / 19px 16px;
}
.b-comments__item-title {
    margin-top: 10px;
    font: 700 16px/24px 'Open Sans';
    letter-spacing: -0.01em;
}
.b-comments__itemtext {
    margin-top: 20px;
    font: 400 16px/26px 'Open Sans';

}
.b-comments__date {
    margin-left: 60px;
    font: 400 12px/20px 'Open Sans';
}
.b-comments__footer {
    position: relative;
    margin-top: 30px;
    box-sizing: border-box;
    width: 490px;
    height: 155px;
    background: #EFF1F5 url("../i/faq.png") 19px 19px / 48px 48px no-repeat;
    border: 1px solid #CDD0D6;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 19px 0 0 87px;
}
.b-comments__footer-title {
    font: 700 16px/24px 'Open Sans';
    letter-spacing: -0.01em;
}
.b-comments__footer-caption {
    margin-top: 5px;
    font: 400 16px/26px 'Open Sans';
}

.b-btn_comments {
    display: inline-block;
    margin-top: 20px;
    min-width: 180px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;

    font: 600 14px/20px 'Open Sans';
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.01em;
    color: #196AB8;
    cursor: pointer;
    text-transform: uppercase;
}
.b-btn_comments:hover {
    color: #fff;
    background-color: #1375ce;
}

.b-section_achivs {
    padding: 80px 0 100px;
    box-sizing: content-box;
    height: 64px;
    text-align: center;
    overflow: hidden;
}
.b-achivs__item {
    display: inline-block;
    position: relative;
    min-width: 250px;
    height: 64px;
    box-sizing: border-box;
    margin: 100px 20px 0;
    padding-left: 84px;
    vertical-align: top;
    text-align: left;
    opacity: 0;
}
.b-achivs__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: #E0ECFE url("../i/icon-download.png") center / 40px no-repeat;
}
.b-achivs__header {
    position: relative;
    margin-top: 7px;
    font: 700 18px / 27px 'Open Sans';
    letter-spacing: -0.01em;

    color: #353F4B;
    vertical-align: top;
}
.b-achivs__description {
    margin-top: 2px;
    font: 14px / 20px 'Open Sans';
    letter-spacing: -0.01em;
    color: #868c93;
}

.b-today {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    background:
            url("../i/bs13-white_x2.png") center 131px / 672px 448px no-repeat,
            url("../i/cloud-3.svg") center 0 no-repeat;
    box-sizing: border-box;
    position: relative;
    min-height: 830px;
}

.eb13-achievement {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}
.eb13-achievement__item {
    width: 280px;
    padding-top: 101px;
    background: center top no-repeat;

    font: 400 16px/24px 'Open Sans';
    text-align: center;
    color: #81858A;
}
.eb13-achievement__item:first-line {
    font: 700 24px/46px 'Open Sans';
    color: #39393A;
}
.eb13-partner {
    display: flex;
    justify-content: space-between;
    width: 606px;
    margin: 80px auto 0;
}
.eb13-partner__microsoft {
    display: block;
    width: 274px;
    height: 80px;
}
.eb13-partner__trustpilot {
    display: block;
    width: 152px;
    height: 80px;
}

.b-bottom__offer {
    margin: 100px auto;
    width: 1000px;
    text-align: center;
}

.b-trusted {
    padding: 720px 0 100px;
    position: relative;
}
.b-bottom__offer .b-limited-offer__before {
    color: #39393A;
}
.b-trusted__item {
    display: inline-block;
    position: relative;
    width: 235px;
    height: 96px;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
}
.b-trusted__item:nth-child(n+2):after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -10px;
    width: 1px;
    height: 40px;
    background-color: #dfe2e9;
}
.b-trusted__item:first-child {
    margin-left: 0px;
}
.b-trusted__item:last-child {
    margin-right: 0px;
}
.b-trusted__content {
    position: relative;
    margin: auto;
    max-width: 100%;
    width: fit-content;
    min-height: 60px;
    box-sizing: border-box;
    padding: 7px 10px;

}
.b-trusted__description {
    position: absolute;
    bottom: 0;
    width: 100%;
    font: 12px / 16px 'Open Sans';
    text-align: center;
    color: #9A9FA5;
    height: 16px;
}
.b-trusted__image_payments {
    position: relative;
    width: 166px;
    margin: auto;
}
.b-trusted__image_risk {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 50px;
    height: 50px;
}
.b-trusted__image_secured {
    width: 135px;
    margin: auto;
}
.b-trusted__image_downloads {
    position: absolute;
    left: 10px;
    top: 9px;
    width: 44px;
    height: 44px;
}
.b-trusted__text_risk {
    margin-left: 60px;
    font: 14px / 20px 'Open Sans';
    letter-spacing: -0.01em;
    color: #353F4B;
    text-align: left;
}
.b-trusted__text_risk span {
    display: block;
    position: relative;
    font: 700 18px / 27px 'Open Sans';
    letter-spacing: -0.01em;
    color: #1583E6;
}
.b-trusted__text_downloads {
    position: relative;
    margin: 2px 0 2px 60px;
    text-align: left;
    font: 400 12px/16px 'Open Sans';
    color: #9A9FA5;
}
.b-trusted__text_downloads:first-line {
    position: relative;
    font: 400 18px/27px 'Open Sans';
    letter-spacing: -0.01em;
    color: #1271C7;
    text-transform: capitalize;
}

/*rewrite footer class*/
.b-footer-tinywhite__logo_1 {
    background: url("../i/auslogics_logo_black.svg") 0 0 / 161px 42px no-repeat;
}
.b-footer-tinywhite-bottom {
    padding: 40px 0;
}

html[lang="de"] .b-btn {
    padding: 0 10px;
}
html[lang="de"] .b-btn_size_sm {
    width: 190px;
    line-height: 20px;
    padding: 0;
}
html[lang="de"] .b-btn_whitebordered {
    padding-top: 9px;
}
html[lang="de"] .b-top__description {
    font-size: 15px;
}
html[lang="de"] .b-top__btn .b-btn {
    padding: 0 55px;
}
html[lang="es"] .b-top__description {
    font-size: 14px;
}
html[lang="es"] .b-btn {
    padding: 0 10px;
    font-size: 14px;
}
html[lang="es"] .b-btn_size_sm {
    padding: 0;
}
html[lang="es"] .b-top__btn .b-btn {
    padding: 0 55px;
}
html[lang="fr"] .b-top__description {
    font-size: 15px;
}
html[lang="fr"] .b-btn {
    padding: 0 8px;
    font-size: 11px;
}
html[lang="fr"] .b-btn_size_sm {
    padding: 0;
    width: 160px;
}
html[lang="fr"] .b-top__btn .b-btn {
    padding: 0 55px;
}
/*html[lang='fr'] .b-trusted__text_downloads span {
    font: 400 16px/27px 'Open Sans';
}*/
html[lang="it"] .b-btn {
    padding: 0 10px;
    font-size: 13px;
}
html[lang="it"] .b-btn_size_sm {
    padding: 0;
    width: 160px;
}
html[lang="it"] .b-top__btn .b-btn {
    padding: 0 55px;
}
html[lang="pt"] .b-top__description {
    font-size: 14px;
}
html[lang="pt"] .b-btn {
    padding: 0 10px;
    font-size: 13px;
}
html[lang="pt"] .b-top__btn .b-btn {
    padding: 0 55px;
}
html[lang="pt"] .b-btn_size_sm {
    padding: 0;
    width: 210px;
}
html[lang="pt"] .b-trusted__text_downloads::first-line {
    font-size: 16px;
}
html[lang="ru"] .b-btn {
    padding: 0 10px;
    font-size: 13px;
}
html[lang="ru"] .b-top__btn .b-btn {
    padding: 0 55px;
}
html[lang="ru"] .b-btn_size_sm {
    padding: 0;
    width: 210px;
}
.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;
}
