

/* 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/components/mediamint/news.region/templates/services/bitrix/news.list/deep-level-services/style.css?17708463099720*/
.deep__services p,
.deep__services h3 {
    margin: 0;
}

.deep__services-name {
    color: var(--black);
}

.deep__services-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}

.deep__services-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
}
.deep__services-item {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    width: calc(100% / 3 - 20px);
    background-color: var(--extra-light-blue);
    padding: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.deep__services-full-list {
    display: none;
    position: absolute;
    left: -20px;
    top: 30px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 #51667c40;
    padding: 20px;
    grid-gap: 20px 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 0;
    width: 500px;
}

.deep__services-full-list::before {
    content: "";
    position: absolute;
    left: 60px;
    top: -7px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.deep__services-show-more {
    padding-bottom: 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.deep__services-show-more:hover {
    color: var(--red);
}
.deep__services-top-show-all-desktop svg {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.deep__services-top-show-all-desktop.active svg {
    transform: rotate(180deg) translateY(2px);
    -webkit-transform: rotate(180deg) translateY(2px);
    -moz-transform: rotate(180deg) translateY(2px);
    -ms-transform: rotate(180deg) translateY(2px);
    -o-transform: rotate(180deg) translateY(2px);
}
.deep__services-show-more svg {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.deep__services-show-more:hover svg {
    transform: rotate(180deg) translateY(2px);
    -webkit-transform: rotate(180deg) translateY(2px);
    -moz-transform: rotate(180deg) translateY(2px);
    -ms-transform: rotate(180deg) translateY(2px);
    -o-transform: rotate(180deg) translateY(2px);
}
.deep__services-show-more:hover svg path {
    fill: var(--red);
}
.deep__services-show-more:hover .deep__services-full-list {
    display: flex;
    flex-wrap: wrap;
}

.deep__services-full-list-link {
    color: var(--dark-blue);
    width: calc(100% / 2 - 10px);
}
.deep__services-link {
    color: var(--dark-blue);
    text-decoration: underline;
}


.deep__services-item.deep__services-item-desktop.deep__services-item-incognito {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: auto;
    overflow: visible;
}
.deep__services-item.deep__services-item-desktop.deep__services-item-incognito.hidden {
    height: auto;
    overflow: visible;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.deep__services-top-show-all {
    color: var(--red);
    display: flex;
    grid-gap: 5px;
    align-items: center;
    cursor: pointer;
}
.deep__services-top-show-all.hidden {
    display: none;
}
.deep__services-all-list {
    display: none;
}
@media screen and (max-width: 1200px) {
    .deep__services-item {
        width: calc(100% / 2 - 15px);
    }
}

.deep__services-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .deep__services-mobile {
        display: block;
    }
    .deep__services-desktop {
        display: none;
    }
    .deep__services-show-more:hover .deep__services-full-list {
        display: none;
    }

    .deep__services-list {
        flex-wrap: nowrap;
        grid-gap: 15px;
    }
    .deep__services-list.scroll {
        overflow-x: scroll;
    }
    .deep__services-list::-webkit-scrollbar {
        height: 8px;
    }

    .deep__services-list::-webkit-scrollbar-track {
        background: #252c381a;
        border-radius: 500px;
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        -ms-border-radius: 500px;
        -o-border-radius: 500px;
    }
    .deep__services-list::-webkit-scrollbar-thumb {
        background: #ff7575;
        border-radius: 500px;
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        -ms-border-radius: 500px;
        -o-border-radius: 500px;
    }

    .deep__services-list::-webkit-scrollbar-corner,
    .deep__services-list::-webkit-scrollbar-button {
        display: none;
    }
    .deep__services-item {
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .deep__services-item.swiper-slide {
        height: auto;
    }

    .deep__services-list .pagination-bar .swiper-pagination-bullet {
        height: 8px;
        flex: 1 1 0px;
        background-color: #252c381a;
        opacity: 1;
        display: block;
        transition: 0.3s;
        border-radius: 0px;
        margin: 0 !important;
    }
    .deep__services-list
        .pagination-bar
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-radius: 500px;
        opacity: 1;
        background-color: var(--red);
    }
    .deep__services__close-button {
        max-width: unset;
        max-height: unset;
        width: 40px;
        height: 40px;
        padding: 0;
        background: var(--red);
        border: none;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 100;
    }

    .deep__services__close-button::after {
        display: none;
    }

    @media screen and (hover: hover) {
        .deep__services__close-button:hover,
        .deep__services__close-button:focus-visible {
            background: var(--orange);
        }
    }

    .deep__services__close-button span {
        width: 19px;
        height: 2px;
        background-color: #fff;
        border-radius: 20px;
        display: block;
        position: absolute;
        top: 19px;
        right: 10px;
    }

    .deep__services__close-button span:first-of-type {
        transform: rotate(-45deg);
    }

    .deep__services__close-button span:last-of-type {
        transform: rotate(45deg);
    }

    @media screen and (max-width: 576px) {
        .deep__services__close-button {
            top: 10px;
            right: 15px;
        }
    }

    .deep__services-all-list {
        padding: 80px 15px 30px;
        position: fixed;
        width: 100vw;
        height: 100%;
        top: 0;
        left: -150vw;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        background-color: #fff;
        z-index: 10;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
    }
    .deep__services-all-list.active {
        left: 0;
    }

    .deep__services-all-item {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }
    .deep__services-all-sublist-wrapper {
        display: flex;
        background: #fff;
        position: fixed;
        padding: 80px 15px 30px;
        top: 0;
        height: calc(100vh - 80px);
        width: 100%;
        left: -150vh;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        flex-direction: column;
        grid-gap: 20px;
        z-index: 10;
    }
    .deep__services-all-sublist-wrapper.active {
        left: 0;
    }
    .deep__services-all-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-gap: 10px;
        cursor: pointer;

        color: var(--dark-blue);

        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
    .deep__services-all-list p {
        margin: 0;
    }

    button.deep__services-all-back-button {
        margin-top: auto;
    }
    .deep__services-all-sublist {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }
    .deep__services-all-link {
        color: var(--dark-blue);
    }

    .deep__services-all-back-button {
        margin-top: auto;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
        grid-gap: 10px;
        align-items: center;
        background-color: var(--bg);
        padding: 5px 15px;
        color: var(--dark-blue);
        border-radius: 500px;
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        -ms-border-radius: 500px;
        -o-border-radius: 500px;
        cursor: pointer;
    }
}
li.services-list__item.services-list__item_subsection ul {
    margin: 0;
}
.deep__services-all-sublist-title {
    color: var(--dark-blue);
}
.deep__services-sub {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.deep__services-all-list-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

/* 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_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 */


/* Start:/local/templates/interdentos/components/bitrix/news.list/license-list/style.css?17708463093503*/
.license {
    display: grid;
    grid-template-columns: 818fr 574fr;
    grid-gap: 20px;
}

.license__slider.swiper {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.license__content {
    box-shadow: 0 0 35px 0 #92c5f740;
    padding: 60px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.license__content h2 {
    margin-top: 0;
}
.license__item.swiper-slide {
    height: auto;
    padding: 10px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    align-items: center;
    background-color: var(--red);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.license__item span {
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.license__item.swiper-slide:hover {
    background-color: var(--light-orange);
}
.license__item.swiper-slide:hover span {
    color: var(--black);
}
.license__item img {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    max-height: 348px;
    height: 100%;
}

.license__main-text.hidden {
    display: none;
}

.license__element-text {
    display: none;
}

.license__element-text.show {
    display: block;
}

.license__item-link,
.license__item-text {
    display: none;
}

.license__element-text-name {
    color: var(--red);
    background-color: var(--light-orange);
    padding: 5px 15px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}

@media screen and (max-width: 1200px) {
    .license {
        display: flex;
        flex-direction: column;
    }
    .license__slider.swiper {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .license__item-link,
    .license__item-text {
        display: block;
    }

    .license__slider.swiper {
        box-shadow: 0 0 35px 0 #92c5f740;
        padding: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        position: relative;
        /* overflow-y: visible; */
    }
    /* .license__slider.swiper .pagination-block {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
    } */
    .license__content {
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .license__item.swiper-slide {
        background: none;
        align-items: flex-start;
        grid-gap: 10px;
        padding: 0;
    }

    .license__item.swiper-slide:hover {
        background: none;
    }
    .license__item span {
        color: var(--black);
    }

    .license__item img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        width: 50%;
    }
}

/* 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/components/mediamint/news.region/templates/services/bitrix/news.list/deep-level-services/style.css?17708463099720 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_doctors/style.css?17708463092183 */
/* /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 */
/* /local/templates/interdentos/components/bitrix/news.list/license-list/style.css?17708463093503 */
