

/* Start:/local/templates/altelect/components/bitrix/catalog/altelect/style.min.css?1781101703959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/altelect/components/bitrix/catalog.section.list/altelect_left/style.css?17811017032097*/
/* Общий контейнер */
.sidebar .category-list {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

/* Список */
.sidebar .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Элемент списка */
.sidebar .category-list ul li {
  border-bottom: 1px solid #e0e0e0;
}

.sidebar .category-list ul li:last-child {
  border-bottom: none;
}

/* Ссылки */
.sidebar .category-list ul li a {
  display: flex;
  align-items: center;
  gap: 10px; /* расстояние между иконкой и текстом */
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, transform 0.2s ease;
  transform-origin: center;
  transform: translateZ(0);
  text-transform: uppercase;
}

/* Ховер-эффект */
.sidebar .category-list ul li a:hover {
  background: #f5f5f5;
  color: #000;
  transform: translateZ(0) scale(1.05);
}

/* Активный пункт (например, Semiconductors) */
.sidebar .category-list ul li.active a {
  background: #f0f0f0;
  font-weight: 600;
}

/* Последний пункт "ВСЕ РАЗДЕЛЫ КАТАЛОГА" */
.sidebar .category-list-title a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #444;
  background: #fafafa;
  padding: 12px;
}

.category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li {
  border-bottom: 1px solid #eee;
  margin-top: 0.5px;
}

.category-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  transition: background 0.2s, transform 0.2s ease;
  transform-origin: center;
  transform: translateZ(0);
}

.category-list a:hover {
  background: #f5f5f5;
  transform: translateZ(0) scale(1.05);
}

.category-list a.active {
  background: #e0e0e0;
}

.category-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}
/* .sidebar {
  background: #f7f7f7;
  border-radius: 12px;
} */
/* End */


/* Start:/local/templates/altelect/components/bitrix/catalog.section.list/altelect-section-list/style.css?178110170315503*/
/* 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; display: flex;}

.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;
}

.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_tile_category_block {
	display: flex;
    /*width: 23%;*/
	width: calc(25% - 35px); /* учёт gap */
    height: 250px;
    background-color: white;
	border: 1px solid rgb(235, 235, 235);
    align-items: center;
	cursor: pointer;
	justify-content: center;
	padding: 5px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bx_tile_category_block:hover {
	transform: translateY(-5px); /* смещение вверх */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* тень */
}

.bx_tile_category_block .bx_sitemap_category_title {
	height: 100%;
	width: 100%;
	justify-content: center;
	flex-direction: column;
	align-content: center;
}


.bx_tile_category_block .bx_sitemap_category_title li  {
	text-align: center;
	width: 100%;
}


/* Представление плитками внутри list */

/* list */

/* Верхняя панель каталога (синхронизировано с catalog.section / altelect-section) */
.title-panel-catalog {
	display: flex;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.42857143;
    justify-content: space-between;
    align-items: center;
    background-color: #e5e9ed;
	margin-bottom: 15px;
	min-height: 45px;
}
.title-panel-catalog h1 {
	margin: 5px;
}
.view_box {
	display: flex;
	align-items: center;
	gap: 5px;
}
.view_box i {
	cursor: pointer;
}

/* Сортировка */
.sort-dropdown {
	display: flex;
    align-items: center;
    gap: 15px;
}
/* Сортировка */

/* Из bootstrap (кнопка сортировки в панели) */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.hide {
    display: none !important;
}

.dropdown {
	position: relative;
}

.sort-dropdown {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.title-panel-catalog .sort_name {
    font-size: 14px;
    line-height: 1.42857143;
}
.title-panel-catalog .checkbox-in-stock,
.title-panel-catalog .checkbox-in-stock span {
    font-size: 14px;
    line-height: 1.42857143;
}

.checkbox-in-stock, .sort-dropdown, .view_box {
    width: 50%;
}
.view_box {
    justify-content: flex-end;
}
.title-panel-catalog {
    justify-content: flex-end !important;
}

.title-panel-catalog.start {
    justify-content: flex-start !important;
}
/* Верхняя панель каталога */

.bx_sitemap { 
	margin-bottom: 30px;
	background-color: white; 
}

.bx_sitemap_ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	gap: 30px;
	padding: 0;
}

.bx_sitemap_ul li {
	width: 100%;
	list-style-type: none;
}

.bx_sitemap_category_title li {
	width: 32%;
}

.bx_sitemap_ul li ul {
	padding: 0;
}

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

.bx_sitemap .bx_sitemap_li_title.level_1 {
	margin-left: 10px;
}

.bx_sitemap .bx_sitemap_li_title.level_1 a,
.bx_sitemap .bx_sitemap_li_title.level_1 .title  {
	font-size: 18px;
	color: black;
	white-space: normal;
	font-weight: bold;
}

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

/* TODO: */
.bx_sitemap_li_title.level_1 a,
.bx_sitemap .bx_sitemap_li_title.level_1 .title {
    display: inline; /* или block, если нужно на всю ширину */
    overflow-wrap: break-word; /* аналогично, современное свойство */
    white-space: normal !important; /* разрешить перенос строк */
    max-width: 100%; /* ограничить ширину контейнера */
	text-transform: uppercase;
	line-height: normal;
}

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

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

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

.bx_sitemap_category_title {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    /* justify-content: flex-end; */
    align-items: center;
}

.bx_sitemap_category_title img {
	width: 70px;
	height: 70px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: black;
	white-space: normal;
	font-size: 13px;
	text-decoration: unset;
	cursor: pointer;
}

.bx_sitemap .bx_sitemap_li_title .title {
	cursor: pointer;
}

.bx_sitemap_category_block {
    width: 30%;
	padding: 5px;
}

.bx_sitemap_category_block ul {
	padding: 0;
	margin-top: 5px;
}

.bx_sitemap_category_list li, .bx_sitemap_category_list h2, .bx_sitemap_category_list a {
	max-width: 100%;
}

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

.bx_sitemap .bx_sitemap_li_title.level_2:hover { 
	text-decoration: underline 
}

.bx_sitemap .bx_sitemap_li_title.level_2 a,
.bx_sitemap .bx_sitemap_li_title.level_2 .title {
	position: relative;
}

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; color: var(--grey); }

@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; }

/* Количество товаров в разделе */
.count-products.count-main,
.count-products.count-item {
	font-size: 12px;
    color: var(--grey);
    text-align: left;
	bottom: 0;
	text-transform: none;
}
.count-products.count-main::before {
    content: "";
    display: block;
}

.bx_sitemap_li_title.level_2 .count-products {
	/*bottom: 2px;*/
    position: absolute;
    margin-left: 5px;
}
/* Количество товаров в разделе */

.bx_tile_category_block .title {
	display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	margin-top: 10px;
	text-align: center;
}
/*
.bx_tile_category_block .bx_sitemap_category_title {
	position: relative;
}

.bx_tile_category_block .bx_sitemap_li_title.level_1 a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
	*/

.breadcrumbs {
	margin: 10px 0;
}

/* Адаптивность */
@media (max-width: 991.98px) {
	.title-panel-catalog {
		padding: 6px 8px;
		min-height: 40px;
		gap: 8px;
		flex-wrap: wrap;
		justify-content: space-between !important;
	}
	.title-panel-catalog .sort-dropdown,
	.title-panel-catalog .checkbox-in-stock,
	.title-panel-catalog .view_box {
		width: auto;
		flex: 1 1 auto;
	}
	.title-panel-catalog .sort-dropdown {
		order: 1;
		justify-content: flex-start;
		gap: 10px;
	}
	.title-panel-catalog .checkbox-in-stock {
		order: 2;
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 14px;
	}
	.title-panel-catalog .view_box {
		order: 3;
		justify-content: flex-end;
		gap: 8px;
	}
}

@media (max-width: 767px) {

	.bx_tile_category_block {
		width: 70%;
		margin: auto;
	}

	.bx_sitemap_category_block {
		width: 100%;
	}

	.title-panel-catalog {
		padding: 6px;
		gap: 8px;
		min-height: 0;
	}
	.title-panel-catalog .sort-dropdown {
		width: 100%;
		order: 1;
	}
	.title-panel-catalog .checkbox-in-stock {
		width: 100%;
		order: 2;
	}
	.title-panel-catalog .view_box {
		width: 100%;
		order: 3;
		justify-content: flex-start;
	}

}
/* End */


/* Start:/local/templates/altelect/components/bitrix/breadcrumb/.default/style.css?1781101703534*/

.breadcrumbs ul {
    display: flex;
    list-style-type: none;
    margin: unset;
    padding: unset;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumbs li {
    white-space: nowrap;
}

.breadcrumbs ul a {
    color: black;
    /*margin-left: 5px;*/
    font-size: 13px;
    text-decoration: unset;
    white-space: nowrap;
    text-decoration: underline;
}

.breadcrumbs ul a:hover {
  text-decoration: underline;
}

.breadcrumbs strong {
    font-weight: normal;
    white-space: normal;
}
.breadcrumbs {
    margin-top: 26px;
}


/* End */


/* Start:/local/templates/altelect/components/bitrix/system.pagenavigation/altermax_catalog_PAGEN_1/style.css?1781101703565*/
.pagination-area ul li a {
    border: 1px solid #e5e5e5;
    display: block;
    height: 30px;
    width: 30px;
    text-decoration: none;
    transition: all .4s ease-out .2s;
    border-radius: 3px;
    color:black;
}

.pagination-area ul li {
    background: #f5f5f5;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px 5px;
    width: 30px;
    text-align: center;
}

#pagination_altermax ul li a.active {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color:white;
}
/* End */


/* Start:/local/templates/altelect/components/bitrix/catalog.section/altelect-section/style.css?178110170320739*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.product-row {
	display: flex;
    /*justify-content: space-between;*/
	margin-bottom: 10px;
	--catalog-tile-gap: 2%;
	gap: var(--catalog-tile-gap);
}

.catalog-section:not(.catalog_section_line) .product-row {
	flex-wrap: wrap;
}

/* Поддержка LIST_PRODUCT_ROW_VARIANTS в режиме плитки */
.catalog-section:not(.catalog_section_line) .delete-col-xs-12,
.catalog-section:not(.catalog_section_line) .delete-col-xs-6,
.catalog-section:not(.catalog_section_line) .delete-col-sm-4,
.catalog-section:not(.catalog_section_line) .delete-col-sm-6,
.catalog-section:not(.catalog_section_line) .delete-col-md-2,
.catalog-section:not(.catalog_section_line) .delete-col-md-3,
.catalog-section:not(.catalog_section_line) .delete-col-md-4,
.catalog-section:not(.catalog_section_line) .delete-col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.catalog-section:not(.catalog_section_line) .delete-col-xs-6 {
	flex: 0 0 calc((100% - var(--catalog-tile-gap)) / 2);
	max-width: calc((100% - var(--catalog-tile-gap)) / 2);
	width: calc((100% - var(--catalog-tile-gap)) / 2);
}

@media (min-width: 768px) {
	.catalog-section:not(.catalog_section_line) .delete-col-sm-6 {
		flex: 0 0 calc((100% - var(--catalog-tile-gap)) / 2);
		max-width: calc((100% - var(--catalog-tile-gap)) / 2);
		width: calc((100% - var(--catalog-tile-gap)) / 2);
	}

	.catalog-section:not(.catalog_section_line) .delete-col-sm-4 {
		flex: 0 0 calc((100% - (2 * var(--catalog-tile-gap))) / 3);
		max-width: calc((100% - (2 * var(--catalog-tile-gap))) / 3);
		width: calc((100% - (2 * var(--catalog-tile-gap))) / 3);
	}
}

@media (min-width: 992px) {
	.catalog-section:not(.catalog_section_line) .delete-col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.catalog-section:not(.catalog_section_line) .delete-col-md-4 {
		flex: 0 0 calc((100% - (2 * var(--catalog-tile-gap))) / 3);
		max-width: calc((100% - (2 * var(--catalog-tile-gap))) / 3);
		width: calc((100% - (2 * var(--catalog-tile-gap))) / 3);
	}

	.catalog-section:not(.catalog_section_line) .delete-col-md-3 {
		flex: 0 0 calc((100% - (3 * var(--catalog-tile-gap))) / 4);
		max-width: calc((100% - (3 * var(--catalog-tile-gap))) / 4);
		width: calc((100% - (3 * var(--catalog-tile-gap))) / 4);
	}

	.catalog-section:not(.catalog_section_line) .delete-col-md-2 {
		flex: 0 0 calc((100% - (5 * var(--catalog-tile-gap))) / 6);
		max-width: calc((100% - (5 * var(--catalog-tile-gap))) / 6);
		width: calc((100% - (5 * var(--catalog-tile-gap))) / 6);
	}
}
/* END LIST_PRODUCT_ROW_VARIANTS */

.product-item-big-big-card {
    flex: 1;
}

.product-item-list-col-1-4,
.product-item-list-col-4-1 {
    display: flex;
    flex-direction: row;
    flex: 1;
}

/* 1-4 / 4-1: one big + four small */
.catalog-section:not(.catalog_section_line) .product-item-list-col-1-4,
.catalog-section:not(.catalog_section_line) .product-item-list-col-4-1,
.catalog-section:not(.catalog_section_line) .product-item-list-col-1-6,
.catalog-section:not(.catalog_section_line) .product-item-list-col-6-1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--catalog-tile-gap);
    align-items: start;
}

.catalog-section:not(.catalog_section_line) .product-item-list-col-1-4 > .product-item-big-big-card,
.catalog-section:not(.catalog_section_line) .product-item-list-col-1-4 > .product-items-small-card,
.catalog-section:not(.catalog_section_line) .product-item-list-col-4-1 > .product-item-big-big-card,
.catalog-section:not(.catalog_section_line) .product-item-list-col-4-1 > .product-items-small-card,
.catalog-section:not(.catalog_section_line) .product-item-list-col-1-6 > .product-item-big-card,
.catalog-section:not(.catalog_section_line) .product-item-list-col-1-6 > .product-item-small-card,
.catalog-section:not(.catalog_section_line) .product-item-list-col-6-1 > .product-item-big-card,
.catalog-section:not(.catalog_section_line) .product-item-list-col-6-1 > .product-item-small-card {
    width: 100%;
    max-width: 100%;
}

.catalog-section:not(.catalog_section_line) .product-item-list-col-1-4 > .product-items-small-card > .product-row,
.catalog-section:not(.catalog_section_line) .product-item-list-col-4-1 > .product-items-small-card > .product-row {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--catalog-tile-gap);
}

.catalog-section:not(.catalog_section_line) .product-item-list-col-1-4 > .product-items-small-card .delete-col-sm-4,
.catalog-section:not(.catalog_section_line) .product-item-list-col-4-1 > .product-items-small-card .delete-col-sm-4 {
    width: 100%;
    max-width: 100%;
}

/* 1-6 / 6-1: one big + five small */
.catalog-section:not(.catalog_section_line) .product-item-list-col-1-6 > .product-item-small-card > .product-row,
.catalog-section:not(.catalog_section_line) .product-item-list-col-6-1 > .product-item-small-card > .product-row {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--catalog-tile-gap);
}

.catalog-section:not(.catalog_section_line) .product-item-list-col-1-6 > .product-item-small-card .delete-col-md-4,
.catalog-section:not(.catalog_section_line) .product-item-list-col-6-1 > .product-item-small-card .delete-col-md-4 {
    width: 100%;
    max-width: 100%;
}
.catalog_section_line .product-item-list-col-1-4,
.catalog_section_line .product-item-list-col-4-1 {
    flex-direction: column;
}

.product-items-small-card {
    flex: 1 !important;
}

.product-items-small-card .product-item-big-card {
    width: 100%;
}

@media (max-width: 991px) {
    .catalog-section:not(.catalog_section_line) .product-item-list-col-1-4,
    .catalog-section:not(.catalog_section_line) .product-item-list-col-4-1,
    .catalog-section:not(.catalog_section_line) .product-item-list-col-1-6,
    .catalog-section:not(.catalog_section_line) .product-item-list-col-6-1 {
        grid-template-columns: 1fr;
    }
}

/* Малые карточки */

.catalog-section:not(.catalog_section_line) .product-items-small-card .product-item-big-card .product-description,
.catalog-section:not(.catalog_section_line) .product-items-small-card .product-item-big-card .product-price-detail-wrapper,
.catalog-section:not(.catalog_section_line) .product-items-small-card .product-item-big-card .to-basket-block,
.catalog-section:not(.catalog_section_line) .product-items-small-card .product-item-big-card .product-item-amount-description-container,
.catalog-section:not(.catalog_section_line) .product-item-small-card .product-item-big-card .product-description,
.catalog-section:not(.catalog_section_line) .product-item-small-card .product-item-big-card .product-price-detail-wrapper,
.catalog-section:not(.catalog_section_line) .product-item-small-card .product-item-big-card .to-basket-block,
.catalog-section:not(.catalog_section_line) .product-item-small-card .product-item-big-card .product-item-amount-description-container {
    display: none;
}
.catalog-section:not(.catalog_section_line) .product-items-small-card .product-item-big-card .product-item-image-wrapper,
.catalog-section:not(.catalog_section_line) .product-item-small-card .product-item-big-card .product-item-image-wrapper {
    height: 100px;
}

.catalog-section:not(.catalog_section_line) .product-items-small-card .product-item-big-card .product-item,
.catalog-section:not(.catalog_section_line) .product-item-small-card .product-item-big-card .product-item {
    flex-direction: row;
    flex-wrap: wrap;
}

.catalog-section:not(.catalog_section_line) .product-items-small-card .product-item-big-card .product-item-title a,
.catalog-section:not(.catalog_section_line) .product-item-small-card .product-item-big-card .product-item-title a {
    width: 100%;
    min-height: 1.2em;
    -webkit-line-clamp: 1;
}
/* Малые карточки */

.show-more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius);
    width: max-content;
    padding: 5px;
}

/* Заголовок раздела */
.page_title_section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 8px;
    background-color: #ffffff;
    border: 2px solid var(--main-color); /* основная рамка */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
  }
  
  .page_title_section .section_img {
    flex: 0 0 60px;
    /* width: 120px;
    height: 120px; */
	max-height: 63px;
    max-width: 63px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
  }
  .page_title_section .section_img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .page_title_section h2 {
    flex: 1;
    position: relative;
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    color: var(--main-color); /* акцент заголовка */
    padding-left: 20px;
	min-width: 80%;
    text-transform: uppercase;
  }
  
  /* Акцентная вертикальная полоса */
  .page_title_section h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 80%;
    background: var(--main-color); /* контрастный акцент */
    border-radius: 3px;
  }
  
  .page_title_section .desription_section {
    margin-top: 12px;
    font-size: 13px;
    color: black; /* нейтральный серый для описания */
    line-height: 1.5;
  }

  .count_cnt, .count_cnt_main {
    color: var(--grey);
    font-weight: normal;
    text-decoration: unset;
	font-size: 13px;
    margin: 5px 0;
    text-transform: none;
}
.count_cnt:hover, .count_cnt::after, .count_cnt:before {
    text-decoration: unset;
}
/* Заголовок раздела */

/* Верхняя панель каталога */
.title-panel-catalog {
	display: flex;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.42857143;
    justify-content: space-between;
    align-items: center;
    background-color: #e5e9ed;
	margin-bottom: 15px;
	min-height: 45px;
}
.title-panel-catalog h1 {
	margin: 5px;
}
.view_box {
	display: flex;
	align-items: center;
	gap: 5px;
}
.view_box i {
	cursor: pointer;
}

/* Сортировка */
.sort-dropdown {
	display: flex;
    align-items: center;
    gap: 15px;
}
/* Сортировка */

/* Верхняя панель каталога */

#products-list .no-result {
	display: flex;
    justify-content: center;
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
    padding: 20px;
}

/* Из bootstrap */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
    -webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.hide {
    display: none !important;
}

.dropdown {
	position: relative;
}

.sort-dropdown {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.title-panel-catalog .sort_name {
    font-size: 14px;
    line-height: 1.42857143;
}
.title-panel-catalog .checkbox-in-stock,
.title-panel-catalog .checkbox-in-stock span {
    font-size: 14px;
    line-height: 1.42857143;
}

.checkbox-in-stock, .sort-dropdown, .view_box {
    width: 50%;
}
.view_box {
    justify-content: flex-end;
}
.title-panel-catalog {
    justify-content: flex-end !important;
}

.title-panel-catalog.start {
    justify-content: flex-start !important;
}

/* Заголовки колонок каталога в режиме списка */
.catalog-columns-header {
    background-color: var(--table-header-bg);
    border-bottom: 2px solid #e5e9ed;

    margin-bottom: 10px;
    color: var(--table-text);
}

.catalog-columns-header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding:15px;
    box-sizing: border-box;
    gap: 15px;
}

.catalog-column-header {
    font-size: 14px;
    font-weight: bold;
    color: var(--table-text);
    text-transform: uppercase;
    text-align: left;
    box-sizing: border-box;
}

.catalog-column-name {
    width: 15%;
    flex: 1 0 15%!important;
}

.catalog-column-photo {
    width: 10%;
    flex: 0 0 10%!important;
}

.catalog-column-description {
    width: 15%;
    flex: 0 0 15%!important;
}

.catalog-column-stock {
    width: 15%;
    flex: 0 0 15%!important;
}

.catalog-column-price {
    width: 15%;
    flex: 0 0 15%!important;
}

.catalog-column-empty {
    width: 20%;     
    flex: 0 0 20%!important;
}

/* =========================
   Mobile adaptations
   ========================= */
@media (max-width: 991.98px) {
    /* Приводим в порядок панель заголовка каталога */
    .title-panel-catalog {
        padding: 6px 8px;
        min-height: 40px;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    .title-panel-catalog .sort-dropdown,
    .title-panel-catalog .checkbox-in-stock,
    .title-panel-catalog .view_box {
        width: auto;
        flex: 1 1 auto;
    }
    .title-panel-catalog .sort-dropdown {
        order: 1;
        justify-content: flex-start;
        gap: 10px;
    }
    .title-panel-catalog .checkbox-in-stock {
        order: 2;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
    }
    .title-panel-catalog .view_box {
        order: 3;
        justify-content: flex-end;
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    /* Полностью скрываем заголовок колонок в режиме списка на мобильных */
    #catalog-columns-header {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    /* Панель каталога — компактная в одну колонку */
    .title-panel-catalog {
        padding: 6px;
        gap: 8px;
        min-height: 0;
    }
    .title-panel-catalog .sort-dropdown {
        width: 100%;
        order: 1;
    }
    .title-panel-catalog .checkbox-in-stock {
        width: 100%;
        order: 2;
    }
    .title-panel-catalog .view_box {
        width: 100%;
        order: 3;
        justify-content: flex-start;
    }

    /* Заголовок раздела — компактнее */
    .page_title_section {
        padding: 8px;
        margin-bottom: 14px;
    }
    .page_title_section .section_img {
        max-width: 48px;
        max-height: 48px;
        margin-right: 12px;
    }
    .page_title_section h2 {
        font-size: 18px;
        padding-left: 12px;
        min-width: unset;
    }
    .page_title_section h2::before {
        width: 4px;
    }
    .page_title_section .desription_section {
        font-size: 12px;
    }

    .view_box p {
        display: none;
    }

}

/* End */


/* Start:/local/templates/altelect/components/bitrix/catalog.item/top_altelect/style.css?178110170342388*/
/* CARD */

/* Стили линейного вида (list) — только на десктопе; на мобильных вид как у карточек */
@media (min-width: 992px) {
.catalog_section_line .product-item-title {
    width: 15%;
    flex: 1 0 15%!important;
}

.catalog_section_line .product-item-image-wrapper {
    width: 10%;
    flex: 0 0 10%!important;
}

.catalog_section_line .product-description {
    width: 15%;
    flex: 0 0 15%!important;
}

.catalog_section_line .stock-quantity {
    width: 15%;
    flex: 0 0 15%!important;
}

.catalog_section_line .product-item-price-container {
    width: 15%;
    flex: 0 0 15%!important;
}

.catalog_section_line .to-basket-block{
    width: 20%;
    flex: 0 0 20%!important;
}
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
    -webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.btn.btn-default {
	border-radius: var(--radius);
}

.btn-in-basket {
	padding: 0px;
	width: 40px;
	height: 40px;
}

.hide {
    display: none !important;
}

.product-item-big-card {
	width: 100%;
	background-color: #fff;
	/*margin-right: 1%;*/
	border: 1px solid #eee;
    /*border-radius: 8px;*/
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	margin-bottom: 10px;
}

.product-item-big-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    z-index: 81;
}

.product-item {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 15px;
	gap: 15px;
}

.product-item-title a {
	/*text-decoration: unset;*/
	color: var(--color-href, blue);
	font-size: 17px !important;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	height: 20px;
	margin-bottom: 5px;
	line-height: 1.2em;
    max-height: 2.4em;
    min-height: 2.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
.catalog_section_line .product-item-title a {
	height: auto;
}
}

.product-item-image-wrapper {
	width: 100%;
    display: flex;
    justify-content: center;
	height: 150px;
}

@media (min-width: 992px) {
.catalog_section_line .product-item-image-wrapper {
	height: 100px;
}

.catalog_section_line .product-item-image-original {
	height: 100px;
}
}

.product-item-image-original {
	max-width: 100%;
}

.product-description {
  line-height: 1.2em;         /* Высота одной строки */
  max-height: 2.4em;          /* Высота двух строк */
  min-height: 2.4em;
  overflow: hidden;           /* Скрыть лишнее */
  display: -webkit-box;       
  -webkit-line-clamp: 2;      /* Ограничить 2 строками */
  -webkit-box-orient: vertical;
}


/* Цены */
.product-item-price-container {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.product-item-price-container-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 100%;
}

.product-item-price-current {
	color: black;
	font-size: 17px !important;
	font-weight: 700;
	line-height: 1.3;
}

.product-price-detail-wrapper {
	position: relative;
	width: 100%;
}

.product-price-detail-show {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	color: #fff;
	padding: 8px 12px;
	border: 1px solid var(--main-color) !important;
	background-color: var(--main-color) !important;
	border-radius: var(--radius);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

/*.product-price-detail-show:focus,*/
.product-price-detail-show:hover {
	background-color: var(--main-color-hover) !important;
	border-color: var(--main-color-hover) !important;
	color: #fff;
}

.product-price-detail {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 82;
	width: min(360px, calc(100vw - 40px));
	padding: 16px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: var(--radius);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.product-price-detail::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 18px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-left: 1px solid rgba(15, 23, 42, 0.08);
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	transform: rotate(45deg);
}

.product-price-detail-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.product-price-detail-title {
	font-size: 14px;
	font-weight: 700;
	color: #111827;
}

.product-price-detail-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f3f4f6;
	color: #111827;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.product-price-detail-close:hover,
.product-price-detail-close:focus {
	background: #e5e7eb;
}

.product-price-detail-table {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.item-price-detail {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 10px 12px;
	border-radius: var(--radius);
	background: #f8fafc;
}

.item-price-detail-head {
	padding: 0 0 6px;
	background: transparent;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280;
}

.item-price-detail.is-active {
	background: #eef4ff;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.18);
}

.product-price-detail .count-products {
	min-width: 0;
	color: #374151;
}

.product-price-detail .price-products {
	font-weight: 700;
	color: #111827;
	white-space: nowrap;
}

/* Цены */

/* Количество в наличии */
.stock-quantity {
	display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.product-stock-quantity-container {
	display: flex;
    flex-direction: column;
	gap: 10px;
}

.product-stock-quantity {
	/* background-color: #40843f; */
	padding: 0 2px 0 2px;
	min-width: 20%;
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
	font-size: 17px!important;
}
.product-stock-quantity-label {
	font-size: 17px!important;
	color: #40843f;
	text-transform: uppercase;
	font-weight: 700;

}
.product-stock-quantity-label.nostock {
	font-size: 17px!important;
	color: var(--dark);
	text-transform: uppercase;
	font-weight: 700;
}

/* Количество в наличии */

/* Блок добавления в корзину */
.to-basket-block {
	display: flex;
	gap: 10px;
}

.btn-in-basket {
	background-color: var(--main-color) !important; 
	border-color: var(--main-color) !important;
}

.btn-in-basket:hover {
	background-color: var(--main-color-hover) !important; 
}

.product-item-amount {
	height: 40px;
}

.product-item-amount-field {
	width: 60%;
	/* min-height: 40px; */
	text-align: center;
	border: 1px solid var(--main-color);
	font-size: 16px;
	box-sizing: border-box;
}

.product-item-amount-field:focus {
	outline: none;
	border: 1px solid var(--main-color);
}

.product-item-amount-field-container {
	display: flex;
	height: 100%;
	width: 127px;
}

.product-item-amount-field-btn-minus {
	width: 40%;
    cursor: pointer;
    border: 1px solid var(--main-color);
	border-right: none;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #646869;
	font-weight: bold;
	box-sizing: border-box;
}

.product-item-amount-field-btn-plus {
	width: 40%;
    cursor: pointer;
    border: 1px solid var(--main-color);
	border-left: none;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #646869;
	font-weight: bold;
	box-sizing: border-box;
}

.product-item-amount-field-btn-minus:hover, .product-item-amount-field-btn-plus:hover {
	background-color: #d6e3e9;
}

.btn-in-basket {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* width: 14px;
	height: 26px; */
}

.btn-success-in-basket {
	background-color: var(--raddark, #FF0000) !important;
	border-color: var(--raddark, #FF0000) !important;
}

.btn-success-in-basket:hover {
	background-color: var(--raddark, #FF0000) !important;
	border-color: var(--raddark, #FF0000) !important;
}

#basket-svg {
	fill: white;
	width: 100%;
	transform: scale(1.6);
    transform-origin: center;
}
/* Блок добавления в корзину */

/* CARD */

/* LINE — только десктоп (min-width: 992px) */
@media (min-width: 992px) {
/*
.product-item-line-card {
	width: 100%;
	background-color: white;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
	
.product-item-line-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}
	*/

.catalog_section_line .product-row {
	flex-direction: column;
}

.catalog_section_line .product-item-big-card {
	width: 100%;
}

.catalog_section_line .product-item{
	align-items: center;
	flex-direction: row;
}

.catalog_section_line .stock-quantity, 
.catalog_section_line .product-item-price-container, 
.catalog_section_line .to-basket-block
{
	flex-direction: column;
}

.catalog_section_line .product-item > * {
	/*flex: 1;*/
} 
	
.catalog_section_line .product-description {
	-webkit-line-clamp: 6;
	max-height: 3.6em;
}

.catalog_section_line .product-price-detail {
	/*bottom: 100px;*/
}

.catalog_section_line .to-basket-block {
	display: flex;
    flex-direction: row;
    flex: 1.4;
	justify-content: center;
}

.catalog_section_line .product-item-amount-description-container {
	position: absolute;
    bottom: 0px;
    right: 0px;
    /*background-color: var(--main-color);*/
    /*color: white;*/
    padding: 5px;
	visibility: hidden;
}

.catalog_section_line .product-detail-popup.show {
	display: flex !important;
	align-items: center;
    gap: 20px;
}
}
/* LINE */

/* Дополнительная информация всплывающая: */
.product-item-container {
	position: relative;
}

.product-detail-popup {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	height: auto;
	max-height: 100%;
	background: rgba(255, 255, 255, 0.97);
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.95);
	transition: all 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	
	border: 1px solid var(--main-color);
    border-start-end-radius: 20px;
    border-start-start-radius: 20px;
	/*display: none;*/
}

.product-detail-popup.show {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: #666;
}

/* Дополнительная информация всплывающая */

.product-item-compare-container {
    position: absolute;
    top: unset;
    bottom: 0px;
    right: 0px;
    background-color: var(--main-color);
    padding: 0 5px;

    color: white;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.catalog_section_line .product-item-compare-container {
    top: 0px;
    bottom: unset;
}

.product-item-container:hover .product-item-compare-container {
    opacity: 1;
}


/* Торговые предложения: */

.product-item-scu-item-list {
	list-style-type: none;
	display: flex;
}

.product-item-scu-item-list .product-item-scu-item-text-container {
	border: 1px solid var(--main-color);
	margin: 2px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	padding: 3px;
	list-style: none;
}

.product-item-scu-item-list .product-item-scu-item-text-container.selected {
	background-color: var(--main-color);
	color: white;
}

/* Торговые предложения */


/* 
.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*9
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*9
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*9
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT *9
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*9
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG *9
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*9
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}
*/

.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
	padding: 5px;
    background: var(--raddark);
    color: white;
    font-size: 14px;		
}

.product-item-label-top { top: 0px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: 0px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: 0px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: 0px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*9
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*9
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}
*/
.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}
/*
.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*9
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*9
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**9
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties *9
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*9
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

.catalog-compare-popup {
	border: 1px solid #ededed;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.catalog-compare-popup .popup-window-titlebar {
	padding: 18px 24px 0;
	background: #ffffff;
}

.catalog-compare-popup .popup-window-titlebar-text {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #111111;
}

.catalog-compare-popup .popup-window-content {
	padding: 0 24px 24px;
	background: #ffffff;
}

.catalog-compare-popup .popup-window-buttons {
	padding: 0 24px 24px;
	background: #ffffff;
}

.catalog-compare-popup__content {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 320px;
	max-width: 460px;
	padding-top: 16px;
}

.catalog-compare-popup__image-wrap {
	width: 88px;
	height: 88px;
	flex: 0 0 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f0f0f0;
	background: #ffffff;
}

.catalog-compare-popup__image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.catalog-compare-popup__text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.catalog-compare-popup__message {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #111111;
}

.catalog-compare-popup__product-name {
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
}

.catalog-compare-popup__content.is-success .catalog-compare-popup__message {
	color: #111111;
}

.catalog-compare-popup__content.is-error .catalog-compare-popup__message {
	color: #b42318;
}

.catalog-compare-popup__button.popup-window-button {
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid transparent;
	background: #ffffff;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .01em;
	transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border .2s ease;
}

.catalog-compare-popup__button.popup-window-button:hover {
	transform: translateY(-1px);
}

.catalog-compare-popup__button--primary.popup-window-button {
	border-color: var(--main-color);
	background: var(--main-color);
	color: #ffffff;
}

.catalog-compare-popup__button--primary.popup-window-button:hover {
	opacity: .92;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.catalog-compare-popup__button--secondary.popup-window-button {
	border-color: #e5e5e5;
	background: #ffffff;
	color: #111111;
}

.catalog-compare-popup__button--secondary.popup-window-button:hover {
	border-color: var(--main-color);
	color: var(--main-color);
}

@media (max-width: 767px) {
	.catalog-compare-popup__content {
		min-width: 0;
		max-width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}

	.catalog-compare-popup__image-wrap {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
	}
}


/* SCU *9
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; *9
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*9
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*9
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*9
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*9
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
} *9

/* =========================
   Responsive tweaks (LINE)
   ========================= */

/* Phones */
@media (max-width: 767.98px) {
	.product-item {
		padding: 10px;
		gap: 10px;
	}

	.product-item-big-card {
		width: 100%;
	}

	.product-row {
		flex-wrap: wrap;
	}

	.product-item-title a {
		font-size: 13px;
		line-height: 1.3;
	}

	/* Иконка корзины: не перекрывает контент на мобильных */
	#basket-svg {
		width: 20px !important;
		height: 20px !important;
		transform: none !important;
		pointer-events: none;
		display: block;
		margin: 0 auto;
	}
	.btn-in-basket {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	.product-item-price-old {
		font-size: 12px;
	}

	.product-item-price-current {
		font-size: 16px !important;
	}

	.product-description {
		-webkit-line-clamp: 3;
		max-height: 3.6em;
	}
}

/* Small phones */
@media (max-width: 575.98px) {
	.product-item-title a {
		font-size: 12px;
	}

	.product-item-price-current {
		font-size: 15px !important;
	}

	.product-item-amount-field {
		min-height: 34px;
	}
}
/* End */


/* Start:/local/templates/altelect/components/bitrix/catalog.section/altelect-section/themes/blue/style.min.css?1781101703706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/altelect/components/bitrix/catalog/altelect/style.min.css?1781101703959 */
/* /local/templates/altelect/components/bitrix/catalog.section.list/altelect_left/style.css?17811017032097 */
/* /local/templates/altelect/components/bitrix/catalog.section.list/altelect-section-list/style.css?178110170315503 */
/* /local/templates/altelect/components/bitrix/breadcrumb/.default/style.css?1781101703534 */
/* /local/templates/altelect/components/bitrix/system.pagenavigation/altermax_catalog_PAGEN_1/style.css?1781101703565 */
/* /local/templates/altelect/components/bitrix/catalog.section/altelect-section/style.css?178110170320739 */
/* /local/templates/altelect/components/bitrix/catalog.item/top_altelect/style.css?178110170342388 */
/* /local/templates/altelect/components/bitrix/catalog.section/altelect-section/themes/blue/style.min.css?1781101703706 */
