

/* Start:/local/templates/dw/components/bitrix/news.list/hero-type-2/style.css?17821506664850*/
.hero-type-2 {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: clamp(640px, min(100vh, 100vw), 1600px);
	margin-top: calc(var(--header-height) * -1);
	overflow: hidden;
}

.hero-type-2::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 75%, rgb(0 0 0 / 100%) 90%);
	content: "";
	pointer-events: none;
}

.hero-type-2__background {
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.hero-type-2__background--static {
	background-image: var(--current-background-gradient, transparent);
}

.hero-type-2__background-image {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.hero-type-2__body {
	display: grid;
	flex: 1;
	grid-template: 1fr / 100%;
	box-sizing: border-box;
	height: 100%;
	padding-top: calc(var(--header-height));
}

.hero-type-2__slider {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.hero-type-2__slider:not(.is-overflow) .hero-type-2__slider-controls {
	display: none;
}

.hero-type-2__slider-arrow {
	position: absolute;
	top: 35%;
	z-index: 1;
	transform: translateY(-50%);
}

.hero-type-2__slider-arrow--prev {
	left: 0;
}

.hero-type-2__slider-arrow--next {
	right: 0;
}

.hero-type-2__slider-pagination-box {
	position: absolute;
	bottom: 22%;
	left: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transform: translateX(-50%);
}

.hero-type-2__slider-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-type-2 .hero-type-2__slider-pagination li {
	display: flex;
	align-items: center;
	height: 100%;
}

.hero-type-2 .hero-type-2__slider-pagination li:last-child button {
	width: 14px;
}

.hero-type-2 .hero-type-2__slider-pagination li:last-child button.is-active {
	width: 20px;
}

.hero-type-2__items-container,
.hero-type-2__items {
	height: 100%;
}

.hero-type-2__item {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding-top: 124px;
}

.hero-type-2__item-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hero-type-2__item-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 36px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-type-2__item-heading {
	max-width: 1200px;
}

.hero-type-2__item-description {
	max-width: 1000px;
	margin: 0;
	text-wrap: balance;
}

.hero-type-2__item-media {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 3 / 1;
}

.hero-type-2__item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateZ(0);
	backface-visibility: hidden;
	isolation: isolate;
	pointer-events: none;
}

.hero-type-2__features {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 40px;
	place-self: end;
}

@media (min-width: 1001px) {
	.hero-type-2__slider,
	.hero-type-2__features {
		grid-row: 1;
		grid-column: 1;
	}
}

@media (max-width: 1920px) {
	.hero-type-2__item-heading .huge-bold,
	.hero-type-2__item-heading .huge-light {
		font-size: 72px;
		line-height: 72px;
	}
}

@media (max-width: 1650px) {
	.hero-type-2__slider-arrow {
		display: none;
	}

	.hero-type-2__item {
		padding-top: 80px;
	}

	.hero-type-2__item-content {
		gap: 24px;
	}

	.hero-type-2__item-heading {
		max-width: 1000px;
	}

	.hero-type-2__item-heading .huge-bold,
	.hero-type-2__item-heading .huge-light {
		font-size: 64px;
		line-height: 64px;
	}

	.hero-type-2__item-description {
		max-width: 800px;
	}
}

@media (max-width: 1366px) {
	.hero-type-2__item-heading {
		max-width: 900px;
	}

	.hero-type-2__item-heading .huge-bold,
	.hero-type-2__item-heading .huge-light {
		font-size: 56px;
		line-height: 56px;
	}

	.hero-type-2__item-description {
		max-width: 700px;
	}
}

@media (max-width: 1000px) {
	.hero-type-2::before {
		background: linear-gradient(180deg, transparent 60%, rgb(0 0 0 / 100%) 75%);
	}

	.hero-type-2__background-image {
		display: none;
	}

	.hero-type-2__item {
		padding-top: 60px;
	}

	.hero-type-2__item-inner {
		gap: 42px;
	}

	.hero-type-2__item-heading {
		max-width: 700px;
	}

	.hero-type-2__item-heading .huge-bold,
	.hero-type-2__item-heading .huge-light {
		font-size: 44px;
		line-height: 44px;
	}
}

@media (max-width: 760px) {
	.hero-type-2::before {
		background: linear-gradient(180deg, transparent 52%, rgb(0 0 0 / 100%) 68%);
	}

	.hero-type-2__item-heading .huge-bold,
	.hero-type-2__item-heading .huge-light {
		font-size: 36px;
		line-height: 36px;
	}
}

@media (max-width: 460px) {
	.hero-type-2__item-media {
		aspect-ratio: 16 / 9;
	}

	.hero-type-2__item-content {
		align-items: start;
		justify-content: start;
		text-align: start;
	}

	.hero-type-2__item-heading .huge-bold,
	.hero-type-2__item-heading .huge-light {
		font-size: 28px;
		line-height: 28px;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/embedded-features-type-1/style.css?17785489671630*/
.embedded-features-type-1__items {
	display: grid;
	grid-template: 1fr / repeat(3, 1fr);
	gap: 12px;
}

.embedded-features-type-1__item {
	padding: 6px;
	border-radius: 20px;
}

.embedded-features-type-1__item-inner {
	display: flex;
	gap: 24px;
	align-items: center;
	box-sizing: border-box;
	padding: 24px;
	color: #000000;
	background-color: #ffffff;
	border-radius: 16px;
}

.embedded-features-type-1__item-media {
	box-sizing: border-box;
	padding: 6px;
	border-radius: 20px;
}

.embedded-features-type-1__item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
}

.embedded-features-type-1__item-description {
	margin: 0;
}

.embedded-features-type-1__item-image-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
}

.embedded-features-type-1__item-image {
	width: 32px;
	height: 32px;
}

@media (max-width: 1650px) {
	.embedded-features-type-1__item-inner {
		padding: 18px;
	}
}

@media (max-width: 1425px) {
	.embedded-features-type-1__item-inner {
		gap: 12px;
		padding: 12px;
	}
}

@media (max-width: 1000px) {
	.embedded-features-type-1__item-image-box {
		width: 56px;
	}
}

@media (min-width: 761px) and (max-width: 1000px) {
	.embedded-features-type-1__item-inner {
		flex-direction: column;
		gap: 18px;
		height: 100%;
		padding: 18px;
	}

	.embedded-features-type-1__item-content {
		align-items: center;
	}

	.embedded-features-type-1__item-description {
		text-align: center;
	}
}

@media (max-width: 760px) {
	.embedded-features-type-1__items {
		grid-template: 1fr / 100%;
		gap: 6px;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/cases-type-3/style.css?17821474153806*/
.cases-type-3 {
	position: relative;
	overflow: hidden;
}

.cases-type-3::before {
	position: absolute;
	background-image: url("/local/templates/dw/components/bitrix/news.list/cases-type-3/./images/art1.png");
	background-repeat: repeat;
	background-position: 40% 0;
	transform: translateY(30%);
	content: "";
	pointer-events: none;
	inset: 0;
}

.cases-type-3__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.cases-type-3__header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1100px;
}

.cases-type-3__heading {
	text-wrap: balance;
}

.cases-type-3__description {
	max-width: 900px;
	margin: 0;
}

.cases-type-3__section-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cases-type-3__section-tab[active] {
	color: #ffffff;
	background-color: #0273e0;
}

.cases-type-3__item-pair {
	display: grid;
	flex-direction: column;
	grid-template: 1fr 1fr / 1fr;
	gap: 18px;
}

.cases-type-3__items-group,
.cases-type-3__items-container {
	display: block;
}

.cases-type-3__items-container[hidden] {
	display: block;
	height: 0;
	overflow: visible clip;
	visibility: hidden;
}

.cases-type-3__items.splide__track {
	overflow: visible;
}

.cases-type-3__item-container:nth-child(even) {
	margin-top: 36px;
}

.cases-type-3__item {
	display: flex;
	flex-direction: column;
	gap: 18px;
	box-sizing: border-box;
	padding-bottom: 48px;
	overflow: hidden;
	background-color: var(--current-background-color, #ffffff);
	border-radius: 20px;
}

.cases-type-3__item-image-box {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 4 / 3;
}

.cases-type-3__item-image-box::after {
	position: absolute;
	background-image: linear-gradient(
		180deg,
		transparent 80%,
		var(--current-background-color) 100%
	);
	content: "";
	pointer-events: none;
	inset: 0;
}

.cases-type-3__item-image {
	display: flex;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cases-type-3__item-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: start;
	box-sizing: border-box;
	padding: 0 30px;
}

.cases-type-3__item-services {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cases-type-3__item-service {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4px 6px;
	border-radius: 8px;
}

.cases-type-3__item-heading {
	margin: 0;
}

.cases-type-3__item-heading-box {
	display: flex;
}

.cases-type-3__item-description {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cases-type-3__slider {
	display: flex;
	flex-direction: column;
	gap: 36px;
	min-width: 0;
}

.cases-type-3__slider-arrows {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
}

.cases-type-3__slider-pagination {
	display: flex;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.splide:not(.is-overflow) .cases-type-3__slider-arrows {
	display: none;
}

@media (max-width: 1650px) {
	.cases-type-3__item-inner {
		padding: 18px;
	}

	.cases-type-3__item-content {
		gap: 8px;
	}
}

@media (max-width: 1250px) {
	.cases-type-3 .cases-type-3__heading,
	.cases-type-3 .cases-type-3__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}
}

@media (max-width: 760px) {
	.cases-type-3__header-inner {
		gap: 18px;
	}

	.cases-type-3 .cases-type-3__heading,
	.cases-type-3 .cases-type-3__heading .large-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.cases-type-3__slider-arrows {
		display: none;
	}

	.cases-type-3__item {
		height: 100%;
	}

	.cases-type-3__item-container:nth-child(even) {
		margin-top: 0;
	}
}

@media (max-width: 460px) {
	.cases-type-3__header-inner {
		gap: 12px;
	}

	.cases-type-3 .cases-type-3__heading,
	.cases-type-3 .cases-type-3__heading .large-light {
		font-size: 1.5rem;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/features-type-4/style.css?17821483193511*/
.features-type-4 {
	background-image: url("/local/templates/dw/components/bitrix/news.list/features-type-4/images/background.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.features-type-4__inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.features-type-4__header {
	display: flex;
	justify-content: start;
	width: 100%;
}

.features-type-4__header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1100px;
}

.features-type-4__heading {
	text-wrap: balance;
}

.features-type-4__description {
	max-width: 900px;
	margin: 0;
	padding: 0;
}

.features-type-4__items-container {
	box-sizing: border-box;
	padding: 48px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.list/features-type-4/images/art.png");
	background-repeat: repeat;
}

.features-type-4__items {
	display: grid;
	grid-template: 1fr / repeat(4, 1fr);
	gap: 36px;
}

.features-type-4__item {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 6px;
	color: #000000;
	background-color: #0273e010;
	border-radius: 20px;
	backdrop-filter: blur(10px);
}

.features-type-4__item-sign {
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(50%, -50%);
	user-select: none;
}

.features-type-4__item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 18px;
	align-items: start;
	box-sizing: border-box;
	padding: 60px 36px;
	background-color: #ffffff;
	border-radius: 16px;
}

.features-type-4__item--is-accent .features-type-4__item-content {
	color: #ffffff;
	background-color: #0273e0;
}

.features-type-4__item-number {
	color: #0273e010;
}

.features-type-4__item--is-accent .features-type-4__item-number {
	color: #ffffff10;
}

.features-type-4__item-heading {
	text-wrap: balance;
}

.features-type-4__item-caption {
	margin: 0;
	padding: 0;
	color: #0273e0;
}

.features-type-4__item--is-accent .features-type-4__item-caption {
	color: #ffffff;
}

.features-type-4__item-description {
	margin: 0;
	padding: 0;
}

.features-type-4__item-action {
	width: 100%;
}

.features-type-4__item-media {
	display: flex;
	justify-content: center;
	padding: 6px;
}

.features-type-4__item-image-box {
	width: 24px;
	height: 24px;
}

@media (max-width: 1650px) {
	.features-type-4__item-content {
		padding: 36px;
	}
}

@media (max-width: 1425px) {
	.features-type-4__item-content {
		gap: 12px;
		padding: 24px;
	}

	.features-type-4 .features-type-4__item-heading {
		font-size: 1rem;
		line-height: 1.2;
	}
}

@media (max-width: 1250px) {
	.features-type-4 .features-type-4__heading,
	.features-type-4 .features-type-4__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.features-type-4__items {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}

	.features-type-4__item-content {
		align-items: center;
		padding: 36px 60px;
		text-align: center;
	}

	.features-type-4__item-sign {
		display: none;
	}
}

@media (max-width: 1000px) {
	.features-type-4__inner {
		gap: 0;
	}

	.features-type-4__items-container {
		padding: 30px 0;
	}

	.features-type-4__item-content {
		padding: 24px;
	}

	.features-type-4 .features-type-4__item-number {
		font-size: 2.2rem;
	}
}
@media (max-width: 760px) {
	.features-type-4 .features-type-4__heading,
	.features-type-4 .features-type-4__heading .large-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.features-type-4__items {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 460px) {
	.features-type-4 .features-type-4__heading,
	.features-type-4 .features-type-4__heading .large-light {
		font-size: 1.5rem;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/pricing-type-1/style.css?17821486165712*/
.pricing-type-1 {
	overflow: hidden;
}

.pricing-type-1__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.pricing-type-1__header {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 1100px;
}

.pricing-type-1__heading {
	text-wrap: balance;
}

.pricing-type-1__description {
	max-width: 900px;
	margin: 0;
}

.pricing-type-1 .special-timer-delimiter-label {
	box-sizing: border-box;
	padding: 0 12px;
}

.pricing-type-1__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pricing-type-1__item {
	box-sizing: border-box;
	padding: 48px;
	border-radius: 20px;
}

.pricing-type-1__item-inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.pricing-type-1__item-header {
	display: grid;
	grid-template: 1fr / 1fr 450px;
	gap: 24px;
}

.pricing-type-1__item-header-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 650px;
}

.pricing-type-1__item-header-pricing {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pricing-type-1__item-header-pricing-extra {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.pricing-type-1__item-header-pricing-markers {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.pricing-type-1__item-header-pricing-marker--primary {
	box-sizing: border-box;
	padding: 4px 8px;
	color: rgb(67 203 244 / 100%);
	font-weight: 700;
	font-size: 12px;
	background-color: rgb(67 203 244 / 10%);
	border-radius: 6px;
}

.pricing-type-1__item-header-pricing-marker--secondary {
	box-sizing: border-box;
	padding: 4px 8px;
	color: rgb(255 0 81 / 100%);
	font-weight: 700;
	font-size: 12px;
	background-color: rgb(255 0 81 / 10%);
	border-radius: 6px;
}

.pricing-type-1__item-short-description {
	margin: 0;
}

.pricing-type-1__item-header-pricing-development-timeline {
	margin: 0;
}

.pricing-type-1__item-header-pricing-price-description {
	margin: 0;
}

.pricing-type-1__item-features {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 12px;
	width: 100%;
}

.pricing-type-1__item-feature {
	display: flex;
	flex-direction: column;
	gap: 18px;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 12px;
}

.pricing-type-1__item-feature-values {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pricing-type-1__item-feature-value {
	display: flex;
	gap: 12px;
	align-items: center;
}

.pricing-type-1__item-feature-value-icon {
	flex-shrink: 0;
}

.pricing-type-1__item-feature-value-text {
	text-wrap: balance;
}

.pricing-type-1__item-feature-rest-values {
	display: flex;
	flex-direction: column-reverse;
	gap: 6px;
	align-items: start;
}

.pricing-type-1__item-feature-rest-values-show,
.pricing-type-1__item-feature-rest-values-hide {
	font-weight: 700;
}

.pricing-type-1__item-feature-rest-values[expanded] .pricing-type-1__item-feature-rest-values-show {
	display: none;
}

.pricing-type-1__item-feature-rest-values:not([expanded])
	.pricing-type-1__item-feature-rest-values-hide {
	display: none;
}

.pricing-type-1__item-feature-rest-values::part(indicator) {
	display: none;
}

.pricing-type-1__item-footer {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pricing-type-1__item-sale {
	display: flex;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	padding: 12px;
	color: rgb(255 0 81 / 100%);
	background-color: rgb(255 0 81 / 10%);
	border-radius: 12px;
}

.pricing-type-1__item-sale-icon {
	font-size: 28px;
	opacity: 0.2;
}

.pricing-type-1__item-sale-note {
	margin: 0;
	padding: 0;
}

@media (min-width: 1251px) {
	.pricing-type-1 .pricing-type-1__item-header-pricing {
		background-color: transparent;
	}
}

@media (max-width: 1650px) {
	.pricing-type-1__item {
		padding: 30px;
	}
}

@media (max-width: 1250px) {
	.pricing-type-1__inner {
		gap: 42px;
	}

	.pricing-type-1__item-inner {
		gap: 12px;
	}

	.pricing-type-1__item-header {
		grid-template-columns: 1fr;
	}

	.pricing-type-1__item-header-pricing {
		padding: 24px;
		border-radius: 12px;
	}

	.pricing-type-1 .pricing-type-1__heading,
	.pricing-type-1 .pricing-type-1__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.pricing-type-1 .block-heading {
		font-size: 2.25rem;
		line-height: 1;
	}

	.pricing-type-1__item-feature {
		padding: 24px;
	}
}

@media (max-width: 1000px) {
	.pricing-type-1__header {
		grid-template-columns: 1fr;
	}

	.pricing-type-1__item-features {
		grid-template-columns: 1fr;
	}

	.pricing-type-1__item-sale {
		align-items: start;
	}
}

@media (max-width: 760px) {
	.pricing-type-1 .pricing-type-1__heading,
	.pricing-type-1 .pricing-type-1__heading .large-light {
		font-size: 2rem;
	}

	.pricing-type-1 .pricing-type-1__description {
		font-size: 0.875rem;
		line-height: 1.4;
	}

	.pricing-type-1 .block-heading {
		font-size: 1.5rem;
	}

	.pricing-type-1__inner {
		gap: 24px;
	}

	.pricing-type-1__header {
		gap: 12px;
	}

	.pricing-type-1__item {
		padding: 18px;
	}

	.pricing-type-1 .pricing-type-1__item-heading {
		font-size: 1.6rem;
	}

	.pricing-type-1__item-short-description {
		font-size: 0.75rem;
	}

	.pricing-type-1__item-header-pricing {
		gap: 6px;
		padding: 18px;
	}

	.pricing-type-1__item-content-item {
		padding: 18px;
	}

	.pricing-type-1__item-feature {
		padding: 18px;
	}

	.pricing-type-1__item-feature-value-text {
		font-size: 0.75rem;
		line-height: 1.2;
	}

	.pricing-type-1 .pricing-type-1__item-footer-button {
		width: 100%;
	}
}

@media (max-width: 460px) {
	.pricing-type-1 .pricing-type-1__heading,
	.pricing-type-1 .pricing-type-1__heading .large-light {
		font-size: 1.5rem;
	}

	.pricing-type-1 .pricing-type-1__item-heading {
		font-size: 1.25rem;
	}

	.pricing-type-1 .pricing-type-1__item-header-pricing-actual {
		font-size: 1.3rem;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/features-type-2/style.css?17821482364115*/
.features-type-2 {
	background-image: url("/local/templates/dw/components/bitrix/news.list/features-type-2/images/background.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.features-type-2__inner {
	position: relative;
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	place-items: start;
	gap: 24px 48px;
}

.features-type-2__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: start;
}

.features-type-2__heading {
	text-wrap: balance;
}

.features-type-2__description {
	max-width: 600px;
	margin: 0;
	padding: 0;
}

.features-type-2__items {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.features-type-2__items::before {
	position: absolute;
	top: 0;
	left: 30px;
	width: 29px;
	height: 100%;
	background-image: url("/local/templates/dw/components/bitrix/news.list/features-type-2/images/art.svg");
	background-repeat: repeat;
	content: "";
}

.features-type-2__item-inner {
	display: flex;
	gap: 52px;
	align-items: center;
}

.features-type-2__item-content {
	position: relative;
	display: flex;
	box-sizing: border-box;
	padding: 6px;
	color: #0273e0;
	background-color: #0273e010;
	border-radius: 20px;
}

.features-type-2__item-content::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 14px solid #0273e010;
	border-bottom: 10px solid transparent;
	transform: translate(-100%, -50%);
	content: "";
}

.features-type-2__item--is-accent .features-type-2__item-content {
	color: #ffffff;
	background-color: #0273e0;
}

.features-type-2__item--is-accent .features-type-2__item-content::before {
	border-right-color: #0273e0;
}

.features-type-2__item-number {
	position: relative;
	z-index: 1;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	align-self: center;
	justify-content: center;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	padding: 6px;
	border-radius: 20px;
}

.features-type-2__item-number-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #0273e010;
	border-radius: 16px;
}

.features-type-2__item--is-accent .features-type-2__item-number-inner {
	color: #ffffff;
	background-color: #0273e0;
}

.features-type-2__item-content-main {
	display: flex;
	flex-direction: column;
	gap: 12px;
	box-sizing: border-box;
	padding: 36px 24px;
	overflow: hidden;
	border-radius: 16px;
}

.features-type-2__item-content-header {
	display: flex;
	flex-direction: column;
}

.features-type-2__item-description {
	margin: 0;
	padding: 0;
}

.features-type-2__item-media {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 6px;
}

.features-type-2__item-image-box {
	display: flex;
	width: 24px;
	height: 24px;
}

@media (min-width: 1001px) {
	.features-type-2__content {
		position: sticky;
		top: 24px;
		left: 0;
	}
}

@media (max-width: 1250px) and (min-width: 1001px) {
	.features-type-2__item-number,
	.features-type-2__items::before,
	.features-type-2__item-content::before {
		display: none;
	}
}

@media (max-width: 1250px) {
	.features-type-2__content {
		gap: 18px;
	}

	.features-type-2 .features-type-2__heading,
	.features-type-2 .features-type-2__heading .high-light {
		font-size: 2.2rem;
		line-height: 1.2;
	}

	.features-type-2__items {
		gap: 24px;
	}
}

@media (max-width: 1000px) {
	.features-type-2__inner {
		grid-template-columns: 1fr;
	}

	.features-type-2 .features-type-2__heading,
	.features-type-2 .features-type-2__heading .high-light {
		font-size: 2.5rem;
	}
}

@media (max-width: 760px) {
	.features-type-2 .features-type-2__heading,
	.features-type-2 .features-type-2__heading .high-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.features-type-2__item-number,
	.features-type-2__items::before,
	.features-type-2__item-content::before {
		display: none;
	}
}

@media (max-width: 460px) {
	.features-type-2 .features-type-2__heading,
	.features-type-2 .features-type-2__heading .high-light {
		font-size: 1.5rem;
	}

	.features-type-2 .features-type-2__description {
		font-size: 0.875rem;
		line-height: 1.4;
	}
}

@media (max-width: 360px) {
	.features-type-2__item-content-main {
		padding: 24px 18px;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/reviews-type-1/style.css?17821484264000*/
.reviews-type-1 {
	overflow: hidden;
}

.reviews-type-1__inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.reviews-type-1__header {
	width: 100%;
}

.reviews-type-1__header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1100px;
}

.reviews-type-1__description {
	max-width: 900px;
	margin: 0;
	padding: 0;
}

.reviews-type-1__slider-container {
	box-sizing: border-box;
	padding: 36px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.list/reviews-type-1/images/background.svg");
	background-repeat: repeat;
	background-position: 50% 50%;
}

.reviews-type-1__slider {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.reviews-type-1__item {
	backdrop-filter: blur(10px);
}

.reviews-type-1__item-inner {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	padding: 12px;
	overflow: hidden;
	background-color: #0273e010;
	border-radius: 20px;
}

.reviews-type-1__item-main {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	align-items: start;
	box-sizing: border-box;
	padding: 42px;
	overflow: hidden;
	border-radius: 16px;
}

.reviews-type-1__item-caption {
	margin: 0;
	padding: 0;
}

.reviews-type-1__item-descriptions {
	display: flex;
	flex-direction: column;
}

.reviews-type-1__item-description {
	margin: 0;
	padding: 0;
}

.reviews-type-1__item-description-trigger {
	display: flex;
	margin-top: 6px;
	transition: opacity 0.2s ease-in-out;
}

.reviews-type-1__item-description-trigger:hover {
	opacity: 0.85;
}

.reviews-type-1__item-description-trigger:active {
	opacity: 0.5;
}

.reviews-type-1__item-description-rest {
	display: flex;
	flex-direction: column-reverse;
	align-items: start;
}

.reviews-type-1__item-description-rest[expanded] .reviews-type-1__item-description-rest-show {
	display: none;
}

.reviews-type-1__item-description-rest:not([expanded]) .reviews-type-1__item-description-rest-hide {
	display: none;
}

.reviews-type-1__item-description-rest::part(indicator) {
	display: none;
}

.reviews-type-1__item-footer {
	display: flex;
	gap: 30px;
	align-items: center;
	box-sizing: border-box;
	padding: 12px;
}

.reviews-type-1__item-footer-logo-box {
	flex-shrink: 0;
	width: 92px;
	height: 76px;
}

.reviews-type-1__item-footer-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
}

.reviews-type-1__item-footer-company-details {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.reviews-type-1__item-footer-letter-box {
	flex-shrink: 0;
	width: 56px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
}

.reviews-type-1__slider-arrows {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
}

.reviews-type-1__slider-pagination {
	display: flex;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.splide:not(.is-overflow) .reviews-type-1__slider-arrows {
	display: none;
}

@media (max-width: 1880px) {
	.reviews-type-1__item-main {
		padding: 30px;
	}

	.reviews-type-1__item-footer {
		gap: 18px;
	}
}

@media (max-width: 1250px) {
	.reviews-type-1__header-inner {
		gap: 18px;
	}

	.reviews-type-1 .reviews-type-1__heading,
	.reviews-type-1 .reviews-type-1__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.reviews-type-1__items-container.splide__track {
		overflow: visible;
	}
}

@media (max-width: 1000px) {
	.reviews-type-1__slider-arrows {
		display: none;
	}
}

@media (max-width: 760px) {
	.reviews-type-1 .reviews-type-1__heading,
	.reviews-type-1 .reviews-type-1__heading .large-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.reviews-type-1__slider-container {
		padding: 18px 0;
	}

	.reviews-type-1__item-main {
		gap: 6px;
		padding: 24px;
	}

	.reviews-type-1__item-inner {
		padding: 6px;
	}

	.reviews-type-1__item-footer-company-details {
		display: none;
	}
}

@media (max-width: 460px) {
	.reviews-type-1 .reviews-type-1__heading,
	.reviews-type-1 .reviews-type-1__heading .large-light {
		font-size: 1.5rem;
	}

	.reviews-type-1__item-footer-letter-box {
		display: none;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/certificates-type-1/style.css?17821480094039*/
.certificates-type-1 {
	overflow: hidden;
}

.certificates-type-1__inner {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.certificates-type-1__header {
	width: 100%;
}

.certificates-type-1__header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1100px;
}

.certificates-type-1__description {
	max-width: 900px;
	margin: 0;
	padding: 0;
}

.certificates-type-1__body {
	position: relative;
	display: flex;
	flex-direction: column;
}

.certificates-type-1__body::before {
	position: absolute;
	z-index: -1;
	background-image: url("/local/templates/dw/components/bitrix/news.list/certificates-type-1/./images/art.png");
	background-repeat: repeat;
	content: "";
	pointer-events: none;
	inset: 0;
}

.certificates-type-1__body-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
	padding: 36px;
	border-radius: 20px;
}

.certificates-type-1__subheader {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.certificates-type-1__subheading-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 60px;
	align-items: center;
}

.certificates-type-1__subheading {
	max-width: 300px;
}

.certificates-type-1__subheading-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 6px 12px;
	text-align: center;
	border-radius: 8px;
}

.certificates-type-1__secondary-description {
	margin: 0;
	padding: 0;
}

.certificates-type-1__tabs {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.certificates-type-1__tab-switches {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.certificates-type-1 .certificates-type-1__tab-switch {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: space-between;
}

.certificates-type-1__tab-switch[active] {
	color: #ffffff;
	background-color: #0273e0;
}

.certificates-type-1__tab-switch-counter {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 50%;
}

.certificates-type-1__slider {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.certificates-type-1__item-pair {
	display: grid;
	flex-direction: column;
	grid-template: 1fr 1fr / 1fr;
	gap: 18px;
}

.certificates-type-1__items-group,
.certificates-type-1__items-container {
	display: block;
}

.certificates-type-1__items-container[hidden] {
	display: block;
	height: 0;
	overflow: visible clip;
	visibility: hidden;
}

.certificates-type-1-image-box {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 5 / 7;
}

.certificates-type-1__item-image {
	display: flex;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 8px;
}

.certificates-type-1__slider-arrows {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
}

.certificates-type-1__slider-pagination {
	display: flex;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.splide:not(.is-overflow) .certificates-type-1__slider-arrows {
	display: none;
}

@media (max-width: 1650px) {
	.certificates-type-1__item-pair {
		gap: 12px;
	}
}

@media (max-width: 1250px) {
	.certificates-type-1 .certificates-type-1__heading,
	.certificates-type-1 .certificates-type-1__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}
}

@media (max-width: 760px) {
	.certificates-type-1__header-inner {
		gap: 18px;
	}

	.certificates-type-1 .certificates-type-1__heading,
	.certificates-type-1 .certificates-type-1__heading .large-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.certificates-type-1__body-inner {
		padding: 24px;
	}

	.certificates-type-1__inner {
		gap: 24px;
	}

	.certificates-type-1__tab-switch.button.medium-size {
		width: 100%;
	}
}

@media (max-width: 460px) {
	.certificates-type-1 .certificates-type-1__heading,
	.certificates-type-1 .certificates-type-1__heading .large-light {
		font-size: 1.5rem;
	}
}
@media (max-width: 350px) {
	.certificates-type-1__tab-switch-counter {
		display: none;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/features-type-1/style.css?17821475213904*/
.features-type-1 {
	overflow: hidden;
	background-image: url("/local/templates/dw/components/bitrix/news.list/features-type-1/images/background.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.features-type-1__inner {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.features-type-1__header {
	width: 100%;
}

.features-type-1__header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1100px;
}

.features-type-1__heading {
	text-wrap: balance;
}

.features-type-1__description {
	max-width: 900px;
	margin: 0;
	padding: 0;
}

.features-type-1__slider-container {
	position: relative;
}

.features-type-1__slider-container::before {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 29px;
	background-image: url("/local/templates/dw/components/bitrix/news.list/features-type-1/images/art.svg");
	background-repeat: repeat;
	background-position: 50% 50%;
	content: "";
	pointer-events: none;
}

.features-type-1__item-inner {
	display: flex;
	flex-direction: column;
	gap: 36px;
	height: 100%;
}

.features-type-1__item-number {
	position: relative;
	z-index: 1;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	align-self: center;
	justify-content: center;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	padding: 6px;
	border-radius: 20px;
}

.features-type-1__item-number-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #0273e010;
	border-radius: 16px;
}

.features-type-1__item--is-accent .features-type-1__item-number-inner {
	color: #ffffff;
	background-color: #0273e0;
}

.features-type-1__item-content {
	position: relative;
	flex: 1;
	box-sizing: border-box;
	padding: 6px;
	background-color: #0273e010;
	border-radius: 20px;
}

.features-type-1__item-content::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #0273e010;
	border-left: 8px solid transparent;
	transform: translate(-50%, -100%);
	content: "";
}

.features-type-1__item--is-accent .features-type-1__item-content::before {
	border-bottom-color: #0273e0;
}

.features-type-1__item-content-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.features-type-1__item--is-accent .features-type-1__item-content {
	color: #ffffff;
	background-color: #0273e0;
}

.features-type-1__item-content-main {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	box-sizing: border-box;
	padding: 36px 24px;
	border-radius: 16px;
}

.features-type-1__item-description {
	margin: 0;
	padding: 0;
}

.features-type-1__item-content-divider {
	width: 56px;
	height: 10px;
}

.features-type-1__item-content-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 12px 12px 8px;
}

.features-type-1__item-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.features-type-1__item-tag + .features-type-1__item-tag::before {
	padding: 0 2px;
	content: "/";
}

.features-type-1__item--is-accent .features-type-1__item-tag {
	color: #ffffff;
}

@media (max-width: 1650px) {
	.features-type-1__item-content-main {
		padding: 24px 18px;
	}
}

@media (max-width: 1425px) {
	.features-type-1__item-content-footer {
		padding: 12px 8px 8px;
	}
}

@media (max-width: 1250px) {
	.features-type-1__items-container.splide__track {
		overflow: visible;
	}

	.features-type-1 .features-type-1__heading,
	.features-type-1 .features-type-1__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}
}

@media (max-width: 760px) {
	.features-type-1 .features-type-1__heading,
	.features-type-1 .features-type-1__heading .large-light {
		font-size: 2rem;
		line-height: 1.2;
	}
}

@media (max-width: 460px) {
	.features-type-1 .features-type-1__heading,
	.features-type-1 .features-type-1__heading .large-light {
		font-size: 1.5rem;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/faq-type-1/style.css?17821484913109*/
.faq-type-1__inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.faq-type-1__header {
	display: flex;
	justify-content: start;
	width: 100%;
}

.faq-type-1__header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1100px;
}

.faq-type-1__heading {
	text-wrap: balance;
}

.faq-type-1__description {
	max-width: 900px;
	margin: 0;
	padding: 0;
}

.faq-type-1__main-inner {
	position: relative;
	display: grid;
	grid-template: 1fr / 1fr 380px;
	gap: 24px;
	place-items: start;
}

.faq-type-1__items-container {
	box-sizing: border-box;
	padding: 48px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.list/faq-type-1/images/art.png");
	background-repeat: repeat;
}

.faq-type-1__items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.faq-type-1__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
	padding: 24px;
	border-radius: 20px;
}

.faq-type-1__item-preview {
	display: flex;
	gap: 12px;
	align-items: center;
}

.faq-type-1__item-number {
	flex-shrink: 0;
	min-width: 50px;
}

.faq-type-1__item-preview-chevron-container {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: auto;
	font-size: 20px;
	text-align: center;
	border-style: dashed;
	border-width: 1px;
	border-radius: 50%;
}

.faq-type-1__item[expanded] .faq-type-1__item-preview-chevron-container {
	transform: rotate(-180deg);
}

.faq-type-1__item-details {
	box-sizing: border-box;
	padding: 24px;
	border-radius: 16px;
}

.faq-type-1__item-question {
	text-wrap: balance;
}

.faq-type-1__item-answer {
	max-width: 750px;
	margin: 0;
	padding: 0;
}

.faq-type-1__main-aside {
	position: sticky;
	top: 24px;
	right: 0;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 20px;
}

.faq-type-1__main-aside-inner {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: start;
	box-sizing: border-box;
	padding: 48px;
	border-radius: 16px;
}

.faq-type-1__main-aside-description {
	margin: 0;
	padding: 0;
}

@media (max-width: 1250px) {
	.faq-type-1__header-inner {
		gap: 18px;
	}

	.faq-type-1 .faq-type-1__heading,
	.faq-type-1 .faq-type-1__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.faq-type-1__main-inner {
		grid-template-columns: 1fr 320px;
		gap: 12px;
	}

	.faq-type-1__item {
		gap: 12px;
		padding: 18px;
	}

	.faq-type-1 .faq-type-1__item-question {
		font-size: 0.8rem;
	}

	.faq-type-1__main-aside-inner {
		gap: 12px;
		padding: 30px;
	}
}

@media (max-width: 1000px) {
	.faq-type-1__main-inner {
		grid-template-columns: 1fr;
	}

	.faq-type-1__main-aside {
		width: 100%;
	}
}

@media (max-width: 760px) {
	.faq-type-1 .faq-type-1__heading,
	.faq-type-1 .faq-type-1__heading .large-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.faq-type-1 .faq-type-1__description {
		font-size: 0.875rem;
		line-height: 1.4;
	}
}

@media (max-width: 460px) {
	.faq-type-1 .faq-type-1__heading,
	.faq-type-1 .faq-type-1__heading .large-light {
		font-size: 1.5rem;
	}

	.faq-type-1__item-number {
		display: none;
	}

	.faq-type-1__main-aside {
		padding: 6px;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.detail/cta-type-1/style.css?17821485381102*/
.cta-type-1 {
	overflow: hidden;
	background-image: url("/local/templates/dw/components/bitrix/news.detail/cta-type-1/images/art.png");
	background-repeat: repeat;
}

.cta-type-1__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-type-1__inner-proxy {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	max-width: 800px;
	text-align: center;
	text-wrap: balance;
}

.cta-type-1__description {
	margin: 0;
	padding: 0;
}

@media (max-width: 1250px) {
	.cta-type-1 .cta-type-1__heading,
	.cta-type-1 .cta-type-1__heading .high-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}
}

@media (max-width: 760px) {
	.cta-type-1__inner-proxy {
		gap: 12px;
	}

	.cta-type-1 .cta-type-1__caption {
		font-size: 1.1rem;
		line-height: 1.2;
	}

	.cta-type-1 .cta-type-1__heading,
	.cta-type-1 .cta-type-1__heading .high-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.cta-type-1 .cta-type-1__description {
		font-size: 1rem;
		line-height: 1.4;
	}
}

@media (max-width: 460px) {
	.cta-type-1 .cta-type-1__heading,
	.cta-type-1 .cta-type-1__heading .high-light {
		font-size: 1.5rem;
	}
}

/* End */
/* /local/templates/dw/components/bitrix/news.list/hero-type-2/style.css?17821506664850 */
/* /local/templates/dw/components/bitrix/news.list/embedded-features-type-1/style.css?17785489671630 */
/* /local/templates/dw/components/bitrix/news.list/cases-type-3/style.css?17821474153806 */
/* /local/templates/dw/components/bitrix/news.list/features-type-4/style.css?17821483193511 */
/* /local/templates/dw/components/bitrix/news.list/pricing-type-1/style.css?17821486165712 */
/* /local/templates/dw/components/bitrix/news.list/features-type-2/style.css?17821482364115 */
/* /local/templates/dw/components/bitrix/news.list/reviews-type-1/style.css?17821484264000 */
/* /local/templates/dw/components/bitrix/news.list/certificates-type-1/style.css?17821480094039 */
/* /local/templates/dw/components/bitrix/news.list/features-type-1/style.css?17821475213904 */
/* /local/templates/dw/components/bitrix/news.list/faq-type-1/style.css?17821484913109 */
/* /local/templates/dw/components/bitrix/news.detail/cta-type-1/style.css?17821485381102 */
