

/* Start:/bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17665606171665*/
.detail_picture {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	display: block;
	overflow: hidden;
}
.case-preview-text {
	background: #eeffe8;
	border-radius: 20px;
	padding: 40px 20px;
	margin-top: 20px;
}
.case-item__term {
	position: absolute;
	right: 40px;
	bottom: 20px;
	border-radius: 20px;
	padding: 30px;
	background: #eeffe8;
}
.i-green {
	border-radius: 20px;
	padding: 30px;
	background: #f5f5f5;
	height: 100%;
}
.addvs-item-title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 10px;
}
.addvs-item {
	background: #ffece1;
	border-radius: 20px;
	padding: 30px;
	height: 100%;
}
.addvs-item ul {
	padding-left: 1rem;
}
.row-addvs .col-12:nth-child(3n+1) .addvs-item {
	background: #ffece1; /* Первый элемент цикла - красный */
}

.row-addvs .col-12:nth-child(3n+2) .addvs-item {
	background: #e8f5ff; /* Второй элемент цикла - синий */
}

.row-addvs .col-12:nth-child(3n+3) .addvs-item {
	background: #eeffe8; /* Третий элемент цикла - зелёный */
}
.fs-26 {
	font-size: 26px;
}
.fs-20 {
	font-size: 20px;
}

@media (min-width: 991px) {
	.news-detail img {
		height: 100% !important;
		width: 100% !important;
		max-width: none !important;
		object-fit: cover;
	}
}
@media (max-width: 1330px) {
	.fs-30 {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.case-preview-text {
		margin-top: 0;
	}
	.case-item__term {
		right: 30px;
		border-radius: 10px;
		padding: 10px;
	}
	.i-green {
		padding: 20px;
	}
	.addvs-item-title {
		font-size: 18px;
	}
	.addvs-item {
		padding: 16px;
	}
}
@media (max-width: 576px) {
	.case-preview-text {
		margin-top: 20px;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17665606171665 */
