

/* Start:/local/templates/iko4v_v2/components/bitrix/catalog/catalog/style.css?1750755450371*/
.catalog {
	display: flex;
	gap: 40px;
}

.catalog-aside {
	width: 250px;
	flex-shrink: 0;
}

.catalog-content {
	width: 100%;
}

.catalog-sections:has(ul) {
	padding-bottom: 20px;
}

.catalog-top-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.catalog {
		gap: 0;
	}

	.catalog-aside {
		width: 0;
	}

	.catalog-top-mobile {
		display: flex;
		gap: 12px;
	}
}
/* End */


/* Start:/local/templates/iko4v_v2/components/bitrix/catalog.element/catalog/style.css?175359728310878*/
.product-mid-r.product-mid-r__mobile {
	display: none;
}

.product-top {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	width: 100%;
	margin-bottom: 20px;
}

.product-mid {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: clamp(20px, 3vw, 40px);
	margin-bottom: 40px;
}

.product-mid-l {
	width: 100%;
}

.product-mid-r {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex-shrink: 0;
	width: 100%;
	max-width: 450px;
}

/* Slider */
.product-slider {
	display: flex;
	flex-direction: row;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto 30px;
}

.product-slider__thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
	width: 120px;
	order: 1;
	position: relative;
}

.product-slider__main {
	width: 500px;
	/* width: 590px; */
	order: 2;
	border-radius: var(--r1);
}

.product-slider__main .swiper-slide {
	border-radius: var(--r1);
	overflow: hidden;
}

.thumbsSwiper {
	width: 100%;
	height: 400px;
}

.thumbsSwiper .swiper-slide {
	width: 100%;
	height: 100px;
	cursor: pointer;
	border: 1px solid var(--gray-30);
	border-radius: var(--r1);
	transition: opacity 0.3s, border-color 0.3s;
	overflow: hidden;
}

.thumbsSwiper .swiper-slide:hover {
	border-color: var(--black);
}

.thumbsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.thumbsSwiper .swiper-slide-thumb-active {
	opacity: 1;
	border-color: var(--black);
}

.mainSwiper {
	width: 100%;
	height: 500px;
}

.mainSwiper .swiper-slide {
	width: 100%;
	/* height: 500px; */
	height: 100%;
}

.mainSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mainSwiper .swiper-slide a[href="javascript:void(0);"] {
	cursor: auto;
}

.product-thumb-button-next,
.product-thumb-button-prev {
	display: flex;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	padding: 6px 0;
}

.product-thumb-button-next.swiper-button-disabled,
.product-thumb-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

.product-thumb-button-next .icon,
.product-thumb-button-prev .icon {
	width: 24px;
	height: 24px;
	pointer-events: none;
	fill: var(--black);
}

/* @media (max-width: 768px) {
	.product-slider {
		flex-direction: column-reverse;
	}

	.product-slider__thumbs {
		width: 100%;
		order: 2;
		margin-top: 15px;
	}

	.thumbsSwiper {
		height: auto;
	}

	.product-slider__main {
		width: 100%;
		order: 1;
	}

	.thumbsSwiper .swiper-slide {
		height: 70px;
		width: 70px;
	}
} */

.product-block {
	margin-top: clamp(30px, 3vw, 40px);
}

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

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

.btn-block {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.product-price,
.product-price__inner,
.row-price {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.product-price {
	justify-content: space-between;
}

.price-value {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	font-weight: 500;
}

.product-specifications {
	width: 100%;
}

.price-date {
	font-size: 15px;
	color: var(--gray-60);
}

.product-info {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.product-code {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	max-width: 450px;
}

.product-title-full h2 {
	color: var(--gray-80);
	font-size: var(--font-size-base);
	font-weight: 400;
	font-family: var(--main-font) sans-serif;
}

.product-info__title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.b-border {
	border: 1px solid var(--gray-30);
	border-radius: var(--r1);
	padding: 20px;
}

.system-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.system-item__name {
	/* font-weight: 500; */
	margin-bottom: 4px;
}

.system-item__hint,
.system-item__consumption {
	color: var(--gray-60);
	/* color: var(--color-sage); */
}

.system-item__hint {
	font-size: 14px;
	font-style: italic;
	color: var(--gray-80);
}

.row-basket {
	display: flex;
	gap: 12px;
	align-items: center;
}

.row-basket .btn-to-basket {
	min-height: 42px;
	width: 100%;
}

.row-basket .btn-icon-favourites .icon-favourites-filled,
.row-basket .btn-icon-favourites .icon-favourites {
	width: 28px;
	min-width: 28px;
	height: 28px;
	min-height: 28px;
}

.prop {
	display: flex;
	gap: 4px;
}

.prop-name {
	color: var(--gray-60);
}

.prop .icon {
	width: 24px;
	height: 24px;
	fill: var(--gray-60);
}

.system-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* .system-item a.current span {
	color: var(--green);
} */

.prop-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.prop-list .prop {
	align-items: start;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 4px;
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.prop-list .prop-name {
	position: relative;
	z-index: 1;
}

.prop-list .prop-name__value {
	position: relative;
	box-shadow: 4px 0 var(--white);
	padding: 1px 0;
	background: var(--white);
	z-index: 1;
	/* font-weight: 500; */
	/* color: var(--black); */
}

.prop-list .prop-name:after {
	content: " ";
	position: absolute;
	flex-grow: 1;
	border-bottom: 1px dotted var(--gray-60);
	min-width: 100%;
	top: 1em;
	right: 0;
}

.link-all {
	font-size: 15px;
	background: none;
	border: none;
	margin-top: 10px;
	padding: 0;
}

.product-description {
	max-width: 800px;
	font-size: 18px;
}

.product-description ul li:not(:last-child) {
	margin-bottom: 5px !important;
}

.b-title {
	margin-bottom: 20px;
}

.b-title-description {
	margin-top: 10px;
}

.icon-question {
	width: 24px;
	height: 24px;
	fill: var(--color-gray-600);
}

.product-mid__buttons {
	display: flex;
	gap: 16px 30px;
}

.product-mid__buttons .btn {
	width: 100%;
}

/* Palette */
.palette-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 20px;
}

.palette-grid._lg {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.palette-item__bot {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 2px 4px;
}

.palette-search {
	width: 100%;
	max-width: 400px;
}

.palette-image {
	display: flex;
	height: 134px;
	border-radius: var(--r1);
	overflow: hidden;
}

.palette-image img {
	width: 100%;
	object-position: center;
	object-fit: cover;
}

/* About paint process */
.paint-process {
	margin-top: clamp(30px, 3vw, 40px);
}

.paint-process__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
	gap: clamp(30px, 3vw, 40px);
}

.paint-process-item {
	border-radius: var(--r1);
	border: 1px solid var(--gray-20);
	background-color: var(--gray-10);
	padding: 30px;
}

.paint-process-card__title {
	font-weight: 500;
	margin-bottom: 6px;
}

.paint-process-card__title:first-child {
	font-size: 20px;
}

.paint-process-item .paint-process-item__list ul li:not(:last-child) {
	margin-bottom: 4px;
}

/* Documents */
.icon-download,
.icon-document {
	width: 22px;
	height: 22px;
	fill: var(--primary-light);
	opacity: .7;
	transition: var(--tr25);
}

.documents-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.documents-list a {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 3px 0;
}

.documents-list a:hover .icon-download,
.documents-list a:hover .icon-document {
	opacity: 1;
}

/* Colorization notice */
.paint-colorization-notice {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	max-width: 750px;
	padding: 20px;
	background-color: var(--gray-10);
	border: 1px solid var(--gray-30);
	border-radius: var(--r2);
	margin-top: 20px;
	transition: var(--tr25);
}

.product-mid-r .paint-colorization-notice {
	margin-top: 0;
}

.paint-colorization-notice:hover {
	background-color: var(--white);
	border-color: var(--gray-40);
	box-shadow: var(--box-shadow-1);
}

.paint-colorization-notice__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	min-width: 48px;
	height: 48px;
	background-color: var(--green);
	border-radius: var(--r1);
	color: var(--white);
	flex-shrink: 0;
}

.paint-colorization-notice__icon .icon {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.paint-colorization-notice__content {
	flex: 1;
	min-width: 0;
}

.paint-colorization-notice__title {
	font-size: 17px;
	font-weight: 600;
	color: var(--gray-80);
	font-family: var(--extra-font), sans-serif;
}

.paint-colorization-notice__text {
	font-size: 16px;
	line-height: 1.5;
	color: var(--gray-60);
}

/* Вариант с акцентом на зеленом цвете */
.paint-colorization-notice--green {
	background-color: rgba(74, 157, 126, 0.08);
	border-color: rgba(74, 157, 126, 0.2);
}

.paint-colorization-notice--green:hover {
	background-color: rgba(74, 157, 126, 0.12);
	border-color: var(--green);
}

@media (max-width: 576px) {
	.paint-colorization-notice {
		padding: 16px;
		gap: 12px;
	}

	.paint-colorization-notice__icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}

	.paint-colorization-notice__icon .icon {
		width: 20px;
		height: 20px;
	}

	.paint-colorization-notice__title {
		font-size: 16px;
	}

	.paint-colorization-notice__text {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	.product-slider,
	.product-slider__main,
	.mainSwiper .swiper-slide {
		height: 400px;
	}

	.product-slider__main {
		width: 400px;
	}

	.product-slider__thumbs {
		width: 65px;
	}

	.product-code,
	.product-mid-r {
		max-width: 390px;
	}
}

@media (max-width: 980px) {
	.product-top {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	.product-mid-r {
		display: none;
	}

	.product-mid-r.product-mid-r__mobile {
		display: flex;
		max-width: 450px;
		margin-top: clamp(30px, 3vw, 40px);
	}

	.product-top {
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.product-block__top {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

@media (max-width: 576px) {
	.product-slider {
		flex-direction: column;
		gap: 15px;
		max-width: 100%;
	}

	.product-slider__main {
		width: 100%;
		order: 1;
	}

	.product-slider__thumbs {
		width: 100%;
		order: 2;
		flex-direction: row;
		gap: 8px;
		overflow-x: auto;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* Internet Explorer 10+ */
	}

	.product-slider__thumbs::-webkit-scrollbar {
		display: none; /* WebKit */
	}

	.thumbsSwiper {
		width: 100%;
		height: auto;
	}

	.thumbsSwiper .swiper-slide {
		width: 60px;
		height: 60px;
		flex-shrink: 0;
	}

	.mainSwiper {
		height: 300px;
	}

	.product-thumb-button-next,
	.product-thumb-button-prev {
		display: none;
	}

	.product-slider,
	.product-slider__main,
	.mainSwiper .swiper-slide {
		height: auto;
	}
}

@media (max-width: 480px) {
	.product-code {
		flex-direction: column-reverse;
	}

	.product-mid__buttons {
		flex-direction: column;
	}

	.ui-field-container label {
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/iko4v_v2/components/bitrix/catalog.element/catalog/themes/blue/style.min.css?1746972960902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/iko4v_v2/components/bitrix/catalog/catalog/style.css?1750755450371 */
/* /local/templates/iko4v_v2/components/bitrix/catalog.element/catalog/style.css?175359728310878 */
/* /local/templates/iko4v_v2/components/bitrix/catalog.element/catalog/themes/blue/style.min.css?1746972960902 */
