

/* Start:/local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17866242271948*/
@charset "UTF-8";
.breadcrumbs {
	margin-top: -9px !important; /* КОСТЫЛЬ ДЛЯ ДИЗАЙНА, У HEADER УВЕЛИЧИЛСЯ ОТСТУП, НО НЕ ДЛЯ BREADCRUMBS */
}
.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	scrollbar-width: thin; /* Для Firefox */
	scrollbar-color: transparent transparent; /* Для Chrome, Safari, Edge */
}
.breadcrumbs ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbs ul li a,
.breadcrumbs ul li p {
	padding: 11px;
}
.breadcrumbs ul li p {
	margin: 0;
}
.breadcrumbs ul li a span,
.breadcrumbs ul li p {
	font-size: 15px;
	line-height: 18.29px;
	line-height: 120%;
	white-space: nowrap;
	color: #737477;
}
.breadcrumbs ul li::after {
	content: "";
	position: absolute;
	top: 15px;
	z-index: -1;
	right: -8px;
	width: 16px;
	height: 16px;
	background-image: url("/assets/icons-16.png");
	background-image: url("/assets/icons-16.webp");
	background-repeat: no-repeat;
	display: block;
	background-position: -16px 0px;
}

.breadcrumbs ul li:first-child {
	margin-left: -11px;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}
@media (min-width: 992px) {
	.breadcrumbs ul li:not(:last-child):hover span {
		color: #1266cb;
	}
}
.breadcrumbs ul::-webkit-scrollbar {
	width: 5px; /* Ширина скроллбара */
	height: 2px;
}
.breadcrumbs ul::-webkit-scrollbar-thumb {
	background-color: #c3c4c8; /* Цвет скроллбара */
}
.breadcrumbs ul::-webkit-scrollbar-track {
	background-color: #f7f8fa; /* Цвет трека скроллбара */
}
.breadcrumbs h1 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 39.01px;
	line-height: 120%;
	color: #222327;
}
@media (max-width: 992px) {
	.breadcrumbs h1 {
		font-size: 26px;
		line-height: 31.69px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main/style.css?178662422714684*/
.maxwidth {
	padding: 0 20.5px;
}
.catalogList ol li {
	list-style: decimal;
	margin-left: 18px;
}

.catalogList ul li {
	list-style: disc;
	font-size: 14px;
	margin-left: 18px;
}
/* catalogFilter Module styles	*/
.catalogList {
	max-width: 1492px;
}
@media (max-width: 1280px) {
	.catalogList {
		max-width: 1212px;
	}
}

.catalogList-top {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;

	h2 {
		margin-top: 0;
	}

	a {
		display: none;
		align-items: center;
		font-weight: 500;

		svg {
			margin-right: 3px;
		}
	}
}

.catalogList-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogList-labelsWrapper {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
}
.catalogList-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.catalogList-inputs span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogList-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #1a222c;
	height: 24px;
	margin-bottom: 24px;
}
.catalogList-sortDesktop:first-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogList-sortDesktop:first-of-type button:first-of-type {
	margin-right: 18px;
}
@media (max-width: 1024px) {
	.catalogList-sortDesktop:first-of-type button {
		display: none;
	}
}
.catalogList-sortDesktop:first-of-type button.is-active {
	color: #1266cb;
}
.catalogList-sortDesktop:first-of-type button.is-active::after {
	display: block;
}
.catalogList-sortDesktop:first-of-type button.is-rotate::after {
	background-position: -14px -12px;
}
.catalogList-sortDesktop:first-of-type button::after {
	content: "";
	display: none;
	width: 10px;
	height: 12px;
	margin-left: 6px;
	background-image: -webkit-image-set(url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.png"));
	background-image: image-set(url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.png"));
	background-repeat: no-repeat;
	background-position: -14px 0px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	overflow: hidden;
}
.catalogList-sortDesktop:first-of-type button:hover {
	color: #1266cb;
}
.catalogList-sort p {
	margin: 0;
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #1a222c;
}
@media (max-width: 992px) {
	.catalogList-sort p {
		display: none;
	}
}
.catalogList-sort button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	background-color: transparent;
	border: 0;
}
.catalogList-sortMobile {
	display: none;
	width: 100%;
}
@media (max-width: 1024px) {
	.catalogList-sortMobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.catalogList-sortMobile button {
	font-weight: 500;
}
.catalogList-sortMobile > div {
	position: relative;
}
@media (max-width: 450px) {
	.catalogList-sortMobile > div {
		position: static;
	}
}
.catalogList-sortModal {
	position: absolute;
	top: 30px;
	left: 0;
	width: 223px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(103, 116, 136, 0.1411764706);
	box-shadow: 0px 3px 9px 0px rgba(103, 116, 136, 0.1411764706);
	border-radius: 4px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (max-width: 450px) {
	.catalogList-sortModal {
		position: fixed;
		top: unset;
		bottom: 70px;
		right: 0;
		left: 0;
		width: 100%;
		height: 276px;
		padding: 24px 12px;
		-webkit-box-shadow: 0;
		box-shadow: 0;
		border-radius: 16px 16px 0 0;
		z-index: 20;
	}
}
.catalogList-sortModal span {
	display: none;
	padding-bottom: 16px;
	font-size: 13px;
	line-height: 16px;
	color: #677488;
	border-bottom: 1px solid #ebeff6;
}
.catalogList-sortModal span:first-of-type {
	padding: 0;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #1a222c;
	border: 0;
}
.catalogList-sortModal span:last-of-type {
	padding-bottom: 0;
	border: 0;
}
@media (max-width: 450px) {
	.catalogList-sortModal span {
		display: block;
	}
}
.catalogList-sortModal button {
	padding: 12px 16px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 450px) {
	.catalogList-sortModal button {
		padding: 0;
		padding-top: 16px;
		font-weight: 600;
	}
}
.catalogList-sortModal button:focus {
	color: #1266cb;
	background-color: #f5f7fb;
}
.catalogList-sortModal button.is-active {
	color: #1266cb;
}
.catalogList-sortModal.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	z-index: 3;
	visibility: visible;
}
.catalogList-popular::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-right: 4px;
	background-image: -webkit-image-set(url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.png"));
	background-image: image-set(url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.png"));
	background-repeat: no-repeat;
	background-position: -24px 0px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	overflow: hidden;
}
.catalogList-filter::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background-image: -webkit-image-set(url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.png"));
	background-image: image-set(url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/catalog/main/./assets/sprite.png"));
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
.catalogList-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}

.catalogList-content p,
b,
strong,
a {
	font-size: 14px;
	line-height: 24px;
}

.catalogList-content p a {
	color: #1266cb;
}

.catalogList-content ul {
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.catalogList-content {
		padding-left: 1px;
	}
}

.catalogList-main {
	overflow: hidden;
}

.catalogList-goods {
	display: -ms-grid;
	display: grid;
	grid-gap: 32px 24px;
	grid-auto-flow: dense;
	padding-bottom: 70px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ebeff6;
}
@media (min-width: 1551px) {
	.catalogList-goods {
		grid-template-columns: repeat(auto-fill, minmax(259px, 1fr));
	}
}
@media (min-width: 1281px) and (max-width: 1550px) {
	.catalogList-goods {
		grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
	}
}
@media (min-width: 992px) and (max-width: 1280px) {
	.catalogList-goods {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.catalogList-goods {
		grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
	}
}
@media (min-width: 401px) and (max-width: 768px) {
	.catalogList-goods {
		grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
	}
}
@media (min-width: 320px) and (max-width: 400px) {
	.catalogList-goods {
		grid-gap: 20px 12px;
		grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
	}
}

.catalogList-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.catalogList-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}

.catalogList-filter {
	display: flex;
	align-items: center;
	margin-left: auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	background-color: transparent;
	border: 0;
}

@media (min-width: 1025px) {
	.catalogList-filter {
		display: none;
	}
}

.catalogList-filter::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background-image: image-set(url(/local/templates/main/components/bitrix/catalog/main/./assets/sprite.webp), url(/local/templates/main/components/bitrix/catalog/main/./assets/sprite.png));
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

.catalogList-actions button.is-filter {
	font-size: 12px;
	line-height: 14.63px;
	display: none;
	margin-right: 20px;
	padding: 3px 20px 3px 3px;
	font-weight: 600;
	background-color: transparent;
	border: 0;
	border-right: 1px solid #dddfe1;
	text-transform: uppercase;
}
@media (max-width: 992px) {
	.catalogList-actions button.is-filter {
		display: block;
	}
}
@media (max-width: 768px) {
	.catalogList-actions button.is-filter {
		padding: 0;
		padding-right: 5px;
		margin-right: 0;
		margin-bottom: 5px;
		border-right: 0;
		border-bottom: 1px dashed #1a222c;
	}
	.catalogList-actions button.is-filter {
		padding: 0;
		padding-right: 5px;
		margin-right: 0;
		margin-bottom: 5px;
		border-right: 0;
		border-bottom: 1px dashed #1a222c;
	}
}
.catalogList-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 4;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.catalogList-collections {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 40px;
}
.catalogList-collections a {
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 12px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f7fb;
	border-radius: 40px;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	color: #1a222c;
}

.sort-filter-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.catalogList-banner {
	grid-area: auto / 1 / auto / -1;
	overflow: hidden;
}
.catalogList-banner picture {
	display: block;
}
.catalogList-banner img {
	display: block;
	max-width: 100%;
	border-radius: 8px;
	height: auto;
}

.np-rich-html {
	color: inherit;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.np-rich-html > *:first-child {
	margin-top: 0;
}

.np-rich-html > *:last-child {
	margin-bottom: 0;
}

.np-rich-html :where(h1, h2, h3, h4, h5, h6) {
	color: #1a222c;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
}

.np-rich-html h1 {
	margin: 32px 0 16px;
	font-size: 24px;
	line-height: 26px;
}

.np-rich-html h2 {
	margin: 28px 0 14px;
	font-size: 20px;
	line-height: 24px;
}

.np-rich-html h3 {
	margin: 22px 0 12px;
	font-size: 18px;
	line-height: 24px;
}

.np-rich-html h4,
.np-rich-html h5,
.np-rich-html h6 {
	margin: 22px 0 12px;
	font-size: 16px;
	line-height: 20px;
}

.np-rich-html :where(h1, h2, h3, h4, h5, h6) :where(b, strong, span, a) {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.np-rich-html h1:has(+ :is(h1, h2, h3)),
.np-rich-html h2:has(+ :is(h1, h2, h3)),
.np-rich-html h3:has(+ :is(h1, h2, h3)) {
	margin-bottom: 0;
}

.np-rich-html p {
	margin: 0;
}

.np-rich-html p + p {
	margin-top: 10px;
}

.np-rich-html :where(p, ul, ol, blockquote) {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.np-rich-html ul,
.np-rich-html ol {
	margin: 10px 0;
	padding-left: 1.25em;
	font-family: "Montserrat", Arial, sans-serif;
}

.np-rich-html li + li {
	margin-top: 10px;
}

.np-rich-html li > ul,
.np-rich-html li > ol {
	margin-top: 10px;
}

.np-rich-html :is(h1, h2, h3) + :is(ul, ol) {
	margin-top: 0;
}

.np-rich-html blockquote {
	margin: 10px 0;
	padding-left: 16px;
	border-left: 3px solid #ebeff6;
	color: #677488;
	font-family: "Montserrat", Arial, sans-serif;
}

.np-rich-html :is(img, video) {
	display: block;
	max-width: min(100%, 752px);
	width: auto;
	height: auto;
}

.np-rich-html--calculator :is(img, video) {
	max-width: 100%;
	width: 100%;
}

.np-rich-html p + table {
	margin-top: 0;
}

.np-rich-html p:has(+ table) {
	margin-bottom: 8px;
	color: #1a222c;
}

.np-rich-html table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #ebeff6;
	border-bottom: none;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 14px;
	line-height: 20px;
	background: #ffffff;
}

.np-rich-html th,
.np-rich-html td {
	padding: 0 16px;
	text-align: left;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #ebeff6;
	border-bottom: 1px solid #ebeff6;
	box-sizing: border-box;
	color: #1a222c;
}

.np-rich-html :is(th, td):last-child {
	border-right: none;
}

.np-rich-html th {
	height: 44px;
	font-weight: 500;
	background: #f6f7f9;
}

.np-rich-html td {
	height: 44px;
	font-weight: 400;
}

.np-rich-html :is(th, td) strong {
	font-weight: 700;
}

.np-rich-html__notice {
	margin: 10px 0;
	padding: 20px;
	border-radius: 8px;
	background: #eff6ff;
	color: #1a222c;
}

.np-rich-html__notice p {
	margin: 0;
}

.np-rich-html__regions {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
}

.np-rich-html__regions-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 24px;
	align-items: start;
}

.np-rich-html__regions-column {
	margin: 0;
	padding-left: 1.25em;
	list-style: disc;
}

.np-rich-html__regions-item + .np-rich-html__regions-item {
	margin-top: 10px;
}

.np-rich-html__regions--collapsed .np-rich-html__regions-item--tail {
	display: none;
}

.np-rich-html hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #ebeff6;
}

.np-rich-html a {
	color: #1266cb;
	text-decoration: underline;
}

.np-rich-html a:hover {
	color: #0d56ab;
}

.np-rich-html code {
	font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;
	font-size: 0.9em;
	padding: 0.1em 0.35em;
	border-radius: 4px;
	background: #f2f4f6;
}

.np-rich-html pre {
	margin: 10px 0;
	padding: 12px;
	overflow-x: auto;
	border-radius: 8px;
	background: #f6f7f9;
	font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;
	font-size: 14px;
	line-height: 20px;
}

.np-rich-html pre code {
	padding: 0;
	background: transparent;
	font-size: inherit;
}

@media (max-width: 707px) {
	.np-rich-html {
		line-height: 22px;
	}

	.np-rich-html h2 {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 22px;
	}

	.np-rich-html h3,
	.np-rich-html h4,
	.np-rich-html h5,
	.np-rich-html h6 {
		margin-top: 18px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}

	.np-rich-html :where(p, ul, ol, blockquote) {
		line-height: 22px;
	}

	.np-rich-html table {
		line-height: 22px;
	}

	.np-rich-html pre {
		line-height: 22px;
	}

	.np-rich-html__regions-columns {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?178662422796859*/
.categoriesList {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.categoriesList {
		padding-bottom: 15px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

.categoriesList li {
	height: 34px;
	background-color: #f2f4f6;
	border-radius: 40px;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

@media (max-width: 992px) {
	.categoriesList li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.categoriesList button,
.categoriesList a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 14px;
	line-height: 17.07px;
	padding: 0 15px;
	line-height: 140%;
	color: #1a222c;
	border: 0;
	background-color: transparent;
	border-radius: 40px;
}

.categoriesList button.is-active {
	background-color: #1266cb;
	color: #ffffff;
}

.categoriesList li:hover {
	background-color: #e7eaec;
}

.categoriesList a:hover {
	color: #1a222c;
}

.catalogDetailAccessories {
	position: relative;
	margin-bottom: 60px;
}

.catalogDetailAccessories-show {
	margin-top: 10px;
	padding: 7px 0;
	color: #71767c;
	font-size: 14px;
	line-height: 17.07px;
	line-height: 140%;
	background-color: transparent;
	border: 0;
}

.catalogDetailAccessories-slider {
	position: relative;
}

.catalogDetailAdditional > div:not(.catalogDetailAdditional-configurator__wrapper),
.catalogDetailAdditional > a,
.catalogDetailAdditional > button {
	position: relative;
	padding: 20px 25px 20px 50px;
	margin-bottom: 15px;
	background-color: #f2f4f6;
	border-radius: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-wrap: nowrap;
	gap: 10px;
}

.catalogDetailAdditional > div > *,
.catalogDetailAdditional > a > *,
.catalogDetailAdditional > button > * {
	text-wrap: initial;
}

.catalogDetailAdditional > div:last-child,
.catalogDetailAdditional > a:last-child,
.catalogDetailAdditional > button:last-child {
	margin-bottom: 0;
}

.catalogDetailAdditional span {
	position: relative;
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
}

.catalogDetailAdditional span::before {
	content: "";
	position: absolute;
	top: 1px;
	left: -27px;
	display: block;
}

.catalogDetailAdditional p {
	text-align: left;
	max-width: 220px;
	font-size: 14px;
	line-height: 17.07px;
}

@media (max-width: 992px) {
	.catalogDetailAdditional p {
		max-width: 100%;
	}
}

.catalogDetail-alert {
	padding: 16px 16px 16px 20px;
	margin-bottom: 12px;
	background-color: #f2f4f6;
	border-radius: 7px;
}

.catalogDetail-alert span {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 15px;
	color: black;
	font-weight: 600;
	line-height: 20px;
}

.catalogDetail-alert span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: image-set(url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/alert-20.webp"), url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/alert-20.png"));
	background-size: 20px 20px;
	background-repeat: no-repeat;
	vertical-align: sub;
}

.catalogDetail-alert p {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #677488;
}

.catalogDetail-alert p:last-of-type {
	margin-bottom: 0;
}

.catalogDetail-alert a {
	color: #e9882d;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid currentColor;
}

.catalogDetailAdditional-popup {
	position: absolute;
	right: -111px;
	top: 60px;
	padding: 30px;
	padding-right: 15px;
	background-color: #ffffff;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

@media (max-width: 1755px) {
	.catalogDetailAdditional-popup {
		right: 0;
	}
}

@media (max-width: 992px) {
	.catalogDetailAdditional-popup {
		max-width: 380px;
	}
}

@media (max-width: 768px) {
	.catalogDetailAdditional-popup {
		padding: 15px;
	}
}

.catalogDetailAdditional-popup p {
	margin-bottom: 0;
	text-align: left;
	font-size: 14px;
	line-height: 17.07px;
	color: #1a222c;
}

.catalogDetailAdditional-popup:before {
	content: "";
	position: absolute;
	top: -8px;
	right: 47%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9.5px 8px 9.5px;
	border-color: transparent transparent #ffffff transparent;
}

@media (max-width: 1755px) {
	.catalogDetailAdditional-popup:before {
		right: 8%;
	}
}

@media (max-width: 992px) {
	.catalogDetailAdditional-popup:before {
		right: 21px;
	}
}

.catalogDetailAdditional-arrow,
.catalogDetailAdditional-bill button {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	border: 0;
}

.catalogDetailAdditional-bill {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.catalogDetailAdditional-bill * {
	cursor: pointer;
}

.catalogDetailAdditional-bill span::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	background-position: -98px -810px;
}

.catalogDetailAdditional-bill::after {
	content: "";
	top: 23px;
	margin-right: -5px;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	background-position: -103px -774px;
}

.catalogDetailAdditional-bill:hover .catalogDetailAdditional-popup {
	visibility: visible;
	opacity: 1;
	z-index: 2;
	cursor: default;
}

.catalogDetailAdditional-bill:hover .catalogDetailAdditional-popup * {
	cursor: default;
}

.catalogDetailAdditional-bill:hover::after + .catalogDetailAdditional-popup {
	visibility: visible;
	opacity: 1;
	z-index: 2;
}

.catalogDetailAdditional-accessories {
	position: relative;
}

.catalogDetailAdditional-accessories span::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	background-position: -82px -794px;
}

.catalogDetailAdditional-configurator__wrapper {
	padding: 0;
	border: 1px solid #005ccb;
	border-radius: 6px;
	background-color: #005ccb;

	transition: 0.2s ease-in-out;
}

.catalogDetailAdditional-configurator__wrapper.is-active {
	z-index: 100;
	position: relative;
	background-color: #fff;
}

.catalogDetailAdditional-configurator__wrapper.is-active span {
	color: #005ccb;
}

.catalogDetailAdditional-configurator__wrapper.is-active svg path {
	stroke: #005ccb;
}

.catalogDetailAdditional-configurator {
	display: flex;
	align-items: center;
	padding: 16px 20px;
	position: relative;
	z-index: 1;
}

.catalogDetailAdditional-configurator__wrapper span {
	color: #fff;
	font-weight: 700;
}

.catalogDetailAdditional-configurator__wrapper svg {
	width: 20px;
	height: 20px;
}
.catalogDetailAdditional-configurator__wrapper svg path {
	stroke: #fff;
}
.catalogDetailAdditional-configurator__wrapper svg:first-child {
	margin-right: 8px;
}
.catalogDetailAdditional-configurator__wrapper svg:last-child {
	transform: rotate(360deg);
	margin-left: auto;
}

.catalogDetailAdditional-configurator__wrapper:hover {
	background-color: #fff;
}
.catalogDetailAdditional-configurator__wrapper:hover span {
	color: #005ccb;
}
.catalogDetailAdditional-configurator__wrapper:hover svg path {
	stroke: #005ccb;
}

.catalogDetailAdditional-configurator-popup {
	display: none;
	position: absolute;
	width: 100%;
	height: 152px;
	background-color: rgb(26, 34, 44);
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	z-index: 100;
	color: white;
	flex-direction: column;
	justify-content: space-between;
	left: 0;
	top: 72px;
}

.catalogDetailAdditional-configurator-popup p {
	margin: 0px 0px 15px;
	font-size: 14px;
	line-height: 1.4;
	color: white;
}

.catalogDetailAdditional-configurator-popup p strong {
	color: #fff;
	font-weight: bold;
}

.catalogDetailAdditional-configurator-popup button {
	background-color: rgb(245, 247, 251);
	color: rgb(26, 34, 44);
	border: none;
	padding: 8px 14px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	align-self: flex-start;
}

.catalogDetailAdditional-configurator-popup-arrow {
	position: absolute;
	left: 50%;
	top: -10px;
	transform: rotate(270deg) translateX(50%);
	width: 0px;
	height: 0px;
	border-left: 10px solid rgb(26, 34, 44);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.catalogDetailAdditional-online {
	position: relative;
}

.catalogDetailAdditional-online span::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	background-position: -82px -810px;
	left: -26px;
}

.catalogDetailAdditional-arrow {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	background-position: -63px -772px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.catalogDetailAnalogue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	margin-top: 30px;
	border: 1px solid #1266cb;
	border-radius: 7px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 400px) {
	.catalogDetailAnalogue {
		padding: 20px;
	}
}

.catalogDetailAnalogue-img {
	margin-right: 15px;
}

.catalogDetailAnalogue img {
	display: block;
	width: 100px;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 400px) {
	.catalogDetailAnalogue img {
		width: 70px;
		height: 70px;
	}
}

.catalogDetailAnalogue-sticker {
	display: inline-block;
	padding: 8px 10px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 14.63px;
	font-weight: 500;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#0927fb), to(#0ecde7));
	background: linear-gradient(90deg, #0927fb 0%, #0ecde7 100%);
	border-radius: 3px;
}

.catalogDetailAnalogue > div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.catalogDetailAnalogue div a {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 17.07px;
	text-align: left;
	color: #1a222c;
	display: block;
}

.catalogDetailAnalogue div a + div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.catalogDetailAnalogue-price {
	font-size: 22px;
	line-height: 26.82px;
	font-weight: 600;
	text-wrap: nowrap;
}

.catalogDetailAnalogue-add {
	width: 70px;
	height: 40px;
	background-color: #1266cb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	border: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalogDetailAnalogue-add.to-basket {
	background-color: #60c339;
	cursor: pointer;
}

.catalogDetailAnalogue-add::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	background-position: -48px -820px;
}

@media (min-width: 1525px) {
	.catalogDetailAnalogue.is-xs-hidden {
		display: none;
	}
}

@media (max-width: 992px) {
	.catalogDetailAnalogue.is-xs-hidden {
		max-width: 600px;
	}
}

@media (max-width: 1525px) {
	.catalogDetailAnalogue.is-lg-hidden {
		display: none;
	}
}

.catalogDetailAnalogue-add:hover {
	background: 1px solid #105cb7;
}

.catalogDetailArticles {
	position: relative;
	margin-bottom: 60px;
}

.catalogDetailArticles > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.catalogDetailCategories {
	margin-bottom: 60px;
}

.catalogDetailCategories h3 {
	margin: 0;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.catalogDetailCategories h3 {
		margin-bottom: 20px;
	}
}

.catalogDetailCharacteristics {
	display: flex;
	flex-direction: column;
	align-items: start;
}

@media (max-width: 768px) {
	.catalogDetailCharacteristics {
		display: none;
	}
}

.catalogDetailCharacteristics > span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
}

.catalogDetailCharacteristics ul li {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 18.29px;
	line-height: 120%;
}

.catalogDetailCharacteristics ul li:last-child {
	margin-bottom: 0;
}

.catalogDetailCharacteristics ul span {
	color: #71767c;
	font-size: inherit;
}

.catalogDetailCharacteristics a {
	display: inline-block;
	margin-top: 20px;
	color: #71767c;
	font-size: 15px;
	line-height: 18.29px;
	line-height: 140%;
	border-bottom: 1px dashed #71767c;
}

.catalogDetailCompare {
	position: relative;
	margin-bottom: 60px;
	overflow-x: hidden;
}

.catalogDetailCompare h3 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 31.69px;
}

.catalogDetailCompare-slider {
	position: relative;
	margin-bottom: 16px;
}

.catalogDetailCompare-slider .swiper-slide:first-of-type .catalogCard {
	background-color: #f5f7fb;
}

@media (max-width: 992px) {
	.catalogDetailCompare-slider {
		margin-bottom: 0;
	}
}

.catalogDetailCompare-characteristics {
	border-collapse: collapse;
	width: 100%;
	max-width: 1520px;
	overflow-x: hidden;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

@media (max-width: 992px) {
	.catalogDetailCompare-characteristics {
		display: none;
	}
}

.catalogDetailCompare-characteristics tr {
	display: flex;
	border-bottom: 1px solid #dddfe1;
}

.catalogDetailCompare-characteristics tr td:first-child {
	padding-left: 10px;
	background-color: #f5f7fb;
}

.catalogDetailCompare-characteristics td {
	vertical-align: bottom;
	padding-top: 12px;
	margin-right: 25px;
	max-width: 285px;
	min-width: 285px;
}

.catalogDetailCompare-characteristics td p,
.catalogDetailCompare-characteristics td span {
	font-size: 14px;
	line-height: 150%;
}

.catalogDetailCompare-characteristics td p {
	margin-bottom: 0;
	color: #71767c;
}

.catalogDetailCompare-characteristics td span {
	display: inline-block;
	padding: 10px 0 12px;
	max-width: 230px;
}

.catalogDetailCompare-row {
	margin-bottom: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddfe1;
}

@media (max-width: 992px) {
	.catalogDetailCompare-row {
		display: none;
	}
}

.catalogDetailCompare-row:last-child {
	margin-bottom: 0;
}

.catalogDetailCompare-row span {
	font-size: 14px;
	line-height: 17.07px;
	line-height: 150%;
}

.catalogDetailCompare-row > span {
	display: inline-block;
	margin-bottom: 10px;
	color: #71767c;
}

.catalogDetailCompare-row > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.catalogDetailCompare-row > div span {
	display: inline-block;
	max-width: 257px;
	width: 100%;
	color: #1a222c;
}

.catalogDetailCompare-show {
	width: 100%;
	margin-top: 30px;
	padding: 19px 10px;
	font-weight: 500;
	color: #71767c;
	background-color: #f2f4f6;
	border: 0;
	border-radius: 7px;
}

@media (max-width: 992px) {
	.catalogDetailCompare-show {
		display: none;
	}
}

.catalogDetailCompare .characteristics-inner {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.catalogDetailCompare .characteristics-inner tr:first-of-type td {
	padding-top: 12px;
}

.catalogDetailCompare .swiper-slide {
	height: auto !important;
}

.catalogDetailCompare-next,
.catalogDetailCompare-prev {
	top: 50% !important;
}

.catalogDetailCompare-next {
	right: 15px !important;
}

.catalogDetailCompare-left {
	left: 15px !important;
}

.catalogDetailDealer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.catalogDetailDealer picture {
	margin-right: 10px;
}

.catalogDetailDealer img {
	display: block;
	width: 45px;
	height: 45px;
	-o-object-fit: contain;
	object-fit: contain;
}

.catalogDetailDealer-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
}

.catalogDetailDealer-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.catalogDetailDealer-info > span {
	font-size: 14px;
	line-height: 17.07px;
	color: #71767c;
	line-height: 16px;
}

.catalogDetailDealer-info > span::after {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	background-position: -82px -826px;
	content: "";
	display: inline-block;
	margin: 0 0 -3px 5px !important;
}

.catalogDetailDealer:hover .catalogDetailDealer-popup {
	visibility: visible;
	opacity: 1;
	z-index: 2;
}

.catalogDetailDealer-popup {
	position: absolute;
	top: 40px;
	left: 19px;
	width: 300px;
	padding: 29px;
	padding-top: 80px;
	border-radius: 7px;
	color: #1a222c;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	cursor: default;
}

.catalogDetailDealer-popup * {
	cursor: default;
}

@media (max-width: 576px) {
	.catalogDetailDealer-popup {
		left: -40px;
	}
}

.catalogDetailDealer-popup span {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.catalogDetailDealer-popup span::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 31px;
	min-width: 31px;
	height: 35px;
	min-height: 35px;
	background-position: 0px -750px;
	content: "";
	display: block;
	inset: 29px 0 0 29px;
	position: absolute;
}

.catalogDetailDealer-popup p {
	font-size: 14px;
	line-height: 17.07px;
	color: inherit;
	margin-bottom: 10px;
	text-align: left;
}

.catalogDetailDealer-popup ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 17.07px;
	line-height: 150%;
}

.catalogDetailDealer-popup ul li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 6px;
	background-color: #1a222c;
	border-radius: 50%;
}

.catalogDetailDealer-popup ul li:last-child {
	margin-bottom: 0;
}

.catalogDetailDealer-popup::before {
	content: "";
	position: absolute;
	top: -8px;
	right: 47%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9.5px 8px 9.5px;
	border-color: transparent transparent #ffffff transparent;
}

@media (max-width: 576px) {
	.catalogDetailDealer-popup::before {
		right: 26%;
	}
}

.catalogDetailDescription {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.catalogDetailDescription {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.catalogDetailDescription-description,
.catalogDetailDescription-full {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	max-width: 1070px;
}

.catalogDetailDescription-description.is-hide {
	display: none;
}

.catalogDetailDescription-full {
	display: none;
}

.catalogDetailDescription-full.is-show {
	display: block;
}

@media (max-width: 992px) {
	.catalogDetailDescription-description,
	.catalogDetailDescription-full {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.catalogDetailDescription-description > h2,
.catalogDetailDescription-full > h2 {
	font-size: 24px;
	line-height: 29.26px;
	margin-bottom: 30px;
}

.catalogDetailDescription-description figure {
	margin-bottom: 20px;
}
.catalogDetailDescription-description table {
	margin-top: 0;
}

@media (min-width: 992px) {
	.catalogDetailDescription-description > h2,
	.catalogDetailDescription-full > h2 {
		display: none;
	}
}

@media (max-width: 576px) {
	.catalogDetailDescription-description > h2,
	.catalogDetailDescription-full > h2 {
		margin-bottom: 10px;
	}
}

.catalogDetailDescription-description p,
.catalogDetailDescription-full p {
	color: #1a222c;
	line-height: 26px;
}

.catalogDetailDescription-description p:last-of-type,
.catalogDetailDescription-full p:last-of-type {
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.catalogDetailDescription-characteristics {
		margin-bottom: 30px;
	}
}

.catalogDetailDescription-characteristics table {
	min-width: 100%;
	border-spacing: 5px !important;
	color: #1a222c;
	margin-top: 25px;
	margin-bottom: 25px;
}

.catalogDetailDescription-characteristics table * {
	color: #1a222c;
}

.catalogDetailDescription-characteristics table a {
	color: #1266cb;
}

@media (hover: hover) {
	.catalogDetailDescription-characteristics table a:hover {
		color: #105cb7;
	}
}

@media (hover: none) {
	.catalogDetailDescription-characteristics table a:active {
		color: #105cb7;
	}
}

.catalogDetailDescription-characteristics table td {
	border-bottom: 0px !important;
	padding: 0 0 10px !important;
	position: relative;
	vertical-align: bottom;
}

.catalogDetailDescription-characteristics__value {
	white-space: pre-line;
}

.catalogDetailDescription-characteristics table td:first-of-type {
	color: #71767c;
	margin-left: -4px;
	vertical-align: top;
}

.catalogDetailDescription-characteristics table td:first-of-type * {
	color: #71767c;
}

.catalogDetailDescription-characteristics table td:first-of-type span {
	background: white;
	display: block;
	margin-bottom: 0 !important;
	padding-right: 5px;
	position: relative;
	z-index: 2;
}

.catalogDetailDescription-characteristics table td:first-of-type span::after {
	border-bottom: 1px dotted #dddfe1;
	bottom: 6px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
}

@media (max-width: 576px) {
	.catalogDetailDescription-characteristics table td:first-of-type::after {
		display: none;
	}
}

.catalogDetailDescription-mistake {
	font-weight: 600;
	margin-right: 15px;
}

.catalogDetailDescription-feedback {
	position: relative;
	padding-left: 21px;
	font-size: 14px;
	line-height: 17.07px;
	background-color: transparent;
	border: 0;
}

.catalogDetailDescription-feedback::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/message.webp");
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/message.png");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
}

.catalogDetailDescription-sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25.3%;
	flex: 0 1 25.3%;
}

.catalogDetailDescription-sidebar > div {
	margin-bottom: 40px;
}

.catalogDetailDescription-sidebar > div h3 {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
}

.catalogDetailDescription-sidebar > div:last-child {
	margin-bottom: 0;
}

.catalogDetailDescription-features ul,
.catalogDetailDescription-equipment ul {
	padding-left: 15px;
}

.catalogDetailDescription-features ul li,
.catalogDetailDescription-equipment ul li {
	font-size: 14px;
	line-height: 17.07px;
	position: relative;
	margin-bottom: 11px;
	text-align: left;
	color: #1a222c;
	line-height: 140%;
	list-style-type: disc;
}

.catalogDetailDescription-features ul li:last-child,
.catalogDetailDescription-equipment ul li:last-child {
	margin-bottom: 0;
}

.catalogDetailDescription-features ul li::marker,
.catalogDetailDescription-equipment ul li::marker {
	font-size: 9px;
	color: #1a222c;
}

.catalogDetailDescription-features li {
	text-align: justify !important;
}

.catalogDetailDescription-docs li {
	margin-bottom: 5px;
}

.catalogDetailDescription-docs li a {
	position: relative;
	padding: 3px 0;
	padding-left: 28px;
	font-size: 14px;
	line-height: 17.07px;
	color: #71767c;
}

.catalogDetailDescription-docs li a::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 21px;
	min-width: 21px;
	height: 24px;
	min-height: 24px;
	background-position: -93px -750px;
}

.catalogDetailDescription-docs li a::before {
	content: "";
	position: absolute;
	margin-left: -28px;
}

.catalogDetailDescription-docs li a.is-pdf::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 21px;
	min-width: 21px;
	height: 24px;
	min-height: 24px;
	background-position: -93px -750px;
}

.catalogDetailDescription-docs li:last-child {
	margin-bottom: 0;
}

.catalogDetailDescription-docs button {
	color: #b1b5b9;
	font-size: 14px;
	line-height: 17.07px;
	line-height: 140%;
	border: 0;
	border-bottom: 1px dashed #b1b5b9;
	background-color: transparent;
}

.catalogDetailDescription .docs-inner {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.catalogDetailDescriptionV2 {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.catalogDetailDescriptionV2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.catalogDetailDescriptionV2 > div:first-of-type {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	margin-right: 20px;
	overflow-y: clip;
}

@media (max-width: 992px) {
	.catalogDetailDescriptionV2 > div:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0;
	}
}

.catalogDetailDescriptionV2 > div:last-of-type {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25.3%;
	flex: 0 1 25.3%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1200px) {
	.catalogDetailDescriptionV2 > div:last-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
		flex: 0 1 30%;
	}
}

@media (max-width: 992px) {
	.catalogDetailDescriptionV2 > div:last-of-type {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 30px;
	}
}

.catalogDetailDescriptionV2 > div:last-of-type > div {
	margin-bottom: 30px;
}

.catalogDetailDescriptionV2 > div:last-of-type > div h5 {
	font-weight: 600;
	margin-bottom: 15px;
}

.catalogDetailDescriptionV2 > div:last-of-type > div p {
	text-align: left;
	font-size: 14px;
	line-height: 17.07px;
	line-height: 140%;
}

.catalogDetailDescriptionV2 > div:last-of-type > div:last-child {
	margin-bottom: 0;
}

.catalogDetailDescriptionV2-description {
	position: relative;
	margin-bottom: 90px;
}

@media (max-width: 992px) {
	.catalogDetailDescriptionV2-description {
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	.catalogDetailDescriptionV2-description {
		margin-bottom: 25px;
	}
}

.catalogDetailDescriptionV2-description > h4 {
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	.catalogDetailDescriptionV2-description > h4 {
		margin-bottom: 15px;
	}
}

.catalogDetailDescriptionV2-description button {
	margin-top: 30px;
	color: #1266cb;
	line-height: 1;
	background-color: transparent;
	border: 0;
	border-bottom: 1px dashed #73aaee;
}

.catalogDetailDescriptionV2-inner {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.catalogDetailDescriptionV2-text {
	max-height: 240px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.catalogDetailDescriptionV2-text p {
	color: #1a222c;
	line-height: 26px;
}

.catalogDetailDescriptionV2-show {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #ffffff));
	background: linear-gradient(to bottom, transparent 0%, #ffffff 20%);
	z-index: 2;
	position: absolute;
	width: 100%;
	bottom: -90px;
	height: 90px;
	padding-bottom: 62px;
}

.catalogDetailDescriptionV2-characteristics button,
.catalogDetailDescriptionV2-docs button {
	margin-top: 10px;
	font-size: 14px;
	line-height: 17.07px;
	color: #71767c;
	background-color: transparent;
	border: 0;
	border-bottom: 1px dashed #b1b5b9;
}

.catalogDetailDescriptionV2-characteristics li {
	font-size: 14px;
	line-height: 17.07px;
	line-height: 200%;
}

.catalogDetailDescriptionV2-characteristics__value {
	white-space: pre-line;
}

.catalogDetailDescriptionV2-characteristics li > span:first-child {
	font-size: inherit;
	color: #71767c;
}

.catalogDetailDescriptionV2-characteristics li a {
	font-size: inherit;
	color: #1266cb;
}

.catalogDetailDescriptionV2-characteristics .characteristics-inner {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.catalogDetailDescriptionV2-docs li {
	margin-bottom: 5px;
}

.catalogDetailDescriptionV2-docs li a {
	position: relative;
	display: inline-block;
	word-break: break-word;
	padding: 3px 0;
	padding-left: 28px;
	font-size: 14px;
	line-height: 17.07px;
	color: #71767c;
}

.catalogDetailDescriptionV2-docs li a::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 21px;
	min-width: 21px;
	height: 24px;
	min-height: 24px;
	background-position: -93px -750px;
}

.catalogDetailDescriptionV2-docs li a::before {
	content: "";
	position: absolute;
	margin-left: -28px;
}

.catalogDetailDescriptionV2-docs li a.is-pdf::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 21px;
	min-width: 21px;
	height: 24px;
	min-height: 24px;
	background-position: -93px -750px;
}

.catalogDetailDescriptionV2-docs li:last-child {
	margin-bottom: 0;
}

.catalogDetailDescriptionV2-docs .docs-inner {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.catalogDetailDescriptionV2-services {
	padding: 30px;
	background-color: #f6f7f9;
	border-radius: 7px;
}

.catalogDetailDescriptionV2-services h5 {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 21.94px;
	font-weight: 700 !important;
}

.catalogDetailDescriptionV2-service {
	margin-bottom: 25px;
}

.catalogDetailDescriptionV2-service:last-child {
	margin-bottom: 0;
}

.catalogDetailDescriptionV2-service > span {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.catalogDetailDescriptionV2-service p {
	margin-bottom: 15px;
	color: #71767c;
}

.catalogDetailDescriptionV2-service > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalogDetailDescriptionV2-price {
	margin-right: 10px;
	font-size: 18px;
	line-height: 21.94px;
	font-weight: 600;
}

.catalogDetailDescriptionV2-priceOld {
	margin-right: 7px;
	color: #71767c;
	font-size: 14px;
	line-height: 17.07px;
	text-decoration: line-through;
}

.catalogDetailDescriptionV2-discount {
	display: block;
	padding: 2px 4px;
	font-size: 11px;
	line-height: 13.41px;
	line-height: 13.2px;
	font-weight: 600;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#0927fb), to(#0ecde7));
	background: linear-gradient(90deg, #0927fb 0%, #0ecde7 100%);
	border-radius: 3px;
}

.catalogDetailDetails {
	margin-bottom: 40px;
}

.catalogDetailDetails-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.catalogDetailDetails-top {
		display: none;
	}
}

.catalogDetailDetails-top > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 17.07px;
}

.catalogDetailDetails-top p {
	margin: 0;
	margin-right: 15px;
	font-size: inherit;
	color: inherit;
}

.catalogDetailDetails-top p span {
	font-size: inherit;
	color: #71767c;
}

.catalogDetailDetails-top p:last-child {
	margin-right: 0;
}

.catalogDetailDetails-top button {
	margin-right: 15px;
	font-size: inherit;
	color: #71767c;
	background-color: transparent;
	border: 0;
}

.catalogDetailDetails-top button:last-child {
	margin-right: 0;
}

.catalogDetailDetails-grade {
	font-size: 14px;
	line-height: 17.07px;
	margin-right: 15px;
	color: #71767c;
}

.catalogDetailDetails-grade::before {
	content: "";
	margin-right: 6px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 16px;
	min-width: 16px;
	height: 15px;
	min-height: 15px;
	background-position: -82px -842px;
}

@media (hover: hover) {
	.catalogDetailDetails-grade:hover {
		color: #71767c;
	}
}
@media (hover: none) {
	.catalogDetailDetails-grade:active {
		color: #71767c;
	}
}

.catalogDetailDetails-favorite::before,
.catalogDetailDetails-compare::before {
	content: "";
	margin-right: 6px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	background-repeat: no-repeat;
}

.catalogDetailDetails-favorite::before {
	position: relative;
	top: 1px;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 16px;
	min-width: 16px;
	height: 17px;
	min-height: 17px;
	background-position: -66px -809px;
}

.catalogDetailDetails-compare::before {
	position: relative;
	top: 1px;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 16px;
	min-width: 16px;
	height: 17px;
	min-height: 17px;
	background-position: -66px -792px;
}

.catalogDetailDetails-compare.is-active,
.catalogDetailDetails-favorite.is-active {
	color: #1266cb;
}

.catalogDetailDetails-compare.is-active::before,
.catalogDetailDetails-favorite.is-active::before {
	overflow: visible;
	background-position: 0 0;
	background-size: 16px 16px;
}

.catalogDetailDetails-compare.is-active::before {
	background-image: image-set(url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/compare-active.webp"), url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/compare-active.png"));
}
.catalogDetailDetails-favorite.is-active::before {
	background-image: image-set(url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/heart-16-active.webp"), url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/heart-16-active.png"));
}

.catalogDetailDetails-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1525px) {
	.catalogDetailDetails-inner {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media (max-width: 1200px) {
	.catalogDetailDetails-inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 992px) {
	.catalogDetailDetails-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.catalogDetailDetails-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 1525px) {
	.catalogDetailDetails-info {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: auto;
	}
}

@media (max-width: 992px) {
	.catalogDetailDetails-info {
		width: 100%;
	}
}

.catalogDetailDetails-info > div {
	max-width: 380px;
	width: 100%;
}

@media (max-width: 992px) {
	.catalogDetailDetails-info > div {
		max-width: 100%;
	}
}

.catalogDetailDetails-left {
	margin-right: 20px;
}

@media (max-width: 1525px) {
	.catalogDetailDetails-left {
		margin-right: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width: 1525px) {
	.catalogDetailDetails-right {
		margin-bottom: 30px;
	}
}

.catalogDetailGoods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	margin-top: 35px;
}

@media (max-width: 1700px) {
	.catalogDetailGoods {
		overflow-y: auto;
		padding-bottom: 10px;
	}
}

.catalogDetailImageSlider {
	position: relative;
	width: 100%;
	max-height: inherit;
}

.catalogDetailImageSlider-stickers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	min-height: 30.63px;
	position: relative;
	z-index: 2;
}

.catalogDetailImageSlider-stickers span {
	font-size: 12px;
	line-height: 14.63px;
	display: block;
	margin-right: 10px;
	padding: 8px 10px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 3px;
}

.catalogDetailImageSlider-stickers span:last-child {
	margin-right: 0;
}

.catalogDetailImageSlider-stickers span.is-green {
	background-color: #4ed142;
}

.catalogDetailImageSlider-stickers span.is-blue {
	background-color: #1266cb;
}

.catalogDetailImageSlider-gift {
	border-radius: 3px;
}
.catalogDetailImageSlider-gift span {
	display: flex;
	align-items: center;
}
.catalogDetailImageSlider-gift span::after {
	content: "";
	display: inline-block;
	margin-left: 3px;
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/./assets/sprite.webp");
	width: 16px;
	height: 16px;
	background-position: -82px -826px;
	filter: brightness(2);
}

.catalogDetailImageSlider-gift__dropdown.is-show {
	opacity: 1;
	z-index: 20;
	visibility: visible;
}

.catalogDetailImageSlider-gift__dropdown {
	position: absolute;
	top: 46px;
	left: 14px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.catalogDetailImageSlider-gift__dropdown > div {
	width: 374px;
	max-height: 252px;
	padding: 16px;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 0px 1px 16px 0px #67748824, 0px 1px 7px 0px #6774880f;
	border-radius: 4px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.catalogDetailImageSlider-gift__dropdown::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #ffffff transparent;
}

.catalogDetailImageSlider-gift__dropdown * {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #1a222c;
}
.catalogDetailImageSlider-gift__dropdown ul {
	padding-left: 20px;
}
.catalogDetailImageSlider-gift__dropdown li {
	list-style: disc;
}

.catalogDetailImageSlider img {
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1200px) {
	.catalogDetailImageSlider img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 550px) {
	.catalogDetailImageSlider-gift__dropdown {
		left: 15px;
	}
	.catalogDetailImageSlider-gift__dropdown > div {
		width: 252px;
	}
}

.catalogDetailImageSlider-actions {
	position: absolute;
	top: 45px;
	right: 0;
	display: block;
	z-index: 2;
}

@media (min-width: 992px) {
	.catalogDetailImageSlider-actions {
		display: none;
	}
}

.catalogDetailImageSlider-favorite,
.catalogDetailImageSlider-compare {
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
	border: 0;
	z-index: 2;
}

.catalogDetailImageSlider-favorite {
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/heart-30px.webp");
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/heart-30px.png");
}

.catalogDetailImageSlider-compare {
	margin-right: 20px;
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/compare-30px.webp");
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/compare-30px.png");
}

.arrow-prev,
.arrow-next {
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 3;
}

.arrow-prev::before,
.arrow-next::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	background-position: -63px -772px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 1200px) {
	.arrow-prev,
	.arrow-next {
		display: none;
	}
}

.arrow-next {
	right: 5px;
}

.arrow-prev {
	left: 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.arrow-next.swiper-button-disabled,
.arrow-prev.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.catalogDetailInfoDelivery {
	margin-top: 30px;
}

.catalogDetailInfoDelivery span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
}

.catalogDetailInfoDelivery li {
	font-size: 14px;
	line-height: 17.07px;
	color: #1a222c;
	margin-bottom: 10px;
}

.catalogDetailInfoDelivery li:last-child {
	margin-bottom: 0;
}

.catalogDetailInfoDelivery li span {
	color: #1266cb;
	font-size: inherit;
}

.catalogDetailMainSlider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 50px;
	max-height: 600px;
	max-width: 655px;
	position: relative;
	width: 100%;
}

@media (max-width: 1200px) {
	.catalogDetailMainSlider {
		margin-right: 20px;
		max-width: 550px;
		max-height: 621px;
	}
}

@media (max-width: 992px) {
	.catalogDetailMainSlider {
		margin-right: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.catalogDetailMainSlider {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		max-width: 460px;
		max-height: 504px;
	}
}
@media (max-width: 450px) {
	.catalogDetailMainSlider {
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.catalogDetailMainSlider {
		max-height: 450px;
	}
}
@media (max-width: 375px) {
	.catalogDetailMainSlider {
		max-height: 400px;
	}
}
@media (max-width: 320px) {
	.catalogDetailMainSlider {
		max-height: 355px;
	}
}

.catalogDetailMainSlider-prev,
.catalogDetailMainSlider-next {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 34px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 79px;
	z-index: 3;
}

@media (max-width: 992px) {
	.catalogDetailMainSlider-prev,
	.catalogDetailMainSlider-next {
		display: none;
	}
}

.catalogDetailMainSlider-prev {
	top: 0;
}

.catalogDetailMainSlider-prev::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	background-position: 0px -837px;
}

.catalogDetailMainSlider-next {
	bottom: 0;
}

.catalogDetailMainSlider-next::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	background-position: 0px -837px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalogDetailMainSlider-pagination {
	position: absolute;
	bottom: 2px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

.catalogDetailMainSlider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 6px !important;
	background-color: #dfedff;
	opacity: 1;
}

.catalogDetailMainSlider .swiper-pagination-bullet-active {
	background-color: #1266cb;
}

.catalogDetailMainSlider-tooltip {
	position: absolute;
	left: 110px;
	top: 42px;
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 17.07px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: -3px 2px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: -3px 2px 10px 0px rgba(0, 0, 0, 0.15);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.catalogDetailMainSlider-tooltip::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 12px 6px 0;
	border-color: transparent #ffffff transparent transparent;
}

.catalogDetailMainSlider-tooltip.is-show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.catalogDetailNavtabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	border-bottom: 1px solid #dddfe1;
	position: sticky;
	top: 70px;
	background: #ffffff;
	z-index: 3;
}

.catalogDetailNavtabs:before {
	content: "";
	padding: 0 5px 1px;
	position: absolute;
	left: -10px;
	bottom: -1px;
	background: white;
	height: 100%;
}

.catalogDetailNavtabs:after {
	content: "";
	padding: 0 5px 1px;
	position: absolute;
	right: -10px;
	bottom: -1px;
	height: 100%;
	background: white;
}

@media screen and (max-width: 1199px) {
	.catalogDetailNavtabs {
		top: 0;
	}
}

@media (max-width: 992px) {
	.catalogDetailNavtabs {
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.catalogDetailNavtabs {
		display: none;
	}
}

.catalogDetailNavtabs li {
	margin-right: 50px;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media (max-width: 992px) {
	.catalogDetailNavtabs li {
		margin-right: 30px;
	}
}

.catalogDetailNavtabs li:last-child {
	margin-right: 0;
}

.catalogDetailNavtabs a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	height: 100%;
	font-weight: 500;
}

@media (max-width: 992px) {
	.catalogDetailNavtabs a {
		padding: 8px;
		font-size: 15px;
		line-height: 18.29px;
	}
}

.catalogDetailNavtabs a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 0;
	right: 0;
	height: 2px;
	background-color: #1266cb;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.catalogDetailNavtabs a:hover::after {
	width: 100%;
	right: unset;
	left: 0;
}

.catalogDetailNavtabs a:focus::after {
	width: 100%;
	right: unset;
	left: 0;
}

.catalogDetailPrice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 28px 20px;
	margin-bottom: 30px;
	border-radius: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}

.catalogDetailPrice-prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalogDetailPrice-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.catalogDetailPrice-current {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #1a222c;
}

.catalogDetailPrice-current.is-unavailable {
	font-size: 24px;
	line-height: 1.2;
}

.catalogDetailPrice-current.is-withCart {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #7A869A;
}

.catalogDetailPrice-head--withCart .catalogDetailPrice-regularLabel {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

.catalogDetailPrice-regular {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 6px;
}

.catalogDetailPrice-old {
	margin-right: 7px;
	text-decoration: line-through;
	color: #71767c;
}

.catalogDetailPrice-head--withCart .catalogDetailPrice-old {
	margin-right: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

.catalogDetailPrice-regularLabel {
	font-size: 14px;
	line-height: 18px;
	color: #556275;
}

.catalogDetailPrice-vat {
	font-size: 14px;
}

.catalogDetailPrice-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}

.catalogDetailPrice-cartValue {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 8px;
	background-color: #4DC462;
	border-radius: 6px;
	color: #ffffff;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	white-space: nowrap;
}

.catalogDetailPrice-cartLabel {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #1a222c;
}

.catalogDetailPrice-cartVat {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 18px;
	color: #556275;
}

.catalogDetailPrice-billSlot {
	margin-top: 12px;
}

.catalogDetailPrice-billSlot:empty {
	display: none;
}

.catalogDetailPrice .catalogDetailAdditional-bill {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	margin: 0;
	padding: 12px 8px;
	border: 0;
	border-radius: 4px;
	background: #60B2FE;
	background: #60B2FE;
	cursor: pointer;
	text-align: left;
}

.catalogDetailPrice .catalogDetailAdditional-bill::after,
.catalogDetailPrice .catalogDetailAdditional-bill span::before {
	display: none;
}

.catalogDetailPrice-billBadge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #D6FF66;
	color: #1a222c;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	white-space: nowrap;
}

.catalogDetailPrice-billInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalogDetailPrice-billAccent {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #FEFEFF;
}

.catalogDetailPrice-billSub {
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #ffffffCC;
}

.catalogDetailPrice .catalogDetailAdditional-popup {
	right: 0;
	left: 0;
	top: calc(100% + 8px);
}

.catalogDetailPrice .catalogDetailAdditional-bill:hover .catalogDetailAdditional-popup {
	visibility: visible;
	opacity: 1;
	z-index: 2;
	cursor: default;
}

.catalogDetailPrice .catalogDetailAdditional-bill:hover .catalogDetailAdditional-popup * {
	cursor: default;
}

.catalogDetailPrice-oneRubPromo {
	padding: 8px;
	background: #F1F4F9;
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-top: 12px;
}

.oneRubPromo-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 6px;
}

.oneRubPromo-text {
	display: flex;
	flex-direction: column;
}

.oneRubPromo-main {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #1A222C;
}

.oneRubPromo-sub {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #445163;
}

.oneRubPromo-icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer-type-name {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.oneRubPromo-icon-small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	flex-shrink: 0;
}

.catalogDetailPrice p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 19.5px;
	color: #1a222c;
	line-height: 19px;
}

.catalogDetailPrice p:last-child {
	margin-bottom: 0;
}

.catalogDetailPrice p span {
	font-size: inherit;
	color: #71767c;
	line-height: inherit;
}

@media (max-width: 576px) {
	.catalogDetailPrice {
		padding: 20px;
	}
}

@media (max-width: 1525px) {
	.catalogDetailPrice {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.catalogDetailPrice-notification {
	color: #888 !important;
	font-size: 13px !important;
	margin-top: 12px;
}

.catalogDetailPrice-discount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalogDetailPrice-sale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 4px;
	min-height: 18px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#0927fb), to(#0ecde7));
	background: linear-gradient(90deg, #0927fb 0%, #0ecde7 100%);
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	color: #ffffff;
}

.catalogDetailPrice-price {
	font-size: 32px;
	line-height: 39.01px;
	font-weight: 700;
	margin-bottom: 5px;
}

.catalogDetailPrice-price.is-unavailable {
	font-size: 24px;
	line-height: 29.26px;
}

.catalogDetailPrice-footer {
	margin-top: 16px;
	margin-bottom: 0;
	text-align: center;
}

.catalogDetailPrice-cheaper,
.catalogDetailPrice-add {
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.catalogDetailPrice-cheaper {
	font-size: 14px;
	line-height: 1.4;
	color: #71767c;
}

.catalogDetailPrice-cheaper span {
	border-bottom: 1px dashed #b1b5b9;
	color: #71767c;
}

.catalogDetailPrice-availability {
	position: relative;
	margin-top: 12px;
	margin-bottom: 0;
	padding-left: 0;
}

.catalogDetailPrice-availability::before {
	display: none;
}

.catalogDetailPrice-availability p {
	position: relative;
	margin-bottom: 4px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 20px;
	color: #1a222c;
}

.catalogDetailPrice-availability p:last-child {
	margin-bottom: 0;
}

.catalogDetailPrice-availability p span {
	color: #445163;
}

.catalogDetailPrice-availability p::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 50%;
}

.catalogDetailPrice-availability p.is-green::before {
	background-color: #35AD39;
}

.catalogDetailPrice-availability p.is-orange::before {
	background-color: #ff9a3e;
}

.catalogDetailPrice-availability-delivery::before {
	width: 14px;
	height: 14px;
	top: 3px;
	border-radius: 2px;
	background-color: transparent;
	border: 1.5px solid #71767c;
	box-sizing: border-box;
}

.catalogDetailPrice-verif {
	background-color: #e7eaec;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 47px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
	padding: 4px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.catalogDetailPrice-verif {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.catalogDetailPrice-verif label {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 992px) {
	.catalogDetailPrice-verif label {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.catalogDetailPrice-verif input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.catalogDetailPrice-verif input:checked + span {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.07);
	font-weight: 600;
}

.catalogDetailPrice-verif span {
	display: block;
	font-size: 14px;
	line-height: 17.07px;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 992px) {
	.catalogDetailPrice-verif span {
		width: 100%;
		text-align: center;
		padding: 11px 0;
	}
}

.catalogDetailPrice-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	position: relative;
	height: 48px;
	margin-top: 16px;
}

.catalogDetailPrice-buttons span {
	min-width: 46px;
}

.catalogDetailPrice-buttons span,
.catalogDetailPrice-buttons button {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
}

.catalogDetailPrice-buttons button {
	border-radius: 6px;
	min-width: 44px;
	border: 0;
	height: 100%;
	background-color: #eff6ff;
	color: #1266cb;
	font-size: 26px;
	font-weight: 500;
	word-wrap: unset;
	min-width: 57px;
}

.catalogDetailPrice-buttons button:nth-child(2) {
	padding-bottom: 1px;
	font-size: 22px;
	font-weight: 600;
}

.catalogDetailPrice-buttons button:first-of-type {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	background-color: #005CCB;
	color: #ffffff;
	width: 100%;
}

.catalogDetailPrice-buttons span {
	margin: 0;
	line-height: 100%;
	cursor: default;
}

.catalogDetailPrice-buttons button[disabled] {
	background-color: #f2f4f6;
	color: #9ba0a6;
	cursor: default;
}

@media (hover: hover) {
	.catalogDetailPrice-buttons button[disabled]:hover {
		background-color: #f2f4f6 !important;
	}

	.catalogDetailPrice-buttons button:first-of-type:hover {
		background: #105cb7;
	}
}

@media (hover: none) {
	.catalogDetailPrice-buttons button[disabled]:active {
		background-color: #f2f4f6 !important;
	}

	.catalogDetailPrice-buttons button:first-of-type:active {
		background: #105cb7;
	}
}

.catalogDetailPrice-buttons button:first-of-type.to-basket {
	cursor: pointer;
	background: #4ed142;
	color: #ffffff;
}

.catalogDetailRecommendation {
	position: relative;
	margin-bottom: 60px;
}

.catalogDetailRecommendation h3 {
	margin: 0;
	margin-bottom: 30px;
}

.catalogDetailRecommendation-slider {
	position: relative;
}

.catalogDetailRecommendation .swiper-slide,
.catalogDetailAccessories .swiper-slide,
.catalogDetailCompare .swiper-slide,
.catalogDetailRecommendationV2 .swiper-slide {
	height: auto !important;
}

.catalogDetailRecommendation-slider .catalogCard,
.catalogDetailAccessories-slider .catalogCard,
.catalogDetailCompare-slider .catalogCard,
.catalogDetailRecommendationV2-slider .catalogCard {
	max-width: 100%;
}

@media (max-width: 1170px) {
	.catalogDetailRecommendation .swiper-slide,
	.catalogDetailAccessories .swiper-slide,
	.catalogDetailCompare .swiper-slide,
	.catalogDetailRecommendationV2 .swiper-slide {
		width: auto !important;
	}

	.catalogDetailRecommendation-slider .catalogCard,
	.catalogDetailAccessories-slider .catalogCard,
	.catalogDetailCompare-slider .catalogCard,
	.catalogDetailRecommendationV2-slider .catalogCard {
		max-width: 264px;
		min-width: 264px;
	}
}

@media (min-width: 769px) and (max-width: 1280px) {
	.catalogDetailRecommendation-slider .catalogCard,
	.catalogDetailAccessories-slider .catalogCard,
	.catalogDetailCompare-slider .catalogCard,
	.catalogDetailRecommendationV2-slider .catalogCard {
		max-width: 264px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.catalogDetailRecommendation-slider .catalogCard picture img,
	.catalogDetailAccessories-slider .catalogCard picture img,
	.catalogDetailCompare-slider .catalogCard picture img,
	.catalogDetailRecommendationV2-slider .catalogCard picture img {
		max-height: 264px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.catalogDetailRecommendation-slider .catalogCard picture img,
	.catalogDetailAccessories-slider .catalogCard picture img,
	.catalogDetailCompare-slider .catalogCard picture img,
	.catalogDetailRecommendationV2-slider .catalogCard picture img {
		max-height: 230px;
	}
}

.catalogDetailRecommendation-next,
.catalogDetailRecommendation-prev,
.catalogDetailAccessories-next,
.catalogDetailAccessories-prev,
.catalogDetailCompare-next,
.catalogDetailCompare-prev,
.catalogDetailRecommendationV2-next,
.catalogDetailRecommendationV2-prev {
	top: 40% !important;
}

.catalogDetailRecommendationV2 {
	position: relative;
	overflow: hidden;
}

.catalogDetailRecommendationV2 h3 {
	margin: 0;
	margin-bottom: 30px;
}

.catalogDetailRecommendationV2-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 230px;
}

@media (max-width: 1700px) {
	.catalogDetailRecommendationV2-product {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.catalogDetailRecommendationV2-product picture {
	display: block;
	margin-bottom: 8px;
}

.catalogDetailRecommendationV2-product img {
	display: block;
	width: 230px;
	height: 230px;
	-o-object-fit: cover;
	object-fit: cover;
}

.catalogDetailRecommendationV2-product p {
	display: -webkit-box;
	margin-bottom: 10px;
	text-align: left;
	color: #1a222c;
	font-size: 14px;
	line-height: 17.07px;
	line-height: 140%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.catalogDetailRecommendationV2-price {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21.94px;
	font-weight: 700;
}

.catalogDetailRecommendationV2-verif {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.catalogDetailRecommendationV2-verif {
		overflow: auto;
	}
}

.catalogDetailRecommendationV2-verif label {
	position: relative;
}

.catalogDetailRecommendationV2-verif input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.catalogDetailRecommendationV2-verif input:checked + span {
	border-color: #1266cb;
	text-shadow: 0px 0px 0px #1a222c;
}

.catalogDetailRecommendationV2-verif span {
	display: block;
	padding: 10px;
	margin-right: 13px;
	font-size: 14px;
	line-height: 17.07px;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.catalogDetailRecommendationV2-verif span:last-child {
	margin-right: 0;
}

.catalogDetailRecommendationV2-add {
	width: 100%;
	padding: 15px 5px;
	color: #ffffff;
	font-size: 14px;
	line-height: 17.07px;
	font-weight: 500;
	background-color: #1266cb;
	border: 0;
	border-radius: 5px;
}

.catalogDetailRecommendationV2-slider {
	position: relative;
}

.catalogDetailRecommendationV2-slider::after,
.catalogDetailRecommendationV2-slider::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 60px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.catalogDetailRecommendationV2-slider::before {
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: -webkit-gradient(linear, right top, left top, from(transparent), to(#ffffff));
	background: linear-gradient(to left, transparent 0%, #ffffff 100%);
}

.catalogDetailRecommendationV2-slider::after {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff));
	background: linear-gradient(to right, transparent 0%, #ffffff 100%);
}

.catalogDetailRecommendationV2-slider.is-end::after {
	opacity: 0;
	visibility: hidden;
}

.catalogDetailRecommendationV2-slider.is-end::before {
	opacity: 1;
	visibility: visible;
}

.catalogDetailRecommendationV2-next,
.catalogDetailRecommendationV2-prev {
	top: 40%;
}

.catalogDetailRecommendationV2-next {
	right: 5px;
}

.catalogDetailRecommendationV2-prev {
	left: 5px;
}

.catalogDetailRecommendationV2 .swiper-slide {
	width: auto !important;
	height: auto !important;
}

.catalogDetailServices {
	margin-bottom: 60px;
}

.catalogDetailServices h3 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 31.69px;
}

.catalogDetailServices > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}

@media (max-width: 992px) {
	.catalogDetailServices > div {
		padding: 5px;
		overflow-y: auto;
		padding-bottom: 20px;
	}
}

.catalogDetailServices-item {
	position: relative;
	width: 100%;
	padding: 30px;
	border-radius: 7px;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
	.catalogDetailServices-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-height: 216px;
		width: 400px;
	}
}

.catalogDetailServices-item h4 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
}

.catalogDetailServices-item p {
	position: relative;
	max-width: 330px;
	margin-bottom: 25px;
	color: #71767c;
	line-height: 140%;
	z-index: 2;
	text-align: left;
}

@media (max-width: 1525px) {
	.catalogDetailServices-item p {
		max-width: 100%;
	}
}

.catalogDetailServices-item span {
	position: relative;
	line-height: 140%;
	padding-right: 10px;
}

.catalogDetailServices-item span::after {
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 0 -5px 11px;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	background-position: -63px -772px;
}

.catalogDetailServices-item::after {
	content: "";
	position: absolute;
	bottom: 13px;
	right: 16px;
	z-index: 1;
}

@media (max-width: 1525px) {
	.catalogDetailServices-item::after {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		bottom: -10px;
		right: -4px;
	}
}

.catalogDetailServices-item.is-verif::after {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 125px;
	min-width: 125px;
	height: 125px;
	min-height: 125px;
	background-position: 0px 0px;
}

.catalogDetailServices-item.is-calibration::after {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 125px;
	min-width: 125px;
	height: 125px;
	min-height: 125px;
	background-position: 0px -250px;
}

.catalogDetailServices-item.is-repair::after {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 125px;
	min-width: 125px;
	height: 125px;
	min-height: 125px;
	background-position: 0px -500px;
}

@media (hover: hover) {
	.catalogDetailServices-item:hover span {
		color: #1266cb;
	}

	.catalogDetailServices-item:hover span::after {
		display: inline-block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
		width: 20px;
		min-width: 20px;
		height: 20px;
		min-height: 20px;
		background-position: -83px -774px;
	}

	.catalogDetailServices-item:hover.is-verif::after {
		display: inline-block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
		width: 125px;
		min-width: 125px;
		height: 125px;
		min-height: 125px;
		background-position: 0px -125px;
	}
	.catalogDetailServices-item:hover.is-calibration::after {
		display: inline-block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
		width: 125px;
		min-width: 125px;
		height: 125px;
		min-height: 125px;
		background-position: 0px -375px;
	}

	.catalogDetailServices-item:hover.is-repair::after {
		display: inline-block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
		background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
		width: 125px;
		min-width: 125px;
		height: 125px;
		min-height: 125px;
		background-position: 0px -625px;
	}
}

/* Сервисные блоки в правой колонке карточки товара */
.catalogDetailServiceBlocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.catalogDetailService-title {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #1A222C;
}

.catalogDetailService-subtitle {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #556275;
}

.catalogDetailService-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	margin-top: 12px;
}

.catalogDetailService-input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #D2D8E4;
	border-radius: 6px;
	background: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	color: #556275;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.catalogDetailService-input:focus {
	outline: none;
	border-color: #1266cb;
}

.catalogDetailService-input::placeholder {
	color: #9ca3af;
}

.catalogDetailService-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.catalogDetailService-btn--check {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 142px;
	height: 44px;
	padding: 0 20px;
	background: #F1F4F9;
	color: #8E9AAD;
}

.catalogDetailService-btn--check:not(:disabled) {
	background: #1266cb;
	color: #ffffff;
}

@media (hover: hover) {
	.catalogDetailService-btn--check:not(:disabled):hover {
		background: #0f57ad;
	}
}

.catalogDetailService-btn--check:disabled {
	cursor: default;
}

.catalogDetailService-head {
	margin-bottom: 12px;
}

.catalogDetailService-card {
	padding: 16px 20px;
	border-radius: 8px;
	background: linear-gradient(90deg, #005CCB 0%, #020F2F 100%);
}

.catalogDetailService-card--modal {
	margin-bottom: 20px;
}

.catalogDetailService-engineer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalogDetailService-engineer-photo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	padding: 2px;
	border: 2px solid #4BE500;
	-o-object-fit: cover;
	object-fit: cover;
}

.catalogDetailService-engineer--noPhoto .catalogDetailService-engineer-info {
	padding-left: 0;
}

.catalogDetailService-engineer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.catalogDetailService-engineer-name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	text-overflow: ellipsis;
}

.catalogDetailService-engineer-position {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #FFFFFFCC;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
}

.catalogDetailService-btn--callback {
	width: 100%;
	height: 44px;
	margin-top: 16px;
	padding: 0 16px;
	background: #ffffff;
	color: #1A222C;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

@media (hover: hover) {
	.catalogDetailService-btn--callback:hover {
		background: #f3f4f6;
	}
}

/* Блок «Скачать гайд» под документацией в описании товара */
.catalogDetailProductGuide-card {
	position: relative;
	overflow: hidden;
	padding: 16px;
	border-radius: 8px;
	max-width: 386px;
	background-color: #1A222C;
	background-image:
		linear-gradient(125deg, transparent 0 44%, rgba(255, 255, 255, 0.05) 44% 100%),
		linear-gradient(125deg, transparent 0 47%, rgba(0, 0, 0, 0.2) 47% 48.5%, transparent 48.5% 100%);
}

.catalogDetailProductGuide-title {
	position: relative;
	z-index: 1;
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
}

.catalogDetailProductGuide-description {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #FFFFFFD9;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
}

.catalogDetailProductGuide-download {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 86px;
	height: 36px;
	margin-top: 12px;
	padding: 8px 12px;
	border-radius: 6px;
	background: #ffffff;
	color: #1A222C;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
	.catalogDetailProductGuide-download:hover {
		background: #F1F4F9;
		color: #1A222C;
	}
}

@media (max-width: 1024px) {
	.catalogDetailProductGuide {
		display: none !important;
	}
}

.modal.open > .modal-engineer-consult {
	width: 530px;
	max-width: calc(100vw - 24px);
	padding: 24px;
	border-radius: 12px;
}

.modal-engineer-consult__title {
	margin: 0 32px 20px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #1A222C;
}

.modal-engineer-consult-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.modal-engineer-consult-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.modal-engineer-consult-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.modal-engineer-consult-label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #1A222C;
}

.modal-engineer-consult-input,
.modal-engineer-consult-textarea {
	width: 100%;
	padding: 14px 12px;
	border: 1px solid #D2D8E4;
	border-radius: 6px;
	background: #ffffff;
	font-size: 14px;
	line-height: 20px;
	color: #1A222C;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.modal-engineer-consult-textarea {
	min-height: 108px;
	resize: none;
}

.modal-engineer-consult-input:focus,
.modal-engineer-consult-textarea:focus {
	outline: none;
	border-color: #1266cb;
}

.modal-engineer-consult-input::placeholder,
.modal-engineer-consult-textarea::placeholder {
	color: #9ca3af;
}

.form-checkbox.modal-engineer-consult-checkbox {
	margin: 0;
}

.modal-engineer-consult-checkbox.form-checkbox span {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
	color: #1A222C;
}

.modal-engineer-consult-checkbox.form-checkbox span a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #005CCB;
	text-decoration: none;
}

@media (hover: hover) {
	.modal-engineer-consult-checkbox.form-checkbox span a:hover {
		text-decoration: underline;
	}
}

.modal-engineer-consult-submit {
	width: 100%;
	height: 44px;
	margin-top: 8px;
	border: none;
	border-radius: 6px;
	background: #F1F4F9;
	color: #8E9AAD;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.modal-engineer-consult-submit:not(:disabled) {
	background: #1266cb;
	color: #ffffff;
}

@media (hover: hover) {
	.modal-engineer-consult-submit:not(:disabled):hover {
		background: #0f57ad;
	}
}

.modal-engineer-consult-submit:disabled {
	cursor: default;
}

.engineer-consult-toast {
	position: fixed;
	z-index: 10000;
	left: 24px;
	bottom: 24px;
	max-width: 360px;
	padding: 16px 20px;
	border-radius: 12px;
	background: #1A222C;
	box-shadow: 0 8px 32px rgba(17, 24, 39, 0.12);
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #ffffff;
	opacity: 0;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.engineer-consult-toast.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.engineer-consult-toast {
		left: 50%;
		right: auto;
		bottom: auto;
		top: 124px;
		max-width: calc(100vw - 32px);
		text-align: center;
		-webkit-transform: translateX(-50%) translateY(-12px);
		transform: translateX(-50%) translateY(-12px);
	}

	.engineer-consult-toast.is-visible {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
}

.modal.open > .modal-engineer-consult .modal-close {
	top: 24px;
	right: 24px;
	opacity: 0.45;
}

@media (max-width: 1024px) {
	.modal-engineer-consult-row {
		grid-template-columns: 1fr;
	}
}

.catalogDetailShops {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.catalogDetailShops {
		margin-bottom: 0;
	}
}

.catalogDetailShops span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
}

.catalogDetailShops > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalogDetailShops a {
	padding-right: 10px;
}

.catalogDetailShops a:last-child {
	padding-right: 0;
}

.catalogDetailShops img {
	display: block;
	width: 45px;
	height: 45px;
	-o-object-fit: cover;
	object-fit: cover;
}

.catalogDetailThumbSlider {
	position: relative;
	width: 80px;
	height: 520px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	margin-right: 30px !important;
	margin-top: 47px;
}

@media (max-width: 1525px) {
	.catalogDetailThumbSlider {
		margin-right: 20px;
	}
}

@media (max-width: 992px) {
	.catalogDetailThumbSlider {
		display: none !important;
	}
}

.catalogDetailThumbSlider .swiper-slide-thumb-active .catalogDetailThumbSlider-slide {
	border: 1px solid #b1b5b9;
}

.catalogDetailThumbSlider .swiper-slide.catalogDetailThumbSlider-360 .catalogDetailThumbSlider-slide {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eff6ff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.catalogDetailThumbSlider .swiper-slide.catalogDetailThumbSlider-360 .catalogDetailThumbSlider-slide::before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.png?1697459952727);
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/sprite.webp?1697459952727);
	width: 32px;
	min-width: 32px;
	height: 32px;
	min-height: 32px;
	background-position: -31px -750px;
	content: "";
}

.catalogDetailThumbSlider-slide {
	width: 79px;
	height: 79px;
	border: 1px solid transparent;
	border-radius: 5px;
	overflow: hidden;
}

.catalogDetailThumbSlider-play {
	border: 0;
}

.catalogDetailThumbSlider-play:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 79px;
	height: 79px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.2);
}

.catalogDetailThumbSlider-play:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url("/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/play.png");
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.catalogDetailThumbSlider-slide picture img {
	display: block;
	object-fit: contain;
	cursor: pointer;
}

.image-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1003;
	cursor: pointer;
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
}

.enlarged-image {
	max-width: 90%;
	max-height: 90%;
}

.close-button,
.imageGallery-counter {
	position: absolute;
	top: 0;
	z-index: 1007;
	padding: 20px;
}

.imageGallery-counter {
	left: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 24px;
	color: #999;
}

.close-button {
	right: 0;
	background: transparent;
	border: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.close-button::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/gallery-close.png);
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
}

.close-button,
.next-img-button,
.prev-img-button {
	min-width: 10%;
	font-size: 24px;
	padding: 20px;
	color: black;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.next-img-button,
.prev-img-button {
	padding: 0 20px;
	position: fixed;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1004;
	height: 80%;
	top: 10%;
}

@media (hover: hover) {
	.next-img-button:hover,
	.prev-img-button:hover {
		background: rgba(0, 0, 0, 0.1);
	}
}
@media (hover: none) {
	.next-img-button:active,
	.prev-img-button:active {
		background: rgba(0, 0, 0, 0.1);
	}
}

.next-img-button[disabled],
.prev-img-button[disabled] {
	display: none !important;
}

.next-img-button {
	right: 0;
	border-radius: 10px 0 0 10px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.next-img-button::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/gallery-right.png);
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
}

.prev-img-button {
	left: 0;
	border-radius: 0 10px 10px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.prev-img-button::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/assets/gallery-left.png);
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
}

.catalogDetail .cloudimage-360-box-shadow,
.catalogDetail .cloudimage-360-inner-box canvas {
	cursor: -webkit-grab;
	cursor: grab;
}

.catalogDetail .cloudimage-360-box-shadow:active,
.catalogDetail .cloudimage-360-inner-box canvas:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
@media (hover: hover) {
	.catalogDetailImageSlider-slide img:hover {
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}
}

/* Стили для блока доставки */
.delivery-info__title {
	font-size: 16px;
	margin-bottom: 12px;
}
.about-delivery {
	width: 285px;
	min-height: 276px;
	height: 100%;
}

.delivery-info {
	padding-bottom: 12px;
	border-bottom: 1px solid #d2d8e4;
}

.delivery {
	padding: 12px 12px 12px 0;
	border-bottom: 1px solid #d2d8e4;
}

.delivery-error span {
	display: block;
}

.pickup {
	padding-top: 12px;
}

.delivery-city {
	display: flex;
}
.delivery-city__text {
	margin-right: 4px;
	display: flex;
	align-items: center;
}

.delivery-companies {
	padding-left: 28px;

	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pickup-item {
	padding-left: 28px;
}
.pickup__title,
.delivery__title {
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.delivery-city__text::before {
	content: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20.000000'%20height='20.000000'%20fill='none'%3e%3crect%20id='20%20/%20Navigation%20/%20Map_Pin'%20width='20.000000'%20height='20.000000'%20x='0.000000'%20y='0.000000'%20/%3e%3cpath%20id='Vector'%20d='M4.16699%208.26904C4.16699%206.73895%204.78157%205.2718%205.87554%204.18986C6.9695%203.10792%208.4533%202.5%2010.0004%202.5C11.5475%202.5%2013.0311%203.10783%2014.1251%204.18977C15.219%205.27171%2015.8336%206.73932%2015.8336%208.26941C15.8336%2012.3126%2012.2967%2015.6559%2010.7311%2016.9378C10.5062%2017.122%2010.3936%2017.2139%2010.2262%2017.261C10.096%2017.2977%209.90442%2017.2977%209.77425%2017.261C9.60709%2017.214%209.49371%2017.1211%209.26965%2016.9377C7.70405%2015.6558%204.16699%2012.3122%204.16699%208.26904ZM8.33366%207.5C8.33366%206.57953%209.07985%205.83333%2010.0003%205.83333C10.9208%205.83333%2011.667%206.57953%2011.667%207.5C11.667%208.42047%2010.9208%209.16667%2010.0003%209.16667C9.07985%209.16667%208.33366%208.42047%208.33366%207.5Z'%20fill-rule='evenodd'%20stroke='rgb(26,34,44)'%20stroke-linecap='round'%20stroke-width='1.67500007'%20/%3e%3c/svg%3e");
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.delivery-city__current a {
	color: #005ccb;
}
.delivery-company__date,
.pickup-item__date {
	color: #445163;
}

.delivery__title::before {
	content: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20.000000'%20height='20.000000'%20fill='none'%3e%3crect%20id='20%20/%20Navigation%20/%20Car_Auto'%20width='20.000000'%20height='20.000000'%20x='0.000000'%20y='0.000000'%20/%3e%3cpath%20id='Vector'%20d='M2.5%209.16699L3.37123%209.16699L16.6288%209.16699L17.5%209.16699M3.37123%209.16699C3.38051%209.1241%203.39147%209.08158%203.40413%209.03959C3.43435%208.93935%203.47702%208.84295%203.56283%208.64989L4.85138%205.75065C5.10614%205.17744%205.23373%204.89066%205.43508%204.6805C5.61306%204.49473%205.83136%204.35283%206.07341%204.26564C6.34723%204.16699%206.66113%204.16699%207.28841%204.16699L12.7113%204.16699C13.3386%204.16699%2013.6528%204.16699%2013.9266%204.26564C14.1687%204.35283%2014.3866%204.49473%2014.5646%204.6805C14.7658%204.89052%2014.8932%205.17706%2015.1476%205.7495L16.4413%208.66043C16.524%208.8465%2016.5661%208.94119%2016.5958%209.03959C16.6085%209.08158%2016.6195%209.1241%2016.6288%209.16699M16.6667%2014.1671L13.3333%2014.1671L6.66667%2014.167L3.33333%2014.167M6.66667%2014.167L6.66667%2015.0003C6.66667%2015.9208%205.92047%2016.667%205%2016.667C4.07953%2016.667%203.33333%2015.9208%203.33333%2015.0003L3.33333%2014.167L3.33333%209.73299C3.33333%209.52172%203.33333%209.41613%203.34643%209.31226C3.35258%209.26352%203.36085%209.21502%203.37123%209.16699M13.3333%2014.1671L13.3333%2015.0003C13.3333%2015.9208%2014.0795%2016.667%2015%2016.667C15.9205%2016.667%2016.6667%2015.9207%2016.6667%2015.0002L16.6667%2014.1671L16.6667%209.72919C16.6667%209.52048%2016.6667%209.41549%2016.6536%209.31226C16.6475%209.26352%2016.6392%209.21502%2016.6288%209.16699'%20fill-rule='nonzero'%20stroke='rgb(26,34,44)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.67500007'%20/%3e%3c/svg%3e");
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.pickup__title::before {
	content: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20.000000'%20height='20.000000'%20fill='none'%3e%3crect%20id='20%20/%20Interface%20/%20Box'%20width='20.000000'%20height='20.000000'%20x='0.000000'%20y='0.000000'%20/%3e%3cpath%20id='line'%20d='M0%200L7.58898%200'%20stroke='rgb(26,34,44)'%20stroke-linecap='round'%20stroke-width='1.66666675'%20transform='matrix(-0.865834,-0.500331,0.500331,-0.865834,13.3335,8.04395)'%20/%3e%3cpath%20id='path'%20d='M16.6669%207.00641C16.6663%206.43686%2016.4194%206.0097%2015.9261%205.72493L10.7409%202.76196C10.2471%202.47685%209.75326%202.47685%209.25943%202.76196L4.07424%205.72493C3.58099%206.0097%203.33408%206.43686%203.3335%207.00641L3.3335%2012.9323C3.33408%2013.5019%203.58099%2013.9291%204.07424%2014.2138L9.25943%2017.1768C9.75326%2017.4619%2010.2471%2017.4619%2010.7409%2017.1768L15.9261%2014.2138C16.4194%2013.9291%2016.6663%2013.5019%2016.6669%2012.9323L16.6669%207.00641Z'%20fill-rule='nonzero'%20stroke='rgb(26,34,44)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.66666675'%20/%3e%3cpath%20id='polyline'%20d='M3.5332%206.23633L9.99988%209.97708L16.4666%206.23633'%20stroke='rgb(26,34,44)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.66666675'%20/%3e%3cline%20id='line'%20x1='0'%20x2='7.46655273'%20y1='0'%20y2='0'%20stroke='rgb(26,34,44)'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.66666675'%20transform='matrix(0,-1,1,0,10,17.4365)'%20/%3e%3c/svg%3e");
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
button#open-modal {
	all: unset;
	color: #005ccb;
	cursor: pointer;
}
.sdek.modal-overlay {
	position: fixed;
	right: 7%;
	bottom: 15%;
	box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.25);
	justify-content: center;
	align-items: center;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
	display: flex;
}

.sdek.modal-overlay.overlay-open {
	opacity: 1;
	visibility: visible;
}

.sdek {
	position: relative;
	width: 424px;
	max-height: 90vh;
	padding: 32px 24px;
	border-radius: 12px;
	border: 1px solid rgba(210, 216, 228, 1);
	background: #fff;
	z-index: 1001;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.sdek.open {
	opacity: 1;
	transform: translateY(0);
}

.sdek .modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
}

.sdek .modal__content-info {
	margin-bottom: 24px;
}

.sdek .modal__title {
	font-size: 24px;
	margin: 0 0 12px;
	color: #000;
}

.sdek .modal__description {
	color: #445163;
	margin: 0;
	line-height: 20px;
}

.sdek .input-container {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	min-height: 44px;
}

.sdek .input-container__icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2;
}

.sdek .input-container__search-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.sdek .input-container__input {
	width: 100%;
	padding: 18px 11px 11px 41px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
	font-size: 16px;
}

.sdek .input-container__input:focus {
	border: 2px solid #005ccb;
}

.sdek .input-container__label {
	position: absolute;
	top: 50%;
	left: 42px;
	transform: translateY(-50%);
	color: #999;
	font-size: 16px;
	pointer-events: none;
	transition: all 0.2s ease;
	padding: 0 4px;
	z-index: 1;
}

.sdek .input-container__input:focus + .input-container__label,
.sdek .input-container__input:not(:placeholder-shown) + .input-container__label {
	top: 2px;
	transform: translateY(0);
	font-size: 12px;
	color: #005ccb;
}

.sdek .input-container__clear:focus {
	outline: none;
	box-shadow: none;
}
.sdek .input-container__clear {
	cursor: pointer;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	z-index: 2;
}

.sdek .input-container__clear-icon {
	display: block;
	width: 22px;
	height: 22px;
}

.sdek .dropdown {
	margin-top: 12px;
	height: 396px;
	overflow-y: scroll;
	scrollbar-width: thin;
}

.sdek .dropdown__item {
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 6px;
}

.sdek .dropdown__item:hover {
	background: #f3f9ff;
}

.sdek .dropdown__item.active {
	background-color: #f3f9ff;
	color: #005ccb;
}

.sdek .dropdown__item-highlight {
	color: #000000;
	font-weight: bold;
}

.sdek .dropdown__item--no-results {
	color: #a3aebf;
}

@media (max-width: 992px) {
	.sdek {
		width: 368px;
		padding: 20px;
	}
	.sdek.modal-overlay {
		left: 20px;
		bottom: 50px;
		right: unset;
	}
	.sdek .modal__title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.sdek .modal__description {
		font-size: 14px;
	}
	.sdek .modal__content-info {
		margin-bottom: 16px;
	}
}
@media (max-width: 450px) {
	.sdek {
		width: 320px;
		padding: 15px;
	}
	.sdek .modal__title {
		font-size: 18px;
		line-height: 18px;
	}
}

/* End */


/* Start:/local/components/oldis/empty.item/templates/capsule.list/style.css?17866242261140*/
ul.capsules {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	ul.capsules {
		padding-bottom: 15px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

ul.capsules li {
	margin-left: 0;
	height: 34px;
	background-color: #f2f4f6;
	border-radius: 40px;
	list-style: none;
	transition: background-color 0.2s ease-out;
}

ul.capsules li.active {
	background-color: #1266cb;
}

ul.capsules li.active a {
	color: #fff;
}

@media (hover: hover) {
	ul.capsules li:hover:not(.active) {
		background-color: #e7eaec;
	}
	ul.capsules li:hover:not(.active) a {
		color: #1a222c;
	}
}
@media (hover: none) {
	ul.capsules li:active:not(.active) {
		background-color: #e7eaec;
	}
	ul.capsules li:active:not(.active) a {
		color: #1a222c;
	}
}

ul.capsules a {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
	line-height: 17px;
	padding: 0 15px;
	line-height: 140%;
	color: #1a222c;
	border: 0;
	background-color: transparent;
	border-radius: 40px;
}

@media (max-width: 992px) {
	ul.capsules li {
		flex-shrink: 0;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17866242272620*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li {
    height: 30px;
    text-align: center;
    list-style: none !important;
    margin-left: 0;
}

.pagination ul li span {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    min-width: 32px;
    font-size: 18px;
    line-height: 21.94px;
}

.pagination ul li:not(:last-child) {
    margin-right: 4px;
}

.pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    padding: 5px 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
}

.pagination-link.is-active {
    border-color: #1266cb;
}

.pagination-arrow-next,
.pagination-arrow-prev {
    display: none !important;
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: -16px 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next,
    .pagination-arrow-prev {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next:hover,
.pagination-arrow-prev:hover {
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: 0px -16px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next:hover,
    .pagination-arrow-prev:hover {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next {
    margin-left: 15px;
}

.pagination-arrow-prev {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination.is-arrow-next .pagination-arrow-next {
    display: block !important;
}

.pagination.is-arrow-prev .pagination-arrow-prev {
    display: block !important;
}

/* pagination State styles */

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/oldis_reviews/style.css?178662422710692*/
.catalogDetailReviews {
	margin-bottom: 60px;
}

.catalogDetailReviews h3 {
	font-size: 26px;
	line-height: 31.69px;
	margin: 0;
	padding-bottom: 30px;
}

.catalogDetailReviews>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.catalogDetailReviews>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.catalogDetailReviews-list {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	padding-top: 30px;
	border-top: 1px solid #dddfe1;
}

@media (max-width: 992px) {
	.catalogDetailReviews-list {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.catalogDetailReviews-list>div {
	padding-bottom: 30px;
	border-bottom: 1px solid #dddfe1;
	margin-bottom: 30px;
}

.catalogDetailReviews-list>div:last-child {
	margin-bottom: 0;
}

.catalogDetailReviews-list>div span {
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

@media (max-width: 380px) {
	.catalogDetailReviews-list>div span {
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
	}
}

.catalogDetailReviews-list>div time {
	color: #868b91;
}

@media (max-width: 380px) {
	.catalogDetailReviews-list>div time {
		display: block;
		margin-bottom: 5px;
	}
}

.catalogDetailReviews-list>div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.catalogDetailReviews-list>div ul li {
	margin-right: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.catalogDetailReviews-list>div ul li:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.png);
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.webp);
	width: 18px;
	height: 17px;
	min-width: 18px;
	min-height: 17px;
	background-position: -72px 0px;
}

.catalogDetailReviews-list>div ul li.is-empty:before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.png);
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.webp);
	width: 18px;
	height: 17px;
	min-width: 18px;
	min-height: 17px;
	background-position: -90px 0px;
}

.catalogDetailReviews-list>div p {
	color: #1a222c;
}

@media (max-width: 992px) {
	.catalogDetailReviews-list>div p {
		text-align: left;
		line-height: 25.2px;
	}
}

.catalogDetailReviews-sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 27%;
	flex: 0 1 27%;
}

@media (max-width: 992px) {
	.catalogDetailReviews-sidebar {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.catalogDetailReviews-sidebar>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.catalogDetailReviews-sidebar>div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalogDetailReviews-sidebar>div ul li {
	margin-right: 4px;
	padding: 1px;
}

.catalogDetailReviews-sidebar>div ul li:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.png);
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.webp);
	width: 18px;
	height: 17px;
	min-width: 18px;
	min-height: 17px;
	background-position: -72px 0px;
}

.catalogDetailReviews-sidebar>div ul li.is-empty:before {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.png);
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.webp);
	width: 18px;
	height: 17px;
	min-width: 18px;
	min-height: 17px;
	background-position: -90px 0px;
}

.catalogDetailReviews-add {
	width: 100%;
	padding: 19px 0;
	color: #ffffff;
	font-weight: 500;
	background-color: #1266cb;
	border-radius: 7px;
	border: 0;
}

.catalogDetailReviews-add:disabled {
	background-color: #f2f4f6;
	color: #868b91;
	pointer-events: none;
}

.catalogDetailReviews-add:hover {
	background-color: #105cb7;
}

.catalogDetailReviews-grade {
	font-size: 22px;
	line-height: 26.82px;
	font-weight: 700;
	margin: 0 15px;
}

.catalogDetailReviews-count {
	color: #71767c;
}

.catalogDetailReviews-container.is-hidden {
	display: none;
}

.catalogDetailReviews-feedback {
	display: none;
}

.catalogDetailReviews-feedback h3 {
	padding: 0;
	margin-bottom: 25px;
}

.catalogDetailReviews-feedback.is-show {
	display: block;
}

.catalogDetailReviews-rating {
	position: relative;
	max-width: 210px;
	margin: 10px 0;
	margin-bottom: 30px;
	padding: 0;
	border: none;
}

.catalogDetailReviews-rating legend {
	font-size: 16px;
	line-height: 19.5px;
	padding: 0;
	color: #1a222c;
	font-weight: 600;
	margin-bottom: 10px;
}

.catalogDetailReviews-group {
	position: relative;
	width: 150px;
	height: 22px;
	background-image: url("/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/src/star_empty-30.png");
	background-size: 30px 22px;
}

.catalogDetailReviews-group label {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 22px;
	font-size: inherit;
}

.catalogDetailReviews-group label:first-of-type {
	width: 30px;
	z-index: 5;
}

.catalogDetailReviews-group label:nth-of-type(2) {
	width: 60px;
	z-index: 4;
}

.catalogDetailReviews-group label:nth-of-type(3) {
	width: 90px;
	z-index: 3;
}

.catalogDetailReviews-group label:nth-of-type(4) {
	width: 120px;
	z-index: 2;
}

.catalogDetailReviews-group label:nth-of-type(5) {
	width: 150px;
	z-index: 1;
}

.catalogDetailReviews-group label:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.catalogDetailReviews-group input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.catalogDetailReviews-group input:checked+label,
.catalogDetailReviews-group label:hover {
	background-image: url("/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/src/star-30.png");
	background-size: 30px 22px;
}

.catalogDetailReviews-group label:hover~label {
	background-image: url("/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/src/star_empty-30.png");
}

.catalogDetailReviews-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.catalogDetailReviews-inputs input,
.catalogDetailReviews-inputs textarea {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 500;
	background-color: #f6f7f9;
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: text;
}

.catalogDetailReviews-inputs input::-webkit-input-placeholder,
.catalogDetailReviews-inputs textarea::-webkit-input-placeholder {
	color: #9ba0a6;
}

.catalogDetailReviews-inputs input::-moz-placeholder,
.catalogDetailReviews-inputs textarea::-moz-placeholder {
	color: #9ba0a6;
}

.catalogDetailReviews-inputs input:-ms-input-placeholder,
.catalogDetailReviews-inputs textarea:-ms-input-placeholder {
	color: #9ba0a6;
}

.catalogDetailReviews-inputs input::-ms-input-placeholder,
.catalogDetailReviews-inputs textarea::-ms-input-placeholder {
	color: #9ba0a6;
}

.catalogDetailReviews-inputs input::placeholder,
.catalogDetailReviews-inputs textarea::placeholder {
	color: #9ba0a6;
}

.catalogDetailReviews-inputs input:focus,
.catalogDetailReviews-inputs input:focus-visible,
.catalogDetailReviews-inputs textarea:focus,
.catalogDetailReviews-inputs textarea:focus-visible {
	outline: none;
	border-color: #1266cb;
}

.catalogDetailReviews-inputs input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 54px;
	padding: 0 20px;
	line-height: 150%;
}

@media (max-width: 576px) {
	.catalogDetailReviews-inputs input {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
	}
}

.catalogDetailReviews-inputs textarea {
	padding: 15px 20px;
	width: 100%;
	height: 128px;
	resize: none;
}

.catalogDetailReviews-send {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 500;
	min-width: 310px;
	height: 57px;
	margin-top: 30px;
	background-color: #1266cb;
	color: #ffffff;
	border-radius: 7px;
	border: 0;
}

.catalogDetailReviews-send:disabled {
	background-color: #f2f4f6;
	color: #868b91;
	pointer-events: none;
}

.catalogDetailReviews-send:hover {
	background-color: #105cb7;
}

.catalogDetailReviews-uploader h4 {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}

.catalogDetailReviews-uploader input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.catalogDetailReviews-drop {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 84px;
	border-radius: 5px;
	border: 1px dashed #c7cace;
	background-color: #f6f7f9;
	cursor: pointer;
}

.catalogDetailReviews-drop>span {
	font-size: 14px;
	line-height: 17.07px;
	position: relative;
	color: #1a222c;
	cursor: pointer;
}

.catalogDetailReviews-drop>span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -37px;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.png);
	background-image: url(/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/sprite.webp);
	width: 24px;
	height: 20px;
	min-width: 24px;
	min-height: 20px;
	background-position: -48px 0px;
	background-repeat: no-repeat;
}

@media (max-width: 576px) {
	.catalogDetailReviews-drop>span:before {
		content: unset;
	}
}

.catalogDetailReviews-drop.is-active {
	border-color: #1266cb;
}

.catalogDetailReviews-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.catalogDetailReviews-gallery>div {
	position: relative;
	width: 96px;
	height: 96px;
}

.catalogDetailReviews-gallery>div img {
	width: 96px;
	height: 96px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.catalogDetailReviews-delete {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url('/local/templates/main/components/bitrix/news.list/oldis_reviews/./assets/src/close-18.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1.6px 6.4px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1.6px 6.4px 0px rgba(0, 0, 0, 0.16);
	border: 0;
}

.catalogDetailReviews-error {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 500;
	display: block;
	margin-top: 15px;
	color: #f83d3d;
}
/* End */


/* Start:/local/components/oldis/empty.item/templates/catalog.item/style.css?17866242269975*/
/* Remove after compile: /components/catalog/card/ */
/* product-card Module styles	*/
.catalogCard {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto auto auto auto auto auto 1fr auto;
	grid-template: "l l" auto "n n" auto "h h" auto "p p" auto "q q" auto "r r" auto ". ." 1fr "s s" auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 170px;
	max-width: 264px;
	width: 100%;
	height: 100%;
	padding-top: 28px;
}
@media (min-width: 769px) and (max-width: 1280px) {
	.catalogCard {
		max-width: 100%;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard {
		min-width: 138px;
	}
}
.catalogCard-labels {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	position: absolute;
	grid-area: l;
	top: -28px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogCard-labels > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogCard-labels > div.is-show {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.catalogCard-labels button {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #a3aebf;
}
.catalogCard-labels button:focus {
	outline: none;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-labels button {
		width: 24px;
		height: 24px;
	}
}
.catalogCard-labels button.is-rotate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0;
}
.catalogCard-labels button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 16px;
	background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -24px 3px;
	background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -24px 3px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.catalogCard-labels span {
	display: none;
	padding: 3px 6px 5px 6px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #1781e3;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.catalogCard-labels span:first-of-type {
	display: inline-block;
}
.catalogCard-labels span.is-show {
	display: inline-block;
	margin-bottom: 4px;
}
.catalogCard-image {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: n;
}
.catalogCard picture {
	display: block;
	margin-bottom: 8px;
}
.catalogCard picture img {
	display: block;
	object-fit: contain;
	max-height: 264px;
	width: 100%;
}

@media (min-width: 769px) and (max-width: 991px) {
	.catalogCard picture img {
		max-height: 205px;
	}
}
@media (min-width: 480px) and (max-width: 768px) {
	.catalogCard picture img {
		max-height: 223px;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard picture img {
		min-height: 138px;
		max-height: 138px;
	}
}

.catalogCard-verif {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: h;
	height: 30px;
	border-bottom: 1px solid #d2d8e4;
}
.catalogCard-verif label {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	text-align: center;
}
.catalogCard-verif input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.catalogCard-verif input:checked + span {
	font-weight: 500;
}
.catalogCard-verif input:checked + span::before {
	width: 100%;
	left: 0;
}
.catalogCard-verif span {
	position: relative;
	display: block;
	padding: 4px 8px 8px 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #1a222c;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: lowercase;
	white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-verif {
		height: 27px;
	}
	.catalogCard-verif span {
		padding: 5px 0;
		font-size: 11px;
		line-height: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: normal;
	}
}
.catalogCard-verif span::before {
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	bottom: -1px;
	right: 0;
	background-color: #1266cb;
	border-radius: 3px 3px 0 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-verif span::before {
		bottom: 0;
	}
}
.catalogCard-price {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: p;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 12px 0 8px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-price {
		margin: 8px 0;
	}
}
.catalogCard-current {
	margin-right: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-current {
		font-size: 16px;
		line-height: 20px;
	}
}
.catalogCard-old {
	font-size: 14px;
	line-height: 20px;
	text-decoration: line-through;
	color: #8e9aad;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-old {
		font-size: 12px;
		line-height: 16px;
	}
}
.catalogCard-name {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	display: -webkit-box;
	grid-area: q;
	margin-bottom: 4px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #1a222c;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-name {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 4px;
	}
}
.catalogCard-available {
	-ms-grid-row: 6;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: r;
	margin-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-available {
		margin-bottom: 12px;
	}
}
.catalogCard-available p {
	margin-bottom: 1px;
	font-size: 14px;
	line-height: 20px;
	color: #1a222c;
	text-align: left;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-available p {
		margin-bottom: 3px;
		font-size: 13px;
		line-height: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
.catalogCard-available p span {
	font-size: 13px;
	line-height: 16px;
	color: #677488;
}
.catalogCard-available p:first-of-type::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #20bd15;
}
.catalogCard-buttons {
	-ms-grid-row: 8;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 42px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-buttons {
		height: 36px;
	}
}
.catalogCard-buttons button,
.catalogCard-buttons a {
	text-align: center;
	border: 0;
	border-radius: 4px;
}
.catalogCard-buttons a:hover {
	color: #fff;
}
.catalogCard-buttons span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.catalogCard-basket {
	width: 100%;
	padding: 13px 5px;
	background-color: #1266cb;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-basket {
		padding: 10px 5px;
		margin-right: 4px;
	}
}
.catalogCard-compare {
	position: relative;
	width: 100%;
	max-width: 42px;
	background-color: transparent;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-compare {
		max-width: 32px;
	}
}
.catalogCard-compare::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 14px;
	height: 18px;
	background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -48px 0px;
	background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -48px 0px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-compare::before {
		width: 12px;
		height: 14px;
		background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -12px 0px;
		background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -12px 0px;
	}
}
.catalogCard-compare.is-active::before {
	background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -34px 0px;
	background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -34px 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-compare.is-active::before {
		background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat 0px 0px;
		background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat 0px 0px;
	}
}
.catalogCard-compare:focus {
	outline: none;
}
.catalogCard-minus,
.catalogCard-plus {
	width: 42px;
	font-size: 26px;
	font-weight: 500;
	color: #1266cb;
	background-color: #eff6ff;
}
.catalogCard-minus:focus,
.catalogCard-plus:focus {
	outline: none;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-minus,
	.catalogCard-plus {
		width: 36px;
	}
}
.catalogCard-plus {
	margin-right: 8px;
}

/* End */
/* /local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17866242271948 */
/* /local/templates/main/components/bitrix/catalog/main/style.css?178662422714684 */
/* /local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?178662422796859 */
/* /local/components/oldis/empty.item/templates/capsule.list/style.css?17866242261140 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17866242272620 */
/* /local/templates/main/components/bitrix/news.list/oldis_reviews/style.css?178662422710692 */
/* /local/components/oldis/empty.item/templates/catalog.item/style.css?17866242269975 */
