body::before{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content: url('../png/mb-back-active.png')  url('../png/mb-back.png');
}
body {
    font-family: 'Open Sans', sans-serif !important;
}

.b-section_about-top {
    color: #fff;
    min-width: 960px;
    text-align: center;
    padding-top: 1px;
    height: 736px;
    position: relative;

}
.b-section_about-top .b-section__title {
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    font-weight: 500;
    color: #fff;
    line-height: 122%;
    margin-top: 90px;
    margin-bottom: 20px;
}
.b-section_about-top .b-section__description {
    color: #FFF;
}
.b-section_about-top .b-section__wrapper {
    position: relative;
    z-index: 1000;    
}
.b-section_wwo {
    background-size: cover;
    min-width: 960px;
    height: 902px;
    box-sizing: border-box;
    padding: 90px 0;
}
.b-section_wwo .b-section__subtitle {
    text-align: left;
}
.b-section_wwo .b-section__description {
    margin: 0;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
.b-section_quality {
    padding-bottom: 40px;
}
.b-section_quality .b-section__description {
    font-size: 20px;
    line-height: 30px;
    margin-bottom:30px;
    color: #333;
}
.b-section_trust {
    background-color: #353e4b;
    color: #ffffff;
}
.b-section_trust .b-section__description {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #fff;
}
.b-section_team .b-section__subtitle {
    text-align: left;
}
.b-section_team .b-section__description {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    color: #333;
}
.b-section_partnership {
    background: #f3f3f3;

}
.b-section_partnership .b-section__description {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #333;
}
.b-section__sceen {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.b-section__screen_day {
    background: #30353c center top no-repeat;    
    background-size: cover;
}
.b-section__screen_night {
    background: #30353c  center top no-repeat;
    background-size: cover;
    animation: night 5s ease-in-out alternate-reverse infinite;
}
@keyframes night {
    0%{opacity: 0}
    100%{opacity: 1}
}

/*  Who We Are*/
.b-wwa {
    background: url('../jpg/b_wwa.jpg') center 146px 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 0;
    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;
}

/*  What We Offer*/
/*    */
.b-wwo::after {
    content:
        url('../jpg/b_wwo_mac.jpg')
        url('../jpg/b_wwo_ios.jpg')
        url('../jpg/b_wwo_android.jpg');
    display: none;
}
.b-wwo_windows {
    background: url('../jpg/b_wwo_windows.jpg') top center no-repeat;
}
.b-wwo__text {
    font-size: 16px;
    line-height: 22px;
    width: 540px;
    margin: 0 0 24px 0;
}

.b-wwo__link {
    display: inline-block;
    min-width: 315px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 40px;
    text-decoration: none;
    background: #616d7f;
    border-radius: 4px;
    margin-top: 44px;
    transition: .1s ease-out;
    transition-delay: 100ms;
}
.b-wwo__link:hover {
    color: white;
    background-color: #4e5766;
}
.b-wwo__link:active {
    background: #3a414d;
}

.b-selector__link {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url('../png/b_selector.png');
}
.b-selector__link_windows {
    background-position: 0 0;
}
.b-selector__link_windows:hover {
    background-position: 0 -100px;
}
.b-selector__link_windows:active {
    background-position: 0 -200px;
}
.b-selector__link_mac {
    background-position: -100px 0;
}
.b-selector__link_mac:hover {
    background-position: -100px -100px;
}
.b-selector__link_mac:active {
    background-position: -100px -200px;
}
.b-selector__link_ios {
    background-position: -200px 0;
}
.b-selector__link_ios:hover {
    background-position: -200px -100px;
}
.b-selector__link_ios:active {
    background-position: -200px -200px;
}
.b-selector__link_android {
    background-position: -300px 0;
}
.b-selector__link_android:hover {
    background-position: -300px -100px;
}
.b-selector__link_android:active {
    background-position: -300px -200px;
}
.b-selector__link_active {
    background-position-y: -200px;
}

.b-quality__item {
    margin-bottom: 50px;
    height: 190px;
    display: none;
}
.b-quality__item_active {
    display: block;
}
.b-quality__image {
    display: inline-block;
    width: 310px;
    vertical-align: top;
    text-align: center;
}
.b-quality__image.ms {
    height: 120px;
    background: url("../png/ms.png") center -40px / 330px no-repeat;
}
.b-quality__text {
    display: inline-block;
    width: 650px;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.b-quality__text b,
.b-quality__text h3 {
    color: black;
}
.b-quality__text h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
}
.b-quality__text p {
    margin: 10px 0 0 0;
}

.b-trust-about__vendor {
    color: #b2cbf1;
    font-weight: bold;
}
.b-trust-about__our {
    font-weight: bold;
}
.b-trust-about__text {
    background: url('../png/trust.png') top right no-repeat;
    min-height: 278px;
    font-size: 16px;
    line-height: 22px;
}
.b-trust-about__text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top:0;
    width: 450px;
    font-weight: 100;
}
.b-trust-about__text a,
.b-trust-about__text a:active,
.b-trust-about__text a:visited {
    color: #ffffff;
    text-decoration: none;
}
.b-trust-about__text a:hover {
    text-decoration: underline;
}

.b-team {
    padding: 95px 0 90px 0;
    font-size: 16px;
    line-height: 22px;
}
.b-team__all {
    display: inline-block;
    width: 510px;
    vertical-align: top;
}
.b-team__text {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
.b-team__photos {
    margin: 10px 0;
    height: 200px;
}
.b-team__photo {
    float: left;
    margin-right: 10px;
}
.b-team__photo.last {
    margin-right: 0;
}


.b-partnership .sub {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

.b-partners__vendor {
    font-weight: bold;
}
.b-partnership__text {
    background: url('../jpg/partnership.jpg') center right no-repeat;
}
.b-partnership__text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top:0;
    width: 450px;
    font-weight: 100;
}
.b-partnership__link {
    display: inline-block;
    color: #0078c0;
    font-size: 16px;
    line-height: 50px;
    padding: 0 50px;
    text-decoration: none;
    border: 1px solid #0078c0;
    border-radius: 4px;
    margin-top: 30px;
    -webkit-transition: .1s ease-out;
    -webkit-transition-delay: 100ms;
    -o-transition: .1s ease-out;
    -o-transition-delay: 100ms;
    -moz-transition: .1s ease-out;
    -moz-transition-delay: 100ms;
    transition: .1s ease-out;
    transition-delay: 100ms;
}
.b-partnership__link:hover {
    color: white;
    background-color: #0078c0;
}
.b-partnership__link:active {
    color: #0078c0;
    background: rgba(0,120,192,0.07);
}

.b-slider {
    text-align: center;
}
.b-slider__link {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../png/b_slider__link.png') 0 0 no-repeat;
    margin: 0 5px;
}
.b-slider__link:hover {
    background-position: 0 -14px;
}
.b-slider__link:active,
.b-slider__link_active {
    background-position: 0 -28px;
}

.b-wwo__link_hero {
    margin-top:28px;
    min-width: 190px;
}

/* SUBMENU */
.b-submenu {
    background: #f5f5f5;
    min-width: 960px;
}
.b-submenu_fixed {
    position: fixed;
    width: 100%;
    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('../png/mb-back-active.png') 0 bottom repeat-x;
    border:0;
}

.b-submenu__link_active.b-submenu__link_black_mode:hover{
    background: url('../png/mb-back-active.png') 0 bottom repeat-x;
    border:0;
}
.b-submenu__link_black_mode:hover{
    color:#abdfff; 
    background: url('../png/mb-back.png') 0 bottom repeat-x;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0); */
}
/* Submenu end */

.b-preloader{
    width:256px;
    height:256px;
    background: url('../gif/progress-animation.gif') 0 5px  no-repeat;           
}
.b-preloader_position{
    z-index: 1001;
    position: absolute;
    margin: auto;
    
    top: 167px;
    left: 177px;
    right: 0;
    bottom: 0;    
}
.b-preloader_text_grey{
    font-size: 15px;
    color:#99a2b2;     
    padding-left:37px;
    text-align:left;
}

.mobile .b-section_about-top {
    min-width: 360px;
    width: 100%;
    height: 417px;
    box-sizing: border-box;
}
.mobile .b-section__screen_day {
    background: #30353c 13% top no-repeat;
    background-size: cover;
}
.mobile .b-section__screen_night {
    background: #30353c 13% top no-repeat;
    background-size: cover;
}
.mobile .b-section_about-top .b-section__wrapper {
    width: 100%;
    min-width: 360px;
}
.mobile .b-section__title {
    font-size: 40px;
    line-height: 59px;
}
.mobile .b-section_about-top .b-section__title {
    margin-top: 40px;
}
.mobile .b-section__description {
    padding: 0 30px;
}
.mobile .b-section__description br {
    display: none;
}
.mobile .b-wwo__link {
    margin: 20px auto 0;
}
.mobile .b-wwo__link_hero {
    margin-top: 38px;
}
.mobile .b-wwa {
    min-width: 360px;
    padding: 30px 0;
    background: url(../jpg/b_wwa.jpg) 10% -40px no-repeat;
}
.mobile .b-section__wrapper {
    width: 100%;
    min-width: 360px;
}
.mobile .b-section__subtitle {
    font-size: 28px;
    line-height: 41px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.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__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_wwo {
    width: 100%;
    min-width: 360px;
    height: 776px;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
}
.mobile .b-wwo_windows {
    background: url(../jpg/b_wwo_windows.jpg) 10% 0 no-repeat;
}
.mobile .b-wwo .b-section__wrapper {
    padding: 0 16px;
    box-sizing: border-box;
}
.mobile .b-wwo .b-section__description {
    padding: 0 0 24px;
}
.mobile .b-wwo__text {
    width: 100%;
    margin: 0 0 16px 0;
    max-width: 540px;
}
.mobile .b-selector__link {
    width: 80px;
    height: 80px;
    background-image: url(../png/b_selector_s.png);
}
.mobile .b-selector__link_windows {
    background-position: -5px -5px;
}
.mobile .b-selector__link_windows:hover {
    background-position: -5px -95px;
}
.mobile .b-selector__link_windows:active {
    background-position: -5px -185px;
}
.mobile .b-selector__link_mac {
    background-position: -95px -5px;
}
.mobile .b-selector__link_mac:hover {
    background-position: -95px -95px;
}
.mobile .b-selector__link_mac:active {
    background-position: -95px -185px;
}
.mobile .b-selector__link_ios {
    background-position: -185px -5px;
}
.mobile .b-selector__link_ios:hover {
    background-position: -185px -95px;
}
.mobile .b-selector__link_ios:active {
    background-position: -185px -185px;
}
.mobile .b-selector__link_android {
    background-position: -275px -5px;
}
.mobile .b-selector__link_android:hover {
    background-position: -275px -95px;
}
.mobile .b-selector__link_android:active {
    background-position: -275px -185px;
}
.mobile .b-section_quality {
    width: 100%;
    min-width: 360px;
}
.mobile .b-section_quality .b-section__description {
    font-size: 18px;
    line-height: 26px;
}
.mobile .b-quality__item {
    min-height: 380px;
    text-align: center;
}
.mobile .b-quality__text {
    width: 100%;
    min-width: 360px;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 16px;
    margin-bottom: 20px;
}
.mobile .b-section_trust {
    width: 100%;
    min-width: 360px;
    padding: 40px 0 60px;
}
.mobile .b-section_trust .b-section__description {
    font-size: 18px;
    line-height: 26px;
}
.mobile .b-trust-about__text p {
    width: 100%;
    padding: 16px;
    min-width: 328px;
    box-sizing: border-box;
}
.mobile .b-trust-about__text {
    background: transparent;
}
.mobile .b-trust-about__img {
    display: block;
    margin: 20px auto 30px;
    width: 333px;
}

.mobile .b-section_team {
    width: 100%;
    min-width: 360px;
    padding: 40px 0 60px;
}
.mobile .b-section_team .b-section__wrapper {
    padding: 0 16px;
    box-sizing: border-box;
}
.mobile .b-team__text {
    width: 100%;
    min-width: 328px;
}
.mobile .b-section_team .b-section__description {
    padding: 0;
    margin-bottom: 30px;
}
.mobile .b-team__photos {
    height: 235px;
    width: 330px;
    display: block;
    position: relative;
}
.mobile .b-team__photo_0 {
    position: absolute;
    width: 220px;
    height: 141px;
    left: 0;
    top: 0;
}
.mobile .b-team__photo_4 {
    position: absolute;
    width: 99px;
    height: 141px;
    right: 0;
    top: 0;
}
.mobile .b-team__photo_1 {
    position: absolute;
    width: 119px;
    height: 79px;
    left: 0;
    top: 152px;
}
.mobile .b-team__photo_2 {
    position: absolute;
    width: 76px;
    height: 79px;
    top: 152px;
    left: 127px;
}
.mobile .b-team__photo_3 {
    position: absolute;
    width: 119px;
    height: 79px;
    top: 152px;
    right: 0;
}
.mobile .b-section_partnership {
    width: 100%;
    min-width: 360px;
    padding: 40px 0 60px;
}
.mobile .b-section_partnership .b-section__wrapper {
    box-sizing: border-box;
    padding: 0 16px;
}
.mobile .b-section_partnership .b-section__subtitle {
    padding: 0 20px;
}
.mobile .b-section_partnership .b-section__description {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.mobile .b-partnership__text {
    background: none;
}
.mobile .b-partnership_logos {
    width: 328px;
    height: 162px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.mobile .b-partnership__text p {
    width: 100%;
    min-width: 328px;
}
.mobile .b-partnership__link {
    display: block;
    box-sizing: border-box;
    width: 300px;
    margin: 0 auto;
}
html[lang="it"] .mobile .b-section_about-top {
    padding-top: 10px;
}