

/* Start:/local/templates/kognittera/components/bitrix/news.list/doctors/style.css?16788162373416*/
.chevron::before {
	border-color: rgba(255, 134, 35, 1);
	border-style: solid;
	border-width: 3px 3px 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	width: 0.45em;
	transform: rotate(135deg);
	top: -3px;
	position: relative;
}

.active .chevron::before {
	transform: rotate(-45deg);
	top: 4px;
}

.doctor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px;
	margin-bottom: 20px;
}

.doctor > div {
	width: 33%;
	max-width: 300px;
	letter-spacing: 0em;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;

}

.doctor:nth-child(2n + 1) {
	background-color: #F5F5F5;
}

.doctor.doctor-header {
	background-color: white ;
}

.doctor-header > div {
	font-family: var(--Montserrat);
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
}

.doctor-header > div span {
	background: linear-gradient(90.05deg, #60269E 0.04%, #FF8623 111.24%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.doctor a {
	font-size: inherit;
	line-height: inherit;
}

.city-choose {
	padding: 10px 30px;
	position: relative;
}

.city-choose-btn {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-family: var(--Montserrat);
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	background: linear-gradient(90.05deg, #FF8623 0.04%, #60269E 111.24%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 70px;
}

.city-choose-btn span {
	margin-left: 10px;
}

.city-choose-block {
	display: none;
	border: 1px solid #FF8623;
	border-radius: 10px;
	width: max-content;
	min-width: 280px;
	padding-top: 10px;
	background: white;
}

.city-choose-block .city {
	cursor: pointer;
}

.city-choose-block .city:hover {
	color: #FF8623;
}

.city-choose-block .city {
	padding: 0px 20px 10px 20px;
}

.active .city-choose-block {
	display: block;
	position: absolute;
	top: 60px;
	max-height: 180px;
	overflow-y: auto;
}

.city-choose-block::-webkit-scrollbar {
	width: 5px;
}

.city-choose-block::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px white;
	border-radius: 10px;
	margin: 5px;
}

.city-choose-block::-webkit-scrollbar-thumb {
	background-color: rgba(255, 134, 35, 1);
	outline: 1px solid rgba(255, 134, 35, 1);
	border-radius: 10px;
}

.city.active {
	display: block;
}

@media (max-width: 1000px) {
	.doctor {
		padding: 30px;
	}

	.doctor .doctor-clinic {
		width: 25%;
	}

	.city-choose {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.doctor {
		padding: 15px;
	}

	.doctor > div {
		font-size: 16px;
		line-height: 25px;
	}

	.doctor > div {
		width: 31%;
	}

	.doctor .doctor-clinic {
		width: 28%;
	}

	.city-choose-btn {
		font-size: 18px;
		line-height: 22px;
	}

	.city-choose-block .city {
		font-size: 18px;
		line-height: 20px;
	}

	.city-choose-block {
		min-width: 180px;
	}

	.active .city-choose-block {
		max-height: 130px;
	}
}

@media (max-width: 470px) {
	.doctor {
		padding: 5px;
	}

	.doctor > div {
		font-size: 10px;
		line-height: 13px;
	}

	.doctor-header > div {
		font-size: 14px;
		line-height: 17px;
	}

	.city-choose-btn {
		font-size: 14px;
		line-height: 17px;
	}

	.city-choose-block .city {
		font-size: 12px;
		line-height: 15px;
	}

	.city-choose-block {
		min-width: 150px;
	}

	.active .city-choose-block {
		max-height: 110px;
	}
}

/* End */
/* /local/templates/kognittera/components/bitrix/news.list/doctors/style.css?16788162373416 */
