@media screen and (min-width:1280px) and (max-width:1440px) {
    html {
        zoom:0.9;
    }
}
@media screen and (min-width:1120px) and (max-width:1279px) {
    html {
        zoom:0.8;
    }
}
@media screen and (min-width:1000px) and (max-width:1119px) {
    html {
        zoom:0.7;
    }
}
@media screen and (min-width:800px) and (max-width:999px) {
    html {
        zoom:0.55;
    }
}

@media screen and (max-width:799px) {
    body {
        min-width: 100%; 
    }
    .center-box {
        width: 100%;
    }
    .center-box2 {
        width: 90%;
    }
    
.b-header_logo {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom:20px;
}
.b-header_logo img {
        display: block;
        margin: 0 0 0 30px;
        margin: 0;
        height: 90px;
    }
.slider {
    height: 200px;
    background: url(/images/top3.jpg) center no-repeat;
    background-size: cover;
}
    
.slider .center-box {
    height: 200px;
}
    
.mob-menu {
        display: block;
        height: 60px;
        width: 60px;
        margin: 0;
        position: absolute;
        top: 0px;
        right: 0;
        background: #efefef;
        border-radius: 5px;
    }
.mob-menu div {
        height: 7px;
        width: 40px;
        margin: 10px 10px;
        background: #0078be;
        border-radius: 5px;
    }
.b-header_right {
    float: none;
    width: 100%;
}
.b-header_telefon {
    font-size: 24px;
    text-align: center;
}
ul.b-header_menu {
    display: none;
    border-top: 1px solid #0078be;
}

ul.b-header_menu > li {
    display: block;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #0078be;
}
ul.b-header_menu > li > a {
    font-size: 18px;
    line-height: 30px;
}

.adv {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin-right: 0;
    margin-bottom:20px;
    background-size: 100px !important;
    padding: 20px 90px 20px 20px;
    color: #fff;
    font-size: 18px;
}
.adv > div {
    font-weight: 800;
    font-size: 40px;
}
.achives .center-box2 {
    padding: 60px 0 40px;
}

.b-page__content .center-box2 {
    padding: 20px 0;
}
h2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.sro_title {
    display: block;
    color: #0078be;
    font-size: 18px;
    line-height: 24px;
}
.works {
    margin: 0;
}
.work {
    background: #fff url(/images/work.png) right 20px bottom 20px no-repeat;
    background-size: 60px;
    float: none;
    width: 558px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin: 10px 0;
    padding: 20px 100px 20px 20px;
    font-size: 18px;
}
.partner {
    text-align: center;
    font-size: 18px;
    color: #202020;
}
.b-page__fos {
    height: auto;
    background: #0078be;
    margin-top: 20px;
}
.fos_left {
    float: none;
    width: 100%;
}
.fos_right {
    color: #fff;
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.projs {
    margin: 0;
}
.proj {
    margin: 20px 0;
    padding: 30px;
    float: none;
    width: 100%;
    height:auto;
    padding-top: 280px;
    background-size: 400px!important;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}


}
