@import url(http://design-penza.ru/dc/fonts/fonts_css.css);
@import url(http://design-penza.ru/dc/fonts/fonts_css1.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,900&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
body
{
	background-color:#ffffff;
	font-size: 8pt;
	font-family: 'Alumni Sans', Arial, sans-serif;
	margin:0px;
	padding:0px;	
	/*overflow:scroll;*/
} 
#left_block
{ position: fixed;
  background-image: url("https://design-penza.ru/images/arh_dc.jpg");
  border-radius: 6px;
  margin: 15% 0% 0% 10%;
  width:40%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  opacity: 0.45;
  background-position: center 35%;
  transition: all 2s ease-in-out;

  }
#right_block
{ position: fixed;
  background-image:url("https://design-penza.ru/images/salon.jpg");
  border-radius: 6px;
  margin: 15% 0% 0% 50%;
  width:40%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  opacity: 0.45;
  background-position: left 68%;
  transition: all 2s ease-in-out;
}

#left_block:hover{

   transition: all 2s ease-in-out;
   opacity:0.8;
}
#right_block:hover{

   transition: all 2s ease-in-out;
   opacity:0.8;
}
#Main_title1{font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 28px;
  margin: auto;
  position: fixed;
  margin: 18% 0px 0px 20px;
  Color: #fff;
  background: #333;
 /* display:block;*/
}
#Main_title2{font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 28px;
  margin: auto;
  position: fixed;
  margin: 18% 0px 0px 20px;
  Color: #fff;
background: #333;
/*display:block;*/
  }
a 
{
   text-decoration: none;
}
a:link
{
   color:#333333;
}
a:hover
{
   color:#80C8FE;
		 -webkit-transition-property: color;
			-moz-transition-property: color;
			  -o-transition-property: color;
			 -ms-transition-property: color;
				 transition-property: color;

		-webkit-transition-duration: 0.3s;
		   -moz-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
                transition-duration: 0.3s;
}
a:visited
{
   color: #333333;
}
a:visited:hover
{
   color: #80C8FE;
		 -webkit-transition-property: color;
			-moz-transition-property: color;
			  -o-transition-property: color;
			 -ms-transition-property: color;
				 transition-property: color;

		-webkit-transition-duration: 0.3s;
		   -moz-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
                transition-duration: 0.3s;
}
img:hover
{
 opacity: 0.7;
		 -webkit-transition-property: opacity;
			-moz-transition-property: opacity;
			  -o-transition-property: opacity;
			 -ms-transition-property: opacity;
				 transition-property: opacity;

		-webkit-transition-duration: 0.3s;
		   -moz-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
                transition-duration: 0.3s;
}
h1 {
font-family: 'Alumni Sans', Arial, sans-serif;
    font-size: 58px;
    text-decoration: none;
    color: #333333;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 50px;
    letter-spacing: -0px;
}
.small_class
{
	font-family: 'Alumni Sans', Arial, sans-serif;
	font-size: 8pt;
	color: #333333;
	list-style-type: square;
    list-style-position: inside;
	font-style: normal;
}
#logo_snow
{
	display:none;
	width:100%;
	height:20px;
	/*position:fixed;*/
	top:0px;
}
#design_center_penza
{
	margin:10%;
	/*width:520px;*/
	width:400px;
	margin-top:4.8%;
	/*height:250px;*/
	display:block;
	position:fixed;
}
#design_logo
{
	float:left;
	width:100px;
	height:91px;
	margin:0;
	padding:0;
	clear:none;
	display:inline;
}
#design_header
{
	float:left;
	height:91px;
	margin:0px 0px 0px 20px;
	padding:0;
	display:inline;
	clear:right;
}
#design_statistic
{
	display:none;
	float:left;
}
#design_content
{
	margin:10px 0px 0px 122px;
	padding:0px;
	float:left;
}
/* monitors and laptops */
@media screen and (max-height: 743)  and (max-width: 1600px)   {
	

	
}
@media screen and (max-width: 1376 px) and (max-height: 639)  {
	

	
}

/* tablet */
@media screen and (min-width: 1024px)  {}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* mobile */
@media screen and (max-width: 768px) {}

/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {}

/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/*#design_center_penza
		{
			margin-top:7%;
			width:100%;
			margin:auto;
		}
*/
}

/* Retina iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}

/* Retina iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad 1 & 2 in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){}

/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {}

/* iPad mini in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad mini in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad mini in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

	
	
}

/* iPhone 5 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {}

/* iPhone 5 in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {}

/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


}

/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {}

/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
#design_center_penza
		{
			/*margin:3% 0px 0px 14.5%;*/
		}
		#Main_title1{/*font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 18px;
  margin: auto;
  margin: 36% 0px 0px 0px;*/
}
#Main_title2{/*font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 18px;
  margin: auto;
  margin: 36% 0px 0px 0px;*/

  }
  #design_logo img
{
	/*float:left;
	width:50%;
	height:50%;
	
	padding-top:1px;*/
		}
		h1{    /*font-size: 34px;
    line-height: 26px;*/}
}
@media screen and (max-width:1000px) and (min-height:650px)
{
		
#design_center_penza
		{
			/*margin:1% 0px 0px 20%;*/
		}
		#Main_title1{/*font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 28px;
  margin: auto;

  margin: 25% 0px 0px 15%;
  color:#ffffff;*/
}
#Main_title2{/*font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 28px;
  margin: auto;

  margin: 50% 0px 0px 15%;
  color: #ffffff;*/
  }
  #design_logo
  {/*width: 25px;*/
 }
  #design_logo img
{
	/*float:left;
	width:100% !important;
	height:100% !important;
	padding-top:2px !important;*/
}
	/*	h1{    font-size: 15px;
    line-height: 14px;}
#design_header {
  margin: 0px 0px 0px 4px;}*/
  #left_block
{
 /* margin: 0% 10% 0% 10%; */

}
#right_block
{
 /* margin: 51% 10% 0% 10%;*/
 
}
}


@media screen and (min-width: 1199px) {
/*150*/}
@media screen and (max-width: 1199px){
	#left_block
{ 
  height: 60%;
 
  }
#right_block
{ height: 60%;
}
#design_center_penza
{
	
	margin-top:3%;
}
	
	/*200*/}
@media screen and (max-width: 959px) {/*250*/
	#design_center_penza
		{
			margin:1% 0px 0px 4%;
			display:table;
			position: relative;
		}
		
	#Main_title1 
		{
			margin: 12% 0px 0px 3%;
			
		}
	#Main_title2
		{
		  margin: 12% 0px 0px 3%;
		  
	    }
		#design_logo{
			height: 30px;
		}
		#design_header {

  height: 51px;

}
	#Design_logo {
  
  height: 50% !important;
  width: 50% !important;
  
	}
	h1 {
   font-size: 26px;
  line-height: 30px;
 
}
	#design_logo img
	    {
	/*	float:left;
		width:100% !important;
		height:100% !important;
		padding-top:2px !important;*/
		}
	/*	h1{    font-size: 15px;
    line-height: 14px;}
#design_header {
  margin: 0px 0px 0px 4px;}*/
	#left_block
		{ 
		margin: 2% 10% 0% 10%;
		  width: 80%;
		  height: 40%;
		  display: block;
		}
	#right_block
		{
		 margin: 22% 10% 0% 10%;
		  width: 80%;
		  height: 40%;
		  display: block;
		}
		}
		@media screen and (orientation:portrait)
		{/*250*/
	#design_center_penza
		{
			margin:10% 0px 0px 10%;
			display:table;
			position: relative;
		}
		
	#Main_title1 
		{
			/*margin: 22% 0px 0px 3%;
			font-size:28pt;*/
		}
	#Main_title2
		{
		  /*margin: 22% 0px 0px 3%;
		  font-size:28pt;*/
	    }
	#design_logo
	    {/*width: 25px;*/
	    }
	#design_logo img
	    {
	/*	float:left;
		width:100% !important;
		height:100% !important;
		padding-top:2px !important;*/
		}
	/*	h1{    font-size: 15px;
    line-height: 14px;}
#design_header {
  margin: 0px 0px 0px 4px;}*/
	#left_block
		{ 
		margin: 12% 10% 0% 10%;
		  width: 80%;
		  height: 35%;
		  display: block;
		}
	#right_block
		{
		 margin: 75% 10% 0% 10%;
		  width: 80%;
		  height: 35%;
		  display: block;
		}
		#Main_title1{font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 58px;
  
  margin: 38% 0px 0px 20px;

 /* display:block;*/
}
#Main_title2{font-family: 'Alumni Sans', Arial, sans-serif;
  font-size: 58px;

  margin: 38% 0px 0px 20px;

/*display:block;*/
  }
		}
@media screen and (max-width: 959px) {/*300*/} 
@media screen and (max-width: 639px) {/*350*/}
@media screen and (max-width: 479px){/*500*/}
	
