* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
/*article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}*/
main, footer, aside, header {
	display: block;
}

body {
	/*font: 12px/18px Verdana, Arial, monospace;*/
	/*font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	 font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
	height: 100%;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 49px;
	/*background: #FFE680;*/
	display:block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*border-bottom:1px solid #ff5100;*/
}

.headerimg {
	
}
.headerlang {
	margin-left: auto;
	font-size:14px;
	word-spacing: 8px;
}
.headerlang a{
	color:#151515;
	text-decoration:none;
}
.headerlang a:hover{
	color:#a43400;
	text-decoration:underline;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 100px;
	box-sizing: border-box;

}

.container {
   margin: 0 auto;
   width: 100%;
   max-width: 1000px;
   /*padding: 0 15px;*/
}



.posts-list {
   margin-left: 3px;
   margin-bottom: 30px;
   width: 64%;
   float: left;
   /* border:1px solid blue; */
}

topnav {
	
}

.topnews {
	display:inline-block;
	
	margin-top: 18px;
	width:100%;
	/* padding-top: 30px; */
	padding-bottom: 30px;
	font-size:18px;
	/*letter-spacing: 0.2px;*/
	line-height: 140%;
	

}
.h1top {
	/*letter-spacing: 0.2px;*/
	padding-top: 5px;
	padding-bottom: 16px;
	line-height: 115%;
	font-size:24px;
	color:#005a8c;
}

.h1top a {
	color:#000;
	text-decoration:none;
}

.h1top a:hover {
	color:#005a8c;
}

.inform {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 13px;
	vertical-align: bottom;
	color: #000
}
.inform a {
	text-decoration: none;
	color: #363636;
	font-weight: 700
}
.inform a:hover {
	text-decoration: underline;
	color: #000cff
}

.inform-lenta {
	/*margin-top: 7px;*/
	margin-bottom: 7px;
	font-size: 13px;
	/*vertical-align: bottom;*/
	color: #5e5e5e;
}

.inform-lenta a {
	text-decoration: none;
	/*color: #363636;*/
	color:#5e5e5e;
	font-weight: 700
}
.inform-lenta a:hover {
	text-decoration: underline;
	color: #000cff
}

.h2top {
	letter-spacing: 0.2px;
	padding-top: 6px;
	padding-bottom: 11px;
	line-height: 130%;
	font-size: 18px;
}

.h2top a {
	text-decoration:none;
	color:#000;
	font-size: 19px;
}

.h2top a:hover {
	color:#005a8c;
}


.h2lenta {
	letter-spacing: 0.05px;
	padding-bottom: 10px;
	line-height: 130%;
	font-size: 14px;
	color:#004b75;
}

.h2lenta a {
	text-decoration:none;
	color:#004b75;
	font-size: 18px;
}

.h2lenta a:hover {
	text-decoration:none;
	color:#e14700;
	font-size: 18px;
}

.h3lenta {
	/*letter-spacing: 0.05px;*/
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 100%;
	font-size: 17px;
	color:#004b75;
}

.h3lenta a{
	font-size: 18px;
	color:#004b75;
	line-height: 120%;
	text-decoration:none;
}

.h3lenta a:hover{
	text-decoration:underline;
	color:#e14700;
}




.divTable{
	display: table;
	max-width: 1000px;
	margin:0 auto;
}
.divTableBody {
	display: table-row-group;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	/*border: 1px solid #999999;*/
	display: table-cell;
	padding-right: 8px;
	padding-bottom: 10px;
	width:50%;
}
.divTableCellA {
	/*border: 1px solid #999999;*/
	display: table-cell;
	padding-left: 8px;
	padding-bottom: 10px;
	/*padding: 3px 10px;*/
	width:50%;
}

#paginator {
	clear:both;
	font-size: 17px; 
	color: #000000; 
	text-decoration: none;
	padding: 6px; 
	/*margin-left:5px; margin-right:5px;*/
	font-weight:bold; background-color: #ededed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:inline-table;
	margin: 10px;
}

#paginator:hover { 
	background-color: #FFFFFF;
	color:#ff0000;
}

.opennews img {
	max-width: 100%;
	height: auto;
	margin-bottom:20px;
}

.opennews h1 {font-size: 20px; padding:0px; margin:0px 0px 5px 0px;}

.opennews h2 {font-size: 20px; padding:0; margin:0; margin-bottom:20px;}

.opennews h3 {font-size: 18px; padding:0; margin:0; margin-bottom:20px;}

.opennews p {font-size: 15px; padding:0px; margin-bottom:20px; display:block;}

.opennews div {font-size: 15px; padding:0px; margin-bottom:20px; display:block;}

.opennews ul, ol, blockquote {font-size: 15px; padding:0px; margin-bottom:20px; margin-left: 32px; display:block;}

br
{   content: "A" !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.tags {
	padding-bottom: 5px;
	float:left; width:100%; font-weight: bold; font-size: 14px; text-align: left;
}

.tags a {
	color: #5e5e5e;
	text-decoration:none;
	font-weight: bold;
}

.tags a:hover {
	color: #000;
	text-decoration:underline;
}

.video {position:relative;padding-bottom:56.25%; padding-top:0px; height:0; border:1px solid red;}
.video iframe {position:absolute;top:0;left:0;width:100%;height:100%; }

aside {
   width: 33%;
   float: right;
   margin-right: 3px;
   /* border: 1px solid red; */
}

.searchform {
	padding: 6px;
	text-align:left;
}

.searchsub {
	padding: 6px;
	text-align:right;
}

.bestmark {
	margin-top: 30px;
	padding: 7px;
	background-color:#e14700;
	font-size: 18px;
	color:#ffffff;
}

.bestmark-list {
	font-size: 15px;
	color: #072a4f;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 8px;
	font-weight:bold;
	
}
.bestmark-list p{
	float:left; 
	width:50%;
	display:block;
}

.bestmark-list a{
	color: #072a4f;
	text-decoration:none;
}

.bestmark-list a:hover{
	color: #000000;
	text-decoration:underline;
}

.bestnews {
	/*font-size: 15px;*/
	color: #072a4f;
	/*padding: 10px;*/
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
	
}

.bestnews ul{
	padding-left: 22px;
}

.bestnews li{
	margin-bottom: 12px;
	color:#083567;
	font-weight:bold;
	font-size:17px;
}

.bestnews a{
	color: #072a4f;
	text-decoration:none;
	font-size: 15px;
	font-weight:normal;
}

.img {
	width:100%;
	height:auto;
	border:0px; padding:0px; margin:0px;
}

.imglenta {
	width:250px;
	height:auto;
	border:0px; margin:0px;
	float:left;
	padding-right: 10px;
	vertical-align:top;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	clear:both;
	margin: -100px auto 0;
	max-width: 1000px;
	/*height: 100px;*/
	background-color: #657889;
	position: relative;
	height: auto;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
}

.footer table {
	border:0px;
	vertical-align:top;
}

.footerdiv {
	padding: 10px;
	font-size:12px;
}

/*.footer {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
        padding-bottom: 8px;
        margin-bottom: 8px;
	line-height: 1.5; 
}*/

.footer a {
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color: #FF0;
	text-decoration:underline;
}

/*#footertd {
	clear:both;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	font-size:14px;
	border: 0px;
}

#footertd:hover {
	color: #FF0;
	text-decoration:underline;
}*/

@media (max-width: 768px) {
	body {
		padding-left: 7px;
		padding-right: 7px;
	}
	.posts-list, aside {
      width: 100%;
      float: none;
	  padding:0px;
	  margin:0px;
	}
	.divTable{
		display: block;
		width: 100%;
		margin:0 auto;
	}
	.divTableBody, .divTableRow {
		display:block;
		width: 100%;
		/* border:2px solid black; */
	}	
	.divTableCell, .divTableCellA {
		display: block;
		width: 100%;
		padding: 0px;
	}
	.imglenta {
	width:100%;
	height:auto;
	border:0px; padding:0px; margin:0px; float:none;
}
	.footer {
		position:static;
		/*height: 100px;*/
		height:auto;
		margin: 0;
	}
}