.slider-article-1,
.slider-article-2 {
	margin: 0 -10px;
}
.slider-article-1 .slick-initialized .slick-slide,
.slider-article-2 .slick-initialized .slick-slide {
	margin-bottom: 0;
	height: 100% !important;
}

.slick-track {
	gap: 10px;
}


.slider-article-1 {
	display: none;
}
.damage-options {
	display: flex;
	justify-content: space-around;
	margin-top: 24px;
	padding: 16px;
	background: #FEEFF2;
	border-radius: 16px;
}
.damage-options__item {
	padding: 20px;
}
.damage-options__img img {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	box-shadow: 0 6px 14px rgba(163, 163, 163, 0.25);
}
.damage-options__text {
	margin-top: 12px;
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: 16px;
	line-height: 16px;
	color: #27388A;
	text-align: center;
}
.b-article p.damage-options__text {
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	.damage-options--desktop {
		display: none;
	}
	.slider-article-1 {
		display: block;
	}
	.damage-options {
		padding: 9px;
		border-radius: 8px;
		background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) -34%, rgb(255, 240, 243) 50%, rgb(255, 219, 226) 100%);
		background: linear-gradient(90deg, rgb(255, 255, 255) -34%, rgb(255, 240, 243) 50%, rgb(255, 219, 226) 100%);
	}
	.damage-options__item {
		padding: 9px;
	}
}

.b-article__tech {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
	padding: 24px 53px 24px 24px;
	background: #FFF3E6;
	border-radius: 8px;
}
.b-article__tech-content {

}
.b-article__tech .b-article__subtitle {
	margin-top: 0;
}
.b-article__tech .b-article-content__list li:before {
	left: 5px;
}
.b-article__content .b-article__tech-img img {
	display: block;
	max-width: 210px;
}

@media screen and (max-width: 948px) {
	.b-article__tech {
		margin-top: 124px;
		padding: 124px 24px 24px 24px;
	}
	.b-article__tech-img {
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		border: 4px solid #FFF3E6;
		border-radius: 100%;
	}
}
@media screen and (max-width: 767px) {
	.b-article__tech {
		margin-top: 110px;
		padding: 85px 24px 24px 24px;
	}
	.b-article__content .b-article__tech-img img {
		max-width: 169px;
	}
}