

/* Start:/local/templates/interdentos/components/bitrix/news/clinics/style.css?1770846309178*/
@media screen and (min-width: 993px) {
	.promo-banner.section,
    .seo.section,
	.ratings.section,
	.linked-actions.section,
	.gallery.section {
		margin-top: 50px;
	}
}
/* End */


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

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

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

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

@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-block {
    width: calc(100% - (20px * 2));
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

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

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

@media screen and (max-width: 768px) {
    .contacts__grid {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
} 

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

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

.contacts__elem_address {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .contacts__elem_address {
        grid-column: auto;
        flex-direction: column;
        align-items: flex-start;
    }
}

.contacts__elem-value {
    max-width: max-content;
    margin: 0;
    display: flex;
    align-items: flex-start;
    color: var(--black);
    text-decoration: none;
}

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

@media screen and (max-width: 576px) {
    .contacts__elem-value.onest-20-M {
        font-size: 16px;
    }
}

.contacts__elem-value svg {
    width: 28px;
    height: 28px;
    margin-right: 20px;
    flex-shrink: 0;
}

@media screen and (max-width: 576px) {
    .contacts__elem-value svg {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
}

.contacts__map-link.onest-18 {
    margin-left: 20px;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .contacts__map-link.onest-18 {
        margin-left: 0;
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/linked_doctors/style.css?17708463092183*/

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

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

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

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

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

	}
}

.linked-doctor {
	max-width: unset;
	width: 100%;
	aspect-ratio: 0.87;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

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

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

.linked-doctor__name {
	width: calc(100% - 20px);
	padding: 20px;
	margin: 0;
	border-radius: 15px;
	background: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: var(--black);
	text-decoration: none;
	transition: .3s;
}

.linked-doctor__name.onest-18 {
	font-weight: 700;
}

@media screen and (hover:hover) {
	.linked-doctor:hover .linked-doctor__name,
	.linked-doctor:focus-visible .linked-doctor__name {
		color: var(--red);
	}

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

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

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

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

@media screen and (max-width: 576px) {
    .linked-doctors.section.section_filled_shadow {
        padding: 0;
        background-color: transparent;
		box-shadow: none;
    }
}
/* 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/gallery/style.css?17708463091319*/
.gallery__item.swiper-slide {
	width: 100%;
	height: 280px;
	/* aspect-ratio: 1.6; */
	border-radius: 25px;
	overflow: hidden;
	cursor: pointer;
}

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

	.gallery__slider.swiper {
		width: calc(100% + 30px);
		padding: 0 15px;
		position: relative;
		left: -15px;
	}
}

@media screen and (max-width: 360px) {
	.gallery__item.swiper-slide {
		height: 150px;
	}
}

@media screen and (min-width: 993px) {
	.gallery.section {
		margin-top: 50px;
	}
}

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

.gallery__item_video::before,
.gallery__item_iframe::before {
	width: 100%;
	height: 100%;
	content: '';
	background: var(--bg-img) no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: .3s
}

.gallery__item_video::after,
.gallery__item_iframe::after {
	width: 100%;
	height: 100%;
	content: '';
	background: url(/upload/images/play.png) no-repeat center / 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	transition: .3s
}

.gallery__video {
	width: 100%;
}
.gallery__iframe {
	width: 100%;
	height: 100%;
}

@media screen and (hover:hover) {
	.gallery__item:hover .gallery__img,
	.gallery__item:hover::before {
		transform: scale(1.1);
	}
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/clinics_ratings/style.css?17708463093875*/
.rating__city {
    margin: 0 30px 10px 0;
    display: flex;
    align-items: center;
}

.rating__city svg {
    margin-right: 10px;
}

.rating__tags .tags__link:not(.active) {
    background-color: #fff;
}

@media screen and (hover:hover) {
    .rating__tags .tags__link:not(.active):hover,
    .rating__tags .tags__link:not(.active):focus-visible {
        background-color: var(--red);
    }
}

.rating__nav {
    margin-bottom: 30px;
}

.rating-item {
    width: 100%;
    display: none;
    grid-template-columns: 1fr 330px 330px;
    grid-gap: 30px;
}

.rating-item.active {
    display: grid;
}

@media screen and (max-width: 1200px) {
    .rating-item {
        grid-template-columns: 1fr 250px 250px;
    }
}

@media screen and (max-width: 992px) {
    .rating-item {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .rating-item {
        grid-gap: 10px;
    }
}

.rating-item__img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.rating-item__img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .rating-item__img-wrap {
        height: auto;
        aspect-ratio: 1.5;
    }

    .rating-item__img {
        max-height: unset;
    }
}

.rating-card {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .rating-card {
        align-items: flex-start;
    }
}

@media screen and (max-width: 576px) {
    .rating-card {
        padding: 20px;
        border-radius: 20px;
    }
}

.rating-card__logo {
    margin-bottom: 15px;
    height: 50px;
    object-fit: contain;
    user-select: none;
}

@media screen and (max-width: 992px) {
    .rating-card__logo {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 576px) {
    .rating-card__logo {
        height: 25px;
    }
}

.rating-card__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .rating-card__rating {
        flex-direction: row;
    }
}

.rating-card__num {
    margin: 0 0 10px;
    color: var(--dark-blue);
    text-align: center;
    font-family: var(--onest), sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 150%; /* 120px */
    user-select: none;
}

@media screen and (max-width: 992px) {
    .rating-card__num {
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 50px;
    }
}

@media screen and (max-width: 576px) {
    .rating-card__num {
        margin-right: 10px;
        font-size: 35px;
    }
}

.rating-card__link {
    margin-top: 20px;
    color: var(--black-30);
    text-decoration: underline;
}

@media screen and (hover:hover) {
    .rating-card__link:hover,
    .rating-card__link:focus-visible {
        color: var(--red);
    }
}

@media screen and (max-width: 992px) {
    .rating-card__link {
        margin-top: 5px;
    }
}

.rating-card__stars-wrap {
    max-width: max-content;
    position: relative;
    background-color: var(--bg);
}


.rating-card__stars-backing {
    width: 100%;
    height: 100%;
    background-color: #FFC375;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.rating-card__stars-front {
    max-width: max-content;
    display: flex;
    position: relative;
    z-index: 1;
}

.rating-card__star {
    width: 34px;
    object-fit: contain;
}

@media screen and (max-width: 576px) {
    .rating-card__star {
        width: 24px;
    }
}
/* End */
/* /local/templates/interdentos/components/bitrix/news/clinics/style.css?1770846309178 */
/* /local/templates/interdentos/components/bitrix/news/clinics/bitrix/news.detail/.default/style.css?17708463092755 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_doctors/style.css?17708463092183 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_actions/style.css?17708463092958 */
/* /local/templates/interdentos/components/bitrix/news.list/gallery/style.css?17708463091319 */
/* /local/templates/interdentos/components/bitrix/news.list/clinics_ratings/style.css?17708463093875 */
