.specialists-page {
	box-sizing: border-box;
	width: 100%;
	max-width: min(100%, var(--layout-container-min));
	margin-left: auto;
	margin-right: auto;
}

.specialists-page.flex.--col {
	gap: var(--layout-gap-section);
}

.specialists-page .specialists-page__catalog,
.specialists-page .licenses-block,
.specialists-page .contacts-promo,
.specialists-page .specialists-page__map {
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__hero {
	--specialists-hero-width: min(var(--layout-container-max), calc(100vw - (2 * var(--layout-page-gutter))));
	position: relative;
	box-sizing: border-box;
	width: var(--specialists-hero-width);
	max-width: var(--specialists-hero-width);
	min-width: 0;
	margin-left: calc(50% - var(--specialists-hero-width) / 2);
	overflow: hidden;
	border-radius: var(--layout-radius-xxl);
	background-color: var(--color-blue-blue-800);
}

.specialists-page .specialists-page__hero-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.specialists-page .specialists-page__hero-bg-pattern {
	position: absolute;
	top: 100%;
	left: 0;
	width: 195.135625rem;
	height: 48.38525rem;
	transform: translate(-35%, -50%) rotate(-9.27deg) skewX(9.9deg);
	color: var(--color-blue-blue-800);
}

.specialists-page .specialists-page__hero-bg-pattern svg {
	display: block;
	width: 100%;
	height: 100%;
}

.specialists-page .specialists-page__hero-container {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: 1rem 0.75rem 0.75rem;
}

.specialists-page .specialists-page__hero-layout {
	align-items: stretch;
	gap: 1rem;
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__hero-copy {
	gap: 1rem;
	min-width: 0;
}

.specialists-page .specialists-page__hero-crumbs .breadcrumbs .breadcrumbs__link {
	color: var(--color-blue-blue-500);
}

.specialists-page .specialists-page__hero-crumbs .breadcrumbs .breadcrumbs__current {
	color: var(--color-base-white);
}

.specialists-page .specialists-page__hero-crumbs .breadcrumbs .breadcrumbs__sep::before {
	background-color: var(--color-blue-blue-500);
}

.specialists-page .specialists-page__hero-title-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.specialists-page .specialists-page__hero-title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--color-base-white);
	text-transform: uppercase;
}

.specialists-page .specialists-page__hero-intro {
	margin: 0;
	color: var(--color-base-white);
}

.specialists-page .specialists-page__hero-aside {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.specialists-page .specialists-page__hero-media {
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__hero-media-thumb {
	width: 100%;
	border-radius: var(--layout-radius-xxl);
	overflow: hidden;
}

.specialists-page .specialists-page__hero-photo {
	object-fit: cover;
	object-position: center top;
}

.specialists-page .specialists-page__hero-stats {
	box-sizing: border-box;
	width: 100%;
	padding: 0.75rem;
	border-radius: var(--layout-radius-xxl);
	background-color: var(--color-base-white);
}

.specialists-page .specialists-page__hero-stats-row {
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__hero-stat {
	flex: 1;
	gap: 0.5rem;
	min-width: 0;
	padding: 1.5rem;
	border-radius: var(--layout-radius-l);
	background-color: var(--color-blue-blue-800);
}

.specialists-page .specialists-page__hero-stat-value {
	margin: 0;
	color: var(--color-base-white);
	text-transform: uppercase;
}

.specialists-page .specialists-page__hero-stat-label {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.specialists-page .specialists-page__catalog {
	gap: 1.5rem;
}

.specialists-page .specialists-page__filters-desk {
	display: none;
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__filters-row {
	gap: 1.5rem;
	align-items: flex-start;
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__filter-tabs {
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0.5rem;
	border-radius: var(--layout-radius-m);
	background-color: var(--color-blue-blue-150);
}

.specialists-page .specialists-page__filter-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 2.5rem;
	padding: 0.625rem 1.25rem;
	border: none;
	border-radius: var(--layout-radius-m);
	background-color: transparent;
	color: var(--color-gray-gray-900);
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition:
		background-color 0.24s ease,
		color 0.24s ease;
	-webkit-appearance: none;
	appearance: none;
}

.specialists-page .specialists-page__filter-tab.--active {
	background-color: var(--color-orange-orange-800);
	color: var(--color-base-white-100);
}

.specialists-page .specialists-page__filter-tab:focus-visible {
	outline: 0.125rem solid var(--color-blue-blue-800);
	outline-offset: 0.125rem;
}

.specialists-page .specialists-page__direction-filter {
	flex: 0 0 auto;
	width: 100%;
	max-width: 18.75rem;
	min-width: 0;
}

.specialists-page .specialists-page__direction-filter .dropdown-field__trigger {
	min-height: 3.625rem;
	padding: 0.8125rem 1.5rem 0.8125rem 1.5rem;
	border-radius: var(--layout-radius-m);
	background-color: var(--color-blue-blue-150);
}

.specialists-page .specialists-page__direction-filter .dropdown-field__value {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-gray-gray-900);
	opacity: 0.5;
}

.specialists-page .specialists-page__direction-filter .dropdown-field__value:not(.--placeholder) {
	opacity: 1;
}

.specialists-page .specialists-page__filters-mob {
	gap: 0.5rem;
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__filter-mob {
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__filter-mob .dropdown-field__trigger {
	min-height: 3.0625rem;
	padding: 0.3125rem 0.446875rem 0.3125rem 1.071875rem;
	border-radius: 0.535625rem;
	background-color: var(--color-blue-blue-150);
}

.specialists-page .specialists-page__filter-mob .dropdown-field__value {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-gray-gray-900);
	opacity: 0.5;
}

.specialists-page .specialists-page__filter-mob .dropdown-field__value:not(.--placeholder) {
	opacity: 1;
}

.specialists-page .specialists-page__grid {
	gap: 0.75rem;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.specialists-page .specialists-page__item {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.specialists-page .specialists-page__item .doctor-card {
	flex: 1;
	height: 100%;
}

.specialists-page .doctor-card .doctor-card__info {
	flex: 1;
}

.specialists-page .doctor-card .doctor-card__summary {
	flex: 1;
}

.specialists-page .doctor-card .doctor-card__actions {
	margin-top: auto;
}

.specialists-page .specialists-page__item.--hidden {
	display: none;
}

.specialists-page .specialists-page__more {
	align-self: stretch;
	width: 100%;
	min-height: 3.6875rem;
	border-color: var(--color-orange-orange-800);
	color: var(--color-orange-orange-800);
}

.specialists-page .specialists-page__more.--hidden {
	display: none;
}

@media screen and (min-width: 48rem) and (max-width: 1023px) {
	.specialists-page .specialists-page__item.flex-span-m-full {
		flex: 0 1 calc((100% - 0.75rem) / 2);
		width: calc((100% - 0.75rem) / 2);
		max-width: calc((100% - 0.75rem) / 2);
	}
}

@media screen and (min-width: 64rem) {
	.specialists-page .specialists-page__hero-container {
		padding: 2.5rem 1.875rem 1.875rem 8.75rem;
	}

	.specialists-page .specialists-page__hero-layout {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0;
	}

	.specialists-page .specialists-page__hero-copy.col-6 {
		flex: 0 0 var(--layout-col-6);
		max-width: var(--layout-col-6);
		gap: 2.5rem;
		padding-right: 2.5rem;
	}

	.specialists-page .specialists-page__hero-aside.col-6 {
		flex: 0 0 var(--layout-col-6);
		max-width: var(--layout-col-6);
		margin-left: auto;
	}

	.specialists-page .specialists-page__hero-aside {
		gap: 1rem;
	}

	.specialists-page .specialists-page__hero-media-thumb.image-thumb.--765-366 {
		height: 22.875rem;
		padding-bottom: 0;
	}

	.specialists-page .specialists-page__hero-stats {
		padding: 0.75rem;
	}

	.specialists-page .specialists-page__hero-stat {
		gap: 0.5rem;
		padding: 1.5rem;
	}

	.specialists-page .specialists-page__catalog {
		gap: 2.5rem;
	}

	.specialists-page .specialists-page__filters-desk {
		display: block;
	}

	.specialists-page .specialists-page__filters-mob {
		display: none;
	}

	.specialists-page .specialists-page__grid {
		gap: 1.25rem;
	}

	.specialists-page .specialists-page__filter-tab:hover:not(.--active) {
		background-color: var(--color-base-white);
	}

	.specialists-page .specialists-page__more {
		align-self: center;
		width: auto;
		min-width: 12.875rem;
	}
}

@media screen and (max-width: 1023px) {
	.specialists-page .specialists-page__hero {
		width: var(--layout-mob-bleed-width);
		max-width: var(--layout-mob-bleed-width);
		margin-left: var(--layout-mob-bleed-margin-left);
		margin-right: var(--layout-mob-bleed-margin-right);
	}

	.specialists-page .specialists-page__hero-container {
		padding-bottom: 1.5rem;
	}

	.specialists-page .specialists-page__hero-layout {
		flex-direction: column;
		gap: 1.5rem;
	}

	.specialists-page .specialists-page__hero-copy.col-6,
	.specialists-page .specialists-page__hero-aside.col-6 {
		width: 100%;
		max-width: none;
		flex: 0 1 auto;
		margin-left: 0;
		padding-right: 0;
	}

	.specialists-page .specialists-page__hero-copy {
		gap: 1.5rem;
	}

	.specialists-page .specialists-page__grid {
		gap: 1rem;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.specialists-page .specialists-page__item.col-3,
	.specialists-page .specialists-page__item.flex-span-m-full {
		width: 100%;
		max-width: 100%;
		flex: 0 1 100%;
	}

	.specialists-page .specialists-page__hero-stat {
		gap: 0.25rem;
		padding: 0.5rem;
		border-radius: var(--layout-radius-s);
	}

	.specialists-page .specialists-page__hero-stat-value.heading-h3 {
		font-size: 0.9375rem;
		line-height: normal;
	}

	.specialists-page .specialists-page__hero-stat-label.subtitle {
		font-size: 0.6875rem;
		line-height: 1.4;
	}

	.specialists-page .specialists-page__hero-stats {
		padding: 0.5rem;
		border-radius: var(--layout-radius-l);
	}

	.specialists-page .specialists-page__hero-stats-row {
		gap: 0.25rem;
	}
}
