.tpl-component-netcat-base-image.tpl-template-single { min-height: 1em; height: 100%; }
.tpl-component-netcat-base-image.tpl-template-single > .tpl-block-list-objects { height: 100%; }
.tpl-component-netcat-base-image.tpl-template-single .object-item { max-width: 100%; height: 100%; }
.tpl-component-netcat-base-image.tpl-template-single .object-item img { min-height: 1em; }
.tpl-component-netcat-base-image.tpl-template-single .object-item.fullSize { max-width: 100%; }
.tpl-component-netcat-base-image.tpl-template-single .object-item > .nc-editable-image-container { width: 100%; }
.tpl-component-netcat-base-image.tpl-template-single .object-item.real img { max-width: 100%; }
.tpl-component-netcat-base-image.tpl-template-single .object-item.full img { width: 100%; max-width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-base-image.tpl-template-single .object-item.setHeight img { object-fit: cover; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-size { position: relative; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-size * { width: 100%; height: 100%; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-size img { max-width: 100%; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-size:before { display: block; content: ""; width: 100%; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-size:not(.size-real):not(.realSize) > .item-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-base-image.tpl-template-gallery .size- { padding-top: var(--tpl-image-padding-top); }
.tpl-component-netcat-base-image.tpl-template-gallery .size-5by1 { padding-top: 20%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-4by1 { padding-top: 25%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-3by1 { padding-top: 33.33%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-2by1 { padding-top: 50%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-16by9 { padding-top: 56.25%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-1-62by1 { padding-top: 61.72%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-3by2 { padding-top: 66.66%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-4by3 { padding-top: 75%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-1by1 { padding-top: 100%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-3by4 { padding-top: 133.33%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-2by3 { padding-top: 150%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-9by16 { padding-top: 177.77%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-1by1-62 { padding-top: 162%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-1by2 { padding-top: 200%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-1by3 { padding-top: 300%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-1by4 { padding-top: 400%; }
.tpl-component-netcat-base-image.tpl-template-gallery .size-1by5 { padding-top: 500%; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-image img { max-width: 100%; }
.tpl-component-netcat-base-image.tpl-template-gallery .item-image:not([class^='.image-']) img { margin-left: auto; margin-right: auto; }
.tpl-component-netcat-base-image.tpl-template-gallery .image-fill img { width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: fill; }
.tpl-component-netcat-base-image.tpl-template-gallery .image-contain img { width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
.tpl-component-netcat-base-image.tpl-template-gallery .image-cover img { width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.tpl-component-netcat-base-image.tpl-template-gallery .image-none img { object-fit: none; }
.tpl-component-netcat-block-fact.tpl-template-general .nc-editable-image-container { width: 60px; height: auto; }
.tpl-component-netcat-block-fact.tpl-template-general .object-item { display: grid; grid-template-columns: auto 1fr; grid-auto-rows: auto; align-self: start; }
.tpl-component-netcat-block-fact.tpl-template-general .object-item .object-item-image { display: flex; align-items: flex-start; margin: 0; }
.tpl-component-netcat-block-fact.tpl-template-general .object-item-title { color: var(--tpl-object-item--title-color); grid-column: 2; grid-row: 1; display: flex; align-items: center; }
.tpl-component-netcat-block-fact.tpl-template-general .object-item-description { grid-column: 2; grid-row: 2; }
.tpl-component-netcat-block-fact.tpl-template-general a.object-item { text-decoration: none; color: inherit; }
.tpl-component-netcat-block-fact.tpl-template-general .icon-none { .object-item-title { display: block; } }
.tpl-component-netcat-block-fact.tpl-template-general .icon-left { .object-item-image { margin-right: var(--tpl-object-item--icon-space-text); grid-column: 1; grid-row: 1; } }
.tpl-component-netcat-block-fact.tpl-template-general .icon-right { .object-item-image { margin-left: var(--tpl-object-item--icon-space-text); grid-column: 3; grid-row: 2; } .object-item-title { grid-column: 1; grid-row: 2; } .object-item-description { grid-column: 1; grid-row: 3; } }
.tpl-component-netcat-block-fact.tpl-template-general .icon-top { .object-item-image { margin-bottom: var(--tpl-object-item--icon-space-text); grid-column: 1; grid-row: 1; } .object-item-title { grid-column: 1; grid-row: 2; } .object-item-description { grid-column: 1; grid-row: 3; } }
.tpl-component-netcat-block-fact.tpl-template-general .icon-bottom { .object-item-image { margin-top: var(--tpl-object-item--icon-space-text); grid-column: 1; grid-row: 3; } .object-item-title { grid-column: 1; grid-row: 1; } .object-item-description { grid-column: 1; grid-row: 2; } }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon { height: 1em; width: 1em; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; overflow: hidden; margin: 0; }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon.tpl-text-inherit { width: 40px; height: 40px; min-height: 1.15em; line-height: 1.15; }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon svg, .tpl-component-netcat-block-fact.tpl-template-general .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon.library-icon { fill: var(--tpl-object-item--icon-color, revert-layer); }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon:not(.library-icon) path { stroke: var(--tpl-object-item--icon-color, revert-layer); }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon[class*='icon-decor-'] svg, .tpl-component-netcat-block-fact.tpl-template-general .tpl-icon[class*='icon-decor-'] img { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon[class*='icon-decor-circle'] svg, .tpl-component-netcat-block-fact.tpl-template-general .tpl-icon[class*='icon-decor-circle'] img { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-block-fact.tpl-template-general .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-block-faq.tpl-template-general .faq-question { margin: 0; color: var(--tpl-object-item--title-color, inherit); }
.tpl-component-netcat-block-faq.tpl-template-general .toggle-btn { display: flex; justify-content: space-between; align-items: center; }
.tpl-component-netcat-block-faq.tpl-template-general .toggle-icon { height: 16px; width: 16px; position: relative; display: flex; align-items: center; }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-alternate .toggle-icon::before, .tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-alternate .toggle-icon::after { content: ""; position: absolute; background-color: var(--tpl-object-item--icon-color); transition: transform 0.25s ease; }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-alternate .toggle-icon::before { width: 100%; height: 1.2px; top: 50%; transform: translateY(-50%); }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-alternate .toggle-icon::after { width: 1.2px; height: 100%; left: 50%; transform: translateX(-50%); }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-rotated .toggle-icon svg { width: 100%; height: 100%; transition: transform 0.25s ease; }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-alternate .faq-answer { margin-left: calc(30px + 16px); }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-rotated .faq-answer { margin-right: calc(30px + 16px); }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-alternate:not(.collapsed) .toggle-icon::after { transform: translateX(-50%) rotate(90deg); }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-rotated:not(.collapsed) .toggle-icon svg { transform: rotate(180deg); }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.collapsed .faq-answer { display: none; }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-alternate .faq-question { order: 2; }
.tpl-component-netcat-block-faq.tpl-template-general .faq-item.icon-rotated .faq-header { justify-content: space-between; }
.tpl-component-netcat-block-faq.tpl-template-general .faq-header { display: flex; align-items: center; cursor: pointer; gap: 30px; }
.tpl-component-netcat-block-faq.tpl-template-general .faq-answer { margin-top: 0.5rem; }
.tpl-component-netcat-block-logo { min-height: 1em; }
.tpl-component-netcat-block-logo .object { min-width: 50px; }
.tpl-component-netcat-block-logo .object a { color: inherit; text-decoration: none; display: block; }
.tpl-component-netcat-block-logo .partners-object { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: stretch; justify-self: stretch; text-align: center; }
.tpl-component-netcat-block-logo .partners-image { position: relative; margin: 0; width: 100%; }
.tpl-component-netcat-block-logo .partners-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-block-logo .partners-image .image { position: absolute; top: 15%; left: 15%; right: 15%; bottom: 15%; overflow: hidden; width: 70%; height: 70%; }
.tpl-component-netcat-block-logo .partners-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: contain; }
.tpl-component-netcat-block-logo .partners-image * { width: 100%; height: 100%; }
.tpl-component-netcat-block-logo.tpl-template-general .object { min-width: 50px; }
.tpl-component-netcat-block-logo.tpl-template-general .object a { color: inherit; text-decoration: none; display: block; }
.tpl-component-netcat-block-logo.tpl-template-general .partners-object { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: stretch; justify-self: stretch; text-align: center; }
.tpl-component-netcat-block-logo.tpl-template-general .partners-image { position: relative; margin: 0; width: 100%; }
.tpl-component-netcat-block-logo.tpl-template-general .partners-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-block-logo.tpl-template-general .partners-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-block-logo.tpl-template-general .partners-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: contain; }
.tpl-component-netcat-block-logo.tpl-template-general .partners-image * { width: 100%; height: 100%; }
.tpl-component-netcat-block-table .tpl-table { width: 100%; min-height: 60px; }
.tpl-component-netcat-block-table .tpl-table td { position: relative; }
.tpl-component-netcat-block-table .tpl-table .align-left { text-align: left; }
.tpl-component-netcat-block-table .tpl-table .align-center { text-align: center; }
.tpl-component-netcat-block-table .tpl-table .align-right { text-align: right; }
.tpl-component-netcat-block-table .tpl-table .align-justify { text-align: justify; }
.tpl-component-netcat-block-table .tpl-table .font-weight-normal { font-weight: 400 !important; }
.tpl-component-netcat-block-table .tpl-table .font-weight-semi-bold { font-weight: 700 !important; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table { width: 100%; min-height: 60px; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table td { position: relative; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table .align-left { text-align: left; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table .align-center { text-align: center; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table .align-right { text-align: right; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table .align-justify { text-align: justify; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table .font-weight-normal { font-weight: 400 !important; }
.tpl-component-netcat-block-table.tpl-template-general .tpl-table .font-weight-semi-bold { font-weight: 700 !important; }
.tpl-component-netcat-contact-office #map { width: 100%; min-height: 600px; padding: 0; margin: 20px 0 0; }
.tpl-component-netcat-contact-office.tpl-template-general { --border-radius: 7px; }
.tpl-component-netcat-contact-office.tpl-template-general .point { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; gap: 18px; max-width: 1076px; }
.tpl-component-netcat-contact-office.tpl-template-general .point .name-and-address { max-width: 700px; flex-grow: 1; }
.tpl-component-netcat-contact-office.tpl-template-general .point .name { margin-bottom: 8px; }
.tpl-component-netcat-contact-office.tpl-template-general .point .time + .phone { margin-top: 8px; }
.tpl-component-netcat-contact-office.tpl-template-general .point .contacts { color: var(--tpl-color-foreground-main-lightest); width: 200px; display: flex; flex-flow: column nowrap; align-self: center; flex-shrink: 0; }
.tpl-component-netcat-contact-office.tpl-template-general .point .contacts a { white-space: nowrap; }
.tpl-component-netcat-contact-office.tpl-template-general .point .phone .divider { display: none; }
.tpl-component-netcat-contact-office.tpl-template-general .point .contacts a { color: var(--tpl-color-foreground-main-lightest); text-decoration: none; }
.tpl-component-netcat-contact-office.tpl-template-general .popup-container { display: block; }
.tpl-component-netcat-contact-office.tpl-template-general .popup-container .name-and-address { margin-bottom: 12px; }
.tpl-component-netcat-contact-office.tpl-template-general .popup-container .contacts { width: 100%; }
.tpl-component-netcat-contact-office.tpl-template-general .popup-container .phone .divider { display: inline; }
.tpl-component-netcat-contact-office.tpl-template-general .popup-container .time + .phone { margin-top: 4px; }
.tpl-component-netcat-contact-office.tpl-template-general .tpl-block-list-objects > *[data-nc-b2~="695"].point { display: block; }
.tpl-component-netcat-contact-office.tpl-template-general .tpl-block-list-objects > *[data-nc-b2~="695"].point .contacts { width: 100%; }
.tpl-component-netcat-contact-office.tpl-template-general .tpl-block-list-objects > *[data-nc-b2~="695"].point .time { margin-top: 8px; }
.tpl-component-netcat-contact-office.tpl-template-general .tpl-block-list-objects > *[data-nc-b2~="695"].point .phone .divider { display: inline; }
.tpl-component-netcat-contact-office.tpl-template-general .map-in-prefix, .tpl-component-netcat-contact-office.tpl-template-general .map-in-suffix { position: relative; }
.tpl-component-netcat-contact-office.tpl-template-general .map-in-prefix .map-container { position: relative; margin-bottom: var(--map-margin, 20px); }
.tpl-component-netcat-contact-office.tpl-template-general .map-in-suffix .map-container { margin-top: var(--map-margin, 20px); }
.tpl-component-netcat-contact-office.tpl-template-general .map-container { height: 600px; max-height: 90vh; width: 100%; }
.tpl-component-netcat-contact-office.tpl-template-general ymaps { border-radius: var(--border-radius); }
.tpl-component-netcat-contact-office.tpl-template-general .ymaps3x0--zoom-control { border: none; background: none; box-shadow: none; }
.tpl-component-netcat-contact-office.tpl-template-general .ymaps3x0--zoom-control button { border-radius: var(--border-radius); margin-bottom: 4px; background: white; }
.tpl-component-netcat-contact-office.tpl-template-general .map-marker-circle { padding: 0 10px; border: 2px solid white; border-radius: 20px; background-color: #5B91F6; cursor: pointer; }
.tpl-component-netcat-contact-office.tpl-template-general .popup { position: absolute; background-color: #FFFFFF; border-radius: var(--border-radius); box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12); top: 0; left: 30px; }
.tpl-component-netcat-contact-office.tpl-template-general .popup-container { position: relative; min-width: 400px; max-width: 536px; padding: 30px; }
.tpl-component-netcat-contact-office.tpl-template-general .popup::before { position: absolute; background-color: #FFFFFF; border-radius: var(--border-radius); box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12); }
.tpl-component-netcat-contact-office.tpl-template-general .popup-close { position: absolute; top: 5px; right: -2px; width: 24px; cursor: pointer; font-size: 18px; z-index: 2000; }
.tpl-component-netcat-contact-office.tpl-template-general .big-popup { display: none; position: absolute; background: white; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: var(--border-radius); }
.tpl-component-netcat-contact-office.tpl-template-general .big-popup .popup-container, .tpl-component-netcat-contact-office.tpl-template-general .big-popup .popup-container .contacts { text-align: center; min-width: 100%; max-width: 100%; }
.tpl-component-netcat-contact-personal.tpl-template-general .contacts-object { display: flex; flex-direction: column; }
.tpl-component-netcat-contact-personal.tpl-template-general .contact-name { color: var(--tpl-object-item--title-color); }
.tpl-component-netcat-contact-personal.tpl-template-general .contacts-object .square-image { overflow: hidden; }
.tpl-component-netcat-contact-personal.tpl-template-general .contacts-object .square-image img { width: 160px; height: 160px; object-fit: cover; }
.tpl-component-netcat-contact-personal.tpl-template-general .contacts-object .square-image.rounded img { border-radius: 50%; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-image-wrapper { width: 100%; aspect-ratio: var(--tpl-object--image-ratio, 4/3); overflow: hidden; position: relative; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-image-wrapper * { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }
.tpl-component-netcat-contact-personal.tpl-template-general .contacts-object-socials { display: flex; flex-wrap: wrap; gap: 4px; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-block-list-objects .tpl-icon { height: 1em; width: 1em; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; overflow: hidden; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-block-list-objects .tpl-text-inherit .tpl-icon { width: 3em; height: 3em; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-block-list-objects .tpl-text-inherit .tpl-icon svg { width: 2rem !important; height: 2rem !important; }
.tpl-component-netcat-contact-personal.tpl-template-general .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-contact-personal.tpl-template-general .tpl-icon.tpl-text-inherit { width: 1.15em; height: 1.15em; min-height: 1.15em; line-height: 1.15; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon * { max-width: 100%; max-height: 100%; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon svg, .tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon svg path { fill: var(--tpl-object-item--icon-color); }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon[class*='icon-decor-'] svg, .tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon[class*='icon-decor-'] img { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon[class*='icon-decor-circle'] svg, .tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon[class*='icon-decor-circle'] img { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-contact-personal.tpl-template-general .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full .person-wrapper { display: grid; column-gap: 50px; row-gap: 20px; grid-template-columns: 1fr 2fr; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full .person-post { margin-top: 0; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full .contacts-wrapper { display: flex; gap: 20px; flex-direction: column; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full a { text-decoration: none; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full .contact-item { display: flex; gap: 20px; align-items: center; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full .contacts-object-socials { gap: 10px; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full .person-image-wrapper { align-self: start; }
.tpl-component-netcat-contact-personal.tpl-template-general .person-full .person-biography { margin: 20px 0; padding: 20px 0; border-top: 1px solid #F5F3F4; border-bottom: 1px solid #F5F3F4; }
.tpl-component-netcat-contact-personal.tpl-template-general[data-nc-b2~="790"] .person-full .person-wrapper { grid-template-columns: 1fr; }
.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-contact-short.tpl-template-with-description { min-height: 1em; }
.tpl-component-netcat-contact-short.tpl-template-with-description .object-item { display: flex; }
.tpl-component-netcat-contact-short.tpl-template-with-description .object-item .tpl-text { display: flex; flex-direction: column; }
.tpl-component-netcat-contact-short.tpl-template-with-description .object-item a { text-decoration: none; }
.tpl-component-netcat-contact-short.tpl-template-with-description .object-item.vertical { flex-direction: column; }
.tpl-component-netcat-contact-short.tpl-template-with-description .object-item.vertical div > .tpl-icon { margin-bottom: var(--tpl-object-item--icon-space-text); }
.tpl-component-netcat-contact-short.tpl-template-with-description .object-item:not(.vertical) { align-items: var(--tpl-object-item--icon-align); }
.tpl-component-netcat-contact-short.tpl-template-with-description .object-item:not(.vertical) div > .tpl-icon { margin-right: var(--tpl-object-item--icon-space-text); }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon { margin: 0; height: 1em; width: 1em; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon.tpl-text-inherit { width: 40px; height: 40px; font-size: 40px; min-height: 1.15em; line-height: 1.15; }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon > svg, .tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon > img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon.colorize svg path { fill: var(--tpl-object-item--icon-color); }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon > * { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-contact-short.tpl-template-with-description .tpl-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-multipage-article.tpl-template-general .object-item, .tpl-component-netcat-multipage-article.tpl-template-general .object-item a { text-decoration: none; }
.tpl-component-netcat-multipage-article.tpl-template-general .item-title { color: var(--tpl-color-brand); }
.tpl-component-netcat-multipage-article.tpl-template-general .item-announce { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-multipage-article.tpl-template-general .item-info { display: flex; flex-direction: column; }
.tpl-component-netcat-multipage-article.tpl-template-general .item-image-wrapper { display: block; width: 100%; aspect-ratio: var(--tpl-object--image-ratio, 4/3); overflow: hidden; position: relative; }
.tpl-component-netcat-multipage-article.tpl-template-general .item-image-wrapper * { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }
.tpl-component-netcat-multipage-article.tpl-template-general .object-item-full { display: flex; flex-direction: column; align-items: center; width: 100%; margin-bottom: 80px; }
.tpl-component-netcat-multipage-article.tpl-template-general .object-item-full > * { max-width: 804px; width: 100%; }
.tpl-component-netcat-multipage-article.tpl-template-general .object-item-full .item-name { min-width: 100%; }
.tpl-component-netcat-multipage-article.tpl-template-general .object-item-full .item-image-wrapper { min-width: 100%; margin-bottom: 40px; }
.tpl-component-netcat-multipage-article.tpl-template-general .object-item-full .item-description { font-weight: 700; text-transform: none; }
.tpl-component-netcat-multipage-article.tpl-template-general[data-nc-b2~="1024"] .object-item-full { margin-bottom: 60px; }
.tpl-component-netcat-multipage-article.tpl-template-general[data-nc-b2~="768"] .object-item-full { margin-bottom: 40px; }
.tpl-component-netcat-multipage-news { min-height: 60px; }
.tpl-component-netcat-multipage-news .object-item { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-multipage-news .object-item .item-info { padding-left: var(--tpl-object-item--text-padding, 0px); padding-right: var(--tpl-object-item--text-padding, 0px); }
.tpl-component-netcat-multipage-news .object-full .full-image, .tpl-component-netcat-multipage-news .object-item .item-image { position: relative; }
.tpl-component-netcat-multipage-news .object-full .full-image::before, .tpl-component-netcat-multipage-news .object-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-multipage-news .object-full .full-image .image, .tpl-component-netcat-multipage-news .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-multipage-news .object-full .full-image .image img, .tpl-component-netcat-multipage-news .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-multipage-news .object-full .full-image *, .tpl-component-netcat-multipage-news .object-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-multipage-news .object-full .full-image { margin-bottom: 1rem; }
.tpl-component-netcat-multipage-news .tpl-color-brand { color: var(--tpl-color-brand); }
.tpl-component-netcat-multipage-news.tpl-template-general .object-item, .tpl-component-netcat-multipage-news.tpl-template-general .object-item a { text-decoration: none; }
.tpl-component-netcat-multipage-news.tpl-template-general .item-date { background: var(--tpl-color-background-accent); color: var(--tpl-color-brand); width: max-content; padding: 5px 10px; }
.tpl-component-netcat-multipage-news.tpl-template-general .item-title { color: var(--tpl-color-brand); }
.tpl-component-netcat-multipage-news.tpl-template-general .item-announce { color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-multipage-news.tpl-template-general .item-info { display: flex; flex-direction: column; }
.tpl-component-netcat-multipage-news.tpl-template-general .item-image-wrapper { display: block; width: 100%; aspect-ratio: var(--tpl-object--image-ratio, 4/3); overflow: hidden; position: relative; }
.tpl-component-netcat-multipage-news.tpl-template-general .item-image-wrapper * { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }
.tpl-component-netcat-multipage-news.tpl-template-general .object-item-full { display: flex; flex-direction: column; align-items: center; width: 100%; }
.tpl-component-netcat-multipage-news.tpl-template-general .object-item-full > * { max-width: 804px; width: 100%; }
.tpl-component-netcat-multipage-news.tpl-template-general .object-item-full .item-name { min-width: 100%; }
.tpl-component-netcat-multipage-news.tpl-template-general .object-item-full .item-image-wrapper { min-width: 100%; margin-bottom: 40px; }
.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-after-icon .nc-infoblock-object .nc-infoblock-insert { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon ul { margin: 0; padding: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon ul > li { list-style: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon a { text-decoration: none; display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item { break-inside: avoid; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-link { display: inline-flex; align-items: center; flex-wrap: nowrap; gap: var(--menu-name-after-icon--item-icon-spacing); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .toggle-btn { display: flex; justify-content: center; align-items: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .toggle-icon { position: relative; display: flex; align-items: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .toggle-icon.icon-alternate { height: 16px; width: 16px; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .icon-alternate::before, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .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-after-icon .icon-alternate::before { width: 100%; height: 1.5px; top: 50%; transform: translateY(-50%); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .icon-alternate::after { width: 1.5px; height: 100%; left: 50%; transform: translateX(-50%); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .icon-rotated { margin-top: 2px; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .icon-rotated svg { width: 100%; height: 100%; transition: transform 0.2s ease; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-accordion-trigger-opened .icon-alternate::after, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-dropdown-trigger-opened .icon-alternate::after { transform: translateX(-50%) rotate(90deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-accordion-trigger-opened .icon-rotated svg, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-dropdown-trigger-opened .icon-rotated svg { transform: rotate(180deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-active > span, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-active > a { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-active > span, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-active > a { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon-wrapper { display: inline-flex; align-items: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon-aligner { display: inline-block; width: 0; overflow: hidden; visibility: hidden; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon { height: 1em; width: 1em; margin-top: 0; margin-bottom: 0; padding: 0; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon[class*='menu-item-icon-decor-'] { border: 1px solid var(--menu-name-after-icon--item-icon-decor-color); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon[class*='menu-item-icon-decor-'][class*='-fill'] { background-color: var(--menu-name-after-icon--item-icon-decor-color); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon[class*='menu-item-icon-decor-'] > * { width: 50%; max-height: 50%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon[class*='menu-item-icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon[class*='menu-item-icon-decor-circle'] > * { width: 40%; max-height: 40%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon svg, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon img { display: block; width: 100%; max-height: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon img { object-fit: contain; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon-color-from-palette svg, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-icon-color-from-palette svg path { fill: var(--menu-name-after-icon--item-icon-color, unset); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-text { text-align: left; }
.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-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-compare.tpl-block-list { --item-badge-height: 42px; }
.tpl-component-netcat-module-netshop-compare .compare-heading { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; font-weight: bold; }
.tpl-component-netcat-module-netshop-compare .compare-heading .delete-compares-wrapper { display: flex; gap: 5px; align-items: baseline; cursor: pointer; }
.tpl-component-netcat-module-netshop-compare .products-wrapper { position: relative; }
.tpl-component-netcat-module-netshop-compare .compare-heading, .tpl-component-netcat-module-netshop-compare .products-wrapper, .tpl-component-netcat-module-netshop-compare .compare-wrapper { padding: 0 1rem; background: var(--tpl-color-background-main); }
.tpl-component-netcat-module-netshop-compare .slider-nav.next *, .tpl-component-netcat-module-netshop-compare .slider-nav.prev * { width: 24px; height: 24px; }
.tpl-component-netcat-module-netshop-compare .slider-nav { border-radius: 50%; background-color: var(--tpl-color-background-main); box-shadow: 0 2px 4px 0 #808080ba; height: 50px; width: 50px; top: 40%; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; z-index: 100; opacity: 0.4; transition: opacity 0.2s linear, transform 0.2s linear; }
.tpl-component-netcat-module-netshop-compare .slider-nav.slick-disabled { opacity: 0.1 !important; }
.tpl-component-netcat-module-netshop-compare .slider-nav:hover { opacity: 1; }
.tpl-component-netcat-module-netshop-compare .reversed { transform: scale(-1); }
.tpl-component-netcat-module-netshop-compare .slider-nav.prev { left: 0; }
.tpl-component-netcat-module-netshop-compare .slider-nav.next { right: 0; }
.tpl-component-netcat-module-netshop-compare .product .name a { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-compare .image-wrapper { position: relative; }
.tpl-component-netcat-module-netshop-compare .image-wrapper::before { display: block; content: ""; width: 100%; padding-top: var(--item-image-padding-top); }
.tpl-component-netcat-module-netshop-compare .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-compare .image img { max-width: 100%; width: 100%; height: 100%; padding: 1rem; object-fit: var(--item-image-fit); }
.tpl-component-netcat-module-netshop-compare .image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-compare .product { padding: 1rem 0 1rem 0; }
.tpl-component-netcat-module-netshop-compare .product .buttons { display: flex; justify-content: flex-end; align-items: center; gap: 0.5rem; flex-grow: 1; align-content: flex-end; width: auto; height: var(--item-badge-height); margin-bottom: var(--item-badge-margin-bottom); }
.tpl-component-netcat-module-netshop-compare .product .buttons svg { cursor: pointer; width: 21px; height: 21px; }
.tpl-component-netcat-module-netshop-compare .product .buttons svg:hover path { stroke: #f33917; fill: #f33917; }
.tpl-component-netcat-module-netshop-compare .product .prices-wrapper .price { font-weight: bold; }
.tpl-component-netcat-module-netshop-compare .product .prices-wrapper .original-price { text-decoration: line-through; color: var(--tpl-color-foreground-main-lightest); white-space: nowrap; }
.tpl-component-netcat-module-netshop-compare .favorite-btn.active path { stroke: #f33917; fill: #f33917; }
.tpl-component-netcat-module-netshop-compare .compare-group .heading { display: flex; align-items: center; gap: 10px; }
.tpl-component-netcat-module-netshop-compare .compare-group .heading .title { font-weight: bold; }
.tpl-component-netcat-module-netshop-compare .property-heading { text-align: start !important; font-weight: bold; opacity: 0.8; }
.tpl-component-netcat-module-netshop-compare .property .value.no-data { opacity: 0.6; }
.tpl-component-netcat-module-netshop-compare .discount-badge { width: 41px; height: var(--item-badge-height); position: relative; }
.tpl-component-netcat-module-netshop-compare .discount-badge svg { position: absolute; }
.tpl-component-netcat-module-netshop-compare .discount-badge svg rect { fill: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-module-netshop-compare .discount-badge .value { color: #FFF; font-size: 12px; position: absolute; z-index: 10; top: 10px; width: 41px; font-weight: bold; text-align: center; }
.tpl-component-netcat-module-netshop-compare .slick-slide { margin-right: 18px; }
.tpl-component-netcat-module-netshop-compare .slick-list { margin-right: -18px; }
.tpl-component-netcat-module-netshop-compare .slick-track { margin: 0; }
.tpl-component-netcat-module-netshop-compare .sticky { position: -webkit-sticky; position: sticky; top: 0; box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.12); z-index: 120; border-radius: 10px; }
.tpl-component-netcat-module-netshop-compare[data-nc-b2~="1024"] .discount-badge .value { top: 13px !important; }
.tpl-component-netcat-module-netshop-compare[data-nc-b2~="890"] .prices-wrapper { flex-direction: column; align-items: flex-start !important; gap: 6px !important; }
.tpl-component-netcat-module-netshop-compare[data-nc-b2~="590"] .compare-heading { flex-direction: column; align-items: flex-start; }
.tpl-component-netcat-module-netshop-compare-snippet .cart-link { display: flex; align-items: center; position: relative; }
.tpl-component-netcat-module-netshop-compare-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-compare-snippet .cart-counter.hidden { display: none; }
.tpl-component-netcat-module-netshop-compare-snippet .display-horizontal .tpl-icon { margin-right: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-compare-snippet .display-vertical .tpl-icon { margin-bottom: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon.tpl-text-inherit { height: 1.1rem; width: 1.1rem; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon.tpl-text-inherit svg { width: 1.1rem; height: 1.1rem; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon.tpl-text-inherit svg path { fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-compare-snippet .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-compare-snippet .tpl-icon.tpl-text-inherit { width: 1.15em; height: 1.15em; min-height: 1.15em; line-height: 1.15; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon * { max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon svg, .tpl-component-netcat-module-netshop-compare-snippet .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon svg path { fill: var(--tpl-object-item--icon-color); }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon[class*='icon-decor-'] svg, .tpl-component-netcat-module-netshop-compare-snippet .tpl-icon[class*='icon-decor-'] img { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon[class*='icon-decor-circle'] svg, .tpl-component-netcat-module-netshop-compare-snippet .tpl-icon[class*='icon-decor-circle'] img { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-module-netshop-compare-snippet .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-module-netshop-favorite .item { display: flex; flex-wrap: wrap; margin-top: 1rem; margin-bottom: 1rem; }
.tpl-component-netcat-module-netshop-favorite .item-image { width: 240px; margin-right: auto; margin-left: auto; position: relative; }
.tpl-component-netcat-module-netshop-favorite .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-module-netshop-favorite .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-module-netshop-favorite .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: var(--tpl-object-item--image-fit); }
.tpl-component-netcat-module-netshop-favorite .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-module-netshop-favorite .item-info { display: flex; flex-direction: column; }
.tpl-component-netcat-module-netshop-favorite .item-actions { display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 1rem 0 1rem auto; }
.tpl-component-netcat-module-netshop-favorite .item-actions .item-add-to-cart { margin-right: 1em; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b2~="500"] .item .item-info { width: 100%; align-items: center; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b2~="500"] .item .item-actions { width: auto; margin-right: auto; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="500"] .item .item-image { width: 200px; margin-left: 0; margin-right: 0; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="500"] .item .item-info { justify-content: center; padding-left: 1rem; padding-right: 1rem; width: 55%; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="800"] .item .item-image { width: 240px; }
.tpl-component-netcat-module-netshop-favorite[data-nc-b1~="800"] .item .item-info { padding-left: 3rem; padding-right: 3rem; width: auto; }
.tpl-component-netcat-module-netshop-favorite-snippet .cart-link { display: flex; align-items: center; position: relative; }
.tpl-component-netcat-module-netshop-favorite-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-favorite-snippet .cart-counter.hidden { display: none; }
.tpl-component-netcat-module-netshop-favorite-snippet .display-horizontal .tpl-icon { margin-right: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-favorite-snippet .display-vertical .tpl-icon { margin-bottom: var(--tpl-icon-space); }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon.tpl-text-inherit { height: 1.1rem; width: 1.1rem; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon.tpl-text-inherit svg { width: 1.1rem; height: 1.1rem; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon.tpl-text-inherit svg path { fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-favorite-snippet .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-favorite-snippet .tpl-icon.tpl-text-inherit { width: 1.15em; height: 1.15em; min-height: 1.15em; line-height: 1.15; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon * { max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon svg, .tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon img { object-fit: contain; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon svg path { fill: var(--tpl-object-item--icon-color); }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon[class*='icon-decor-'] svg, .tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon[class*='icon-decor-'] img { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon[class*='icon-decor-circle'] svg, .tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon[class*='icon-decor-circle'] img { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-module-netshop-favorite-snippet .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-module-netshop-favorite-snippet .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-netshop-order.tpl-template-single-page-checkout .select select { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .select-list { overflow: hidden; max-height: 0; width: 100%; position: absolute; -webkit-transition: max-height 0.5s; transition: max-height 0.5s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .select-list.active { max-height: 300px; -webkit-transition: max-height 1s; transition: max-height 1s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox--primary .checkbox-label { font-size: 14px; line-height: 20px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); padding-left: 37px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox-label { display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox { position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox-input { position: absolute; left: 0; top: 0; display: inline-block; display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox-fake { display: inline-block; border: 1px solid var(--tpl-color-foreground-main); width: 16px; height: 16px; position: absolute; left: 0px; top: 0px; z-index: 1; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox--primary .checkbox-fake { width: 19px; height: 19px; border-color: var(--tpl-color-brand-light); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox--primary .checkbox-item { display: block; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox-input:checked + .checkbox-fake:before { opacity: 1; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox-input:checked + .checkbox-fake:after { opacity: 1; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox--primary .checkbox-fake:before { background-color: transparent; border: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox-fake:before { opacity: 0; content: ''; display: inline-block; border: 1px solid var(--tpl-color-brand-lightest); background-color: var(--tpl-color-brand-lightest); width: 15px; height: 15px; border-radius: 0; z-index: 1; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -1px; margin-top: -1px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox--primary .checkbox-fake:after { width: 10px; height: 5px; top: 4px; left: 2px; border: 1px solid var(--tpl-color-brand-light); border-top: none; border-right: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .checkbox-fake:after { content: ''; width: 7px; height: 4px; position: absolute; top: 3px; left: 2px; border: 3px solid var(--tpl-color-foreground-main); border-top: none; border-right: none; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); z-index: 10; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .radio-item { width: 100%; display: block; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .radio-input { visibility: hidden; height: 1px; width: 1px; opacity: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout input { border-radius: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .radio-fake { display: inline-block; vertical-align: top; border-radius: 50%; background-color: white; border: 1px solid var(--tpl-color-brand); height: 23px; width: 23px; position: relative; margin-left: -6px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .radio-input:checked + .radio-fake:after { display: block; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .radio-fake:after { display: none; position: absolute; left: 3px; top: 3px; width: 15px; height: 15px; content: ""; border-radius: 50%; background-color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .input { font-weight: 400; display: inline-block; vertical-align: top; margin: 0; -webkit-box-shadow: 0; box-shadow: 0; -webkit-appearance: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .button { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .button--arrow { position: relative; height: 54px; max-width: 340px; width: 100%; text-transform: uppercase; letter-spacing: 0.7px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .button--arrow:before { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 25px; color: var(--tpl-color-background-main-lighter); font-size: 20px; content: '\24'; font-family: 'ElegantIcons';; font-weight: 400; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .input--cart { width: 100%; min-width: 200px; line-height: 26px; display: inline-block; vertical-align: top; margin: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-inputs { font-size: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-input, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-input:hover, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-input:focus, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-input:active { height: 40px; border: 1px solid var(--tpl-color-background-accent); width: 40px; padding: 0; background-color: var(--tpl-color-background-accent-light); font-family: var(--tpl-font-family-input); font-size: 15px; text-align: center; border-left: 0; border-right: 0; border-radius: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-input::-webkit-outer-spin-button, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-button { width: 30px; height: 40px; border: 1px solid var(--tpl-color-background-accent); background-color: var(--tpl-color-background-accent-light); position: relative; font-size: 25px; line-height: 25px; color: var(--tpl-color-brand-lighter); font-family: var(--tpl-font-family-input); display: inline-block; vertical-align: top; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-button:before { position: absolute; left: 50%; top: 45%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-button--less:before { content: "–"; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .product-quantity-button--more:before { content: "+"; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page { background-color: var(--tpl-color-background); margin-top: 27px; margin-bottom: 67px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-top { padding: 79px 8% 0px 8.7%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-table { width: 100%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-stage { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-stage.active { display: block; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-stage--ok .cart-next-button:before { right: 65px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label { font-size: 12px; line-height: 34px; font-weight: 700; font-family: var(--tpl-font-family-navigation-main); text-transform: uppercase; color: var(--tpl-color-foreground); position: relative; padding-right: 62px; margin-right: 10px; cursor: auto; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label:after { content: '\0035'; font-family: 'ElegantIcons';; font-size: 18px; line-height: 36px; font-weight: 400; color: var(--tpl-color-foreground); position: absolute; right: 10px; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label.active { color: var(--tpl-color-brand-dark); cursor: auto; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label:hover { cursor: auto; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label:last-child:after { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-name { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-title); color: var(--tpl-color-foreground-main); padding-top: 26px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-desc { font-family: var(--tpl-font-family-text); font-size: 16px; line-height: 19px; font-weight: 400; color: var(--tpl-color-foreground-main); padding-top: 10px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-price { font-size: 16px; line-height: 24px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); font-weight: 400; padding-top: 72px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 8px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row.deleted .cart-page-column { opacity: 0.3; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row.deleted .cart-page-column--changeStatus { opacity: 1; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row.deleted .cart-page-changeStatus:after { content: "\50"; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row.deleted .cart-page-name { text-decoration: line-through; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--price { width: 15.3%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--quantity { width: 27%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--sum { width: 15.5%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--changeStatus { width: 20px; position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-stage { margin-top: 29px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; background-size: contain; background-repeat: no-repeat; margin: 20px 20px; background-position: center; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-info { width: 50%; padding-right: 30px; padding-top: 48px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-changeStatus { position: absolute; top: 46%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-changeStatus:hover { -webkit-transition: 0; transition: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-changeStatus:hover:after { color: var(--color-font-13); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-changeStatus:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons';; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-top { padding: 0px 8% 0px 8.7%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0px 8% 0px 8.7%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-column { width: 100%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-label { font-size: 14px; line-height: 28px; font-family: var(--tpl-font-family-subtitle); font-style: italic; font-weight: 400; color: var(--tpl-color-foreground-accent-lighter); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-sum { padding-top: 40px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-header { font-size: 25px; line-height: 26px; font-family: var(--tpl-font-family-navigation-main); font-weight: 700; color: var(--tpl-color-foreground-main); padding: 10px 0 18px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-postfix { font-size: 18px; line-height: 24px; font-family: var(--tpl-font-family-text); font-weight: 400; color: var(--tpl-color-foreground-main); max-width: 80%; margin-bottom: 63px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .product-quantity { padding-top: 64px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .product-quantity-available { font-size: 14px; padding-left: 16px; font-family: var(--tpl-font-family-text); color: var(---tpl-color-foreground-main); line-height: 40px; font-style: italic; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe { font-size: 0; padding: 40px 0; position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-input { font-size: 14px; line-height: 26px; font-weight: 400; font-family: var(--tpl-font-family-input); background-color: var(--tpl-color-background-main-light); height: 50px; width: 280px; padding: 10px 15px; margin-right:34px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe .cart-error { position: absolute; z-index: 10; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: calc(67% + 18px); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe .cart-error-text { padding: 10px 10px; width: 160px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); position: relative; border: 1px solid var(--tpl-color-background-main-light); font-size: 16px; line-height: 22px; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); font-weight: 400; border: 1px solid var(--tpl-color-background-main); text-align: center; -webkit-box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe .cart-error-text:after, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe .cart-error-text:before { left: calc(50% - 5px); bottom: -21px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe .cart-error-text:after { border-color: transparent; border-top-color: var(--tpl-color-background-main-light); border-width: 9px; bottom: -18px; left: calc(50% - 4px); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe .cart-error-text:before { border-color: transparent; border-top-color: var(--tpl-color-background-main); border-width: 10px; left: calc(50% - 5px); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-button { background-color: var(--tpl-color-background-main-light); font-size: 12px; line-height: 30px; padding: 10px 27px; height: 50px; border: 1px solid var(--tpl-color-background-accent-darker); color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-cart-coupons-active { font-size: 14px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-cart-coupons-active h3 { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-cart-coupon { margin-bottom: 10px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-cart-coupon.template { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-link-coupon-remove { border: none; outline: none; padding: 0; background-color: transparent; vertical-align: middle; cursor: pointer }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-link-coupon-remove:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons';; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-sum-number { font-size: 24px; font-weight: 700; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-top: 10px; padding-right: 3px; display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-sum-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next { background-color: var(--tpl-color-background-accent); padding: 30px 8% 30px 8.7%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; align-items: center; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-text { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; max-width: 760px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-button { height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-button:before { right: 77px; top: 51%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-label { display: block; margin-top: 12px; margin-bottom: 21px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-text { display: block; font-size: 14px; line-height: 30px; font-family: var(--font-4); font-style: italic; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-additional { color: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-select.active .cart-select-value:after { content: "\032"; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-select-value { width: 100%; min-width: 300px; max-width: 460px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 11px 20px; font-size: 14px; line-height: 26px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-select-value:after { position: absolute; content: "\033"; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-family: 'ElegantIcons';; font-size: 18px; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-select-list { z-index: 20; background-color: var(--tpl-color-background-main-light); width: auto; min-width: 460px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); margin-top: -1px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-select-item { -webkit-transition: all 0.2s; transition: all 0.2s; cursor: pointer; height: 40px; padding: 7px 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-select-item:hover, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-select-item:active { background-color: var(--tpl-color-background-main); color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-radio { padding-top: 12px; margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-radio-item { padding-top: 16px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-radio-type { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); position: relative; display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-radio-caption { font-size: 16px; line-height: 19px; font-weight: 400; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-top: 4px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-radio-label { display: inline-block; vertical-align: top; padding-left: 24px; padding-top: 1px; width: 90%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-select--metro .cart-select-value { max-width: 100%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-select--metro .cart-select-value:before { content: "М "; color: var(--color-font-18); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-select--metro .cart-select-list { min-width: 581px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-select--metro .cart-select-item { position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-select--metro .cart-select-item:before { content: "М "; color: var(--color-font-18); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-input-label--comment { margin-top: 25px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-checkbox { margin-top: 12px; margin-bottom: 53px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-payment-text { padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip { position: absolute; right: -35px; top: 0px; display: block; width: 30px; height: 30px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip:hover .cart-tooltip-text { display: block; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip-icon { position: absolute; left: 50%; right: 0; top: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip-icon:before { content: "\e718"; font-family: var(--icons-themify); font-size: 16px; color: var(--color-font-13); font-weight: 400; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip-text { display: none; position: absolute; z-index: 20; bottom: 160%; left: 36%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; padding: 10px 15px; width: 240px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); border: 1px solid var(--color-bg-15); font-size: 14px; line-height: 27px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--color-bs-2); box-shadow: 0 3px 30px var(--color-bs-2); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip-text:after, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip-text:before { left: calc(50% - 5px); bottom: -19px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip-text:before { border-color: transparent; border-top-color: var(--color-bg-15); border-width: 9px; left: calc(50% - 5px); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-tooltip-text:after { border-color: var(--tpl-color-background-main); border-top-color: var(--tpl-color-background-main-light); border-width: 9px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-error-text { font-family: var(--font-4); font-size: 14px; padding-top: 3px; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--title { width: 42%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-type-header { font-size: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-point-select-button { text-transform: none; font-size: 14px; margin: 5px 0; width: auto; letter-spacing: normal; font-weight: 400; padding: 5px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-method-options { margin: 20px 0 0 35px; max-height: 390px; overflow-y: auto; position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-points { padding-left: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-points .cart-radio { padding-top: 0; margin-bottom: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-points .cart-radio-item { padding-top: 0; padding-bottom: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-points .cart-radio-type { font-weight: 400; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-pickup-map-container { position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-pickup-map { height: 500px; margin-bottom: 2rem; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-block-order-delivery-pickup-loader { position: absolute; display: inline-block; width: 48px; height: 48px; border: 5px solid #1a87c2; border-bottom-color: transparent; border-radius: 50%; box-sizing: border-box; animation: rotation 1s linear infinite; transform: translate(-50%, -50%); left: 50%; top: 50%; z-index: 10; }
@keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@media (max-width: 1200px) {
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-top, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-top, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-bottom, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-next { padding-left: 4%; padding-right: 4%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--quantity { width: 17%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-button { width: 300px; flex-shrink: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-button::before { right: 27px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-text { padding-top: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next { align-items: center; padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width: 1000px) {
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-top { padding-top: 50px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-image { width: 100px; height: 100px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-info { padding-top: 14px; width: 64%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-price { padding-top: 52px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .product-quantity { padding-top: 44px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-bottom { flex-direction: column-reverse; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe { padding-top: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page { margin-top: 0; }
}
@media (max-width: 850px) {
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row { position: relative; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--title { width: 50%; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--price { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--quantity { width: 25%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--sum { width: 25%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-info { width: 58%; }
}
@media (max-width: 768px) {
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row { display: flex; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-header .cart-page-column { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-top, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-top, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-bottom, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-next { padding-left: 20px; padding-right: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-top { padding-top: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--title { width: 100%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--quantity, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--sum { width: 60%; padding-left: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--sum { width: 40%; text-align: right; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column::before { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row { border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label { display: block }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label::after { display: none; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-info { flex-grow: 1; padding-top: 48px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .product-quantity, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-price { padding-top: 15px; padding-bottom: 0px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe { padding-top: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-label { display: flex; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-text { width: 100%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-input { flex-grow: 1; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-button { max-width: 100%; font-size: 12px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-button::before { font-size: 16px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next-text { width: 100%; padding-right: 0; padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-next { flex-direction: column; text-align: center; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--changeStatus { position: absolute; right: 0; top: 25%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .product-quantity-available { display: inline; padding-left: 16px; }
}
@media (max-width: 600px) {
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-input { width: 100%; border-radius: 7px 7px 0 0; border-bottom: 0; max-width: 100%; min-width: 0; margin-right:0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe-button { border-radius: 0 0 7px 7px; width: 100%; }
}
@media (max-width: 500px) {
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row { text-align: center; padding-bottom: 30px; display: flex; flex-direction: column; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--quantity, .tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--sum { width: 100%; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--sum { text-align: center; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-row:last-child { padding-bottom: 10px; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--title { flex-direction: column; align-items: center; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-info { width: 100%; max-width: 85%; padding-top: 0; padding-right: 0; }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-column--changeStatus { top: 50%; transform: translateY(-50%); }
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
}
.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-icon-show-field { line-height: 1; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field.drop { z-index: 99999; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .search-block { position: relative; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .search-block-form { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .search-block .search-block-form { display: none; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .search-block-button { position: relative; cursor: pointer; display: inline-block; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .search-block-input.full { width: 100%; min-width: 100%; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .search-block-input.set { max-width: 100%; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field[data-nc-b2~="1420"] .search-block { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; position: static; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon { margin: 0; height: 1em; width: 1em; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon.tpl-text-inherit { height: 1.5rem; width: 1.5rem; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon.tpl-text-inherit svg { width: 1.1rem; height: 1.1rem; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon.tpl-text-inherit svg path { fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon svg, .tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon[class*='icon-decor-'] > * { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-module-search-snippet.tpl-template-icon-show-field .tpl-icon[class*='icon-decor-circle'] * { max-width: 40%; max-height: 40%; }
.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%; }
