

/* 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.list/.default/style.css?17708463092670*/
.actions__grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 30px;
}

@media screen and (max-width: 992px) {
	.actions__grid {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 576px) {
	.actions__grid {
		margin-top: 30px;
		grid-gap: 20px;
	}
}

.action {
	max-width: unset;
	width: 100%;
	border-radius: 25px;
	background: #fff;
	box-shadow: var(--blue-shadow);
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

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


.action__img-wrap {
	max-width: unset;
	width: 100%;
	aspect-ratio: 1.4;
	display: block;
}

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

.action__text-wrap {
	padding: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

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

.action__remains.onest-16 {
	margin: 0 0 10px;
	color: var(--blue);
	font-weight: 700;
}

.action__name {
	color: var(--black);
	text-decoration: none;
	display: inline-block;
}

.action__name span{
	display: inline-block;
}

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

.action__text {
	margin-top: 10px;
}

.action__text * {
	font-family: var(--onest), sans-serif;
    font-size: 16px;
    line-height: 150%;
}

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

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

.action__bottom {
	padding-top: 20px;
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.action__detail-link {
	color: var(--blue);
	text-decoration: underline;
}

@media screen and (max-width: 576px) {
	.action__bottom {
		padding-top: 0;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.action__price {
	margin: 0 0 0 20px;
	color: var(--dark-blue);
}

@media screen and (max-width: 576px) {
	.action__price {
		margin: 10px 0 0;
	}

	.action__btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 400px) {
	.action__btn.bordered-btn {
		max-width: unset;
		width: 100%;
	}
}

.action__price .before {
	color: var(--black-30);
	text-decoration: line-through;
}

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

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

.action__clinics {
	margin: 10px 0 0;
}

.action__clinics-title.onest-16 {
	margin: 0 0 5px;
	font-weight: 700;
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/promo-banner/style.css?17708463091126*/
.promo-banner.section {
	padding: 0;
	overflow: hidden;
}

.promo-banner__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.promo-banner__text-wrap {
	max-width: 890px;
	padding: 50px;
}

@media screen and (max-width: 992px) {
    .promo-banner__text-wrap {
        padding: 40px;
    }
}

@media screen and (max-width: 576px) {
    .promo-banner__text-wrap{
        padding: 20px;
    }
}

.promo-banner__text {
	margin-top: 10px;
}

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

.promo-banner__text > *:last-child {
	margin-bottom: 0;
}

.promo-banner__img-wrap {
	max-width: 100%;
	width: 455px;
	align-self: flex-end;
	flex-shrink: 0;
}

.promo-banner__img {
	width: 100%;
	object-fit: contain;
}

.promo-banner .socials,
.promo-banner__btn {
	margin-top: 30px;
}

@media screen and (max-width: 576px) {
	.promo-banner .socials,
	.promo-banner__btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 400px) {
	.promo-banner__btn.red-btn {
		max-width: unset;
		width: 100%;
	}
}
/* End */
/* /local/templates/interdentos/components/bitrix/news/actions/style.css?17708463092876 */
/* /local/templates/interdentos/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17708463092670 */
/* /local/templates/interdentos/components/bitrix/news.list/promo-banner/style.css?17708463091126 */
