@media screen and (min-width:1680px) and (max-width:1820px) {
    #app {
        zoom:0.9;
    }
}
@media screen and (min-width:1440px) and (max-width:1680px) {
    #app {
        zoom:0.85;
    }
}
@media screen and (min-width:1280px) and (max-width:1440px) {
    #app {
        zoom:0.7;
    }
}
@media screen and (min-width:1120px) and (max-width:1279px) {
    #app {
        zoom:0.6;
    }
}
@media screen and (min-width:1000px) and (max-width:1119px) {
    #app {
        zoom:0.55;
    }
}
@media screen and (min-width:800px) and (max-width:999px) {
    #app {
        zoom:0.4;
    }
}

@media screen and (max-width:799px) {
    
    .no_mobile {
        display:none;
    }
    .mob_menu {
        display:block;
        
    }
    .mob_clear {
        height:0px; width:100%; clear:both;
    }
    
    h2 {
    font-size: 32px;
    }
    
    body {
        min-width: 320px;
    }
    .center-box {
        width: 96%;
    }
    .header {
        height: auto;
        margin: 25px auto 20px;
    }
    ul.menu {
        display:none;
        height: auto;
        width: 100%;
        float: none;
        text-align:left;
        background:#f7f8f9;
    }
    ul.menu li {
        display:block;
    }
    ul.menu li a {
        display: block;
        color: #960e0d;
        padding:  10px 30px;
    }
    .cont {
        float: none;
        padding: 20px 30px;
    }
    .hero {
        height: 250px;
    }
    
    .prev {
        height: 120px;
        width: 25px;
        margin-top: -60px;
        z-index:100;
        left:10px;
        display:block;
    }
    .next {
        height: 120px;
        width: 25px;
        margin-top: -60px;
        z-index:100;
        right:10px;
        display:block;
    }
    .prev:hover {
        box-shadow:0 0 5px #c3c6cf;
        height:120px;
        margin-top:-60px;
    }
    .next:hover {
        box-shadow:0 0 5px #c3c6cf;
        height:120px;
        margin-top:-60px;
    }
    .services-line {
        padding: 50px 0 50px;
    }
    .services {
        height: auto;
        position: relative;
        padding: 0;
    }
    .serv {
        display:none;
    }
    .serv-title {
        font-size: 21px;
        line-height: 28px;
    }
    .serv.mob_active {
        display:block;
    }
    .serv.mob_active {
        float: none;
        width: 100%;
        height: auto;
        min-height:190px;
        background-size:cover!important;
        margin: 0;
        padding: 20px 48px 75px;
    }
    .serv-btn {
    position: absolute;
    right: 48px;
    }
    .aboute {
        height: auto;
        position: relative;
        padding: 0;
    }
    
    .aboute-line {
        padding: 50px 0;
    }
    
    .abo {
        height: auto;
        width: 100%;
        background: url(/images/aboute.png) center no-repeat;
        background-size: cover !important;
        padding: 60px 48px 120px;
    }
    .abo:hover {
        background-size: cover !important;
    }
    .abo-text {
        font-size: 16px;
        line-height: 21px;
        font-weight: bold;
        letter-spacing: 1px;
        position: relative;
    }
    .abo-btn {
        position: absolute;
        bottom: 30px;
        left: 48px;
        padding: 20px 20px;
        width: 70%;
    }
    
    .projects-line {
        padding: 50px 0;
    }
    .projects {
    height: auto;
    padding: 0;
    }
    
    .projects .prev {
        margin-top: -30px;
    }
    .projects .next {
        margin-top: -30px;
    }
    .projects .prev:hover {
        box-shadow:0 0 5px #c3c6cf;
        height:120px;
        margin-top:-30px;
    }
    .projects .next:hover {
        box-shadow:0 0 5px #c3c6cf;
        height:120px;
        margin-top:-30px;
    }
    
    .projects h2 {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom:20px;
    }
    .project {
        display:none;
    }
    .project-title {
        font-size: 21px;
        line-height: 28px;
    }
    .project.mob_active {
        display:block;
    }
    .project.mob_active {
        float: none;
        width: 100%;
        height: 220px;
        background-size:cover!important;
        margin: 0;
        padding: 20px 48px 75px;
    }
    .advants-line {
        padding: 50px 0;
    }
    .advants {
        height: auto;
        position: relative;
        padding: 0 0px;
    }
    .advants h2 {
        position: relative;
        top: 0;
        width: 100%;
    }
    .adv {
        float: none;
        width: 100%;
        height: 158px;
        margin: 10px 0;
        border-radius: 20px;
        background: #fff;
        background-size: cover !important;
        cursor: pointer;
        padding: 50px 30px 30px 100px!important;
        position: relative;
        display: block;
        color: #fff;
        font-size: 16px;
        transition: all 0.5s ease-in;
        box-shadow: 0 0 0 #99999900;
    }
    .adv-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    
    .fos-line {
        padding: 50px 0;
    }
    
    .fos {
        height: auto;
    }
    
    .fos-title {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 50px;
        font-size: 40px;
        line-height: 40px;
    }
    .fos-content {
        float: none;
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-top: 20px;
        padding: 20px;
    }
    .fos-desc {
        position: relative;
        left: unset;
        bottom: unset;
        padding: 20px;
        text-align:center;
    }
    .fos input {
        width: 100%;
    }
    .fos-btn {
        width: 100%;
    }
    
    .map-line {
        padding: 0 0 50px 0;
    }
    .map {
        height: 400px;
        width: 100%;
    }
    
    .footer-line {
        padding: 50px 0;
    }
    .footer {
        height: auto;
        position: relative;
        padding: 0;
    }
    .footer-logo {
        width: 100%;
        height: 90px;
        background: url(/images/logo2.png) center no-repeat;
        float: none;
        background-size: contain;
        margin-bottom: 50px;
    }
    .footer-cont {
        width: 100%;
        text-align: center;
        float: none;
        color: #960e0d;
    }
    
    a.pismo {
        display:block;
        float:none;
        width:100%;
        margin:10px auto;
        border:1px solid #960e0d33;
        overflow:hidden;
        transition: all 0.5s ease-in;
    }
    
    ul.menu li ul {
        display:none!important;
    }

    
}
