

/* Start:/local/templates/interdentos/assets/css/index.css?1770846309218*/
@media screen and (min-width: 993px) {
    .video-stories.section,
    .inked-doctors.section,
    .ratings.section,
    .linked-reviews.section,
    .linked-actions.section  {
        margin-top: 50px;
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/banner-list/style.css?17708463098511*/
.banner {
    /* display: flex; */
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1059fr 331fr;
}

.banner__shadow-wrapper {
    box-shadow: 0 0 35px 0 #92c5f740;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    width: 100%;
    max-width: 1059px;
}
.banner__wrapper {
    position: relative;
    display: flex;
    height: 100%;
}

.banner__img {
    max-width: 454px;
}
.banner__swiper.swiper {
    position: relative;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 100%;
}

.banner__content * {
    margin: 0;
}
.banner__content {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding: 50px 10px 42px 50px;
}
.banner__suptitle {
    font-size: 18px;
    color: #7fbbf6;
    font-weight: 700;
    line-height: 150%;
}
.banner__title {
    font-size: 30px;
    color: #52667d;
    font-weight: 700;
    line-height: 150%;
}
.banner__description {
    font-size: 18px;
    color: #404d5d;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.banner__preview {
}

.banner__btns {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-top: auto;
}
.banner__btn-link {
    max-width: max-content;
    max-height: max-content;
    padding: 10px 20px;
    border-radius: 500px;
    border: 1px solid var(--red);
    font-family: var(--onest), sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    color: var(--red);
}
.banner__timer {
    display: flex;
    background-color: var(--bg);
    padding: 5px 15px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    color: #52667d;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    width: fit-content;
    grid-gap: 5px;
}
.banner__img picture{
    height: 100%;
    display: block;
}
.banner__img picture img{
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.banner__timer-block {
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}
.banner__socials {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
a.banner__socials-link {
    background-color: var(--red);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0 8px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__stocks {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.banner__stock {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 20px;
    height: 100%;
}

.banner__stock * {
    margin: 0;
}

.banner__stock-sup {
    font-size: 16px;
    font-weight: 700;
    color: #7fbbf6;
    text-transform: lowercase;
}

.banner__stock.stock {
    background-color: var(--dark-blue);
    height: 100%;
}
.banner__stock.service {
    background-color: var(--extra-light-blue);
    height: max-content;
}
.banner__stocks-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}
.banner__stocks-text ,
.banner__stocks-text *{
    font-size: 14px;
    line-height: 150%;
}

.banner__stocks-text ul>li::before{
    top: 50%;
    transform: translateY(-50%);
}

.banner__stock.stock .banner__stocks-name,
.banner__stock.stock .banner__stocks-text {
    color: #fff;
}
.banner__stock.service .banner__stocks-name,
.banner__stock.service .banner__stocks-text {
    color: var(--dark-blue);
}

.banner__stocks-link {
    color: var(--red);
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    cursor: pointer;
    margin-top: auto;
}

.banner__swiper .pagination-bar {
    display: none;
}

.banner__swiper .pagination-block {
    position: absolute;
    bottom:42px;
    right: 20px;
    z-index: 10;
}

@media screen and (max-width: 1400px) {
    .banner__shadow-wrapper{
        max-width: 850px;
    }
    .banner__img {
        max-width: 454px;
        height: 100%;
        margin-top: auto;
    }
    .banner__btn-link{
        padding: 10px 15px;
    }
    .banner__btns{
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner__content{
        max-width: 520px;
    }
}
@media screen and (max-width: 1200px) {
    .banner__shadow-wrapper{
        max-width: 100%;
    }
    .banner__stock.stock{
        height: auto;
    }
    .banner {
        display: flex;
        flex-direction: column;
    }
    .banner__stocks {
        flex-direction: row;
    }
    .banner__stock {
        width: calc(100% / 2 - 15px);
        height: auto;
        justify-content: space-between;
    }
    .banner__swiper .pagination-block {
        bottom: 40px;
        right: 40px;
        justify-content: flex-end;
    }
    .banner__slide.swiper-slide {
        height: auto;
    }
    .banner__stock.service{
        height: auto;
    }
    
}

@media screen and (max-width: 992px) {
    .banner__img picture{
        height: auto;
    }
    .banner__img {
        display: flex;
        justify-content: flex-end;
    }
    .banner__btns{
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-top: 15px;
    }
    .banner__swiper .pagination-block {
        width: 88%;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        top: 37%;
        bottom: initial;
        /* пока что выходит криво */
        display: none;
    }
    .banner__swiper .pagination-bar {
        display: flex;
    }
    .banner__img {
        position: static;
        max-width: 100%;
    }
    .banner__wrapper {
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        grid-gap: 10px;
    }
    .banner {
        justify-content: space-between;
        height: auto;
    }
    .banner__wrapper img {
        max-height: 400px;
        object-fit: cover;
        object-position: top;
        margin-left: auto;
    }
    .banner__content {
        padding: 20px;
    }
}
@media screen and (max-width: 768px) {
    .banner__stocks {
        flex-direction: column;
        grid-gap: 20px;
    }
    .banner__stock {
        width: 100%;
    }
    .banner {
        grid-gap: 20px;
    }
    .banner__wrapper img {
        aspect-ratio: 345/250;
    }
    .banner__wrapper img {
        border-radius: 0 0 40px 40px;
        -webkit-border-radius: 0 0 40px 40px;
        -moz-border-radius: 0 0 40px 40px;
        -ms-border-radius: 0 0 40px 40px;
        -o-border-radius: 0 0 40px 40px;
    }
}

@media screen and (max-width: 576px) {
    .banner__btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .banner__btn-order,
    .banner__btn-link {
        width: 100%;
        max-width: 100%;
    }
    .banner__title {
        font-size: 25px;
    }
    .banner__content {
        grid-gap: 10px;
    }
    .banner__description {
        font-size: 16px;
    }
    .banner__preview ul {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }
    .banner__timer {
        flex-wrap: wrap;
    }
    .banner__btns {
        margin-top: 10px;
    }
    .banner__wrapper {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .banner__wrapper img {
        border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
    }
    /* .banner__swiper.swiper {
        margin: -15px;
        padding: 15px;
    } */
    .banner__wrapper {
        box-shadow: 0 0 15px 0 #92c5f740;
    }
}


.banner .navigation-fraction{
    background-color: var(--red);
    color: #fff;
}
.banner .navigation-fraction svg path{
    fill: #fff;
}
/* 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/news.list/author-list/style.css?17708463092897*/
.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;
    }
}

/* 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/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/catalog.section.list/services-list-newest/style.css?17709099281645*/
.services-list__wrap {
    display: grid;
    grid-template-columns: 333fr 576fr 333fr;
}

.services-list__block {
    margin: 0 0 30px;
}

.services-list__title {
    margin-bottom: 15px;
    color: var(--black);
    text-decoration: none;
}

.services-list__item {
    margin-bottom: 5px;
}

.services-list__link {
    color: var(--black);
    text-decoration: none;
}

.services-list__image-wrap.mobile {
    display: none;
}

.services-list__image-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    max-height: 576px;
}
.services-list__image-wrap img {
    height: 100%;
    object-fit: contain;
}
/* .services-list__image-wrap.desktop{} */

@media screen and (hover: hover) {
    .services-list__title:hover,
    .services-list__title:focus-visible,
    .services-list__link:hover,
    .services-list__link:focus-visible {
        color: var(--red);
    }
}

@media screen and (max-width: 992px) {
    .services-list__image-wrap.desktop {
        display: none;
    }
    .services-list__image-wrap.mobile {
        display: flex;
    }

    .services-list__wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .services-list__image-wrap img {
        max-height: 345px;
    }
}

@media screen and (max-width: 576px) {
    .services-list__wrap {
        display: flex;
        flex-direction: column;
        grid-gap: 0px;
    }

    .section__list-block {
        padding: 20px;
        border-radius: 20px;
        width: 97.5vw;
        position: relative;
        left: -15px;
    }
}
@media screen and (max-width: 380px) {
    .section__list-block {
        width: 97vw;
    }
}

/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/video-stories/style.css?17708463092023*/
.video-stories__item.swiper-slide {
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 25px;
	background: var(--red);
	color: #fff;
	cursor: pointer;
}

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

	.video-stories__slider.swiper {
		width: 97.5vw;
		padding: 0 15px;
		position: relative;
		left: -15px;
	}
}
@media screen and (max-width: 380px) {

	.video-stories__slider.swiper {
		width: 97vw;
	}
}

.video-stories .video-stories__video,
.video-stories .video-stories__iframe {
	display: none;
}

.video-stories__img-wrap {
	width: 100%;
	aspect-ratio: .6;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.video-stories__img-wrap::before {
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .3s
}

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

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

@media screen and (hover:hover) {
	.video-stories__item:hover .video-stories__img {
		transform: scale(1.1);
	}

	.video-stories__item:hover .video-stories__img-wrap::before {
		opacity: 0;
	}

	.video-stories__item:hover .video-stories__img-wrap::after {
		opacity: 1;
	}
}

.video-stories__timing {
	padding: 5px 15px;
	background-color: #fff;
	color: var(--black);
	border-radius: 500px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

@media screen and (max-width: 992px) {
	.video-stories__timing.onest-18-M {
		font-size: 16px;
	}
}

@media screen and (max-width: 576px) {
	.video-stories__timing.onest-18-M {
		padding: 5px 10px;
		font-size: 14px;
	}
}

.video-stories__name {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
/* 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/about-list/style.css?17708463091476*/
.about-clinic__wrapper {
    display: grid;
    background-color: var(--extra-light-blue);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 60px 30px 60px 60px;
    display: grid;
    grid-template-columns: 700fr 600fr;
    grid-gap: 32px;
    align-items: center;
}
.about-clinic__img {
    max-height: 600px;
}
.about-clinic__btn.shadow-btn {
    margin-top: 30px;
    animation: none;
    -webkit-animation: none;
    font-size: 20px;
    padding: 10px 20px;
}

.about-clinic__content h2 {
    margin: 0;
}
.about-clinic__content p {
    margin: 0;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .about-clinic__wrapper {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .about-clinic__wrapper {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 20px;
        padding: 40px 15px 60px 15px;
        border-radius: 20px;
    }

    .about-clinic__btn.shadow-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .about-clinic__section {
        width: 97vw;
        position: relative;
        left: -15px;
    }
    .about-clinic__wrapper {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 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/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 */


/* 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_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/clinics_map/style.css?17708463094030*/
.map__wrapper {
	width: 100%;
	height: 660px;
	border-radius: 40px;
	overflow: hidden;
}

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

#map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#map .ymaps3x0--main-engine-container {  
    filter: grayscale(1);  
    -ms-filter: grayscale(1);  
    -webkit-filter: grayscale(1);  
    -moz-filter: grayscale(1);  
    -o-filter: grayscale(1);  
}  

.marker-block {
    position: relative;
    transform: translate(-50%, -100%);
}

.marker-block__btn {
    max-width: unset;
    max-height: unset;
    width: 30px;
    height: 50px;
}

.map-modal {
    width: 380px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--dark-shadow);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px);
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}

.map-modal.active {
    opacity: 1;
    pointer-events: fill;
}

.map-modal::before {
    width: 17px;
    height: 15px;
    content: '';
    background: url(/local/templates/interdentos/components/bitrix/news.list/clinics_map/images/arrow.svg) no-repeat center right / contain;
    position: absolute;
    right: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .map-modal {
        width: 420px;
    }
}

@media screen and (max-width: 768px) {
    .map-modal {
        width: 320px;
        bottom: 50%;
        top: unset;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
    }

    .map-modal::before{
        top: calc(100% - 1px);
        right: unset;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg);
    }
}

.map-modal__close-btn {
    max-width: unset;
    max-height: unset;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.map-modal__close-btn::after,
.marker-block__btn::after {
    display: none;
}


.marker-block__btn,
.map-modal__close-btn  {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

@media screen and (hover:hover) {
    .marker-block__btn:hover,
    .marker-block__btn:focus-visible,
    .map-modal__close-btn:hover,
    .map-modal__close-btn:focus-visible {
        background: none;
    }
}

.map-modal__close-btn span {
    width: 100%;
    height: 2px;
    background-color: var(--dark-blue);
    display: block;
    transition: .3s;
}

@media screen and (hover:hover) {
    .map-modal__close-btn:hover span,
    .map-modal__close-btn:focus-visible span {
        background-color: var(--red);
    }
}

.map-modal__close-btn span:first-of-type {
    transform: translate(0px, 1px) rotate(45deg);
}

.map-modal__close-btn span:last-of-type {
    transform: translate(0px, -1px) rotate(-45deg);
}

.contacts-modal__name {
    max-width: calc(100% - 28px);
    margin: 0 0 20px;
    color: var(--dark-blue);
    text-decoration: none;
    display: block;
}

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

.contact-modal {
    margin-bottom: 15px;
}

.contact-modal:last-of-type {
    margin: 0;
}

.contact-modal__name.onest-14 {
    margin: 0 0 5px;
    color: var(--dark-blue);
    text-transform: uppercase;
    font-weight: 600;
}

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

.contact-modal__value:last-child {
    margin: 0;
}

.contact-modal__value svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    transform: translateY(5px);
    flex-shrink: 0;
}

.contact-modal__value path {
    transition: .3s;
}

@media screen and (hover:hover) {
    a.contact-modal__value:hover,
    a.contact-modal__value:focus-visible {
        color: var(--red);
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/trust-list/style.css?17708463092373*/
.trust-partners__slider-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 30px;
    margin-right: 30px;
}

.trust-partners__slider-container .swiper {
    height: 424px;
    overflow: hidden;
}

.trust-partners__wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 245px;
}

.trust-partners__wrapper .swiper-slide img {
    max-width: 90%;
    max-height: 80px;
    object-fit: contain;
}

.trust-partners__wrapper .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.trust-swiper-up .swiper-wrapper,
.trust-swiper-down .swiper-wrapper {
    transition-timing-function: linear !important;
}

.trust-swiper-up swiper-slide,
.trust-swiper-down swiper-slide {
    will-change: transform;
}

.trust-partners__wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    background-color: var(--blue);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.trust-partners__content {
    max-width: 404px;
    margin: 50px;
}

.trust-partners.section {
    margin-top: 50px;
}

.trust-partners__content h2,
.trust-partners__content p {
    color: #fff;
}

.trust-partners__slider-container .swiper-slide {
    background-color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

@media screen and (max-width: 1400px) {
    .trust-partners__slider-container {
        grid-gap: 10px;
    }
    .trust-partners__wrapper .swiper-slide {
        width: 160px;
    }
}
@media screen and (max-width: 992px) {
    .trust-partners__wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .trust-partners__content {
        max-width: 100%;
    }

    .trust-partners__slider-container .trust-swiper-up.swiper {
        display: none;
    }
    .trust-partners__slider-container .swiper {
        height: auto;
    }
    .trust-partners__slider-container .swiper .swiper-slide {
        height: 180px;
        padding: 20px;
    }

    .trust-partners__content {
        margin: 0;
    }
    .trust-partners__slider-container {
        margin: 0;
    }
}

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


/* Start:/local/templates/interdentos/components/bitrix/news.list/linked_articles/style.css?17708463092530*/
.linked-articles-img__flex {
    display: flex;
    justify-content: space-between;
}

.linked-articles-img__list,
.linked-articles-img__img-block {
    height: 100%;
    width: calc(100% / 2 - 15px);
}

.linked-articles-img__img-block {
    position: relative;
}

.linked-articles-img__list .article-elem:before {
    content: none;
}

.linked-articles-img__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    object-fit: cover;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    aspect-ratio: 636/416;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.linked-articles-img__img.active {
    opacity: 1;
    visibility: visible;
}

.article-elem__name {
    margin: 0;
    color: var(--dark-blue);
}
.article-elem__category {
    margin-bottom: 0;
    margin-top: 10px;
    color: #252c384d;
}

.article-elem {
    padding: 20px 0;
    margin-bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/* .article-elem:hover, */
.article-elem.active {
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 #92c5f740;
}
ul.linked-articles-img__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
@media screen and (max-width: 992px) {
    .linked-articles-img__flex {
        flex-direction: column;
        grid-gap: 20px;
    }
    .linked-articles-img__list,
    .linked-articles-img__img-block {
        width: 100%;
        margin-bottom: 0;
    }
    .linked-articles-img__img-block{
        height: 350px;
    }
    .linked-articles-img__img {
        aspect-ratio: 345/218;
    }
    .article-elem{
        padding: 10px 0;
    }
    .article-elem.active {
        padding: 10px 15px;
    }
    section.linked-articles__section {
        padding: 0;
        background: none;
    }
}
@media screen and (max-width: 768px) {
    h3.article-elem__name {
        font-weight: 400;
    }
}

/* End */
/* /local/templates/interdentos/assets/css/index.css?1770846309218 */
/* /local/templates/interdentos/components/bitrix/news.list/banner-list/style.css?17708463098511 */
/* /local/templates/interdentos/components/bitrix/news.list/advantages/style.css?17708463091597 */
/* /local/templates/interdentos/components/bitrix/news.list/author-list/style.css?17708463092897 */
/* /local/templates/interdentos/components/bitrix/main.feedback/static_appointment/style.css?17732346183801 */
/* /local/templates/interdentos/components/bitrix/news.list/gallery/style.css?17708463091319 */
/* /local/templates/interdentos/components/bitrix/catalog.section.list/services-list-newest/style.css?17709099281645 */
/* /local/templates/interdentos/components/bitrix/news.list/video-stories/style.css?17708463092023 */
/* /local/templates/interdentos/components/bitrix/news.list/equipment/style.css?1770846309935 */
/* /local/templates/interdentos/components/bitrix/news.list/about-list/style.css?17708463091476 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_doctors/style.css?17708463092183 */
/* /local/templates/interdentos/components/bitrix/news.list/clinics_ratings/style.css?17708463093875 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_reviews/style.css?17708463091161 */
/* /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/clinics_map/style.css?17708463094030 */
/* /local/templates/interdentos/components/bitrix/news.list/trust-list/style.css?17708463092373 */
/* /local/templates/interdentos/components/bitrix/news.list/license-list/style.css?17708463093503 */
/* /local/templates/interdentos/components/bitrix/news.list/linked_articles/style.css?17708463092530 */
