@media screen and (min-width:1280px) and (max-width:1439px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.9;
    }
}
@media screen and (min-width:1120px) and (max-width:1279px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.8;
    }
}

@media screen and (min-width:800px) and (max-width:1119px) {
    #body {
        width:100%;
        min-width:unset;
    }
    #body #app {
        zoom:0.6;
    }
}

@media screen and (max-width:800px) {

body {min-width:360px; font-size: 14px; }   
.center-box { width:100%;}  


.header-line.onslide {
    position:relative;
    z-index:200;
    top:0;
    width:100%;
    background:#fff;
}
.header-logos {
    float: none;
    padding: 0;
    border-right: 0;
    text-align: center;
    height:auto;
    margin-bottom:10px;
}
.header-logos .logo img {
    margin:auto;
}
.header-logos .logo {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.nav-line {
    float: none;
}
.header-contacts {
    float: none;
    border-left: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}
.fosbtn {
    padding: 7px 10px;
    float: none;
    margin: 10px;
    text-align: center;
}
.telefon {
    float: none;
    margin-right: 0;
    text-align: center;
}


        .mob-menu {
            display: block;
            height: 45px;
            width: 160px;
            text-align: center;
            margin: auto;
            line-height: 25px;
            font-size: 16px;
            padding: 10px 10px 10px 40px;
            text-transform: uppercase;
            background: #E0C499 url(../images/mob-menu.png) center left no-repeat;
            color: #000;
            cursor: pointer;
            border-radius: 5px;
        }

	/*менюшка*/
	.nav-line ul.menu {
		display:none;
		width:100%;
		height:auto;
		padding:0;
		border-radius:0;
		background:none;
		box-shadow:none;
		border-top:1px solid #999;
		border-bottom:1px solid #999;
		float:none;
		
	}
	    .nav-line ul.menu > li {
			display:block;
			float:none;
			height:auto;
			margin: 0;
		}
		
		.nav-line ul li a {
            color: #111;
            line-height: 20px;
            padding: 5px 0; 
            height: 20px;
            text-align:center;
            text-transform:none;
        }

		
    .title-line .center-box {
        position: relative;
        padding: 10px 10px;
    }
        .title-line h1 {
            line-height: 28px;
            font-size: 24px;
            padding: 10px;
        }

    /*  */
    .slider-line {
        height: 500px;
    }
    .nivo-slider-wrapper {
        height: 500px;
    }
    .nivoSlider {
        height: 500px!important;
    }
    .nivoSlider img {
        height: 500px!important;
        width:auto !important;
    }
    .theme-light a.nivo-prevNav {
        background-position: -60% 50%;
        left: auto;
        right: 105px!important;
    }
    .theme-light a.nivo-nextNav {
        background-position: 160% 50%;
        right: 50px!important;
    }
    
    .content-line .center-box {
        padding: 40px 0 40px;
    }

    .content-line .main {
        padding:0 25px;
    }
    .content-line .cols {
        padding:0 25px;
    }
    
    
    .col4 {
        float:none;
        width:100%;
        margin-bottom:80px;
        margin-right:0;
        overflow:hidden;
        position:relative;
    }
    .col4:last-child {
        margin-bottom:0;
    }
    
    .col3 {
        float:none;
        width:100%;
        margin-bottom:80px;
        margin-right:0;
        overflow:hidden;
        position:relative;
    }
    .col3:last-child {
        margin-bottom:0;
    }
    .col_title {
        position: absolute;
        top: 20px;
        left: 120px;
    }
    
    .item {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px;
    }
    .item_img {
        position:relative;
        top:unset;
        left:unset;
        margin-bottom:20px;
        width:100%;
        display:block;
        height: auto;
    }
    .item_img img {
        width:100%;
        display:block;
        height: auto;
    }
    .item_img1 {
        display:none;
    }
    .item_img2 {
        display:none;
    }

.slider-line .center-box {
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    height:500px;
}

.slide {
    position: absolute;
    right: 0;
    top: unset;
    bottom:90px;
    background: #fff;
    padding: 30px 35px 30px;
    z-index: 200;
    width: 90%;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}
.slide-img {
    position: relative;
    top: 0;
    left: 0;
}
.slide-img img {
    display: block;
    max-width: 100%;
}
.slide-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 10px;
}
.slide-text {
    display: none;
}


.map-text {
    position: relative;
    top: 0;
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    padding: 25px;
    width: 100%;
}
    
    .footer2 span {
        display:block;
        width:100%;
        float:none!important;
        text-align:center;
        padding:5px;
        box-sizing: border-box;
    }
    
    .foot1 {
        float: none;
        min-height: 100px;
        width: 100%;
        padding: 0 25px;
        displaY: block;
    }
    .foot2 {
        float: none;
        min-height: 100px;
        width: 100%;
        padding: 0 25px;
        margin-bottom:40px;
    }
    .footer-line ul.menu li {
        position: relative;
        display: block;
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .foot3 {
        float: none;
        min-height: 100px;
        width: 100%;
        text-align: left;
        padding: 0 25px;
    }
    .footer-line .tell {
        font-size: 21px;
        font-weight: 700;
    }

.photo_item {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-sizing: border-box;
    margin: 0 0 10px;
}
h2.title {
    font-size: 28px;
    line-height: 32px;
}
.item_text {
    height: auto;

}
.item_desc {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
}
.fosbtn_item {
    margin:10px 0;
}
.item_gallery {
    float: none;
    width: 100%;
}
.zoo-gallery-wall.margin > * {
    width: 48%;
    margin: 0 1%!important;
}
.zoo-gallery-wall.margin > * >img {
    width: 100%;
    height:auto;
}


}