

/* Start:/local/templates/interdentos/components/bitrix/news/actions/style.css?17708463092876*/
.actions-tags.tags {
    margin-top: 50px;
}

@media screen and (max-width: 576px) {
    .actions-tags.tags {
        margin-top: 30px;
    }
}

.actions-tags .tags__link.active {
    pointer-events: fill;
}

@media screen and (hover: hover) {
    .tags__link.active:hover,
    .tags__link.active:focus-visible {
        background: var(--bg);
        color: var(--dark-blue);
    }
}

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

.linked__services-left {
    max-width: 525px;
    grid-gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.linked__services-left h2,
.linked__services-left p {
    margin: 0;
}
.linked__services-left button {
    margin-top: auto;
}
.linked__services-right {
    width: 100%;
    max-width: 692px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.linked__services {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    padding: 50px;
    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;
}
.linked__services-item {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    background-color: var(--extra-light-blue);
    padding: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.linked__services-name {
    color: var(--black);
    margin: 0;
}

.linked__services-price {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    color: var(--black);
}

.linked__services-discount {
    position: absolute;
    border-radius: 500px;
    right: -5px;
    top: -5px;
    color: #fff;
    padding: 5px 15px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    background-color: #7fbbf6;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}

.linked__services-before {
    color: #252c384d;
    text-decoration: line-through;
}
.linked__services-during {
    color: var(--dark-blueblack);
}

.linked__services .mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .linked__services {
        flex-direction: column;
    }
    .linked__services .desktop {
        display: none;
    }
    .linked__services .mobile {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .linked__services {
        padding: 0;
        box-shadow: none;
    }
    .linked__services .mobile {
        max-width: 100%;
    }
}

/* End */


/* Start:/local/templates/interdentos/components/bitrix/news/actions/bitrix/news.detail/.default/style.css?17726144882629*/
.action .page-top__left {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 992px) {
	.action .page-top {
		flex-direction: column-reverse;
	}

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

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

.action__title {
	margin: 0;
	display: inline-block;
}
.action__title span{
	display: inline-block;
}

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

.action__banner-bottom {
	margin-top: auto;
	padding-top: 20px;
}

.action__remain.onest-18 {
	max-width: max-content;
	margin: 0 0 20px;
	padding: 5px 15px;
	background-color: var(--bg);
	border-radius: 500px;
	font-weight: 700;
}

@media screen and (max-width: 400px) {
	.action__remain.onest-18 {
		max-width: unset;
		width: 100%;
	}

	.action__btn.red-btn {
		max-width: unset;
		width: 100%;
	}
}

.action__remain.onest-18 span {
	color: var(--red);
}

.action__img-wrap {
	width: 100%;
	aspect-ratio: 1.4;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}

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

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

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

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

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

@media screen and (min-width: 993px) {
	.action-desc.section,
	.promo-banner.section {
		margin-top: 50px;
	}

	.clinic__contacts,
	.clinic__link {
		display: none;
	}

	.action .clinic__name {
		margin-bottom: 0;
	}
}

.action-desc__inner {
	max-width: 770px;
}

.action-desc__inner p,
.action-desc__inner li {
	font-size: 16px;
}

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

.action-desc__inner > *:last-child {
	margin-bottom: 0;
}

.action__img{
	cursor: pointer;
}

.action__img::before,
.action__iframe::before {
	width: 100%;
    height: 100%;
    content: "";
    background: var(--bg-img) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    transition: 0.3s;
	cursor: pointer;
}

.action__img::after,
.action__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: 8;
    transition: 0.3s;
}
.action__img:hover::before {
	transform: scale(1.05);
}
/* End */
/* /local/templates/interdentos/components/bitrix/news/actions/style.css?17708463092876 */
/* /local/templates/interdentos/components/bitrix/news/actions/bitrix/news.detail/.default/style.css?17726144882629 */
