

/* Start:/local/templates/pr_internet/components/bitrix/catalog.section.list/lestnicy/style.css?17873997767969*/
ul.bx_sitemap_ul {
    padding-left: 20px;
    padding-left: 0;
}
ul.bx_sitemap_ul ul {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 8px;
}
.bx_sitemap .bx_sitemap_ul li {
    list-style: none;
}
.pri-lestnicy-sections-wrapper .bx_sitemap_li_title a.link-depth-1 {
	text-transform: uppercase;
}

/*a.link-depth-2 */.count-elements {
	display: none;
}



/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
} 
@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 20px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:not(.li-depth-1):before {
	content: "•" !important;
	margin-right: 4px;
}

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 13px;
}
.bx_sitemap .bx_sitemap_li_title:not(.txt--bold) {
	font-weight: normal;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
/*	white-space: nowrap;*/
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

@media (min-width: 779px) {
	.pri-lestnicy-sections-wrapper {
		/* position: sticky; */
		/* top: 10px; */
	}
	.bx_sitemap_ul {
		margin-top: 0;
	}
}
@media (max-width: 778px) {
	.bx_sitemap {
		margin-bottom: 0;
	}
	.bx_sitemap_ul .li-depth-2 {
		display: flex;
	}
	.bx_sitemap_ul {
		margin-top: 20px;
		columns: 2;
		margin-bottom: 0;
	}
}
/* End */


/* Start:/include/section_home_catalog.css?178741762510276*/
/* Catalog Tabs Styling */
.home-catalog-section {
	padding: 40px 0;
	background-color: #ffffff;
}

/* Tabs switcher container */
.catalog-tabs-nav {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 35px;
	border-bottom: 2px solid #f1f5f9;
	padding-bottom: 20px;
}

.catalog-tab-trigger {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	padding: 10px 22px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	min-width: 175px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.tab-trigger__content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #334155;
	transition: color 0.2s ease;
	line-height: 1.2;
}

.tab-trigger__back-icon {
	display: inline-flex;
	align-items: center;
	font-size: 17px;
	font-weight: 800;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	margin-right: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-trigger__preview {
	max-height: 0;
	opacity: 0;
	margin-top: 0;
	transform: translateY(-4px);
	transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, transform 0.3s ease, margin-top 0.3s ease;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.tab-trigger__img {
	width: 90px;
	height: 60px;
	object-fit: contain;
	border-radius: 8px;
	background: #ffffff;
	padding: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

.catalog-tab-trigger:hover {
	background-color: #f1f5f9;
	border-color: #cbd5e1;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.catalog-tab-trigger:hover .tab-trigger__content {
	color: #0f172a;
}

/* Иконка появляется при наведении */
.catalog-tab-trigger:hover .tab-trigger__preview {
	max-height: 80px;
	opacity: 1;
	margin-top: 8px;
	transform: translateY(0);
}

/* Если любая кнопка нажата, то иконки видны у всех кнопок */
.catalog-tabs-nav.has-active-tab .catalog-tab-trigger .tab-trigger__preview {
	max-height: 80px;
	opacity: 1;
	margin-top: 8px;
	transform: translateY(0);
}

/* Выбранная активная вкладка */
.catalog-tab-trigger.is-active {
	background: #ff9a00;
	border-color: #ff9a00;
	box-shadow: 0 8px 22px rgba(255, 154, 0, 0.32);
	transform: translateY(-2px);
}

.catalog-tab-trigger.is-active .tab-trigger__content {
	color: #ffffff;
}

/* На выбранной категории появляется стрелочка Назад */
.catalog-tab-trigger.is-active .tab-trigger__back-icon {
	max-width: 25px;
	opacity: 1;
	margin-right: 5px;
}

.catalog-tab-trigger.is-active .tab-trigger__img {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

/* Tab content panels */
.catalog-tab-panel {
	display: none;
}

.catalog-tab-panel.is-active {
	display: block;
	animation: fadeInTab 0.5s ease-out;
}

@keyframes fadeInTab {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Sub-category container styling */
.catalog-sub-group {
	margin-bottom: 50px;
}

.catalog-sub-group:last-child {
	margin-bottom: 0;
}

.catalog-sub-group-title {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 20px;
	padding-left: 12px;
	border-left: 4px solid #ff9a00;
	line-height: 1.2;
}

/* Grid of product items */
.catalog-items-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
	align-items: stretch; /* Выравнивает карточки в ряду по высоте */
}

/* Custom premium styling for homepage product items */
.catalog-items-grid .product-item {
	width: calc(33.333% - 13.4px);
	flex: none;
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	align-items: stretch !important;
	align-content: stretch !important;
	height: auto !important;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog-items-grid .product-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	border-color: #cbd5e1;
}

/* Fix product image sizing and aspect ratio 1:1 */
.catalog-items-grid .product-item__img-wrapper {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f8fafc;
}

.catalog-items-grid .product-item__img-wrapper::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 75%; /* Пропорция 4:3 для красивого вывода лестниц */
}

.catalog-items-grid .product-item__img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	margin: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.catalog-items-grid .product-item:hover .product-item__img {
	transform: scale(1.05);
}

/* Product content layout */
.catalog-items-grid .product-item__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 20px;
	gap: 12px;
}

.catalog-items-grid .product-item__name {
	font-size: 15px;
	font-weight: 700;
	color: #1e293b;
	text-decoration: none;
	line-height: 1.4;
	transition: color 0.2s ease;
	margin-bottom: auto; /* Толкает цену вниз */
}

.catalog-items-grid .product-item__name:hover {
	color: #ff9a00;
}

.catalog-items-grid .product-item__price-line {
	margin-top: auto;
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.catalog-items-grid .product-item__price-title {
	font-size: 13px;
	color: #64748b;
	margin-bottom: 0;
}

.catalog-items-grid .product-item__price-val {
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 0;
}

.catalog-items-grid .product-item__price-desc {
	font-size: 12px;
	color: #94a3b8;
	margin-top: -6px;
	margin-bottom: 0;
}

/* Product footer & buttons */
.catalog-items-grid .product-item__footer {
	display: flex;
	gap: 8px;
	padding: 0 20px 20px 20px;
	background: #ffffff;
}

.catalog-items-grid .product-item__footer .btn,
.catalog-items-grid .product-item__footer .btn-simple-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	border: 1px solid transparent;
	white-space: nowrap;
}

.catalog-items-grid .product-item__footer .btn-simple-type[data-action="call__one_click"] {
	flex: 1.35;
	padding: 0 4px;
}

.catalog-items-grid .product-item__footer .btn-simple-type.bg-gray {
	flex: 0.65;
	padding: 0 4px;
}

.catalog-items-grid .product-item__footer .btn-simple-type[data-action="call__one_click"] {
	background-color: #039c36;
	color: #ffffff;
}

.catalog-items-grid .product-item__footer .btn-simple-type[data-action="call__one_click"]:hover {
	background-color: #02852e;
}

.catalog-items-grid .product-item__footer .btn-simple-type.bg-gray {
	background-color: #ff9a00;
	color: #ffffff;
	border-color: #ff9a00;
}

.catalog-items-grid .product-item__footer .btn-simple-type.bg-gray:hover {
	background-color: #e08800;
	color: #ffffff;
	border-color: #e08800;
}

/* Link all options line */
.catalog-all-options-line {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 15px;
}

.catalog-all-options-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #ff9a00;
	text-decoration: none;
	transition: all 0.3s ease;
	background: #ffe4c482;
	padding: 5px 12px;
	border-radius: 10px;
}

.catalog-all-options-link:hover {
	color: #d68000;
	background: #ffe4c4c2;
}

.catalog-all-options-link::after {
	content: '→';
	font-size: 16px;
	transition: transform 0.2s ease;
}

.catalog-all-options-link:hover::after {
	transform: translateX(4px);
}

/* Mobile responsive styles */
@media (max-width: 991px) {
	.catalog-items-grid .product-item {
		width: calc(50% - 10px);
	}
	.catalog-tab-trigger {
		padding: 10px 20px;
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.home-catalog-section {
		padding: 25px 0;
	}
	.catalog-items-grid {
		gap: 10px;
		margin-bottom: 15px;
	}
	.catalog-items-grid .product-item {
		width: calc(50% - 5px) !important;
		border-radius: 8px;
	}
	.catalog-items-grid .product-item__content {
		padding: 10px 8px;
		gap: 6px;
	}
	.catalog-items-grid .product-item__name {
		font-size: 12.5px;
		line-height: 1.3;
	}
	.catalog-items-grid .product-item__price-line {
		gap: 4px;
		flex-wrap: wrap;
	}
	.catalog-items-grid .product-item__price-title {
		font-size: 11px;
	}
	.catalog-items-grid .product-item__price-val {
		font-size: 14px;
	}
	.catalog-items-grid .product-item__price-desc {
		font-size: 10px;
		margin-top: -2px;
	}
	.catalog-items-grid .product-item__footer {
		padding: 0 8px 10px 8px;
		gap: 6px;
		flex-direction: column;
	}
	.catalog-items-grid .product-item__footer .btn,
	.catalog-items-grid .product-item__footer .btn-simple-type {
		height: 32px;
		font-size: 10.5px;
		border-radius: 6px;
		width: 100%;
		padding: 0 4px;
	}
	.catalog-tabs-nav {
		gap: 8px;
		margin-bottom: 20px;
	}
	.catalog-tab-trigger {
		width: calc(50% - 4px);
		text-align: center;
		padding: 8px 6px;
		border-radius: 14px;
		min-width: unset;
	}
	.tab-trigger__content {
		font-size: 12px;
	}
	.tab-trigger__back-icon {
		font-size: 14px;
	}
	.tab-trigger__img {
		width: 75px;
		height: 50px;
		border-radius: 6px;
	}
	.catalog-tab-trigger:hover .tab-trigger__preview,
	.catalog-tabs-nav.has-active-tab .catalog-tab-trigger .tab-trigger__preview {
		max-height: 65px;
		margin-top: 6px;
	}
	.catalog-sub-group {
		margin-bottom: 30px;
	}
	.catalog-sub-group-title {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.catalog-all-options-line {
		text-align: center;
		margin-top: 10px;
	}
	.catalog-all-options-link {
		font-size: 12.5px;
		padding: 5px 10px;
	}
}

/* End */


/* Start:/include/section_why_us.css?17873947002472*/
/* Section Why Us Styles */
.section-why-us {
	padding: 60px 0;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

.why-us-container {
	display: flex;
	gap: 40px;
	align-items: stretch;
}

.why-us-info {
	flex: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.why-us-title {
	font-size: 28px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 24px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.why-us-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #ff9a00;
	margin-top: 12px;
	border-radius: 2px;
}

.why-us-text-block {
	font-size: 15px;
	line-height: 1.6;
	color: #334155;
	margin-bottom: 20px;
}

.why-us-text-block p {
	margin-bottom: 16px;
}

.why-us-text-block p:last-child {
	margin-bottom: 0;
}

/* Patent features box (Right column / card container) */
.why-us-features {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.feature-patent-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.feature-patent-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #ff9a00;
}

.feature-patent-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.1);
	border-color: #cbd5e1;
}

.feature-patent-header {
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.feature-patent-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.feature-patent-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

/* Custom premium icons for list */
.feature-patent-icon {
	flex: none;
	width: 24px;
	height: 24px;
	background: #fff8eb;
	border: 1px solid #ffe8cc;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff9a00;
	font-weight: 700;
	font-size: 13px;
}

.feature-patent-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #475569;
	margin: 0;
}

/* Mobile styles */
@media (max-width: 991px) {
	.why-us-container {
		flex-direction: column;
		gap: 30px;
	}
}

@media (max-width: 576px) {
	.why-us-title {
		font-size: 22px;
	}
	.feature-patent-card {
		padding: 20px;
	}
}

/* End */


/* Start:/include/section_work_flow.css?17873947006593*/
/* Timeline / Steps Styling */
.work-flow-section {
	padding: 40px 0;
	background-color: #ffffff;
}

.work-flow-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 700;
	color: #222;
}

.work-flow-container {
	position: relative;
	width: 100%;
	padding: 20px 0;
}

/* Background animated line connecting steps */
.work-flow-progress-line {
	position: absolute;
	top: 72px; /* Center of the icons vertically */
	left: 5%;
	right: 5%;
	height: 3px;
	background: #eaeaea;
	z-index: 1;
	border-radius: 2px;
	overflow: hidden;
}

.work-flow-progress-line__active {
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, 
		#ff3b30, /* Красный */
		#ff9500, /* Оранжевый */
		#ffcc00, /* Желтый */
		#4cd964, /* Зеленый */
		#5ac8fa, /* Голубой */
		#007aff, /* Синий */
		#5856d6, /* Фиолетовый */
		#ff3b30  /* Красный для бесшовного стыка */
	);
	background-size: 200% 100%;
	animation: progress-flow-anim 3s linear infinite;
	transition: animation-duration 0.8s ease-in-out, transform 0.8s ease-in-out;
}

@keyframes progress-flow-anim {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.work-flow {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	position: relative;
	list-style: none;
	gap: 15px;
	z-index: 2;
}

/* Card item styling */
/* Card item styling */
.work-flow__item {
	flex: 1;
	min-width: 110px;
	background-color: #fafafa;
	border: 1px solid #eaeaea;
	padding: 24px 10px 20px 10px;
	border-radius: 8px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	cursor: pointer;
	overflow: hidden;
}

/* Slight border highlight on active state */
.work-flow__item.is-active {
	border-color: rgba(255, 154, 0, 0.5);
	box-shadow: 0 8px 20px rgba(255, 154, 0, 0.08);
}

/* Rainbow light glint (shimmer line) */
.work-flow__item::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 90px;
	background: linear-gradient(90deg, 
		transparent, 
		rgba(255, 59, 48, 0.3), 
		rgba(255, 149, 0, 0.4), 
		rgba(255, 204, 0, 0.4), 
		rgba(76, 217, 100, 0.4), 
		rgba(90, 200, 250, 0.4), 
		rgba(0, 122, 255, 0.4), 
		rgba(88, 86, 214, 0.3), 
		transparent
	);
	transform: skewX(-25deg);
	left: -140px;
	z-index: 1;
	pointer-events: none;
	transition: none; /* Instant reset back to left */
}

/* Animation trigger for passing glint */
.work-flow__item.is-active::before {
	left: 130%;
	transition: left 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-flow__item:hover {
	transform: translateY(-8px);
	border-color: #ff9a00;
	background-color: #ffffff;
	box-shadow: 0 12px 30px rgba(255, 154, 0, 0.12);
}

.work-flow__item:hover::before {
	left: 130%;
	transition: left 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-flow__item.is-active .work-flow__item-icon {
	border-color: #ff9a00;
	box-shadow: 0 4px 15px rgba(255, 154, 0, 0.2);
	transform: scale(1.06);
}

.work-flow__item.is-active .work-flow__step-num {
	color: #ff9a00;
	opacity: 0.8;
}

/* Step Number Badge */
.work-flow__step-num {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 16px;
	font-weight: 800;
	color: #ddd;
	transition: color 0.3s ease;
}

.work-flow__item:hover .work-flow__step-num {
	color: #ff9a00;
}

/* Icon Container & Animation */
.work-flow__item-icon-wrapper {
	position: relative;
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.work-flow__item-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffffff;
	border: 1.5px solid #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	transition: all 0.4s ease;
	animation: float-icon 4s ease-in-out infinite alternate;
}

.work-flow__item:nth-child(even) .work-flow__item-icon {
	animation-delay: -2s;
}

.work-flow__item:hover .work-flow__item-icon {
	transform: scale(1.08);
	border-color: #ff9a00;
	box-shadow: 0 6px 15px rgba(255, 154, 0, 0.2);
}

.work-flow__item-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

@keyframes float-icon {
	0% { transform: translateY(0); }
	100% { transform: translateY(-5px); }
}

.work-flow__item-name {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	color: #333;
	transition: color 0.3s ease;
}

.work-flow__item:hover .work-flow__item-name {
	color: #000;
}

/* Mobile responsive timeline layout (Vertical Stack) */
@media (max-width: 991px) {
	.work-flow {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	.work-flow__item {
		flex: none;
		width: calc(33.333% - 15px);
		min-width: 130px;
	}
	.work-flow-progress-line {
		display: none; /* Hide line when wrapped */
	}
}

@media (max-width: 768px) {
	.work-flow-container {
		padding: 10px 0;
	}
	
	.work-flow-progress-line {
		display: none; /* Hide progress line on small screens */
	}
	
	.work-flow {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px 8px; /* 16px vertical, 8px horizontal gaps */
	}
	
	.work-flow__item {
		width: 22%; /* Fits 4 in a row, remaining 3 wrap centered below */
		min-width: 65px;
		background: transparent !important;
		border: none !important;
		box-shadow: none !important;
		padding: 0;
		text-align: center;
		flex-direction: column;
		align-items: center;
		gap: 0;
		overflow: visible;
	}
	
	.work-flow__item::before {
		display: none !important; /* Hide glider line on mobile for clean look */
	}
	
	.work-flow__item:hover {
		transform: translateY(-3px);
	}
	
	.work-flow__item-icon-wrapper {
		margin-bottom: 6px;
		width: 48px;
		height: 48px;
	}
	
	.work-flow__item-icon {
		width: 46px;
		height: 46px;
		border: none !important;
		background: transparent !important;
		box-shadow: none !important;
		animation: none !important; /* Stop floating on mobile for performance */
	}
	
	.work-flow__item-icon img {
		width: 32px;
		height: 32px;
	}
	
	.work-flow__step-num {
		display: none !important; /* Hide numbers on mobile */
	}
	
	.work-flow__item-name {
		font-size: 11px;
		font-weight: 600;
		line-height: 1.2;
		color: #444;
		text-align: center;
	}
	
	/* Soft highlight on mobile active step */
	.work-flow__item.is-active .work-flow__item-icon {
		transform: scale(1.15);
		filter: drop-shadow(0 0 8px rgba(255, 154, 0, 0.45));
	}
	
	.work-flow__item.is-active .work-flow__item-name {
		color: #ff9a00;
		font-weight: 700;
	}
}
/* End */
/* /local/templates/pr_internet/components/bitrix/catalog.section.list/lestnicy/style.css?17873997767969 */
/* /include/section_home_catalog.css?178741762510276 */
/* /include/section_why_us.css?17873947002472 */
/* /include/section_work_flow.css?17873947006593 */
