.b-section_support {
    background: #0F71C9 url(https://www.auslogics.com/includes/support/i/header_bg.svg) 50% 50% no-repeat;
    padding: 50px 0;
}
.b-section__title_support {
    color: #ffffff;
    font-size: 36px;
    line-height: 90px;
    font-weight: bold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.b-support-footer {
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
    min-width: 1000px;
}
.b-support-footer__title {
    display: block;
    max-width: 490px;
    margin: 0 auto;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-feature-settings: 'ss01' on;
    color: #222429;
    padding: 0 0 50px;
}

.b-questions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.b-questions__item {
    width: 235px;
    margin: 10px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}
.b-questions__icon {
    height: 64px;
    margin: 31px auto 24px auto;
}
.b-questions__icon img {
    margin-top: 5px;
}
.b-questions__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-feature-settings: 'ss01' on;
    color: #222429;
    padding: 0 0 18px;
    margin: 0 31px;
}
.b-questions__description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-feature-settings: 'ss01' on;
    color: #222429;
    max-width: 171px;
    margin: 0 31px  32px 31px;
}
.b-questions__item:hover {
    border-color: #C7D3E6;
}
.b-questions__item:hover .b-questions__title {
     color: #1583E6;
 }

.b-btn_blue {
    border: 0;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #1583e6;
    height: 55px;
    padding: 0 55px;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 15px;
    font-weight: bold;
}
.b-form__item .b-btn_blue {
    width: 357px;
}
.b-support-footer .b-btn_blue {
    width: 270px;
}
.b-btn_blue-shadow {
    box-shadow: 0 4px 11px 0 rgba(43, 115, 179, 0.4);
}
.b-btn_blue:hover {
    background-color: #1e94ff;
    border-color: #1e94ff;
    box-shadow: none;
}
.b-btn_green {
    background-color: #00bf6c;
    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;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    width: 250px;
    position: relative;
}
.b-btn_green:hover {
    background-color: #02ce5e;
}
.b-btn_shadowless {
    box-shadow: none;
}

.b-bnt__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.b-btn_size_sm .b-bnt__icon {
    margin-right: 6px;
    margin-top: -1px;
}

.b-sidebar__btn {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 20px;
    display: block;
}

.b-products {
    padding: 0 0 72px 0;
    text-align: center;
    background: #F7F8FA;
}
.b-products__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 56px;

    text-align: center;
    letter-spacing: -0.01em;
    font-feature-settings: 'ss01' on;

    color: #222429;
    margin: 0;
    padding:24px 0;
}
.b-products__subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    font-feature-settings: 'ss01' on;

    color: #222429;
    margin: 0;
    padding:4px 0 48px 0;
}

.b-products__name {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: 'ss01' on;
    color: #222429;

    padding: 0;
    margin: 0;
}
.b-products__badge {
    background-color: #F0F3F7;
    border-radius: 3px;
    color: #44596C;
    font-size: 11px;
    line-height: 11px;
    padding: 3px 7px 4px;
    display: inline-block;
    text-transform: uppercase;
    margin: 8px 0 0;
}
.b-products__section {
    display: inline-block;
    vertical-align: top;
    width: 734px;
}
.b-products__image {
    width: 56px;
    height: 56px;
    margin: 32px auto 24px auto;
    display: inline-block;
    border: 0;
}
.b-products__list_active {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.b-products__item {
    width: 235px;
    height: 172px;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    margin: 10px 0;
    text-decoration: none;
    background: #FFFFFF;
}
.b-products__item:hover {
    border-color: #C7D3E6;
}
.b-products__item:hover .b-products__name {
    color: #1583E6;
    border-color: #C7D3E6;
}
.b-products__item_null {
    border: 2px solid transparent;
}
.b-products__item_null:hover {
    border-color: transparent;
}

.b-faq {
    background: #F9F9FC;
    padding: 20px 0 40px;
}
.b-faq__title {
    color: #1B222F;
    font-size: 24px;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
}
.b-faq__subtitle {
    color: #1B222F;
    font-size: 24px;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
    display: none;
}
.b-faq__question {
    color: #204C72;
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 15px 50px 13px 25px;
    box-sizing: border-box;
}
.b-faq__question:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    background: url(https://www.auslogics.com/includes/support/i/arrow.svg) no-repeat;
    width: 11px;
    height: 11px
}
.b-faq__question_active:after {
    -moz-transform: rotate(180deg); /*  Firefox */
    -ms-transform: rotate(180deg); /*  IE */
    -webkit-transform: rotate(180deg); /*  Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /*  Opera */
    transform: rotate(180deg);
    top: 20px;
}
.b-faq__question:hover {
    color: #0F71C9;
}
.b-faq__question:hover:after {
    background: url(https://www.auslogics.com/includes/support/i/arrow_blue.svg) no-repeat;
}
.b-faq__question_active {
    background-position: -23px 6px;
}
.b-faq__answer {
    font-size: 13px;
    color: #1B222F;
    padding: 20px 25px 10px;
    border: 0;
    margin: 0;
    display: none;
}
.b-faq__link {
    color: #06d;
    outline: 0;
    text-decoration: none;
}
.b-faq__link:hover {
    color: #39f;
    text-decoration: underline;
}
.b-faq__sidebar {
    display: inline-block;
    vertical-align: top;
    width: 235px;
    margin-right: 20px;
}
.b-faq__content {
    display: inline-block;
    vertical-align: top;
    width: 745px;
}
.b-faq__important {
    color: #1B222F;
}
.b-faq__table {
    border: 0;
    margin-bottom: 10px;
}
.b-faq__item {
    display: block;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #EFEFF4;
    /*padding: 15px 50px 13px 25px;*/
    padding: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(27,34,47,0.04);
    -moz-box-shadow: 0px 3px 7px 0px rgba(27,34,47,0.04);
    box-shadow: 0px 3px 7px 0px rgba(27,34,47,0.04);
    margin: 0 0 8px;
}
.b-faq__item_active {
    border-color: #76A0C4;
}
.b-faq_general {

}
.b-faq_general .b-section__wrapper {
    width: 745px;
}
.b-faq_general .b-faq__title {
    display: none;
}
.b-faq_general .b-faq__subtitle {
    display: block;
}
.b-faq__icon {
    height: 40px;
    display: block;
    margin: 0 auto 25px;
}

.b-list {
    padding: 9px 0;
    list-style-position: inside;
}
.b-list_number {
    list-style: decimal outside;
    padding-left: 16px;
}
.b-list_number li {
    margin-bottom: 10px;
}
.b-faq__answer p {
    margin-bottom: 10px;
}
.b-list_dotted {
    list-style-type: disc;
}

.b-last {
    margin-bottom: 0;
    padding-bottom: 0;
}

.b-sidebar__title {
    color: #000;
    font: normal 18px 'Verdana', sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
}
.b-sidebar__menu {
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #EFEFF4;
    padding: 30px 25px 35px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(27,34,47,0.04);
    -moz-box-shadow: 0 3px 7px 0 rgba(27,34,47,0.04);
    box-shadow: 0 3px 7px 0 rgba(27,34,47,0.04);
}
.b-sidebar__image {
    position: relative;
    display: block;
    margin: 0 auto 32px;
}
.b-sidebar__link {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #0F71C9;
    margin-bottom: 15px;
    text-decoration: none;
}
.b-sidebar__link:hover {
    text-decoration: underline;
}
.b-sidebar__link:last-child {
    margin-bottom: 0;
}

.b-form {
    text-align: center;
    width: 530px;
    display: block;
    margin: 0 auto;
}
.b-form__description {
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    color: #676B71;
    line-height: 21px;
}
.b-form__description p {
    padding: 0;
}
.b-form__description span {
    color: #1B222F;
}
.b-form__description a {
    color: #1583E6;
    text-decoration: none;
}
.b-form__description a:hover {
    text-decoration: underline;
}
.b-form__label {
    display: inline-block;
    width: 255px;
    margin-right: 15px;
    text-align: right;
}
.b-form__field {
    display: inline-block;
}
.b-form__item {
    padding: 0;
    margin: 20px 0 0;
}
.b-form__item_last {
    padding: 0;
    margin: 40px auto;
}
.b-form__input {
    width: 357px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: 1px solid #E7E7ED;
    color: #1B222F;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    outline: none;
}
.b-form__input:focus {
    border-color: #0F71C9;
}
.b-form__input::placeholder {
    color: #7C7E84;
}
.b-form__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7C7E84;
}
.b-form__input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7C7E84;
}
.b-form__input_error {
    border: 1px solid #FF4545;
}
.b-form__notice {
    width: 357px;
    height: 55px;
    background: #dce9f6 url(https://www.auslogics.com/includes/support/i/info-icon.svg) no-repeat 4% 50%;
    background-size: 18px 18px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    color: #1583E6;
    padding: 15px 15px 15px 43px;
}
.b-form_error .b-form__notice {
    background: #fae3e5 url(https://www.auslogics.com/includes/support/i/info-icon_error.svg) no-repeat 4% 50%;
    background-size: 18px 18px;
    color: #FF4545;
}

.b-form__btn {
    cursor: pointer;
    width: auto;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}

.b-select {
    width: 357px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: 1px solid #E7E7ED;
    color: #1B222F;
    font-size: 14px;
    text-align: left;
    padding: 0;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}
.b-select_error {
    border: 1px solid #FF4545;
}
.b-select__placeholder {
    color: #7C7E84;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(https://www.auslogics.com/includes/support/i/arrow.svg) no-repeat 96% 50%;
    background-size: 10px 8px;
}
.b-select__placeholder_selected {
    color: #1B222F;
}
.b-select__placeholder:hover {
    background: url(https://www.auslogics.com/includes/support/i/arrow_blue.svg) no-repeat 96% 50%;
    background-size: 10px 8px;
    color: #0F71C9;
}
.b-select__placeholder_opened {
    background: url(https://www.auslogics.com/includes/support/i/arrow_up.svg) no-repeat 96% 50%;
    background-size: 10px 8px;
}
.b-select__placeholder_opened:hover {
    background: url(https://www.auslogics.com/includes/support/i/arrow_up_blue.svg) no-repeat 96% 50%;
    background-size: 10px 8px;
}
.b-select__options {
    display: none;
    position: absolute;
    left: -1px;
    top: 50px;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    border: 1px solid #E7E7ED;
    border-top: 0;
    padding: 0 0 10px;
    z-index: 200;
}
.b-select__option {
    display: block;
    width: 100%;
    height: 32px;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    cursor: pointer;
}
.b-select__option_selected {
    background: url(https://www.auslogics.com/includes/support/i/v.svg) no-repeat 96% 50%;
    background-size: 10px 8px;
    color: #0F71C9;
}
.b-select__option:hover {
    background-color: #DDEEFF;
}
.b-select:hover {
    border-color: #0F71C9;
}
.b-select:hover .b-select__options {
    border-color: #0F71C9;
}

.b-faq_lostkey .b-faq__title {
    margin: 0px 0px 25px 0px;
}

.b-asterisk {
    color: #f60;
}

.b-popup {
    display: none;
}

.b-notice {
    width: 620px;
    display: inline-block;
    background: white;
    border: 10px solid white;
    padding: 20px;
    font-size: 12px;
    box-sizing: border-box;
    font-family: Verdana;
    line-height: 164%;
}
.b-notice__title {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;

    font-size: 218%;
}
.b-notice_error .b-notice__title {
    color: #c00;
    border-bottom: 1px solid #c00;
}
.b-notice_success .b-notice__title {
    color: #6aac26;
    border-bottom: 1px solid #6aac26;
}

.b-compare-features {
    padding-bottom: 30px;
    padding-top: 30px;
}
.compare-features-container {
    height: 420px;
    overflow-y: scroll;
    padding: 0px 30px 30px 30px;
}
.b-compare-features h2 {
    color: #0e75be;
    text-align: center;
    font-weight: normal;
    font-family: Verdana;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}
.b-compare-features table {
    width: 800px;
}
.b-compare-features .col1 {
    background: url('../gif/compare-table-tr.gif') -4px bottom no-repeat;
}
.b-compare-features .col2 {
    background: url('../gif/compare-table-tr.gif') -504px bottom no-repeat;
}
.b-compare-features .col3 {
    background: url('../gif/compare-table-tr.gif') -604px bottom no-repeat;
}
.b-compare-features .col4 {
    background: url('../gif/compare-table-tr.gif') right bottom no-repeat;
}
.b-compare-features .last td {
    background-image: url('../gif/compare-table-last.gif');
}
.b-compare-features .subhead td {
    background: url('../gif/compare-table-head.gif') right bottom no-repeat;
}
.b-compare-features .header td{
    background-image: url('../gif/compare-table-head.gif');
}
.b-compare-features .foot {
    background: none;
}
.b-compare-features .header .col1 {
    padding-bottom: 40px;
    padding-right: 100px;
    width: 400px;
}
.b-compare-features .header .col2,
.b-compare-features .header .col3,
.b-compare-features .header .col4 {
    text-align: center;
    font-size: 12px;
}
.b-compare-features .col1 {
    width: 500px;
    color: #323232;
    font-size: 13px;
    padding: 5px 0px 18px 0px;
}
.b-compare-features .col2 {
    width: 100px;
}
.b-compare-features .col3 {
    width: 100px;
}
.b-compare-features .col4 {
    width: 100px;
}

.b-compare-features .grey {
    color: #7f7f7f;
}
.b-compare-features .orange {
    color: #ed6200;
}
.b-compare-features .mark.on {
    width: 31px;
    height: 27px;
    background: url('../png/mark-on.png') top left no-repeat;
    margin: 0px 0px 15px 30px;
}
.b-compare-features .mark.off {
    width: 20px;
    height: 19px;
    background: url('../png/mark-off-white.png') top left no-repeat;
    margin: 0px 0px 15px 35px;
}
.b-compare-features .col3 .mark.off {
    background: url('../png/mark-off.png') top left no-repeat;
}
.b-compare-features .col4 .mark.on {
    margin: 0px 0px 15px 35px;
}

.b-compare-features .subhead td {
    color: #025d81;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0px 20px 0px;
}
.b-compare-features .foot td {
    color: #323232;
    font-size: 11px;
    padding: 10px 0px 0px 0px;
}
.b-compare-features .box {
    height: 110px;
    background: url('../jpg/compare-table-box.jpg') top left no-repeat;
}
.b-compare-features .col3 .box {
    background-position: -95px;
}
.b-compare-features .col4 .box {
    background-position: -200px;
}
.d-download {
    background: url(../png/d-download-btn.png) 0 0 no-repeat transparent;
    color: #fff;
    display: inline-block;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 20px;
    padding: 15px 0 29px;
    text-indent: 0;
    text-align: center;
    text-shadow: 0 -1px 0 #599915;
    text-decoration: none;
    width: 320px;
}






.b-compare-table {
    position: relative;
    width: 1000px;
}
.b-compare-table__row {
    width: 100%;
    display: flex;
    margin-bottom: 2px;
    background-color: #f7f9fc;
}
.b-compare-table__row_last {
    border-radius: 0 0 0 10px;
}
.b-compare-table__row_header {
    border-radius: 6px 6px 0 0;
    background-color: transparent;
    align-items: flex-end;
}
.b-compare-table__row_footer {
    background-color: transparent;
    align-items: flex-start;
}
.b-compare-table__col {
    flex-direction: column;
    position: relative;
    text-align: center;
}
.b-compare-table__col_first-header {
    width: 582px;
    text-align: left;
    padding: 28px 10px 26px 40px;
    height: 130px;
    box-sizing: border-box;
    background-color: #f7f9fc;
    border-radius: 10px 0 0 0;
}
.b-compare-table__col_free {
    width: 240px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.b-compare-table__col_free:after {
    position: absolute;
    top: -2px;
    right: 0;
    background: #fff;
    width: 100%;
    content: "";
    height: 2px;
}
.b-compare-table__col_free.b-compare-table__col_header, .b-compare-table__col_pro.b-compare-table__col_header {
    background: #fff;
    height: 143px;
    border-radius: 10px 10px 0 0;
    text-align: left;
    width: 201px;
}
.b-compare-table__col_free.b-compare-table__col_footer, .b-compare-table__col_pro.b-compare-table__col_footer {
    border-radius: 0 0 10px 10px;
}
.b-compare-table__col_free.b-compare-table__col_footer:after, .b-compare-table__col_pro.b-compare-table__col_footer:after {
    height: 8px;
}
.b-compare-table__col_pro.b-compare-table__col_footer {
    border-bottom: solid 1px #1583e6;
    width: 201px;
}
.b-compare-table__col_spacer {
    width: 8px;
}
.b-compare-table__col_spacer.b-compare-table__col_header {
    height: 130px;
    background-color: #f7f9fc;
    width: 8px;
}
.b-compare-table__col_pro {
    width: 201px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
    border-left: solid 1px #1583e6;
    border-right: solid 1px #1583e6;
    margin-left: -1px;
}
.b-compare-table__col_pro:after {
    position: absolute;
    top: -2px;
    right: -1px;
    background: #fff;
    width: 100%;
    content: "";
    height: 2px;
    border-left: solid 1px #1583e6;
    border-right: solid 1px #1583e6;
}
.b-compare-table__col_free.b-compare-table__col_header:after {
    content: "FREE";
    display: block;
    position: absolute;
    background: url(../free.html);
    width: 68px;
    height: 28px;
    top: -8px;
    left: 61px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px 0 0 9px;
    border: 0;
}
.b-compare-table__col_pro.b-compare-table__col_header {
    border-top: solid 1px #1583e6;
}
.b-compare-table__col_pro.b-compare-table__col_header:after {
    content: "";
    display: block;
    position: absolute;
    background: url(https://www.auslogics.com/includes/software/disk-defrag-pro/i/pro.svg);
    width: 105px;
    height: 33px;
    top: -8px;
    left: 47px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px 0 0 9px;
    border-left: 0;
    border-right: 0;
}
.b-compare-table__col_ultimate.b-compare-table__col_header:after {
    content: "";
    background: url(https://www.auslogics.com/includes/software/disk-defrag-pro/i/ultimate.svg);
    width: 162px;
    height: 33px;
    left: 15px;
}
.b-compare-table__col_pointer {
    width: 48px;
    text-align: right;
    background: right center / 16px 16px no-repeat;
}
.b-compare-table__col_first {
    width: 534px;
    text-align: left;
    padding: 19px 19px 19px 13px;
    height: auto;
    box-sizing: border-box;
    background-color: #f7f9fc;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.b-compare-table__col_first-footer {
    width: 582px;
    background: transparent;
}
.b-compare-table__pointer {
    display: inline-block;
    vertical-align: middle;
}
.b-compare-table__col_pointer:before, .b-compare-table__col_free:before, .b-compare-table__col_pro:before {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: "";
}
.b-compare-table__flag {
    display: inline-block;
    vertical-align: middle;
}

.b-col-header {

}
.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;
}
.b-col-header__productname {
    font-size: 29px;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: 0.4px;
    color: #1b222f;
    display: inline-block;
}
.b-col-header__img {
    margin: 34px 0 0 1px;
    float: left;
}
.b-col-header__text {
    display: inline-block;
    padding: 0 0 0 10px;
    margin: 0;
    vertical-align: middle;
    width: 56%;
    color: #1A222E;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}
.b-compare .b-price {
    color: #1b222f;
    font-weight: 400;
    padding: 0 0 4px 0;
}
.b-payment__title {
    font-size: 13px;
    line-height: 19px;
    color: #757C87;
    margin-top: 1px;
}
.b-price__regular {
    font-size: 13px;
    color: #757C87;
}

.b-btn_white {
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    height: 55px;
    padding: 0 55px;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 15px;
    font-weight: 500;
    color: #1583e6;
    border: solid 2px #1583e6;
    background: #fff;
}
.b-btn_size_sm {
    width: 150px;
    height: auto;
    box-sizing: border-box;
    padding: 13px 8px 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 13px;
}
.b-btn_blue:hover {
    background-color: #1e94ff;
    box-shadow: none;
}
#j-compare-table {
    display: none;
}
.b-compare-table__help-btn {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    background: url(https://www.auslogics.com/includes/software/disk-defrag-ultimate/i/icon-question.svg);
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 1px;
    vertical-align: bottom;
    cursor: pointer;
}
.b-compare-table__help-text {
    position: absolute;
    background: #ffffff;
    width: 500px;
    height: auto;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.29);
    border: 1px solid #E3E3E3;
    padding: 20px;
    z-index: 100;
    top: -25px;
    left: 30px;
    display: none;
}
.b-compare-table__help-text::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    left: 0;
    top: 27px;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.b-compare-table__help-ul {
    list-style: outside disc;
    padding: 0 0 0 15px;
}
.b-compare-table__help-li {

}
.b-compare-table .b-price__curency {
    vertical-align: middle;
    font-size: 18px;
    line-height: 19px;
    margin-right: 4px;
}
.b-compare-table .b-price__cost {
    font-size: 18px;
    line-height: 19px;
    vertical-align: middle;
    margin-left: -4px;
}
.b-compare__btn {
    margin-top: 20px;
    display: inline-block;
}
.b-compare__link {
    display: block;
    margin: 10px auto;
    width: 150px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    background: #1583e6;
    box-shadow: 0 6px 15px 0 rgba(11, 43, 29, 0.36);
    border-radius: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
.b-section.b-compare {
    padding: 60px 0;
}


.b-support-footer__contact {
    width: calc(100% - 68px);
    margin: 50px auto 0;
    background: #666666;
    padding: 33px;
}

.b-support-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    border-radius: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.b-support-button__icon {
    background-image: url(../png/icon-letter-large-64.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    /*padding: 32px;*/
}

.b-support-button__headers {
    display: block;
    margin-left: 32px;
}
.b-support-button__title {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'ss01' on;
    color: #222429;
    text-align: left;
    margin-bottom: 8px;
}

.b-support-button__subtitle {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-feature-settings: 'ss01' on;
    color: #222429;
    text-align: left;
}

.b-support-button__button {
    display: inline-flex;
    padding: 14px 40px;
    border: 1px solid #CDCED1;
    border-radius: 8px;
    outline: none;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'ss01' on;
    color: #404347;
    text-decoration: none;
    margin-left: 267px;
}

.b-support-button__button:hover {
    border: 1px solid #222429;
    filter: drop-shadow(0px 2px 4px rgba(34, 37, 41, 0.32));
    color: #222429;
}

    /* /includes/software/disk-defrag-pro/i/ */

/*lang*/
html[lang="fr"] .b-btn_size_sm {
    width: 174px;
    font-size: 12px;
}
html[lang="it"] .b-btn_size_sm {
    width: 155px;
    font-size: 12px;
}
html[lang="it"] .b-compare-table__help-text {
    width: 440px;
}
html[lang="fr"] .b-compare-table__help-text {
    width: 480px;
}
html[lang="ru"] .b-btn_size_sm {
    width: 165px;
}
html[lang="es"] .b-compare-table__col_first {
    padding: 19px 18px 19px 12px;
}
html[lang="es"] .b-compare-table__help-text.b-compare-table__help-text_short {
    width: 415px;
}




.b-breadcrumbs {
    /*padding: 30px 0 20px;*/
    /*text-align: center;*/
}


/*.b-breadcrumbs_color_gray {
    background: #F9F9FC;
}
.b-breadcrumbs__line {
    margin: 0;
    padding: 0;
    color: #4F6375;
    font-size: 13px;
    line-height: 13px;
}
.b-breadcrumbs__link {
    text-decoration: none;
    color: #1583E6;
}
.b-breadcrumbs__link:hover {
    text-decoration: underline;
}*/

.b-breadcrumbs_support {
    display: block;
}

/* todo: move to main */
.b-breadcrumbs__wrapper {
    margin: 0 auto 0 auto;
    max-width: 1000px;
    padding: 0;
}

@media (max-width: 999px) {
    .b-breadcrumbs__wrapper {
        margin: 0;
        max-width: calc(100% - 4%);
        padding: 0 2%;
    }

    .b-questions {
        justify-content: space-evenly
    }
}

.b-section__content_breadcrumbs {
    padding: 16px 0;
    background: #F7F8FA;
}

.b-breadcrumbs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #222429;
}

.b-breadcrumbs a{
    text-decoration: none;
    color: #ADAEB2;
}

.b-breadcrumbs a:hover,
.b-breadcrumbs a:active {
    /* Todo: change */
    color: #2997FC;
}

.b-breadcrumbs span {
    padding: 0 5px;
}

/* todo: move to main */

