
@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:90%;}  

        .mob-menu {
            display: block;
            height: 55px;
            width:180px;
            text-align:center;
            margin:auto;
            line-height: 35px;
            font-size: 32px;
            padding: 10px 10px 10px 40px;
            text-transform: uppercase;
            background: url(../images/mob-menu.png) center left no-repeat;
            color:#fff;
            cursor:pointer;
            font-family: 'Bebas Neue', arial;
        }

	/*менюшка*/
	.nav-line ul.menu {
		display:none;
		width:100%;
		height:auto;
		padding:0;
		border-radius:0;
		background:none;
		box-shadow:none;
		border-top:1px solid #aaa;
		/*border-bottom:1px solid #aaa;*/
		float:none;
		
	}
	    .nav-line ul.menu > li {
			display:block;
			float:none;
			height:auto;
			margin: 0;
		}
		.nav-line ul.menu  ul {
			display:none!important;
		}
		.nav-line ul.menu li:hover ul {
			display:none!important;
		}
		
.nav-line ul.menu > li > a {
    display: block;
    padding: 15px 0 14px;
    position: relative;
    text-decoration: none;
    border-bottom:1px solid #999;
    text-align:center;
}
.nav-line ul.menu > li:last-child > a {
    border-bottom:0;

}
.nav-line ul.menu > li.active > a {
    padding: 15px 0 10px;
    border-bottom: 5px solid #eee;
    border-image: linear-gradient(to right, #015795, #00d5fc) 5;
}
.nav-line ul.menu > li:hover > a {
    padding: 15px 0 10px;
    border-bottom: 5px solid #eee;
    border-image: linear-gradient(to right, #015795, #00d5fc) 5;
}

.header-line .logo-box {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0;
}
.header-line .contact-box {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 28px;
}
.header-line .logo-box img {
    margin-right: 0;
}
.nav-line {
    overflow: hidden;
}
.nav-line .contact-box {
    float: none;
    width: 100%;
    border-top:1px solid #aaa;
    padding: 20px 0;
}
.nav-line .contact-box a {
    display: block;
    width: 260px;
    margin:0 auto;
}

h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px
}
h2.first {
    margin: 0px 0px 50px;
}
.logo-box h2.first {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    margin: -40px 0 10px;
    letter-spacing: 3px;
}


.bitem {
    display: block;
    float: none;
    margin: 0 0 20px;
    width: 100%;
    height: auto;
    padding-bottom: 110px;
}
.bi-activity .bitem {
    height: auto;
    padding-bottom: 110px;
}
.twocol .bitem {
    margin: 0 0 20px;
    color: #fff;
    width: 100%;
}
.bi-info .bitem {
    height: auto;
}

.blogo a {
    float: none;
    margin: 0 0 20px;
    width: 100%;
}

.map-line .center-box {
    width: 100%;
}
.map-text {
    position: relative;
    top: 0;
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    padding: 25px 25px;
    width: 100%;
    font-size: 14px;
}

.footer-line .logo-box {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0;
}
.footer-line .contact-box {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 28px;
}
.footer-line .logo-box img {
    margin-right: 0;
}

.main img {
    max-width:100%;
}

.fos-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 90px 30px 50px 40px;
    background: #fff;
    background-size: cover;
    color: #333;
    z-index: 2200;
}

.colbox {
    margin: 0 0 30px;
    overflow: hidden;
}
.colitem4 {
    width: 100%;
    margin: 0;
    float: none;
}
.colitem3 {
    width: 100%;
    margin: 0;
    float: none;
}

.search-box {
    text-align: center;
    margin-top: 10px;
    padding-right: 0;
}

}