

/* Start:/local/templates/medic-group/components/bitrix/news.list/page_doctors/style.css?17805625952611*/
/*.doctors{*/
/*	width: 1272px;*/
/*	max-width: 100%;*/
/*	margin-right: auto;*/
/*	margin-left: auto;*/
/*	padding-left: 16px;*/
/*	padding-right: 16px;*/
/*}*/

.doctors__list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}

.doctors__item{
	padding: 15px;
	border:1px solid #EEEEEE;
	min-height: 200px;
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-gap: 15px;
}

.doctors__img{
	width: 150px;
}

.doctors__name{
	display: block;
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #145285;
	text-decoration: none;
}

.doctors__name:hover {
	color: #62be69;
}

.doctors_link-detail:hover {
	color: #fff;
	background: #145285
}
.doctors_link-detail {
	background: #62be68;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
}
.doctors__text{
	margin-bottom: 20px;
}

.doctors__margin{
	margin-top: 30px;
}
.doctors__filter{
	display: grid;
	grid-template-columns: 350px 300px;
	grid-gap: 20px;
}
.doctors__filter{
	padding-bottom: 30px;
}

.doctors__filter-title{
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 10px;
}
.doctors__filter{
	/*display: none;*/
}
.doctors__h1{
	margin-bottom: 30px;
}
.doctors__filter-spec-first{
	display: grid;
	grid-template-columns: 1fr auto;
	max-width: 350px;
	border: 1px solid #D9D9D9;
	position: relative;
	border-radius: 3px;
}
.doctors__filter-spec-list{
	display: none;
	position: absolute;
	z-index: 100;
}
.doctors__filter-spec-list.active{
	display: block;
}


.doctors__filter-spec-item{
	display: block;
	padding: 5px 20px;
	font-size: 16px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
	width: 300px;

}
.doctors__filter-spec-item:hover{
	background-color: #eee;
}
.doctors__filter-spec-title{
	padding: 16px 20px;
	height: 50px;
	font-size: 14px;
	line-height: 18px;
	color: #666;

}
.doctors__filter-spec-arrow{
	width: 50px;
	height: 50px;
	background-color: #C1C1C1;
	line-height: 50px;
	text-align: center;
}

.doctors__filter-input-name{
	padding: 16px 20px;
	height: 50px;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	width: 300px;
	border-radius: 3px;
	border: 1px solid #D9D9D9;
}

.doctors__item:hover {
	border: 1px solid #62be68;
}

@media (max-width: 768px) {
	.doctors__list, .doctors__filter{
		grid-template-columns: 1fr;
	}
	.doctors__item{
		grid-template-columns: 1fr 1fr;
	}
	.doctors__img{
		width: 100%;
	}
	.doctors__name {
		font-size: 14px;
	}
}
/* End */
/* /local/templates/medic-group/components/bitrix/news.list/page_doctors/style.css?17805625952611 */
