

/* Start:/local/templates/template.main/components/ma/breadcrumb/.default/style.min.css?16233873261214*/
.breadcrumbs{padding:18px 0 17px}.breadcrumbs:only-child{padding-bottom:0}.breadcrumbs .breadcrumbs__item,.breadcrumbs .breadcrumbs__item:visited,.breadcrumbs__separator{border:none;font-size:13px;line-height:1.7;color:var(--site-grey-color--dark);letter-spacing:0}.breadcrumbs a.breadcrumbs__item:hover{color:var(--site-accent-color)}.breadcrumbs a.breadcrumbs__item:active{color:var(--site-accent-dark-color)}.breadcrumbs .breadcrumbs__item--last{color:var(--site-default-color)}.breadcrumbs__separator{display:inline-block;margin:0 10px;letter-spacing:0}@media(max-width:1023px){.page-holder .breadcrumbs>*{display:none} .page-holder .breadcrumbs>*:nth-last-child(3){position:relative;display:inline-block;padding-left:12px;color:var(--site-default-color)} .page-holder .breadcrumbs>*:nth-last-child(3)::before{content:"";position:absolute;top:50%;left:2px;display:inline-block;width:6px;height:6px;display:inline-block;font-size:0;line-height:0;border-top:1px solid var(--site-default-color);border-left:1px solid var(--site-default-color);transform:translateY(-50%) rotate(-45deg);transition:border-color .2s} .page-holder .breadcrumbs>*:nth-last-child(3):hover::before{border-color:var(--site-accent-color)}}
/* End */


/* Start:/local/templates/.default/components/ma/catalog.element/blocks.v2/style.css?176700561339836*/
body .content__header {
	padding-bottom: 20px;
}
.l-content.l-content--inner,
body .content__header {
	background-color: #fafafa;
}

.detail__product,
.catalog__detail {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.detail__product-block {
	position: relative;
	padding: 32px;
	background-color: var(--site-light-color);
	border-radius: 16px;
}

.product__detail-panel {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	min-height: 68px;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	transform: translateY(-110%);
	transform: translateY(0);
	transition: transform 0.5s;
}

.product__detail-panel-top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.product__detail-panel-picture {
	width: 48px;
	height: 48px;
	overflow: hidden;
}

.product__detail-panel-picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product__detail-panel-info {
	margin-left: 20px;
}

.product__detail-panel-product-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.01em;
}

.product__detail-panel-links {
	display: flex;
	align-items: center;
	gap: 20px;
}

.page-holder .product__detail-panel-links a {
	border-bottom: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	color: var(--site-accent-color);
}

.page-holder .product .product__detail-panel .g-button.g-add-cart {
	width: auto;
	margin-top: 0;
	min-height: auto;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 145%;
}

.product__detail-panel-buy-block {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 32px;
}

.product__detail-panel-bottom {
	display: flex;
	gap: 20px;
}

.product__detail-panel-bottom .product__detail-panel-bottom-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	border-bottom: none;
}

.product__info-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 12px;
}

.product__info-labels-item {
	padding: 1px 9px;
	border: 1px solid var(--site-accent-color);
	text-align: center;
	border-radius: 4px;
	color: var(--site-accent-color);
	font-weight: 500;
	font-size: 12px;
	line-height: 167%;
}

.product__info-labels-item.best-price {
	color: var(--site-red-color);
	border-color: var(--site-red-color);
}
.product__info-labels-item.gift {
	color: #549af1;
	border-color: #549af1;
}
.product__info-labels-item.sale  {
	color: #ff5f00;
	border-color: #ff5f00;
}

.product__detail-panel-buy-block .product-price {
	margin-bottom: 0;
}

.product__header-holder {
	display: flex;
	align-items: flex-start;
	padding-left: 0;
}
.product__column {
	width: calc(50% - 20px);
}
.product__column--sticky {
	width: 100%;
}
.product__column--left {
	position: -webkit-sticky;
	position: sticky;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-right: 13px;
	overflow: unset;
	width: 100%;
	max-width: 540px;
	top: 111px;
}
.product__column--right {
	width: 100%;
	max-width: 822px;
	margin-top: -6px;
}

.product-gallery {
	display: flex;
}
.product .product-gallery--small {
	position: absolute;
	flex-shrink: 0;
	flex-direction: column;
	gap: 16px;
	max-height: 452px;
	/* max-height: 100%; */
	margin-right: 40px;
	padding: 66px 0;
	overflow: hidden;
}

.swiper-container-vertical > .swiper-wrapper {
	margin-left: 19px;
}

.product-gallery--small .swiper-wrapper {
	flex-direction: column;

	/* overflow: hidden; */
}
.product .product-gallery--big {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 80px - 40px);
	margin-left: 120px;
	padding-top: 82.86%;
	border: none;
}
.product .product-gallery--big img,
.product .product-gallery--big iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}
.product .product-gallery--big img[src$="svg"] {
	object-fit: contain;
}
.product-gallery .product-gallery__item,
.product-gallery .product-gallery__item:visited {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .product-gallery--small .product-gallery__item {
	position: relative;
	background-color: #fff;
	border: none;
	border: 1px solid transparent;
	width: 64px;
	height: 64px;
	margin-left: 16px;
	margin-bottom: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.product .product-gallery--small .product-gallery__item:last-child {
	margin-bottom: 0;
}
.product-gallery--small .product-gallery__item:hover,
.product-gallery--small .product-gallery__item.active {
	border-color: var(--site-red-color);
	z-index: 1;
}

.product .product-gallery--small .product-gallery__item picture {
	margin: 4px;
}
/*.product-gallery--small .swiper-btn--disabled {
	display: none;
}*/
.product-gallery--small .swiper-btn.swiper-btn--verical {
	background-color: transparent;
	background-image: var(--site-arrow-img--accent);
	width: 66px;
	height: 66px;
	left: 50%;
	background-color: #fff;
	border-radius: 0;
}
.product-gallery--small .swiper-btn.swiper-btn--verical:hover,
.product-gallery--small .swiper-btn.swiper-btn--verical:active {
	background-color: #fff;
}
.product-gallery--small .swiper-btn.swiper-btn--disabled,
.product-gallery--small .swiper-btn.swiper-btn--disabled:hover,
.product-gallery--small .swiper-btn.swiper-btn--disabled:active {
	background-image: var(--site-arrow-img);
}
.product-gallery--small .swiper-btn--prev.swiper-btn--verical {
	top: 0;
	transform: rotate(-90deg)!important;
}
.product-gallery--small .swiper-btn--next.swiper-btn--verical {
	 bottom: 0;
	transform: rotate(90deg)!important;

}
.product .product-gallery--big .product-gallery__item {
	border: none;
	width: 100%;
	height: 100%;
}
.product__gallery-desc {
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1px;
	color: var(--site-grey-color--dark);
	margin-top: 10px;
}
.product__group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product__buttons {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	width: 100%;
	padding: 0;
	border: none;
	background-color: transparent;
	opacity: 1;
	transition: none;
	pointer-events: auto;
	user-select: auto;
}
.product .product__item-btn,
.product .product__item-btn:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: 36px;
	height: 36px;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0.1px;
	padding: 0;
	border: none;
	background-color: var(--site-grey-color);
	border-radius: 8px;
	opacity: 1;
	transition: background 0.2s, opacity 0.5s, box-shadow 0.5s;
}
.product .product__item-btn:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,10%);
}
.product .product__item-btn.active {
	background-color: var(--site-accent-color);
	color: var(--site-light-color);
	box-shadow: none;
}

.product .product__item-btn--favorite svg .inner {
	fill: transparent;
}

.product .product__item-btn--favorite.active {
	background-color: var(--site-grey-color);	
}

.product .product__item-btn--favorite.active svg .inner {
	fill: var(--site-red-color);
}

.product .product__item-btn * {
	pointer-events: none;
	user-select: none;
}
.product .product__item-btn svg {
	fill: var(--site-grey-color--dark);
	margin-right: 0;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.product .product__item-btn.active svg {
	fill: var(--site-red-color);
}

.product .product__item-btn--compare {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.product .product__item-btn--compare.active {
	background-color: var(--site-grey-color);
	color: var(--site-default-color);
}

.product .product__item-btn--compare-checkbox {
	display: inline-block;
	border: 1px solid #98979d;
	border-radius: 4px;
	width: 16px;
	height: 16px;
}

.product .product__item-btn--compare.active .product__item-btn--compare-checkbox {
	background-color: var(--site-accent-color);
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2L4.108 7.893.573 4.357 1.75 3.178l2.357 2.358L8.822.822 10 2z' fill='%23fff'/%3E%3C/svg%3E");
	border-color: var(--site-accent-color);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
}

.product__article {
	align-self: center;
	margin-left: auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0.01em;
	text-align: right;
	color: var(--site-grey-color--dark);
}

.product__manufacturer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-height: 46px;
	padding: 6px 14px;
	border: 1px solid var(--site-grey-color--darker);
	border-radius: 8px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1;
}
.product__manufacturer img {
	max-height: 40px;
}
.product .product__title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	font-weight: 700;
	font-size: 26px;
	line-height: 145%;
}
.product__status {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0.1px;
	color: #1DB22E;
	background-color: #E8F7EA;
	padding: 5px 10px 5px 40px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left 11px center;
	background-size: 18px auto;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9 17.333A8.333 8.333 0 119 .667a8.333 8.333 0 110 16.666zm0-1.666A6.667 6.667 0 109 2.333a6.667 6.667 0 000 13.334zm-.831-3.334L4.633 8.798l1.178-1.179L8.17 9.977l4.713-4.714 1.18 1.178-5.893 5.892z' fill='%231DB22E'/%3E%3C/svg%3E");
}
.product__status--no-available {
	color: var(--site-red-color);
	background-color: var(--site-grey-color--darker);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M15.53 9.53a.75.75 0 10-1.06-1.06l1.06 1.06zm-7.06 4.94a.75.75 0 101.06 1.06l-1.06-1.06zm1.06-6a.75.75 0 00-1.06 1.06l1.06-1.06zm4.94 7.06a.75.75 0 001.06-1.06l-1.06 1.06zm0-7.06l-6 6 1.06 1.06 6-6-1.06-1.06zm-6 1.06l6 6 1.06-1.06-6-6-1.06 1.06zM20.25 12A8.25 8.25 0 0112 20.25v1.5c5.385 0 9.75-4.365 9.75-9.75h-1.5zM12 20.25A8.25 8.25 0 013.75 12h-1.5c0 5.385 4.365 9.75 9.75 9.75v-1.5zM3.75 12A8.25 8.25 0 0112 3.75v-1.5c-5.385 0-9.75 4.365-9.75 9.75h1.5zM12 3.75A8.25 8.25 0 0120.25 12h1.5c0-5.385-4.365-9.75-9.75-9.75v1.5z' fill='%23EE021C'/%3E%3C/svg%3E");
	background-size: 20px auto;
}
.product .product-props {
	width: 100%;
	margin-bottom: 20px;
}
.product-props__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.product-props__item:last-child {
	margin-bottom: 0;
}
.product-props__item-name,
.product-props__item-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0;
}
.product-props__item-dots {
	flex-shrink: 1000;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px dashed var(--site-grey-color--dark);
	margin: 12px 2px 0 2px;
}
.product-props__item-name {
	flex-shrink: 0;
	margin-right: 2px;
	color: var(--site-grey-color--dark);
	/* max-width: 160px; */
	white-space: nowrap;
}
.product-props__item-value {
	flex-shrink: 0;
	margin-left: 2px;
	min-width: 150px;
	text-align: left;
	word-break: break-word;
}
.product .product__all-props,
.product .product__all-props:visited {
	margin-bottom: 20px;
	color: var(--site-accent-color);
	border-bottom: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0;
}

.product__all-props svg {
	display: none;
}

.product-labels {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 12px;
}
.product__labels {
	position: absolute;
	top: -2px;
	left: 0px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	z-index: 1;
}
.product-labels__item {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	line-height: 167%;
	letter-spacing: 0;
	color: #fff;
	background-color: #1866BC;
	border-radius: 4px;
	padding: 2px 10px;
	margin: 0;
}
.product-labels__item--novinka {
	border-color: #1DB22E;
	color: #1DB22E;
}
.product-labels__item--khit {
	border-color: #FF7200;
	color: #FF7200;
}
.product-labels__item--aktsiya {
	border-color: #EE021C;
	color: #EE021C;
}
.product-labels__item--skidka {
	border-color: #EE021C;
	color: #EE021C;
}
.product-labels__item--lider_prodazh {
	border-color: #f3db0e;
	color: #313033;
}
.product__info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product__title + .product__info {
	margin-top: 20px;
}
.product__info-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(50% - 20px);
}

.product__props--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 111px;
}

.poduct__sku {
	margin-bottom: 32px;
}

.poduct__sku-prop {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
}

.poduct__sku-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.poduct__sku-list-item {
	padding: 6.5px 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	border-radius: 8px;
	border: 1px solid var(--site-grey-color--darker);
	cursor: pointer;
}

.poduct__sku-list-item.current {
	border-color: var(--site-red-color);
}

.product__info-column--right {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	max-width: 320px;
}
.product__info-column-block {
	width: 100%;
	padding: 16px;
	border-radius: 8px;
	background-color: var(--site-grey-color);
	border: 1px solid transparent;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: all .3s;
}
.product__info-column-block-title {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: 0;
}

.product__info-column-block-item:not(:last-child) {
	margin-bottom: 9px;
}

.product__info-column-block-item-title {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--site-accent-color);
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0;
}

.product__info-column-block-item-title svg {
	margin-right: 0 !important;
}

.product__info-column-block-item-info {
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0;
}

.product-price {
	display: flex;
	align-items: center;
	gap: 4px;
}
.product-price__item {
	font-weight: 500;
}
.product-price__item--current {
	font-weight: 700;
	font-size: 30px;
	line-height: 145%;
	color: var(--site-default-color);
}

.product__detail-panel .product-price__item--current {
	font-weight: 700;
	font-size: 22px;
	line-height: 145%;
}

.product-price__item--old {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	color: #98979D;
}
.product-price__value {
	text-decoration: line-through;
}
.product-price__item--red {
	color: #EE021C;
}
.product-price__item--grey {
	color: #98979D;
}
.product-price__percent {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1px;
	color: #FFFFFF;
	text-align: center;
	background: #EE021C;
	border-radius: 20px;
	padding: 5px 5px 3px;
	min-width: 40px;
	margin-left: 10px;
}
.page-holder .product .g-button.g-add-cart,
.page-holder .product .g-button.g-add-cart:visited {
	width: 100%;
	margin: auto 0 0 0;
	border-radius: 8px;
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	letter-spacing: 0;
}

body .page-holder .g-button.g-button--in-cart,
body .page-holder .g-button.g-button--in-cart:visited,
body .page-holder .g-button.g-button--in-cart:before {
	color: var(--site-accent-color);
	background-color: #fff;
	border-color: var(--site-accent-color);
}

body .page-holder .g-button.g-button--in-cart:hover,
body .page-holder .g-button.g-button--in-cart:hover::before {
	background-color: var(--site-accent-color--hover);
	border-color: var(--site-accent-color--hover);
	color: #fff;
}

.detail-content__desc h2:first-child {
	margin-top: 0;
}
.product .product__credit-link,
.product .product__credit-link:visited {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: var(--site-accent-color);
	border: none;
	margin: 0 auto;
	letter-spacing: 0;
}
.product .product__found-cheaper,
.product .product__found-cheaper:visited {
	display: inline-block;
	width: 100%;
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	text-decoration: none;
	border-bottom: none;
	color: var(--site-accent-color);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.99957 17.5897C8.6103 17.2004 8.60995 16.5694 8.9988 16.1797L12.875 12.295L8.9988 8.41043C8.60995 8.02073 8.6103 7.3897 8.99957 7.00043C9.38914 6.61086 10.0208 6.61086 10.4103 7.00043L15.705 12.295L10.4103 17.5897C10.0208 17.9792 9.38914 17.9792 8.99957 17.5897Z' fill='%23949594' /%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px 24px;
	letter-spacing: 0;
}

.product__bonus {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0;
}

.product__bonus .accent {
	color: var(--site-accent-color);
}

.product .product__info-column-button,
.product .product__info-column-button:visited {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px;
	background-color: var(--site-grey-color);
	border: 1px solid transparent;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0;
	margin: 0;
	cursor: pointer;
	transition: border-color 0.3s;
}

.product__info-column-block:hover,
.product .product__info-column-button:hover {
	border-color: var(--site-accent-color);
	background: var(--site-light-color);
}

.product__info-column-button svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-right: 12px;
}

.product__info-column-button .accent {
	color: var(--site-accent-color);
}

.product__installment-plan {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product__installment-plan-price {
	padding: 8px;
	background-color: var(--site-light-color);
	border-radius: 8px;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	color: var(--site-accent-color);
	white-space: nowrap;
}

.product__installment-plan-text {
	letter-spacing: 0;
	font-weight: 400;
	font-size: 13px;
}

.product__installment-plan-text span {
	font-weight: 500;
}

.product__info-bottom-mobile {
	display: none;
}

.product .product__advantages {
	display: flex;
	padding: 0;
	margin: 0 -20px;
}
.product__info-column--advantages {
	margin-top: 40px;
	width: 100%;
}
.advantages__fake-link {
	font-weight: 500;
	color: var(--site-accent-color);
	border-bottom: 1px solid;
	transition: border 0.2s ease-out;
}

.product__content-title,
.detail__product .g-section__title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 145%;
	letter-spacing: 0;
}

.detail-content__tabs-item {
	max-width: 1070px;
}
.detail-content__tabs-item--desc {
	max-width: 100%;
}
.detail-content__tabs-item--video-wrap {
	position: relative;
	padding-bottom: 39.25%;
	height: 0;
	width: 100%;
	max-width: 740px;
	overflow: hidden
}
.detail-content__tabs-item--video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.detail__tabs-holder::before,
.advantages-popup .g-tabs::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--site-grey-color--darker);
}
.detail .detail__tabs .detail__tabs-btn,
.detail .detail__tabs .detail__tabs-btn:visited,
.page-holder .advantages-popup .g-tabs__btn,
.page-holder .advantages-popup .g-tabs__btn:visited {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.15;
	background: transparent;
	border-radius: 0;
	border-width: 0 0 2px 0;
	color: var(--site-default-color);
	padding: 0 0 19px;
	margin: 0 20px;
	border-color: transparent;
}
.detail .detail__tabs .detail__tabs-btn.active,
.page-holder .advantages-popup .g-tabs__btn.active {
	background: transparent;
	border-color: var(--site-accent-color);
	color: var(--site-accent-color);
}
.product-documentation-holder	{
	width: 100%;
	max-width: 560px;
}
.product-documentation-count {
	color: var(--site-grey-color--dark);
}
.product-documentation {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.product .product-documentation__item,
.product .product-documentation__item:visited {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	border: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0;
}
.product .product-documentation__item-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background-color: #f2f2f2;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0.789978C7.13261 0.789978 7.25979 0.842656 7.35355 0.936425C7.44732 1.03019 7.5 1.15737 7.5 1.28998V10.44L11.09 6.84998C11.1843 6.7589 11.3106 6.7085 11.4417 6.70964C11.5728 6.71078 11.6982 6.76336 11.7909 6.85607C11.8836 6.94877 11.9362 7.07418 11.9373 7.20528C11.9385 7.33638 11.8881 7.46268 11.797 7.55698L7.353 12C7.25924 12.0937 7.13208 12.1464 6.9995 12.1464C6.86692 12.1464 6.73976 12.0937 6.646 12L2.2 7.55698C2.10892 7.46268 2.05852 7.33638 2.05966 7.20528C2.0608 7.07418 2.11339 6.94877 2.20609 6.85607C2.2988 6.76336 2.4242 6.71078 2.5553 6.70964C2.6864 6.7085 2.8127 6.7589 2.907 6.84998L6.5 10.44V1.28998C6.5 1.15737 6.55268 1.03019 6.64645 0.936425C6.74022 0.842656 6.86739 0.789978 7 0.789978ZM0.276001 13.723C0.276001 13.5904 0.328679 13.4632 0.422448 13.3694C0.516216 13.2757 0.643393 13.223 0.776001 13.223H13.22C13.3526 13.223 13.4798 13.2757 13.5736 13.3694C13.6673 13.4632 13.72 13.5904 13.72 13.723C13.72 13.8556 13.6673 13.9828 13.5736 14.0765C13.4798 14.1703 13.3526 14.223 13.22 14.223H0.777001C0.644393 14.223 0.517216 14.1703 0.423448 14.0765C0.329679 13.9828 0.277001 13.8556 0.277001 13.723H0.276001Z' fill='%2398979D' /%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 15px;
}
.product .product-documentation__item-info {
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	color: var(--site-grey-color--dark);
}
.detail__product-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 32px;
}

/* service center */
.product-service-center-address {
	padding-left: 28px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	letter-spacing: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4212 9.86818C13.4212 12.5018 10.5703 14.1477 8.28962 12.8309C7.23113 12.2198 6.5791 11.0904 6.5791 9.86818C6.5791 7.23465 9.43001 5.58863 11.7107 6.90544C12.7692 7.51653 13.4212 8.64601 13.4212 9.86818Z' stroke='%231866BC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.5527 9.86818C18.5527 18.0127 9.99998 22.6973 9.99998 22.6973C9.99998 22.6973 1.44727 18.0127 1.44727 9.86818C1.44727 3.2843 8.57458 -0.830595 14.2764 2.46134C16.9226 3.98915 18.5527 6.81256 18.5527 9.86818Z' stroke='%231866BC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 20px 24px;
	background-position: left center;
}

.product-service-center-subtitle {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	letter-spacing: 0;
}

.product-service-center-work {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0;
	gap: 0px 77px;
}

.product-service-center-step {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	width: 100%;
	max-width: 468px;
}

.product-service-center-step-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 7px;
	background-color: #f2f2f2;
}

.product-service-center-step-number {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #93999e;
}

.product-service-center-step-title {
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #1c2126;
}

.product-service-center .product-service-center-step-text a {
	border-bottom: none;
	color: var(--site-accent-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
}

.product-service-center .product-service-center-step-text ul {
	margin-bottom: 0;
	list-style-type: none;
}

.product-service-center .product-service-center-step-text ul li::before {
	content: '—';
	color: #1c2126;
}

.product-service-center .product-service-center-step-text ul li {
	margin: 7px 0;
}

.product-desc {
	width: 100%;
	max-width: 1043px;
}

#load-more-descr {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.product-desc__text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow-y: hidden;
	transition: all 0.4s;
}

#load-more-descr:checked ~ .product-desc__text {
	-webkit-line-clamp: unset
}

#load-more-descr:checked ~ .product-desc__text + .product-desc-more {
	display: none !important;
}

.product-desc-more {
	display: flex !important;
	border-bottom: none !important;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: var(--site-accent-color) !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 145%;
}

.product__info-column--advantages .advantages-popup {
	display: none;
}
.advantages-popup__tabs-item {
	display: flex;
	flex-wrap: wrap;
}
.advantages-popup__item {
	width: calc(50%);
	border: 1px solid var(--site-grey-color--darker);
	margin-bottom: -1px;
}
.advantages-popup__item:nth-child(odd) {
	padding: 20px 20px 20px 0;
	border-left: none;
}
.advantages-popup__item:nth-child(even) {
	padding: 20px 0 20px 20px;
	border-right: none;
	border-left: none;
}
.advantages-popup__item b {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0.1px;
}
.advantages-popup__item {
	font-size: 14px;
	line-height: 1.55;
	letter-spacing: 0.25px;
}
.advantages-popup__item p {
	margin-top: 10px;
}
.advantages-popup .advantages-popup__tabs-holder {
	margin: 0;
	padding-bottom: 0;
}
.advantages-popup__tabs-list {
	margin-top: -1px;
}
.advantages-popup .g-tabs::before {
	bottom: 0;
}
.page-holder .advantages-popup__more-link {
	display: table;
	margin-top: 5px;
}

.product .product-props--all .product-props {
	column-count: 2;
	column-width: 560px;
}
.product .product-props__item::before {
	content: '';
}
.product .product-props__item {
	margin: 0 0 4px;
	padding-left: 0;
	width: 100%;
	max-width: 560px;
}
@media (max-width: 1439px) {
	.product__column--left {
		width: calc(35% - 20px);
	}
	.product__column--right {
		width: calc(65% - 20px);
	}
	.product__info-column--left {
		padding: 30px 25px;
	}
	.product .product-gallery--small {
		width: 40px;
		max-height: 260px;
		margin: 0 10px 0 0;
	}
	.product .product-gallery--small .product-gallery__item {
		height: 40px;
	}
	.product .product-gallery--big {
		width: calc(100% - 40px - 10px);
		margin-left: 60px;
	}
	.product-labels {
		left: 50px;
	}
	.product-gallery--small .swiper-btn.swiper-btn--verical {
		height: 40px;
	}
	.product-gallery--small .swiper-btn--prev.swiper-btn--verical {
		top: -6px;
	}
	.product-gallery--small .swiper-btn--next.swiper-btn--verical {
		bottom: -6px;
	}
}
@media (min-width: 1024px) {
	.product .product-gallery--small {
		display: none;
	}
}
@media (max-width: 1120px) {
	.product__header-holder {
		flex-direction: column;
	}
	.product__column--left {
		position: static;
		width: 100%;
	}
	.product__column--right {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 1023px) {
	.l-content.l-content--inner {
		padding-top: 64px;
	}
	.product__detail-panel {
		display: none;
	}
	.product-labels {
	    left: 0;
	}
	.product__column--left {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.product .product-gallery--big {
		display: none;
	}
	.product .product-gallery--small {
		position: relative;
		width: 100%;
		max-height: 100%;
		margin: 0;
		padding: 0;
	}
	.product .product-gallery--small .product-gallery__item {
		height: 300px;
		border: none;
		border-radius: 0;
		margin: 0;
	}
	.product-gallery--small .swiper-wrapper {
		flex-direction: row;
		overflow: visible;
	}
	.product-gallery__item img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		object-position: center;
	}
	.product-gallery--small .swiper-btn.swiper-btn--verical {
		display: none;
	}
	.product .product__title {
		font-weight: 700;
		font-size: 24px;
		line-height: 145%;
	}
	.product__content-title,
	.detail__product .g-section__title {
		font-weight: 500;
		font-size: 20px;
		line-height: 145%;
	}
	.product__group {
		margin-bottom: 34px;
	}
	.product__status {
	    font-size: 12px;
	}
	.product__info-column {
	    width: calc(50% - 5px);
	}
	.product__info-column--left {
		padding: 35px 10px;
	}
	.product .product__found-cheaper,
	.product .product__found-cheaper:visited {
		margin-bottom: 0;
	}
	.product .product__credit-link,
	.product .product__credit-link:visited {
	    font-size: 15px;
	}
	.product .product__consultation-link,
	.product .product__consultation-link:visited {
	    font-size: 12px;
	}
	.product__article {
		display: none;
	}
	.product__info-bottom-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.product__info-bottom-mobile .product__manufacturer,
	.product__info-bottom-mobile .product__article {
		display: inline-flex;
	}
	.product__info-column--advantages {
	    margin-top: 0;
	}
	.product .product__advantages {
	    margin: 0 -5px;
	}
	.detail-content__tabs-item--specifications {
	    margin: 0 -32px;
	}
	.product .product-documentation__item,
	.product .product-documentation__item:visited {
	    width: calc(100% / 2 - 5px);
	    padding: 0;
	    font-size: 16px;
	    line-height: 145%;
	    letter-spacing: 0;
	}
	.product .product-documentation__item:nth-child(n+3) {
	    margin-top: 10px;
	}
	.product-documentation__item-info {
	    bottom: 20px;
	}
	.detail [data-mobile-select] .g-custom-select__title {
	    border-width: 0 0 2px 0;
	    border-radius: 0;
	    padding-left: 0;
	    font-size: 20px;
	    line-height: 1.2;
	}
	.detail .g-custom-select[data-mobile-select] {
	    margin-bottom: 20px;
	}
	.detail__tabs-holder::before, .advantages-popup .g-tabs::before {
	    content: none;
	}
	.detail .g-custom-select__list[data-mobile-select],
	.advantages-popup .g-custom-select__list[data-mobile-select] {
	    padding: 5px;
	}
	.detail .detail__tabs .detail__tabs-btn {
	    padding: 5px 0;
	    font-size: 16px;
	}
	.product__gallery-desc {
		text-align: center;
		font-size: 10px;
	}
	.product .product__advantages {
	    margin: 0;
	    flex-direction: column;
	}
	.product [data-mobile-select] .g-custom-select__title::after {
	    right: 0;
	    margin-top: -8px;
	}
	.advantages-popup [data-mobile-select] .g-custom-select__title {
	    border-width: 0 0 2px 0;
	    border-radius: 0;
	    padding-left: 0;
	    font-size: 20px;
	    line-height: 1.2;
	}
	.detail-content__tabs-item--video-wrap {
		padding-bottom: 56.25%;
	}

	.product-service-center-work {
		gap: 20px 50px;
	}

}
@media (max-width: 659px) {
	.l-page .l-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
	.l-content.l-content--inner {
		padding-top: 119px;
	}
	.detail-content__tabs-item--specifications {
	    margin: 0 -10px;
	}
	.product__manufacturer {
	    display: none;
	}
	.product__buttons {
	    max-width: 100%;
	    margin-right: auto;
	}
	.detail__product-block {
		padding: 24px 12px;
	}
	.product__group {
	    margin-bottom: 16px;
	}
	.product__info {
	    flex-direction: column-reverse;
	    flex-wrap: nowrap;
	}
	.product__info-column {
	    width: 100%;
			max-width: 100%;
			margin-top: 0;
	}
	.product__info-column--left {
		padding: 4px 0;
		margin: 0;
		width: 100%;
		left: 0;
	}

	.product .product__all-props,
	.product .product__all-props:visited {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-bottom: 0;
		width: 100%;
		background-color: var(--site-grey-color);
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 8px;
		text-align: center;
		color: var(--site-default-color) !important;
		font-weight: 500;
		font-size: 14px;
		line-height: 171%;
	}

	.product .product__all-props svg {
		display: block;
	}

	.product-price__item--current {
	    font-size: 24px;
	}
	.product-price__item--old {
	    font-size: 12px;
	    margin-top: 5px;
	}
	.product-price__percent {
	    font-size: 12px;
	    margin-left: 5px;
	}
	.product__info-column--right {
		gap: 16px;
		margin-top: 0;
		padding: 0;
	}
	.advantages-popup__item {
	    width: 100%;
	}
	.advantages-popup__item:nth-child(odd) {
	    border-right: 0;
	    padding-right: 0;
	}
	.advantages-popup__item:nth-child(even) {
	    padding-left: 0;
	}

	.product-desc-more {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-bottom: 0;
		width: 100%;
		background-color: var(--site-grey-color);
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 8px;
		text-align: center;
		color: var(--site-default-color) !important;
		font-weight: 500;
		font-size: 14px;
		line-height: 171%;
	}

	.product-desc-more svg {
		display: none;
	}

	.product-desc__text {
		position: relative;
	}

	.product-desc__text::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 75px;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 79.69%);
	}

	.product .product-documentation__item,
	.product .product-documentation__item:visited {
		width: 100%;
		margin-top: 0;
	}
	.product-documentation__item-info {
		position: relative;
		bottom: 0;
		padding: 0;
	}
	.product-props__item-value {
		flex-shrink: unset;
		min-width: unset;
		word-break: unset;
	}
	.product__info-column-block.installment-plan {
		padding: 9px 16px;
	}
}

@media screen and (max-width: 430px) {
	.product .product__item-btn svg {
		margin-right: 0px;
	}
}

.ya-share2__item {
	margin-right:  12px !important;
}

.ya-share2__container_mobile .ya-share2__badge {
	border-radius: 4px !important;
}

@media (max-width: 374px) {
	.product__info-column-block.installment-plan {
		padding: 9px;
	}
	.product__installment-plan-price,
	.product__installment-plan-text {
		font-size: 12px;
	}
}


/* КОМПЛЕКТЫ */

.detail-kit__content {
    height: 506px;
    border-radius: 8px;
}
.detail-kit__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-kit__item-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 20px;
}
.detail-kit__item-col {
	position: relative;
    width: calc(50% - 20px);
}
.detail-kit__item-row--top .detail-kit__item-col {
	display: flex;
    padding: 40px;
}
.detail-kit__item-row--top .detail-kit__item-col:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background: linear-gradient(0, rgba(237,238,240,0) 0%, rgba(237,238,240,0) 10%, rgba(237,238,240,1) 10%, rgba(237,238,240,1) 40%, rgba(237,238,240,0) 40%, rgba(237,238,240,0) 60%, rgba(237,238,240,1) 60%, rgba(237,238,240,1) 90%, rgba(237,238,240,0) 90%, rgba(237,238,240,0) 100%);
}
.detail-kit__item-row--top .detail-kit__item-col:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -32px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.333 10.333v-10h3.334v10h10v3.334h-10v10h-3.334v-10h-10v-3.334h10z' fill='%23313033'/%3E%3C/svg%3E");
    transform: translateY(-50%);
}
.detail-kit__item-image {
    width: 290px;
    height: 290px;
    background-color: var(--site-grey-color);
    margin-right: 40px;
    flex-shrink: 0;
}
.detail-kit__item-info {
    width: 100%;
}




.detail-kit__item-row--top {
    flex-grow: 1;
}
.detail-kit__item-row--bottom {
    width: calc(100% - 80px);
    padding: 55px 0;
    margin: 0 40px;
    border-top: 1px solid var(--site-grey-color--darker);
}
.detail-kit-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.detail-kit-price__item {
    font-weight: 500;
}
.detail-kit-price__item--current {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    color: #1866BC;
    margin-bottom: 5px;
}
.detail-kit-price__item--old {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.45;
    color: #98979D;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}
.detail-kit-price__value {
    text-decoration: line-through;
}
.detail-kit-price__item--red {
    color: #EE021C;
}
.detail-kit-price__percent {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-align: center;
    background: #EE021C;
    border-radius: 20px;
    padding: 5px 5px 3px;
    min-width: 40px;
    margin-left: 10px;
}
.detail-kit .detail-kit__item-name,
.detail-kit .detail-kit__item-name:visited {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.15px;
    border: none;
    margin-bottom: 20px;
}
.product__info-column-block-with-emty-nalichie{
	background-color: inherit;
	padding: 0;
}
.product-labels__item--empty{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
	width: 100%;
	font-size: 24px;
	padding: 0;
}
.product-label-with-emty-nalichie{
	margin-bottom: 0;
}
/* End */


/* Start:/local/css/ma.custom/swiper-bundle.min.css?167947264217069*/
@font-face{font-family:'swiper-icons';src:url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-default-bg-color:#1866BC;--swiper-default-bg-color--hover:#0258B8;--swiper-invert-bg-color:#fff;--swiper-invert-bg-color--hover:#0258B8;--swiper-btn-border-width:1px;--swiper-btn-border-radius:50%;--swiper-btn-width:42px;--swiper-btn-width--big:60px;--swiper-btn-height:42px;--swiper-btn-height--big:60px;--swiper-btn-margin:0;--swiper-btn-image:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13'%3E%3Cpath d='M5.304 6.718l.353-.354-.353-.354L.707 1.414l.707-.707 5.657 5.657-5.657 5.657-.707-.707 4.597-4.596z' stroke='%23fff'/%3E%3C/svg%3E");--swiper-btn-invert-image:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13'%3E%3Cpath d='M5.304 6.718l.353-.354-.353-.354L.707 1.414l.707-.707 5.657 5.657-5.657 5.657-.707-.707 4.597-4.596z' stroke='%231866BC'/%3E%3C/svg%3E");--swiper-btn-image-size:7px 10px;--swiper-btn-image-size--active:5px 10px;--swiper-btn-image-size--big:8px 13px;--swiper-btn-image-size--big-active:6px 11px;--swiper-bullets-border-width:2px;--swiper-bullets-border-radius:50%;--swiper-bullets-width:10px;--swiper-bullets-height:10px;--swiper-bullets-margin:4px}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container--visible{overflow:visible}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:46px}.swiper-btn{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;width:var(--swiper-btn-width);height:var(--swiper-btn-height);cursor:pointer;border-radius:var(--swiper-btn-border-radius);background-color:var(--swiper-default-bg-color);background-size:var(--swiper-btn-image-size);background-position:center;background-repeat:no-repeat;background-image:var(--swiper-btn-image);margin-top:calc(-1 * (var(--swiper-btn-height) / 2));transition:background .2s;z-index:10}.swiper-btn--big{width:var(--swiper-btn-width--big);height:var(--swiper-btn-height--big);background-size:var(--swiper-btn-image-size--big)}.swiper-btn:active{background-size:var(--swiper-btn-image-size--active)}.swiper-btn--big:active{background-size:var(--swiper-btn-image-size--big-active)}.swiper-btn--prev{transform:rotate(180deg)}.swiper-btn:after{content:''}.swiper-btn.swiper-btn--prev{margin-right:var(--swiper-btn-margin)}.swiper-btn--prev{left:20px;transform:rotate(360deg)!important}.swiper-btn--next{right:20px;transform:rotate(180deg)!important}@media(max-width:1240px){.swiper-btn--fw.swiper-btn--prev{margin-left:0}.swiper-btn--fw.swiper-btn--next{margin-left:var(--swiper-btn-margin)}}.swiper-btn--next.swiper-btn--center,[data-tabs-container] .swiper-btn--next.swiper-btn--center{top:50%;transform:translateY(-50%);right:0;left:auto;margin:0}.swiper-btn--prev.swiper-btn--center,[data-tabs-container] .swiper-btn--prev.swiper-btn--center{top:50%;transform:rotate(180deg) translateY(50%);margin:0;left:0;right:auto}.swiper-btn--prev.swiper-btn--verical,.swiper-btn--next.swiper-btn--verical{margin:0;left:50%;margin-left:-16px;right:auto;width:32px;height:32px;background-size:6px auto}.swiper-btn--next.swiper-btn--verical{transform:rotate(90deg);top:auto;bottom:0}.swiper-btn--prev.swiper-btn--verical{top:0;left:50%;margin-left:-16px;transform:rotate(-90deg)}.swiper-btn--white{background-color:var(--swiper-invert-bg-color);background-image:var(--swiper-btn-invert-image)}.swiper-btn--white:hover{background-color:var(--swiper-default-bg-color);background-image:var(--swiper-btn-image)}.swiper-btn.swiper-btn--disabled,.swiper-btn.swiper-btn--disabled:hover{background-color:var(--swiper-default-bg-color);background-image:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M5.172 6.62L.222 1.549 1.636.098 8 6.622l-6.364 6.522-1.414-1.45 4.95-5.072z' fill='%23909090'/%3E%3C/svg%3E");cursor:auto;pointer-events:none}.swiper-btn--white.swiper-btn--disabled,.swiper-btn--white.swiper-btn--disabled:hover{background-color:var(--swiper-invert-bg-color)}.swiper-btn-lock{display:none}:root{}.swiper-pagination{position:relative;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10;padding-top:12px}.swiper-pagination--left{text-align:left}.swiper-pagination--right{text-align:right}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{width:100%}.swiper-container-horizontal>.swiper-pagination--fw.swiper-pagination-bullets{bottom:41px;width:auto;left:auto;right:50%;margin-right:calc(-1200px / 2)}@media(max-width:1240px){.swiper-container-horizontal>.swiper-pagination--fw.swiper-pagination-bullets{right:20px;margin-right:0}}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{position:relative;width:var(--swiper-bullets-width);height:var(--swiper-bullets-height);display:inline-block;border-radius:var(--swiper-bullets-border-radius);border-width:var(--swiper-bullets-border-width);border-style:solid;border-color:var(--swiper-invert-bg-color);background-color:var(--swiper-default-bg-color);transition:background .3s linear,border .3s linear;margin:0 var(--swiper-bullets-margin);cursor:pointer}.swiper-pagination--white .swiper-pagination-bullet{background-color:var(--swiper-invert-bg-color);border-color:var(--swiper-default-bg-color)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer} .swiper-pagination-bullet-active{background-color:var(--swiper-invert-bg-color);border-color:var(--swiper-default-bg-color)}.bgc-grey .swiper-pagination-bullet{border-color:var(--site-grey-color--darker)}.bgc-grey .swiper-pagination-bullet-active{border-color:var(--site-accent-color);background-color:var(--site-grey-color--darker)}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-bullets-margin)}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-default-bg-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}:root{}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-default-bg-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.min.css?16527678182332*/
.paginations{position:relative;display:flex;justify-content:space-between;padding:40px 0 0;width:100%}.paginations__list{display:flex;flex-wrap:wrap;align-items:center;margin:0 0 0 20px}.paginations--default .paginations__list{display:flex;flex-wrap:wrap;align-items:center;margin:0}@media(max-width:1023px){.paginations__list{justify-content:center;margin:20px 0}}.l-page .paginations .paginations__page,.l-page .paginations .paginations__page:visited,.l-page .paginations .paginations__dots,.l-page .paginations .paginations__btn{display:inline-flex;min-width:46px;height:46px;align-items:center;justify-content:center;border:none;font-size:16px;line-height:160%;letter-spacing:.5px;padding:0 10px;margin:0 -1px 0 0;border:1px solid var(--site-grey-color--darker);background-color:var(--site-grey-color);transition:background .2s,color .2s}.l-page .paginations .paginations__page--first{border-radius:4px 0 0px 4px}.l-page .paginations .paginations__page--last{border-radius:0 4px 4px 0}.l-page .paginations .paginations__page:hover,.l-page .paginations .paginations__dots:hover{color:var(--site-accent-color)}.l-page .paginations .paginations__page--current,.l-page .paginations .paginations__page--current:hover{background-color:var(--site-accent-color);color:#fff}.l-page .paginations .paginations__btn{position:relative;margin:0;border-radius:4px}.l-page .paginations .paginations__btn--prev{padding-left:40px;margin:0 20px 0 0}.l-page .paginations .paginations__btn--next{padding-right:40px;margin:0 0 0 20px}.paginations .paginations__btn::before{content:"";position:absolute;top:0;display:block;width:17px;height:100%;background-repeat:no-repeat;background-position:center;background-size:8px auto;background-image:var(--site-arrow-img--black);transition:background-image .2s ease-out}.paginations .paginations__btn--prev::before{transform:rotate(-180deg);left:11px}.paginations .paginations__btn--next::before{right:11px}.paginations .paginations__btn:hover::before{background-image:var(--site-arrow-img--accent)}@media(max-width:1023px){.paginations{flex-direction:column;padding-top:20px} .l-page .paginations .paginations__btn--next,.l-page .paginations .paginations__btn--prev{font-size:0;padding-right:0;padding-left:0} .paginations .paginations__btn--prev::before{transform:rotate(-180deg) translateX(50%);left:50%}}
/* End */


/* Start:/local/templates/.default/components/ma/catalog.section/blocks.related/style.css?175024277612958*/
.products__groups-description {
    margin-top: 50px;
}

.products {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -20px;
}
.products-section .products {
    margin: 0 -10px;
}
.products-section .products--slider {
    margin: 0;
    padding-bottom: 200px;
    margin-bottom: -200px;
    display: block;
}
.products--slider {
    flex-wrap: nowrap;
    --gap: 35.2px;
    --columns: 6;
    gap: var(--gap);
}
.products.products--tabs {
    flex-wrap: wrap;
    min-height: 490px;
}
.products-section__title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products-section .products-section__title-holder .products-section__more-link,
.products-section .products-section__title-holder .products-section__more-link:visited {
    font-size: 16px;
    color: #373C41;
}
.products--slider .swiper-wrapper {
    /* gap: var(--gap); */
}

.products-section--related.g-section {
    padding-top: 32px;
}

.products-section--related .swiper-btn {
    background-color: var(--site-light-color);
    background-image: var(--swiper-btn-invert-image);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.products-section--related .swiper-btn--next {
    transform: none !important;
    right: -20px;
}
.products-section--related .swiper-btn--prev {
    transform: rotate(180deg) !important;
    left: -20px;
}

.products-section--related .swiper-btn--disabled {
    display: none;
}

.products-section .products__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 40px);
	margin: 40px 20px 0;
	padding: 47px 25px 30px;
    border-width: none;
    border-style: solid;
    border-color: transparent;
    border-radius: 8px;
    background-color: #fff;
    transition: border 0.3s;
}
.products-section .products__item:hover {
    border-color: transparent;
    z-index: 2;
}

.products-section .products__item:hover::before,
.products-section .products__item:hover .products__info-list::before {
    content: '';
    position: absolute;
    left: -12px;
    top: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.products-section .products--slider .products__item {
    /* width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));; */
    margin: 0;
    padding: 0;
}
.catalog--full-width .products__item {
    width: calc(100% / 4 - 40px);
}
.products__item--narrow {
	width: calc(100% / 5 + 1px);
}
.products .products__item--slide {
	flex-shrink: 0;
    width: 100%;
    height: auto;
    width: calc(100% / 4 - 40px);
    margin: 0 40px 0 0;
}
.products .products__image,
.products .products__image:visited {
    position: relative;
    margin: 0 0 17px;
    border: none;
    padding-top: 82%;
    transition: opacity 0.3s ease-out;
}
.products__image picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: scale-down;
    object-position: center;
}
.products__image img[src$=".svg"] {
    object-fit: contain;
}
.products__group {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.products-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    margin-bottom: 10px;
}
.products-price__item {
    font-weight: 500;
}
.products-section .products-price__item--current {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    color: var(--site-default-color);
}
.products-price__item--old {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.45;
    color: #98979D;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}
.products-price__value {
    text-decoration: line-through;
}
.products-price__item--red {
    color: #EE021C;
}
.products-price__percent {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-align: center;
    background: #EE021C;
    border-radius: 20px;
    padding: 5px 5px 3px;
    min-width: 40px;
    margin-left: 10px;
}
.products__title {
    line-height: 1;
	margin-bottom: 10px;
}
.products .products__title a,
.products .products__title a:visited {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.15px;
    border-color: transparent;
    word-break: break-word;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.products .products__title a:hover {
    color: #0065B1;
}
.products-labels {
    position: absolute;
    top: 12px;
    left: 17px;
    right: 50px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    z-index: 1;
}
.products-labels__item {
    display: inline-block;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #fff;
    background-color: #1866BC;
    border-radius: 20px;
    padding: 3px 10px;
    margin: 2.5px;
}
.products-labels__item:last-child {
    margin-bottom: 7px;
}
.products-labels__item--novinka {
	background-color: #1DB22E;
}
.products-labels__item--khit {
	background-color: #FF7200;
}
.products-labels__item--aktsiya {
    background-color: #EE021C;
}
.products-labels__item--skidka {
	background-color: #EE021C;
}
.products-labels__item--lider_prodazh {
    background-color: #f3db0e;
    color: #313033;
}
.products__buttons {
    position: absolute;
    top: 100%;
    left: -1px;
    display: flex;
    margin-top: -10px;
    width: calc(100% + 2px);
    padding: 0 25px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--site-grey-color--darker);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    opacity: 0;
    transition: border 0.3s;
    pointer-events: none;
    user-select: none;
}
.products__item:hover .products__buttons {
    opacity: 1;
    border-color: var(--site-grey-color--dark);
    pointer-events: auto;
    user-select: auto;
}
.products .products__buttons .g-button,
.products .products__buttons .g-button:visited {
    padding-left: 25px;
    padding-right: 25px;
}
.products .products__item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: var(--site-grey-color--darker);
    border-radius: 4px;
    opacity: 0;
    transition: background 0.2s, opacity 0.5s, box-shadow 0.5s;
}
.products .products__item-btn:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,10%);
}
.products .products__item-btn.active {
    background-color: var(--site-accent-color);
    box-shadow: none;
}
.products .products__item-btn > * {
    pointer-events: none;
    user-select: none;
}
.products .products__item-btn svg {
    fill: var(--site-accent-color);
}
.products .products__item-btn.active svg {
    fill: var(--site-light-color);
}
.products-section .products__item-btn--compare,
.catalog--full-width .products__item-btn--compare {
    display: none;
}
.products__buttons .g-button,
.products__buttons .g-button:visited {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    transition: color 0.3s, background 0.2s, border 0.2s, opacity 0.5s;
}
.products__item-btn--compare {
    margin-left: 5px;
}
.products__buttons > * {
    opacity: 0;
}
.products__item:hover .products__buttons > * {
    opacity: 1;
}
.products__tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.products__tabs-links {
    flex-shrink: 0;
    padding-top: 5px;
    margin-left: 20px;
}

.products__basket,
.products__not-available {
    flex-grow: 1;
}
.products__not-available {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    background-color: var(--site-grey-color);
    border-radius: 4px;
    margin-right: 5px;
    height: 56px;
}
.products__info-list {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: calc(100%);
    background-color: var(--site-light-color);
    display: flex;
    align-items: center;
    padding: 0;
    /* overflow-x: hidden;
    overflow-y: auto; */
    opacity: 0;
    transition: opacity 0.3s ease-out;
    user-select: none;
    pointer-events: none;
}

.products-section .products--slider .products__item:hover .products__info-list {
    opacity: 1;
    user-select: auto;
    pointer-events: auto;
}

.product-props {
    width: 100%;
}
.products-props__item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px;
}
.products-props__item:last-child {
    margin-bottom: 0;
}
.products-props__item-name,
.products-props__item-value {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0;
}
.products-props__item-dots {
    display: block;
    width: 100%;
    border: 0.5px dashed var(--site-grey-color--dark);
    margin: 0 0 6px;
}
.products-props__item-name {
    flex-shrink: 0;
    margin-right: 2px;
    color: var(--site-grey-color--dark);
}
.products-props__item-value {
    flex-shrink: 0;
    margin-left: 2px;
    word-break: break-word;
    text-align: right;
}
.modal-container.cart-modal .l-wrapper {
    padding: 0;
}
@media (max-width: 1439px) {
    .products__item {
        width: calc(100% / 2 - 40px);
    }
    .products-section .products__item {
        width: calc(100% / 4 - 20px);
        padding: 42px 20px 30px;
    }
    .products-section .products__title a,
    .products-section .products__title a:visited {
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.1px;
    }
    .products__buttons {
        padding: 0 20px 30px;
    }
    .products-labels {
        left: 20px;
        right: 45px;
    }
    .products-section .products-labels {
        right: 20px;
    }
}
@media (max-width: 1151px) {
    .catalog--full-width .products {
        margin: 0 -10px;
    }
    .catalog--full-width .products__item {
        width: calc(100% / 3 - 20px);
        margin: 20px 10px 0;
    }
    .products__info-list {
        padding: 10px;
    }
    .products-props__item-name,
    .products-props__item-value {
        font-size: 12px;
    }
    .products .products__buttons .g-button,
    .products .products__buttons .g-button:visited {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1023px) {
    .products,
    .catalog--full-width .products {
        margin: 0 -5px;
    }
    .products__item,
    .products-section .products__item {
        padding: 40px 10px 15px;
        margin: 10px 5px 0;
    }
    .products__item {
        width: calc(100% / 2 - 10px);
    }
    .products-section .products__item {
        width: calc(100% / 3 - 10px);
    }
    .catalog--full-width .products__item {
        width: calc(100% / 3 - 10px);
        margin: 10px 5px 0;
    }
    .products--slider .products__item {
        margin: 0;
    }
    .products__item:hover .products__buttons {
        padding: 0 10px 15px;
    }
    .products .products__image,
    .products .products__image:visited {
        margin: 0 0 12px;
    }
    .products-section .products__title a,
    .products-section .products__title a:visited {
        font-size: 12px;
    }
    .products-price__item--current {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.15px;
    }
    .products-price__percent {
        font-size: 12px;
    }
    .products-labels {
        left: 8px;
        right: 33px;
        top: 8px;
    }
    .products-labels__item {
        font-size: 10px;
    }
    .swiper-buttons-wrap {
        display: none;
    }
    .products__title {
        margin-bottom: 0;
    }
    .products-section .products__item:hover::before,
    .products-section .products__item:hover .products__info-list::before {
        content: none;
    }
    .products-section .products--slider .products__item:hover .products__info-list {
        opacity: 0;
        user-select: none;
        pointer-events: none;
    }
}
@media (max-width: 659px) {
    .products-section .products__item {
        width: calc(100% / 2 - 10px);
    }
    .catalog--full-width .products__item {
        width: calc(100% / 2 - 10px);
    }
    .products .products__title a,
    .products .products__title a:visited {
        font-size: 13px;
        line-height: 1.45;
    }
    .products__buttons {
        display: none;
    }
    .products--slider .swiper-wrapper {
        padding-bottom: 0;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default_ajax/style.min.css?16437969782175*/
.paginations{position:relative;display:flex;justify-content:space-between;padding:40px 0 0;width:100%}.paginations__list{display:flex;flex-wrap:wrap;align-items:center;margin:0 0 0 20px}.paginations--default .paginations__list{display:flex;flex-wrap:wrap;align-items:center;margin:0}@media(max-width:1023px){.paginations__list{justify-content:center;margin:20px 0}}.l-page .paginations .paginations__page,.l-page .paginations .paginations__page:visited,.l-page .paginations .paginations__dots,.l-page .paginations .paginations__btn{display:inline-flex;min-width:46px;height:46px;align-items:center;justify-content:center;border:none;font-size:16px;line-height:160%;letter-spacing:.5px;padding:0 10px;margin:0 -1px 0 0;border:1px solid var(--site-grey-color--darker);background-color:var(--site-grey-color);transition:background .2s,color .2s}.l-page .paginations .paginations__page--first{border-radius:4px 0 0px 4px}.l-page .paginations .paginations__page--last{border-radius:0 4px 4px 0}.l-page .paginations .paginations__page:hover,.l-page .paginations .paginations__dots:hover{color:var(--site-accent-color)}.l-page .paginations .paginations__page--current,.l-page .paginations .paginations__page--current:hover{background-color:var(--site-accent-color);color:#fff}.l-page .paginations .paginations__btn{position:relative;margin:0;border-radius:4px}.l-page .paginations .paginations__btn--prev{padding-left:40px;margin:0 20px 0 0}.l-page .paginations .paginations__btn--next{padding-right:40px;margin:0 0 0 20px}.paginations .paginations__btn::before{content:"";position:absolute;top:0;display:block;width:17px;height:100%;background-repeat:no-repeat;background-position:center;background-size:8px auto;background-image:var(--site-arrow-img--black);transition:background-image .2s ease-out}.paginations .paginations__btn--prev::before{transform:rotate(-180deg);left:11px}.paginations .paginations__btn--next::before{right:11px}.paginations .paginations__btn:hover::before{background-image:var(--site-arrow-img--accent)}.paginations .paginations__btn.paginations__more-btn::before{content:none}@media(max-width:1023px){.paginations{flex-direction:column;padding-top:20px}}
/* End */


/* Start:/local/templates/.default/components/ma/catalog.store.list/stores/style.css?17669915486293*/
#shops-map .ymaps3x0--controls {
    z-index: 700;
}
.shops:hover {
    z-index: 4;
}
.shops .detail__product-block {
    padding: 0;
    overflow: hidden;
}
#shops-map {
    height: 100%;
}
.shops__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 670px;
}
.shops__column {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.shops__column--list {
    background-color: #fff;
    max-width: 480px;
    padding: 32px;
    flex-shrink: 0;
}

.shops .g-section__title-holder {
    margin-bottom: 16px;
}

.shops .shops__section-title {
    margin-bottom: 0;
}

.shops__column-info {
    display: none;
}
/* .shops__column--map {
    margin-right: calc((-100vw + 1280px) / 2);
} */

.shops__item-bottom {
    display: flex;
    align-items: flex-end;
}

.shops__item-qty {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-left: auto;
    width: 28px;
}

.shops__item-qty span {
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background-color: var(--site-grey-color--darker);
}

.shops__item-bottom.many span.accent {
    background-color: var(--site-accent-color);
}

.shops .shop-info__item-basket-button.g-button {
    min-height: auto;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
}
@media (max-width: 1320px) {
    .shops__column--map {
        margin-right: -20px;
    }
}
.shops__regions-list {
    margin-bottom: 20px;
}
.shops__list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.shops__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.shops__list::-webkit-scrollbar-track {
    background-color: transparent;
}
.shops__item {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
    transition: background-color 0.2s;
}
.shops__item:first-child {
    border-top: none;
}
.shops__item:last-child {
    padding-bottom: 0;
}
.shops__item:hover {
    cursor: pointer;
}
.shops__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: var(--site-accent-color);
    letter-spacing: 0;
}
.shops__item-address {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    color: #8e8e93;
}
.shops__item-city {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.2s;
    padding-right: 40px;
}

.shop-info__item--work-time {
    margin-bottom: 8px;
}

.shop-info__item--work-time span {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0;
}

.shops__item:hover .shops__item-city {
    color: #ED1C24;
}
.shop-info {
    display: none;
    padding-top: 7px;
}
.shops__item:hover .shop-info {
    display: block;
}
.shop-info__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.shops .shop-info__item a,
.shops .shop-info__item a:visited {
    border-bottom: none;
}
.shop-info__item--phones a:not(:first-child),
.shop-info__item--emails a:not(:first-child) {
    margin-top: 5px;
}
.shops__item-info-btn {
    position: absolute;
    top: 40px;
    right: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    transition: transform 0.2s;
    /*cursor: pointer;*/
    pointer-events: none;
}
.shops__item:hover .shops__item-info-btn::before {
    border-color: #ED1C24;
}
.shops__item-info-btn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #222;
    transform: rotate(-135deg);
    transition: border-color 0.2s;
}
.shops__item:hover .shops__item-info-btn {
    transform: rotate(180deg);
}
.shops__item:hover .shops__item-info-btn::before {
    border-color: #ED1C24;
}
.shops .bx-yandex-view-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shops .bx-yandex-view-map {
    height: 100%;
}
@media (max-width: 1199px) {
    .shops__row {
        height: auto;
        flex-wrap: wrap;
        margin: 0 -16px;
    }
    .shops__column--map {
        margin: 0;
        height: 400px;
        order: 0;
    }
    .shops__column--list {
        padding: 0 16px;
        max-width: 100%;
    }
}
@media (max-width:659px) {
    .shops .detail__product-block {
        padding: 24px 16px 0;
    }
    .shops .g-section__title-holder {
        margin-bottom: 12px;
    }
    .shops__item:first-child {
        padding-top: 0;
    }
    .shop-info__item--work-time {
        margin-bottom: 8px;
    }
    .shops .shop-info__item-basket-button.g-button {
        padding: 7px 10px;
    }
}
@media (max-width:576px) {
    .shops__row {
        gap: 24px;
    }
    .shops__regions-list {
        margin-bottom: 0;
    }
    .shops__column-info {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 64px 16px 32px 16px;
        background-color: var(--site-light-color);
        border-radius: 16px 16px 0 0;
        opacity: 0;
        transition: transfrom 0.2s, opacity 0.2s;
        transform: translateY(-100%);
        z-index: -1;
    }
    .shops__column-info.opened {
        opacity: 1;
        transform: translateY(0);
        z-index: 101;
    }
    .shops__column-info-close {
        position: absolute;
        top: 16px;
        right: 16px;
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        background-color: var(--site-light-blue-color);
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 19L12 12L19 19M19 5L11.9987 12L5 5' stroke='%230064D8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px 24px;
    }
}
/* End */
/* /local/templates/template.main/components/ma/breadcrumb/.default/style.min.css?16233873261214 */
/* /local/templates/.default/components/ma/catalog.element/blocks.v2/style.css?176700561339836 */
/* /local/css/ma.custom/swiper-bundle.min.css?167947264217069 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.min.css?16527678182332 */
/* /local/templates/.default/components/ma/catalog.section/blocks.related/style.css?175024277612958 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default_ajax/style.min.css?16437969782175 */
/* /local/templates/.default/components/ma/catalog.store.list/stores/style.css?17669915486293 */
