

/* 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.compare.list/.default/style.css?17785810991265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.element/bootstrap_v4/style.css?178065012695294*/
/* Sidebar */
.product-item-detail-info-section {
	padding: 0 20px;
}

@media (max-width: 992px) {
	.product-item-detail-info-section {
		padding: 0;
	}
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

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

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

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

/* Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.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 {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

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

.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;
	overflow: hidden;
	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: "";
}

.product-item-selected-scu-container {
	word-spacing: 1px
}

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

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

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.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-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.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: var(--ui-font-weight-bold); */
	font-weight: 500;
	font-size: 19px;
	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;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

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

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

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

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

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
	margin: 0;
}

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
	height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
	padding-top: 100%;
}

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
	outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
	outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
	outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left {
	left: 0;
}

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close {
	display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
	opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
	right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
	z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
	outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
	z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
	opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
	right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-ms-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
		right: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image {
		width: 90%;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		max-width: 75px;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-right {
		right: 0;
	}

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

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

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
	display: none;
}

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

.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-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@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*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: var(--ui-font-weight-bold);
}

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

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

@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 {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.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-top {
	top: -5px;
}

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

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

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

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

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

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

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

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

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

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #000;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
	height: 3px;
}

.product-item-detail-tab-link:active:after {
	height: 6px;
}

.product-item-detail-tab-content {
	padding: 25px 0;
}

@media (max-width: 991px) {
	.product-item-detail-tabs-container {
		display: none !important;
	}

	.product-item-detail-tab-content {
		display: block !important;
	}
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
	min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
	display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
	top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
	display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
	display: none;
}

.product-item-detail-tab-content.active {
	display: block;
}

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

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

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

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

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






/*start recalculation*/
.recalculation {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
	display: flex;
	align-items: center;
	grid-gap: 8px;
	padding: 3px;
}

.recalculation__btn {
	border-radius: 12px;
	border: none;
	background: #f3f4f6;
	width: 56px;
	min-width: 56px;
	cursor: pointer;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

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

.recalculation__btn:hover svg path[stroke] {
	stroke: #fff;
}

.recalculation__btn svg path {
	transition: 0.3s;
}

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

.recalculation__btn.disable svg path {
	stroke: #93969c;
}

.recalculation__inner {
	/* display: flex; */
	display: grid;
	grid-template-columns: 1fr min-content 1fr;
	align-items: center;
	width: 100%;
	justify-content: center;
	grid-gap: 8px;
}

.recalculation__inner.one-value {
	grid-template-columns: 1fr;
}

.recalculation__item {
	display: flex;
	overflow: hidden;
	justify-content: center;
}

.recalculation__link {
	display: flex;
	/* width: 125px; */
	justify-content: center;
	align-items: center;
}

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

.recalculation__wrap {
	position: relative;
	display: flex;
}

.recalculation__wrap-input {
	border: none;
	background-color: transparent;
	outline: none;
	text-align: right;
	width: 40px;
	color: #282829;
	font-family: "Retni Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	max-width: 80px;
	line-height: 140%;
}

.recalculation__wrap-text {
	position: absolute;
	pointer-events: none;
	top: 0;
	opacity: 0;
	white-space: nowrap;
	height: 100%;
	color: #282829;
	font-family: "Retni Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.recalculation__unit {
	color: #282829;
	font-family: "Retni Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-left: 3px;
	/* transform: translateY(3px); */
}

.recalculation__arrow {
	width: 24px;
	min-width: 24px;
	transform: translateY(2px);
	display: flex;
}

@media (max-width: 1920px) {
	.recalculation__btn {
		width: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		min-width: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
		border-radius: calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.recalculation__wrap-input,
	.recalculation__unit,
	.recalculation__wrap-text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}
}

@media (max-width: 1536px) {
	.recalculation__btn {
		width: calc(48px + (52 - 48) * ((100vw - 1366px) / (1536 - 1366)));
		min-width: calc(48px + (52 - 48) * ((100vw - 1366px) / (1536 - 1366)));
		height: calc(48px + (52 - 48) * ((100vw - 1366px) / (1536 - 1366)));
		border-radius: 10px;
	}

	.recalculation__wrap-input,
	.recalculation__unit,
	.recalculation__wrap-text {
		font-size: calc(14px + (16 - 14) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.recalculation__arrow {
		min-width: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
		width: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

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

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

@media (max-width: 1366px) {
	.recalculation__btn {
		width: 48px;
		height: 48px;
		min-width: 48px;
	}

	.recalculation__arrow {
		width: 20px;
		min-width: 20px;
	}

	.recalculation__arrow svg {
		width: 20px;
		height: 20px;
	}

	.recalculation__btn svg {
		width: 20px;
		height: 20px;
	}

	.recalculation__wrap-input,
	.recalculation__unit,
	.recalculation__wrap-text {
		font-size: 14px;
	}

	.recalculation__link {
		/* width: calc(60px + (125 - 60) * ((100vw - 390px) / (1366 - 390))); */
	}

	.recalculation__wrap-input {
		max-width: calc(60px + (80 - 60) * ((100vw - 390px) / (1366 - 390)));
	}

	.recalculation__arrow {
		transform: translateY(1px);
	}
}

@media (max-width: 1024px) {
	.recalculation__btn:hover {
		background: #f3f4f6;
	}

	.recalculation__btn:hover svg path[stroke] {
		stroke: #282829;
	}

	.recalculation__wrap-input {
		width: calc(20px + (40 - 20) * ((100vw - 390px) / (1366 - 390)));
	}
}

@media (max-width: 390px) {
	.recalculation__wrap-input {
		width: 20px;
	}
}

/*end recalculation*/
/*
 * POPUP СРАВНЕНИЯ СКРЫТ
 * Чтобы показать всплывающий блок сравнения:
 * Удалите или закомментируйте правило ниже
 */
.bx_catalog-compare-list {
	display: none !important;
}


/*start home-product*/
.home-product {
	margin-top: 208px;
}

.home-product__inner {
	display: grid;
	grid-gap: 64px;
	grid-template-columns: 860px 630px;
}

.home-product__content .breadcrumbs {
	margin-bottom: 16px;
	padding-top: 0;
}

.home-product__settings {}

.home-product__setting {
	width: 48px;
	border-radius: 8px;
	height: 48px;
}

.home-product__box {
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-product__reviews-icons {
	display: flex;
	align-items: center;
}

.home-product__reviews {
	display: flex;
	align-items: center;
	grid-gap: 12px;
}

.home-product__reviews-box {
	display: flex;
	align-items: center;
	grid-gap: 8px;
}

.home-product__reviews-link {
	color: #686871;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.home-product__reviews-icon img {
	width: 24px;
}

.home-product__reviews-num {
	color: #282829;
	font-size: 20px;
	/* font-weight: 500; */
	font-weight: 700;
	line-height: 150%;
}

.home-product__reviews .rating-project svg {
	width: 24px;
	height: 24px;
}

.home-product__reviews .rating-project {
	width: 120px !important;
}

.home-product__title {
	color: #282829;
	font-size: 36px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 16px;
}

.home-product__setting {
	opacity: 1;
}

.home-product__settings {
	display: flex;
	grid-gap: 8px;
}

.home-product__collection {
	margin-bottom: 32px;
}

.home-product__collection .catalog-collection__list-item.catalog-collection-card {
	width: 100%;
}

.home-product-copy {
	position: relative;
}

.home-product-copy-1 {
	transition: 0.3s;
}

.home-product-copy-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.home-product-copy.active .home-product-copy-2 {
	opacity: 1;
}

.home-product-copy.active {
	pointer-events: none;
}

.home-product-copy.active .home-product-copy-1 {
	opacity: 0;
}

.home-product__prices {
	margin-bottom: 24px;
}

.home-product__price-all {
	color: #282829;
	font-size: 40px;
	font-weight: 600;
	line-height: 135%;
	display: flex;
	align-items: flex-end;
	grid-gap: 8px;
}

.home-product__price-all-size {
	color: #282829;
	font-size: 28px;
	transform: translateY(-4px);
	/* font-weight: 600; */
	font-weight: 500;
	line-height: 140%;
}

.home-product__price-action-new {
	font-size: 40px;
	font-weight: 600;
	line-height: 135%;
	display: flex;
	align-items: flex-end;
	border-radius: 12px;
	background: #ffdc42;
	padding: 2px 16px;
	grid-gap: 8px;
}

.home-product__price-action {
	display: flex;
	align-items: center;
	grid-gap: 32px;
}

.home-product__price-action-old {
	color: #444446;
	position: relative;
	font-size: 28px;
	line-height: 140%;
}

.home-product__price-action-old::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #282829;
}

.home-product__price-action-box {
	display: flex;
	align-items: center;
	grid-gap: 12px;
}

.home-product__price-action-procent {
	color: #282829;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	border-radius: 8px;
	background: #ffefb8;
	padding: 4px 12px;
}

.home-product__calculator-button .btn-project {
	white-space: nowrap;
	height: 100%;
	padding-left: 32px;
	padding-right: 32px;
}

.home-product__calculator-button--disable {
	pointer-events: none;
}

.home-product__calculator-item {
	width: 100%;
}

.home-product__calculator {
	display: flex;
	margin-bottom: 48px;
	align-items: stretch;
	justify-content: space-between;
	grid-gap: 16px;
}

.home-product__calculator-button-icon {
	display: flex;
}

.home-product__specification.none {
	height: 0;
	overflow: hidden;
}

.home-product__specification-inner {
	display: grid;
	grid-template-columns: min-content minmax(15px, 1fr) 300px;
	font-size: 18px;
	line-height: 150%;
	grid-gap: 12px;
}

.home-product__specification-title {
	color: #444446;
	margin-top: auto;
	white-space: nowrap;
}

.home-product__specification-line {
	margin-top: auto;
	margin-bottom: 6px;
	height: 1px;
	background-color: #e9ebee;
}

.home-product__specification {
	transition: 0.3s;
	overflow: hidden;
}

.home-product__specification.none {
	/* margin-top: 0 !important; */
}

.home-product__specification-text {
	color: #282829;
}

.home-product__specification+.home-product__specification .home-product__specification-inner {
	padding-top: 20px;
	/* margin-top: 20px; */
}

.home-product__specification-tags {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px;
}

.home-product__specification-tag {
	padding: 8px 12px;
	border-radius: 6px;
	background: #fff;
}

.home-product__specification-bottom {
	display: flex;
	margin-top: 24px;
}

.home-product__specification-btn {
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
	color: #444446;
}

.home-product__specification-btn:hover {
	/* background-color:  #F3F4F6; */
	/* box-shadow: none; */
	/* color: #444446; */
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px rgba(141, 177, 195, 0.16);
}

.home-product__specification-btn:hover svg path[stroke] {
	/* stroke: #93969C; */
}

.home-product__specification-bottom.none {
	display: none !important;
}

.delete-product {
	display: none;
}

.home-product__calculator-button .delete-product {
	display: none;
}

.home-product__calculator-button.active .delete-product {
	display: flex;
}

.home-product__calculator-button.active .add-product {
	display: none;
}

.add-product .home-product__calculator-button-icon {
	position: relative;
}

.add-product:hover .home-product__calculator-button-icon::before {
	opacity: 1;
	transform: translateX(-40%) translateY(0px);
}

.add-product .home-product__calculator-button-icon::before {
	content: "";
	transition: 0.3s;
	position: absolute;
	opacity: 0;
	height: 4px;
	top: 2px;
	left: 50%;
	transform: translateX(-40%) translateY(-2px);
	width: 10px;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
}

.home-product__calculator-button .btn-project {
	width: 189px;
}

.home-product__bottom {
	margin-top: 48px;
	border-top: 1px solid #e9ebee;
	padding-top: 24px;
}

.home-product__bottom-text {
	margin-bottom: 24px;
	color: #282829;
	font-size: 18px;
	line-height: 150%;
}

.home-product__bottom-buttons {
	display: flex;
	grid-gap: 16px;
	flex-wrap: wrap;
}

.home-product__bottom-button svg {
	transform: rotate(0);
}

.home-product__bottom-button span+svg {
	transform: rotate(90deg);
}

.home-product__bottom-button {
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
}

.home-product__bottom-button:hover {
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px rgba(141, 177, 195, 0.16);
}

.home-product__visual {
	overflow: hidden;
	margin-bottom: 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px 24px;
}

.home-product__visual-item {
	display: grid;
	grid-template-columns: min-content 1fr;
	align-items: center;
	grid-gap: 24px;
}

.home-product__visual-item.item-colors {
	overflow: hidden;
}

.home-product__visual-text {
	color: #6f7073;
	font-size: 18px;
	line-height: 150%;
	min-width: 72px;
}

.home-product__visual-links {
	display: flex;
	grid-gap: 8px;
}

.home-product__visual-link {
	display: flex;
}

.home-product__visual-button {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #dadde2;
	cursor: pointer;
	overflow: hidden;
	transition: 0.3s;
}

.home-product__visual-button.active {
	border-color: #282829;
	padding: 3px;
}

.home-product__visual-button img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	transition: 0.3s;
}

.home-product__visual-item.item-colors {
	grid-column: span 2;
	align-items: flex-start;
}

.home-product__visual-item.item-colors .home-product__visual-text {
	transform: translateY(8px);
}

.home-product__visual-item.item-colors .home-product__visual-button {
	border-color: transparent;
}

.home-product__visual-item.item-colors .home-product__visual-button.active {
	border-color: #282829;
}

.item-colors__inner {
	position: relative;
	overflow: hidden;
}

.home-product__visual-links.none {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.home-product__visual-link--number {
	width: 44px;
	height: 44px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
	color: #282829;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	cursor: pointer;
	transition: 0.3s;
}

.home-product__visual-link.home-product__visual-link--number:hover {
	box-shadow: 0px 4px 20px 0px rgba(141, 177, 195, 0.16);
}

.item-colors__inner.is-expanded .home-product__visual-links.views {
	flex-wrap: wrap;
}

.swiper.product-big__slider {
	width: 100%;
}

.product-big__slide {
	position: relative;
}

.product-big__slide.swiper-slide {
	opacity: 0 !important;
}

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

.product-big__image {
	height: 920px;
	width: 100%;
	cursor: pointer;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

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

.product-big__box {
	position: absolute;
	bottom: 32px;
	left: 32px;
	z-index: 2;
}

.product-big__box-wrap {
	display: flex;
	color: #386dde;
	font-size: 16px;
	align-items: center;
	font-weight: 500;
	line-height: 150%;
	border-radius: 10px;
	background: #f0f5ff;
	padding: 6px 16px 8px 14px;
	transition: 0.3s;
	cursor: pointer;
}

.product-big__box-icon {
	display: flex;
}

.product-big__box-wrap:hover {
	background-color: #e6eeff;
	color: #2c5dc8;
}

.product-big__box-wrap:hover svg path[stroke] {
	stroke: #2c5dc8;
}

.product-big__box-icon svg path,
.product-big__box-opisanie svg path {
	transition: 0.3s;
}

.product-big__box-text {
	margin-left: 8px;
	margin-right: 12px;
}

.product-big__box-opisanie {
	display: flex;
}

.product-big__box-tooltip {
	max-width: 430px;
}

.product-big {
	position: relative;
}

.product-big__status {
	position: absolute;
	top: 32px;
	left: 32px;
	z-index: 3;
	display: flex;
	grid-gap: 8px;
	pointer-events: none;
}

.product-big__status .product-card__item {
	font-size: 16px;
	line-height: 150%;
}

.product-big__status .product-card__item img {
	width: 20px;
	height: 20px;
}

.product-mini__inner {
	display: flex;
	align-items: center;
	grid-gap: 16px;
	margin-top: 16px;
}

.swiper.product-mini__slider {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.swiper-slide.product-mini__slide {
	cursor: pointer;
	width: auto;
}

.product-mini__item {
	border-radius: 16px;
	overflow: hidden;
	/* width: 112px; */
	height: 112px;
	background-color: #fff;
	border: 1px solid transparent;
	transition: 0.3s;
}

.product-mini__item-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}

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

.swiper-slide.product-mini__slide.active .product-mini__item {
	padding: 4px;
	border-color: #282829;
}

.product-mini__arrow.next {
	margin-left: auto;
}

.slider-project__arrow.product-mini__arrow.disable {
	pointer-events: none;
}

.slider-project__arrow.product-mini__arrow.disable svg path[stroke] {
	stroke: #686871;
}

.home-product__images-popup {}

.popup-project {}

.popup-project.product-popup {
	display: none;
}

.product-popup {
	background-color: #fff;
}

.product-popup .popup-project__slide {
	padding: 0;
}

.product-popup .popup-project__bg {
	opacity: 0;
}

.btn-orange-hover {}

.popup-project__close {}

.product-popup__box {
	overflow: hidden;
	background-color: #fff;
	width: 100%;
}

.product-popup__inner {
	height: 100vh;
	padding-top: 56px;
	padding-bottom: 32px;
	/* display: grid; */
	/* grid-template-rows: auto min-content; */
}

.product-popup__content {
	height: calc(100vh - 220px);
}

.product-popup__block {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper.product-popup__big-slider {
	width: 100%;
	height: 100%;
}

.product-popup__big-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.product-popup__big-img img {
	height: 100%;
	/* width: 100%; */
	object-fit: contain;
	border-radius: 20px;
}

.product-popup__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
}

.product-popup__arrow.prev {
	left: 32px;
}

.product-popup__arrow.next {
	right: 32px;
}

.swiper.product-popup__mini-slider {
	margin-top: 24px;
	width: 100%;
}

.product-popup__content .container {
	height: 100%;
}

.product-popup__mini-img {
	width: 108px;
	height: 108px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid transparent;
	transition: 0.3s;
	cursor: pointer;
}

.product-popup__arrow {
	background-color: #f3f4f6;
}

.product-popup__arrow.disable {
	pointer-events: none;
}

.product-popup__arrow.disable svg path[stroke] {
	stroke: #93969c;
}

.swiper-slide.product-popup__mini-slide.active .product-popup__mini-img {
	padding: 4px;
	border-color: #282829;
}

.swiper-slide.product-popup__big-slide {
	opacity: 0 !important;
}

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

.product-popup__mini-img img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
}

.product-popup {
	display: none;
}

@media (max-width: 1920px) {
	.home-product__inner {
		grid-gap: calc(48px + (64 - 48) * ((100vw - 1536px) / (1920 - 1536)));
		grid-template-columns:
			calc(735px + (860 - 735) * ((100vw - 1536px) / (1920 - 1536))) calc(535px + (630 - 535) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__title {
		font-size: calc(32px + (36 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__reviews-num {
		font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__box {
		margin-bottom: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__setting {
		width: calc(44px + (48 - 44) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(44px + (48 - 44) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__visual-text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		min-width: calc(64px + (72 - 64) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__visual-item {
		grid-gap: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__visual-button {
		width: calc(38px + (44 - 38) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(38px + (44 - 38) * ((100vw - 1536px) / (1920 - 1536)));
		border-radius: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__visual {
		grid-gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536))) 24px;
		margin-bottom: calc(40px + (48 - 40) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__visual-link--number {
		width: calc(38px + (44 - 38) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(38px + (44 - 38) * ((100vw - 1536px) / (1920 - 1536)));
		border-radius: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__price-all {
		font-size: calc(36px + (40 - 36) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__price-all-size {
		font-size: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__calculator-button .btn-project {
		padding-left: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
		padding-right: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
		width: calc(155px + (189 - 155) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__calculator {
		margin-bottom: calc(40px + (48 - 40) * ((100vw - 1536px) / (1920 - 1536)));
		grid-gap: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.home-product__bottom {
		margin-top: calc(40px + (48 - 40) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.home-product__bottom-buttons {
		grid-gap: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product {
		margin-top: calc(168px + (208 - 168) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-mini__inner {
		grid-gap: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-mini__item {
		height: calc(92px + (112 - 92) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-big__image {
		height: calc(820px + (920 - 820) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

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

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

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

	.home-product__collection {
		margin-bottom: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.product-big__box-icon svg {
		width: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-big__box-text {
		margin-left: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
		margin-right: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__price-action-new {
		font-size: calc(36px + (40 - 36) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__price-action {
		grid-gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__price-action-old {
		font-size: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.home-product__price-action-procent {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-popup__mini-img {
		width: calc(92px + (108 - 92) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(92px + (108 - 92) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-popup__inner {
		padding-top: calc(40px + (56 - 40) * ((100vw - 1536px) / (1920 - 1536)));
		padding-bottom: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-popup__arrow.prev {
		left: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-popup__arrow.next {
		right: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.product-popup__content {
		height: calc(100vh - calc(180px + (220 - 180) * ((100vw - 1536px) / (1920 - 1536))));
	}
}

@media (max-width: 1536px) {
	.product-popup__inner {
		padding-top: calc(32px + (40 - 32) * ((100vw - 1366px) / (1536 - 1366)));
		padding-bottom: calc(20px + (28 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-popup__mini-img {
		width: calc(80px + (92 - 80) * ((100vw - 1366px) / (1536 - 1366)));
		height: calc(80px + (92 - 80) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__price-action-new {
		font-size: calc(32px + (36 - 32) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-popup__arrow.prev {
		left: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-popup__arrow.next {
		right: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__price-action {
		grid-gap: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__price-action-old {
		font-size: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__price-action-procent {
		font-size: calc(14px + (16 - 14) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-popup__content {
		height: calc(100vh - calc(156px + (180 - 156) * ((100vw - 1366px) / (1536 - 1366))));
	}

	.product-big__box {
		bottom: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
		left: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__collection {
		margin-bottom: 24px;
	}

	.home-product__visual-text {
		font-size: 16px;
		min-width: 64px;
	}

	.home-product__visual-item {
		grid-gap: calc(8px + (20 - 8) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__inner {
		grid-template-columns:
			calc(665px + (735 - 665) * ((100vw - 1366px) / (1536 - 1366))) calc(490px + (535 - 490) * ((100vw - 1366px) / (1536 - 1366)));
		grid-gap: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__title {
		font-size: calc(28px + (32 - 28) * ((100vw - 1366px) / (1536 - 1366)));
		margin-bottom: calc(12px + (16 - 12) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__setting {
		width: calc(40px + (44 - 40) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(40px + (44 - 40) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product {
		margin-top: calc(156px + (168 - 156) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__box {
		margin-bottom: 24px;
	}

	.home-product__reviews-num {
		font-size: calc(16px + (18 - 16) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__reviews-link {
		font-size: calc(14px + (16 - 14) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__setting {
		width: 40px;
		height: 40px;
	}

	.home-product__visual-button {
		width: calc(34px + (38 - 34) * ((100vw - 1366px) / (1536 - 1366)));
		height: calc(34px + (38 - 34) * ((100vw - 1366px) / (1536 - 1366)));
		border-radius: 6px;
	}

	.home-product__visual {
		grid-gap: 24px calc(16px + (24 - 16) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__visual-link--number {
		width: calc(34px + (38 - 34) * ((100vw - 1366px) / (1536 - 1366)));
		border-radius: 6px;
		height: calc(34px + (38 - 34) * ((100vw - 1366px) / (1536 - 1366)));
		font-size: calc(12px + (14 - 12) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__visual {
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__visual-button img {
		border-radius: calc(4px + (6 - 4) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__visual-item.item-colors .home-product__visual-text {
		transform: translateY(calc(5px + (8 - 5) * ((100vw - 1366px) / (1536 - 1366))));
	}

	.home-product__price-all {
		font-size: calc(32px + (36 - 32) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__price-all-size {
		font-size: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__calculator {
		grid-gap: calc(8px + (12 - 8) * ((100vw - 1366px) / (1536 - 1366)));
		margin-bottom: calc(32px + (40 - 32) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__calculator-button .btn-project {
		padding-left: 24px;
		padding-right: 24px;
		width: calc(143px + (155 - 143) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__specification-inner {
		font-size: 16px;
	}

	.home-product__specification-bottom {
		margin-top: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

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

	.product-big__box-icon svg {
		width: calc(14px + (18 - 14) * ((100vw - 1366px) / (1536 - 1366)));
		height: calc(14px + (18 - 14) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-big__box-text {
		margin-left: calc(4px + (6 - 4) * ((100vw - 1366px) / (1536 - 1366)));
		margin-right: calc(6px + (8 - 6) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-big__box-opisanie svg {
		width: calc(12px + (16 - 12) * ((100vw - 1366px) / (1536 - 1366)));
		height: calc(12px + (16 - 12) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__bottom-text {
		font-size: 16px;
		margin-bottom: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__bottom {
		margin-top: calc(32px + (40 - 32) * ((100vw - 1366px) / (1536 - 1366)));
		padding-top: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.home-product__bottom-buttons {
		grid-gap: 12px;
	}

	.product-mini__item {
		height: calc(84px + (92 - 84) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-big__image {
		height: calc(680px + (820 - 680) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-big__status {
		top: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
		left: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.product-big__status .product-card__item {
		font-size: calc(12px + (14 - 12) * ((100vw - 1366px) / (1536 - 1366)));
		grid-gap: calc(4px + (6 - 4) * ((100vw - 1366px) / (1536 - 1366)));
	}

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

	.product-mini__inner {
		grid-gap: 12px;
	}
}

@media (max-width: 1366px) {
	.add-product .home-product__calculator-button-icon::before {
		width: 8px;
		height: 3px;
	}

	.home-product__price-action-new {
		font-size: 32px;
		border-radius: 10px;
	}

	.home-product__price-action {
		grid-gap: 20px;
	}

	.home-product__price-action-old {
		font-size: 20px;
	}

	.home-product__price-action-procent {
		font-size: 14px;
	}

	.product-big__status {
		top: 20px;
		left: 20px;
	}

	.product-big__status .product-card__item {
		font-size: 12px;
		line-height: 130%;
		grid-gap: 4px;
	}

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

	.home-product__bottom-text {
		margin-bottom: 20px;
	}

	.product-big__box-wrap {
		font-size: 12px;
		padding-top: 4px;
		padding-right: 12px;
		padding-bottom: 4px;
		padding-left: 10px;
		border-radius: 8px;
	}

	.product-big__box-icon svg {
		width: 14px;
		height: 14px;
	}

	.product-big__box-text {
		margin-left: 4px;
		margin-right: 6px;
	}

	.product-big__box-opisanie svg {
		width: 12px;
		height: 12px;
	}

	.product-big__box {
		left: 20px;
		bottom: 20px;
	}

	.home-product__specification-bottom {
		margin-bottom: 20px;
	}

	.home-product__price-all {
		font-size: 32px;
	}

	.home-product__price-all-size {
		font-size: 20px;
	}

	.home-product__visual-item.item-colors .home-product__visual-text {
		transform: translateY(5px);
	}

	.home-product__visual-button img {
		border-radius: 4px;
	}

	.home-product__visual {
		grid-gap: 24px 16px;
		margin-bottom: 32px;
	}

	.home-product__reviews-link {
		font-size: 14px;
	}

	.home-product__reviews-num {
		font-size: 16px;
	}

	.home-product {
		margin-top: calc(112px + (156 - 112) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.home-product__specification-bottom {
		margin-top: 20px;
	}

	.home-product__bottom {
		margin-top: 32px;
		padding-top: 20px;
	}

	.home-product__title {
		margin-bottom: 12px;
		font-size: 28px;
	}

	.home-product__visual-item {
		grid-gap: 8px;
	}

	.home-product__visual-button {
		width: 34px;
		height: 34px;
	}

	.home-product__calculator {
		grid-gap: 12px;
		margin-bottom: 32px;
	}

	.home-product__visual-link--number {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	.product-popup__inner {
		padding-top: 32px;
		padding-bottom: calc(32px + (20 - 32) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.product-popup__mini-img {
		width: calc(92px + (80 - 92) * ((100vw - 1024px) / (1366 - 1024)));
		height: calc(92px + (80 - 92) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.product-popup__mini-img {
		border-radius: calc(12px + (16 - 12) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.product-popup__mini-img img {
		border-radius: calc(10px + (12 - 10) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.product-popup__arrow.prev {
		left: 20px;
	}

	.product-popup__arrow.next {
		right: 20px;
	}

	.product-popup__content {
		height: calc(100vh - calc(180px + (156 - 180) * ((100vw - 1024px) / (1366 - 1024))));
	}
}

@media (max-width: 1300px) {
	.home-product__bottom {
		margin-top: 48px;
	}

	.home-product__visual {
		grid-gap: 32px 16px;
	}

	.home-product__specification-inner {
		grid-template-columns: min-content minmax(15px, 1fr) 440px;
	}

	.home-product__calculator {
		grid-gap: 12px;
		margin-bottom: 48px;
	}

	.home-product__inner {
		display: block;
	}

	.product-big__image {
		height: 912px;
	}

	.product-mini__item {
		height: 124px;
	}

	.home-product__content {
		margin-top: 32px;
	}

	.home-product__title {
		margin-bottom: 16px;
	}

	.home-product__box {
		margin-bottom: 32px;
	}

	.home-product__collection {
		margin-bottom: 32px;
	}

	.home-product__visual-button {
		width: 44px;
		height: 44px;
	}

	.home-product__visual-link--number {
		width: 44px;
		height: 44px;
		font-size: 14px;
	}

	.home-product__visual-text {
		font-size: 18px;
		min-width: 72px;
	}

	.home-product__visual-item {
		grid-gap: 24px;
	}

	.home-product__prices {
		margin-bottom: 20px;
	}

	.home-product__calculator-button .btn-project {
		width: 320px;
	}

	.home-product {
		margin-bottom: 80px;
	}
}

@media (max-width: 1200px) {
	.product-popup__arrow {
		display: none;
	}

	.product-popup__big-img img {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.home-product__price-action-new {
		font-size: calc(28px + (32 - 28) * ((100vw - 390px) / (1024 - 390)));
		padding-left: calc(12px + (16 - 12) * ((100vw - 390px) / (1024 - 390)));
		padding-right: calc(12px + (16 - 12) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__price-action {
		grid-gap: calc(16px + (20 - 16) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__price-action-old {
		font-size: calc(18px + (20 - 18) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__price-action-procent {
		padding: 4px calc(8px + (12 - 8) * ((100vw - 390px) / (1024 - 390)));
		font-size: calc(12px + (14 - 12) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-popup__content {
		height: calc(100vh - calc(132px + (180 - 132) * ((100vw - 390px) / (1024 - 390))));
	}

	.home-product {
		margin-top: calc(84px + (112 - 84) * ((100vw - 390px) / (1024 - 390)));
	}

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

	.home-product {
		margin-bottom: 80px;
	}

	.product-big__image {
		border-radius: calc(16px + (20 - 16) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-big__image {
		height: calc(400px + (912 - 400) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-mini__item {
		height: calc(48px + (112 - 48) * ((100vw - 390px) / (1024 - 390)));
		border-radius: calc(8px + (16 - 8) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-mini__item-img {
		border-radius: calc(6px + (12 - 6) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-mini__inner {
		margin-top: calc(12px + (16 - 2) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__reviews-icon img {
		width: calc(20px + (24 - 20) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__reviews-num {
		font-size: calc(14px + (16 - 14) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__reviews {
		grid-gap: calc(8px + (12 - 8) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__reviews-link {
		font-size: calc(12px + (14 - 12) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__visual-text {
		font-size: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390)));
		min-width: calc(64px + (72 - 64) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__visual-button {
		width: calc(34px + (44 - 34) * ((100vw - 390px) / (1024 - 390)));
		height: calc(34px + (44 - 34) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__visual-item {
		grid-gap: calc(8px + (24 - 8) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__visual {
		grid-gap: calc(24px + (32 - 24) * ((100vw - 390px) / (1024 - 390))) 16px;
	}

	.home-product__visual-link--number {
		width: calc(34px + (44 - 34) * ((100vw - 390px) / (1024 - 390)));
		height: calc(34px + (44 - 34) * ((100vw - 390px) / (1024 - 390)));
		font-size: calc(12px + (14 - 12) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__price-all {
		font-size: calc(28px + (32 - 28) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__price-all-size {
		font-size: calc(18px + (20 - 18) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__specification-inner {
		grid-template-columns: min-content minmax(15px, 1fr) calc(168px + (440 - 168) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__specification-tag {
		padding: calc(6px + (8 - 6) * ((100vw - 390px) / (1024 - 390))) calc(8px + (12 - 8) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__specification-tags {
		grid-gap: calc(4px + (8 - 4) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__bottom {
		margin-top: calc(40px + (48 - 40) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__calculator {
		margin-bottom: calc(40px + (48 - 40) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__specification+.home-product__specification .home-product__specification-inner {
		padding-top: calc(16px + (20 - 16) * ((100vw - 390px) / (1024 - 390)));
	}

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

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

	.home-product__specification-btn:hover {
		color: #444446;
		box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
	}

	.home-product__specification-btn:hover svg path[stroke] {
		stroke: #93969c;
	}

	.home-product__content .breadcrumbs {
		margin-bottom: calc(12px + (16 - 12) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-popup__inner {
		padding-top: calc(24px + (32 - 24) * ((100vw - 390px) / (1024 - 390)));
		padding-bottom: calc(24px + (32 - 24) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-popup__mini-img {
		width: calc(72px + (92 - 72) * ((100vw - 390px) / (1024 - 390)));
		height: calc(72px + (92 - 72) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-popup__mini-img {
		border-radius: calc(8px + (12 - 8) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-popup__mini-img img {
		border-radius: calc(6px + (10 - 6) * ((100vw - 390px) / (1024 - 390)));
	}

	.swiper.product-popup__mini-slider {
		margin-top: calc(12px + (24 - 12) * ((100vw - 390px) / (1024 - 390)));
	}

	.product-big__box-tooltip {
		max-width: calc(270px + (430 - 270) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__reviews .rating-project svg {
		width: calc(20px + (24 - 20) * ((100vw - 390px) / (1024 - 390)));
		height: calc(20px + (24 - 20) * ((100vw - 390px) / (1024 - 390)));
	}

	.home-product__reviews .rating-project {
		width: calc(100px + (120 - 100) * ((100vw - 390px) / (1024 - 390))) !important;
	}

	.home-product__bottom-button:hover svg path[stroke] {
		stroke: #444446;
	}
}

@media (max-width: 800px) {
	.home-product__calculator {
		flex-direction: column;
	}

	.home-product__calculator-button .btn-project {
		width: 100%;
		height: 56px;
	}
}

@media (max-width: 390px) {
	.home-product__reviews .rating-project svg {
		width: 20px;
		height: 20px;
	}

	.home-product__reviews .rating-project {
		width: 100px !important;
	}

	.product-popup__content {
		height: calc(100vh - 132px);
	}

	.product-popup__inner {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.product-popup__mini-img {
		width: 72px;
		height: 72px;
	}

	.product-popup__mini-img {
		border-radius: 8px;
	}

	.product-popup__mini-img img {
		border-radius: 6px;
	}

	.swiper.product-popup__mini-slider {
		margin-top: 12px;
	}

	.home-product__content .breadcrumbs {
		margin-bottom: 12px;
	}

	.home-product__price-action-new {
		font-size: 28px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.home-product__price-action {
		grid-gap: 16px;
	}

	.home-product__price-action-old {
		font-size: 18px;
	}

	.home-product__price-action-procent {
		padding: 4px 8px;
		font-size: 12px;
	}

	.home-product__title {
		margin-bottom: 14px;
	}

	.home-product {
		margin-bottom: 80px;
	}

	.home-product {
		margin-top: 84px;
	}

	.home-product__specification+.home-product__specification .home-product__specification-inner {
		padding-top: 16px;
	}

	.home-product__calculator {
		margin-bottom: 40px;
	}

	.product-big__image {
		border-radius: 16px;
	}

	.product-big__image {
		height: 400px;
	}

	.product-mini__item {
		height: 48px;
		border-radius: 8px;
	}

	.product-mini__item-img {
		border-radius: 6px;
	}

	.product-mini__inner {
		margin-top: 12px;
	}

	.home-product__reviews-icon img {
		width: 20px;
	}

	.home-product__reviews-num {
		font-size: 14px;
	}

	.home-product__reviews {
		grid-gap: 8px;
	}

	.home-product__reviews-link {
		font-size: 12px;
	}

	.home-product__visual-text {
		font-size: 16px;
		min-width: 64px;
	}

	.home-product__visual-button {
		width: 34px;
		height: 34px;
	}

	.home-product__visual-item {
		grid-gap: 8px;
	}

	.home-product__visual {
		grid-gap: 24px 16px;
	}

	.home-product__visual-link--number {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	.home-product__price-all {
		font-size: 28px;
	}

	.home-product__price-all-size {
		font-size: 18px;
	}

	.home-product__specification-inner {
		grid-template-columns: min-content minmax(15px, 1fr) 168px;
	}

	.home-product__specification-tag {
		padding: 6px 8px;
	}

	.home-product__specification-tags {
		grid-gap: 4px;
	}

	.home-product__bottom {
		margin-top: 40px;
	}
}

/*end home-product*/
/*start reviews-project*/
.reviews-project__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-gap: 15px;
}

.reviews-project__top-box {
	display: flex;
	grid-gap: 20px;
	align-items: center;
}

.reviews-project__top-num {
	color: #686871;
	font-size: 20px;
	line-height: 150%;
	transform: translateY(5px);
}

.reviews-project__sort .sorting-project__select {
	left: auto;
	right: 0;
}

.reviews-project__inner {
	display: grid;
	grid-template-columns: 1fr 495px;
	grid-gap: 32px;
}

.reviews-project__content {
	min-width: 0;
}

.reviews-project__box {
	min-width: 0;
}

.reviews-project__add {}

.leave-review {
	padding: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 12px 0 rgba(141, 177, 195, 0.12);
}

.leave-review__all {
	display: flex;
	align-items: center;
	grid-gap: 16px;
	margin-bottom: 8px;
}

.leave-review__all-num {
	color: #282829;
	font-size: 48px;
	font-weight: 700;
	line-height: 130%;
}

.rating-project.leave-review__stars {
	width: auto !important;
	padding: 0;
}

.rating-project.leave-review__stars svg {
	width: 40px;
	height: 40px;
}

.leave-review__text {
	color: #444446;
	font-size: 18px;
	line-height: 150%;
}

.leave-review__items {
	margin-top: 32px;
}

.leave-review__item {
	display: grid;
	grid-gap: 32px;
	align-items: center;
	grid-template-columns: min-content 282px 1fr;
}

.leave-review__item-box {
	display: flex;
	grid-gap: 4px;
}

.leave-review__item-box-text {
	width: 10px;
	font-size: 18px;
	line-height: 150%;
}

.leave-review__item-icon img {
	width: 24px;
}

.leave-review__item+.leave-review__item {
	margin-top: 12px;
}

.leave-review__bottom-btn {
	height: 56px;
}

.leave-review__item-line {
	border-radius: 100px;
	background: #e9ebee;
	position: relative;
	overflow: hidden;
	height: 6px;
}

.leave-review__bottom {
	margin-top: 32px;
	display: flex;
}

.leave-review__item-span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 100px;
	background: #ffca12;
}

.leave-review__item-num {
	text-align: right;
	color: #686871;
	font-size: 18px;
	line-height: 155%;
}

.reviews-project__items {}

.reviews-project__item {
	border-radius: 20px;
	background: #fff;
	padding: 32px 40px;
	min-width: 0;
	overflow: hidden;
}

.reviews-project__item+.reviews-project__item {
	margin-top: 24px;
}

.reviews-project__item-top {
	display: grid;
	grid-template-columns: 1fr min-content;
	align-items: center;
	grid-gap: 24px;
	margin-bottom: 24px;
}

.reviews-project__item-user {
	display: flex;
	align-items: center;
	overflow: hidden;
	grid-gap: 24px;
}

.reviews-project__item-avatar {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff6800;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	border-radius: 50%;
	background-color: #fff2e8;
}

.reviews-project__item-name {
	color: #282829;
	font-size: 24px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 150%;
}

.reviews-project__item-right {
	display: flex;
	align-items: center;
	grid-gap: 24px;
}

.reviews-project__item-date {
	color: #93969c;
	font-size: 18px;
	line-height: 150%;
}

.reviews-project__item-stars {
	width: auto !important;
	padding: 0;
}

.reviews-project__item-stars svg {
	width: 28px;
	height: 28px;
}

.reviews-project__item-content {}

.reviews-project__item-text {
	color: #282829;
	font-size: 24px;
	line-height: 150%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.reviews-project__item-bottom {
	margin-top: 32px;
}

.reviews-project__item-likes {
	display: flex;
	grid-gap: 16px;
}

.reviews-project__item-like {
	border-radius: 40px;
	border: 1px solid #e9ebee;
	background: #f8f9fb;
	cursor: pointer;
	padding: 8px 24px 8px 20px;
	display: flex;
	align-items: center;
	grid-gap: 8px;
	font-size: 18px;
	font-weight: 500;
	transition: 0.3s;
	line-height: 150%;
}

.reviews-project__item-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.reviews-project__item-text.active {
	-webkit-line-clamp: 999999;
}

.reviews-project__item-text-preview {
	display: flex;
	margin-top: 24px;
	display: none;
}

.reviews-project__item-text-btn {
	display: flex;
	align-items: center;
	grid-gap: 8px;
	transition: 0.3s;
	color: #444446;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	border-radius: 8px;
	padding: 10px 20px;
	cursor: pointer;
	background: #f3f4f6;
}

.reviews-project__item-text-btn svg,
.reviews-project__item-text-btn svg path[stroke] {
	transition: 0.3s;
}

.reviews-project__item-text-preview.active svg {
	transform: rotate(180deg);
}

.reviews-project__pagination {
	grid-template-columns: 1fr 495px;
	grid-gap: 32px;
	display: grid;
}

.reviews-project__tova-buttons {
	display: flex;
	align-items: center;
	grid-gap: 8px;
}

.reviews-project__tovar {
	border-radius: 12px;
	background: #f3f4f6;
	margin-top: 32px;
	padding: 12px 12px 12px 24px;
	display: grid;
	grid-template-columns: 1fr min-content;
	align-items: center;
	grid-gap: 12px;
}

.reviews-project__tovar-inner {
	display: grid;
	align-items: center;
	grid-gap: 12px;
	grid-template-columns: min-content 1fr;
	min-width: 0;
	text-decoration: none;
	color: inherit;
}

.reviews-project__tovar-img img {
	width: 32px;
	border-radius: 4px;
	object-fit: cover;
	height: 32px;
}

.reviews-project__tovar-box {
	white-space: nowrap;
}

.reviews-project__tovar-text {
	overflow: hidden;
	color: #282829;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	line-height: 150%;
}

.reviews-project__tovar-price {
	display: flex;
	align-items: center;
	grid-gap: 12px;
}

.reviews-project__tovar-box {
	display: flex;
	grid-gap: 20px;
	align-items: center;
}

.reviews-project__tovar-old {
	color: #444446;
	font-size: 16px;
	line-height: 150%;
	position: relative;
}

.reviews-project__tovar-old::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background-color: #444446;
}

.reviews-project__tovar-new.bg-yellow {
	background: #ffdc42;
	padding: 2px 12px;
}

.reviews-project__tovar-new {
	color: #282829;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	border-radius: 8px;
}

.reviews-project__tova-buttons {}

@media (min-width: 1000px) {
	.reviews-project__item-text-btn:hover {
		background-color: #e9ebee;
		color: #282829;
	}

	.reviews-project__item-text-btn:hover svg path[stroke] {
		stroke: #282829;
	}
}

.btn-icon.btn-icon--secondary.reviews-project__tova-button--favorites.active svg path[fill] {
	fill: #ef1919;
}

.btn-icon.btn-icon--secondary.reviews-project__tova-button--favorites.active svg path[stroke] {
	stroke: #ef1919;
}

@media (min-width: 1000px) {
	.reviews-project__item-like:hover {
		background-color: #f3f4f6;
	}

	.btn-icon.btn-icon--secondary.reviews-project__tova-button--favorites:hover svg path[fill] {
		fill: #ff6800;
	}

	.btn-icon.btn-icon--secondary.reviews-project__tova-button--favorites.active:hover svg path[fill] {
		fill: #ef1919;
	}
}

.reviews-project__item-like svg path {
	transition: 0.3s;
}

.reviews-project__item-like.active svg path[stroke] {
	stroke: #ff6800;
}

.reviews-project__item-like.active {
	color: #ff6800;
	border: 1px solid rgba(255, 104, 0, 0.16);
	background: #fff2e8;
}

.reviews-project__images {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 16px;
}

.reviews-project__images-item {
	width: 80px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 12px;
}

.reviews-project__images-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews-project__photos {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.reviews-project__photo {
	width: 80px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 12px;
	flex-shrink: 0;
	display: block;
}

.reviews-project__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1920px) {
	.reviews-project__inner {
		grid-template-columns: 1fr calc(425px + (495 - 425) * ((100vw - 1536px) / (1920 - 1536)));
		grid-gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.leave-review {
		padding: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536))) calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536))) 40px;
	}

	.leave-review__all-num {
		font-size: calc(40px + (48 - 40) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.rating-project.leave-review__stars svg {
		width: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.leave-review__items {
		margin-top: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.leave-review__bottom {
		margin-top: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.leave-review__item-box-text {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.leave-review__item {
		grid-template-columns:
			min-content calc(242px + (282 - 242) * ((100vw - 1536px) / (1920 - 1536))) 1fr;
		grid-gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.leave-review__item+.leave-review__item {
		margin-top: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.leave-review__bottom-btn {
		height: calc(52px + (56 - 52) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__top-num {
		font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item {
		padding: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536))) calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item-avatar {
		font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
		width: calc(48px + (60 - 48) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(48px + (60 - 48) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item-user {
		grid-gap: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

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

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

	.reviews-project__item-top {
		margin-bottom: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.reviews-project__item-bottom {
		margin-top: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item-like {
		padding-right: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		padding-left: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item-like svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item-text-btn {
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item-text-btn svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item-text-preview {
		margin-top: calc(16px + (24 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__tovar {
		margin-top: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
		padding-left: calc(16px + (24 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__tovar-img img {
		width: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.reviews-project__tovar-old {
		font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__tovar-new.bg-yellow {
		padding: 2px calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

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

	.reviews-project__tovar-price {
		grid-gap: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__item+.reviews-project__item {
		margin-top: calc(16px + (24 - 16) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__images {
		margin-top: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.reviews-project__images-item {
		width: calc(72px + (80 - 72) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(72px + (80 - 72) * ((100vw - 1536px) / (1920 - 1536)));
	}
}

@media (max-width: 1536px) {
	.reviews-project__images {
		margin-top: 24px;
	}

	.reviews-project__images-item {
		width: 72px;
		height: 72px;
	}

	.reviews-project__item+.reviews-project__item {
		margin-top: 16px;
	}

	.reviews-project__item-bottom {
		margin-top: 24px;
	}

	.reviews-project__item-likes {
		grid-gap: calc(12px + (16 - 12) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.reviews-project__item-like {
		padding-right: 20px;
		padding-left: 16px;
		font-size: 16px;
	}

	.reviews-project__item-like svg {
		width: 20px;
		height: 20px;
	}

	.reviews-project__item {
		border-radius: calc(16px + (20 - 16) * ((100vw - 1366px) / (1536 - 1366)));
		padding: calc(24px + (28 - 24) * ((100vw - 1366px) / (1536 - 1366))) calc(28px + (32 - 28) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.leave-review__item+.leave-review__item {
		margin-top: 8px;
	}

	.reviews-project__inner {
		grid-gap: calc(16px + (24 - 16) * ((100vw - 1366px) / (1536 - 1366)));
		grid-template-columns: 1fr calc(390px + (425 - 390) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.leave-review__text {
		font-size: 16px;
	}

	.leave-review__all-num {
		font-size: calc(36px + (40 - 36) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.leave-review__item {
		grid-gap: 24px;
		grid-template-columns:
			min-content calc(214px + (242 - 214) * ((100vw - 1366px) / (1536 - 1366))) 1fr;
	}

	.rating-project.leave-review__stars svg {
		width: 32px;
		height: 32px;
	}

	.leave-review__items {
		margin-top: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.leave-review__bottom {
		margin-top: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.leave-review__item-num {
		font-size: 16px;
	}

	.leave-review {
		padding: calc(28px + (32 - 28) * ((100vw - 1366px) / (1536 - 1366))) calc(28px + (32 - 28) * ((100vw - 1366px) / (1536 - 1366))) calc(28px + (40 - 28) * ((100vw - 1366px) / (1536 - 1366)));
		border-radius: calc(16px + (20 - 16) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.leave-review__bottom-btn {
		height: calc(48px + (52 - 48) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.leave-review__item-box-text {
		font-size: 16px;
	}

	.reviews-project__top-num {
		font-size: calc(16px + (18 - 16) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.reviews-project__item-avatar {
		font-size: calc(16px + (18 - 16) * ((100vw - 1366px) / (1536 - 1366)));
		width: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
		height: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.reviews-project__item-user {
		grid-gap: calc(16px + (20 - 16) * ((100vw - 1366px) / (1536 - 1366)));
	}

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

	.reviews-project__item-date {
		font-size: 16px;
	}

	.reviews-project__item-stars svg {
		width: 24px;
		height: 24px;
	}

	.reviews-project__item-top {
		margin-bottom: calc(16px + (20 - 16) * ((100vw - 1366px) / (1536 - 1366)));
	}

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

	.reviews-project__item-text-btn {
		font-size: calc(14px + (16 - 14) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.reviews-project__item-text-btn svg {
		width: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
		height: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.reviews-project__item-text-preview {
		margin-top: 16px;
	}

	.reviews-project__tovar {
		margin-top: 24px;
		padding-left: 16px;
	}

	.reviews-project__tovar-img img {
		width: 28px;
		height: 28px;
	}

	.reviews-project__tovar-text {
		font-size: 16px;
	}

	.reviews-project__tovar-old {
		font-size: 14px;
	}

	.reviews-project__tovar-new.bg-yellow {
		padding: 2px 10px;
		font-size: 16px;
	}

	.reviews-project__tovar-new {
		font-size: 16px;
	}

	.reviews-project__tovar-price {
		grid-gap: 8px;
	}
}

@media (max-width: 1366px) {
	.reviews-project__item-text-btn {
		font-size: 14px;
	}

	.reviews-project__item-text-btn svg {
		width: 18px;
		height: 18px;
	}

	.reviews-project__item {
		border-radius: 16px;
		padding: 24px 28px;
	}

	.reviews-project__item-avatar {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.reviews-project__item-user {
		grid-gap: 16px;
	}

	.reviews-project__item-top {
		margin-bottom: 16px;
	}

	.reviews-project__item-text {
		font-size: 18px;
	}

	.reviews-project__item-name {
		font-size: 18px;
	}

	.reviews-project__top-num {
		font-size: 16px;
	}

	.leave-review__bottom-btn {
		height: 48px;
	}

	.leave-review {
		padding: 28px;
		border-radius: 16px;
	}

	.reviews-project__inner {
		grid-gap: 16px;
	}

	.leave-review__items {
		margin-top: 20px;
	}

	.leave-review__all-num {
		font-size: calc(32px + (36 - 32) * ((100vw - 1024px) / (1366 - 1024)));
	}

	.leave-review__bottom {
		margin-top: 20px;
	}

	.reviews-project__item-likes {
		grid-gap: 12px;
	}

	.leave-review__bottom-btn svg {
		width: calc(18px + (20 - 18) * ((100vw - 1024px) / (1366 - 1024)));
		height: calc(18px + (20 - 18) * ((100vw - 1024px) / (1366 - 1024)));
	}
}

@media (max-width: 1200px) {
	.reviews-project__box {
		order: -1;
	}

	.reviews-project__inner {
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}

	.reviews-project__pagination {
		grid-template-columns: 1fr;
	}

	.leave-review__item {
		grid-template-columns: min-content 1fr 32px;
	}
}

@media (max-width: 1024px) {
	.leave-review__bottom-btn svg {
		width: 18px;
		height: 18px;
	}

	.reviews-project__item {
		padding: calc(20px + (24 - 20) * ((100vw - 390px) / (1024 - 390))) calc(20px + (28 - 20) * ((100vw - 390px) / (1024 - 390)));
	}

	.leave-review__all-num {
		font-size: 32px;
	}

	.reviews-project__top-num {
		font-size: calc(14px + (16 - 14) * ((100vw - 390px) / (1024 - 390)));
	}

	.leave-review {
		padding: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
	}

	.reviews-project__item-text {
		font-size: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390)));
	}

	.reviews-project__item-date {
		font-size: calc(14px + (16 - 14) * ((100vw - 390px) / (1024 - 390)));
	}

	.reviews-project__item-stars svg {
		width: calc(20px + (24 - 20) * ((100vw - 390px) / (1024 - 390)));
		height: calc(20px + (24 - 20) * ((100vw - 390px) / (1024 - 390)));
	}

	.reviews-project__images-item {
		width: calc(80px + (72 - 80) * ((100vw - 390px) / (1024 - 390)));
		height: calc(80px + (72 - 80) * ((100vw - 390px) / (1024 - 390)));
		border-radius: calc(8px + (12 - 8) * ((100vw - 390px) / (1024 - 390)));
	}
}

@media (max-width: 800px) {
	.reviews-project__tovar {
		grid-template-columns: 1fr;
	}

	.reviews-project__tovar-img img {
		width: 40px;
		height: 40px;
	}

	.reviews-project__tovar-text {
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: wrap;
		text-overflow: ellipsis;
	}

	.reviews-project__tovar-box {
		justify-content: space-between;
	}
}

@media (max-width: 700px) {
	.reviews-project__top-box {
		flex-direction: column;
		grid-gap: 11px;
		align-items: flex-start;
	}

	.reviews-project__top {
		align-items: flex-start;
	}

	.reviews-project__item-top {
		position: relative;
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}

	.reviews-project__item-right {
		flex-wrap: wrap;
	}

	.reviews-project__item-date {
		position: absolute;
		right: 0;
		top: 10px;
	}

	.reviews-project__photos {
		margin-top: 24px;
		gap: 12px;
	}

	.reviews-project__photo {
		width: 72px;
		height: 72px;
		border-radius: 8px;
	}
}

@media (max-width: 390px) {
	.reviews-project__images-item {
		width: 80px;
		height: 80px;
		border-radius: 8px;
	}

	.reviews-project__item {
		padding: 20px;
	}

	.reviews-project__item-stars svg {
		width: 20px;
		height: 20px;
	}

	.reviews-project__item-date {
		font-size: 14px;
	}

	.reviews-project__item-text {
		font-size: 16px;
	}

	.reviews-project__top-num {
		font-size: 14px;
	}
}

/* reviews on product detail page */
.reviews-project--detail .reviews-project__items {
	max-height: none;
}

.reviews-project__all-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #282829;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	text-decoration: none;
	margin-top: 24px;
	transition: color 0.3s;
}

.reviews-project__all-link:hover {
	color: #ff6800;
}

.reviews-project__all-link.btn-project:hover {
	color: #FFF;
}

.reviews-project__all-link svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	.reviews-project__all-link {
		font-size: 16px;
		margin-top: 20px;
	}
}

/*end reviews-project*/

/*start btn-project*/
.btn-project {
	color: #282829;
	gap: 12px;
	font-size: 18px;
	padding: 14px 24px;
	line-height: 140%;
	cursor: pointer;
	border: none;
	font-weight: 600;
	border-radius: 12px;
	background: #fff;
	transition: 0.3s;
	box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-project:hover {
	color: #fff;
	background-color: #ff6800;
}

.btn-project:hover svg path[stroke] {
	stroke: #fff;
}

.btn-project:hover svg path[fill] {
	fill: #fff;
}

.btn-project--dark {
	color: #fff;
	background-color: #37383a;
	box-shadow: none;
}

.btn-project--dark:hover {
	background-color: var(--base-gray-color-07);
}

.btn-project svg {
	flex: 0 0 auto;
	transition: 0.3s;
}

.btn-project svg path,
.btn-project svg rect {
	transition: 0.3s;
}

.btn-project--primary {
	color: #fff;
	background-color: var(--primary-brand-color);
}

.btn-project--primary-disable {
	pointer-events: none;
	background-color: rgba(255, 104, 0, 0.8);
}

.btn-project--primary:hover {
	background-color: var(--primary-brand-hover-color);
}

.btn-project--secondary {
	/* color: var(--total-black-color); */
	color: #282829;
	background-color: var(--base-white-color);
}

.btn-project--secondary:hover {
	color: var(--base-white-color);
	background-color: var(--primary-brand-color);
}

.btn-project--secondary:hover svg:not(.social-icon) path[stroke] {
	stroke: var(--base-white-color);
}

/* .btn-icon:hover svg.social-icon path[fill="white" i],
.btn-icon:hover svg.social-icon path[fill="#fff" i],
.btn-icon:hover svg.social-icon path[fill="#ffffff" i] {
  fill: #282829;
} */

.btn-icon:hover svg.social-icon path[fill="#25D366" i] {
	fill: var(--primary-brand-color);
}

.btn-project--secondary:hover svg:not(.social-icon) path[fill],
.btn-project--secondary:hover svg:not(.social-icon) rect {
	fill: var(--base-white-color);
}

.btn-project--gray {
	/* color: var(--total-black-color); */
	color: #282829;
	background-color: var(--base-gray-color-01);
}

.btn-project--gray:hover {
	color: var(--base-white-color);
	background-color: var(--primary-brand-color);
}

.btn-project--gray:hover svg:not(.social-icon) path[stroke] {
	stroke: var(--base-white-color);
}

.btn-project--gray:hover svg:not(.social-icon) path[fill],
.btn-project--gray:hover svg:not(.social-icon) rect {
	fill: var(--base-white-color);
}

.btn-project--gray-disable {
	pointer-events: none;
	background-color: #f3f4f6;
	color: #93969c;
}

.btn-project--gray-disable svg path[stroke] {
	stroke: #93969c;
}

.btn-project--gray-disable svg path[fill] {
	fill: #93969c;
}

.btn-project--dark {
	background-color: var(--base-gray-color-08);
}

.btn-project--dark:hover {
	background-color: var(--base-gray-color-07);
}

.btn-project--text {
	color: var(--base-gray-color-07);
	background-color: var(--base-white-color);
}

.btn-project--text:hover {
	background-color: var(--base-gray-color-01);
}

.btn-project--filter {
	color: var(--base-gray-color-07);
	background-color: var(--base-white-color);
	box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
}

.btn-project--filter .btn-project__text {
	display: flex;
	align-items: center;
	gap: 8px;
}

.btn-project--filter .btn-project__text span {
	font-weight: 400;
}

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

.btn-project--filter:disabled {
	pointer-events: none;
	border: 1px solid var(--primary-brand-color);
	box-shadow: 0px 4px 20px 0px rgba(141, 177, 195, 0.16);
}

@media (max-width: 1920px) {
	.btn-project {
		grid-gap: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)));
		font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
		padding: 14px calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		border-radius: calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.btn-project svg {
		width: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
		height: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
	}
}

@media (max-width: 1536px) {
	.btn-project {
		grid-gap: 8px;
		border-radius: 10px;
		font-size: calc(14px + (16 - 14) * ((100vw - 1366px) / (1536 - 1366)));
		padding: 14px calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.btn-project svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 1366px) {
	.btn-project {
		font-size: 14px;
		padding: 14px 18px;
	}
}

@media (max-width: 1024px) {
	.btn-project.btn-project--primary:hover {
		background-color: #ff6800;
		color: #fff;
	}

	.btn-project.btn-project--primary:hover svg path[stroke] {
		stroke: #fff;
	}

	.btn-project.btn-project--primary:hover svg path[fill] {
		fill: #fff;
	}

	.btn-project.btn-project--gray:hover {
		color: var(--total-black-color);
		background-color: var(--base-gray-color-01);
	}

	.btn-project.btn-project--secondary:hover {
		color: var(--total-black-color);
		background-color: var(--base-white-color);
	}

	.btn-project.btn-project--secondary:hover svg:not(.social-icon) path[fill] {
		fill: #282829;
	}

	.btn-project.btn-project--gray:hover svg:not(.social-icon) path[fill],
	.btn-project.btn-project--gray:hover svg:not(.social-icon) rect {
		fill: #282829;
	}

	.btn-project.btn-project--gray:hover svg:not(.social-icon) path[stroke] {
		stroke: #282829;
	}

	.btn-project:hover {
		color: #282829;
		background: #fff;
	}

	.btn-project:hover svg path[stroke] {
		stroke: #282829;
	}

	.btn-project:hover svg path[fill] {
		fill: #282829;
	}

	.btn-project.btn-project--secondary:hover svg:not(.social-icon) path[stroke] {
		stroke: #282829;
	}
}

/*end btn-project*/
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.section/homeSlider/style.css?177858109929254*/
/*start product-card*/
.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-wrapper {
	align-items: stretch;
}

.slider-project__inner.product-slider .swiper-slide {
	display: flex;
	height: auto;
}

.slider-project__inner.product-slider .swiper-slide .product-card {
	height: 100%;
	min-height: 710px;
}

.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 {
	flex: 1;
	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;
	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 {
	font-family: "NT Somic", sans-serif;
	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-weight: 500;
	font-size: 24px;
	line-height: 150%;
}

.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__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: 600;
}

.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) {
	.slider-project__inner.product-slider .swiper-slide .product-card {
		min-height: calc(650px + (710 - 650) * ((100vw - 1536px) / (1920 - 1536)));
	}

	.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) {
	.slider-project__inner.product-slider .swiper-slide .product-card {
		min-height: calc(605px + (650 - 605) * ((100vw - 1366px) / (1536 - 1366)));
	}

	.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) {
	.slider-project__inner.product-slider .swiper-slide .product-card {
		min-height: 605px;
	}

	.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) {
	.slider-project__inner.product-slider .swiper-slide .product-card {
		min-height: calc(540px + (605 - 540) * ((100vw - 390px) / (1024 - 390)));
	}

	.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) {
	.slider-project__inner.product-slider .swiper-slide .product-card {
		min-height: 540px;
	}

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

/*end product-card*/
/* 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/homeSlider/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 */


/* Start:/local/templates/nobetec/components/bitrix/news.list/newsSlider/style.css?1778581099150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/nobetec/components/bitrix/catalog/catalog/style.css?178058152016540 */
/* /local/templates/nobetec/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17785810991265 */
/* /local/templates/nobetec/components/bitrix/catalog.element/bootstrap_v4/style.css?178065012695294 */
/* /local/templates/nobetec/components/bitrix/catalog.section/homeSlider/style.css?177858109929254 */
/* /local/templates/nobetec/components/bitrix/catalog.item/catalogItem/style.css?177858109936617 */
/* /local/templates/nobetec/components/bitrix/catalog.section/homeSlider/themes/blue/style.css?1778581099825 */
/* /local/templates/nobetec/components/bitrix/news.list/newsSlider/style.css?1778581099150 */
