

/* Start:/bitrix/templates/mebel_2024/components/bitrix/news/services/bitrix/news.detail/raspil/style.css?17438485425073*/
#text_img_list {
	display: flex;
	gap: 50px;
	flex-direction: column;
}

.rounded {
	border-radius: 24px;
	overflow: hidden;
}

#text_img_list .row {
	display: flex;
	flex-direction: row;
	--gap-text: 30px;
}

#text_img_list .row .dump_el {
	flex: 0 0 calc(100% / 3);
}

@media screen and (max-width: 986px) {
	#text_img_list .row .dump_el {
		flex-basis: calc(100% / 4);
	}
}

@media screen and (max-width: 830px) {
	#text_img_list .row .dump_el {
		flex-basis: calc(100% / 6);
	}
}

@media screen and (max-width: 768px) {
	#text_img_list .row .dump_el {
		display: none;
	}
	.attention__wrapper {
		flex-direction: column-reverse;
	}
}

#text_img_list .img_text {
	display: flex;
	flex-direction: row;
	flex: 1;
	background-color: #F3F8F8;
	color: #1F7E92;
	font-weight: bold;
}

#text_img_list .img_text span {
	color: #D9653F;
}

#text_img_list .file_image {
	position: relative;
	min-height: 270px;
	flex: 1 0 50%;
}

#text_img_list .file_image img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#text_img_list .file_image.obj-fit-contain {
	background-color: white;
}

#text_img_list .file_image.obj-fit-contain img {
	object-fit: contain;
}

#text_img_list .file_image.bordered {
	border: 6px solid #F3F8F8;
}

#text_img_list .file_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--gap-text);
}

#text_img_list .img_text span.numerator {
	display: inline-block;
	float: left;
	font-size: 1.5em;
	margin-right: .35em;
	transform: scaleY(180%);
	color: #1F7E92;
	font-weight: 500;
	line-height: 1.67;
}

.attention_lead p {
	margin-top: 1em;
}


@media screen and (min-width: 575px) {
	#text_img_list .row:nth-child(odd),
	#text_img_list .row:nth-child(odd) .img_text {
		flex-direction: row-reverse;
	}
	.main__nav .main__nav-item:last-child {
		opacity: 1;
	}
}

#video_block {
	display: flex;
}

#video_block video {
	width: 100%;
	height: auto;
}

#benefits {
	background-color: #F3F8F8;
	padding: 80px 0;
}

#benefits .benefits_list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}

#benefits .benefit-item {
	max-width: 980px;
	background-color: white;
	width: 80%;
	display: flex;
	padding: 2em;
	color: #D9653F;
	font-weight: bold;
	align-items: center;
}

#benefits .benefit-item img {
	width: 90px;
	height: auto;
	margin-right: 30px;
}

.main_nav_mobile_service {
	display: none;
}

.equip_img.benefit {
	background-color: #F3F8F8;
	margin-bottom: 20px;
	text-align: center;
	padding: 2em;
	color: #d9653f;
	font-weight: bold;
}

.attention__wrapper .equip_img.benefit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

.attention__wrapper .equip_img.benefit img {
	width: auto;
	height: 70px;
	margin: 0 auto 12px;
}


@media screen and (max-width: 575px) {
	#text_img_list .img_text {
		/*flex-direction: column;*/
		display: block;
	}
	#text_img_list .file_image {
		min-height: 216px;
	}
	#text_img_list .file_image.vertical {
		min-height: 320px;
	}
	#text_img_list {
		gap: 30px;
	}
	#benefits .benefit-item {
		width: 100%;
		flex-direction: column;
		text-align: center;
	}
	#benefits .benefit-item img {
		margin-right: 0;
		margin-bottom: 10px;
		width: 80px;
	}
	.attention__wrapper .equipment img {
		margin-bottom: 15px;
	}
	.service-page__wrapper {
		background-color: #F5F5F5;
	}
	.service-page__bg_wrap .service-page__bg_img {
		z-index: 0;
	}
	.service-page__bg_wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 70%;
	}
	.service-page__bg_wrap:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30%;
		background: -moz-linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);

/*background: -moz-linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.36458333333333337) 25%, rgba(245,245,245,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.36458333333333337) 25%, rgba(245,245,245,1) 100%);
background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.36458333333333337) 25%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);*/
	}
	.service-page__inner .service-page__inner-block {
		margin-bottom: 20px;
	}
	#text_img_list .file_text {
		padding: calc(var(--gap-text) / 1.5);
	}

	.main__wrapper .main__nav {
		display: none;
	}
	.main_nav_mobile_service {
		display: block;
		font-size: 13px;
	}
	.main_nav_mobile_service svg {
		stroke: #080c0b;
		transform: rotate(180deg);
		margin-right: .75em;
	}
	.main_nav_mobile_service a {
		display: flex;
		align-items: center;
	}
	body .main {
		padding-top: 73px;
	}
}
















/* End */


/* Start:/bitrix/templates/mebel_2024/components/bitrix/breadcrumb/breadcrumb/style.min.css?1743634596786*/
.main__nav{display:-webkit-box;display:-ms-flexbox;display:flex;color:#657474;font-size:13px}.main__nav_correct{-ms-flex-wrap:wrap;flex-wrap:wrap}.main__nav-item{position:relative;margin-right:.5em}.main__nav-item:hover{color:#4f8793}@media (max-width:576px){.main__nav-item_arrow{padding-left:15px}.main__nav-item_arrow::before{position:absolute;content:"";width:10px;height:10px;background:url(/bitrix/templates/mebel_2024/components/bitrix/breadcrumb/breadcrumb/../images/arrow-big.svg) center center no-repeat;left:0;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.main__nav-item_arrow:after{display:none}}.main__nav-item:last-child{opacity:0}.main__nav-item:last-child span.main__href{color:#BCCACA}.main__nav .divider{margin-right:.5em;color:#BCCACA}
/* End */
/* /bitrix/templates/mebel_2024/components/bitrix/news/services/bitrix/news.detail/raspil/style.css?17438485425073 */
/* /bitrix/templates/mebel_2024/components/bitrix/breadcrumb/breadcrumb/style.min.css?1743634596786 */
