html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 1000px !important;
}
h1 {
    font-family: Oswald;
    font-size: 58px;  
}
h2 {
    font-family: Oswald;
    font-size: 46px;  
}
h3{
    font-family: Oswald;
    font-size: 26px;  
}
h4{
    font-family: Oswald;
    font-size: 24px;  
}
body::before{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content: url('../i/mb-back-active.png')  url('../i/mb-back.png');
}
p    {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.b-section_career {
    color: white;
    background: #698a9a url('../i/career.jpg') center top no-repeat;
    background-size: cover;
    text-align: center;
    height: 880px;
    box-sizing: border-box;
}
.b-section_career_top {
    color: white;
    background: #4f4645 url('../i/career-top.jpg') center top no-repeat;
    background-size: cover;
    text-align: left;
    height: 570px;
    box-sizing: border-box;
}

.mobile .b-section .b-section__subtitle,
.mobile .b-section_vacancy_top .b-section__title {
    padding: 0 10px
}

.mobile .b-section .b-section__subtitle {
 font-size: 36px;
}
.b-section__title_text-align{
    text-align: center;
}
.b-section__empty {
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: baseline;
}
.b-section__subtitle_level3 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto;
    width: calc(100% - 60px);
}
.b-section__description_width_margin{
    margin-top:50px;
    text-align:left;
    width:520px;
    font-size:20px;
    line-height: 26px;
    color: #ffffff;
}

.b-section_career-top .b-section__title {
    text-align: left;
}

.b-section_career-top .b-section__description {
    text-align: left;
    width: 530px;
    font-weight: 100;
}
.b-section_text {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0;
}
.b-section_text .b-section__subtitle {
    text-align: left;
    margin: 60px 0 40px 0;
}
.b-section_place {
    color: white;
    background: #7392af url('../i/place.jpg') center top no-repeat;
    background-size: cover;
    text-align: center;
    height: 902px;
    box-sizing: border-box;
}
.b-section_why {
    background: #f3f3f3;
}
.b-section_inside {
    color: white;
    background: #1c1c1c url('../i/inside2.jpg') center top no-repeat;
    background-size: cover;
    height: 840px;
    box-sizing: border-box;
    padding-top: 85px;
}
.b-section_inside .b-section__subtitle {
    text-align: left;
    margin-bottom: 15px;
}
.b-section_inside .b-section__description{

}
.b-section__description_team{

    text-align: left;
    width: 540px;
    font-size: 16px;
}
.b-section_questions {
    text-align: center;
}
.b-section__text {
    width: 600px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 150%;
    margin-top: 30px;
    padding: 0 40px 0 0;
}
.b-section__text_background {
    margin-top: 60px;
    background: rgba(34,69,98,.8);
    padding: 40px 40px 20px 40px;
}
.b-section__p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size:14px;
}
.b-section__link {
    text-decoration: none;
    color: #0066dd;
}
.b-section__link:hover {
    text-decoration: underline;
    color: #0066dd;
}
.b-section__link_invert {

    text-decoration: underline;
    color: white;
}
.b-section__link_invert:hover {
    text-decoration: none;
    color: white;
}
.b-section__attention {
    background: #f5f7fa;
    padding: 50px;
    margin-top:42px;
}
.b-section__atitle{
    font-family: Oswald;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    margin:0 0 36px 0;
}

.b-section__list {
    list-style-type: decimal;
}

.b-btn_br{
    border-radius:5px;
}
.b-section__list li, .b-section__paragraph_margin-top{
    margin-top:23px;    
}
.b-section__examples{
    background-color: #f5f7fa;
    padding: 49px 0 45px 50px;
}
.b-section__paragraph_margin-bottom{
    margin-bottom:27px;
}
.b-section__paragraph_mt_b{
    margin:45px 0 0 0;
}
.b-section__paragraph_mt_m{
    margin:30px 0 0 0;
}

.b-section__paragraph_padding{
    padding:16px 0 11px 0;
}
.b-section__result{
    font-family: Oswald;
    padding: 2px 0 13px 0;
    margin:0;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
.b-section__result_padding-top{
    padding-top:28px;
}
.b-btn_margins{
    margin:52px 0 40px 0;
}
/* SUBMENU */
.b-submenu {
    background: #f5f5f5;
    min-width: 960px;
}
.b-submenu_fixed {
    position: fixed;
    width: 100%;
    min-width: 1000px;
    top: 0;
    left: 0;
    z-index: 1000;
}
.b-submenu__wrapper {
    text-align: center;
}
.b-submenu__link {
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    color: #808080;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0); 

}
.b-submenu__link:hover {
    color: #0078c0;
    text-decoration: none;
}
.b-submenu__link_active {
    border-bottom: 2px solid #0078c0;
}
.b-submenu__link_black_mode{
    border:0;
    color:white;
}
.b-submenu__link_active.b-submenu__link_black_mode{
    background: url('../i/mb-back-active.png') 0 bottom repeat-x;
    border:0;
}

.b-submenu__link_active.b-submenu__link_black_mode:hover{
    background: url('../i/mb-back-active.png') 0 bottom repeat-x;
    border:0;

}
.b-submenu__link_black_mode:hover{
    color:#abdfff; 
    background: url('../i/mb-back.png') 0 bottom repeat-x;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0); */
}
/* Submenu end */
.b-photos {
    margin-top: 60px;
}
.b-photos__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.b-photos__item_last {
    margin-right: 0;
}
.b-photos__image {
    display: block;
    margin-bottom: 20px;
}

.b-why {
    margin-top: 30px;
}
.b-why__item {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 10px;
    text-align: center;
}
.b-why__image {
    margin-bottom: 30px;
    height:238px;
}
.b-why__title {
    font-size: 26px;
    line-height: 122%;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 20px 0;
    font-weight: normal;
}
.b-why__text {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.b-jobs {
    margin-top: 60px;
}
.b-jobs__section {
    width: 450px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
}
.b-jobs__section_last {
    margin-right: 0;
}
.b-jobs__link {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    color: #000000;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    margin-bottom: 14px;
    padding: 10px 26px;
}
.b-jobs__link:hover {
    border-color: #0078c0; 
}
.b-jobs__link:active,
.b-jobs__link_active {
    /*  border-color: #0078c0; */
    color: #0078c0;
    background: #f4f8ff;
}
.b-jobs__link__small{
    font-size:18px;
    line-height: 24px;
}
.b-jobs__description {
    display: none;
    font-size: 13px;
}
.b-jobs__description_active {
    display: block;
}
.b-jobs__description p {
    margin: 0 0 12px 0;
}
.b-jobs__dtitle{
    font-size:14px;
    font-weight:bold;
}
.b-jobs__dsubtitle{
    font-size:14px;
    margin:15px 0 10px 0;
    font-weight:bold;
}
.b-jobs-list{
    list-style-type:square;
    padding-left:17px;
}
.b-jobs-list__item{
    margin:5px 0 5px 0;
    font-size:14px;
}
.b-jobs-list_margin_top{
    margin-top:15px;
}
.b-jobs__description_margin_top{
    margin-top:15px !important;
}
.b-jobs__description_normal_font{
    font-size:14px;
}
.b-jobs__section_margin_right{
    margin-right:30px;
}
.b-help {
    background: #f5f7fa;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 20px;
}
.b-help__title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height:  34px;
    margin: 0 0 12px 0;
    padding: 0;
    color: #000;
}
.b-help__text {
    color: #595959;
    margin: 0 0 12px 0;
}
.b-help__link {
    color: #0066dd;
    text-decoration: none;
}
.b-help__link:hover {
    color: #0066dd;

    text-decoration: underline;
}

.b-btn_white {
    color: white;
    border: 1px solid white;
    padding: 0 55px;
    margin: 0 0 20px 0;
}
.b-btn_white:hover {
    background: white;
    color: #000;
}
.b-btn_white:active {
    background: rgba(255,255,255,.07);
    color: #fff;
}
.b-btn_blue {
    color: #0078c0;
    border: 1px solid #0078c0;
    padding: 0 44px;
}
.b-btn_blue:hover {
    background: #0078c0;
    color: white;
}
.b-btn_blue:active {
    color: #0078c0;
    background: rgba(0,120,192,.07);
}

.b-hr {
    margin-top: 65px;
}
.b-hr__photo {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    box-sizing: border-box;
    padding-right: 50px;
    text-align: right;
}
.b-hr__contacts {
    display: inline-block;
    vertical-align: top;
    width: 365px;
    text-align: left;
}
.b-hr__name {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    line-height: 32px;
    margin: 0;
    font-weight: normal;
}
.b-hr__position {
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    margin: 0 0 10px 0;
}
.b-hr__about {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.b-hr__contact {
    margin: 12px 0;
    font-size: 16px;
    line-height: 22px;
}
.b-hr__contact-name {
    float: left;
    font-weight: bold;
    padding-right: .5em;
}

/*  Who We Are*/
.b-wwa {
    background: url('../i/b_wwa.jpg') center 193px no-repeat;
    padding: 60px 0;
    min-width: 960px;
}
.b-wwa__text {
    width: 510px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 33px;
    margin-top:0;
}
.b-wwa__map {
    background: white;
    padding: 4px 4px 0 4px;
    box-shadow: #9a9999 1px 1px 4px 0px;
    display: inline-block;
}
.b-wwa__address {
    border-left: 1px solid #9f9f9f;
    margin-left: 33px;
    padding-left: 48px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px;
}
.b-wwa__address-item {
    margin: 27px 0 0 0;
}
.b-wwa__asterisk {
    color: #0078c0;
}
.b-wwa__footnote {
    color: #595959;
    font-size: 13px;
    line-height: 18px;
    width: 310px;
}
.b-wwa__link {
    color: #0078c0;
    text-decoration: none;
}
.b-wwa__link:hover {
    text-decoration: underline;
    color: #0078c0;
}

/*######################  Example page styles ################################
##############################################################################*/

.b-example-header{    
    min-height: 610px;  
    min-width:960px;
    background: #000000;
}

.b-example-header__wrapper{
    width: 960px;
    margin: 0 auto;
    position:relative;
    background: #000000 url('../i/header_back.png')  172px 141px  no-repeat;
}

.b-example-header__title{
    color: #ffffff;
    font-family: Oswald;
    font-size: 58px;
    font-weight: 500;
    line-height: 70px;

    margin:143px 0 0 401px;
    display:inline-block;    

    position:relative;
    background: #000000 url('../i/cursor.gif')  234px 9px  no-repeat;
}

.b-example-header__description{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

.b-example-header__description_top{
    margin:58px 0 0 0;
}
.b-example-header__description_bottom{        
    margin:32px 0 0 0;    
}

.b-example-header__link{
    color:white;
}

.b-sample{
    width: 960px;
    margin: auto;
    background-color: #f2f2f2; 
    display: table;
}


.b-sample__code_scroll{    
    overflow-x: auto;
    display:inline-block !important;
}

.b-sample__description{    
    width:447px;
    background-color:#ffffff;
    padding-left:60px;    
    height: 100%; /* <- */
    vertical-align: top;
    display: table-cell;
}

.b-sample__code{  
    width:450px;
    box-sizing: border-box;    
    padding:24px 0 0 22px;             
    background:#f2f2f2;
    font-family: monospace;
    white-space: pre;
    font-size: 12px;    
    height: 100%;
    display: table-cell;
}
.b-sample_first{
    margin-top:100px;
}
.b-sample_last{
    margin-bottom: 160px;
}
.b-sample_margin-top{
    margin-top:30px;    
}

.b-sample__title{
    color: #000000;
    font-family: Oswald;
    font-size: 46px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 27px 0;
}

.b-sample__text{
    font-size:16px;
    line-height: 22px;    
}
.b-sample__acent{
    font-weight: 700;
    color:#411566;
}

.b-btn_purple{
    color: #411566;
    border: 1px solid #411566;
    padding: 0 62px;
    cursor:pointer;
}
.b-btn_purple:hover {
    background: #411566;
    color: white;
}
.b-btn_purple:active {
    color: #411566;
    background: #f2eef4;
}
.b-btn_send{        
    border:none;
    outline:none;
    background: #2ba2d9 ;
    font-size: 14px;
    line-height: 56px;
    font-family: "Open Sans", Helvetica;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-transform: uppercase;  
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    cursor:pointer;
}
.b-btn_send_mt{
    margin-top:28px;
}

.b-btn_send:hover {
    border:none;
    background: #30b5f2;
    color: #ffffff;
}
.b-btn_send:active {    
    outline:none;
    border:none !important;
    background: #268fbf;
    color: #ffffff;
}
.b-btn_send:focus{
    border:none !important;
    outline:none;
}

.b-btn_mt{
    margin:34px 0 50px 0;
}

.b-btn_pos{
    margin-left:346px;
    margin-bottom: 90px;
}

/* Comment's form */
.b-comment-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    z-index: 10000;
    display: none;
}
.b-comment-popup{
    z-index:10001;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:580px;    
    position: fixed;
    top: 50%;
    right: 50%; 
    margin:-250px -290px 0 0;    
    background: #ffffff;
    border: 1px solid #b2b2b2;	
    display: none;
    padding:0 45px 40px 45px;
}

.b-comment-popup_relative {
    position: relative;
    margin: auto;
    top: auto;
    right: auto;
}

.b-comment-popup__input{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    width:100%;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #999999;
    padding:9px 16px;
    background-color:#ffffff;   
    border: 1px solid #cccccc;
    margin-top:23px;
    position: relative;
}

.b-comment-popup__inputwrapper {
    position: relative;
}

.b-comment-popup__inputwrapper_required::after {
    content: "*";
    position: absolute;
    color: #ff0000;
    top: 10px;
    right: -7px;
}

.b-file-upload {
    margin-top: 23px;
    position: relative;
}

.b-file-upload__input {
    position: relative;
    overflow: hidden;
    width: 30%;
    background: #30b5f2;
    border-radius: 3px;
    padding: 8px 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.b-file-upload_required::after {
    content: "*";
    position: absolute;
    color: #ff0000;
    top: -12px;
    left: 147px;
}

.b-file-upload__input:hover {
    background: #268fbf;
}
.b-file-upload__input input[type="file"] {
    display: none;
}
.b-file-upload__input label {
    display: block;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.b-file-upload__input span {
    line-height: 22px;
    height: 22px;
}
.b-file-upload__filename {
    background: #fff;
    border: 0;
    display: inline-block;
    width: 69%;
    line-height: 22px;
}

.b-file-upload__label {
    display: block;
    font-size: 12px;
    padding: 2px 0 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;    
}
input:invalid {
    box-shadow: none !important;
}
input:-moz-focusing {
    box-shadow: none !important;
    border:none !important;
}
input:required {
    box-shadow:none !important;    
}
input:-moz-placeholder {
    box-shadow:none !important;
}
.b-comment-popup__message{
    position:absolute;
    left:45px;
    top:91px;
    font-size:14px;
    font-weight:bold;
    display:block;
}

.b-comment-popup__label {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 12px;
}

.b-comment-popup__error{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color:#e51717;    
    line-height: 22px;  
    text-align: left;   
    position:absolute;
    display: none;
}

.b-comment-popup__server_error{
    color:#e51717;
}
.b-comment-popup__server_success{
    color:#9bc833;
}
.b-comment-popup__input::-moz-focus-inner {
  border: 0;
}
.b-comment-popup__input:focus{ 
    outline: none !important;
    border: 1px solid #000000;
    color: #000000;        
}
.b-comment-popup__input_wcontent, .b-comment-popup__input_active{
    border: 1px solid #000000;
    color: #000000;    
}

.b-comment-popup__input_noresize{
    resize:none;
    overflow:auto;
}
.b-comment-popup__close {
    display: block;
    position: absolute;
    top: 23px;
    right: 23px;
    width: 18px;
    height: 18px;
    background: url('../i/cross.png') 0 0 no-repeat;
    cursor: pointer;
}
.b-comment-popup__close:hover{
    background: url('../i/cross.png') -18px 0 no-repeat;    
}
.b-comment-popup__close:active{
    background: url('../i/cross.png') -36px 0 no-repeat;    
}
.b-comment-popup__title{
    font-family: Oswald;
    font-size: 40px;
    font-weight: 500;  
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.b-comment-popup__title_margins{
    margin: 45px 0 12px 0;
}

.b-comment-popup__input_has_error{
    border:1px solid #e51717; 
}
/*######################  FAQ page styles ################################
##############################################################################*/

.b-faq-header{     
    background: url('../i/faq-banner.jpg') 0 0 no-repeat;    
    background-size: cover;
    height:370px;
}
.b-faq-header__wrapper{
    margin:0 auto;
    width:960px;
    height:370px;


}
.b-faq-header__title{
    display:inline-block;   
    font-family: Oswald;
    font-size: 58px;
    font-weight: 500;    
    line-height: 60px;      
    color: #44313f;
}
.b-faq-header__title_margin-top{
    margin-top:135px;
}
.b-faq-subtitle{
    width: 960px;
    margin: 0 auto;
}
.b-faq-subtitle_margin-top{
    margin-top:70px;
}

.b-faq-subtitle__headliner{
    font-family: Oswald;
    font-size: 46px;
    font-weight: 500;  
    line-height: 1.17;  
    text-align: center;
    color: #000000;
}

.b-faq-subtitle__headliner_top{
    width: 595px;
    margin:75px 0 77px 183px;
}
.faq__subtitle_bottom{
    margin:75px 0 14px 0;

}
.b-faq-subtitle__headliner_middle{
    margin:75px 0 77px 0;
}

.b-faq{
    margin: auto;    
    width: 960px;    
    background: #f2f2f2;    
    display:table;
}

.b-faq__quote{
    position:absolute;
    width:40px;
    height: 40px;
    background: url('../i/quote.png') no-repeat;
    left:-24px;
    top:10px;
}
.b-faq__question{
    box-sizing: border-box;
    display:table-cell;  
    width:450px;
    padding: 27px 35px 0 36px;     
    font-family: Oswald;
    font-size: 26px;
    line-height: 1.27;
    text-align: left;    
    position:relative;    
    vertical-align: top;
}
.b-faq__answer{    
    box-sizing: border-box;
    display:table-cell;    
    width: 507px;    
    padding:27px 0 0 60px;    
    height:inherit;    
    background-color:#ffffff;
    vertical-align: top;
}

.b-faq__description {    
    font-size: 16px; 
    line-height: 1.38;  
    text-align: left;      
}
.b-faq_margin-top{ 
    margin-top:30px;
}
.b-btn_add_comment{
    cursor:pointer;
}

.b-faq__answer_padding{
    padding:10px 0 0 30px;
}

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

.b-section_vacancy_top{
    color: white;
    background: #4f4645 url(../i/vacancy-banner.jpg) center top no-repeat;
    background-size: cover;
    text-align: left;
    height: 570px;
    box-sizing: border-box;
}

.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-form__label{
    width: 180px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
}

.b-asterisk{
    color: #f00;
    margin-left: 5px;
}
.b-form-control{
    border: 1px solid #abadb3;
    width: 310px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
}

.b-form-control_wrong{
    border: 1px solid #f00;
    width: 310px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
}

.b-form__label_with_checkbox{
    width: 100%;
    padding-left: 160px;
    text-align: left;
}

.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%;
    padding-left: 160px;
    text-align: left;
    color: #ff0000;
}

.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: 33.3333%;
    width: 70.8333%;
    padding-bottom:20px;
}
.b-error-container__list{
    padding: 9px 0;
    list-style-position: inside;
    list-style-type: decimal;
}

.b-hidden {
    display: none;
}

.b-cover{
    display: none;
}
.b-preloader_position_center{
    position:relative;
    margin: 5px auto;
    text-align: center;
}

.b-btn_submit {
    margin-top: 20px;
}
.mobile .b-submenu {
    width: 100%;
    min-width: 360px;
}
.mobile .b-photos__item {
    padding: 0;
    margin-right: 0px;
    width: 100%;
}
.mobile .b-photos__image {
    width: 100%;
    min-width: 360px;
    height: auto;
}
.mobile .b-section__text {
    width: 100%;
    min-width: 360px;
}
.mobile .b-section_place {
    height: auto;
    padding: 40px 0 0;
}
.mobile .b-wwa {
    min-width: 360px;
    padding: 30px 0;
    background: url(../i/b_wwa.jpg) 10% -40px no-repeat;
}
.mobile .b-wwa__text {
    width: 100%;
    box-sizing: border-box;
    padding:  0 16px;
}
.mobile .b-wwa__map {
    width: 100%;
    box-sizing: border-box;
    min-width: 360px;
    padding: 0 16px;
    background: transparent;
    box-shadow: none;
}
.mobile .b-wwa__map iframe {
    width: 100%;
}
.mobile .b-wwa__address {
    border-left: 0;
    margin-left: 0px;
    padding-left: 16px;
    padding-top: 0;
    margin-bottom: 20px;
}
.mobile .b-wwa__footnote {
    width: 210px;
    padding-left: 16px;
}
.mobile .b-section_why {
    box-sizing: border-box;
    padding: 40px 10px 60px;
}
.mobile .b-why__item {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
}
.mobile .b-section_inside .b-section__wrapper {
    box-sizing: border-box;
    padding: 0 10px;
}
.mobile .b-section__description_team {
    width: 100%;
}
.mobile .b-section__subtitle_level3 {
    width: calc(100% - 30px);
}
.mobile .b-section__text {
    padding: 0;
}
.mobile .b-section_inside .b-btn_white {
    line-height: 24px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.mobile .b-why {
    width: 100%;
    box-sizing: border-box;
}
.mobile .b-section__description_width_margin {
    width: 100%;
    min-width: 360px;
    box-sizing: border-box;
    padding: 0 10px;
}
.mobile .b-section_text .b-section__wrapper {
    box-sizing: border-box;
    padding: 0 10px;
}
.mobile .b-section__atitle {
    line-height: 30px;
}
.mobile .b-section__examples {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.mobile .b-section__result {
    line-height: 32px;
}
.mobile .b-comment-popup {
    width: 340px;
    margin: -250px -170px 0 0;
}
.mobile .b-section__description {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.mobile .b-jobs__section {
    width: 100%;
    box-sizing: border-box;
}
.mobile .b-jobs__description {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px 30px;
}
.mobile .b-jobs__section {
    margin-right: 0;
}
.mobile .fancybox-container .b-comment-popup {
    margin: 0;
}
.mobile .b-file-upload__input {
    width: auto;
}
.mobile .b-faq-subtitle {
    width: 100%;
    box-sizing: border-box;
}
.mobile .b-faq-subtitle__headliner_top {
    margin: 75px 0 0 0;
    width: 100%;
    box-sizing: border-box;
}
.mobile .center {
    width: 100%;
}
.mobile .b-btn_pos {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    text-align: center;
}
.mobile .b-faq-header__wrapper {
    width: 100%;
    box-sizing: border-box;
}
.mobile .b-example-header {
    width: 100%;
    box-sizing: border-box;
    min-width: 360px;
}
.mobile .b-example-header__wrapper {
    width: 100%;
    box-sizing: border-box;
}
.mobile .b-example-header__title {
    background: transparent;
    font-size: 52px;
    line-height: 60px;
    margin: 10px 0 0 10px;
}
.mobile .b-example-header__description_top {
    margin: 88px 0 0 0;
}
.mobile .b-example-header__description {
    padding: 0 10px 20px;
    box-sizing: border-box;
}
.mobile .b-sample {
    width: 100%;
    display: block;
}
.mobile .b-sample__code {
    width: 100%;
    display: block;
}
.mobile .b-sample__description {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
    padding: 20px 10px 0;
}
.mobile .b-jobs__link {
    position: relative;
}
.mobile .b-jobs__link-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
}

.b-section__wrapper{
    padding:0;
}