/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.05.2018, 6:18:13
    Author     : Dmitri Puscas <dmitri.puscas@auslogics.com>
*/
.b-contact{    
    color: #323232;
    font-size: 14px;
    line-height: 1.3;
    box-sizing: border-box;
    padding:0 0 0 0;
}
.b-contact__title{
    margin: 35px 0 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 56px;
    color: #222429;
}

.b-contact{
    margin: 0 auto;
    width: 660px;
    min-width: 660px;
}

.b-contact__description{
    margin: 20px 0px 50px 0px;
}
.b-contact__link{
    outline: none;
    text-decoration: underline;
    color: #0066dd;
}
.b-contact_side_left{
    display: inline-block;
    vertical-align: top;
    width: 595px;
}
.b-departments{
    padding: 0 0 20px 0;
}
.b-departments__item{
    margin: 0px 0px 20px 0px;
}
.b-departments__header{
    min-height: 80px;
    padding: 0px 0px 0px 95px;
    background: url(../png/icons-menu.png) no-repeat 0px 50%;
}
.b-departments__header_tech{
    background-position: 0px 10px;
}
.b-departments__link, .b-departments__mutedlink{
    font-size: 129%;
    display: block;
    margin: 0px 0px 12px 0px;
    font-weight: bold;
    color: #025d81;
    text-decoration: underline;
}
.b-departments__text {
    font-size: 86%;
    line-height: 133%;
    padding: 0px;
    margin: 0px;
}
.b-departments__header_press{
    background-position: 0px -86px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.b-departments__header_partners{
    background-position: 0px -184px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.b-departments__header_affiliate{
    background-position: 0px -286px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.b-departments__header_web{
    background-position: 0px -377px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.b-departments__header_refund{
    background-position: 0 -488px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.b-contact__sidebar{
    display: inline-block;
    vertical-align: top;
    margin-left: 70px;
    width: 290px;
}
.b-contacts{
    border: 1px solid #bdbdbd;
    background: #fafafa;
    padding: 20px 0px 0px 0px;
}
.b-contacts__item{
    background: url(../png/icons-info-2.png) no-repeat 0px 0px;
    padding: 0px 30px 0px 80px;
    min-height: 110px;
}
.b-contacts__item_adress{
    background-position: 0px 8px;
}
.b-contacts__item_fax{
    background-position: 0px -108px;
    padding-top: 40px;
    box-sizing: border-box;
}
.b-contacts__item_support{
    background-position: 0px -226px;
    padding-top: 35px;
}

.b-contacts__title{
    margin-bottom: 7px;
    font-weight: bold;
    color: #025d81;
}
.b-contacts__text{
    padding: 0px 0px 40px 0px;
    border-bottom: 1px dotted #a0a0a0;
}

.b-contacts__text_padding_bottom{
    padding-bottom:29px;
}
.b-contacts__note{
    margin: 0;
    padding: 20px 10px;
    font-size: 79%;
}
.b-contacts__link{
    outline: none;
    text-decoration: underline;
    color: #0066dd;
}

.b-form{
    margin: 30px 0;
}
.b-form__note{
    margin: 20px 0px;
    font-size: 11px;
}
.b-form__note_important{
    color: #ff0000;
    border-left: 1px solid #ff0000;
    padding: 0px 0px 0px 30px;
    line-height: 18px;
}
.b-form__item{
    padding: 8px 0;
}

.b-contact-form * {
    box-sizing: content-box;
}

.b-contact-form {
    padding-bottom: 60px;
}
.b-contact-form__label,
.b-form__label{
    /* Subtitle/Subtitle 3 */

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'ss01' on;
    color: #404347;

    display: block;
    vertical-align: top;
    text-align: left;

    margin-bottom: 8px;
}
.b-asterisk{
    color: #f00;    
    margin-left: 5px;
}
.b-form-control{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 310px;
    box-sizing: border-box;
    border: 1px solid #CDCED1;
    border-radius: 8px;
    color: #222429;

    padding: 13px 40px 13px 16px;
    width: 100%;

}
.b-form__label_with_checkbox{
    width: 100%;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #222429;
}
.b-form__label_with_checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: bottom;

}

.f-error {
    border: 1px solid #f00; 
}
.b-form-control_textarea{
    height: 12em;
    min-height: 12em;
    max-height: 12em;
    resize: none;
}
.b-form__label_with_error{
    width: 100%;
    text-align: left;
    color: #ff0000;
}
.b-form__btn {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 8px;
    outline: none;
    border: none;
}

.error-message {
    width: 100%;
    display: none;
}
.error-message__description {
    font-size: 12px;
    color: #ff0000;
    margin: 0 16px;
}


.b-form__btn_submit{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'ss01' on;
    color: #FFFFFF;
    cursor:pointer;
    background: #00AD62;
}
.b-form__btn_submit:hover{
    background-color:#00D176;
}
.b-form__btn_submit:active,
.b-form__btn_submit:focus {
    background-color:#009956;
}
.b-form__btn_submit:disabled {
    background-color:#D9DBDE;
    color: #8B8C8F;
    cursor: unset;
}

.b-form__note_default{
    font-size: 10px;
    line-height: 12px;
    padding: 15px 25px;
    background: #f5f5f5;
}
.b-form__note{
    margin-top:20px;    
}
.b-form__notetitle{
    font-weight: bold;
    color: #025d81;
}
.b-form__note_hide{
    display:none;
}
.b-error-container{
    color: #ff0000;
    line-height: 20px;
    font-size: 11px;    
    display:none;
}

.b-error-container__wrapper{
    margin-left: 24px;
    width: calc(100% - 25px);
    padding-bottom:20px;
}
.b-error-container__list{
    padding: 9px 0;
    list-style-position: inside;
    list-style-type: decimal;
}
.b-error-container__unable-text {
    display: none;
}
.b-error-container__incorrect-response {
    display: none;
}
.b-departments-content{
    display: none;
}

.b-preloader{
    width:73px;
    height:40px;

    background: url('../gif/progress-animation-2.gif') 0 5px  no-repeat;           
    display: none;
}
.b-preloader_position{
    position:absolute;

    margin-left: 225px;
    margin-top: 23px;
}
.b-preloader_text_grey{
    font-size: 15px;
    color:#99a2b2;     
    padding-left:37px;
    text-align:left;

}
.b-form-submit-wrapper{
    height:32px;
}
.b-departments-content_visible{
    display:block;
}


.b-form__file  {}
.file {
    background: #F7F8FA;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 16px;

    width: calc(100% - 32px);
    height: auto;
    display: block;
}
.file__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.file__row:after {
    display: block;
    clear: both;
    content: "";
}
.file__label_container {
    display: block;
    width: auto;
    height: auto;
}
.file__label {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /*border: 1px dotted #000000;*/
    width: max-content;
    height: 20px;
}
html[lang="ja"] .file__label {
    font-size: 13px;
}
.file__label_small {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    order: 2;
    margin-top: -18px;
    color: #676A6E;
}
.file__label .file__help {
    cursor: help;
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-help-form.svg) center center no-repeat;
    vertical-align: bottom;
    margin-left: 8px;
}
.file__label_small {}
.file__button {
    box-sizing: border-box;
    display: block;
    align-items: flex-start;
    padding: 10px 16px 10px 8px;
    width: auto;
    min-width: 120px;
    max-width: 370px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CDCED1;
    border-radius: 6px;
    cursor: pointer;

    /* Button/Button small */

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #404347;
    vertical-align: baseline;
    text-align: center;
    order: 1;

}
.file__button_icon  {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-download.svg) center center no-repeat;
    vertical-align: top;
    padding: 0 8px;
}
.file__list {
    display: none;
    width: 100%;
    order: 4;
    text-align: left;
    color: #0000AA;
    cursor: pointer;
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-trash.svg) right center no-repeat;
    padding: 8px 40px 8px 0;
}
.icon  {}
.icon-upload {}


.b-contacts__text_without_border{
    border:0;
}
.b-cover{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    width: 100%;
    z-index: 10000;
}
.b-preloader_position_center{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    width: fit-content;
}
.b-form__item .help {
    cursor: help;
    float: right;
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-help-form.svg) center center no-repeat;
}



.b-thx{

    max-width: 630px;
    min-height: 540px;
}
.b-thx_size_margin{
    margin-top:20px;
    /*min-height: 720px;*/
}

.b-thx__title{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.01em;
    font-feature-settings: 'ss01' on;
    color: #222429;
}
.b-thx__message{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-feature-settings: 'ss01' on;
    color: #404347;

    margin: 24px 0;
    padding: 24px 24px 24px 64px;

    border: 1px solid #F0F7FC;
    background-color: #F0F7FC;
    border-radius: 8px;

    background-size: 24px 24px;
    background-position: 24px 24px;
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-check-rounded.svg);
    background-repeat: no-repeat;


}

.b-thx__link {
    color: #06d;
    outline: 0;
    text-decoration: none;
}
.b-thx__link:hover{
    color: #39f;
    text-decoration: underline;
}


/*ddmenu*/

.b-contact_select_from__dropdown {
    /*margin: 0 auto;*/
}

.dropdown-menu  li {
    display: block;
    margin: 0;
    padding:0;
    width: 100%;
    height: 46px;
}
.dropdown-toggle > span,
.dropdown-menu  li > span {
    display: block;
    padding: 12px 16px 12px 48px;
    width: calc(100% - 60px);
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #222429;
}

.dropdown-toggle > span[data-role=placeholder] {
    color: #8B8C8F;
}

/*.dropdown-menu  li:first-child > span {
    margin-top: 0;
    padding: 12px 16px;
}*/
.dropdown-menu li[aria-selected=true] > span,
.dropdown-menu li > span:hover {
    color: #1177D1;
    background-color: #F0F7FC;
}

.dropdown-menu li[aria-selected=true] > span > i.icon {
    position: relative;
    margin: 3px 0 3px auto;
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-check-dd.svg) center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    float: right;
}

.dropdown {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.dropdown .dropdown-toggle {
    appearance: none;
    background: #FFFFFF;
    padding: 0 35px 0 12px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    outline: none;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #CDCED1;

    border: 1px solid #CDCED1;
    width: calc(100% - 47px);
}

.dropdown .dropdown-toggle_active {
    color: #1177D1;
    border: 1px solid #1177D1;
}

.dropdown .dropdown-toggle::after {
    position: absolute;
    content: '';
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 16px; height: 16px;
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-arrow-down.svg) center center no-repeat;
}



.dropdown .dropdown-toggle.active {
    color: #1177D1;
    border: 1px solid #1177D1;
}

.dropdown .dropdown-toggle.active::after {
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-arrow-up.svg) center center no-repeat;
}

.dropdown .dropdown-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: #fff;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    /*max-width: 320px;*/
    width: calc(100% + 2px);
    z-index: 10;
    visibility: hidden;
    overflow: auto;
    /*max-height: 200px;*/
    border-radius: 8px;
    border: 1px solid #D9DBDE;
    /*box-shadow: 0 1px 4px rgba(150, 150, 150, 0.65);*/
    box-shadow: 0px 3px 4px rgba(34, 36, 41, 0.12);
}

.dropdown .dropdown-menu[aria-expanded="true"] {
    visibility: visible;
}

.dropdown .dropdown-menu > li {
    /*height: 35px;*/
    display: block;
    align-items: center;
    /*padding: 10px 12px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown .dropdown-menu > li:hover,
.dropdown .dropdown-menu > li:focus {
    outline: none;
    background: #f2f2f2;
}

.dropdown-product .dropdown-toggle > span,
.dropdown-product .dropdown-menu > li > span {
    padding: 12px 16px;
}

.b-icon {
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 24px 24px;
}
.b-icon-tech {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-tech.svg);
}
.b-icon-press {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-media.svg);
}
.b-icon-partners {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-business.svg);
}
.b-icon-affiliate {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-resellers.svg);
}
.b-icon-web {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-web.svg);
}
.b-icon-article {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-article.svg);
}

.dropdown-menu li[aria-selected=true] > span.b-icon-tech, .dropdown-menu li > span.b-icon-tech:hover {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-tech-active.svg);
}
.dropdown-menu li[aria-selected=true] > span.b-icon-press, .dropdown-menu li > span.b-icon-press:hover {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-media-active.svg);
}
.dropdown-menu li[aria-selected=true] > span.b-icon-partners, .dropdown-menu li > span.b-icon-partners:hover {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-business-active.svg);
}
.dropdown-menu li[aria-selected=true] > span.b-icon-affiliate, .dropdown-menu li > span.b-icon-affiliate:hover {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-resellers-active.svg);
}
.dropdown-menu li[aria-selected=true] > span.b-icon-web, .dropdown-menu li > span.b-icon-web:hover {
    background-image: url(https://www.auslogics.com/includes/contact/i/svg/icon-support-web-active.svg);
}

/* end ddmenu*/

/* help */

.b-help {
    display:inline-block;
    position:relative;
    /*border-bottom:1px dotted #666;*/
    text-align:left;
}
.b-help_right {
    float: right
}
.b-help .b-help__icon {
    cursor: help;
    display: block;
    width: 16px;
    height: 20px;
    background: url(https://www.auslogics.com/includes/contact/i/svg/icon-help-form.svg) center bottom no-repeat;
}

.b-help .b-help__box {
    min-width:300px;
    width: fit-content;
    top: -20px;
    left: calc(100% - 19px);
    transform: translate(-90%, -90%);
    padding: 8px 16px;
    color: #FFFFFF;
    background-color: #33353A;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.b-help:hover .b-help__box {
    display:block;
}

.b-help .b-help__box i {
    position:absolute;
    top:100%;
    left:calc(100% - 20px);
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.b-help .b-help__box i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#33353A;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.b-help .b-help__box h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.b-help .b-help__box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.b-help .b-help__box_regular {
    min-width:500px;
    width: fit-content;
    top: -35px;
    left: calc(100% - 38px);
    transform: translate(-90%, -90%);
    padding: 8px 16px;
    color: #FFFFFF;
    background-color: #33353A;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

/* end help */
.b-breadcrumbs__wrapper {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
}

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

.b-breadcrumbs {
    font-family: 'Inter', sans-serif;
    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 {
    color: #2997FC;
}

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