@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Capriola';
  font-style: normal;
  font-weight: 400;
  src: local('Capriola Regular'), local('Capriola-Regular'), url(uuDFYyWaIr7gMYVZu_PK5fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
  background: #77d3c4;
  margin-top: 2%;
  margin-left: 0%;
  width: 100%;
  height: 59px;
  padding-bottom: 4px;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #77d3c4;
}
#cssmenu #bg-two {
  height: 59px;
  z-index: 2;
  background: url('../bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
  background: #77d3c4;
  background: -moz-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77d3c4), color-stop(100%, #77d3c4));
  background: -webkit-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: -o-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: -ms-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: linear-gradient(to bottom, #77d3c4 0%, #77d3c4 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 55px;
  z-index: 4;
  background: url('../bg.png');
}
#cssmenu ul {
  height: 59px;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}
#cssmenu ul li a {
  padding: 24px 30px 20px 30px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 22px;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #13a7d9;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #13a7d9));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #13a7d9 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('../lenta_img/bg.png');
  color: #ffffff;
}



/*News*/


 <style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main_news_container {
	float:left;
	width: 100%;
	margin-top: 1%;
	margin-right: auto;
	border-width: 0px;
	border-style: solid;
}

#news_container {
	float:left;
	width: 55%;
	margin-bottom: 2%;
	margin-left: 13%;
	margin-right: auto;
	border-width: 0px;
	border-style: solid;
}
	
	/* Main news content container*/
  #news_content {
	background:url(../lenta_img/bg_content.PNG);
	background-color:rgba(153,181,221,1);
	/*margin-right: auto;
	margin-left: auto; */ 
	margin-top: 3%;
	padding: 2% 4% 2% 4%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 	border-width: 0px;
	border-style: solid;
	box-shadow: 1.5px 7px 6px 8px #999999;
}

  #news_content a{
	  	  color:#666;
	  text-decoration: none;
	  font-size:19px;
  }
  
  article { }
  article img {	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	box-shadow: 1px 1px 2px 4px #CCCCCC;	
    }	
  article content {
	  font-family: Sans-Serif;
	  font-size: 18px;
	  line-height: 1.4em;
    }


	#news_container_24 {
	    float:right;
		width: 24%;
		margin-top: 2%;
		padding: 2% 1% 2% %;
		margin-right: 2%;
		margin-left: auto;
		border-width: 0px;
		border-style: solid;
	}
	#news_container_24 a {
		color:#000;
		text-decoration: none;
		font-size:20px;
		}
	#news_container_24 a:visited {
		color: #666;
		text-decoration: none;
		font-size:20px;
		}

		/* Content for 24 hours news */
	  #top_24_news {
		text-align: center;
		margin-top: 8%;
		margin-bottom: 8%;
		padding: 1% 1% 2% 2%;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-width: 0px;
		border-style: solid;
		box-shadow: 3px 4px 2px 2px #77d3c4;	  

		  }
	  #top_24_news img  {
		  width: 60%;
		  }

	/* When click on 24 hours news */
  #news_24_click {
	  width: 80%;
	background:url(../lenta_img/bg_content.PNG);
	background-color:rgba(153,181,221,1);
	/*margin-right: auto; */
	margin-left: 7%;  
	margin-top: 3%;
	padding: 2% 4% 2% 4%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 	border-width: 0px;
	border-style: solid;
	box-shadow: 1.5px 7px 6px 8px #999999;
}
  #news_24_click a {
	  color:#666;
	  text-decoration: none;
	  font-size:19px;
  }  
  #news_24_click content {
	  font-size: 22px;
  }
  
  #news_content img {
	  width: 70%;
	  height:auto;
}

	#to_top {
		margin-left: 2%;
		margin-bottom: 2%;
		margin-top: 2%;
		}
	#to_top a {
		color:#666;
		text-decoration:none;
		font: 100% Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		}
	#to_top a:visited {
		color:#666;

		}
	
	/*Button to the top side of the page*/
	.scrollup{
			width:40px;
			height:40px;
			opacity:0.3;
			position:fixed;
			bottom:40%;
			right:12%;
			display:none;
			text-indent:-9999px;
			background: url(../lenta_img/icon_top.png) no-repeat;
	}

 #mainFooter {
	 text-align:center;	
	 width: 100%;
	 height: 80px;
	 background-color: #ffffff;
	 float:left;
	 	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border: 4px solid #77d3c4;
	 margin:2% 0;
}
 #mainFooter p{
	 width: 92%;
	 font-size: 18px;
	 margin: 10px auto;
	 color: #13a7d9;
	 font-weight:bolder;
 }



@media only screen and (min-width: 150px) and (max-width:1100px)
	{

@font-face {
  font-family: 'Capriola';
  font-style: normal;
  font-weight: 100;
  src: local('Capriola Regular'), local('Capriola-Regular'), url(uuDFYyWaIr7gMYVZu_PK5fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  line-height: 1.5;
  display: block;
  position: relative;
  font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
  margin-top: 2%;
  margin-left: 7%;
  margin-bottom: 7%;
  width: 90%;
  height: 51px;
  padding-bottom: 4px;
}
#cssmenu.align-right {
  float: left;
}
#cssmenu.align-right ul li {
  float: left;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #77d3c4 ;
}
#cssmenu #bg-two {
  height: 40px;
  z-index: 2;
  background: url('../bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
  background: #77d3c4;
  background: -moz-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77d3c4), color-stop(100%, #77d3c4));
  background: -webkit-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: -o-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: -ms-linear-gradient(top, #77d3c4 0%, #77d3c4 100%);
  background: linear-gradient(to bottom, #77d3c4 0%, #77d3c4 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 55px;
  z-index: 4;
  background: url('../bg.png');
}
#cssmenu ul {
  height: 40px;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}
#cssmenu ul li a {
  padding: 12px 15px 10px 18px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 15px;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #13a7d9;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #13a7d9));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #13a7d9 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #13a7d9 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('../lenta_img/bg.png');
  color: #ffffff;
}


		
body {
	width: 95%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main_news_container {
	float:left;
	width: 99%;
	margin-top: 1%;
	margin-right: auto;
	border-width: 0px;
}

#news_container {
	float:left;
	width: 70%;
	margin-bottom: 4%;
	margin-left: 2%;
	margin-right: 0%;
	border-width: 0px;

}

  #news_content {
	background:url(../lenta_img/bg_content.PNG);
	background-color:rgba(153,181,221,1);
	/*margin-right: auto;
	margin-left: auto; */ 
	margin-top: 3%;
	margin-bottom: 5%;
	padding: 2% 2% 2% 4%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0.5px 4px 5px 2.5px #999999;
}

  #news_content header h2{
	  font-size:18px;
}
  #news_content a{
	  color:#666;
	  text-decoration: none;
	  font-size:17px;
}
  article img {	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	box-shadow: 1px 1px 2px 2px #CCCCCC;	
}	
  article content {
	  font-family: Sans-Serif;
	  font-size: 17px;
	  line-height: 1.1em;
    }

	/*Container for the 24 hours last news*/
	  #top_24_news {
		text-align: center;
		margin-top: 8%;
		margin-bottom: 8%;
		padding: 1% 1% 5% 2%;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-width: 0px;
		border-style: solid;
		box-shadow: 3px 2px 1px 1px #77d3c4;	  
		  }
	  #top_24_news img  {
		  width: 80%;
		  }
	
	/*Info 24 hours last news*/
	#news_container_24 {
	    float:right;
		width: 24%;
		margin-top: 2%;
		padding: 0% 1% 2% 0%;
		margin-right: 1%;
		margin-left: 2%;
		border-width: 0px;
		border-style: solid;
	}
	#news_container_24 a {
		color:#000;
		text-decoration: none;
		font-size:14px;
		}
		/*Show few words in title*/
		#news_container_24 header h4{
		 margin:20px;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 2;
		 -webkit-box-orient: vertical;
		}

	#news_container_24 a:visited {
		color: #666;
		text-decoration: none;
		font-size:20px;
		}
	


	/*Click to the right side and in top side will be choosed content*/
  #news_24_click {
	  width: 80%;
	background:url(../lenta_img/bg_content.PNG);
	background-color:#FFF;
	/*margin-right: auto; */
	margin-left: 7%;  
	margin-top: 3%;
	padding: 2% 4% 2% 4%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 	border-width: 0px;
	border-style: solid;
	box-shadow: 0.5px 1px 4px 4px #999999;
}
  #news_24_click a {
	  color:#666;
	  text-decoration: none;
	  font-size:18px;
  }
	  #news_24_click header h2{
		  font-size:18px;
	  }
  #news_24_click img {
	width: 80%;  
  	}
	
  #news_24_click content {
	  font-size: 17px;
  }		
	
	
	
	
	/*Кнопка 'Показать еще' */
#content {

	}

#loadmore {
   width: 50%;
   margin-bottom: 5%;
   margin-right: 30%;	
   margin-left: 10%;
   background: #ffffff;
   border: 2px #32baed solid;
   color: #32baed;
   font: 100% Century Gothic;
   font-size: 16px;
   font-weight:bolder;
}
#loadmore:hover {
   background: #32baed;
   border: 1px #12495d solid;
   color: #ffffff;
   cursor: pointer;
   font: 100% Century Gothic;
   font-size: 16px;
   font-weight:bolder;   
}
#loadmore:active {
   background: #12495d;
   border: 1px #12495d solid;
   color: #ffffff;
   font: 100% Century Gothic;
   font-size: 16px;
}	

	#to_top {
		margin-left: 2%;
		margin-bottom: 4%;
		margin-top: 2%;
		}
	#to_top a {
		text-decoration:none;
		font: 100% Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

		}

	/*Button to the top side of the page*/
	.scrollup{
			width:40px;
			height:40px;
			opacity:0.3;
			position:fixed;
			bottom:40%;
			right:10%;
			display:none;
			text-indent:-9999px;
			background: url(../lenta_img/icon_top.png) no-repeat;
	}
		
 #mainFooter {
	 height: 20%;
	 width: 92%;
	 padding-top: 4%;
	 margin-bottom: 4%;
	 margin-left: 4%;
	 margin-right: 2%;


}
 #mainFooter p{
	 width: 80%;
	 font-size: 80%;
	 margin: 2% auto;
	 color: #32baed;
	 font-weight:bold;
 }

	
	}
  </style>


