@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: 98%; 
        width:98%;
    }
    .center-box {
        width: 100%;
    }
.header {
    padding: 40px 0;
    background-size: cover!important;
    /*background-position: center!important;*/
    height: auto;
    position: relative;
    overflow: hidden;
}
.header-logo {
    float: none;
    width: 100%;
}
.header-logo img {
    display:block;
    width:160px;
    margin:auto;
}
.header-info {
    float: none;
    width: 100%;
    text-align: center;
}
.header-name {
    font-size: 40px;
    line-height: 40px;
}
.header-name span {
    font-size: 34px;
    line-height: 34px;
}
.header-adres {
    font-size: 21px;
    line-height: 24px;
    padding:0;
    background: transparent;
}
.header-telefon {
    font-size: 24px;
    line-height: 28px;
    padding:0;
    background: transparent;
}
.header .grad {
    width: 100%;
    background: url(/images/header_grad.png) center left no-repeat;
    background-size: cover;
    height: 460px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.mob-menu {
        display: block;
        height: 60px;
        width: 250px;
        text-align: left;
        margin: 0;
        line-height: 30px;
        font-size: 16px;
        padding: 15px 10px 15px 60px;
        text-transform: uppercase;
        background: url(/images/mob-menu.png?2) center left 20px no-repeat;
        color: #fff;
    }
    .navigation .menu {
        display:none;
    }
    ul.menu li {
        display: block;
        float: none;
    }
    ul.menu li a {
        border-left:0;
        border-top:1px solid #888;
    }
    ul.menu li.last a {
        border-right:0;
    }
    
    .content .center-box {
        width:90%;
    }
    
    .titler {
    font-size: 24px;
    line-height: 28px;
    }
    .tov-item {
    display: block;
    float: none;
    width: 100%;
    height: 250px;
    margin:0 0 10px;
    }
    .tov-item.ti_center {
        margin:0 0 10px;
    }
    .cat-item {
    display: block;
    float: none;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin: 0 0 10px;
    }
    .ser-item {
    display: block;
    float: none;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    margin: 0 0 10px;
    }
    .aboute-img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .aboute-img img {
        border-radius: 20px;
        width: 100%;
    }
    
    .tovar_imgs {
    float: none;
    width: 100%;
}
.tovar_img {
    width: 100%;
    height: 200px;
}
.video_list iframe {
    width: 100%;
    height: 200px;
}
.tovar_img_item {
    float: left;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 19%;
    height: 60px;
}
.tovar_right {
    float: none;
    width: 100%;
}

.map .center-box {
        padding:30px 20px;
    }
    .map-box {
        float:none;
        height:300px;
        background:#fff;
        width:100%;
        z-index:100;
        margin-bottom:20px;
    }
    .map-text {
        float:none;
        height:auto;
        background:#fff;
        width:100%;
        z-index:100;
    }
    
    .footer .center-box {
        padding:0 20px;
    }
    .footer .copy {
        float:none;
        margin-bottom:30px;
    }
    .footer .develop {
        float:none;
    }

}
