.tpl-component-netcat-contact-short.tpl-template-short .contact-item a { display: flex; align-items: center; text-decoration: none; white-space: nowrap; }
.tpl-component-netcat-contact-short.tpl-template-short .contact-value-wrapper { display: flex; align-items: center; gap: var(--tpl-object-item--icon-space-text); }
.tpl-component-netcat-contact-short.tpl-template-short .contact-icon { margin: 0; height: 1em; width: 1em; display: flex; align-items: center; justify-content: center; min-height: 1em; min-width: 1em; }
.tpl-component-netcat-contact-short.tpl-template-short .blocks-layout-icon.icon-position-left .contact-item, .tpl-component-netcat-contact-short.tpl-template-short .icon-position-left .contact-value-wrapper { flex-direction: row; }
.tpl-component-netcat-contact-short.tpl-template-short .blocks-layout-icon.icon-position-right .contact-item, .tpl-component-netcat-contact-short.tpl-template-short .icon-position-right .contact-value-wrapper { flex-direction: row-reverse; }
.tpl-component-netcat-contact-short.tpl-template-short .blocks-layout-icon.icon-position-top .contact-item, .tpl-component-netcat-contact-short.tpl-template-short .icon-position-top .contact-value-wrapper { flex-direction: column; }
.tpl-component-netcat-contact-short.tpl-template-short .blocks-layout-icon.icon-position-bottom .contact-item, .tpl-component-netcat-contact-short.tpl-template-short .icon-position-bottom .contact-value-wrapper { flex-direction: column-reverse; }
.tpl-component-netcat-contact-short.tpl-template-short .blocks-layout-icon .contact-item { gap: var(--tpl-object-item--icon-space-text); }
.tpl-component-netcat-contact-short.tpl-template-short .contact-icon > svg, .tpl-component-netcat-contact-short.tpl-template-short .contact-icon > img { max-width: 100%; height: 100%; }
.tpl-component-netcat-contact-short.tpl-template-short .contact-icon svg:not(.default-icon) path { fill: var(--tpl-object-item--icon-color); }
.tpl-component-netcat-contact-short.tpl-template-short .contact-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-contact-item--icon-decor-color); }
.tpl-component-netcat-contact-short.tpl-template-short .contact-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-contact-item--icon-decor-color); }
.tpl-component-netcat-contact-short.tpl-template-short .contact-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-contact-short.tpl-template-short .contact-icon[class*='icon-decor-circle'] > * { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-cross-template-3 .object-item { text-decoration: none; padding: 0; }
.tpl-component-netcat-cross-template-3 .object-item .item { display: block; position: relative; }
.tpl-component-netcat-cross-template-3 .object-item .name-position-over { max-width: 100%; position: relative; }
.tpl-component-netcat-cross-template-3 .object-item .name-position-over .item-text { position: absolute; z-index: 5; bottom: 0; left: 0; right: 0; padding: var(--tpl-object-item--text-margin, 0); }
.tpl-component-netcat-cross-template-3 .object-item .name-position-over .item-name { display: inline-block; position: relative; width: var(--tpl-object-item--text-width); color: var(--tpl-color-background-main, #ffffff); padding: var(--tpl-object-item--text-padding, 0); }
.tpl-component-netcat-cross-template-3 .object-item .name-position-over .item-name::before { display: block; position: absolute; z-index: -1; bottom: 0; top: 0; left: 0; right: 0; content: ""; width: 100%; background: var(--tpl-color-foreground-main, #000000); }
.tpl-component-netcat-cross-template-3 .object-item .item-image { position: relative; margin: 0; }
.tpl-component-netcat-cross-template-3 .object-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-cross-template-3 .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-cross-template-3 .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-cross-template-3 .object-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-cross-template-3 .tpl-color-brand { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-breadcrumbs .breadcrumbs { margin: 0; padding: 0; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; }
.tpl-component-netcat-navigation-breadcrumbs .breadcrumbs li { list-style: none; }
.tpl-component-netcat-navigation-breadcrumbs .breadcrumbs li svg { height: 1em; width: 1em; }
.tpl-component-netcat-navigation-breadcrumbs .breadcrumbs li svg path { fill: var(--tpl-object-item--title-color); }
.tpl-component-netcat-navigation-breadcrumbs .breadcrumbs li.divider { margin-left: var(--divider-space); margin-right: var(--divider-space); }
.tpl-component-netcat-navigation-breadcrumbs.tpl-template-general .breadcrumbs { margin: 0; padding: 0; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; }
.tpl-component-netcat-navigation-breadcrumbs.tpl-template-general .breadcrumbs li { list-style: none; }
.tpl-component-netcat-navigation-breadcrumbs.tpl-template-general .breadcrumbs li svg { height: 1em; width: 1em; }
.tpl-component-netcat-navigation-breadcrumbs.tpl-template-general .breadcrumbs li svg path { fill: var(--tpl-object-item--title-color); }
.tpl-component-netcat-navigation-breadcrumbs.tpl-template-general .breadcrumbs li.divider { margin-left: var(--divider-space); margin-right: var(--divider-space); }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-button { cursor: pointer; display: flex; align-items: center; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container { position: fixed; top: 0; height: 100vh; z-index: 200; width: 0; overflow: hidden; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_visible { width: 100vw; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-close { position: absolute; cursor: pointer; z-index: 100; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_side_left .overlay-body, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_side_left.overlay-container_visible.overlay-container_leaving .overlay-body { transform: translateX(-100%); }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_side_right .overlay-body, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_side_right.overlay-container_visible.overlay-container_leaving .overlay-body { transform: translateX(100%); }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container:not(.overlay-container_visible) .overlay-background, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_visible.overlay-container_leaving .overlay-background { opacity: 0 !important; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_visible .overlay-body { transform: translateX(0); opacity: 1; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_visible.overlay-container_leaving .overlay-body { opacity: 0; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; transition: opacity 0.3s ease; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-body, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-body > .nc-area, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-body > .nc-area > .tpl-block-list { height: 100%; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-body > .nc-area { overflow: auto; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-body { position: absolute; z-index: 2; transition: all 0.4s ease; opacity: 0; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_side_left .overlay-body { left: 0; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-container_side_right .overlay-body { right: 0; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-body > .nc-area > .tpl-block-list > .tpl-container:first-child:last-child:not(.nc--empty) { overflow: auto; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .overlay-body > .nc-area > .tpl-block-list > .tpl-container:first-child > .nc-infoblock-toolbar { top: 0; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon { height: 1em; width: 1em; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; overflow: hidden; margin: 0 var(--tpl-object--icon-space-text, 0px) 0 0; line-height: 1; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon.tpl-text-inherit { width: 1.5em; height: 1.5em; min-height: 1.5em; line-height: 1; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon * { max-width: 100%; max-height: 100%; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon svg, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon svg path { fill: var(--tpl-object--icon-color); }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon[class*='icon-decor-'] svg, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon[class*='icon-decor-'] img { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon[class*='icon-decor-circle'] svg, .tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon[class*='icon-decor-circle'] img { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object--icon-decor-color); }
.tpl-component-netcat-navigation-hidden-layer.tpl-template-overlay .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object--icon-decor-color); }
.tpl-component-netcat-navigation-link.tpl-template-links-buttons ul { margin: 0; padding: 0; }
.tpl-component-netcat-navigation-link.tpl-template-links-buttons li.no-bullet { list-style: none; }
.tpl-component-netcat-navigation-link.tpl-template-links-buttons a { text-decoration: none; }
.tpl-component-netcat-navigation-link.tpl-template-links-buttons a, .tpl-component-netcat-navigation-link.tpl-template-links-buttons button { cursor: pointer; }
.tpl-component-netcat-navigation-link.tpl-template-links-buttons .tpl-text-primary { font-weight: 700; }
.tpl-component-netcat-navigation-logo.tpl-template-general, .tpl-component-netcat-navigation-logo.tpl-template-general a { height: 100% }
.tpl-component-netcat-navigation-logo.tpl-template-general a { display: flex; align-items: center; color: var(--tpl-color-foreground-accent); text-decoration: none; white-space: nowrap; }
.tpl-component-netcat-navigation-logo.tpl-template-general a img, .tpl-component-netcat-navigation-logo.tpl-template-general a svg { height: 100% !important; width: 100% !important; max-height: 100%; max-width: 100%; object-fit: contain }
.tpl-component-netcat-navigation-logo.tpl-template-general a svg path { fill: var(--tpl-color-brand) }
.tpl-component-netcat-navigation-menu.tpl-template-name .nc-infoblock-object .nc-infoblock-insert { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name ul { margin: 0; padding: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name ul > li { list-style: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name a { text-decoration: none; display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item { break-inside: avoid; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-link { display: flex; align-items: center; flex-wrap: nowrap; gap: var(--tpl-object-item--icon-space-text); }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-with-submenu .menu-item-link { display: inline-flex; }
.tpl-component-netcat-navigation-menu.tpl-template-name .toggle-btn { display: flex; justify-content: center; align-items: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name .toggle-icon { position: relative; display: flex; align-items: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name .toggle-icon.icon-alternate { height: 16px; width: 16px; }
.tpl-component-netcat-navigation-menu.tpl-template-name .icon-alternate::before, .tpl-component-netcat-navigation-menu.tpl-template-name .icon-alternate::after { content: ""; position: absolute; background-color: var(--tpl-object-item--symbol-color, var(--tpl-color-foreground-main)); transition: transform 0.2s ease; }
.tpl-component-netcat-navigation-menu.tpl-template-name .icon-alternate::before { width: 100%; height: 1.5px; top: 50%; transform: translateY(-50%); }
.tpl-component-netcat-navigation-menu.tpl-template-name .icon-alternate::after { width: 1.5px; height: 100%; left: 50%; transform: translateX(-50%); }
.tpl-component-netcat-navigation-menu.tpl-template-name .icon-rotated { margin-top: 2px; }
.tpl-component-netcat-navigation-menu.tpl-template-name .icon-rotated svg { width: 100%; height: 100%; transition: transform 0.2s ease; }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened .icon-alternate::after, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-trigger-opened .icon-alternate::after { transform: translateX(-50%) rotate(90deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened .icon-rotated svg, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-trigger-opened .icon-rotated svg { transform: rotate(180deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-top .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-right .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-bottom .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger .menu-item-symbol { visibility: visible; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .nc-infoblock-object .nc-infoblock-insert { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image ul { margin: 0; padding: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image ul > li { list-style: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image a { text-decoration: none; color: var(--tpl-color-foreground-main); display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image a:hover { color: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item { break-inside: avoid; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-active > span, .tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-active > a { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-text-below-image { display: block; padding-left: var(--menu-name-below-image--text-padding, 0px); padding-right: var(--menu-name-below-image--text-padding, 0px); }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-link { display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-image { position: relative; display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-image:before { display: block; content: ""; width: 100%; padding-top: var(--menu-name-below-image--image-padding-top, 62.5%); }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-image .menu-item-image-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; width: 100%; height: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-image .menu-item-image-container img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .nc-infoblock-object .nc-infoblock-insert { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image ul { margin: 0; padding: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image ul > li { list-style: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item { break-inside: avoid; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-link { display: block; position: relative; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image a { text-decoration: none; color: var(--tpl-color-foreground-main); display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image a:hover { color: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-active > span, .tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-active > a { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .test { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-flex { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: var(--menu-name-over-image--text-flex--justify-content); align-items: var(--menu-name-over-image--text-flex--align-items); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-wrapper { flex-grow: var(--menu-name-over-image--text-wrapper--flex-grow); margin: var(--menu-name-over-image--text-margin); padding: var(--menu-name-over-image--text-padding-vertical) var(--menu-name-over-image--text-padding-horizontal); position: relative; display: flex; align-items: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-wrapper:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: var(--menu-name-over-image--text-background); border-radius: var(--menu-name-over-image--text-background-radius); opacity: var(--menu-name-over-image--text-background-opacity); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-text-over-image { position: relative; z-index: 2; width: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; padding-top: var(--menu-name-over-image--image-padding-top); }
.tpl-component-netcat-navigation-tgb .object-item { text-decoration: none; }
.tpl-component-netcat-navigation-tgb .object-item .item-image { position: relative; }
.tpl-component-netcat-navigation-tgb .object-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-navigation-tgb .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-navigation-tgb .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-navigation-tgb .object-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-navigation-tgb .object-item .item-info { padding-left: var(--tpl-object-item--text-padding, 0px); padding-right: var(--tpl-object-item--text-padding, 0px); color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-aggregator .goods-item { display: flex; position: relative; flex-direction: column; }
.tpl-component-netcat-module-netshop-aggregator .goods-item a { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-aggregator .goods-item .goods-info { display: flex; flex-direction: column; align-items: stretch; }
.tpl-component-netcat-module-netshop-aggregator .goods-item .goods-image { position: relative; width: 100%; }
.tpl-component-netcat-module-netshop-aggregator .goods-item .goods-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-aggregator .goods-item .goods-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-aggregator .goods-item .goods-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-aggregator .goods-item .goods-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item { display: flex; position: relative; flex-direction: column; }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item a { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .goods-info { display: flex; flex-direction: column; align-items: stretch; }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .goods-image { position: relative; width: 100%; max-width: 600px; }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .goods-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .goods-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .goods-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .goods-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .prices { display: flex; gap: 16px; align-items: baseline; }
.tpl-component-netcat-module-netshop-aggregator.tpl-template-short .goods-item .price-original { color: var(--tpl-color-foreground-main-lightest); text-decoration: line-through; }
.tpl-component-netcat-module-netshop-cart-snippet a { display: flex; align-items: center; }
.tpl-component-netcat-module-netshop-cart-snippet .cart-counter { font-weight: 700; font-size: 0.7rem; border-radius: 50%; background-color: var(--tpl-color-brand); padding: 3px; position: absolute; right: -1rem; top: -0.5rem; width: 1.3rem; height: 1.3rem; line-height: 1rem; color: var(--tpl-color-background-main); text-align: center; }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon { height: 1em; width: 1em; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; }
.tpl-component-netcat-module-netshop-cart-snippet .display-horizontal .tpl-icon { margin-right: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-cart-snippet .display-vertical .tpl-icon { margin-bottom: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon.tpl-text-inherit { height: 1.1rem; width: 1.1rem; }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon.tpl-text-inherit svg { width: 1.1rem; height: 1.1rem; }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon.tpl-text-inherit svg path { fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon > svg, .tpl-component-netcat-module-netshop-cart-snippet .icon > img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon[class*='icon-decor-'] > * { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-module-netshop-cart-snippet .tpl-icon[class*='icon-decor-circle'] > * { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .cart-link { display: flex; align-items: center; position: relative; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .cart-counter { font-weight: 700; font-size: 0.7rem; border-radius: 50%; background-color: var(--tpl-color-brand); padding: 3px; position: absolute; right: -1rem; top: -0.5rem; width: 1.3rem; height: 1.3rem; line-height: 1rem; color: var(--tpl-color-background-main); text-align: center; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .cart-counter.hidden { display: none; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .display-horizontal .tpl-icon { margin-right: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .display-vertical .tpl-icon { margin-bottom: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon.tpl-text-inherit { height: 1.1rem; width: 1.1rem; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon.tpl-text-inherit svg { width: 1.1rem; height: 1.1rem; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon.tpl-text-inherit svg path { fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon { height: 1em; width: 1em; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; overflow: hidden; margin: 0; line-height: 1; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon.tpl-text-inherit { width: 1.15em; height: 1.15em; min-height: 1.15em; line-height: 1.15; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon * { max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon svg, .tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon svg path { fill: var(--tpl-object-item--icon-color); }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon[class*='icon-decor-'] svg, .tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon[class*='icon-decor-'] img { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon[class*='icon-decor-circle'] svg, .tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon[class*='icon-decor-circle'] img { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-module-netshop-cart-snippet.tpl-template-cart .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_fieldset { margin-left: 20px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_label { user-select: none; font-size: 12px; line-height: 20px; color: var(--tpl-color-foreground-main-light); font-weight: 700; position: relative; text-transform: uppercase; margin: 26px 0 0; max-width: 300px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_label:hover, .tpl-component-netcat-module-netshop-filter .nc_netshop_filter_label label:hover { cursor: pointer; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_label:before { position: absolute; content: '\33'; font-family: 'ElegantIcons'; font-size: 18px; font-weight: 400; left: -24px; top: -1px; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transform-origin: top left; transform-origin: top left; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_field { display: none; font-size: 14px; line-height: 22px; color: var(--tpl-color-foreground-main-light); text-transform: none; font-weight: 400; padding: 4px 0; background-color: transparent; width: 100%; position: relative; cursor: pointer; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row.active .nc_netshop_filter_label label { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row.active .nc_netshop_filter_field { display: block; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row.active .nc_netshop_filter_label:before { left: -5px; top: 20px; -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.tpl-component-netcat-module-netshop-filter input[type="text"], .tpl-component-netcat-module-netshop-filter input[type="text"]:hover, .tpl-component-netcat-module-netshop-filter input[type="text"]:focus { display: inline-block; vertical-align: top; margin: 0; -webkit-box-shadow: 0; box-shadow: 0; -webkit-appearance: none; width: 97px; height: 40px; background-color: var(--tpl-color-background-main-light); line-height: 18px; padding: 10px 18px; font-size: 15px; font-weight: 500; color: var(--tpl-color-foreground-main-light); text-transform: none; border: 1px solid var(--tpl-color-background-accent); border-radius: 2px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_range .nc_netshop_filter_field { vertical-align: middle; line-height: 38px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_actions { margin-top: 10px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_field_min input[type="text"] { margin-left: 5px; margin-right: 5px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_field_max input[type="text"] { margin-left: 5px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field input { display: none; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field div { position: relative; user-select: none; padding: 5px 10px; max-width: 250px; margin-bottom: 5px; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field div > * { pointer-events: none; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field div.active { background-color: rgba(128, 128, 128, 0.2); }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field div:hover, .tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field div > *:hover { cursor: pointer; }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field div.active:after { content: "\4d"; position: absolute; top: 5px; right: 7px; font-family: 'ElegantIcons'; color: var(--tpl-color-foreground-accent-dark); }
.tpl-component-netcat-module-netshop-filter .nc_netshop_filter_row_checkbox .nc_netshop_filter_field label { margin: 0; }
.tpl-component-netcat-module-netshop-filter select { width: 100%; max-width: 100%; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; min-width: 300px; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-sorting { margin: 0.5rem; margin-left: 0; display: flex; align-items: center; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-sorting .title { margin: 0.5rem; margin-left: 0; margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-view { margin: 0.5rem; margin-right: 0; display: flex; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-view .view-select { margin: 0.25rem; color: var(--tpl-color-foreground-accent); cursor: pointer; }
.tpl-component-netcat-module-netshop-goods .catalogue-prefix .product-view .view-select.active { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="400"] .product-sorting .title { display: none; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="400"] .catalogue-prefix { flex-direction: column; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="400"] .catalogue-prefix .product-view { margin: 0.5rem 0.5rem 1.5rem 0.5rem; }
.tpl-component-netcat-module-netshop-goods .quantity { display: inline-flex; flex-direction: row; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button { border-radius: 0; margin: 0; padding: 0; height: 2rem; width: 2rem; position: relative; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button:before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; line-height: 2rem; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button--less:before { content: "-"; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-button--more:before { content: "+"; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-input { border-radius: 0; margin: 0; padding: 0; text-align: center; height: 2rem; width: 3rem; }
.tpl-component-netcat-module-netshop-goods .quantity .quantity-input::-webkit-outer-spin-button, .tpl-component-netcat-module-netshop-goods .quantity .quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.tpl-component-netcat-module-netshop-goods .addFavorite { border: 0; border-radius: 50%; font-size: 1rem; padding: 0.5rem; display: inline-flex; align-items: center; justify-items: center; justify-content: center; cursor: pointer; background-color: var(--tpl-color-background-accent); border-color: var(--tpl-color-brand); color: var(--tpl-color-brand); text-decoration: none; }
.tpl-component-netcat-module-netshop-goods .quickbuy { margin-right: 1rem; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods .quickbuy i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .compare { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods .compare i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects { display: flex; flex-direction: row; flex-wrap: wrap; min-width: 260px; justify-content: center; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item { display: inline-flex; text-decoration: none; position: relative; min-height: 200px; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image { position: relative; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item .item-info { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large { flex-direction: column; width: 100%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-info { justify-content: center; text-align: center; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions { margin-top: 0.5rem; display: flex; flex-direction: row; align-items: center; justify-content: space-around; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart { display: flex; flex-direction: column; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 1rem; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list { padding: 1rem 0; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; position: relative; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list:not(:first-child) { border-top: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-image { width: 70%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-info { text-align: left; width: 100%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-info .item-price { margin-top: 0.5rem; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions { margin-top: 0.5rem; margin-left: auto; margin-right: 0; max-width: 60%; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-image { width: 33%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-info { width: calc(66% - 1rem); margin-left: 1rem; display: flex; flex-direction: row; justify-content: space-between; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-info .item-price { margin-top: 4rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-actions { width: calc(66% - 1rem); margin-bottom: 0; margin-top: auto; display: flex; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="420"] .goods-item.type-list .item-actions .quantity { display: flex; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-large { width: 50%; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-large .item-actions { margin-bottom: 0; margin-top: auto; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list { align-items: flex-start; flex-direction: column; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list .item-image { width: 30%; float: left; position: absolute; left: 0; top: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list .item-info { margin-left: 32%; margin-top: 1rem; width: calc(68%); }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="480"] .goods-item.type-list .actions-cart { width: 100%; margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list { align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-image { width: 25%; float: none; position: relative; left: 0; top: 0; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-info { width: auto; flex-grow: 1; margin-left: 1rem; margin-top: 2.5rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link { display: flex; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link .quickbuy { margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart { justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .tpl-block-list-objects { justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-large { width: 33%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list { flex-direction: row; align-items: flex-start; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-image { width: 25%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-info { width: auto; margin-left: 1rem; margin-top: 1rem; margin-right: 0; flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-info .item-price { margin-top: 1rem; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions { width: auto; margin-left: 0; margin-right: 0; flex-direction: column; justify-content: flex-end; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-link { margin-bottom: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart { flex-direction: row; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart .quantity { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="780"] .goods-item.type-list .item-info { justify-content: center; margin-top: auto; margin-bottom: auto; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="780"] .goods-item.type-list .item-actions { justify-content: center; margin-top: auto; margin-bottom: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="920"] .goods-item.type-large { width: 25%; max-width: 400px; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-link { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-cart { flex-direction: column; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods .object-full { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; margin-top: 2rem; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info { position: relative; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-price { margin-top: 1rem; margin-bottom: 1rem; display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-price .price-old { margin-right: 0.5rem; font-style: italic; opacity: 0.5; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-price .price-savings { width: 100%; text-align: right; padding-top: 0.5rem; color: var(--tpl-color-brand); font-style: italic; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions { position: relative; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-variants { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-variants .variant .variant-text { padding: 0.25rem 1rem 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-variants .variant .variant-select { padding: 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-available { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-quantity { margin-right: 0; margin-left: auto; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-quantity .quantity-title { display: none; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-button { margin-right: 0; margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-cart .product-button > * { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-link { margin-top: 1rem; display: flex; justify-content: flex-end; align-items: center; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-link .addFavorite { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods .object-full .object-info .object-actions .product-link a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button { margin-top: 1rem; width: 100%; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button .addBasket { width: 100%; margin: 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="500"] .object-full .object-info .object-actions .product-variants .variant .variant-text { width: 25%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="500"] .object-full .object-info .object-actions .product-cart .addFavorite { position: absolute; left: auto; right: 0; bottom: 5rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="500"] .object-full .object-images .fotorama__nav-wrap { margin-top: 1em; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full { padding: 4rem 2rem; display: flex; align-items: flex-start; flex-direction: row; justify-content: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-images { width: 45%; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info { width: 45%; max-width: 500px; margin-left: 4rem; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-price { margin-top: 2rem; margin-bottom: 4rem; align-items: center; justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-price .price-savings { margin-left: 1rem; width: auto; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart { flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart .quantity { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods .object-detail { background-color: var(--tpl-color-background-accent); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods .object-detail .product-description { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods .object-detail .product-description .description-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-detail { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-detail .product-description .description-header { margin-top: 3rem; margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods .object-character { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters .characters-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table { width: 100%; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table .row { border-bottom: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table .row .feature { padding: 0.5rem 0; font-weight: 600; }
.tpl-component-netcat-module-netshop-goods .object-character .product-characters-table .row .value { padding: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .object-character { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods[data-nc-b1~="760"] .characters-header { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods .object-full + .object-character { border-top: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin { display: block; }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin .nc-netshop-variant { margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin .item-image { display: flex }
.tpl-component-netcat-module-netshop-goods .goods-item.type-list.inside-admin .item-actions { display: none !important; }
body.nc_edit_objects .tpl-component-netcat-module-netshop-goods .product-view { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .catalogue-prefix { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; min-width: 300px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .catalogue-prefix .product-sorting { margin: 0.5rem; margin-left: 0; display: flex; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .catalogue-prefix .product-sorting .title { margin: 0.5rem; margin-left: 0; margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .catalogue-prefix .product-view { margin: 0.5rem; margin-right: 0; display: flex; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .catalogue-prefix .product-view .view-select { margin: 0.25rem; color: var(--tpl-color-foreground-accent); cursor: pointer; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .catalogue-prefix .product-view .view-select.active { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b2~="400"] .product-sorting .title { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b2~="400"] .catalogue-prefix { flex-direction: column; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b2~="400"] .catalogue-prefix .product-view { margin: 0.5rem 0.5rem 1.5rem 0.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity { display: inline-flex; flex-direction: row; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity .quantity-button { border-radius: 0; margin: 0; padding: 0; height: 2rem; width: 2rem; position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity .quantity-button:before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; line-height: 2rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity .quantity-button--less:before { content: "-"; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity .quantity-button--more:before { content: "+"; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity .quantity-input { border-radius: 0; margin: 0; padding: 0; text-align: center; height: 2rem; width: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity .quantity-input::-webkit-outer-spin-button, .tpl-component-netcat-module-netshop-goods.tpl-template-general .quantity .quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .addFavorite { border: 0; border-radius: 50%; font-size: 1rem; padding: 0.5rem; display: inline-flex; align-items: center; justify-items: center; justify-content: center; cursor: pointer; background-color: var(--tpl-color-background-accent); border-color: var(--tpl-color-brand); color: var(--tpl-color-brand); text-decoration: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quickbuy { margin-right: 1rem; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .quickbuy i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .compare { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .compare i { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects { display: flex; flex-direction: row; flex-wrap: wrap; min-width: 260px; justify-content: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item { display: inline-flex; text-decoration: none; position: relative; min-height: 200px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item .item-image { position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item .item-info { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large { flex-direction: column; width: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-info { justify-content: center; text-align: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-actions { margin-top: 0.5rem; display: flex; flex-direction: row; align-items: center; justify-content: space-around; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart { display: flex; flex-direction: column; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-large .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list { padding: 1rem 0; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list:not(:first-child) { border-top: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-image { width: 70%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-info { text-align: left; width: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-info .item-price { margin-top: 0.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions { margin-top: 0.5rem; margin-left: auto; margin-right: 0; max-width: 60%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions .actions-link { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart > * { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .quantity { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addBasket { padding: 0.4rem 0.6rem; margin: 0; display: flex; align-self: stretch; justify-content: stretch; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .tpl-block-list-objects .goods-item.type-list .item-actions .actions-cart .cart-button .addFavorite { position: absolute; top: 1rem; right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="420"] .goods-item.type-list .item-image { width: 33%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="420"] .goods-item.type-list .item-info { width: calc(66% - 1rem); margin-left: 1rem; display: flex; flex-direction: row; justify-content: space-between; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="420"] .goods-item.type-list .item-info .item-price { margin-top: 4rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="420"] .goods-item.type-list .item-actions { width: calc(66% - 1rem); margin-bottom: 0; margin-top: auto; display: flex; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="420"] .goods-item.type-list .item-actions .quantity { display: flex; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="480"] .goods-item.type-large { width: 50%; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="480"] .goods-item.type-large .item-actions { margin-bottom: 0; margin-top: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="480"] .goods-item.type-list { align-items: flex-start; flex-direction: column; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="480"] .goods-item.type-list .item-image { width: 30%; float: left; position: absolute; left: 0; top: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="480"] .goods-item.type-list .item-info { margin-left: 32%; margin-top: 1rem; width: calc(68%); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="480"] .goods-item.type-list .actions-cart { width: 100%; margin-left: 1rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list { align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list .item-image { width: 25%; float: none; position: relative; left: 0; top: 0; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list .item-info { width: auto; flex-grow: 1; margin-left: 1rem; margin-top: 2.5rem; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list .item-actions { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link { display: flex; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-link .quickbuy { margin-right: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart { justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="580"] .goods-item.type-list .item-actions .actions-cart .cart-button { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .tpl-block-list-objects { justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-large { width: 33%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list { flex-direction: row; align-items: flex-start; flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list .item-image { width: 25%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list .item-info { width: auto; margin-left: 1rem; margin-top: 1rem; margin-right: 0; flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list .item-info .item-price { margin-top: 1rem; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list .item-actions { width: auto; margin-left: 0; margin-right: 0; flex-direction: column; justify-content: flex-end; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-link { margin-bottom: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart { flex-direction: row; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="700"] .goods-item.type-list .item-actions .actions-cart .quantity { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="780"] .goods-item.type-list .item-info { justify-content: center; margin-top: auto; margin-bottom: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="780"] .goods-item.type-list .item-actions { justify-content: center; margin-top: auto; margin-bottom: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="920"] .goods-item.type-large { width: 25%; max-width: 400px; padding: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-link { margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="920"] .goods-item.type-list .item-actions .actions-cart { flex-direction: column; align-items: flex-end; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; margin-top: 2rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info { position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-price { margin-top: 1rem; margin-bottom: 1rem; display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-price .price-old { margin-right: 0.5rem; font-style: italic; opacity: 0.5; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-price .price-savings { width: 100%; text-align: right; padding-top: 0.5rem; color: var(--tpl-color-brand); font-style: italic; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions { position: relative; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-variants { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-variants .variant .variant-text { padding: 0.25rem 1rem 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-variants .variant .variant-select { padding: 0.25rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-cart { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-cart .product-available { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-cart .product-quantity { margin-right: 0; margin-left: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-cart .product-quantity .quantity-title { display: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-cart .product-button { margin-right: 0; margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-cart .product-button > * { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-link { margin-top: 1rem; display: flex; justify-content: flex-end; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-link .addFavorite { margin-left: 0; margin-right: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full .object-info .object-actions .product-link a { text-decoration: none; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button { margin-top: 1rem; width: 100%; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b2~="500"] .object-full .object-actions .product-cart .product-button .addBasket { width: 100%; margin: 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="500"] .object-full .object-info .object-actions .product-variants .variant .variant-text { width: 25%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="500"] .object-full .object-info .object-actions .product-cart .addFavorite { position: absolute; left: auto; right: 0; bottom: 5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="500"] .object-full .object-images .fotorama__nav-wrap { margin-top: 1em; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-full { padding: 4rem 2rem; display: flex; align-items: flex-start; flex-direction: row; justify-content: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-full .object-images { width: 45%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-full .object-info { width: 45%; max-width: 500px; margin-left: 4rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-full .object-info .object-price { margin-top: 2rem; margin-bottom: 4rem; align-items: center; justify-content: flex-start; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-full .object-info .object-price .price-savings { margin-left: 1rem; width: auto; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart { flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-full .object-info .object-actions .product-cart .quantity { margin-left: 1rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-detail { background-color: var(--tpl-color-background-accent); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-detail .product-description { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-detail .product-description .description-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-detail { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-detail .product-description .description-header { margin-top: 3rem; margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-character { background-color: var(--tpl-color-background-main); padding: 2rem 1.5rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-character .product-characters { width: 100%; max-width: 630px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-character .product-characters .characters-header { text-align: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-character .product-characters-table { width: 100%; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-character .product-characters-table .row { border-bottom: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-character .product-characters-table .row .feature { padding: 0.5rem 0; font-weight: 600; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-character .product-characters-table .row .value { padding: 0.5rem 0; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .object-character { padding: 4rem 2rem; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general[data-nc-b1~="760"] .characters-header { margin-bottom: 3rem; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .object-full + .object-character { border-top: 1px solid var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .goods-item.type-list.inside-admin { display: block; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .goods-item.type-list.inside-admin .nc-netshop-variant { margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .goods-item.type-list.inside-admin .item-image { display: flex }
.tpl-component-netcat-module-netshop-goods.tpl-template-general .goods-item.type-list.inside-admin .item-actions { display: none !important; }
body.nc_edit_objects .tpl-component-netcat-module-netshop-goods.tpl-template-general .product-view { display: none; }
.tpl-component-netcat-module-netshop-goods-universal-2024 { --box-border-radius: 10px; --box-default-spacing: 40px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .fill-flex-width { flex-grow: 1; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .user-lists { display: flex; flex-direction: row; gap: 12px; margin-left: 12px; justify-content: flex-end; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .user-feedback { display: none; flex-direction: row; align-items: center; font-size: 0.8em; color: var(--tpl-color-foreground-main-lightest); }
.tpl-component-netcat-module-netshop-goods-universal-2024 .user-feedback a { color: var(--tpl-color-foreground-main-lightest); text-decoration: none; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .user-rating { background: url('data:image/svg+xml, <svg class="icon" xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path d="M9.5 0.5L11.6329 7.06434H18.535L12.9511 11.1213L15.084 17.6857L9.5 13.6287L3.91604 17.6857L6.04892 11.1213L0.464963 7.06434H7.36712L9.5 0.5Z" fill="%23FFD176"/></svg>') no-repeat; background-position-y: 2px; margin-right: 16px; padding-left: 24px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects:not(.small):not(.big) { opacity: 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .prefix { display: flex; align-items: center; margin-bottom: 28px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .prefix-count { color: var(--tpl-color-foreground-main-lightest); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .prefix-buttons { display: flex; gap: 4px; margin-left: 30px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .prefix-buttons .button { border-radius: var(--box-border-radius); border: 1px solid transparent; padding: 8px; cursor: pointer; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .prefix-buttons .button.selected { border: 1px solid rgba(0, 0, 0, 0.2); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .prefix-buttons path { stroke: var(--tpl-color-foreground-main-lightest); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .prefix-buttons .button.selected path { stroke: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-wrapper { max-width: 600px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item { --item-inner-spacing: 20px; --item-badge-height: 42px; --item-badge-margin-bottom: 12px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item > * { width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-discount-badge { width: 41px; height: var(--item-badge-height); position: relative; margin-bottom: var(--item-badge-margin-bottom); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-discount-badge svg { position: absolute; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-discount-badge svg rect { fill: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-discount-badge .value { color: #FFF; font-size: 12px; font-weight: 500; position: absolute; z-index: 10; top: 13px; width: 41px; text-align: center; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .user-lists { flex-grow: 1; align-content: flex-end; align-items: center; width: auto; height: var(--item-badge-height); margin-bottom: var(--item-badge-margin-bottom); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item a { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-image { margin-bottom: 14px; position: relative; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--item-image-padding-top); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-image .item-image-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-image .item-image-wrapper img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--item-image-fit); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-prices { margin-bottom: 14px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-price { margin-right: 8px; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .original-price { text-decoration: line-through; color: var(--tpl-color-foreground-main-lightest); white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-details { margin-bottom: 14px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .item-details .item-description { display: none; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-list .user-feedback { margin-top: 11px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects > *[data-nc-b2~="170"].tpl-block-list .item { --item-badge-margin-bottom: 5px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects > *[data-nc-b2~="170"].tpl-block-list .item-image { margin-bottom: 18px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects > *[data-nc-b2~="170"].tpl-block-list .item-prices { margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects > *[data-nc-b2~="170"].tpl-block-list .user-feedback { top: 16px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects > *[data-nc-b2~="170"].tpl-block-list .item-details { margin-bottom: 14px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .big-break { height: 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-wrapper { max-width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item { display: grid; grid-template-columns: 210px 1fr 160px; grid-template-rows: auto auto 40px; gap: 0 40px; grid-template-areas: "item-discount-badge item-details user-lists" "item-image item-details item-prices" "item-image item-details item-buttons"; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-discount-badge { grid-area: item-discount-badge; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .user-lists { grid-area: user-lists; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-image-link { grid-area: item-image; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-details { grid-area: item-details; height: 100%; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-details .item-description { display: block; color: var(--tpl-color-foreground-main-lighter); }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-prices-link { grid-area: item-prices; height: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-prices { display: flex; flex-direction: column-reverse; justify-content: center; height: 100%; text-align: right; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-prices .item-price { margin: 12px 0 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024 .tpl-block-list-objects.big .item-buttons { grid-area: item-buttons; text-align: right; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="500"][data-nc-b2~="768"] .tpl-block-list-objects.big .item { grid-template-columns: 150px 1fr auto; gap: 0 18px; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="500"][data-nc-b2~="768"] .tpl-block-list-objects.big .item-prices .item-price { margin: 2px 0 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"].tpl-block-list .prefix { flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"].tpl-block-list .prefix-count { width: 100%; margin-bottom: 10px; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"].tpl-block-list .prefix-sort { flex-grow: 1; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item { display: grid; grid-template-columns: auto auto 1fr auto; grid-template-rows: auto auto auto; gap: 0 0; grid-auto-flow: row; grid-template-areas: "item-image item-image item-discount-badge item-discount-badge" "item-image item-image item-details item-details" "user-lists item-prices item-prices item-buttons"; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-image-link { grid-area: item-image; width: 85px; margin-right: 8px; align-self: center; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-discount-badge { grid-area: item-discount-badge; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-details { grid-area: item-details; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .user-lists { grid-area: user-lists; margin: 0; align-self: end; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-prices-link { grid-area: item-prices; align-self: end; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-prices { text-align: center; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .original-price { font-size: 0.85rem; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-price { margin: 2px 0 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-details { align-self: center; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="500"] .tpl-block-list-objects.big .item-buttons { grid-area: item-buttons; align-self: end; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full { margin-bottom: 80px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full section { margin-top: var(--box-default-spacing); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full section.top { margin-top: 0; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: var(--box-default-spacing); max-width: 100%; min-width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-discount-badge { position: absolute; top: 20px; left: 20px; width: 41px; height: 42px; z-index: 100; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-discount-badge svg { position: absolute; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-discount-badge svg rect { fill: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-discount-badge .value { color: #FFF; font-size: 12px; font-weight: 500; position: absolute; top: 10px; width: 41px; text-align: center; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-gallery { position: relative; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-gallery .fotorama-container { min-width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-gallery .fotorama img { max-width: 90vw; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-gallery .fotorama.not-ready { max-height: 520px; height: 520px; width: 100%; overflow: hidden; opacity: 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-gallery .fotorama__stage { border-radius: var(--box-border-radius); border: 1px solid var(--tpl-color-background-main-dark, #DFDFDF); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-gallery .fotorama__thumb-border { border-radius: var(--box-border-radius); border-color: var(--tpl-color-brand, #5B91F6); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-gallery .fotorama__thumb { border-radius: var(--box-border-radius); border: 1px solid var(--tpl-color-background-main-dark, #DFDFDF); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-properties { flex-grow: 1; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .property { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .property .name { width: 167px; color: var(--tpl-color-foreground-main-lightest); flex-shrink: 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .property .value { flex-grow: 1; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .property.variants { --inner-padding: 8px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .property.variants .name { padding-top: var(--inner-padding); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .variant-list { display: flex; flex-direction: row; align-items: stretch; flex-wrap: wrap; gap: 8px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .variant-list a { border: 1px solid rgba(0, 0, 0, 0.09); border-radius: var(--box-border-radius); padding: var(--inner-padding); text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .variant-list a.missing { opacity: 0.5; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .variant-list span.none { padding-top: var(--inner-padding); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .variant-list a.selected { border-color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-price { border-radius: var(--box-border-radius); background: var(--tpl-color-background-main-dark, #F5F5F5); padding: 30px 30px 20px 30px; min-width: 312px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-price .item-price { font-size: 1.6em; font-weight: 500; padding-right: 8px; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-price .original-price { text-decoration: line-through; color: var(--tpl-color-foreground-main-lightest); white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-price .info { margin: 20px 0 10px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-price .cart-buttons { margin-top: 20px; white-space: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-price .cart-button { display: inline-block; margin: 0 10px 10px 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .top-price .cart-button:last-of-type { margin-right: 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full section > h3 { margin: 0 0 30px 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .details-section .details { margin-bottom: 20px; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .add-comment .tpl-caption { display: block; }
.tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .add-comment label, .tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .add-comment input[type="text"], .tpl-component-netcat-module-netshop-goods-universal-2024.tpl-block-full .add-comment textarea { width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"].tpl-block-full .top-price, .tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"].tpl-block-full .top-gallery { width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"].tpl-block-full .top-price { min-width: 100%; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"].tpl-block-full .property { flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"].tpl-block-full .property.variants { flex-direction: column; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"].tpl-block-full .property.variants .name { width: 100%; padding-top: 0; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"].tpl-block-full .top-price .cart-buttons { white-space: normal; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="650"] .user-comment-count { flex-shrink: 1; overflow: hidden; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="1024"].tpl-block-full { margin-bottom: 60px; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b2~="768"].tpl-block-full { margin-bottom: 40px; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="650"][data-nc-b2~="1300"].tpl-block-full .top-gallery { flex-grow: 1; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="650"][data-nc-b2~="1300"].tpl-block-full .top-properties { order: 3; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="1300"].tpl-block-full section.top { flex-wrap: nowrap; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="1300"].tpl-block-full .top-gallery { width: 580px; min-width: 580px; }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="1300"].tpl-block-full .all-properties { columns: 2 var(--box-default-spacing); }
.tpl-component-netcat-module-netshop-goods-universal-2024[data-nc-b1~="1300"].tpl-block-full section { max-width: 950px; }
.tpl-component-netcat-module-netshop-modal-basket-add .nc-popup-admin-helper { height: 80px; line-height: 80px; vertical-align: middle; text-align: center; background-color: #04b8f9; margin: 1px 0; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart { display: block; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); text-align: left; z-index: 100; display: none; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content { display: table-cell; vertical-align: middle; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-wrap { width: 720px; padding: 20px 10px; margin: 0 auto; position: relative; height: 100vh; display: table; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-close { position: absolute; top: 0px; right: 0px; height: 40px; width: 40px; display: block; z-index: 10; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-close:before { content: '\004d'; font-family: 'ElegantIcons'; position: absolute; color: var(--tpl-color-foreground-accent); top: 8px; left: 2px; font-size: 26px; line-height: 30px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-close:hover:before, .tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-close:active:before { color: var(--tpl-color-brand); -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-inner { background: var(--tpl-color-background-main-light, #ffffff); position: relative; -webkit-box-shadow: 0px 7px 52px 0px rgba(177, 177, 177, 0.39); box-shadow: 0px 7px 52px 0px rgba(177, 177, 177, 0.39); padding: 50px 7%; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-icon { font-size: 41px; color: var(--tpl-color-brand); text-align: center; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-content-notify { color: var(--tpl-color-brand,darkred); text-align: center; padding-top: 20px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-header { font-weight: 700; color: var(--tpl-color-foreground-main); text-align: center; padding-top: 40px; max-width: 500px; margin: 0 auto; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-caption { line-height: 22px; color: var(--tpl-color-foreground-main); text-align: center; max-width: 500px; padding-top: 5px; margin: 0 auto; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-buttons { text-align: center; padding: 40px 20px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width: 790px) {
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-inner { padding: 28px 6% 34px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-wrap { width: 520px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-header { font-weight: 600; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-icon { display: none; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-caption { padding-top: 1px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-buttons { padding: 47px 0px 0; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .button--form { padding: 14px 10px 15px; width: 212px; }
}
@media (max-width: 560px) {
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-inner { padding: 28px 20px 24px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-wrap { width: 320px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-buttons { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 27px 0px 0; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-buttons button { width:100%; margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-caption { padding-top: 5px; font-size: 14px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .popup-content-header { font-size: 18px; line-height: 28px; }
.tpl-component-netcat-module-netshop-modal-basket-add .popup-cart .button--form { margin-bottom: 15px; }
}
.tpl-component-netcat-module-netshop-modal-compare .nc-popup-admin-helper { height: 80px; line-height: 80px; vertical-align: middle; text-align: center; background-color: #04b8f9; margin: 1px 0; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare { display: block; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); text-align: left; z-index: 100; display: none; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content { display: table-cell; vertical-align: middle; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-wrap { width: 720px; padding: 20px 10px; margin: 0 auto; position: relative; height: 100vh; display: table; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-close { position: absolute; top: 0px; right: 0px; height: 40px; width: 40px; display: block; z-index: 10; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-close:before { content: '\004d'; font-family: 'ElegantIcons'; position: absolute; color: var(--tpl-color-foreground-accent); top: 8px; left: 2px; font-size: 26px; line-height: 30px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-close:hover:before, .tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-close:active:before { color: var(--tpl-color-brand); -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-inner { background: var(--tpl-color-background-main-light, #ffffff); position: relative; -webkit-box-shadow: 0px 7px 52px 0px rgba(177, 177, 177, 0.39); box-shadow: 0px 7px 52px 0px rgba(177, 177, 177, 0.39); padding: 50px 7%; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-icon { font-size: 41px; color: var(--tpl-color-brand); text-align: center; }
.tpl-component-netcat-module-netshop-modal-compare .popup-content-notify { color: var(--tpl-color-brand,darkred); text-align: center; padding-top: 20px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-header { font-weight: 700; color: var(--tpl-color-foreground-main); text-align: center; padding-top: 40px; max-width: 500px; margin: 0 auto; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-caption { line-height: 22px; color: var(--tpl-color-foreground-main); text-align: center; max-width: 500px; padding-top: 5px; margin: 0 auto; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-buttons { text-align: center; padding: 40px 20px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width: 790px) {
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-inner { padding: 28px 6% 34px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-wrap { width: 520px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-header { font-weight: 600; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-icon { display: none; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-caption { padding-top: 1px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-buttons { padding: 47px 0px 0; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .button--form { padding: 14px 10px 15px; width: 212px; }
}
@media (max-width: 560px) {
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-inner { padding: 28px 20px 24px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-wrap { width: 320px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-buttons { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 27px 0px 0; align-items: stretch; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-buttons button { width:100%; margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-modal-compare .popup-favorite .popup-content-caption { padding-top: 5px; font-size: 14px; }
.tpl-component-netcat-module-netshop-modal-compare .popup-compare .popup-content-header { font-size: 18px; line-height: 28px; }
}
.tpl-component-netcat-module-netshop-modal-favorite .nc-popup-admin-helper { height: 80px; line-height: 80px; vertical-align: middle; text-align: center; background-color: #04b8f9; margin: 1px 0; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite { display: block; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); text-align: left; z-index: 100; display: none; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content { display: table-cell; vertical-align: middle; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-wrap { width: 720px; padding: 20px 10px; margin: 0 auto; position: relative; height: 100vh; display: table; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-close { position: absolute; top: 0px; right: 0px; height: 40px; width: 40px; display: block; z-index: 10; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-close:before { content: '\004d'; font-family: 'ElegantIcons'; position: absolute; color: var(--tpl-color-foreground-accent); top: 8px; left: 2px; font-size: 26px; line-height: 30px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-close:hover:before, .tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-close:active:before { color: var(--tpl-color-brand); -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-inner { background: var(--tpl-color-background-main-light, #ffffff); position: relative; -webkit-box-shadow: 0px 7px 52px 0px rgba(177, 177, 177, 0.39); box-shadow: 0px 7px 52px 0px rgba(177, 177, 177, 0.39); padding: 50px 7%; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-icon { font-size: 41px; color: var(--tpl-color-brand); text-align: center; font-weight: 300; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-content-notify { color: var(--tpl-color-brand,darkred); text-align: center; padding-top: 20px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-header { font-weight: 700; color: var(--tpl-color-foreground-main); text-align: center; padding-top: 40px; max-width: 500px; margin: 0 auto; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-caption { line-height: 22px; color: var(--tpl-color-foreground-main); text-align: center; max-width: 500px; padding-top: 5px; margin: 0 auto; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-buttons { text-align: center; padding: 40px 20px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width: 790px) {
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-inner { padding: 28px 6% 34px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-wrap { width: 520px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-header { font-weight: 600; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-icon { display: none; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-caption { padding-top: 1px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-buttons { padding: 47px 0px 0; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .button--form { padding: 14px 10px 15px; width: 212px; }
}
@media (max-width: 560px) {
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-inner { padding: 28px 20px 24px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-wrap { width: 320px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-buttons { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 27px 0px 0; align-items: stretch; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-buttons button { width:100%; margin: 0.5rem 0; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-caption { padding-top: 5px; font-size: 14px; }
.tpl-component-netcat-module-netshop-modal-favorite .popup-favorite .popup-content-header { font-size: 18px; line-height: 28px; }
}
.tpl-component-netcat-module-auth-modal-auth .nc-popup-admin-helper { height: 80px; line-height: 80px; vertical-align: middle; text-align: center; background-color: #04b8f9; margin: 1px 0; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); text-align: left; z-index: 500; display: none; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .error { color: maroon; font-weight: 400; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content { display: table-cell; width: 100%; vertical-align: middle; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-wrap { max-width: 455px; min-width: 300px; width: 100%; padding: 0 20px; margin: 0 auto; position: relative; height: 100vh; display: flex; align-items: center; justify-content: stretch; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-inner { background: var(--tpl-color-background-main); position: relative; -webkit-box-shadow: 0px 7px 52px 0px var(--tpl-color-foreground-main); box-shadow: 0px 7px 52px 0px var(--tpl-color-foreground-main); padding: 7% 7% 7% 7%; -webkit-transition: all 5s; transition: all 5s; }
@media (min-width: 500px) {
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-inner { padding: 33px 14% 33px 14%; }
}
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-text { -webkit-transition: all 5s; transition: all 5s; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-close { position: absolute; top: 0px; right: 0px; height: 40px; width: 40px; display: block; z-index: 10; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-close::before { content: '\004d'; font-family: 'ElegantIcons'; position: absolute; color: var(--tpl-color-brand-light); top: 8px; left: -2px; font-size: 26px; line-height: 30px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-close:hover::before { color: var(--tpl-color-brand); -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-social { padding: 25px 0 25px; display: flex; justify-content: flex-start; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-social .nc-social-auth-container { width: 1.5em; height: 1.5em; margin-right: 1em; text-align: center; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-social .nc-social-auth-container > * { overflow: hidden; width: 1.5em !important; height: 1.5em !important; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-social .tpl-icon { width: 1.2em; height: 1.2em; fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-caption { text-align: left; display: flex; line-height: 1; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-caption hr { margin-left: 1em; border: 0; color: var(--tpl-color-background-main-dark); background-color: var(--tpl-color-background-main-dark); height: 1px; flex-grow: 1; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-header { color: var(--tpl-color-foreground-main); text-align: left; padding-top: 20px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-header--alternative { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-header--alternative:hover, .tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-header--alternative:active { opacity: 0.8; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-inputs { padding-top: 25px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label { position: relative; padding-bottom: 10px; margin-bottom: 0; display: block; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label .error { max-height: 0; margin: 4px 0px -4px 0px !important; -webkit-transition: all 2s; transition: all 2s; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label-icon { position: absolute; left: 12px; top: 6px; width: 21px; height: 21px; background-image: url(/netcat_template/class/netcat_module_auth_modal_auth/images/sprite.png); content: ""; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--name .popup-content-label-icon { background-position: -21px -21px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--phone .popup-content-label-icon { background-position: -42px -21px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--email .popup-content-label-icon { background-position: 0px -22px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--password .popup-content-label-icon { background-position: -63px -21px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--captcha-image { display: flex; align-items: center; justify-content: flex-start; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--captcha-image button { border: 0; margin: 0; width: 30px; height: 30px; padding: 0.2em; position: relative; font-size: 20px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--captcha-image button svg { width: 1em; height: 1em; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--captcha-image button:focus { outline: none; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--agreed { display: flex; line-height: 1.1; align-items: flex-start; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--agreed input { margin-top: 4px; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-label--agreed span { margin-left: 0.5em; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-input { height: 2em; padding: 5px 10px 5px 58px !important; width: 100%; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-input:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-buttons { padding-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-buttons button { margin-left: auto; margin-right: 0; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-forgot { color: var(--tpl-color-brand); }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup .popup-content-forgot:hover { opacity: 0.8; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-auth-modal-auth .tpl-component-login-popup.reg .popup-content-buttons { justify-content: flex-end; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field { line-height: 1; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field .search-block { display: block; width: 100%; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field .search-block > * { width: 100%; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field .search-block-form { white-space: nowrap; display: flex; align-items: center; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field .search-block-input.full { width: 100%; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field .search-block-input.set { max-width: 100%; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field .search-block-button { display: block; }
.tpl-component-netcat-module-search-snippet.tpl-template-search-field[data-nc-b2~="1420"] .search-block { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; position: static; }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 { line-height: 1; }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .profile { display: flex; flex-wrap: nowrap; flex-direction: row; align-items: center; text-decoration: none; }
@media (min-width: 500px) {
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .profile.display-texticon > .tpl-icon { margin-right: var(--tpl-object-item--icon-space-text); }
}
@media (max-width: 499px) {
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .profile.display-texticon .profile-name { display: none; }
}
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .tpl-icon { height: 1em; width: 1em; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; overflow: hidden; margin: 0; line-height: 1; color: var(--tpl-object-item--icon-color, var(--tpl-color-foreground-main)); }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .tpl-icon * { font-size: 1em; }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .tpl-icon[class*='icon-decor-'] * { font-size: 0.5em; }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .tpl-icon[class*='icon-decor-circle'] * { font-size: 0.4em; }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-module-auth-snippet.tpl-template-user-cabinet-1 .tpl-icon[class*='-fill'] { background-color: var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-base-icon .tpl-icon { height: 1em; width: 1em; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; margin: 0 !important; padding: 0; }
.tpl-component-netcat-base-icon .tpl-icon > svg, .tpl-component-netcat-base-icon .tpl-icon > img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-base-icon .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-base-icon .tpl-icon svg path { fill: var(--tpl-object--icon-color); }
.tpl-component-netcat-base-icon .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object--icon-decor-color); }
.tpl-component-netcat-base-icon .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object--icon-decor-color); }
.tpl-component-netcat-base-icon .tpl-icon[class*='icon-decor-'] > * { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-base-icon .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-base-icon .tpl-icon[class*='icon-decor-circle'] > * { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon { height: 1em; width: 1em; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; margin: 0 !important; padding: 0; }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon > svg, .tpl-component-netcat-base-icon.tpl-template-general .tpl-icon > img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon svg path { fill: var(--tpl-object--icon-color); }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object--icon-decor-color); }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object--icon-decor-color); }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon[class*='icon-decor-'] > * { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-base-icon.tpl-template-general .tpl-icon[class*='icon-decor-circle'] > * { max-width: 40%; max-height: 40%; }
