

/* 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/components/mediamint/search.input/templates/.default/style.css?17708463091617*/
.search-form .input__list,
.search-form .search-form__empty-text {
    display: none;
}

.search-form .input__list.active,
.search-form .search-form__empty-text.active {
    display: block;
}

.search-form__empty-text {
    width: 100%;
    margin: 0;
    padding: 12px 38px 12px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    user-select: none;
}

.search-form__input.input__input_list {
    border: 1px solid var(--black-30);
    position: relative;
    z-index: 2;
    transition: .3s;
}

.input__modal.active ~ .search-form__input.input__input_list {
    border-color: transparent;
}

.search-form .input__list-item {
    padding: 0;
    background: transparent !important;
}

.search-form .input__list-item-link {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 12px 38px 12px 20px;
    list-style-type: none;
    background: #fff;
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    transition: .3s;
}

.search-form .input__list-item-link.input__list-item-link_see-all {
    color: var(--red);
}

@media screen and (hover:hover) {
    .search-form .input__list-item-link:hover,
    .search-form .input__list-item-link:focus-visible {
        color: var(--red);
    }

    .search-form .input__list-item-link.input__list-item-link_see-all:hover,
    .search-form .input__list-item-link.input__list-item-link_see-all:focus-visible {
        color: var(--orange);
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news/doctors/bitrix/catalog.smart.filter/mm_filter/style.css?17708463091041*/
.filter-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

@media screen and (max-width: 768px) {
    .filter-list {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .filter-list {
        grid-gap: 20px;
    }
}

.filter-elem .input__list-item {
    padding: 0;
    background: transparent;
}

.filter-elem input[type="radio"] {
    display: none;
}

.filter-elem input[type="radio"] + label {
    font-size: 16px;
}

.filter-elem input[type="radio"] + label {
    width: 100%;
    margin: 0;
    padding: 12px 38px 12px 20px;
    list-style-type: none;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    transition: .3s;
}

@media screen and (hover:hover) {
    .filter-elem input[type="radio"] + label:hover,
    .filter-elem input[type="radio"] + label:focus-visible {
        background-color: var(--light-blue);
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?17708463092156*/
@media screen and (min-width: 577px) {
	.doctors.section,
	.doctors-empty.section {
		margin-top: 50px;
	}
}

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

@media screen and (max-width: 992px) {
	.doctors__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

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

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

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

.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;
}

@media screen and (max-width: 576px) {
	.doctor__name {
		padding: 15px;
	}
}

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

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

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

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

.doctor__labels.tags .tags__link {
	margin: 0;
	background-color: var(--light-blue);
	color: var(--dark-blue);
	font-weight: 700;
}
h2.doctors__title {
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
}

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

}

.doctors-empty {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 576px) {
	.doctors-empty {
		min-height: 390px;
	}
}

.doctors-empty__wrap {
	max-width: 440px;
}

.doctors-empty__img {
	width: 100px;
	margin: 0 auto 20px;
}

.doctors-empty__text {
	text-align: center;
	color: var(--dark-blue);
}
/* 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/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/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/components/mediamint/search.input/templates/.default/style.css?17708463091617 */
/* /local/templates/interdentos/components/bitrix/news/doctors/bitrix/catalog.smart.filter/mm_filter/style.css?17708463091041 */
/* /local/templates/interdentos/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?17708463092156 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_actions/style.css?17708463092958 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_reviews/style.css?17708463091161 */
/* /local/templates/interdentos/components/bitrix/news.list/clinics_grid/style.css?17719259514147 */
