

/* Start:/local/templates/interdentos/components/bitrix/news/doctors/style.css?1770846309516*/
@media screen and (min-width: 993px) {
    .linked-actions.section,
    .linked-reviews.section,
    .linked-works.section {
        margin-top: 50px;
    }
}

.filter-block {
    margin-top: 50px;
    display: grid;
    grid-template-columns: calc((100% - 60px) / 3) 1fr;
    grid-gap: 30px;
}

@media screen and (max-width: 992px) {
    .filter-block {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .filter-block {
        grid-gap: 20px;
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17721895143637*/
@media screen and (max-width: 992px) {
    .doctor .page-top {
        flex-direction: column-reverse;
    }

    .doctor .page-top__right {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .doctor .page-top__right {
        margin-bottom: 20px;
    }
}

.main {
	overflow: hidden;
}

.doctor__img-wrap {
	width: 100%;
    aspect-ratio: 1.1;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
	.doctor__img-wrap {
		border-radius: 20px;
	}
}

.doctor .page-top__btns{
	margin-top: auto;
}

.doctor .page-top__left  {
	align-self: stretch;
	display: flex;
	flex-direction: column;
}

.doctor .page-top__left .page-top__subtitle {
	flex-grow: 1;
}

.doctor .page-top__img {
	object-position: top;
}

.doctor__labels.tags {
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.doctor__specialization {
	color:  #7FBBF6;
	
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	text-transform: lowercase;
}

.doctor__labels.tags .tags__item {
	margin-right: 15px;
}

.section.section_small-margin {
	margin-top: 50px;
}

@media screen and (max-width: 576px) {
	.section.section_small-margin {
		margin-top: 20px;
	}
	.doctor .page-top__btns{
		margin-top: 20px;
	}
}

.education__elem {
	margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
	.education__elem {
		margin-bottom: 10px;
	}
}

.education__elem:last-of-type {
	margin-bottom: 0;
}

.text-block {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.text-block {
		flex-direction: column;
		align-items: flex-start;
	}
}

.text-block__left-wrap {
	max-width: 840px;
}

.text-block__left-wrap > *:first-child {
	margin-top: 0;
}

.text-block__left-wrap > *:last-child {
	margin-bottom: 0;
}

.text-block__right-wrap {
	width: 455px;
	max-width: 100%;
	margin-left: 30px;
	padding: 30px;
	border-radius: 25px;
	background: #fff;
	flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
	.text-block__right-wrap {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width: 576px) {
	.text-block__right-wrap {
		margin-top: 20px;
		padding: 20px;
		border-radius: 20px;
	}
}

/* .text-block__left-wrap * {
    word-break: break-all;
} */

.text-block__elem {
	margin-bottom: 20px;
}

.text-block__elem:last-of-type {
	margin-bottom: 0;
}

.text-block__elem-title.onest-18 {
	margin: 0 0 10px;
	font-weight: 700;
}

.text-block__elem-text {
	color: var(--dark-blue);
}

p.text-block__elem-text,
.text-block__elem-list {
	margin: 0;
}


.sertificates__slider.swiper {
	overflow: visible;
	/* width: calc(100vw - var(--windows-scroll-width)); */
	/* padding: 0 0 0  calc((100vw - var(--container-1420-width)) / 2); */
	/* left: calc((100vw - var(--container-1420-width)) / 2 * -1); */
}

.sertificates__slider.swiper .pagination-block{
	max-width: var(--container-1420-width);
}
@media screen and (max-width: 576px) {
	.sertificates__slider.swiper {
		padding: 0 15px;
		left: -15px;
	}
}

.sertificates__item.swiper-slide {
	max-width: max-content;
	height: auto;
	padding: 10px 10px 20px;
	background-color: var(--light-blue);
	border-radius: 25px;
	cursor: pointer;
}

.sertificates__img {
	height: 355px;
	border-radius: 25px;
	object-fit: contain;
}

.sertificates__name {
	margin: 20px auto 0;
	text-align: center;
	color: var(--dark-blue);
}

.sertificates__name.onest-16 {
	font-weight: 700;
}

section.text-block.section.section_filled.section_filled_extra-light-blue.section_filled_50.section_small-margin{
	justify-content: space-between;
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/linked_reviews/style.css?17708463091161*/
.linked-reviews .pagination-bar__item.active {
	background-color: var(--dark-blue);
	border-radius: 500px;
}

.linked-reviews .pagination-bar__item{
	border-radius: 0;
}
/* @media screen and (max-width: 576px) {
	.linked-reviews.section_filled_blue {
		background-color: var(--red);
	}
	
	.linked-reviews .pagination-bar__item {
		background-color: var(--orange);
	}
} */

.review.swiper-slide {
	height: auto;
	padding: 30px;
	border-radius: 25px;
	background: #fff;
}

@media screen and (max-width: 576px) {
	.review.swiper-slide {
		padding: 20px;
		border-radius: 20px;
	}
}

.review__name.onest-16 {
	margin: 0 0 10px;
	font-weight: 700;
	color: var(--dark-blue);
}

.review__info-block {
	margin-bottom: 10px;
	display: none;
}

.review__info.onest-14 {
	margin: 0 0 5px;
	font-weight: 500;
	color: var(--black-30);
}

.review__info.onest-14:last-of-type {
	margin: 0;
}

.review__text {
	color: var(--black);
}

.review__text * {
	font-size: 16px;
}

.review__text > *:first-child {
	margin-top: 0;
}

.review__text > *:last-child {
	margin-bottom: 0;
}

.review__text_hidden {
	display: none;
}

.review__show-btn {
	margin-top: 10px;
	display: block;
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/linked_works/style.css?17708463092572*/


.work__img-wrap {
	width: 100%;
	aspect-ratio: 1.6;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 576px) {
	.work__img-wrap {
		border-radius: 20px;
	}
}

.work__img-wrap::after {
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .3s;
	/* -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0); */
}

.work__image-label {
	width: 120px;
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: .3s;
}

.work__image-label p.onest-14 {
	margin: 0;
	text-align: center;
	color: rgba(22, 22, 22, 0.80);
	font-weight: 700;
}

@media screen and (max-width: 576px) {
	.work__image-label {
		width: 90px;
	}

	.work__image-label p.onest-14 {
		font-size: 11px;
	}
}

.work__img-wrap:hover::after {
	opacity: 0;
	pointer-events: none;
}

.work__img-wrap:hover .work__image-label {
	opacity: 0;
	pointer-events: none;
}


.work__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.slider__elem_before {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.slider__elem_after {
	width: 100%;
	height: 100%;
}

.slider__image {
	max-width: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.slider__bar {
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.slider__bar::after {
	width: 80px;
	height: 80px;
	content: '';
	border-radius: 50%;
	background: url(/local/templates/interdentos/components/bitrix/news.list/linked_works/./images/slider-bar.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	cursor: pointer;
}

@media screen and (max-width: 576px) {
	.slider__bar::after {
		width: 40px;
		height: 40px;
	}
}

.work__text-wrap {
	margin-top: 20px;
}

.work__name {
	margin: 0;
	color: var(--dark-blue);
}

.work__short-desk {
	margin-top: 10px;
}

.work__short-desk * {
	font-size: 16px;
}

.work__short-desk > *:first-child {
	margin-top: 0;
}

.work__short-desk > *:last-child {
	margin-bottom: 0;
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/linked_actions/style.css?17708463092958*/

@media screen and (min-width: 577px) {
	.linked-actions .pagination-bar__item.active {
		background-color: var(--orange);
	}
}

@media screen and (max-width: 576px) {
	.linked-actions.section.section_filled_red {
		padding: 0;
		background-color: transparent;
		color: var(--black);
	}

	.linked-actions .pagination-bar_white,
	.linked-actions .navigation-fraction_white {
		background-color: var(--black-10);
	}

	.linked-actions.section_filled_red .section__link {
		color: var(--red);
	}

	@media screen and (hover:hover) {
		.linked-actions.section_filled_red .section__link:hover,
		.linked-actions.section_filled_red .section__link:focus-visible {
			color: var(--orange);
		}

	}
}

.linked-action {
	width: 100%;
	aspect-ratio: 1.1;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 576px) {
	.linked-action {
		border-radius: 20px;
	}
}

.linked-action__img-wrap {
	width: 100%;
	height: 100%;
}

.linked-action__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.linked-action__overlay {
	max-width: unset;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.linked-action__labels.tags {
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

.linked-action__labels.tags .tags__link {
	margin: 0;
	background-color: var(--light-blue);
	color: var(--dark-blue);
	font-weight: 700;
}

.linked-action__labels.tags .tags__item {
	margin-right: 15px;
}

.linked-action__wrapper {
	width: calc(100% - 20px);
	padding: 20px;
	border-radius: 15px;
	background: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
}

.linked-action__name.onest-16 {
	color: var(--black);
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	/* max-width: calc(100% - 80px); */
}
.linked-action__name.onest-16 span{
	display: inline-block;
}

@media screen and (hover:hover) {
	.linked-action__name.onest-16:hover,
	.linked-action__name.onest-16:focus-visible,
	.linked-action__overlay:hover ~ .linked-action__wrapper .linked-action__name.onest-16,
	.linked-action__overlay:focus-visible ~ .linked-action__wrapper .linked-action__name.onest- {
		color: var(--red);
	}

	.linked-action:hover .linked-action__img,
	.linked-action:focus-visible .linked-action__img,
	.linked-action:hover .zaglushka,
	.linked-action:focus-visible .zaglushka {
		transform: scale(1.1);
	}
}

.linked-action__price {
	margin: 5px 0 0;
	color: var(--black);
}

.linked-action__price .before {
	color: var(--black-30);
	text-decoration: line-through;
}

.linked-action__btn {
	margin-top: 5px;
	display: block;
}

/* @media screen and (max-width: 1400px) {
	.linked-action__name.onest-16 {
		max-width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.linked-action__name.onest-16 {
		max-width: calc(100% - 40px);
	}
}
@media screen and (max-width: 992px) {
	.linked-action__name.onest-16 {
		max-width: 100%;
	}
} */
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/clinics_grid/style.css?17719259514147*/
.clinics__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
}

@media screen and (max-width: 992px) {
    .clinics__grid {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .clinics__grid {
        grid-gap: 20px;
    }
}

.clinic {
    width: 100%;
    padding: 10px;
    background-color: var(--extra-light-blue);
    border-radius: 25px;
}

@media screen and (max-width: 992px) {
    .clinic {
        padding: 30px;
    }
}

@media screen and (max-width: 576px) {
    .clinic {
        padding: 20px;
        border-radius: 20px;
    }
}

.clinic__heading {
    width: 100%;
    display: none;
    align-items: flex-start;
    justify-content: space-between;
}

.clinic__heading svg {
    transition: .3s;
    flex-shrink: 0;
}

.clinic__heading.active svg {
    transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
    .clinic__heading {
        display: flex;
    }

    .clinic__owner {
        height: 0;
        overflow: hidden;
        transition: .3s;
    }

    .clinic__owner.active {
        height: auto;
    }

    .clinic__inner {
        padding-top: 30px;
    }
}

@media screen and (max-width: 576px) {
    .clinic__inner {
        padding-top: 20px;
    }
}

.clinic__gallery {
    width: 100%;
    aspect-ratio: 2.4;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .clinic__gallery {
        aspect-ratio: 1.7;
    }
}

@media screen and (max-width: 576px) {
    .clinic__gallery {
        border-radius: 20px;
    }
}

.clinic__slider {
    width: 100%;
    height: 100%;
}

.clinic__photo {
    cursor: pointer;
}

.clinic__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

@media screen and (hover:hover) {
    .clinic__photo:hover .clinic__img {
        transform: scale(1.1);
    }
}



.clinic__slider .pagination-bar.swiper-pagination-horizontal {
    width: calc(100% - (20px * 2));
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.clinic__text-wrap {
    padding: 30px 20px;
}

@media screen and (max-width: 992px) {
    .clinic__text-wrap {
        padding: 30px 0 0;
    }
}

@media screen and (max-width: 576px) {
    .clinic__text-wrap {
        padding: 20px 0 0;
    }
}

.clinic__name {
    margin-bottom: 20px;
    color: var(--black);
    text-decoration: none;
    display: block;
}

.clinic__heading .clinic__name {
    margin: 0 10px 0 0;
}

@media screen and (hover:hover) {
    a.clinic__name:hover,
    a.clinic__name:focus-visible {
        color: var(--red);
    }
}

@media screen and (max-width: 992px) {
    .clinic__text-wrap .clinic__name {
        display: none;
    }
    
}

.clinic__contacts {
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .clinic__contacts {
        margin-bottom: 20px;
    }
}

.clinic__contact-item {
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .clinic__contact-item {
        margin-bottom: 15px;
    }
}

.clinic__contact-item_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .clinic__contact-item_grid {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .clinic__contact-item_grid {
        grid-template-columns: 100%;
        grid-gap: 15px;
    }
}

.clinic__contact-item:last-child {
    margin: 0;
}

.clinic__contact-text {
    margin: 0;
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}

@media screen and (hover:hover) {
    a.clinic__contact-text:hover,
    a.clinic__contact-text:focus-visible {
        color: var(--red);
    }
}

.clinic__contact-text svg {
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-right: 10px;
}

.clinic__link {
    color: var(--red);
    text-decoration: none;
}

@media screen and (hover:hover) {
    .clinic__link:hover,
    .clinic__link:focus-visible {
        color: var(--orange);
    }
}
/* End */
/* /local/templates/interdentos/components/bitrix/news/doctors/style.css?1770846309516 */
/* /local/templates/interdentos/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17721895143637 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_reviews/style.css?17708463091161 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_works/style.css?17708463092572 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_actions/style.css?17708463092958 */
/* /local/templates/interdentos/components/bitrix/news.list/clinics_grid/style.css?17719259514147 */
