/*---------Общие стили новостей----------*/
.equal
{
	width: calc(100% - 4px);
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 4px;
}
.equal .news_item
{
	width: 100%;
	/*padding: 0;*/
	float: left;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.news_item {
	position: relative;
	float:left;
	display: flex;
	margin-bottom: 2%;
}
.news_item_inside {
	background-color: #fff;
    padding-bottom: 35px;
	width: 100%;
}
.news_item .news_data {
	/*padding: 15px;*/
}
.news_item .news_data h3{
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600;
	transition-duration: 300ms;
	color:#091726;
}
	
.news_item .news_data h3:hover,.news_data h3:focus{
    color: #C41318;
	text-decoration:none;
}
.news_item a{
	display:block;
}
.news_item a:hover{
	text-decoration:none;
}
.news_item .news_data .SectionIndic{	
	/*font-size: 14px;*/
    color: #C41318;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    /*display: block;*/
}
.news_item .news_info{
	color: #828282;
    line-height: 1.4;
    font-family: open sans,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #888;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}


.news_item .news_data .Site_name , .news_item .news_data .Site_name a{
    color: #C41318;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin-bottom: 10px;
	line-height: 1.1;
}
 .news_footer{
	display: flex;
	align-items: center!important;
	color: #828282;
    position: absolute;
    bottom: 0px;
	padding-left: 15px;
}
.news_footer .news_dt, .news_footer .ViewCounter{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.news_footer .ViewCounter{
	margin-left: 20px;
	padding-bottom: 33px;
}
.news_footer .news_dt span, .news_footer .ViewCounter span{
	line-height: 1;
    margin-left: 7px;
	font-family:Arial;
}
.news_footer img{
	width:17px;
	height:17px;
}
.ImgDiv_height{
	display:none;
	position: relative;
    z-index: 1;
	/*border:1px solid #aaa;*/
}

article .ImgDiv{
	position: relative;
    z-index: 1;
	/*border:1px solid #dcd9d9;*/
}
.bigditanse{
	margin-top:20px;
}
/*---------Отдельные стили новостей----------*/


.news_style_1 .ImgDiv_height{
	display:block;
}
.news_style_1 .ImgDiv{
	display:none;
}
.news_style_1 .news_data{
	padding: 30px 0;
}
.news_style_1 .news_data h3{
	font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
}
.news_style_1 .news_data .Site_name{
	margin-bottom: 15px;
}
.news_style_1 .news_data .news_info{
	font-weight: 500;
    margin-bottom: 0px;
    display: block;
    line-height: 1.8;
	font-size:1.2rem;
}
/*--------------*/

.news_style_1_1 .news_item {
	    padding-bottom: 20px;
}
.news_style_1_1 .ImgDiv_height{
	display:block;
}
.news_style_1_1 .ImgDiv{
	display:none;
}
.news_style_1_1 .news_item{	
	margin-bottom: 15px;
}
.news_style_1_1 .news_data{
	  /*  padding: 15px 0;*/
}
.news_style_1_1 .news_data h3{
	line-height: 1.3;
	font-size: 1.6rem;
}
.news_style_1_1 .news_data .Site_name{
	display:none;	
}
.news_style_1_1 .news_data .news_info{
	display:none;
}

/*------------------------*/


.news_style_2 .ImgDiv_height{
	display:block;
}
.news_style_2 .ImgDiv{
	display:none;
}
.news_style_2 .news_data{
    /*padding: 15px 0;*/
}
.news_style_2 h3{
	margin-bottom: 8px;
}
.case5 .news_item_inside, .case3 .news_item_inside {
    padding-bottom: 15px;
}
/*------------------------*/

.news_style_7 .news_item{
    margin-bottom: 15px;
}
/*.news_style_7 .ImgDiv::before {
    padding-top: 80%;
}*/
.news_style_7 .news_data{
    /*padding: 15px 0;*/
}
.news_style_7 .news_data h3{
	line-height: 1.3;
	font-size: 1.4rem;
}
/*------------------------*/

.news_style_12 .news_data h3{
	color: #916348;
	font-weight: 700;
    line-height: 1.22222;
    font-size: 15px;
}
.news_style_12 .news_data h3:hover {
    color: #0d2d62;
}
.news_style_12 .news_item{
    margin-bottom: 15px;
}
.news_style_12 .news_data{
    /*padding: 15px 0;*/
}
/*------------------------------*/

.news_style_22{	
	padding: 10px 0 25px 0;
	border-bottom:#ccc dotted 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.news_style_22:first-child {
	padding-top: 0;
}
.news_style_22 .news_item{
	display:table-row;
}
.news_style_22 .ImgDiv{
	display:table-cell;
	width:25%;
	float:left;
	margin-right:3%;
}
.news_style_22 .news_data{
	display:table-cell;
}
.news_style_22 .news_data .SectionIndic{
	margin-bottom: 5px;	
}
.news_style_22 .news_data h3{
	margin-bottom: 10px;
}
.news_style_22 .news_data .news_info{
	display:none;
}
.news_style_22  .news_footer {
    bottom: 10px;
	left:28%;
}
/*--------------------------*/

.news_style_23{	
	background-color:#EFF4F9;
	padding: 0.2rem;
    margin: 0 1rem;
}
.news_style_23 .news_data h3{
	font-size: 1.3rem;
}
.news_style_23 ol, .news_style_23 li{
	list-style-type:decimal;
}
.news_style_23 .news_item{
	display:flex;
	/*margin-bottom: 2rem;*/
}

.news_style_23 .news_item:before {
    color: #C41318;
    font-size: 20px;
    padding: 0px 8px;
    content: " \2605";
	line-height: 1;
}
.news_style_23 .section-heading {
position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    border-bottom: none;
    margin-top: 2rem;
    margin-left: 2rem;
}
.news_style_23 .section-heading h3 {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 45px;
    height: initial;
    min-width: 140px;
    padding: 0 0; 
    background-color: initial;
    color: #C41318;
    font-weight: 400;
    /* display: inline-block; */
    text-align: left;
}
.news_style_23 .ImgDiv{
	display:none;
}
.bg-overlay::after {
    background-color: rgba(2,3,28,.9);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
/*-------------------------------------*/
.single-video-post H3 {
    font-size: 1.2rem;
    color: #eee;
    margin-top: 2rem;
}
.single-video-post:hover H3, .single-video-post a:hover H3 {
    text-decoration: none;
    color: #fff;
}
/*------------------------*/
.news_topic .news_footer{
	margin:1rem 0 2rem 0;
}
.news_topic .Site_name, .news_topic .slink{
	margin-bottom:1rem;
}
.news_topic .Site_name img, .news_topic .slink img{
	float:left;
	padding-right:7px;
	height:17px;	
}
.news_topic .Site_name a:hover, .news_topic .slink a:hover{
	color:#C41318;
}
.PosterImg{
	margin-bottom:1rem;
}
.PosterImg img{
	margin:0 auto;
	    border: 1px solid #aaa;
}
/*-------------------------------------------*/
.news .anons{
	font-size:1.5rem;
	font-weight:700;
	margin:2rem 0;
}
.yavidz{
	float:right;
	padding:2rem;
}
/*------------------------------------*/
.no_news_data{
	display:none ;	
}
.no_info {
    padding-bottom: 20px;
}
.no_info .news_info{
	display:none;	
}
.no_info .news_item_inside{
    padding-bottom: 12px;
}
.no_section .SectionIndic{
	display:none;	
}
.no_Site_name .Site_name{
	display:none;	
}
.no_news_footer .news_footer{
	display:none;	
}
.no_news_footer .news_item_inside{
	padding-bottom:0px;	
}
.no_ViewCounter .ViewCounter{
	display:none;	
}
.no_news_dt .news_dt{
	display:none;	
}

.pad_15{
	padding-left: 15px;
}

#help{
    font-size: 1.2rem;
}
table.toPay td{
	padding:5px;
}
#help2{
	margin-bottom:15px;
}

.Img_round img{
	border-radius: .25rem!important;
}
.Img_circle img{
	border-radius: 50%!important;
}

.Img_format_1_1 .ImgDiv::before {
    padding-top: 100%;
}
.Img_format_16_9 .ImgDiv::before {
    padding-top: 56%;
}
.Img_format_3_4 .ImgDiv::before {
    padding-top: 133%;
}