

/* Start:/local/components/webcat/slider/templates/.default/style.css?17804915584960*/
.carousel .swiper {
	width: 100%;
	height: 572px;
}
.carousel {
	position: relative;
}
.slider-wrapper {
	position: relative;
}
.text-container {
	position: relative;
	color: black;
	text-align: left;
	max-width: 360px;
	margin: 0 auto;
	left: -320px;

	.title {
		font-size: 30px;
		font-weight: 600;
		line-height: 1.3em;
	}
	.text {
		font-size: 17px;
		line-height: 1.7em;
	}
	.learn-more-link a {
		text-decoration: none;
		color: #53cfcf;
		font-weight: 600;
		background: url("/local/components/webcat/slider/templates/.default/../../../../../img/link-icon.svg") center right
			no-repeat;
		padding-right: 40px;
		transition: all 0.2s;

		&:hover {
			opacity: 0.7;
		}
	}
}
.carousel .swiper-slide {
	padding: 230px 0 60px 0;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.carousel .slider-wrapper .swiper-button-next {
	transform: scale(-1, 1);
}
.carousel .slider-wrapper .swiper-button-next,
.carousel .slider-wrapper .swiper-button-prev {
	--swiper-navigation-sides-offset: 20px;
	background-color: #f5f7f7;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='10px'%3e%3cdefs%3e%3cfilter id='Filter_0'%3e%3cfeFlood flood-color='rgb(204, 212, 212)' flood-opacity='1' result='floodOut' /%3e%3cfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3e%3cfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3e%3c/filter%3e%3c/defs%3e%3cg filter='url(%23Filter_0)'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 209, 209)' d='M2.984,4.031 L21.016,4.031 C21.559,4.031 22.000,4.472 22.000,5.016 C22.000,5.559 21.559,6.000 21.016,6.000 L2.984,6.000 C2.441,6.000 2.000,5.559 2.000,5.016 C2.000,4.472 2.441,4.031 2.984,4.031 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(0, 209, 209)' d='M2.325,4.998 L5.719,8.364 C6.094,8.736 6.094,9.339 5.719,9.711 C5.344,10.082 4.736,10.082 4.361,9.711 L0.288,5.671 C-0.087,5.300 -0.087,4.697 0.288,4.325 L4.361,0.286 C4.736,-0.086 5.344,-0.086 5.719,0.286 C6.094,0.658 6.094,1.261 5.719,1.632 L2.325,4.998 Z'/%3e%3c/g%3e%3c/svg%3e");
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	display: inline-block;

	&:hover {
		background-color: rgb(83, 207, 207);
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='10px'%3e%3cdefs%3e%3cfilter id='Filter_0'%3e%3cfeFlood flood-color='%23fff' flood-opacity='1' result='floodOut' /%3e%3cfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3e%3cfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3e%3c/filter%3e%3c/defs%3e%3cg filter='url(%23Filter_0)'%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M2.984,4.031 L21.016,4.031 C21.559,4.031 22.000,4.472 22.000,5.016 C22.000,5.559 21.559,6.000 21.016,6.000 L2.984,6.000 C2.441,6.000 2.000,5.559 2.000,5.016 C2.000,4.472 2.441,4.031 2.984,4.031 Z'/%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M2.325,4.998 L5.719,8.364 C6.094,8.736 6.094,9.339 5.719,9.711 C5.344,10.082 4.736,10.082 4.361,9.711 L0.288,5.671 C-0.087,5.300 -0.087,4.697 0.288,4.325 L4.361,0.286 C4.736,-0.086 5.344,-0.086 5.719,0.286 C6.094,0.658 6.094,1.261 5.719,1.632 L2.325,4.998 Z'/%3e%3c/g%3e%3c/svg%3e");
	}

	&::after {
		content: "" !important;
	}
}
.swiper-pagination-bullet {
	--swiper-pagination-color: #dadada;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	border-radius: 100px !important;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}
.carousel .swiper-pagination-bullet-active {
	--swiper-pagination-bullet-width: 40px !important;
	--swiper-pagination-bullet-height: 8px !important;
}
.carousel .swiper-pagination-bullet-active::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(47, 180, 210);
	transform: scaleX(var(--progress, 0));
	transform-origin: left;
	opacity: 1 !important;
}
@media (max-width: 1279px) {
	.carousel .swiper {
		height: 430px;
	}
	.text-container {
		left: 0;
		color: #fff;
		z-index: 2;

		.title {
			font-size: 23px;
		}
		.learn-more-link {
			background: #fff;
			padding: 5px;
			border-radius: 8px;
			width: fit-content;
			padding-right: 10px;
			padding-left: 10px;
		}
	}
	.carousel .swiper-button-next,
	.carousel .swiper-button-prev {
		--swiper-navigation-sides-offset: 20px;
		--swiper-navigation-top-offset: 90%;
		background-color: #fff;
		padding: 7px;
		border-radius: 50%;
		width: 40px !important;
		height: 40px !important;
	}
	.carousel .swiper-slide {
		padding: 100px 0 50px 0;
		background-size: cover;
		background-position: center right 45%;

		&::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: inherit;
			filter: brightness(0.3);
			opacity: 0.5;
			z-index: 1;
		}
	}
}

/* End */


/* Start:/local/components/webcat/services/templates/.default/style.css?17785840183248*/
.services-wrapper {
	padding-top: 80px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

	@media (max-width: 414px) {
		padding-bottom: 32px;
	}
}
.directions {
	margin-top: 24px;
}
.directions__container {
	display: grid;
	grid-gap: 23px;
	grid-template-columns: repeat(2, 1fr);

	@media (max-width: 768px) {
		grid-template-columns: 1fr;
	}
}
.directions__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 20px 24px 45px 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 32px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #abefee;

	&::before {
		content: "";
		border-radius: 32px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		opacity: 0;
		background-color: var(--vc-white);
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		width: 100%;
		height: 100%;
	}

	&:hover {
		&::before {
			opacity: 0.2;
		}
	}

	@media (max-width: 768px) {
		height: unset;
	}

	@media (max-width: 414px) {
		padding-bottom: 20px;
	}
}
.directions__card-header {
	color: var(--vc-black);
	max-width: 85%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	z-index: 5;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.08;
}
.directions__card-main {
	margin-top: 24px;
	width: 100%;
	max-width: 50%;
	z-index: 5;
}
.directions__card-direct {
	max-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	padding: 0px 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-radius: 50px;
	color: #333;
	border: 1px solid var(--vc-black);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	&:hover {
		border: 1px solid var(--vc-transparent);
		background: rgba(0, 0, 0, 0.1);
	}

	&:not(:first-child) {
		margin-top: 12px;
	}
}
.directions__card-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
	font-style: normal;
	font-weight: 450;
	line-height: 1.66;
}
.directions__card-image {
	position: absolute;
	pointer-events: none;
	bottom: 0;
	height: 200px;
	right: -10px;
	/* z-index: 50; */
}
.directions__card-image-img {
	height: 100%;
}
.directions__arrow-more {
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 44px;
	height: 44px;
	padding: 10px 10px 10px 13px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	background: var(--vc-white);

	@media (max-width: 768px) {
		top: unset;
		bottom: 18px;
		right: 18px;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.page/search.into.component/style.css?17782256472574*/
.search{
    width: 100%;
    margin-top: 32px;

    @media (max-width: 414px) {
        margin-top: 18px;
    }
}
.search__container {
    position: relative;
    background: #F5F6FA;
    padding: 16px;
    border-radius: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;

    @media (max-width: 768px) {
        border-radius: 0px 0px 24px 24px;
    }

    @media (max-width: 414px) {
        gap: 8px;
        padding: 20px 16px;
    }
}
.search__input-wrapper {
    position: relative;
    border-radius: 100px;
    border: 1px solid #C6D3DE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 12px 8px 12px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: var(--vc-white);

    @media (max-width: 414px) {
        height: 50px;
        padding: 0px 16px 0px 18px;
    }
}
.search__icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;

    @media (max-width: 414px) {
        margin-right: 4px;
    }
}
.search__icon svg path {
    stroke: var(--mdc-color);
}
.search__input {
    outline: none;
    width: 100%;
    background-color: var(--vc-white);
    background: var(--vc-white);
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: var(--vc-black);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    @media (max-width: 414px) {
        margin-left: 6px;
        font-size: 14px;
    }
}
.search__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    @media (max-width: 786px) {
        display: none;
    }
}
.search__btn .gradient-btn {
    text-transform: uppercase;
    height: 56px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    @media (max-width: 414px) {
        height: 48px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/complex.programs/style.css?17816785961529*/
.programs__content {
	display: grid;
	height: 400px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 24px;
	grid-row-gap: 20px;
	width: 100%;

	@media (max-width: 767px) {
		grid-template-columns: 1fr 1fr;
	}

	@media (max-width: 414px) {
		grid-row-gap: 10px;
		grid-column-gap: 10px;
		height: 500px;
	}
}
.programs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 24px;
	overflow: hidden;
	background-color: #f5f6fa;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 28px;

	@media (max-width: 414px) {
		font-size: 16px;
		padding: 16px 20px;
	}

	&:hover {
		background:
			linear-gradient(
				0deg,
				rgba(0, 0, 0, 0.03) 0%,
				rgba(0, 0, 0, 0.03) 100%
			),
			#f5f6fa;
	}
}
.programs__item-title {
	max-width: 50%;
	color: var(--vc-black);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.33;

	@media (max-width: 414px) {
		font-size: 16px;
	}
}
.programs__item-image {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 190px;

	@media (max-width: 414px) {
		height: 101px;
	}
}
.programs__item-image-img {
	display: block;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* End */


/* Start:/local/components/webcat/about/templates/.default/style.css?17817667732285*/
.main-about {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;

	@media (max-width: 414px) {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
.main-about__content {
	position: relative;
}
.main-about__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	@media (max-width: 767px) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.main-about__info {
	margin-right: 24px;
	max-width: 510px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;

	@media (max-width: 1024px) {
		max-width: unset;
	}

	@media (max-width: 767px) {
		margin-top: 24px;
		margin-right: unset;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.main-about__desc {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #3c3c3b;

	@media (max-width: 767px) {
		margin-bottom: 0;
	}

	@media (max-width: 414px) {
		margin-top: 8px;
		font-size: 14px;
	}
}
.main-about__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	gap: 16px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;

	@media (max-width: 1080px) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	@media (max-width: 767px) {
		position: absolute;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: -25px;
		left: 0;
		padding-top: unset;
	}

	@media (max-width: 414px) {
		gap: 10px;
	}
}
.gradient-btn svg path {
	stroke: var(--vc-white);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-about__image {
	position: relative;
	aspect-ratio: 618 / 360;
	overflow: hidden;
	max-width: 618px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	border-radius: 32px;

	@media (max-width: 767px) {
		max-width: unset;
	}
}
.main-about__image-img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/our-advantages/style.css?17805505442076*/
.main-about__content {
	@media (max-width: 767px) {
		padding-bottom: 6dvb;
	}
}
.main-about-cards {
	margin-top: 36px;

	@media (max-width: 414px) {
		margin-top: 24px;
	}
}
.about-slider__container {
	overflow: hidden;
}
.about-slider .about__card {
	padding: 20px 20px 20px 24px;
	height: 189px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 297px;
	margin-right: 24px;
	justify-content: space-between;

	@media (max-width: 414px) {
		margin-right: 12px;
	}
}
.about__card .about__card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	gap: 12px;
}
.about__card-title-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.about-slider .swiper-horizontal {
	height: fit-content;
}
.about__card-title {
	color: var(--vc-black);
	max-width: 95%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.37;

	@media (max-width: 414px) {
		font-size: 12px;
	}
}
.about__card-icon {
	width: 56px;
	height: 56px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px;
	background-color: var(--vc-white);
	border-radius: 100px;
	overflow: hidden;

	@media (max-width: 414px) {
		width: 48px;
		height: 48px;
	}

	img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}
}
.about__card-description {
	display: none;
}
.about-slider .js-open.about__card {
	height: auto;
}
.js-open .about__card-description {
	display: block;
}
.about__card.swiper-slide::before {
	display: none;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/doctors/style.css?17811618101788*/
.doctors__content {
	overflow: hidden;
	margin-top: 24px;

	@media (max-width: 1023px) {
		margin-top: 16px;
	}

	@media (max-width: 414px) {
		margin-top: 18px;
	}
}
.doctors__container {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
}
.doctors__nav {
	position: absolute;
	top: 109px;
	left: 0;
	z-index: 10;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	.main-doctors:hover & {
		opacity: 1;
	}

	@media (max-width: 1023px) {
		display: none;
	}
}
.doctors__arrow {
	border-radius: 50%;
	background-color: var(--vc-white);
	width: 62px;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: all;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);

	&:hover {
		background: #a1ffff;
	}
}
.doctors-button-prev {
	-webkit-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);

	svg {
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}
.doctors-button-next {
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.main-doctors .swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.page/doctors.search/style.css?17816086604895*/
.search__container:has(.search__select) {
	.search__select {
		@media (max-width: 1079px) {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}

		@media (max-width: 767px) {
			width: 100%;
		}
	}
	.search__input-wrapper {
		width: 100%;
	}
	.search__btn {
		@media (max-width: 800px) {
			width: 100%;
		}
		.btn {
			@media (max-width: 800px) {
				width: 100%;
			}
		}
	}
}
.main-doctors .search__container {
	@media (max-width: 767px) {
		padding: 20px 16px;
		grid-gap: 0;
		gap: 0;
		border-radius: 24px;
		border-radius: 0px 0px 24px 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.search__selects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 10px;
	gap: 10px;

	@media (max-width: 1200px) {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	@media (max-width: 767px) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
}
.search__select {
	position: relative;
	min-width: 268px;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 56px;

	@media (max-width: 414px) {
		height: 48px;
	}
}
.search__select-container {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
	background-color: var(--vc-white);
	border: 1px solid #c6d3de;
	height: auto;
	width: 100%;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	scrollbar-width: none;
	-ms-overflow-style: none;

	@media (max-width: 767px) {
		border-width: 1px;
	}
}
.search__select-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 24px;
	height: 57px;

	@media (max-width: 414px) {
		height: 48px;
	}
}
.search__select-title {
	font-weight: 400;
	font-style: normal;
	line-height: 1.25;
	color: var(--vc-black);
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
	margin-right: 12px;

	@media (max-width: 414px) {
		margin-right: 10px;
		font-size: 15px;
	}
}
.search__select-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.search__toggle-selects {
	display: none;

	@media (max-width: 767px) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		cursor: pointer;
		width: 24px;
		height: 24px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.search__toggle-selects--open {
	@media (max-width: 767px) {
		display: block;
	}
}
.search__toggle-selects--close {
	@media (max-width: 767px) {
		display: none;
	}
}
.search__select-list {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: auto;
	max-height: 0;
	overflow-y: auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.search__select-item {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.14;
	color: var(--vc-black);
	padding: 12px 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	&:hover {
		background-color: var(--mdc-color);
		color: var(--vc-white);
	}
}
.search__select--open .search__select-list {
	max-height: 247px;

	@media (max-width: 414px) {
		max-height: 251px;
	}
}
.search__select--open .search__select-arrow {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
.search__select--on-top {
	z-index: 100;
}
.search__select--animating .search__select-container {
	z-index: 100;
}
.search__select--open .search__select-container {
	max-height: 305px;
	z-index: 100;
}
.search__selects--active {
	@media (max-width: 767px) {
		max-height: 120px;
		opacity: 1;
		overflow: visible;
		margin-top: 10px;
	}
}
.search__toggle-selects--active .search__toggle-selects--open {
	@media (max-width: 767px) {
		display: none;
	}
}
.search__toggle-selects--active .search__toggle-selects--close {
	@media (max-width: 767px) {
		display: block;
	}
}
.main-doctors {
	.search__btn {
		@media (max-width: 767px) {
			display: block;
			pointer-events: none;
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2;
			max-height: 0;
			opacity: 0;
			width: 100%;
		}
	}
	.search__btn--active {
		@media (max-width: 767px) {
			pointer-events: unset;
			margin-top: 10px;
			opacity: 1;
			max-height: unset;
		}
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/doctor.card/style.css?17811598104212*/
.doctors__container .doctors__item {
	padding: 0;

	@media (max-width: 414px) {
		width: 240px;
	}
}
.main-doctors .doctors__item-image {
	@media (max-width: 767px) {
		aspect-ratio: 240 / 240;
	}
}
.doctors__item {
	position: relative;
	height: auto;
	cursor: pointer;
	border-radius: 24px;
	overflow: hidden;
	background-color: var(--vc-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

	&:hover {
		.doctors__item-btns {
			@media (min-width: 1024px) {
				margin-top: 12px;
				max-height: 48px;
				opacity: 1;
			}

			@media (min-width: 1024px) and (min-width: 1300px) {
				margin-top: 12px;
			}
		}
		.doctors__item-image {
			aspect-ratio: 297 / 208;
		}
	}
}
.doctors__item-image {
	position: relative;
	aspect-ratio: 297 / 280;
	overflow: hidden;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#e5ebf5),
		to(#cfd8e5)
	);
	background: -o-linear-gradient(top, #e5ebf5 0%, #cfd8e5 100%);
	background: linear-gradient(180deg, #e5ebf5 0%, #cfd8e5 100%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.doctors__item-image-img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}
.doctors__item-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
	margin-bottom: 8px;
	margin-top: -60px;
	grid-gap: 10px;
	gap: 10px;
	padding: 0 12px;
}
.doctors__item-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 28px;
	padding: 0px 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 4px;
	gap: 4px;
	border-radius: 100px;
	background: var(--vc-white);
	color: #8e959b;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	&::first-letter {
		text-transform: uppercase;
	}
}
.doctors__item-info {
	border-radius: 0px 24px 24px 24px;
	background-color: var(--vc-white);
	z-index: 15;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: calc(0.0045146727 * 100vw + 10.1309255079px);
	padding-right: calc(0.0045146727 * 100vw + 10.1309255079px);
	padding-left: calc(0.0045146727 * 100vw + 10.1309255079px);
	padding-bottom: 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	justify-content: space-between;

	@media (max-width: 1300px) {
		padding-top: 16px;
		padding-right: 16px;
		padding-left: 16px;
	}

	@media (max-width: 414px) {
		padding-top: 12px;
		padding-right: 12px;
		padding-left: 12px;
	}
}
.doctors__item-title {
	font-size: calc(-0.0022573363 * 100vw + 20.934537246px);
	color: var(--vc-black);
	font-style: normal;
	font-weight: 500;
	line-height: 1.33;

	@media (max-width: 1300px) {
		font-size: 18px;
	}

	@media (max-width: 414px) {
		font-size: 15px;
	}
}
.doctors__item-subtitle {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.33;
	color: #8e959b;
	margin-top: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	&::first-letter {
		text-transform: uppercase;
	}
}
.doctors__item-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: calc(-0.0022573363 * 100vw + 14.934537246px);

	@media (min-width: 1024px) {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		margin-top: 0;
	}

	@media (max-width: 414px) {
		margin-top: 14px;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stocks/style.css?17809195014161*/
.stocks__content {
	overflow: hidden;
	padding: 0 24px;
	margin-left: -24px;
	margin-right: -24px;
}
.main-stocks__container {
	position: relative;
}
.stocks__item {
	position: relative;
	/* cursor: pointer; */
	height: auto !important;
	overflow: hidden;
	background-color: #b5fff5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 40px;
	min-height: 300px;
	border-radius: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	@media (max-width: 767px) {
		min-width: 338px;
	}

	@media (max-width: 414px) {
		padding-right: 24px;
		padding-left: 24px;
		min-height: 260px;
		border-radius: 32px;
		width: 240px;
	}
}
.stocks__item-image {
	position: absolute;
	bottom: 0;
	right: 46px;
	min-height: 290px;
	aspect-ratio: 231 / 290;
	overflow: hidden;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 24px;

	@media (max-width: 767px) {
		min-height: 240px;
		aspect-ratio: 191 / 240;
	}

	@media (max-width: 414px) {
		right: -42px;
	}
}
.stocks__item-image-img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-o-object-position: top center;
	object-position: top center;

	@media (max-width: 767px) {
		-o-object-position: center;
		object-position: center;
	}
}
.stocks__item-info {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	max-width: 55%;
	overflow: initial;
	z-index: 5;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-top: 0;
	background: none;
}
.stocks__item-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: black;

	@media (max-width: 414px) {
		font-size: 20px;
	}
}
.stocks__item-subtitle {
	color: var(--vc-black);
	margin-top: 12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;

	@media (max-width: 414px) {
		font-size: 12px;
	}
}
.stocks__item-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 5;
	max-width: 50%;
	margin-top: 30px;

	@media (max-width: 414px) {
		margin-top: 16px;
	}
}
.main-stocks__nav {
	position: absolute;
	top: 109px;
	left: 0;
	z-index: 10;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	.stocks:hover & {
		opacity: 1;
	}

	@media (max-width: 1023px) {
		display: none;
	}
}
.stocks__arrow {
	border-radius: 50%;
	background-color: var(--vc-white);
	width: 62px;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: all;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);

	&:hover {
		background: #a1ffff;
	}
}
.stocks-button-prev {
	-webkit-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);

	svg {
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}
.stocks-button-next {
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.main-stocks .swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

/* End */


/* Start:/local/components/webcat/yandex.map/templates/.default/style.css?17815930873777*/
.map {
	position: relative;
	width: 100%;
	border-radius: 24px;
	height: 560px;

	@media (max-width: 414px) {
		height: 500px;
	}
}
#block-map {
	height: 560px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

	@media (max-width: 414px) {
		height: 500px;
	}
}
.map-card-wrapper {
	position: relative;
}
.map-card {
	position: absolute;
	max-width: 404px;
	right: 0px;
	top: -60px;
	width: 100%;
	background-color: var(--vc-white);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px;
	padding: 24px;
	border-radius: 24px;
	transition: 0.3s;
	z-index: 1;

	@media (max-width: 767px) {
		left: 50%;
		transform: translateX(-50%);
	}

	@media (max-width: 414px) {
		padding: 16px;
		top: -20px;
	}
}
.map-card__image {
	position: relative;
	aspect-ratio: 326 / 126;
	border-radius: 16px;
	overflow: hidden;
}
.map-card__image-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.map-card__title {
	color: var(--vc-black);
	font-size: 20px;
	margin-top: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;

	@media (max-width: 414px) {
		font-size: 18px;
	}
}
.map-card__subtitle {
	margin-top: 8px;
	color: var(--vc-black);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42;
	opacity: 0.5;

	@media (max-width: 414px) {
		margin-top: 6px;
	}

	&:hover {
		.map-card__contact-icon svg path {
			stroke: var(--mdc-color);
		}
		.map-card__contact-text {
			color: var(--mdc-color);
		}
	}
}
.map-card__contact {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: fit-content;
	transition: 0.3s;
	gap: 8px;
	margin-top: 8px;
	transition: 0.3s;

	@media (max-width: 414px) {
		gap: 4px;
		margin-top: 6px;
	}

	&:hover {
		.map-card__contact-icon svg path {
			stroke: var(--mdc-color);
		}
		.map-card__contact-text {
			color: var(--mdc-color);
		}
	}
}
.map-card__contact-icon {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	transition: 0.3s;
}
.map-card__contact-text {
	color: var(--vc-black);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: 0.3s;
}
.map-card__schedule {
	display: flex;
	gap: 38px;
	margin-top: 15px;

	@media (max-width: 414px) {
		gap: 10px;
		margin-top: 10px;
	}
}
.map-card__schedule-item {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.map-card__schedule-item-text {
	color: var(--vc-black);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.71;

	&:first-child {
		opacity: 0.5;
	}
}
.map-card__btns {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-top: 32px;
	gap: 8px;

	@media (max-width: 414px) {
		margin-top: 20px;
	}
}
.map-card__btn {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 48px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	text-transform: uppercase;
	color: var(--mdc-color);
	cursor: pointer;
	padding: 11px 26px 10px;
	border: 1.5px solid var(--mdc-color);
	border-radius: 100px;
	text-decoration: none;
	white-space: nowrap;
	transition: 0.3s;

	@media (max-width: 414px) {
		height: 42px;
	}

	&:hover {
		color: white;
		background-color: var(--mdc-color);

		svg path {
			stroke: white;
		}
	}

	svg {
		display: block;
		margin-right: 6px;
		transform: translateY(-2px);

		path {
			stroke: var(--mdc-color);
		}
	}
}

/* End */
/* /local/components/webcat/slider/templates/.default/style.css?17804915584960 */
/* /local/components/webcat/services/templates/.default/style.css?17785840183248 */
/* /local/templates/.default/components/bitrix/search.page/search.into.component/style.css?17782256472574 */
/* /local/templates/.default/components/bitrix/news.list/complex.programs/style.css?17816785961529 */
/* /local/components/webcat/about/templates/.default/style.css?17817667732285 */
/* /local/templates/.default/components/bitrix/news.list/our-advantages/style.css?17805505442076 */
/* /local/templates/.default/components/bitrix/news.list/doctors/style.css?17811618101788 */
/* /local/templates/.default/components/bitrix/search.page/doctors.search/style.css?17816086604895 */
/* /local/templates/.default/components/bitrix/news.detail/doctor.card/style.css?17811598104212 */
/* /local/templates/.default/components/bitrix/news.list/stocks/style.css?17809195014161 */
/* /local/components/webcat/yandex.map/templates/.default/style.css?17815930873777 */
