

/* Start:/inzhiniring/styles.css?17733990698668*/
.w1126 h1 {
	color: #1D8ECA !important;
}

.w1126 h2 {
	color: #1D8ECA !important;
	font-size: 28px;
	font-weight: bold;
	font-family: Helvetica, sans-serif !important;
	text-transform: uppercase;
	padding: 5px 0 15px;
}

.frm-feedback h2 {
	color: #1D8ECA !important;
	font-size: 28px !important;
}

.inzhiniring-sections {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.catalog-new-sidebar {
	width: 262px !important;
	margin-top: -25px;
}

.catalog-new-layout {
	gap: 26px !important;
}

.catalog-new-sidebar .categories .l1>li.active .wrap a {
	text-decoration-thickness: 1px !important;

}

.catalog-new-sidebar .categories .l2>li a {
	text-decoration-thickness: 1px !important;

}

.catalog-new-sidebar .categories .l2>li a:hover {
	text-decoration: none;
	color: #000 !important;
}

.catalog-new-sidebar .categories .l2>li.active a {
	text-decoration: none !important;
	color: #5698cc !important;

}

.catalog-new-detail-content {
	padding: 42px 0 0;
}

.inzhiniring-section-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0px 20px 0px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}

.inzhiniring-section-item:hover {
	border-color: #0088cc;
	box-shadow: 0 4px 12px rgba(0, 136, 204, 0.15);
}

.inzhiniring-section-icon {
	width: 150px !important;
	height: 150px !important;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inzhiniring-section-icon img {
	width: 150px !important;
	height: 150px !important;
	object-fit: contain !important;
}

.inzhiniring-section-noimg {
	width: 80px;
	height: 80px;
	background: #f0f0f0;
	border-radius: 0;
}

.inzhiniring-section-name {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 1.3;
	color: #333333;
	padding: 0 7px 0 7px;
}

@media (max-width: 992px) and (min-width: 741px) {
	.inzhiniring-sections {
		grid-template-columns: repeat(3, 1fr);
	}

	.inzhiniring-section-icon {
		width: 100px;
		height: 100px;
	}


	.catalog-new-page.inzh-section-page .catalog-new-sidebar {
		display: none;
	}

	.catalog-new-page.inzh-section-page .fw.catalog-columns.mob-hide {
		display: block;
		width: 100%;
	}

	.catalog-new-page.inzh-section-page .fw.catalog-columns.mob-hide .categories {
		width: 100%;
	}

	.catalog-new-page.inzh-section-page .fw.catalog-columns.mob-hide .categories .l1>li .wrap a {
		display: block;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.catalog-new-detail-content {
		padding-top: 0px;
	}

	.inzhiniring-section-item {
		padding: 0px 0px 0px 0px;

	}

	.inzhiniring-sections {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 10px;
	}

	.inzhiniring-section-item {
		flex-direction: column;
		align-items: center;
		padding: 5px;
		border-radius: 0;
		border: 1px solid #e5e5e5;
		background: #fff;
		justify-content: center;
		width: 260px;
		height: 260px;
		margin: 0 auto;

	}

	.w1126 h1 {
		font-size: 16.3px !important;
	}

	.w1126 h2 {
		font-size: 16.3px !important;
		line-height: 1.3;
	}

	body .frm-feedback h2 {
		text-align: left !important;
		font-size: 16.3px !important;
	}

	.inzhiniring-section-icon {
		width: 150px !important;
		height: 150px !important;
		min-width: 150px;
		margin-bottom: 5px !important;
		margin-top: 0 !important;
		margin-right: 0;
		border: none;
		border-radius: 0;
		padding: 0px !important;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.inzhiniring-section-name {
		text-align: center;
		font-size: 16px !important;
		font-family: 'Montserrat', sans-serif !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #5D5D5D !important;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.inzhiniring-section-noimg {
		width: 150px !important;
		height: 150px !important;
	}

	.inzhiniring-section-icon img {
		width: 150px !important;
		height: 150px !important;
	}
}

@media (max-width: 480px) {
	.inzhiniring-section-icon {
		width: 150px !important;
		height: 150px !important;
		min-width: 150px;
		padding: 0;
		margin-bottom: 5px !important;
		margin-top: 0 !important;
	}

	.inzhiniring-section-icon img {
		width: 150px !important;
		height: 150px !important;
	}

	.inzhiniring-section-noimg {
		width: 150px !important;
		height: 150px !important;
	}

	.inzhiniring-section-name {
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.inzhiniring-section-item {
		padding: 5px;
	}
}

.catalog-new-detail h1 {
	padding: 5px 0 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
}

.inzhiniring-text-block {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 20px 0;
}

.inzhiniring-text-block p {
	line-height: 1.4;
	color: #5D5D5D;
	margin-top: 20px;
}

.inzhiniring-text-block h2,
.inzhiniring-text-block h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #5D5D5D;
}

.inzhiniring-text-block ul,
.inzhiniring-text-block ol {
	margin-left: 20px;
	margin-bottom: 15px;
}

.inzhiniring-text-block li {

	line-height: 1.4;
}

.category-about.fw {
	margin-top: 0;
	margin-bottom: 20px;
}

.category-about.fw .w-column--full {
	overflow: hidden;
}

.category-about.fw .col1 {
	float: left;
	margin: 0 24px 16px 0;
}

.category-about.fw .col1 .photo {
	display: block;
	width: 262px;
	height: 200px;
	object-fit: contain;
	vertical-align: top;
	margin-bottom: 20px;
}

.category-about.fw .col1 .catalog-new-detail-noimg {
	width: 200px;
	height: 200px;
	background: #f0f0f0;
}

.category-about.fw .texts {
	overflow: hidden;
}

.category-about.fw .texts p {

	line-height: 1.4;
	color: #5D5D5D;
}

.category-about.fw .texts h2,
.category-about.fw .texts h3 {
	margin-top: 20px;
	color: #5D5D5D;
}

.category-about.fw .texts ul,
.category-about.fw .texts ol {
	margin-left: 20px;
}

.category-about.fw .texts li {
	line-height: 1.4;
}

.category-about.fw .col12 {
	clear: both;
	width: 100%;
}

@media (max-width: 768px) {
	.category-about.fw .col1 {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.mobile-catalog-show {
		position: relative !important;
		float: right;
		top: 0px !important;
	}

	.category-about.fw .col1 .catalog-new-detail-noimg {
		margin: 0 auto;
	}

	.category-about.fw .texts {
		display: block;
		width: 100%;
	}
}

.inzhiniring-text-block p {
	font-size: 16px;
	color: #5D5D5D;
}

.advantages-section {
	background: #fff;
	padding: 0px 0px 50px 0px;
}

.advantages-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto
}

.advantage-item {
	width: 265px;
	height: 84px;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0
}

.advantage-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 50px;
	background: transparent
}

.advantage-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px
}

.advantage-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block
}

.advantage-text {
	padding-right: 5px;
	flex: 1;
	min-width: 0
}

.advantage-title {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #505050;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (max-width:1200px) {
	.advantages-container {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px
	}

	.advantage-item {
		width: calc(50% - 15px)
	}

	.advantage-item:not(:last-child)::after {
		display: none
	}
}

@media (max-width:768px) {
	.advantages-container {
		flex-direction: column;
		align-items: center;
		gap: 20px
	}

	.advantage-item {
		width: 100%;
		margin: 0 auto
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.advantage-item {
		display: -ms-flexbox;
		-ms-flex-align: center
	}

	.advantages-container {
		display: -ms-flexbox;
		-ms-flex-pack: justify
	}
}

@media (max-width: 768px) {
	.equipment-section .equipment-slider-wrapper {
		overflow: hidden;
		width: 260px;
		margin: 0 auto;
	}

	.equipment-section .inzhiniring-sections.equipment-slider-items {
		display: flex;
		flex-wrap: nowrap;
		gap: 0;
		transform: translateX(0);
		transition: transform 0.4s ease;
	}

	.equipment-section .equipment-slider-item {
		flex: 0 0 auto;
		margin: 0;
		box-sizing: border-box;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1765464817970*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	row-gap: 5px;
	max-width: calc(100% - 220px);
}

@media (max-width: 768px) {
	.bx-breadcrumb {
		max-width: 100%;
		row-gap: 0px;
	}
}

.bx-breadcrumb-item {
	min-height: 22px;
	line-height: 22px;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
	text-decoration-color: #3f3f3f !important;
		color: #3f3f3f !important;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;

	
}
/* End */
/* /inzhiniring/styles.css?17733990698668 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1765464817970 */
