

/* Start:/local/components/mediamint/news.region/templates/services/style.css?17708463094007*/
@media screen and (min-width: 993px) {
    .linked-doctors.section,
    .equipment.section,
    .linked-actions.section,
    .linked-reviews.section,
    .linked-articles__section.section,
    .seo.section {
        margin-top: 50px;
    }
}
.author-block__item.swiper-slide {
    width: 100%;
    height: 670px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}
.author-block__slider.swiper {
    border-radius: 25px;
    overflow: hidden;
}
@media screen and (max-width: 576px) {
    .author-block__item.swiper-slide {
        border-radius: 20px;
    }
    .author-block__slider.swiper {
        border-radius: 20px;
    }
}

@media screen and (max-width: 360px) {
    .author-block__item.swiper-slide {
        height: 300px;
    }
}

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

.author-block__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.author-block__item_video::before,
.author-block__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: 0.3s;
}

.author-block__item_video::after,
.author-block__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: 0.3s;
}

.author-block__video {
    width: 100%;
}
.author-block__iframe {
    width: 100%;
    height: 100%;
}

.author-block {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
}

.author-block__slider {
    max-width: 525px;
    width: 100%;
}
.author-block__content {
    max-width: 756px;
    width: 100%;
}

@media screen and (hover: hover) {
    .author-block__item:hover .author-block__img,
    .author-block__item:hover::before {
        transform: scale(1.1);
    }
}
.services__banner-btn.page-top__btn {
    font-size: 16px;
}

.author-block__slider.swiper {
    position: relative;
    margin: 0;
    height: fit-content;
    position: sticky;
    top: 90px;
}

.author-block__slider.swiper .pagination-block {
    position: absolute;
    top: 570px;
    left: 50%;
    z-index: 100;
    width: 90%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.author-block__slider.swiper .pagination-block .pagination-bar {
    background-color: #fff;
}

@media screen and (max-width: 992px) {
    .author-block {
        flex-direction: column;
    }

    .author-block__slider {
        max-width: 100%;
        width: 100%;
    }
    .author-block__content {
        max-width: 100%;
        width: 100%;
    }
    .author-block__slider.swiper {
        position: relative;
        top: 0;
    }
    .author-block__item.swiper-slide {
        max-height: 440px;
    }
}

@media screen and (max-width: 768px) {
    .author-block {
        grid-gap: 30px;
    }
}

.page-top.page-top__modified.services .page-top__right {
    align-self: auto;
    position: relative;
}

.page-top.page-top__modified.services .page-top__right::before {
    content: "";
    top: 0;
    left: 0px;
    height: 100%;
    width: 40px;
    position: absolute;
    background: -webkit-linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 10%,
        rgb(255, 255, 255)
    );
    background: -moz-linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 10%,
        rgb(255, 255, 255)
    );
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 10%,
        rgb(255, 255, 255)
    );

}
.page-top.page-top__modified.services .page-top__img{
    border-radius: 0;
}

@media screen and (max-width: 992px) {
    .page-top.page-top__modified.services .page-top__right::before {
        content: none;
    }
}

/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/advantages/style.css?17708463091597*/
.advantages {
	margin-top: 50px;
}

@media screen and (min-width: 993px) {
	.advantages__slider.swiper {
		overflow: unset;
	}
	.advantages__grid.swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
		grid-gap: 30px;
	}

	@media screen and (max-width: 1200px) {
		.advantages__grid.swiper-wrapper {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
	}

	.advantages__slider .pagination-block {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.advantages__slider.swiper {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: -50px;
		margin-bottom: -50px;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.advantage.swiper-slide {
	max-width: unset;
	width: 100%;
	height: auto;
	padding: 30px;
	border-radius: 25px;
	background-color: #fff;
	box-shadow: var(--blue-shadow);
}

@media screen and (max-width: 576px) {
	.advantage.swiper-slide {
		width: 280px;
		padding: 20px;
		border-radius: 20px;
		flex-shrink: 0;
	}
}

.advantage__heading {
	display: flex;
	align-items: center;
}

.advantage__icon {
	width: 34px;
	margin-right: 15px;
}

.advantage__name {
	margin: 0;
	color: var(--dark-blue);
	transition: .3s;
}

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

.advantage__text {
	margin-top: 10px;
	color: var(--dark-blue);
}

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

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

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


/* Start:/local/templates/interdentos/components/bitrix/main.feedback/static_appointment/style.css?17732346183801*/
#static-form-appointment {
    max-width: 940px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form_static .form__wrapper{
    height: auto;
}

.static-appointment__flex-wrapper {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#static-form-appointment .form_static__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "input btn"
        "policy policy";
    grid-gap: 20px 10px;
    align-items: center;
}

@media screen and (max-width: 576px) {
    #static-form-appointment .form_static__grid {
        grid-template-columns: 100%;
        grid-template-areas:
            "input"
            "policy"
            "btn";
    }
}

#static-form-appointment .form_static__grid .form__inputs {
    grid-area: input;
}

#static-form-appointment .form_static__grid .form__submit {
    grid-area: btn;
    margin-top: 0;
    height: 100%;
    max-height: 100%;
}

#static-form-appointment .form_static__grid .form__policy-wrap {
    grid-area: policy;
    margin-top: 0;
}

.static-appointment__flex {
    display: flex;
    position: relative;
}

@media screen and (max-width: 992px) {
    .static-appointment__flex {
        flex-direction: column;
    }
}

.static-appointment__wrap {
    max-width: 455px;
    width: 100%;
    margin-left: 30px;
    flex-shrink: 0;
    height: auto;
}

@media screen and (max-width: 1400px) {
    .static-appointment__wrap {
        max-width: 350px;
    }
}

@media screen and (max-width: 992px) {
    .static-appointment__wrap {
        max-width: unset;
        margin-left: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    #static-form-appointment {
        position: static;
    }
    .static-appointment__wrap {
        margin-top: 20px;
    }
}

.static-appointment__phones {
    width: 100%;
    padding: 30px;
    border-radius: 25px;
    background-color: var(--dark-blue);
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .static-appointment__phones {
        background-color: var(--extra-light-blue);
        color: var(--black);
    }
}

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

.static-appointment__phone {
    margin-bottom: 30px;
}

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

.static-appointment__phone:last-of-type {
    margin: 0;
}

.static-appointment__phone-link {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .static-appointment__phone-link {
        color: var(--black);
    }
}

@media screen and (hover: hover) {
    .static-appointment__phone-link:hover,
    .static-appointment__phone-link:focus-visible {
        color: var(--red);
    }
}

.static-appointment__phone-name {
    margin: 5px 0 0;
}

@media screen and (max-width: 992px) {
    .static-appointment__phone-name {
        color: var(--dark-blue);
    }
}

.static-appointment__working-hours {
    width: 100%;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 25px;
    background-color: var(--dark-blue);
    color: #fff;
}

@media screen and (max-width: 992px) {
    .static-appointment__working-hours {
        margin-top: 30px;
        background-color: var(--extra-light-blue);
        color: var(--black);
    }
}

@media screen and (max-width: 576px) {
    .static-appointment__working-hours {
        margin-top: 20px;
        padding: 20px;
        border-radius: 20px;
    }
}

.static-appointment__working-hours-text {
    margin: 0;
}

/* 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/equipment/style.css?1770846309935*/
.equipment-item.swiper-slide {
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 25px;
	background: var(--blue);
	color: #fff;
}

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

.equipment-item__img-wrap {
	width: 100%;
	aspect-ratio: 1.8;
	border-radius: 15px;
	overflow: hidden;
}

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

.equipment-item__text-wrap {
	padding: 20px;
}

@media screen and (max-width: 576px) {
	.equipment-item__text-wrap {
		padding: 20px 10px 10px;
	}
}

.equipment-item__name.onest-20 {
	margin: 0;
	font-weight: 700;
}

.equipment-item__text {
	margin-top: 10px;
}

.equipment-item__text * {
	font-size: 16px;
}

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

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

.equipment__slider .pagination-bar__item.active {
	background-color: var(--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/components/mediamint/news.region/templates/services/style.css?17708463094007 */
/* /local/templates/interdentos/components/bitrix/news.list/advantages/style.css?17708463091597 */
/* /local/templates/interdentos/components/bitrix/main.feedback/static_appointment/style.css?17732346183801 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_doctors/style.css?17708463092183 */
/* /local/templates/interdentos/components/bitrix/news.list/equipment/style.css?1770846309935 */
/* /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 */
