@charset "windows-1251";
@import url("reset.css");
@import url("layout.css");
html, body {
	        width:100%;
			height: 100%;
			margin: 0;
			/*border-style:solid;
			border-bottom: 5px #8dc63f solid;*/

		   }
body	{
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFf;
		display:block;
		/*background-color: #FBF9F8;*/
			}
img {
		max-width:100%;
		height: auto;
	 }

a img{
		border:none;
	 }
.left{
		float:left !important;
	 }
.right{
		float:right !important;
	  }

h1, h2, h3, h4, h5 {
					font-family: Arial, Helvetica, sans-serif;
					/*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
					/*font-family: Rubik, sans-serif;*/

		   }
h1 {
	color: #08a652;
	font-size: 2.3em;
	line-height: 1.2;
	text-shadow: -1px 0 1px white, 0 -1px 1px white, 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #666666;
	margin-bottom: 5px;
	
   }
h2 {
	font-size: 1.05em;
	color: #424242;
	line-height: 1.2;

   }
h3 {
	font-size: 1.05em;
	margin: 15px 0 15px 0;
	color: #424242;
	font-weight: normal;
   }   
   	
h4 {
	 font-size: 1.9em;
	 color: #424242;
	/*border-left: 1px solid #08a652;*/
	 margin: 60px 20px 10px 0;
	 /*padding-left: 30px;
	 font-weight: normal;*/	
   }
h5 {
	 font-size: 1.2em;
	 color: #08a652; 
	 margin: 20px 20px 10px 0;
	 font-weight: normal;
	 line-height: 1.5;
   }
	

/* Конструкция с only применяется для старых браузеров, которые не поддерживают медиа-запросы, н-р, Farefox ----------- */

@media only screen and (max-width : 960px)
	{
h1 {
	font-size: 2.1em;
	}
h2		{
			font-size: 1.0em;
		}
h3		{
			font-size: 1.0em;
			margin: 15px 0 20px 0;
		}
h4	{			
		font-size: 1.7em; 
		margin: 50px 20px 10px 0;
	}
h5 {
		font-size: 1.1em;
		margin: 15px 20px 5px 0;
	}
}

@media only screen and (max-width : 767px)
	{
h1		{
			font-size: 1.9em;
		}
h2 {
			font-size: 0.85em;
		   }		
h3		{
			font-size: 1.0em;
			margin: 20px 10px 20px 0;

		}	

h4 {
	 font-size: 1.7em;
	 margin: 50px 20px 10px 5px;
	}
h5 {
	 font-size: 1.1em;
	 margin: 10px 15px 10px 5px;
   }
   	
	}
@media only screen and (max-width : 450px)
	{
h1		{
			font-size: 27px;
		}
h2		{
			font-size: 12px;
			}
h3 		{
			font-size: 15px;
			padding: 0 10px 0 0;
		}
}