

/* Start:/local/templates/.default/components/bitrix/news.list/doctors/style.css?17594939611868*/
div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.doctors_list{
	margin-bottom: 3px !important;
}

.grid_persons_full .doctors_list .grid_persons__item__descr{
	padding: 0;
}

.doctors_view_btns{
	position: absolute;
	top: 142px;
	right: 72px;
}

.doctors_view_btns .doctors_view_btn{
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #e40000;
	border-radius: 4px;
	transition: .6s;
}

.doctors_view_btns .doctors_view_btn:hover,
.doctors_view_btns .doctors_view_btn.active{
	background: #e40000;
	color: #fff;
}

.doctors_view_btn-block:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-color: #e40000;
	mask: url(/doctors/block.svg) no-repeat 50% 50%;
	-webkit-mask: url(/doctors/block.svg) no-repeat 50% 50%;
	-webkit-mask-size: auto;
	mask-size: auto;
}

.doctors_view_btn-list:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-color: #e40000;
	mask: url(/doctors/list.svg) no-repeat 50% 50%;
	-webkit-mask: url(/doctors/list.svg) no-repeat 50% 50%;
	-webkit-mask-size: auto;
	mask-size: auto;
}
.doctors_view_btn-block.active:before,
.doctors_view_btn-block:hover:before,
.doctors_view_btn-list:hover:before,
.doctors_view_btn-list.active:before{
	background-color: #fff;
}

@media screen and (max-width: 1440px){
	.doctors_view_btns{
		right: 32px;
	}
}

@media screen and (max-width: 1280px){
	.doctors_view_btns{
		right: 16px;
	}
}

@media screen and (min-width: 1024px){
	.doctors_view_btns{
		top: 244px;
	}
}

@media screen and (max-width: 479px){
	.doctors_view_btn-block:before,
	.doctors_view_btn-list:before{
		display: none;
	}
	.doctors_view_btns .doctors_view_btn{
		font-size: 10px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/doctors/style.css?17594939611868 */
