

/* Start:/bitrix/templates/elektro_flat/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178221527818256*/
.btn-sort-plus{ border-color:#007cb4; cursor:pointer; background:#007cb4; color:white; border-style:solid; border-radius:3px; }
.btn-sort-minus{ border-color:#007cb4; cursor:pointer; background:#007cb4; color:white; border-style:solid; border-radius:3px; }
.btn-sort-plus:hover{ background:#32b4f0; border-color:#32b4f0; }
.btn-sort-minus:hover{ background:#32b4f0; border-color:#32b4f0; }
.btn-sort-hide{ border-color:#f7063c; cursor:pointer; background:#f7063c; color:white; border-style:solid; border-radius:3px; }
.btn-sort-hide:hover{ background:#dd7990; border-color:#dd7990; }

/* kriv: логотип бренда на карточке товара */
.product-brand-logo { display: inline-block; margin: 20px 0 10px 20px; }
.product-brand-logo img { max-height: 50px; height: auto; width: auto; object-fit: contain; }

/* kriv: кнопка перехода в коллекцию на карточке товара */
.collection-link-wrap{text-align:center;margin:20px 0 25px;}
.collection-link-button{display:inline-block;width:230px;text-align:right;background:linear-gradient(to right,#fffef7,#fff8d8);border:1px solid #e0a800;border-radius:8px;padding:12px 18px;box-shadow:0 1px 2px rgba(0,0,0,0.1);transition:all .25s ease;text-decoration:none!important;}
.collection-link-button:hover{background:linear-gradient(to right,#fff4b5,#ffec8c);transform:translateY(-1px);box-shadow:0 3px 6px rgba(0,0,0,0.15);text-decoration:none!important;}
.collection-link-button .line1{display:block;font-size:13px;font-weight:500;color:#777;margin-bottom:2px;}
.collection-link-button .line2{display:block;font-size:18px;font-weight:700;color:#222;line-height:1.2;}
.collection-link-button .count{color:#999;font-weight:500;margin-left:2px;}
.collection-link-button:hover .line2{color:#000;}
.collection-link-button:hover .count{color:#777;}
@media(max-width:768px){.collection-link-wrap{text-align:left;}}

/* kriv: SEO-текст под карточкой товара */
.description-title-block { margin-top: 10; margin-bottom: 20px; padding-left: 40px; font-size: 16px; color: #666666; background-color: #f7f7f7; padding: 10px 10px; border-radius: 5px; }

/* kriv: ссылки категорий товара внизу карточки */
.collection-links-inline { font-size: 14px; line-height: 1.6; color: #575b71; margin: 10px 0 20px; padding-left: 10px; }
.collection-links-inline a { text-decoration: underline; color: #575b71; }
.collection-links-inline a:hover { color: #000; }

/* kriv: ширина названия товара в списке торговых предложений */
.offers-items .catalog-item .catalog-item-title { width: 300px; }
.catalog-detail-offers-list .offers-items .thead .offers-items-name {  width: 300px; }

/* kriv: индикатор статуса товара и всплывающая подсказка */
.stock-indicator:hover { box-shadow: 0 0 0 1px rgba(0,0,0,0.08); }
.custom-tooltip { position: fixed; max-width: 260px; background: #111; color: #fff; font-size: 13px; line-height: 1.4; padding: 8px 10px; border-radius: 6px; z-index: 9999; white-space: pre-line; box-shadow: 0 4px 12px rgba(0,0,0,0.25); }

/* kriv: offer cards redesign */

#catalog-detail-offers-list { margin-top: 18px; }

#catalog-detail-offers-list .offers-items .thead { display: none; }

#catalog-detail-offers-list .catalog-item { position: relative; display: block; width: 100%; margin: 0 0 18px 0; border: 1px solid #e6ebf1; border-radius: 16px; background: radial-gradient(circle at 0 0, rgba(214, 169, 86, 0.055) 0%, rgba(255, 255, 255, 0) 36%), linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%); box-shadow: 0 10px 28px rgba(31, 45, 61, 0.065); overflow: hidden; transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }

#catalog-detail-offers-list .catalog-item:hover { border-color: #d4dde8; box-shadow: 0 14px 34px rgba(31, 45, 61, 0.095); transform: translateY(-1px); }

#catalog-detail-offers-list .catalog-item::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 3px; background: linear-gradient(90deg, #c99d4f 0%, #ead7ab 38%, rgba(234, 215, 171, 0) 100%); }

#catalog-detail-offers-list .catalog-item-info.offer-card { display: grid !important; grid-template-columns: 128px minmax(0, 1fr) 120px 130px 235px; grid-template-areas: "image title color price actions" "image props props props props"; column-gap: 20px; row-gap: 14px; align-items: center; width: auto !important; min-height: 0 !important; padding: 24px 26px 22px 26px !important; box-sizing: border-box; float: none !important; }

#catalog-detail-offers-list .catalog-item-info.offer-card > div { display: block !important; float: none !important; box-sizing: border-box; vertical-align: initial !important; }

#catalog-detail-offers-list .offer-card .catalog-item-image-cont { grid-area: image; width: 128px !important; min-width: 128px; max-width: 128px; padding: 0 !important; margin: 0 !important; text-align: center; }

#catalog-detail-offers-list .offer-card .catalog-item-image { display: flex !important; align-items: center; justify-content: center; width: 112px !important; height: 112px !important; margin: 0 auto; border: 1px solid #eef2f6; border-radius: 18px; background: radial-gradient(circle at 50% 36%, #ffffff 0%, #f7f9fb 62%, #eef3f7 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 8px 20px rgba(31, 45, 61, 0.06); position: relative; }

#catalog-detail-offers-list .offer-card .catalog-item-image a, #catalog-detail-offers-list .offer-card .catalog-item-image > div { display: flex !important; align-items: center; justify-content: center; width: 100% !important; height: 100% !important; }

#catalog-detail-offers-list .offer-card .catalog-item-image img { width: auto !important; height: auto !important; max-width: 94px !important; max-height: 94px !important; object-fit: contain; }

#catalog-detail-offers-list .offer-card .catalog-item-image .zoom { display: none !important; }

#catalog-detail-offers-list .offer-card .catalog-item-image .sticker:empty { display: none !important; }

#catalog-detail-offers-list .offer-card .catalog-item-title { grid-area: title; width: auto !important; max-width: none !important; min-width: 0; padding: 0 !important; text-align: left !important; }

#catalog-detail-offers-list .offer-card .catalog-item-title .name { display: block; max-width: 420px; font-size: 18px; line-height: 1.28; font-weight: 600; color: #202a37; }

#catalog-detail-offers-list .offer-card .catalog-item-title .article { display: block; margin-top: 7px; font-size: 13px; line-height: 1.3; color: #8a96a8; }

#catalog-detail-offers-list .offer-card__color { grid-area: color; width: auto !important; min-width: 0; padding: 0 !important; border: 0 !important; background: transparent !important; text-align: left !important; }

#catalog-detail-offers-list .offer-card__color-label { display: block; margin-bottom: 5px; font-size: 10px; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.08em; color: #a3adba; }

#catalog-detail-offers-list .offer-card__color-value { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 10px; border: 1px solid #e2e8f0; border-radius: 999px; background: #f8fafc; font-size: 14px; line-height: 1.2; color: #334155; }

#catalog-detail-offers-list .offer-card .item-price { grid-area: price; width: auto !important; max-width: none !important; padding: 0 !important; text-align: right !important; white-space: nowrap; }

#catalog-detail-offers-list .offer-card .item-price .catalog-item-price { display: block; font-size: 21px; line-height: 1.1; font-weight: 700; color: #111827; letter-spacing: -0.01em; }

#catalog-detail-offers-list .offer-card .item-price .unit { display: block; margin-top: 4px; font-size: 12px; line-height: 1.2; color: #8a96a8; }

#catalog-detail-offers-list .offer-card .buy_more { grid-area: actions; width: 235px !important; min-width: 235px; max-width: 235px; padding: 0 !important; margin: 0 !important; position: static !important; right: auto !important; bottom: auto !important; overflow: visible !important; }

#catalog-detail-offers-list .offer-card .buy_more .add2basket_block { width: 235px !important; margin-top: 0 !important; white-space: nowrap; overflow: visible !important; }

#catalog-detail-offers-list .offer-card .buy_more .add2basket_form { float: left !important; width: auto !important; display: block !important; }

#catalog-detail-offers-list .offer-card .buy_more .qnt_cont { float: left !important; margin-top: 3px !important; white-space: nowrap; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch { float: left !important; width: 87px !important; min-width: 87px !important; margin-left: 5px !important; }

#catalog-detail-offers-list .offer-card__props { grid-area: props; display: flex !important; flex-wrap: wrap; gap: 8px 8px; width: auto !important; max-width: none !important; min-width: 0; padding: 2px 0 0 0 !important; border: 0 !important; border-top: 1px solid #eef2f6 !important; background: transparent !important; box-shadow: none !important; text-align: left !important; }

#catalog-detail-offers-list .offer-card__chip { display: inline-flex; align-items: baseline; gap: 5px; max-width: 100%; padding: 6px 10px; border: 1px solid #e3e9f1; border-radius: 999px; background: #ffffff; color: #475569; font-size: 13px; line-height: 1.25; box-shadow: 0 1px 2px rgba(31, 45, 61, 0.035); }

#catalog-detail-offers-list .offer-card__chip-label { color: #8a96a8; }

#catalog-detail-offers-list .offer-card__chip-label::after { content: ":"; }

#catalog-detail-offers-list .offer-card__chip-value { color: #334155; }

@media (max-width: 1160px) {
    #catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 112px minmax(0, 1fr) 105px 120px 225px; column-gap: 15px; padding: 22px 20px 20px 20px !important; }
    #catalog-detail-offers-list .offer-card .catalog-item-image-cont { width: 112px !important; min-width: 112px; max-width: 112px; }
    #catalog-detail-offers-list .offer-card .catalog-item-image { width: 100px !important; height: 100px !important; }
    #catalog-detail-offers-list .offer-card .catalog-item-image img { max-width: 84px !important; max-height: 84px !important; }
    #catalog-detail-offers-list .offer-card .buy_more { width: 225px !important; min-width: 225px; max-width: 225px; }
    #catalog-detail-offers-list .offer-card .buy_more .add2basket_block { width: 225px !important; }
}

@media (max-width: 1020px) {
    #catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 106px minmax(0, 1fr) 120px 225px; grid-template-areas: "image title price actions" "image color price actions" "props props props props"; }
}

/* kriv: offer card compact actions polish */

#catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 128px minmax(320px, 1fr) 112px 126px 184px !important; column-gap: 18px !important; }

#catalog-detail-offers-list .offer-card .catalog-item-title .name { max-width: none !important; font-size: 18px !important; line-height: 1.25 !important; font-weight: 650 !important; color: #172033 !important; }

#catalog-detail-offers-list .offer-card .catalog-item-title .article { margin-top: 7px !important; font-size: 13px !important; color: #8793a5 !important; }

#catalog-detail-offers-list .offer-card__color { align-self: center !important; }

#catalog-detail-offers-list .offer-card__color-label { display: none !important; }

#catalog-detail-offers-list .offer-card__color-value { display: inline-flex !important; align-items: center !important; min-height: 32px !important; padding: 0 12px !important; border: 1px solid #dfe7f0 !important; border-radius: 999px !important; background: #f8fafc !important; box-shadow: 0 1px 2px rgba(31, 45, 61, 0.035) !important; font-size: 14px !important; line-height: 1.2 !important; color: #1f2937 !important; }

#catalog-detail-offers-list .offer-card__color-value::before { content: "Цвет"; margin-right: 7px; font-size: 10px; line-height: 1; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: #98a4b3; }

#catalog-detail-offers-list .offer-card .buy_more { grid-area: actions; width: 184px !important; min-width: 184px !important; max-width: 184px !important; padding: 0 !important; margin: 0 !important; position: static !important; right: auto !important; bottom: auto !important; overflow: visible !important; justify-self: start !important; }

#catalog-detail-offers-list .offer-card .buy_more .add2basket_block { display: flex !important; flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 8px !important; width: 184px !important; margin-top: 0 !important; white-space: nowrap !important; overflow: visible !important; }

#catalog-detail-offers-list .offer-card .buy_more .add2basket_form { display: flex !important; align-items: center !important; justify-content: flex-start !important; gap: 8px !important; float: none !important; width: 168px !important; margin: 0 !important; font-size: 0 !important; }

#catalog-detail-offers-list .offer-card .buy_more .qnt_cont { display: inline-flex !important; align-items: center !important; float: none !important; width: 118px !important; min-width: 118px !important; height: 34px !important; margin: 0 !important; border: 1px solid #dce4ee !important; border-radius: 10px !important; background: #f8fafc !important; overflow: hidden !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more .minus, #catalog-detail-offers-list .offer-card .buy_more .plus { display: inline-flex !important; align-items: center !important; justify-content: center !important; float: none !important; width: 32px !important; height: 32px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: #64748b !important; line-height: 32px !important; text-decoration: none !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more .minus:hover, #catalog-detail-offers-list .offer-card .buy_more .plus:hover { background: #edf3f8 !important; color: #0078b8 !important; }

#catalog-detail-offers-list .offer-card .buy_more .minus span, #catalog-detail-offers-list .offer-card .buy_more .plus span { display: block !important; line-height: 1 !important; }

#catalog-detail-offers-list .offer-card .buy_more .quantity { display: block !important; width: 52px !important; min-width: 52px !important; max-width: 52px !important; height: 32px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-left: 1px solid #dce4ee !important; border-right: 1px solid #dce4ee !important; border-radius: 0 !important; background: #ffffff !important; box-shadow: none !important; text-align: center !important; font-size: 14px !important; line-height: 32px !important; color: #1f2937 !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"] { display: inline-flex !important; align-items: center !important; justify-content: center !important; float: none !important; width: 42px !important; min-width: 42px !important; max-width: 42px !important; height: 34px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 10px !important; background: #0087c7 !important; box-shadow: 0 6px 14px rgba(0, 135, 199, 0.18) !important; color: #ffffff !important; font-size: 0 !important; line-height: 1 !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"]::after { content: "" !important; display: none !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"]:hover { background: #0077b0 !important; box-shadow: 0 8px 18px rgba(0, 119, 176, 0.22) !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"] i { display: block !important; font-size: 16px !important; line-height: 1 !important; margin: 0 !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important; float: none !important; width: 168px !important; min-width: 168px !important; max-width: 168px !important; height: 34px !important; margin: 0 !important; padding: 0 12px !important; border: 1px solid #dfe5ee !important; border-radius: 10px !important; background: #f3f6fa !important; box-shadow: none !important; color: #526071 !important; font-size: 13px !important; line-height: 1 !important; font-weight: 600 !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch:hover { background: #eaf0f6 !important; color: #263445 !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch i { color: #a5b1c2 !important; font-size: 13px !important; line-height: 1 !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch span { display: inline !important; }

#catalog-detail-offers-list .offer-card__props { padding-top: 1px !important; gap: 7px 8px !important; }

#catalog-detail-offers-list .offer-card__chip { padding: 6px 10px !important; border-color: #e0e7ef !important; background: #ffffff !important; box-shadow: 0 1px 2px rgba(31, 45, 61, 0.035) !important; font-size: 13px !important; color: #475569 !important; }

#catalog-detail-offers-list .offer-card__chip-label { color: #8895a7 !important; }

#catalog-detail-offers-list .offer-card__chip-value { color: #263445 !important; }

@media (max-width: 1160px) {
    #catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 112px minmax(260px, 1fr) 104px 116px 184px !important; column-gap: 14px !important; }
}

@media (max-width: 1020px) {
    #catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 106px minmax(0, 1fr) 116px 184px !important; grid-template-areas: "image title price actions" "image color price actions" "props props props props" !important; }
}
/* End */


/* Start:/bitrix/templates/elektro_flat/components/bitrix/catalog/.default/bitrix/catalog.element/.default/photoswipe/photoswipe.css?17787501267423*/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/* End */


/* Start:/bitrix/templates/elektro_flat/components/bitrix/catalog.top/table_desktop_related/style.css?17797762912271*/
.desktop-related-catalog{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:14px;background:#f1f3f6;box-sizing:border-box;}
.desktop-related-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:12px 12px 14px;background:#fff;border:1px solid #e6ebf3;border-radius:12px;color:#1f2937;text-decoration:none!important;box-sizing:border-box;overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease;}
.desktop-related-card:hover{color:#1f2937;text-decoration:none!important;border-color:#d5dde8;box-shadow:0 8px 20px rgba(15,23,42,.08);transform:translateY(-1px);}
.desktop-related-card *{text-decoration:none!important;}

.desktop-related-card__img{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;margin:0 0 10px;background:#fff;border-radius:8px;overflow:hidden;}
.desktop-related-card__img img.item_img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;padding:0;box-sizing:border-box;}

.desktop-related-card__title{display:-webkit-box;margin:0 0 7px;overflow:hidden;color:#324054;font-size:14px;line-height:1.28;font-weight:600;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.desktop-related-card:hover .desktop-related-card__title{color:#0f5f90;}
.desktop-related-card__price{display:block;margin:0;color:#111827;font-size:20px;line-height:1.15;font-weight:900;letter-spacing:.01em;}
.desktop-related-card__price .from{display:inline-block;margin:0 5px 0 0;color:#7b8495;font-size:12px;line-height:1;font-weight:400;letter-spacing:0;}
.desktop-related-card__manufacturer{position:absolute;right:8px;bottom:8px;display:block;max-width:64px;max-height:22px;width:auto;height:auto;object-fit:contain;opacity:.72;}
.desktop-related-card .background-dot{position:absolute;top:9px;left:9px;display:block;width:14px;height:14px;border-radius:50%;background:#23c55e;border:2px solid #fff;box-shadow:0 0 4px rgba(0,0,0,.25);z-index:2;}
@media (max-width:1180px){.desktop-related-catalog{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px;}}
@media (max-width:860px){.desktop-related-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;}}
/* End */
/* /bitrix/templates/elektro_flat/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178221527818256 */
/* /bitrix/templates/elektro_flat/components/bitrix/catalog/.default/bitrix/catalog.element/.default/photoswipe/photoswipe.css?17787501267423 */
/* /bitrix/templates/elektro_flat/components/bitrix/catalog.top/table_desktop_related/style.css?17797762912271 */
