@supports (display: flex) or 
            (display: -webkit-box) or
        (display: -moz-box) or
        (display: -ms-flexbox) or
        (display: -webkit-flex) or
        (display: -moz-flex)
{
    .flex-menu, .flex-bloki, .flex-podval1, .flex-podval2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;        
        display: flex;        
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;        
        -webkit-justify-content: space-around;         
        -ms-flex-pack: distribute;        
        justify-content: space-around;
}}
/* FOR SCREEN -1200 */
@media screen and (max-width:1200px) {
BODY {
	background-image: url(fon-formy-zakaza.jpg);	
	background-repeat: repeat;	
	}
#karkas {
			width: 100%;
			height: 100%;
		}
#shapka {
		width: 100%;
	}
.logolink {
	background-image: url(logo-dreizer_330-163_c.png)
}	
#content-fon {
	background-image: none;
	height: 100%;	
}
#content1, #content3, #content7 {
    margin-left: 0;
    margin-right: 0;
}
#content3 {
	width: 50%;
}
#content7 {
	width: auto;
}	
#podval {
	bottom: 0;	
    background-image: none;
}	
}
@media screen and (max-width:1100px) {
#content3 {
	width: 55%;
}
}
@media screen and (max-width:1000px) {
#content3 {
	width: 60%;
}
}
/* FOR SCREEN -1024 */
@media screen and (max-width:1024px){

#karkas{
width: 100%;
}
#shapka {    
    width: 100%;
}
.img-adaptiv {
	  display: block;
    float: left;
    width: 40%;
    min-width: 250px;
    height: auto;
    margin-right: 10px;
}
#podval {
	width: 100%;
}
#podval1 {
    padding-left: 20px;
}
#pechat {
	margin-right: 20px;
}
}
/* FOR SCREEN -960 */
@media screen and (max-width:960px) {
		#title-en-tel-2, #title-ru-tel-1 {
			padding-top: 70px;
		}
		#telefon-1 {
			padding-top: 40px;
		}
#content3 {
	width: 100%;
	float: none;
	margin-top: 20px;
	margin: 0 auto;
}
#content3 img.objectImage {
	margin: 0 auto;
}	
#content3 .slick-dotted.slick-slider{
	margin-bottom: 0;
}
}
/* FOR SCREEN -900 */
@media screen and (max-width:900px){
		#content4 {
	  float: none;
	  margin: 0 auto;
}
}
/* FOR SCREEN -854 */
@media screen and (max-width:854px) {
#karkas {
	height: 100%;
}
#menuitem1 {
		display: none;
	}
.menumob {
	display: block;
}

#podval {	
		margin: 0 1%;
    width: 98%;
}
#podval2 {
		margin-left: 40px;
	}
}

/* FOR SCREEN -768 */
@media screen and (max-width:768px) {
#headfon {
	display: block;
}
.logolink {
	background-position: top center;
	width: 100%;
    height: 163px;
}
#title-en-tel-2, #title-ru-tel-1 {
	display: none;
}
#title-tel-mob {
	display: block;
	width: 100%;
	padding-top: 20px;
}
#content1 .contentImage {
	float: none;
	    width: 100%;
    height: auto;
}
#pechat {
	display: none;
}
}
/* FOR SCREEN -540 */
@media screen and (max-width:540px) {
#content3 img.objectImage {
	margin: 0 auto;
	height: 320px;
	width: auto;
}
#content4 {
    width: 320px;
}
#content4 .content {
	    padding-left: 0;
}
#content5 {
			display: none;
}
#podval {
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
#podval1 {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
}
#podval2 {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-bottom: 20px;
}
}
/* FOR SCREEN -390 */
@media screen and (max-width:390px) {
#content3 img.objectImage {
	height: 250px;	
}
#telefon-mob {
	width: 200px;
    margin: 0 auto;
}
}
/* FOR SCREEN -360 */
@media screen and (max-width:360px) {
#title-tel-mob {
    padding-top: 0;
}
}






