

/* Start:/local/templates/nobetec/components/bitrix/catalog/catalog/style.css?178058152016540*/
/*start comparison*/
.comparison {
	margin-left: auto;
	margin-right: auto;
	max-width: 1664px;
	position: relative;
}

.comparison__content {
	border-radius: 32px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 6px 0 rgba(141, 177, 195, 0.12);
}

.comparison__wrapper {
	width: 100%;
	position: relative;
	background-color: #fff;
	overflow-x: auto;
}

.comparison__wrapper::-webkit-scrollbar {
	display: none;
}

.comparison-table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	position: relative;
	table-layout: fixed;
}

.comparison-table__td {
	margin: 0;
	border: none;
	padding: 0;
}

.comparison-table__td:first-child {
	width: 405px;
	/* min-width: 405px; */
}

.comparison-table__thead .comparison-table__tr:first-child .comparison-table__td {
	padding-top: 48px;
}

.comparison-table__tr .comparison-table__td:first-child {
	padding-left: 56px;
}

.comparison-table__td {
	/* min-width: 495px; */
	width: 495px;
	vertical-align: top;
}

.comparison-table__tbody .comparison-table__td {
	min-height: 76px;
}

.comparison-table__box-top {
	display: flex;
	align-items: center;
	grid-gap: 16px;
	color: #282829;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}

.comparison-table__text {
	color: #686871;
	font-size: 18px;
	line-height: 150%;
}

.comparison-table__box-bottom {
	margin-top: 382px;
}

.comparison-table__tbody .comparison-table__tr:nth-child(odd) {
	background-color: #f8f9fb;
}

.comparison-table__product {
	position: relative;
	overflow: hidden;
}

.comparison-table__product-content {
	display: flex;
}

.comparison-table__product-images {
	height: 380px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	width: 100%;
}

.comparison-table__product-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.comparison-table__tbody .comparison-table__td {
	vertical-align: middle;
}

.comparison-table__tbody .comparison-table__tr.odd {
	background-color: #f8f9fb;
}

.comparison-table__tbody .comparison-table__tr.even {
	background-color: #fff;
}

.comparison-table__td-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
	padding-right: 32px;
	min-height: 76px;
	/* display: block; */
}

.comparison-table__product-settings .product-card__setting {
	opacity: 1;
}

.comparison-table__product-settings {
	top: 20px;
	right: 20px;
}

.comparison-table__product-t {
	height: 100%;
}

.comparison-table__product-title {
	color: #282829;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	font-weight: 600;
	transition: opacity 0.3s;
	line-height: 150%;
	padding-right: 32px;
}

.comparison-table__produc-block {
	min-height: 185px;
	height: 100%;
	margin-top: 24px;
	display: flex;
	margin-bottom: 16px;
	flex-direction: column;
	justify-content: space-between;
	/* transition: 0.3s; */
}

.comparison-table__product.add-product .product-card__price {
	/* transform: translateY(-85px); */
}

.comparison-table__product.add-product .comparison-table__product-title {
	/* opacity: 0; */
	pointer-events: none;
}

.comparison-table__product .product-card__price {
	padding-bottom: 4px;
	transition: 0s;
}

.comparison-table__product .product-card__bottom {
	right: 32px;
	bottom: 16px;
}

.comparison-table__product.add-product .product-card__bottom {
	opacity: 0;
	pointer-events: none;
}

.comparison-table__product.add-product .recalculation {
	width: 100%;
	opacity: 1;
	pointer-events: initial;
}

.comparison-table__product .product-card__calculator {
	bottom: 16px;
	left: 0;
	right: 32px;
}

/* Стили для блока количества и удаления на странице сравнения */
.comparison-table__quantity {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 32px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.comparison-table__product.add-product .comparison-table__quantity {
	opacity: 1;
	pointer-events: initial;
}

.comparison-table__quantity .recalculation--compact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f3f4f6;
	border-radius: 12px;
	padding: 8px;
}

.comparison-table__quantity .recalculation__inner--compact {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comparison-table__quantity .recalculation__wrap-input {
	width: 60px;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	color: #282829;
}

.comparison-table__quantity .recalculation__unit {
	font-size: 14px;
	color: #93969c;
}

.comparison-table__quantity .recalculation__btn {
	width: 40px;
	/* height: 40px; */
	border-radius: 8px;
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
}

.comparison-table__quantity .recalculation__btn:hover {
	background: #e5e7eb;
}

.comparison-table__opis {
	color: #282829;
	font-size: 18px;
	line-height: 150%;
}

.comparison-table__links {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px;
}

.comparison-table__opis-link {
	color: #282829;
	font-size: 18px;
	line-height: 150%;
	border-radius: 6px;
	background: #f3f4f6;
	padding: 8px 12px;
}

.comparison-table--fixed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	height: 100%;
	bottom: 0;
	width: 405px;
	background-color: #fff;
	display: none;
}

.comparison__arrow.prev {
	left: -28px;
}

.comparison__arrow.next {
	right: -28px;
}

.comparison__arrow {
	display: none;
	position: absolute;
	top: 50vh;
	transform: translateY(-50%);
	z-index: 5;
	transition: background-color 0.3s, top 0.03s;
}

.comparison__arrow.disable {
	pointer-events: none;
}

.comparison-table.comparison-table--fixed {
	transition: box-shadow 0.2s;
	/* border-right: 1px solid transparent; */
}

.comparison-table.comparison-table--fixed.active {
	border-right: 1px solid #f3f4f6;
	box-shadow: 0 4px 20px 0 rgba(141, 177, 195, 0.16);
}

.comparison__arrow.disable svg path[stroke] {
	stroke: #93969c;
}

.comparison-table__td-mobile {
	display: none;
}

.comparison__mobile-btn {
	display: none;
}

.comparison-table.comparison-table--static .comparison-table__box-top .toggle-button {
	pointer-events: none;
}

@media (max-width: 1920px) {
	.comparison {
		max-width: calc(1416px + (1664 - 1416) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__thead .comparison-table__tr:first-child .comparison-table__td {
		padding-top: calc(40px + (48 - 40) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__tr .comparison-table__td:first-child {
		padding-left: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__td:first-child {
		width: calc(360px + (405 - 360) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table--fixed {
		width: calc(360px + (405 - 360) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__box-top {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison__content {
		border-radius: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__td-inner {
		padding-right: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__opis {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__opis-link {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__td {
		width: calc(425px + (490 - 425) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__product-images {
		height: calc(360px + (380 - 360) * ((100vw - 1536px) / (1920 - 1536)));
		border-radius: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536))) calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536))) 0 0;
	}

	.comparison-table__produc-block {
		margin-top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__product-title {
		padding-right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__produc-block {
		height: calc(160px + (185 - 160) * ((100vw - 1536px) / (1920 - 1536)));
		min-height: calc(160px + (185 - 160) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__product .product-card__bottom {
		right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__box-bottom {
		margin-top: calc(355px + (382 - 355) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__product-settings {
		top: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		right: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.comparison-table__product .product-card__calculator {
		right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}
}

@media (max-width: 1536px) {
	.comparison-table__product .product-card__calculator {
		right: 28px;
	}

	.comparison-table__product-settings {
		top: 16px;
		right: 16px;
	}

	.comparison-table__box-bottom {
		margin-top: calc(316px + (355 - 316) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__product .product-card__bottom {
		right: 28px;
	}

	.comparison-table__produc-block {
		height: calc(155px + (160 - 155) * ((100vw - 1366px) / (1536 - 1366)));
		min-height: calc(155px + (160 - 155) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__produc-block {
		margin-top: 20px;
	}

	.comparison-table__product-images {
		border-radius: 18px 18px 0 0;
		height: calc(320px + (360 - 320) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__opis {
		font-size: 16px;
	}

	.comparison-table__opis-link {
		font-size: 16px;
	}

	.comparison-table__td-inner {
		padding-right: 24px;
	}

	.comparison__content {
		border-radius: 28px;
	}

	.comparison-table__box-top {
		font-size: 16px;
	}

	.comparison {
		max-width: calc(1276px + (1416 - 1276) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__thead .comparison-table__tr:first-child .comparison-table__td {
		padding-top: calc(32px + (40 - 32) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__tr .comparison-table__td:first-child {
		/* padding-left: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366))); */
		padding-left: 48px;
	}

	.comparison-table__td:first-child {
		width: calc(355px + (360 - 355) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table--fixed {
		width: calc(355px + (360 - 355) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__text {
		font-size: 16px;
	}

	.comparison-table__td-inner {
		min-height: calc(80px + (76 - 80) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__td {
		width: calc(395px + (425 - 395) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__product-title {
		padding-right: 28px;
		font-size: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.comparison-table__product.add-product .comparison-table__produc-block {
		margin-bottom: calc(85px + (95 - 85) * ((100vw - 1366px) / (1536 - 1366)));
	}
}

@media (max-width: 1366px) {
	.comparison-table__product.add-product .comparison-table__produc-block {
		margin-bottom: 85px;
	}

	.comparison-table__box-bottom {
		margin-top: 316px;
	}

	.comparison-table__produc-block {
		height: 155px;
		min-height: 155px;
	}

	.comparison-table__product-title {
		font-size: 18px;
	}

	.comparison-table__product-images {
		height: 320px;
	}

	.comparison-table__td-inner {
		min-height: calc(56px + (80 - 56) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.comparison {
		max-width: calc(1008px + (1276 - 1008) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.comparison-table__thead .comparison-table__tr:first-child .comparison-table__td {
		padding-top: calc(24px + (32 - 24) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.comparison-table__tr .comparison-table__td:first-child {
		/* padding-left: calc(48px + (40 - 48) * ((100vw - 1024px) / (1366 - 1024))); */
		padding-left: 48px;
	}

	.comparison-table__td:first-child {
		width: calc(360px + (355 - 360) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.comparison-table--fixed {
		width: calc(360px + (355 - 360) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.comparison-table__td {
		width: 395px;
	}

	.comparison__arrow.prev {
		left: calc(0px + (-28 - (0)) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.comparison__arrow.next {
		right: calc(0px + (-28 - (0)) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.comparison-table__tbody .comparison-table__td {
		min-height: calc(56px + (76 - 56) * ((100vw - 1024px) / (1366 - 1024)));
	}
}

@media (max-width: 1100px) {

	.comparison__arrow.prev,
	.comparison__arrow.next {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.comparison-table__tbody .comparison-table__td {
		min-height: 56px;
	}

	.comparison-table__td-inner {
		min-height: 56px;
	}

	.comparison-table__tr .comparison-table__td:first-child {
		padding-left: 48px;
	}

	.comparison-table__td:first-child {
		width: 360px;
	}

	.comparison-table--fixed {
		width: 360px;
	}

	.comparison {
		max-width: calc(390px + (1008 - 390) * ((100vw - 390px) / (1024 - 390)));
	}

	.comparison-table__thead .comparison-table__tr:first-child .comparison-table__td {
		padding-top: calc(16px + (24 - 16) * ((100vw - 390px) / (1024 - 390)));
	}

	.comparison__content {
		border-radius: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
	}

	.comparison-table__product-images {
		height: calc(280px + (320 - 280) * ((100vw - 390px) / (1024 - 390)));
		border-radius: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390))) calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390))) 0 0;
	}

	.comparison-table__produc-block {
		margin-top: calc(16px + (20 - 16) * ((100vw - 390px) / (1024 - 390)));
		height: calc(150px + (155 - 150) * ((100vw - 390px) / (1024 - 390)));
		min-height: calc(150px + (155 - 150) * ((100vw - 390px) / (1024 - 390)));
	}

	.comparison-table__product .product-card__calculator {
		right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
	}

	.comparison-table__product .product-card__bottom {
		right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
	}

	.comparison-table__product-title {
		padding-right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
	}
}

@media (max-width: 1000px) {
	.comparison-table__td-mobile {
		display: block;
		color: #686871;
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 150%;
	}

	.comparison-table.comparison-table--fixed {
		display: none !important;
	}

	.comparison-table.comparison-table--static .comparison-table__tr .comparison-table__td:first-child {
		display: none !important;
	}

	.comparison-table.comparison-table--static .comparison-table__tr .comparison-table__td:nth-child(2) {
		padding-left: 24px;
	}

	.comparison-table.comparison-table--static .comparison-table__tr .comparison-table__td:last-child .comparison-table__product-images {
		margin-right: 24px;
	}

	.comparison-table.comparison-table--static .comparison-table__tr .comparison-table__td:last-child .comparison-table__product-settings {
		right: 40px;
	}

	.comparison-table__td {
		width: 370px;
	}

	.comparison-table__product-images {
		/* width: 360px; */
	}

	.comparison-table__opis-link {
		font-size: 14px;
	}

	.comparison-table__tbody .comparison-table__td {
		min-height: 70px;
	}

	.comparison-table__tbody .comparison-table__td {
		vertical-align: baseline;
	}

	.comparison-table__td-inner {
		min-height: 70px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.comparison-table__box-top.comparison-table__box-top--edit {
		position: absolute;
		top: 24px;
		left: 24px;
		z-index: 4;
	}

	.comparison-table__thead .comparison-table__tr:first-child .comparison-table__td {
		padding-top: 66px;
	}
}

@media (max-width: 390px) {
	.comparison-table__product-title {
		padding-right: 24px;
	}

	.comparison-table__product .product-card__calculator {
		right: 24px;
	}

	.comparison-table__product .product-card__bottom {
		right: 24px;
	}

	.comparison-table__produc-block {
		margin-top: 16px;
		height: 150px;
	}

	.comparison-table__product-images {
		height: 280px;
		border-radius: 16px 16px 0 0;
	}

	.comparison-table__thead .comparison-table__tr:first-child .comparison-table__td {
		/* padding-top: 16px; */
	}

	.comparison {
		max-width: 390px;
	}

	.comparison__content {
		border-radius: 24px;
	}
}

/*end comparison*/
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog/catalog/bitrix/catalog.section.list/catalogSectionListSlider/style.css?17785810997151*/
/* 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: 30px; }

.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: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 .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; }
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17785810995868*/
:root {
  --c0: #4F4959;
  --c1: #FBC500;
  --c2: #04B957;
  --c3: #E9F1F4;
  --c4: #4285F4;
  --c5: #D23113;
  --animation1: all .25s ease-out;
}

.smart-filter {
  padding: 20px;
  background: var(--c3);
  font-size: 14px;
}

@media (max-width: 768px) {
  .smart-filter {
    padding: 15px 15px 0px 15px;
  }
}

.smart-filter_title {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  color: var(--c0);
}

.smart-filter-parameters-box {
  margin-bottom: 20px;
}

.smart-filter-parameters-box .bx_filter_block_expanded {
  display: none;
}

.smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
  display: block;
}

.smart-filter-digits {
  display: flex;
  justify-content: space-between;
}

.smart-filter-digits input {
  width: 48%;
  text-align: center;
  background: #fff;
  border: none;
  height: 40px;
}

.smart-filter_radio input {
  display: none;
  position: absolute;
  left: -9999999999px;
}

.smart-filter_radio label {
  height: 30px;
  line-height: 30px;
  margin: 0ex 3px 3px 0px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 12px;
  background: #fff;
  color: var(--c0);
}

.smart-filter_radio input:checked+label {
  background: var(--c0);
  color: #ffffff;
}

.smart-filter_checkbox input {
  display: none;
  position: absolute;
  left: -9999999999px;
}

.smart-filter_checkbox label {
  display: flex;
  color: var(--c0);
}

.smart-filter_checkbox label span {
  width: calc(100% - 18px);
  padding-left: 7px;
  text-transform: lowercase;
}

.smart-filter_checkbox label span:first-letter {
  text-transform: uppercase;
}

.smart-filter_checkbox label i {
  width: 17px;
  position: relative;
  bottom: -4px;
  height: 17px;
  background: url("/local/templates/nobetec/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/checkbox2.svg") no-repeat;
  background-position: bottom;
}

.smart-filter_checkbox input:checked+label i {
  background-position: top;
}

.smart-filter_bottons {
  margin: 10px 0px 30px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 768px) {
  .smart-filter_bottons {
    margin: 0px 15px 15px 15px;
  }
}

.smart-filter_bottons input#set_filter {
  background: var(--c4);
  border: none;
  color: #ffffff;
  height: 45px;
}

.smart-filter_bottons input#del_filter {
  background: none;
  color: #888;
  height: 45px;
  margin-top: 10px;
  border: none;
}

.smart-filter-container-modef {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

.smart-filter-popup-result {
  position: absolute;
  right: -90%;
  z-index: 1000;
  width: 170px;
  height: 57px;
  line-height: 22px;
  padding: 6px 0px 0px 20px;
  box-shadow: 0px 0px 10px #999;
  background: #fff1b2;
}

@media (max-width: 768px) {
  .smart-filter-popup-result {
    display: none !important;
  }
}

.smart-filter-popup-result a {
  color: var(--c4);
  text-decoration: underline;
  display: block;
}

.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 20px 10px 10px 10px;
}

.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.smart-filter-slider-ruler span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: #000;
  text-align: center;
  font-size: 11px;
}

.smart-filter-slider-range {
  z-index: 50;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}



.mobile_filter_button {
  display: none;
}

@media (max-width: 768px) {
  .mobile_filter_button {
    display: block;
    width: 100%;
    top: 10px;
    background: var(--c0);
    border-radius: 2px;
    color: #ffffff;
    border: none;
    height: 45px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .mobile_filter_panel {
    position: fixed;
    overflow-y: scroll;
    width: 270px;
    height: 100vh;
    background: var(--c3);
    top: 0;
    left: -270px;
    z-index: 1000;
    transition: var(--animation1);
  }
}

.mobile_filter_panel_show {
  left: 0;
}

@media (max-width: 768px) {
  .mobile_filter_panel_over {
    position: fixed;
    transition: var(--animation1);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 900;
    background: rgba(0, 0, 0, 0.7);
  }

  .mobile_filter_panel_over_show {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */


.catalog-project__tags-swiper button {
  border: none;
  background: none;
}

.filter-catalog__reset {
  position: relative;
}

.filter-catalog__reset input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.filter-catalog__save {
  position: relative;
}

.filter-catalog__save input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.smart-filter-slider-price-bar-v {
  background: #282829;
}

.smart-filter-slider-track {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #f3f4f6;
  z-index: 2;
}

.smart-filter-slider-handle {
  position: absolute;
  top: 100%;
  margin-top: -13px;
  width: 22px;
  z-index: 20;
  height: 22px;
  background: #282829;
  border-radius: 100%;
}

.smart-filter-slider-handle:hover {
  cursor: grab;
  z-index: 10;
}

.smart-filter-slider-handle:active {
  cursor: grabbing;
  z-index: 10;
}

.smart-filter-slider-handle.left {
  left: 0;
  margin-left: -5px;
}

.smart-filter-slider-handle.right {
  right: 0;
  margin-right: -5px;
}


.range-project__item input[type="number"]::-webkit-outer-spin-button,
.range-project__item input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range-project__item input[type="number"] {
  -moz-appearance: textfield;
}
/* End */


/* Start:/local/templates/nobetec/components/bitrix/system.pagenavigation/round/style.css?17785810992820*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.section/catalogSection/style.css?17785810993808*/
@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;
}
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.item/catalogItem/style.css?177858109936617*/
.btn-orange-hover {
  border: none;
}

/*start product-card*/
.product-card .product-item-compare-container {
  display: none;
}

.product-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
  height: 710px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.product-card:hover {
  box-shadow: 0px 4px 20px 0px rgba(141, 177, 195, 0.16);
}

.product-card.product-card--list .product-card__content {
  flex-direction: row;
}

.product-card.product-card--list .product-card__images-item {
  height: 100%;
}

.product-card.product-card--list {
  width: 100%;
  height: 330px;
}

.product-card.product-card--list .product-card__images {
  display: block;
  width: 330px;
  min-width: 330px;
}

.product-card.product-card--list .product-card__box {
  width: 100%;
  padding-top: 32px;
}

.product-card.product-card--list .product-card__status {
  max-width: 300px;
}

.product-card.product-card--list .product-card__settings {
  right: auto;
  left: 275px;
}

.product-card.add-basket .product-card__price {
  transform: translateY(-85px);
}

.product-card.add-basket .product-card__list {
  opacity: 0;
  pointer-events: none;
}

.product-card__list {
  transition: opacity 0.3s;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swiper.product-card__images-slider {
  position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.product-card__images-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* right: 0; */
  bottom: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.24);
  padding: 4px 6px;
  backdrop-filter: blur(1px);
  grid-gap: 6px;
  width: auto;
  pointer-events: none;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #e9ebee;
  opacity: 1;
  transition: 0.3s;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #282829;
}

.swiper-wrapper {}

.swiper.product-card__images-slider .swiper-slide {
  width: auto;
  display: block;
  opacity: 0 !important;
}

.swiper.product-card__images-slider .swiper-slide:nth-child(1) .product-card__images-item img,
.swiper.product-card__images-slider .swiper-slide:nth-child(2) .product-card__images-item img {
  object-fit: contain;
}

.swiper.product-card__images-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.slider-project__inner.product-slider .swiper-slide {
  display: block;
}

.product-card__images-item {
  width: 100%;
  height: 380px;
}

.product-card__images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__images-cursor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
}

.product-card__images-cursor-item {
  /* border: 1px solid #000; */
  height: 100%;
}

.product-card__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 32px 32px;
}

.product-card__title {
  color: #282829;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 140%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__link {
  grid-gap: 8px;
  display: grid;
  grid-template-columns: min-content 1fr 200px;
  font-size: 18px;
  align-items: flex-end;
  line-height: 150%;
}

.product-card__link+.product-card__link {
  margin-top: 12px;
}

.product-card__link-title {
  color: #93969c;
  white-space: nowrap;
}

.product-card__link-line {
  height: 1px;
  background: #e9ebee;
  width: 100%;
  margin-bottom: 6px;
}

.product-card__link-text {
  color: #282829;
  white-space: nowrap;
}

.product-card__bottom {
  position: absolute;
  /* left: 32px; */
  bottom: 32px;
  right: 32px;
  transition: opacity 0.3s;
}

.product-card__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-card__price {
  padding-bottom: 8px;
  margin-top: auto;
  white-space: nowrap;
  display: flex;
  transition: transform 0.3s;
}

.product-card__price.discount-active {
  padding-bottom: 0;
}

.product-card__price.discount-active .product-card__price-all {
  border-radius: 12px;
  background: #ffdc42;
  padding: 4px 16px;
}

.product-card__price-all {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  grid-gap: 8px;
  /* align-items: flex-end; */
  align-items: center;
  color: #282829;
  line-height: 140%;
}

.product-card__price-discount {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  font-size: 18px;
  line-height: 180%;
  color: #444446;
  margin-bottom: 8px;
}

.product-card__price-crossed {
  position: relative;
}

.product-card__price-crossed::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  width: 100%;
  left: 0;
  background-color: #444446;
}

.product-card__price-procent {
  color: #282829;
  padding: 3px 8px;
  border-radius: 8px;
  background: #FFEE9F;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}

.product-card__price-dimension {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}

.product-card__settings {
  z-index: 3;
  position: absolute;
  top: 16px;
  right: 16px;
  grid-gap: 2px;
  /* opacity: 0; */
  display: flex;
  transition: opacity 0.3s;
  flex-direction: column;
}

.product-card:hover .product-card__settings {
  /* opacity: 1; */
}

.product-card__setting {
  width: 56px;
  border-radius: 12px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
  /* background: #fff; */
}

.product-card__setting.active {
  opacity: 1;
  background: #fff;
  /* box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12); */
}

.product-card:hover .product-card__setting {
  opacity: 1;
}

.product-card__setting svg {
  width: 28px;
  height: 28px;
}

.product-card__setting svg path {
  transition: 0.3s;
}

.product-card__setting:hover svg path[stroke] {
  stroke: #282829;
}

.product-card__setting:hover {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
}

.product-card__buttons {
  display: flex;
  grid-gap: 8px;
}

.product-card__button {
  cursor: pointer;
}

.product-card__button button {
  cursor: pointer;
}

.product-card__setting--favourites.active svg path[stroke] {
  stroke: #ef1919;
}

.product-card__setting--favourites.active svg path[fill] {
  fill: #ef1919;
}

.product-card__setting--comparison.active svg path[stroke] {
  stroke: white;
}

.product-card__setting--comparison.active svg path[stroke]:nth-child(1) {
  stroke: #282829;
}

.product-card__setting--comparison.active svg path[fill]:nth-child(1) {
  fill: #282829;
}

.product-card__status {
  position: absolute;
  top: 16px;
  left: 16px;
  pointer-events: none;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
}

.product-card__item {
  border-radius: 10px;
  padding: 6px 16px 8px 14px;
  display: flex;
  align-items: center;
  color: #282829;
  grid-gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.product-card__item img {
  width: 18px;
}

.product-card__item--action {
  background-color: #ffdc42;
}

.product-card__item--new {
  background-color: #f22a2a;
  padding-left: 16px;
  color: #fff;
}

.product-card__item--order {
  background-color: #f3f4f6;
}

.product-card.product-card--list .product-card__calculator {
  left: 362px;
}

.product-card__calculator {
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: 32px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 4;
}

.product-card.add-basket .product-card__calculator .recalculation {
  width: 100%;
  opacity: 1;
}

.product-card.add-basket .product-card__bottom {
  opacity: 0;
  pointer-events: none;
}

.product-card.add-basket .product-card__calculator {
  pointer-events: initial;
}

.product-card__calculator .recalculation .recalculation__btn {
  background-color: #fff;
}

.product-card__calculator .recalculation .recalculation__btn:hover {
  background-color: #ff6800;
}

.product-card__calculator .recalculation {
  border-radius: 12px;
  border: 1px solid #e9ebee;
  transition: 0.5s;
  opacity: 0;
  background: #f8f9fb;
  width: 100px;
}

.product-card__basket-delete {
  display: none;
}

.produc-card__box-top {
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-gap: 16px;
  margin-bottom: 16px;
}

.product-card--basket .product-card__basket-delete {
  /* position: absolute; */
  /* top: 32px; */
  display: block;
  /* right: 32px; */
  /* z-index: 4; */
}

.product-card--basket .product-card__title {
  margin-bottom: 0;
}

.product-card.product-card--basket .product-card__calculator {
  pointer-events: initial;
}

.product-card.product-card--basket .product-card__basket-delete .btn-orange-hover {
  cursor: pointer;
}

.product-card.product-card--list.product-card--basket {
  height: auto;
}

.product-card.product-card--list.product-card--basket .product-card__content {
  min-height: 330px;
}

.product-card.product-card--list.product-card--basket .product-card__box {
  /* height: 100%; */
  height: auto;
}

.product-card--basket__all-price .product-card__link-title {
  color: #282829;
  font-size: 20px;
  line-height: 150%;
}

.product-card.product-card--list.product-card--basket .swiper.product-card__images-slider {
  height: 100%;
}

.product-card--basket .product-card__list {
  margin-bottom: 22px;
}

.product-card--basket__all-price .product-card__link-text {
  color: #282829;
  font-size: 28px;
  line-height: 150%;
  font-weight: 700;
}

.product-card.product-card--basket .recalculation {
  width: 100%;
  opacity: 1;
  position: static;
}

.product-card.product-card--basket .product-card__calculator {
  position: static;
  margin-top: auto;
}

.product-card.add-basket.product-card--basket .product-card__calculator {
  pointer-events: initial;
}

.product-card--basket .product-card--basket__action {
  font-weight: 500;
  border-radius: 8px;
  background: #ffdc42;
  padding: 2px 12px;
}

.product-card.product-card--list.product-card--basket .product-card__link {
  grid-template-columns: min-content 1fr min-content;
}

.product-card.product-card--list .product-card__link {
  grid-template-columns: min-content 1fr 260px;
}

.product-card__button--basket .btn-orange-hover {
  position: relative;
}

.product-card__button--basket .btn-orange-hover:hover::before {
  opacity: 1;
  transform: translateX(-40%) translateY(0px);
}

.product-card__button--basket .btn-orange-hover::before {
  content: "";
  transition: 0.3s;
  position: absolute;
  opacity: 0;
  height: 4px;
  top: 18px;
  left: 50%;
  transform: translateX(-40%) translateY(-2px);
  width: 10px;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}

@media (max-width: 1920px) {
  .product-card__button--basket .btn-orange-hover::before {
    top: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.product-card--list .product-card__link {
    grid-template-columns: min-content 1fr calc(240px + (260 - 240) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__setting {
    width: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
    border-radius: calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__setting svg {
    width: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__box {
    padding-top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
    padding-left: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    padding-right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    padding-bottom: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__title {
    font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__link {
    grid-template-columns: min-content 1fr calc(180px + (200 - 180) * ((100vw - 1536px) / (1920 - 1536)));
    font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card {
    border-radius: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(650px + (710 - 650) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__images-item {
    height: calc(360px + (380 - 360) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet {
    width: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__item {
    border-radius: calc(8px + (10 - 8) * ((100vw - 1536px) / (1920 - 1536)));
    font-size: calc(12px + (14 - 12) * ((100vw - 1536px) / (1920 - 1536)));
    padding-top: calc(4px + (6 - 4) * ((100vw - 1536px) / (1920 - 1536)));
    padding-right: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
    padding-bottom: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
    padding-left: calc(10px + (14 - 10) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__status {
    grid-gap: calc(4px + (6 - 4) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__item img {
    width: calc(14px + (18 - 14) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__item--new {
    padding-left: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__price-all {
    font-size: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__price-dimension {
    font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__price.discount-active .product-card__price-all {
    border-radius: calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__price-discount {
    font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__price-procent {
    font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__bottom {
    right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    bottom: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__price-discount {
    margin-bottom: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.add-basket .product-card__price {
    transform: translateY(calc(-80px + (-85 - (-80)) * ((100vw - 1536px) / (1920 - 1536))));
  }

  .product-card.product-card--list {
    height: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.product-card--list .product-card__images {
    width: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
    min-width: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.product-card--list .product-card__box {
    padding: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.product-card--list .product-card__status {
    max-width: calc(200px + (300 - 200) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.product-card--list .product-card__settings {
    left: calc(230px + (275 - 230) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card__calculator {
    right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    left: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    bottom: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.product-card--list .product-card__calculator {
    left: calc(304px + (362 - 304) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card--basket .product-card__basket-delete {
    top: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    right: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card.product-card--list.product-card--basket .product-card__content {
    min-height: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card--basket .product-card__link+.product-card__link {
    margin-top: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card--basket__all-price .product-card__link-title {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .product-card--basket__all-price .product-card__link-text {
    font-size: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media (max-width: 1536px) {
  .product-card__button--basket .btn-orange-hover::before {
    top: 16px;
    /* top: calc(16px + (16 - 16) * ((100vw - 1366px) / (1536 - 1366))); */
    width: calc(8px + (10 - 8) * ((100vw - 1366px) / (1536 - 1366)));
    height: calc(3px + (4 - 3) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.product-card--list .product-card__link {
    grid-template-columns: min-content 1fr calc(180px + (240 - 180) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card--basket__all-price .product-card__link-text {
    font-size: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card--basket__all-price .product-card__link-title {
    font-size: 16px;
  }

  .product-card.product-card--list.product-card--basket .product-card__content {
    min-height: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card--basket .product-card__basket-delete {
    top: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    right: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.product-card--list .product-card__calculator {
    left: calc(276px + (304 - 276) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card__price {
    padding-bottom: calc(4px + (8 - 4) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.add-basket .product-card__price {
    transform: translateY(calc(-72px + (-80 - (-72)) * ((100vw - 1366px) / (1536 - 1366))));
  }

  .product-card__price-discount {
    margin-bottom: 6px;
  }

  .product-card__setting {
    width: calc(44px + (48 - 44) * ((100vw - 1366px) / (1536 - 1366)));
    height: calc(44px + (48 - 44) * ((100vw - 1366px) / (1536 - 1366)));
    border-radius: calc(8px + (10 - 8) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card__setting svg {
    width: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    height: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card__price-discount {
    font-size: 16px;
    grid-gap: calc(16px + (20 - 16) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card__price-procent {
    font-size: 14px;
  }

  .product-card__price.discount-active .product-card__price-all {
    border-radius: 10px;
  }

  .product-card__price-all {
    font-size: 28px;
  }

  .product-card__price-dimension {
    font-size: 20px;
  }

  .product-card__item--new {
    padding-left: 12px;
  }

  .product-card__item {
    padding: 4px 12px 6px 10px;
    border-radius: 8px;
    font-size: 12px;
  }

  .product-card__item img {
    width: 14px;
  }

  .product-card__status {
    grid-gap: 4px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .product-card__box {
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom: 28px;
    padding-right: 28px;
  }

  .product-card__bottom {
    right: 28px;
    bottom: 28px;
  }

  .product-card__link {
    font-size: 16px;
    grid-template-columns: min-content 1fr calc(160px + (180 - 160) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card__title {
    font-size: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card {
    border-radius: 18px;
    height: calc(605px + (650 - 605) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card__images-item {
    height: calc(320px + (360 - 320) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.product-card--list {
    height: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.product-card--list .product-card__images {
    width: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
    min-width: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.product-card--list .product-card__box {
    padding: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.product-card--list .product-card__status {
    max-width: calc(170px + (200 - 170) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card.product-card--list .product-card__settings {
    left: calc(212px + (230 - 212) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .product-card__calculator {
    right: 28px;
    left: 28px;
    bottom: 28px;
  }

  .product-card--basket .product-card__link+.product-card__link {
    margin-top: 8px;
  }

  .product-card.product-card--list.product-card--basket .product-card__content {
    min-height: 255px;
  }
}

@media (max-width: 1366px) {
  .product-card__button--basket .btn-orange-hover::before {
    width: 8px;
    height: 3px;
  }

  .product-card.product-card--list .product-card__link {
    grid-template-columns: min-content 1fr calc(160px + (180 - 160) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .product-card.product-card--list.product-card--basket .product-card__content {
    min-height: 255px;
  }

  .product-card.add-basket .product-card__price {
    transform: translateY(-72px);
  }

  .product-card__setting {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }

  .product-card__setting svg {
    width: 20px;
    height: 20px;
  }

  .product-card__price-discount {
    grid-gap: 16px;
  }

  .product-card__title {
    font-size: 18px;
  }

  .product-card__link {
    grid-template-columns: min-content 1fr 160px;
  }

  .product-card__link+.product-card__link {
    margin-top: calc(8px + (12 - 8) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .product-card {
    height: 605px;
  }

  .product-card__images-item {
    height: 320px;
  }

  .product-card__price {
    padding-bottom: 4px;
  }

  .product-card--basket__all-price .product-card__link-text {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .product-card.product-card--list .product-card__link {
    grid-template-columns: min-content 1fr 160px;
  }

  .product-card.product-card--list .product-card__calculator {
    left: 28px;
  }

  .product-card--basket .product-card__basket-delete {
    top: 340px;
    right: 28px;
  }

  .product-card.product-card--list .product-card__content {
    flex-direction: column;
  }

  .product-card.product-card--list {
    height: 605px;
  }

  .product-card.product-card--list .product-card__images {
    width: 100%;
  }

  .product-card.product-card--list .product-card__images-item {
    height: 320px;
  }

  .product-card.product-card--list .product-card__settings {
    left: auto;
    right: 16px;
  }

  .product-card.product-card--list .product-card__status {
    max-width: 100%;
  }

  .product-card.product-card--list .product-card__box {
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 1024px) {
  .product-card.product-card--list .product-card__link {
    grid-template-columns: min-content 1fr calc(150px + (160 - 150) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card--basket .product-card__basket-delete {
    top: calc(300px + (340 - 300) * ((100vw - 390px) / (1024 - 390)));
    right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card.product-card--list .product-card__calculator {
    left: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card--basket__all-price .product-card__link-text {
    font-size: calc(18px + (20 - 18) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__settings {
    opacity: 1;
  }

  .product-card__setting {
    opacity: 1;
  }

  .product-card__setting:hover {
    /* background-color: transparent; */
    /* box-shadow: none; */
  }

  .product-card__price-procent {
    font-size: calc(12px + (14 - 12) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__price-discount {
    grid-gap: calc(12px + (16 - 12) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__link+.product-card__link {
    margin-top: 8px;
  }

  .product-card__link {
    grid-template-columns: min-content 1fr calc(150px + (160 - 150) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__images-cursor {
    display: none !important;
  }

  .product-card__box,
  .product-card.product-card--list .product-card__box {
    padding-top: calc(16px + (20 - 16) * ((100vw - 390px) / (1024 - 390)));
    padding-left: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    padding-bottom: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    padding-right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__bottom {
    right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    bottom: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card,
  .product-card.product-card--list {
    border-radius: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390)));
    height: calc(540px + (605 - 540) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__images-item,
  .product-card.product-card--list .product-card__images-item {
    height: calc(280px + (320 - 280) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__price-all {
    font-size: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__price-dimension {
    font-size: calc(18px + (20 - 18) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__calculator {
    right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    left: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    bottom: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card--basket .product-card__link {
    font-size: calc(14px + (16 - 14) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card--basket .product-card__list {
    margin-bottom: calc(16px + (22 - 16) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card--basket .produc-card__box-top {
    margin-bottom: calc(12px + (16 - 12) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card.product-card--basket .product-card__images-item {
    height: calc(200px + (320 - 200) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card.product-card--basket .product-card__box {
    padding-top: calc(12px + (20 - 12) * ((100vw - 390px) / (1024 - 390)));
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .product-card.product-card--basket .product-card__title {
    font-size: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390)));
  }

  .product-card__calculator .recalculation .recalculation__btn:hover {
    background-color: #fff;
  }

  .product-card__calculator .recalculation .recalculation__btn:hover svg path[stroke] {
    stroke: #282829;
  }

  .product-card__setting:hover svg path[stroke] {
    /* stroke: #282829; */
  }

  .product-card__setting:hover {
    background: transparent;
    box-shadow: none;
  }

  .product-card__setting.active:hover {
    background-color: #fff;
  }
}

@media (max-width: 800px) {

  .product-card__status,
  .product-card.product-card--list .product-card__status {
    max-width: 170px;
  }
}

@media (max-width: 390px) {
  .product-card.product-card--list .product-card__link {
    grid-template-columns: min-content 1fr 150px;
  }

  .product-card.product-card--basket .product-card__box {
    padding-top: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
  }

  .product-card.product-card--basket .product-card__title {
    font-size: 16px;
  }

  .product-card--basket .product-card__link {
    font-size: 14px;
  }

  .product-card--basket .product-card__list {
    margin-bottom: 16px;
  }

  .product-card--basket .produc-card__box-top {
    margin-bottom: 12px;
  }

  .product-card.product-card--basket .product-card__images-item {
    height: 200px !important;
  }

  .product-card__calculator {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .product-card__price-procent {
    font-size: 12px;
  }

  .product-card__price-discount {
    grid-gap: 12px;
  }

  .product-card__price-all {
    font-size: 24px;
  }

  .product-card__price-dimension {
    font-size: 18px;
  }

  .product-card,
  .product-card.product-card--list {
    border-radius: 16px;
    height: 540px;
  }

  .product-card__link {
    grid-template-columns: min-content 1fr 150px;
  }

  .product-card__box,
  .product-card.product-card--list .product-card__box {
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .product-card__bottom {
    right: 24px;
    bottom: 24px;
  }

  .product-card__images-item,
  .product-card.product-card--list .product-card__images-item {
    height: 280px;
  }
}

/*
 * Safety net: контейнерный .style-list форсирует list-view стили
 * для ВСЕХ .product-card, даже без класса product-card--list
 * (защита от рассинхрона при AJAX-фильтре / lazy-load).
 * Ниже 1300px list mode = card layout в 2 колонки, поэтому
 * перезаписывать высоту нужно только выше 1300px.
 */

/* >1920px (base) */
.catalog-project__content.style-list .product-card {
  height: 330px;
  overflow: hidden;
}

.catalog-project__content.style-list .product-card .product-card__content {
  flex-direction: row;
}

.catalog-project__content.style-list .product-card .product-card__images {
  display: block;
  width: 330px;
  min-width: 330px;
}

.catalog-project__content.style-list .product-card .product-card__images-item {
  height: 100%;
}

.catalog-project__content.style-list .product-card .product-card__box {
  width: 100%;
  padding-top: 32px;
}

.catalog-project__content.style-list .product-card .product-card__settings {
  right: auto;
  left: 275px;
}

.catalog-project__content.style-list .product-card .product-card__calculator {
  left: 362px;
}

.catalog-project__content.style-list .product-card .product-card__status {
  max-width: 300px;
}

/* 1536-1920px */
@media (max-width: 1920px) {
  .catalog-project__content.style-list .product-card {
    height: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .catalog-project__content.style-list .product-card .product-card__images {
    width: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
    min-width: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .catalog-project__content.style-list .product-card .product-card__box {
    padding: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .catalog-project__content.style-list .product-card .product-card__settings {
    left: calc(230px + (275 - 230) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .catalog-project__content.style-list .product-card .product-card__calculator {
    left: calc(304px + (362 - 304) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .catalog-project__content.style-list .product-card .product-card__status {
    max-width: calc(200px + (300 - 200) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

/* 1366-1536px */
@media (max-width: 1536px) {
  .catalog-project__content.style-list .product-card {
    height: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .catalog-project__content.style-list .product-card .product-card__images {
    width: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
    min-width: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .catalog-project__content.style-list .product-card .product-card__box {
    padding: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .catalog-project__content.style-list .product-card .product-card__settings {
    left: calc(212px + (230 - 212) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .catalog-project__content.style-list .product-card .product-card__calculator {
    left: calc(276px + (304 - 276) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .catalog-project__content.style-list .product-card .product-card__status {
    max-width: calc(170px + (200 - 170) * ((100vw - 1366px) / (1536 - 1366)));
  }
}

/* <=1366px */
@media (max-width: 1366px) {
  .catalog-project__content.style-list .product-card {
    height: calc(255px + (280 - 255) * ((100vw - 1300px) / (1366 - 1300)));
  }

  .catalog-project__content.style-list .product-card .product-card__images {
    width: calc(255px + (280 - 255) * ((100vw - 1300px) / (1366 - 1300)));
    min-width: calc(255px + (280 - 255) * ((100vw - 1300px) / (1366 - 1300)));
  }

  .catalog-project__content.style-list .product-card .product-card__settings {
    left: calc(212px + (230 - 212) * ((100vw - 1300px) / (1366 - 1300)));
  }
}

/* <=1300px: list view ведёт себя как card view (column layout, 2 колонки) */
@media (max-width: 1300px) {
  .catalog-project__content.style-list .product-card {
    height: 605px;
  }

  .catalog-project__content.style-list .product-card .product-card__content {
    flex-direction: column;
  }

  .catalog-project__content.style-list .product-card .product-card__images {
    width: 100%;
    min-width: unset;
  }

  .catalog-project__content.style-list .product-card .product-card__images-item {
    height: 320px;
  }

  .catalog-project__content.style-list .product-card .product-card__settings {
    left: auto;
    right: 16px;
  }

  .catalog-project__content.style-list .product-card .product-card__status {
    max-width: 100%;
  }

  .catalog-project__content.style-list .product-card .product-card__calculator {
    left: 28px;
  }

  .catalog-project__content.style-list .product-card .product-card__box {
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom: 28px;
    padding-right: 28px;
  }
}

/* <=1024px */
@media (max-width: 1024px) {
  .catalog-project__content.style-list .product-card {
    height: calc(540px + (605 - 540) * ((100vw - 390px) / (1024 - 390)));
    border-radius: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390)));
  }

  .catalog-project__content.style-list .product-card .product-card__images-item {
    height: calc(280px + (320 - 280) * ((100vw - 390px) / (1024 - 390)));
  }

  .catalog-project__content.style-list .product-card .product-card__box {
    padding-top: calc(16px + (20 - 16) * ((100vw - 390px) / (1024 - 390)));
    padding-left: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    padding-bottom: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    padding-right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
  }
}

/* <=390px */
@media (max-width: 390px) {
  .catalog-project__content.style-list .product-card {
    height: 540px;
    border-radius: 16px;
  }

  .catalog-project__content.style-list .product-card .product-card__images-item {
    height: 280px;
  }

  .catalog-project__content.style-list .product-card .product-card__box {
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }
}

/*end product-card*/






/* CSS для .popap_basket_added */
.popap_basket_added {
  position: fixed;
  background-color: #fff;
  border-radius: 3px;
  z-index: 10000;
  display: flex;
  padding: 15px;
  opacity: 0.98;
  transition: all 0.5s ease-in-out;
  width: 280px;
  right: -300px;
  top: 30px;
  transform: translateX(-50%);
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.1);
}

.popap_basket_added img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
  border-radius: 4px;
  background: #fff;
}

.popap_basket_added_inner {
  color: darkgreen;
  font-size: 13px;
}

.popap_basket_added_inner span {
  display: block;
  margin-bottom: 2px;
}

.popap_basket_added_inner strong {
  /* стили для названия, если нужны */
}
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.section/catalogSection/themes/blue/style.css?1778581099825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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;}

/* SCU */
.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;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/nobetec/components/bitrix/catalog/catalog/style.css?178058152016540 */
/* /local/templates/nobetec/components/bitrix/catalog/catalog/bitrix/catalog.section.list/catalogSectionListSlider/style.css?17785810997151 */
/* /local/templates/nobetec/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17785810995868 */
/* /local/templates/nobetec/components/bitrix/system.pagenavigation/round/style.css?17785810992820 */
/* /local/templates/nobetec/components/bitrix/catalog.section/catalogSection/style.css?17785810993808 */
/* /local/templates/nobetec/components/bitrix/catalog.item/catalogItem/style.css?177858109936617 */
/* /local/templates/nobetec/components/bitrix/catalog.section/catalogSection/themes/blue/style.css?1778581099825 */
