/* CSS Document */
html, body {
 overflow-x: hidden;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
@font-face{
font-family: 'Source Sans Pro';
src: url(../fonts/SourceSansProL.ttf);
}
@font-face{
font-family: 'Andy';
src: url(../fonts/Andy_Bold.otf);
}

.Iam {
 /* padding: 2em 5em;*/
  font: normal 40px/50px Montserrat, sans-serif;
  color: #999;
  width:100%;
  max-width:700px;
 
  margin:auto;
  margin-top:0px;
  text-align:center;
  margin-bottom:40px;
  
}
.Iam p {
  height: 50px;
  float: left;
  margin-right: 0.3em;
}
.Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 0px;
  text-align:left;
}
.Iam .innerIam {
  display: inline-block;
  color: #e74c3c;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;


-webkit-animation:move 5s;
   -moz-animation:move 5s;
    -ms-animation:move 5s;
     -o-animation:move 5s;
        animation:move 5s;

-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;

-webkit-animation-delay:1s;
   -moz-animation-delay:1s;
    -ms-animation-delay:1s;
     -o-animation-delay:1s;
        animation-delay:1s;
}
@keyframes move{
0%  { top: 0px; }
20% { top: -50px; }
40% { top: -100px; }
60% { top: -150px; }
80% { top: -200px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@-moz-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@-o-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}

@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){
.Iam {
 font: normal 20px/30px Montserrat, sans-serif;
 margin-left:20px;
 margin-right:20px;
 max-width:300px;
 margin:auto;
 margin-bottom:30px;
 }
 .Iam p {
  height: 30px;
}
 .Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 30px;
  top: 0px;
  text-align:left;
}
@keyframes move{
0%  { top: 0px; }
20% { top: -30px; }
40% { top: -60px; }
60% { top: -90px; }
80% { top: -120px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
20% { top: -30px; }
40% { top: -60px; }
60% { top: -90px; }
80% { top: -120px; }
}
@-moz-keyframes move {
    0%  { top: 0px; }
20% { top: -30px; }
40% { top: -60px; }
60% { top: -90px; }
80% { top: -120px; }
}
@-o-keyframes move {
   0%  { top: 0px; }
20% { top: -30px; }
40% { top: -60px; }
60% { top: -90px; }
80% { top: -120px; }
}
@keyframes move {
    0%  { top: 0px; }
20% { top: -30px; }
40% { top: -60px; }
60% { top: -90px; }
80% { top: -120px; }
}







}


* {
    padding: 0;
    margin: 0;}
     
 #footbl{
text-align:center;
width:100%;
} 	

.sm_menu_in_remont{

width:90%;
max-width:900px;
height:auto;
text-align:center;
margin:auto;
}
.sm_menu_in_remont a{
    display: inline-block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    /* padding: 7px; */
    /* border: 1px #ccc solid; */
    border-radius: 3px;
    margin: 5px;
    /* color: #333; */
    border-bottom: dashed 1px blue;

}

.sm_menu_in_remont a:hover{
//background:#ccc;
color:#000;
}

.smmnu{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;}
#numport{
width:25px;
height:20px;
background-color:#33CC33;
text-align:center;
padding:0px;
margin-left:3px;
border-radius:2px;
border:#ccc 1px solid;
margin-top:0px;
float:left;
  }
  #numport a{
color:#FFFFFF;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
  }
  #numport a:hover{
color:#000;
  }
	#numport a:visited{
	color:#666666;} 	
#anketa{
max-width:650px;
margin:auto;
font-family:Arial, Helvetica, sans-serif;
}
#headcalc{
width:470px;
height:60px;
margin:auto;

/*margin-left:400px;*/
margin-top:-55px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
z-index:1;
}
 .nav_up{
    position:fixed;
    width:40px;
    height:40px;
    bottom:20px;
    left:20px;
    white-space:nowrap;
    cursor: pointer;
}




.hr{
margin-top:50px;
}



#head1{
height: 70px;


}
#logo{
left: 0;
	top: 0;
	height: 75px;
	width: 178px;
	margin-left: 10px;
	padding: 1px;
}
#fon1{
margin-top: 30px;
width: 100%;
height: auto;
background-image:url(../images/logobgr.jpg);
}

#fon2{
margin-top: 0px;
width: 100%;
height: auto;
/*background-image:url(../images/fon2.jpg);*/
}
#fon3{
margin-top: 0px;
width: 100%;
height: auto;
background-image:url(../images/gin.jpg);

}
#fon4{
margin-top: 00px;
width: 100%;
height: auto;
background-image:url(../images/fon2.jpg);
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
}
#logoname{
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bold;
color:black;
margin-top: -70px;
margin-left: 190px;

width: 110px;
}
#vhod{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
}
#phones{
	position: absolute;
	right: 0;
	top: 0;
	height: 200px;
	width: 270px;
	color: #000000;
	padding-top: 1px;
	margin-top: 5px;
	margin-right: 10px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:20000;
}
#phones_con2{
	font-size: 32px;
	text-decoration: none;
	cursor: pointer;
	color: red;
	text-align:center;
}
#phones_con{
	font-size: 24px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	padding-top:15px;
}

#phones_con a{
	font-size: 24px;
	text-decoration: none;
	cursor: pointer;
	color: red;
}
#enter {
text-decoration: none;
width: 200px;
	height: 40px;
	float: right;
	position: relative;
	box-shadow: inset 0 1px rgba(255,255,255,0.3);
	border-radius: 3px;
	cursor: pointer;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 13px;
	line-height: 38px; /* Same as height */
	text-align: center;
	font-weight: normal;
	background-color: #FFAF03;
	margin-right: 250px;
	margin-top: -37px;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #000000;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}
#enter:hover {
	box-shadow: 0 1px rgba(243,190,6,0.30),inset 0 20px 40px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 1px rgba(243,190,6,0.30),inset 0 20px 40px rgba(255,255,255,0.15);
	}
#enter:active{
    top: 1px;
}
#widgetget_custom {
text-decoration: none;
width: 200px;
	height: 40px;
	float: right;
	position: relative;
	box-shadow: inset 0 1px rgba(255,255,255,0.3);
	border-radius: 3px;
	cursor: pointer;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 13px;
	line-height: 38px; /* Same as height */
	text-align: center;
	font-weight: normal;
	background-color: #FFAF03;
	margin-right: 250px;
	margin-top: -40px;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #000000;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}
#widgetget_custom:hover {
	box-shadow: 0 1px rgba(243,190,6,0.30),inset 0 20px 40px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 1px rgba(243,190,6,0.30),inset 0 20px 40px rgba(255,255,255,0.15);
	}
#widgetget_custom:active{
    top: 1px;
}
#line01 {
	background:#D1D1D1;
	width: 100%; 
	margin:auto;
	height: 1px; 
	margin-top: 30px; 
}
#line1 {
	background:#D1D1D1;
	width: 100%; 
	margin:auto;
	height: 1px; 
	margin-top: 5px; 
}
#line2 {
float:none;
	background:#D1D1D1;
	width: 100%; 
	margin:auto;
	height: 10px; 
	margin:auto;
	margin-top: 0px; 
}
#line3 {
float:none;
	background:#D1D1D1;
	width: 100%; 
	margin:auto;
	height: 2px; 
	margin:auto;
	margin-top: 0px; 
}
#parag {
width: 50%;
margin-top: 20px;
margin-left: 20px;
}
#content_img {
width: 100%;
margin: auto;
text-align: center;
}
#content_txt {
margin: auto;
width: 100%;
text-align:left;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 18px;
padding: 10px;
}
#content_txt_01 {
margin: auto;
width: 100%;
max-width: 700px;
text-align:center;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 18px;
padding: 10px;
}
#content_txt_perechen {
margin: auto;
width: 50%;
width-max: 700px;
text-align:justify;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 26px;
padding: 10px;
}

h1{
    font-size: 3vw;
    font-family: Arial, Helvetica, sans-serif;
    //font-weight: 200;
    text-align: center;
    padding: 10px 30px;
    color: #555;
    max-width: 900px;
    margin: auto;
    margin-top: 20px;
}


h2{font-size:24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal; 
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
width: 90%;
margin: auto;}
h5{font-size:24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal; 
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
color:#FF0000;
padding-left:15px;
padding-right:15px;}
h6{font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal; 
text-align: center;
margin-top: 60px;
margin-bottom: 10px;
color:#000099}
h7{font-size:75px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold; 
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
color:#FF0000}


div.image_gallery {
    margin: 0 auto;
    width: 1600px;
    text-align: center;
    max-width: 95%; 
    min-width: 500px;
}
div.image_gallery img {
    float: left;
    max-width: 31%;
    height: auto;
    padding: 10px; 
	margin:0 auto;
	
}
div.image_gallery2 {
    margin: auto;
    width: 1600px;
    text-align: center;
    max-width: 95%; 
   
}
div.image_gallery2 img {
    float: left;
    max-width: 23%;
    height: auto;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	
}
div.image_gallery3 {
    margin: 0 auto;
    width: 1100px;
    text-align: center;
    max-width: 95%; 
    min-width: 500px;
}
div.image_gallery3 img {
    float: left;
    max-width: 47%;
    height: auto;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	
}

#image_gallery4 {
    margin: 0 auto;
    text-align: center;
    max-width: 95%; 
    min-width: 500px;
}
div.image_gallery5 {
    margin: auto;
    width: 1600px;
    text-align: center;
    max-width: 95%; 
   
}
div.image_gallery5 img {
display:inline-block;
    /*max-width: 23%;*/
    height: 200px;
    width:200px;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	object-fit: cover;
	}
div.image_gallery_main {
    margin: auto;
    width: 980px;
    text-align: center;
    max-width: 95%; 
   
}
div.image_gallery_main img {
    float: left;
    /*max-width: 23%;*/
    height: 360px;
    width:440px;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	
}
#cardimg {
    float: left;
   max-width: 53%;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	text-align:center;
	
}
#pho{
width:198px;
height:350px;   


}
#pho img{
    
    width: 75%;
    height: auto;
    
	
}



.clear { clear: both; }
   
a img:hover {   
opacity:0.8;   
-moz-opacity:0.8;   
filter: alpha(opacity=80) white;   
-khtml-opacity: 0.8;   
/*background-color:#ffffff;  */ 
    }  
	
	#maincontent{
	max-width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
	margin:auto;
	padding: 0 30px;}
	#maincontent p {
    text-indent: 10px;
	padding:10px;
	text-align:justify;
	 
   }
   #maincontent img {
   max-width:700px;
   width:92%;
   height:auto !important;
	padding:10px;
	//border: 1px solid #999;
	
	 
   }
   
    #maincontent ul {
	padding:20px;
	 
   }
   #maincontent2{
	max-width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:auto;
	padding:10px;}
	
	
	
	
	 #i1{display:none}
	 
	 #p2,#p3,#p4,#p5,#p6,#p7,#p8,#p9,#p10{display:none}
	 
	
	
	 #calc1{
	 margin:auto;
	max-width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	border: 1px solid #999;
	padding:20px;
	 -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -khtml-border-top-left-radius:5px;
    -khtml-border-top-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
    -khtml-border-bottom-right-radius:5px;
	margin: auto;
	} 
   #mess {	border: 1px dashed #999;
	border-radius: 10px;
	margin-top:20px;
}
#book{
max-width:400px;
height:auto;
border: 1px dashed #999;
margin:auto;
-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -khtml-border-top-left-radius:5px;
    -khtml-border-top-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
    -khtml-border-bottom-right-radius:5px;}
#commbook{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
padding:20px;
}
#book img{
max-width: 95%;}
#cardimg{
width:300px;
height:400px;}


#messkon{
max-width:840px;
height:auto;
width:90%;
border: 1px dashed #999;
	border-radius: 10px;
	margin:auto;
	text-align:center;
}
#messkon1{
max-width:840px;
height:auto;
width:90%;
	margin:auto;
	text-align:center;
}

.label {color: #777;text-transform: uppercase; font-size: 0.8em;margin-bottom: 5px;}
.turnintodropdown{
padding: 7px;font-weight: 300;   width:50%; font-size:16px; margin:right;}
.turnintodropdown2{
list-style: none;padding: 7px;font-weight: 300; margin-bottom:15px; color:#FF6600; width:350px; font-size:16px; }
.turnintodropdown3{
list-style: none;padding: 7px;font-weight: 300; margin-bottom:15px; color:#FF6600; width:70px; font-size:16px;}
.turnintodropdown4{
list-style: none;padding: 7px;font-weight: 300; margin-bottom:15px; color:#FF6600; font-size:16px;}





#zakaz_rem_orange{
background-color:#FF6600;
color:#FFFFFF;
padding-top:20px;
padding-bottom:20px;
padding-left:70px;
padding-right:70px;
width:auto;
max-width:350px;
margin:auto;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.55);
text-decoration:none;
border:solid 1px #FF6600;
text-align:center;}



#zakaz_rem_orange a:hover{
color:#000;
background-color:#FF6600;
}

#zakaz_rem_orange:hover, #kalkulyator:hover{
background-color:#FFFFFF;
color:#333333;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}




#delokno2{
display:none;}

.title_modal_1{
font-size:36px;}
.title_modal_2{
font-size:20px;}
#ok_okno{
margin:auto;
width:70%;
margin-top:50px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:24px;
color:#CC0066;}

#calc_big_banner img{
width:90%;
max-width:500px;
height:auto;
margin:auto;
border:0;}

#zakaz_remonta_big_banner img{
width:90%;
max-width:500px;
height:auto;
margin:auto;
border:0;}



#win2{
width:90%;
max-width:800px;
margin:auto;
text-align:center;
background:#FFFFFF;
border:1px dashed #ccc;
border-round:5px;
font-family:Arial, Helvetica, sans-serif; 
color:#000000;

height:auto;}

#footer{
width:100%;
/*z-index:300;*/
background-color:#002200;
height:auto;
position:absolute;}
#footer_left{
width:25%;
height:auto;
min-height:700px;
float:left;
top:0;
color:#DADADA;
background-color:#002200;
font-family:'Roboto';
font-size:14px;}
#footer_right{
width:75%;
height:auto;
min-height:700px;
float:left;
top:0;
color:#DADADA;
background-color:#07AF03;
font-family:'Roboto';
font-size:14px;}
#footer_left_center_block{
margin-left:20px;
margin-right:20px;
margin-top:20px;
margin-bottom:20px;
/*order:solid 1px #ccc;*/
height:auto;
width:80%;
position:relative;
font-family:'Roboto';
font-size:15px;
//font:bold;
//font-weight:800;
text-align:left;}
#footer_right_center_block{
margin-left:30px;
margin-right:30px;
margin-top:30px;
margin-bottom:30px;
height:auto;
width:90%;
position:relative;
font-family:'Roboto';
font-size:16px;
font:bold;
font-weight:800;
color:#fff;
text-align:left;} 
.footer_right_razdel{
width:200px;
height:250px;
margin:20px;
float:left;
padding-left:10px;
border-left:1px dashed #ccc;
text-align:left;
line-height:2;
}

#footer_left_center_block a{
text-decoration:none;
color:#eee;}
#footer_left_center_block a:-webkit-any-link {
text-decoration:none;
    color:#eee;}
.footer_right_razdel a:-webkit-any-link{
text-decoration:none;
color:#eee;}
#footer_left_center_block a:hover{
text-decoration:underline;
color:#fff;}

.footer_right_razdel a:hover{
text-decoration:underline;
color:#fff;}
.footer_right_razdel_name{
color:#333333;}
#footer_name_comany{
font-family:'Roboto';
font-size:18px;}
.vibericon{
color:#C552FC;}
.whatsappicon{
color:#33FF00;}
.vkicon{
color:#089cff;}
.telegramicon{
color:#51B8FD;}
.twicon{
color:#51B8FD;}
.fbicon{
color:#0070bb;}
.okicon{
color:#ff9900;}
.youtubeicon{
color:red;}
.rutubeicon{
color:#f46236;}

.namerazdelicon{
color:#fff;
font-size:20px;}


#links img {
background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
    background-size: 400%;
    animation: loading2 1s ease-in-out infinite;
}


@keyframes loading2 {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}



@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
#footer_right{
display:none;}
#footer_left{
width:100%;}
.turnintodropdown{
 width:75%;
}
#headcalc{
margin-right:300px;
}
	#content_txt {
width: 75%;
}
div.image_gallery2 img {
    float: left;
    max-width: 47%;
    height: auto;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	
}
div.image_gallery5 img {
    
    max-width: 47%;
   
	
}
#cardimg2 {
    
   width: 200px;
	
	margin:auto;
	border: 1px solid #999;
	text-align:center;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -khtml-border-top-left-radius:5px;
    -khtml-border-top-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
    -khtml-border-bottom-right-radius:5px;
}


#cardimg2:hover{
  box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
   }

#pho2{
width:200px;

}
#pho2 img{
    
    width: auto;
    height: auto;
	margin-top:0px;
	
}
#nmfl2{
width: auto;
background-color:#dddddd;
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
	
}





@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){

#headcalc{
margin-right:200px;
}

.turnintodropdown{
 width:75%;
}
 .turnintodropdown2{
 width:100%;}

	#content_img {
width: 75%;}
div.image_gallery img {
        max-width: 45%; 
        height: auto;
        padding: 1%; 
    }
	#enter {
	display:none;}
}

@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){
.maimenu{display:none}

#logo{
display:none;}
.turnintodropdown{
 width:75%;
}


#line01 {
	margin-top: 70px; 
}
#fon1{
margin-top: 108px}
#enter{
display:none;
}
#headcalc{
display:none;
margin-left:300px;
}
#headerTb{width:100%;}
#content_img {
width: 98%;}
 div.image_gallery {
        min-width: 320px;
    }
	div.image_gallery img {
        max-width: 95%; 
        height: auto;
        padding: 1%; 
    }
	div.image_gallery2 img {
    float: left;
    max-width: 97%;
    height: auto;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	
}
div.image_gallery3 img {
    float: left;
    max-width: 90%;
    height: auto;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	
}
div.image_gallery5 img {
   
    max-width: 97%;
    
	
}
#head1{
height: 140px;}

 .nav_up{
 bottom:30px;
 right:5px;}
 
 #phones_con{
 font-size:20px;}

#headcalc{
margin-left:220px;
}
div.image_gallery_main img {
    float: left;
    max-width: 90%;
    height: auto;
    padding: 3px; 
	margin:5px;
	border: 1px solid #999;
	
}

    }



@media only screen and (max-width : 580px),
only screen and (max-device-width : 580px){
#title_modal_1{
font-size:24px;}
#phones{
display:none;}

#line01 {
	margin-top: 150px; 
}
#fon1{
margin-top: 68px}
#phones{
margin-top:45px;}
#headcalc{
display:none;
/*margin-left:20px;
margin-top:15px;*/
}


h1{font-size:7vw;} 
 
 #content_txt {

width: 80%;
}


#zakaz_rem_orange{
padding-left:20px;
padding-right:20px;
}
  #head1{
height: 220px;}
   }
@media only screen and (max-width : 450px),
only screen and (max-device-width : 450px){
}

 
@media only screen and (max-width : 321px),
only screen and (max-device-width : 321px){
 h1{font-size:24px;
 } 
 #zakaz_rem_orange{
padding-left:20px;
padding-right:20px;
}
}
