
@media screen and (min-width:1120px) and (max-width:1279px) {
    html {
        zoom:0.9;
    }
}

@media screen and (min-width:900px) and (max-width:1119px) {
    html {
        zoom:0.7;
    }
}

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

body {min-width:360px; font-size: 14px; }   
.center-box { width:90%; margin:0 auto;}  


h2 {
    line-height: 24px;
    font-size: 21px;
}

.header-logos {
    float: none;
    width: 100%;
    overflow: hidden;
}
.header-logos img {
    display: block;
    width: 100%;
}
.header-logos .logo {
    float: left;
    display: block;
    margin-right: 0;
    width: 70%;
}
.header-logos .official {
    float: left;
    width: 25%;
    display: block;
    margin-top: 10px;
    margin-left: 5%;
}
.header-contacts {
    float: none;
    width: 100%;
    overflow: hidden;
}
.telefon {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    padding-top:5px;
    margin-top: 30px;
    margin-right: 0;
    text-align:center;
}
.fosbtn {
    padding:5px 15px;
    margin-top: 30px;
}


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

	/*менюшка*/
	.nav-line {
        background: #f8efd3;
        overflow:hidden;
    }
	.nav-line ul.menu {
		display:none;
		width:100%;
		height:auto;
		padding:0;
		border-radius:0;
		box-shadow:none;
		float:none;
		margin-bottom:10px;
		/*border-bottom:1px dashed #fff;*/
		
	}
	    .nav-line ul.menu > li {
			display:block;
			float:none;
			height:auto;
			margin: 0;
			padding:0;
			/*border-top:1px dashed #fff;*/
			
		}
		.nav-line ul.menu li.parent {
		    padding: 0;
		    background:transparent;
		}
		.nav-line ul.menu ul, .nav-line ul.menu li:hover ul {
            display: block;
            margin: 0;
            padding: 0;
            width:100%;
            position:relative;
            background:transparent;
            box-shadow:none;
        }
        .nav-line ul.menu ul li {
            /*border-top:1px dashed #666;*/
        }
        .nav-line ul.menu li ul li {
            display: block;
            padding: 0;
            margin-bottom: 0;
            margin-right: 0;
            font-size: 12px;
        }
        .nav-line ul.menu ul li a {
            font-size:12px;
            line-height: 16px;
            padding: 0 10px 10px 40px;
            color:#333;
        }

		
		.nav-line ul.menu li a {
            display:block;
            color: #111;
            font-size:16px;
            line-height: 20px;
            padding: 10px 10px 10px 40px;
            height: auto;
            text-transform:none;
        }

.slider-line {
    height: auto;
}
.slider-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-top: 40px;
}
.slider-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 30px;
}
.slider-line .fosbtn {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    padding: 5px 10px;
    font-size: 12px;
}
.slider-btns {
    overflow: hidden;
    margin-bottom: 20px;
}

h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    padding: 0;
    margin: 40px 0px 20px;
    text-transform: unset;
    text-align: left;
}
.page-header h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #000;
    text-transform: none;
}
h3 {
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
}

.subtitle {
    text-align: left;
}
.firstsub {
    margin-bottom: 40px;
}
.bitems {
    overflow: hidden;
    padding: 0;
}
.bitem {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0 0 40px;
    color: #000;
    text-decoration: none;
    overflow:hidden;
    display:block;
    padding-left:120px;
    position:relative;
    min-height:100px;
    box-sizing:border-box;
}
.bitem-img {
    margin-bottom: 0;
    margin-right:0;
    width: 100px;
    position:absolute;
    top:0;
    left:0;
}
.bitem-img img {
    width:100%
}
.bitem-title {
    font-size: 16px;
}
.bitem-desc {
    font-size: 12px;
    line-height: 16px;
}

table {
    max-width: 100%;
    width: 100%;
    overflow: auto;
    display: block;
    position:relative;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
table tr {
    border-top: 1px solid #e5e5e5;
}
/*table:after {
        content: "Таблицу можно листать влево/вправо";
        width:auto;
        height:16px;
        line-height:16px;
        display: inline-block;
        position: absolute;
        z-index:10px;
        top:3px;
        left:3px;
        opacity:0.5;
        font-size:12px;
        font-style:italic;
        
        width:100%;
    }*/

.foot4 {
    float: none;
    min-height: 100px;
    width: 100%;
    text-align: left;
    margin-top: 40px;
}
.foot1 {
    float: none;
    min-height: 100px;
    width: 100%;
}
.foot2 {
    float: none;
    width: 100%;
}
.foot3 {
    float: none;
    width: 100%;
}
	
.fos-box  {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
} 
.fos-box .fos-box-close {
    top: 10px;
    right: 10px;
}
.fos-box .fos-box-title {
    font-size: 32px;
    line-height: 32px;
}



}