

/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?178188608725128*/
.services__push {
	position: fixed;
	width: 100%;
	max-width: 280px;
	height: auto;
	max-height: 334px;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(125%);
	transition: transform 0.25s ease;
	z-index: 9999;
}

.services__push.active {
	transform: translateY(-50%) translateX(0);
}

.services__push_img {
	max-width: 100%;
	border-radius: 4px 0 0 4px;
}

.services__push_close {
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/local/templates/main/css/../img/x-circle.svg);
	-webkit-background-size: cover;
	background-size: cover;
	top: -35px;
	left: 0;
	cursor: pointer;
}

.sales__title {
	font-family: "Russo One";
	color: #303030;
}

.sales__title:hover {
	color: #2d8dbd;
}

.page__nav {
	position: relative;
	width: 100%;
	height: 45px;
	overflow-y: auto;
}

.page__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #eaf3f8;
	width: 100%;
	list-style: none;
	padding: 0 10px;
	margin: 0;
	overflow-y: auto;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page__navigation.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid #3fb4bd;
	z-index: 9999;
}

.page__navigation_link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	color: rgba(51, 51, 51, 0.9);
	font-weight: 500;
	white-space: nowrap;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page__navigation_link:hover {
	color: #2d8dbd;
}

.page__navigation_link:after {
	position: absolute;
	content: " ";
	background-color: #3fb4bd;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease, opacity 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease,
		-webkit-transform 0.25s ease;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.page__navigation_link.active:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

@media (max-width: 768px) {
	.page__navigation {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.page__navigation.fixed {
		top: 64px;
	}
}

@media (max-width: 480px) {
	.services__push {
		left: 50%;
	}
	.services__push.active {
		transform: translateY(-50%) translateX(-50%);
	}
	.services__push.active:before {
		position: absolute;
		background-color: rgba(255, 255, 255, 0.85);
		content: " ";
		width: 9999px;
		height: 9999px;
		top: -100%;
		left: -100%;
		z-index: -1;
	}
	.services__push_img {
		border-radius: 0;
	}
	.services__push_close {
		left: auto;
		right: 0;
	}
}

/* author css style */

.author__article_info {
	display: flex;
}

.author__article_info-img {
	width: 100%;
	max-width: 65px;
	height: max-content;
}

.author__article_info-section {
	margin-left: 10px;
}

.author__article_info-post {
	margin: 0;
}

.author__article_info-modified {
	color: #ccc;
	font-size: 12px;
}

.actions__list--cards {
	flex-wrap: wrap;
}

.actions__list--cards .sales__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	height: auto;
	flex: 1 0 33.333333%;
	width: 33.333333%;
}

@media (max-width: 992px) {
	.actions__list--cards .sales__item {
		flex: 1;
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.actions__list--cards .sales__item {
		flex: 1 0 50%;
		width: 50%;
	}
}

.actions__list--cards .sales__figure,
.actions__list--cards .sales__info {
	width: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

#articles-service {
	margin-top: 20px;
	position: relative;
}

#articles-service .swiper-button-disabled {
	display: none;
}

#articles-service .articles-page__item {
	height: 460px;
	margin: 10px;
}

#articles-service .swiper-wrapper {
}

.articles-service__container {
	position: relative;
}

.articles-service__swiper {
	overflow: hidden;
}

#articles-service .articles-page__info_title {
	color: #333;
}

#articles-service .articles-page__info_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

#articles-service .articles-page__info_text {
}

.articles-service__prev,
.articles-service__next {
	position: absolute;
	width: 30px;
	height: 40px;
	top: 50%;
	background: #0099c6;
	cursor: pointer;
	border-radius: 5px;
	transform: translateY(-50%);
	z-index: 10;
}

.articles-service__prev:after,
.articles-service__next:after {
	position: absolute;
	content: " ";
	display: block;
	background: url("/local/templates/main/img/result-arrow.svg");
	width: 17px;
	height: 29px;
	top: 5px;
	left: 5px;
	background-size: cover;
}

.articles-service__prev {
	left: -35px;
}
.columns.columns--center{
	justify-content: center;
}
@media (max-width: 640px) {
	.articles-service__prev {
		left: 0;
	}
}

.articles-service__next {
	right: -35px;
}

@media (max-width: 640px) {
	.articles-service__next {
		right: 0;
	}
}

.articles-service__prev.swiper-button-disabled,
.articles-service__next.swiper-button-disabled {
	opacity: 0.35;
}

.articles-service__next:after {
	transform: rotate(180deg);
}

#articles-service .articles-page__figure {
	width: 100%;
	aspect-ratio: 1;
}
.section__detail.services__detail .doctors__services_list a{
	color:#fff;
}
.properties{
	display: flex;
    align-items: flex-start;
    margin: 50px 0;
	column-gap:50px;
	row-gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.properties .item{
	width:fit-content;
	display: flex;
	align-items: flex-start;
	gap:10px;
}
.properties .item svg{
	width:45px;
	height: auto;
	flex:none;
}
.properties .item .descr{
	display: flex;
    flex-direction: column;
    gap: 5px;
	color:#2d8dbd;
	line-height: 1.2;
	font-size: 14px;
}
.properties .item .descr .title{
	text-transform: uppercase;
	color:#ffc929;
	font-weight: 600;
}
.properties .item .descr .old{
	color: #bbb;
    text-decoration: line-through;
}
@media (max-width:1040px){
	.properties .item{
		width:calc(25% - 23px);
	}
	.properties{		
		column-gap:30px;
	}
}
@media (max-width:830px){
	.properties .item{
	width:calc(50% - 15px);}
}
@media (max-width:560px){
	.properties .item svg{
		width:30px;
		flex:none;
	}
}
@media (max-width:420px){
	.properties .item {
		flex-direction: column;
		align-items: center;
	}
	.properties .item .descr{
		text-align: center;
	}
	.properties .item svg{
		width:45px;
		height: 45px;
	}
	.properties {
        column-gap: 30px;
        row-gap: 30px;
    }
}
/*цитата*/
.quote_block {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: 40px 0;
    border-radius: 20px;
    padding: 20px 50px;
	display: flex;
    align-items: center;
    column-gap: 30px;
}

.quote_block .descr{
	background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -38px;
	padding: 20px 0;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22150%22%20height%3D%22150%22%20viewBox%3D%220%200%20150%20150%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M67.6758%2040.7229C55.3126%2043.0666%2045.8204%2047.6956%2038.584%2054.9612C30.8497%2062.7248%2026.2794%2073.1545%2025.1661%2085.5764C24.3458%2094.9807%2026.7481%20102.188%2032.6368%20107.93C43.0372%20118.037%2060.0294%20117.071%2069.2579%20105.879C75.4102%2098.4084%2076.6993%2087.9495%2072.4805%2079.1897C70.3712%2074.7366%2066.3868%2070.5178%2062.0508%2068.0276C59.7657%2066.7092%2055.5762%2065.3909%2052.9688%2065.1565C51.709%2065.0393%2050.6837%2064.8342%2050.6837%2064.6877C50.6837%2064.5413%2051.0352%2063.7502%2051.4454%2062.9006C54.2286%2057.3928%2062.6075%2050.3323%2071.7188%2045.7327C73.0079%2045.0881%2074.2969%2044.2385%2074.5313%2043.887C75.2051%2042.9202%2075.1172%2041.6897%2074.2676%2040.8694C73.3887%2039.9612%2071.8067%2039.9319%2067.6758%2040.7229Z%22%20fill%3D%22%23F1F1F1%22%2F%3E%0A%3Cpath%20d%3D%22M124.805%2040.3422C103.213%2043.7406%2088.7402%2054.9027%2082.7637%2072.7445C81.0352%2077.93%2079.9805%2084.2289%2079.9805%2089.4144C80.0098%20104.766%2092.373%20116.221%20107.49%20114.815C113.145%20114.287%20118.535%20111.739%20122.607%20107.637C132.598%2097.559%20132.393%2081.68%20122.139%2071.8949C117.92%2067.9105%20113.115%2065.6547%20107.754%2065.1273C106.641%2065.0394%20105.762%2064.8343%20105.762%2064.6879C105.762%2064.0726%20106.758%2062.1976%20107.988%2060.4691C111.563%2055.43%20118.154%2050.2445%20126.855%2045.6449C129.492%2044.2386%20130.283%2043.3304%20129.961%2042.0121C129.609%2040.6644%20128.76%2040.1371%20127.09%2040.1664C126.24%2040.1957%20125.215%2040.2836%20124.805%2040.3422Z%22%20fill%3D%22%23F1F1F1%22%2F%3E%0A%3C%2Fsvg%3E");
}
.quote_block .author{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
}
.quote_block .author span{
	color:#2d8dbd;
	font-weight: 600;
}
.quote_block svg{
	position: absolute;
}
.quote_block .doctors__figure{
	flex:none;
}
@media (max-width:850px){
	.quote_block{
		flex-direction: column;
		row-gap: 20px;
	}
}
@media (max-width:445px){
	.quote_block .doctors__figure{
		min-height: auto;
	}
}
/*цитата*/

/* Управляемый блок связанных услуг перед нижней формой */
.service-related {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 56px 0 12px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid rgba(45, 141, 189, 0.18);
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0, rgba(63, 180, 189, 0.15), transparent 36%),
		linear-gradient(135deg, #f4f9fc 0%, #ffffff 70%);
}



.service-related__head {
	max-width: 760px;
	margin: 0 0 24px;
}

.service-related__title {
	margin: 0 0 8px;
	color: #303030;
	font-family: "Russo One", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
}

.service-related__description {
	margin: 0;
	color: #66747c;
	font-size: 16px;
	line-height: 1.5;
}

.service-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.service-related__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	box-sizing: border-box;
	min-height: 72px;
	padding: 17px 18px 17px 20px;
	border: 1px solid rgba(45, 141, 189, 0.2);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 8px 22px rgba(29, 94, 126, 0.06);
	color: #303030;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-related__item:hover,
.service-related__item:focus-visible {
	border-color: #3fb4bd;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(29, 94, 126, 0.13);
	color: #2d8dbd;
	transform: translateY(-2px);
}

.service-related__name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}

.service-related__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #eaf3f8;
	color: #2d8dbd;
	font-size: 20px;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.service-related__item:hover .service-related__arrow,
.service-related__item:focus-visible .service-related__arrow {
	background: #3fb4bd;
	color: #ffffff;
	transform: translateX(2px);
}

@media (max-width: 1024px) {
	.service-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.service-related {
		margin-top: 36px;
		padding: 25px 18px 22px;
		border-radius: 6px;
	}

	.service-related__head {
		margin-bottom: 18px;
	}

	.service-related__title {
		font-size: 24px;
	}

	.service-related__description {
		font-size: 14px;
	}

	.service-related__grid {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.service-related__item {
		min-height: 62px;
		padding: 13px 14px 13px 16px;
	}
}

/* ========================================================================== */
/* Единый стиль статей на странице услуги                                     */
/* ========================================================================== */

#articles-service {
    margin-top: 24px;
}

#articles-service .articles-detail-doctor__swiper {
    margin: -14px -18px -24px;
    padding: 14px 18px 24px;
    overflow: hidden;
}

#articles-service .swiper-wrapper {
    align-items: stretch !important;
}

#articles-service .swiper-slide {
    display: flex !important;
    height: auto !important;
    padding: 0 10px !important;
}

#articles-service .articles-page__item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease, opacity .28s ease !important;
}

#articles-service .articles-page__item:hover,
#articles-service .articles-page__item:focus-within {
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
}

#articles-service .articles-page__figure {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 10px 10px 0 0 !important;
    flex: 0 0 auto !important;
}

#articles-service .articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: 10px 10px 0 0 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

#articles-service .articles-page__item:hover .articles-page__figure_pic,
#articles-service .articles-page__item:focus-within .articles-page__figure_pic {
    opacity: .96;
}

#articles-service .articles-page__info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px 20px 18px !important;
}

#articles-service .articles-page__info_title {
    position: relative;
    margin: 0 0 10px !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    transition: color .28s ease !important;
}

#articles-service .articles-page__item:hover .articles-page__info_title,
#articles-service .articles-page__item:focus-within .articles-page__info_title {
    color: #2d8dbd !important;
}

#articles-service .articles-page__info_text {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #68757c !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 640px) {
    #articles-service .articles-detail-doctor__swiper {
        margin: -10px -8px -18px;
        padding: 10px 8px 18px;
    }

    #articles-service .swiper-slide {
        padding: 0 5px !important;
    }
}


/* ========================================================================== */
/* Финальный единый стиль карточек статей в услугах, врачах и других разделах */
/* Визуально повторяет карточки статей на главной странице сайта.              */
/* ========================================================================== */

.articles-embedded {
    --embedded-article-blue: #2d8dbd;
    --embedded-article-cyan: #31aeb7;
    --embedded-article-text: #68757c;
    --embedded-article-shadow: 0 0 20px rgba(0, 0, 0, .10);
    --embedded-article-radius: 10px;
}

.articles-embedded .articles-detail-doctor__container {
    position: relative;
    width: 100%;
}

.articles-embedded .articles-detail-doctor__swiper {
    margin: -20px -22px -28px !important;
    padding: 20px 22px 28px !important;
    overflow: hidden !important;
}

.articles-embedded .swiper,
.articles-embedded .swiper-wrapper {
    min-width: 0;
}

.articles-embedded .swiper-wrapper {
    align-items: stretch !important;
}

.articles-embedded .swiper-slide {
    display: flex !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding: 0 9px !important;
}

.articles-embedded .articles-page__item {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) !important;
    background: #fff !important;
    box-shadow: var(--embedded-article-shadow) !important;
    color: #333 !important;
    text-decoration: none !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease !important;
}

.articles-embedded .articles-page__item:hover,
.articles-embedded .articles-page__item:focus-visible,
.articles-embedded .articles-page__item:focus-within {
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #333 !important;
    transform: none !important;
}

.articles-embedded .articles-page__figure {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) var(--embedded-article-radius) 0 0 !important;
    background: #eef5f7 !important;
}

.articles-embedded .articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) var(--embedded-article-radius) 0 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__figure_pic,
.articles-embedded .articles-page__item:focus-visible .articles-page__figure_pic,
.articles-embedded .articles-page__item:focus-within .articles-page__figure_pic {
    opacity: .96 !important;
    transform: none !important;
}

.articles-embedded .articles-page__figure_desc {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.articles-embedded .articles-page__figure_item,
.articles-embedded .articles-page__item:hover .articles-page__figure_item,
.articles-embedded .articles-page__item:focus-visible .articles-page__figure_item,
.articles-embedded .articles-page__item:focus-within .articles-page__figure_item {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    box-sizing: border-box !important;
    padding: 5px 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background-color: #9fdfff2b !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: background-color .28s ease, color .28s ease, opacity .28s ease !important;
}

.articles-embedded .articles-page__info {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 220px !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

.articles-embedded .articles-page__info_title {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.32 !important;
    text-decoration: none !important;
    transition: color .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__info_title,
.articles-embedded .articles-page__item:focus-visible .articles-page__info_title,
.articles-embedded .articles-page__item:focus-within .articles-page__info_title {
    color: var(--embedded-article-blue) !important;
}

.articles-embedded .articles-page__info_text {
    display: -webkit-box !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--embedded-article-text) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

.articles-embedded .articles-page__bottom {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 30px !important;
    margin: auto 0 0 !important;
    padding: 16px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.articles-embedded .article__tags {
    display: flex !important;
    min-width: 0 !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.articles-embedded .article__tags_item {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 24px !important;
    box-sizing: border-box !important;
    padding: 4px 8px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #f3fbff !important;
    color: var(--embedded-article-blue) !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.articles-embedded .articles-page__bottom_views {
    flex: 0 0 auto !important;
    color: #b9c1c5 !important;
}

.articles-embedded .articles-page__read-more {
    display: inline-block !important;
    align-self: flex-start !important;
    margin-top: 15px !important;
    color: var(--embedded-article-cyan) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    transition: color .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__read-more,
.articles-embedded .articles-page__item:focus-visible .articles-page__read-more,
.articles-embedded .articles-page__item:focus-within .articles-page__read-more {
    color: var(--embedded-article-blue) !important;
}

/* Стрелки оставлены функциональными, но приведены к спокойному стилю сайта. */
.articles-embedded .articles-detail-doctor__prev,
.articles-embedded .articles-detail-doctor__next,
#articles-service .articles-service__prev,
#articles-service .articles-service__next {
    border-radius: 5px !important;
    box-shadow: 0 8px 18px rgba(2, 54, 127, .12) !important;
    transition: opacity .2s ease, background-color .2s ease !important;
}

@media (max-width: 640px) {
    .articles-embedded .articles-detail-doctor__swiper {
        margin: -14px -8px -22px !important;
        padding: 14px 8px 22px !important;
    }

    .articles-embedded .swiper-slide {
        padding: 0 5px !important;
    }

    .articles-embedded .articles-page__info {
        min-height: 0 !important;
        padding: 17px !important;
    }

    .articles-embedded .articles-page__info_title {
        font-size: 17px !important;
    }
}

/* End */


/* Start:/feedback/feedback-slider.css?17268280411420*/
.feedback-section {
	margin-block: 50px 90px;
}

.feedback-section * {
	box-sizing: border-box;
}

.feedback-section__title {
	margin-block: 0 20px;
}

.feedback-section .feedback-section__slider {
	background-color: #fff;
	position: relative;
	width: 100%;
	padding: 0 40px;
	margin-bottom: 40px;
}

.feedback-slider {
	display: flex;
	width: 100%;
	height: 100%;
}

.feedback-section .feedback-prev {
	left: 0;
}

.feedback-section .feedback-next {
	right: 0;
}

.feedback-section__actions {
	display: flex;
	gap: 45px;
	justify-content: center;
}

.feedback-section .feedback-section__button {
	border: 1.4px solid #0099C6;
}

.feedback-section .feedback-section__button--record {
	background-color: #fff;
	color: #000;
}

/* doctors detail */
.feedback-section--doctor { margin-bottom: 0; }
.feedback-section--doctor .feedback-section__slider { margin-bottom: 20px; }

.feedback-section--doctor .feedback-section__actions
{
	padding: 0 40px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.feedback-section--doctor .feedback-section__button
{
	width: 100%;
}

@media (max-width: 640px) {
	.feedback-section__slider {
		padding: 0;
	}

	.feedback-section .feedback-prev,
	.feedback-section .feedback-next {
		top: 50%;
	}

	.feedback-section__actions {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

@media (max-width: 960px) {
	.feedback-section--doctor { margin-bottom: 20px; }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/equipment-list-slider/style.css?17818860871973*/
.equipment_item{
    display: flex;
    column-gap: 50px;
    align-items: flex-start;
}

.equipment_item .swiper-slide {
    text-align: center;
}
.equipment-detail-container:nth-child(even) .equipment_item{
    flex-direction: row-reverse;
}
.equipment-detail-container h2.content__main_head{
    text-align: left;
    color:#2d8dbd;
   /* border-bottom:1px solid rgba(0, 0, 0, .1);*/
}
.equipment-detail-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: 40px 0;
    border-radius: 20px;
    padding: 20px 50px;
}
.services__info .equipment{
    border-radius: 5px;
    padding: 20px;
    margin: 100px 0;
    box-shadow: 0 5px 15px 0 rgba(2, 54, 127, .2);
}
.right{
    text-align: right;
}
.flex_block{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.equipment-detail-container .descr_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-line-clamp: 5;
    transition: all .3s ease;
}
.equipment_item .descr.active .descr_content {
    -webkit-line-clamp: 1000;
    display: inline;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    max-height: 100%;
}
.publ_more {
    cursor: pointer;
    color: #2d8dbd;
    text-align: right;
}
.equipment-detail-container .uploaded-in-prev[aria-disabled="true"],
.equipment-detail-container .uploaded-in-next[aria-disabled="true"] {
    display:none;
}
@media (max-width:960px){
    .equipment_item{
        flex-wrap: wrap;
    }
    .services__info .equipment{
        margin: 50px 0;
    }
}

.image {
	max-width: 370px;
	position: relative;
}

@media(max-width: 767px) {
	.image {
		max-width: 100%;
	}

	.image img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

.result-img {
    max-width: 570px;
}

.result-slider {
    width: 100%!important;
	overflow: hidden;
}

.descr_content {
	margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/trust/style.css?17818860871454*/
.trust__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .trust__items {
        display: block;
		flex-wrap: nowrap;
    }
}

.trust__items h3 {
    margin-bottom: 40px;
}

.trust__meaning {
    font-family: 'Russo One';
    font-size: 40px;
    font-weight: 400;
    line-height: 49px;
    padding-bottom: 20px;
}

.trust__items li {
    text-align: center;
    flex: 1;
}

.trust_link {
	color: rgba(51, 51, 51, .9);
}

@media (max-width: 992px) {
    .trust__meaning {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 25px;
    }
    .trust__items li {
        flex: 0 0 calc(50% - 20px);
        text-align: left;
    }
}

@media (max-width: 768px) {
     .trust__meaning {
         padding-bottom: 10px;
     }
    .trust__items li {
        text-align: center;
    }

     .trust__items li .trust_link > img {
         max-height: 25px;
     }
	 
	 .trust__items img {
		max-width: 100%;
		height: auto;
	}
}

.trust__meaning img {
    height: 1em;
    width: 1em;
    object-fit: contain;
}

.trust__items li>img {
    width: 200px;
    max-width: 100%;
}

@media (max-width: 992px) {
    .trust__items li>img {
        width: 120px;
    }
}

@media(min-width: 768px) {
	.trust__items .swiper-slide {
		width: auto;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/feedbacks-service/style.css?17818860872481*/
#feedback-service-detail .swiper {
    margin: 0;
    overflow: hidden;
}

#feedback-service-detail .feedback-actions {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 20px;
}
.source{
    color:#a9a9a9;
}
#feedback-service-detail .slider_box {
    position: relative;
    margin: 0 -70px;
    padding: 0 70px;
}

#feedback-service-detail .feedback-actions .blue-button {
    white-space: nowrap;
}

#feedback-service-detail .feedback-actions .blue-button:hover {
    opacity: .8;
}

#feedback-service-detail .feedback-actions .blue-button:last-child {
    background-color: transparent;
    color: #000;
    border:1px solid #0099C6;
}

#feedback-service-detail .feedback-actions .blue-button:last-child:hover {
    background-color: #0099C6;
    color: #fff;
}

.feedback-service-detail__prev,
.feedback-service-detail__next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    background: linear-gradient(to left, #3fb4bd, #2d8dbd);
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}

.feedback-service-detail__prev {
    left: 5px;
}

.feedback-service-detail__next {
    right: 5px;
}

.feedback-service-detail__prev.swiper-button-disabled,
.feedback-service-detail__next.swiper-button-disabled {
    background: #98D3E7;
}

.feedback-service-detail__prev svg {
    transform: rotate(180deg);
}

@media (max-width: 1450px) {
    #feedback-service-detail .slider_box {
        position: relative;
        padding: 0 30px;
        margin: 0 -20px;
    }



    #feedback-service-detail .feedback-actions {
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
    }

    .feedback-service-detail__prev svg,
    .feedback-service-detail__next svg {
        max-width: 20px;
    }

    .feedback-service-detail__prev {
        justify-content: flex-start;
        left: 5px;
        border-radius: 30px 0 0 30px;
        padding-left: 10px;
    }

    .feedback-service-detail__prev,
    .feedback-service-detail__next {
        z-index: 0;
        width: 15px;
    }

    .feedback-service-detail__next {
        justify-content: flex-end;
        right: 5px;
        border-radius: 0 30px 30px 0;
        padding-right: 10px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?178188608725128 */
/* /feedback/feedback-slider.css?17268280411420 */
/* /local/templates/main/components/bitrix/news.list/equipment-list-slider/style.css?17818860871973 */
/* /local/templates/main/components/bitrix/news.list/trust/style.css?17818860871454 */
/* /local/templates/main/components/bitrix/news.list/feedbacks-service/style.css?17818860872481 */
