/*---------Общие стили новостей----------*/
.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 .card
{
	width: 100%;
	padding: 0;
	float: left;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.card{
	border: none;
    margin-bottom: 2rem;
	/*font-size:80%;*/
	background-color: initial;
}

.no_title .title, .no_title .card-title, .no_img .ImgBlock, .no_info .card-text, .no_info .post-description, .no_section .SectionIndic, .no_site .Site_name, .no_counter .ViewCounter, .no_news_footer .card-footer, .no_dt .news_dt{
	display:none !important;
}
.Img_round img{
	border-radius: .25rem!important;
}
.Img_circle img{
	border-radius: 50%!important;
}

.Img_format_1_1 .ImgBlock::before {
    padding-top: 100%;
}
.Img_format_16_9 .ImgBlock::before {
    padding-top: 56%;
}
.Img_format_3_4 .ImgBlock::before {
    padding-top: 133%;
}
.title-italic .card-title{
	font-style:italic;
}

.title-center .card-title{
	text-align: center;		
}
.card .news_dt img{
	margin-right: .8rem;
    width: 22px;
	height:auto;
}
.card-body-bg-white .card-body, .card-body-bg-white .card-img-top, .card-body-bg-white .card-footer{
	background-color:#fff;
}
/*************Верхний слайдер*******************/
.carousel-indicators li  {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    color: #fff;
    border: #5EA612 1px solid;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 4px;
}
.carousel-indicators li.active {
    background-color: #5EA612;
    color: #5EA612;
}
#topslider .card-img-overlay{
	position: absolute;
    top: 25%;
    left: 58%;
    width: 39%;
    height: 100%;
    padding: 1rem;	
}
#topslider .card-img-overlay h1{
	color:#062599;
	/*font-size: 3vw;*/
	font-family: 'Merriweather', serif;
    font-size: 2.3rem;
    line-height: 1;
	padding-bottom: 1.4rem;
}
#topslider .card-img-overlay .card-text{
	font-size: 1.2vw;
	line-height: 1.2;
}
#topslider{
    margin-bottom: 2rem;
	max-width: 1562px;
}
#topslider .carousel-indicators {
    bottom: -20px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
}
.btn-top-slider{	
	/*position: absolute;
    bottom: 0;*/
    right: 47%;
}

/******************  Слайдер Врачи *******************/
.post-slide2{margin:0 15px;/*box-shadow:0 1px 2px rgba(43,59,93,.3)*/;margin-bottom:.5em}
.post-slide2 .post-img{overflow:hidden}
.post-slide2 .post-img img{width:100%;height:auto;transform:scale(1);transition:all 1s ease-in-out 0s}
.post-slide2:hover .post-img img{transform:scale(1.08)}
.post-slide2 .post-content{/*background:#fff*/;padding:20px}
.post-slide2 .post-title{font-size:17px;font-weight:600;margin-top:0;text-transform:capitalize}
.post-slide2 .post-title a{display:inline-block;color:#0F6BA9;transition:all .3s ease 0s}
.post-slide2 .post-title a:hover{color:#3d3030;text-decoration:none}
.post-slide2 .post-description{font-size:15px;color:#676767;line-height:24px;margin-bottom:14px}
.post-slide2 .post-bar{padding:0;margin-bottom:15px;list-style:none}
.post-slide2 .post-bar li{color:#676767;padding:2px 0}
.post-slide2 .post-bar li i{margin-right:5px}
.post-slide2 .post-bar li a{display:inline-block;font-size:12px;color:grey;transition:all .3s ease 0s}
.post-slide2 .post-bar li a:after{content:","}
.post-slide2 .post-bar li a:last-child:after{content:""}
.post-slide2 .post-bar li a:hover{color:#3d3030;text-decoration:none}
.post-slide2 .read-more{display:inline-block;padding:10px 15px;font-size:14px;font-weight:700;color:#fff;background:#e7989a;border-bottom-right-radius:10px;text-transform:capitalize;transition:all .3s linear}
.post-slide2 .read-more:hover{background:#333;text-decoration:none}



.filesinside{
	margin-top:2rem;
	padding:1rem;
}
.filesinside h2{
    padding-left: 1rem;
    border-bottom: none;
}
div.gallery{
	width:100%;
	margin:0;
	overflow: auto;
	padding:20px 0;
	}
div.onepict{
	width:33%;
	margin:0;
	float:left
	}
figure.fixedratio{
	padding-top:65%;
	display:block;
	margin:1%;
	position:relative;
	overflow:hidden;
	}
figure.fixedratio img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
}

.clear{
	clear:both;
	width:0px;
	height:0px;
}

/********************************************************************************/
/*
.news_item {
	position: relative;
	float:left;
	display: flex;
	margin-bottom: 2%;
}
.news_item_inside {
	background-color: #fff;
    padding-bottom: 55px;
	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 a{
    display: inline-block;
    color: #C41318;
}
 .news_footer{
	display: flex;
	align-items: center!important;
	color: #828282;
    position: absolute;
    bottom: 33px;
	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;
}
.news_footer .news_dt span, .news_footer .ViewCounter span{
	line-height: 1;
    margin-left: 7px;
}
.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: #b80924;
	font-weight: 700;
    line-height: 1.22222;
    font-size: 18px;
}
.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;
}
/*-------------------------------------------*/
.news .anons{
	font-size:1.5rem;
	font-weight:700;
	margin:2rem 0;
}
.yavidz{
	float:right;
	padding:2rem;
}
/*----------Заготовка-------------------*/

XXX{	
}
XXX .news_item{	
}
XXX .ImgDiv::before {
}
XXX a{
}
XXX .news_data{
}
XXX .news_data .SectionIndic{	
}
XXX .news_data h3{
}
XXX .news_data h3:hover, XXX .news_data h3:focus{
}
XXX .news_data .Site_name{
}
XXX .news_data .Site_name a{
}
XXX .news_data .news_info{
}
XXX .news_data .news_footer{
}
XXX .news_data .news_footer .news_dt, XXX .news_data .news_footer .ViewCounter{
}
XXX .news_data .news_footer .ViewCounter{
}
XXX .news_data .news_footer .news_dt span, XXX .news_data .news_footer .ViewCounter span{
}
/*------------------------------------*/

.no_info {
    padding-bottom: 20px;
}
.no_info .news_info{
	display:none;	
}
.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;	
}

/*-------------Media-lg-max---<1200-----------*/
@media (max-width: 1200px){
	
}
/*-------------Media-md-max---<992-----------*/
@media (max-width: 992px){
	
	.mobilelogo{
		display:block;
		width: 200px;
		position: absolute;
		right: 0%;
	}
	.mobilelogo::before {
		padding-top: 17% !important;
	}
}


/*-------------Media-sm-max---<768-----------*/
@media (max-width: 768px){
}
/*-------------Media-xs-max--<567-------------*/
@media (max-width: 567px){
	#topslider .card-img-overlay .card-text{
		display:none;
	}
}


/*-------------Media-sm-min--->567-----------*/
@media (min-width: 567px){
	
}
/*-------------Media-md-min--->768-----------*/
@media (min-width: 768px){
}
/*-------------Media-lg-min--->992-----------*/
@media (min-width: 992px){
	
}
/*-------------Media-xl-min--->1200-----------*/
@media (min-width: 1200px){
	
}

#topslider .card-img-overlay .card-text