.tpl-component-t-tpanel-slider.tpl-template-204 .video-bg { height: 100vh; width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; position: relative; }
.tpl-component-t-tpanel-slider.tpl-template-204 .video-bg video { height: 100vh; width: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.tpl-component-t-tpanel-slider.tpl-template-206 .header__slider { position: relative; width: 100%; height: 700px; overflow: hidden; perspective: 1000px; }
.tpl-component-t-tpanel-slider.tpl-template-206 .header__slide { min-width: 100%; height: 100%; background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; transition: transform 0.5s ease-out; transform-style: preserve-3d; }
.tpl-component-t-tpanel-slider.tpl-template-206 .header__slide-title, .tpl-component-t-tpanel-slider.tpl-template-206 .header__slide-text { color: white; font-size: 24px; text-align: center; transition: transform 0.3s ease-out; }
@keyframes fadeIn { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
.tpl-component-t-tpanel-slider.tpl-template-206 .header__slide { animation: fadeIn 2s ease-out; .button-container { display: flex; flex-direction: column; align-items: center; justify-content: center; } .slide-text-above-button { font-family: 'Arial', sans-serif; font-size: 18px; font-weight: 500; color: #333; text-align: center; margin-bottom: 10px; width: 100%; display: flex; justify-content: center; } .btn { display: inline-flex; justify-content: center; align-items: center; padding: 10px 20px; background-color: #007bff; color: white; font-size: 16px; font-weight: 600; text-decoration: none; border-radius: 5px; transition: background-color 0.3s; } .btn:hover { background-color: #0056b3; } document.addEventListener("scroll", function () { const slider = document.querySelector('.header__slider'); const scrollPosition = window.scrollY; // Позиция скролла const scrollHeight = document.documentElement.scrollHeight - window.innerHeight; // Общая высота страницы // Вычисляем процент прокрутки const scrollPercentage = (scrollPosition / scrollHeight) * 100; // Применяем эффект вращения и уменьшения слайдера const rotation = Math.min(scrollPercentage * 0.5, 45); // Максимальный угол вращения const scale = Math.max(1 - scrollPercentage / 500, 0.5); // Максимальное уменьшение slider.style.transform = `rotateX(${rotation}deg) scale(${scale})`; }); }
.tpl-component-t-tpanel-slider.tpl-template-207 * { margin:0; padding:0; }
.tpl-component-t-tpanel-slider.tpl-template-207 .slider { width:500px; height:500px; overflow:hidden; }
.tpl-component-t-tpanel-slider.tpl-template-207 .middle { position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); }
.tpl-component-t-tpanel-slider.tpl-template-207 .navigation { position: absolute; bottom: 16px; left: 50px; transform: translateX(-50%); display: flex; }
.tpl-component-t-tpanel-slider.tpl-template-207 .bar { height: 8px; width: 30px; margin: 6px; cursor: pointer; background-color: #ddd; opacity: .5; border-radius: 10px; transition: all .4s ease; }
.tpl-component-t-tpanel-slider.tpl-template-207 .bar:hover { opacity:0.8; transform: scale(1.1); }
.tpl-component-t-tpanel-slider.tpl-template-207 input[name="r"] { position: absolute; visibility: hidden; }
.tpl-component-t-tpanel-slider.tpl-template-208 <?php if(empty($isNaked)) : ?></div><?php endif; ?> <!-- slider_area_end --> <style> .header__slide { position: relative; height: 100vh; overflow: hidden; opacity: 0; transform: translateY(30px); transition: opacity 1.8s ease-out, transform 1.8s ease-out; }
.tpl-component-t-tpanel-slider.tpl-template-208 .bg-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; will-change: transform; }
.tpl-component-t-tpanel-slider.tpl-template-208 .layer1 { background-image: url('/Images/bigstock-Abstract-Polygonal-Background-241536365.png'); z-index: 0; transform: translateY(0); }
.tpl-component-t-tpanel-slider.tpl-template-208 .layer2 { background-image: url('/Images/bigstock-Abstract-Polygonal-Background-241536368.png'); z-index: 3; opacity: 0; transform: translateY(80px); transition: transform 1.2s ease-out, opacity 1.2s ease-out; height: 115%; pointer-events: auto; }
.tpl-component-t-tpanel-slider.tpl-template-208 .parallax-content { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; will-change: transform; display: flex; flex-direction: column; justify-content: center; text-align: center; pointer-events: none; }
.tpl-component-t-tpanel-slider.tpl-template-208 .container { pointer-events: auto; }
.tpl-component-t-tpanel-slider.tpl-template-208 .header__slide-title { font-size: 32px; font-weight: bold; color: #fff; margin-bottom: 20px; }
.tpl-component-t-tpanel-slider.tpl-template-208 .header__slide-text { font-size: 20px; color: #fff; }
.tpl-component-t-tpanel-slider.tpl-template-208 .layer2 .button-wrapper { position: absolute; bottom: 450px; width: 100%; display: flex; justify-content: center; opacity: 0; transform: translateY(80px); transition: transform 1.2s ease-out, opacity 1.2s ease-out; pointer-events: auto; }
.tpl-component-t-tpanel-slider.tpl-template-208 .header__slide.visible { opacity: 1; transform: translateY(0); }
.tpl-component-t-tpanel-slider.tpl-template-208 .header__slide.visible .layer2 { opacity: 1; transform: translateY(0); }
.tpl-component-t-tpanel-slider.tpl-template-208 .header__slide.visible .layer2 .button-wrapper { opacity: 1; transform: translateY(0); }
.tpl-component-t-tpanel-slider.tpl-template-208 .btn { text-align: center; }
.tpl-component-t-tpanel-slider.tpl-template-208 .consult-btn { background-color: #f06400; color: #ffffff; padding: 12px 26px; border-radius: 4px; font-weight: 600; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: inline-block; transition: all 0.3s ease; border: 1px solid transparent; }
.tpl-component-t-tpanel-slider.tpl-template-208 .consult-btn:hover { background-color: #333333; border: 1px solid #555; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }
@media (max-width: 768px) { 
.tpl-component-t-tpanel-slider.tpl-template-208 .layer2 .button-wrapper { bottom: 80px; }
.tpl-component-t-tpanel-slider.tpl-template-208 .header__slide-title { font-size: 24px; }
.tpl-component-t-tpanel-slider.tpl-template-208 .header__slide-text { font-size: 16px; }
.tpl-component-t-tpanel-slider.tpl-template-208 .consult-btn { padding: 10px 20px; font-size: 14px; }
 }
.tpl-component-t-tpanel-slider.tpl-template-208 .slick-dots { display: none !important; }
.tpl-component-t-tpanel-slider.tpl-template-209 .header__slider { position: relative; width: 100%; height: 500px; overflow: hidden; perspective: 1000px; }
.tpl-component-t-tpanel-slider.tpl-template-209 .header__slide { min-width: 100%; height: 100%; background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; transition: transform 0.5s ease-out; transform-style: preserve-3d; }
.tpl-component-t-tpanel-slider.tpl-template-209 .header__slide-title, .tpl-component-t-tpanel-slider.tpl-template-209 .header__slide-text { color: white; font-size: 24px; text-align: center; transition: transform 0.3s ease-out; }
@keyframes fadeIn { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
.tpl-component-t-tpanel-slider.tpl-template-209 .header__slide { animation: fadeIn 1s ease-out; }
.tpl-component-t-tpanel-slider.tpl-template-209 document.addEventListener("scroll", .tpl-component-t-tpanel-slider.tpl-template-209 function () { const slider = document.querySelector('.header__slider'); const scrollPosition = window.scrollY; // Позиция скролла const scrollHeight = document.documentElement.scrollHeight - window.innerHeight; // Общая высота страницы // Вычисляем процент прокрутки const scrollPercentage = (scrollPosition / scrollHeight) * 100; // Применяем эффект вращения и уменьшения слайдера const rotation = Math.min(scrollPercentage * 0.5, 45); // Максимальный угол вращения const scale = Math.max(1 - scrollPercentage / 500, 0.5); // Максимальное уменьшение slider.style.transform = `rotateX(${rotation}deg) scale(${scale})`; }
.tpl-component-t-tpanel-block-services.tpl-template-adaptivnyi .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 40px; }
.tpl-component-t-tpanel-block-services.tpl-template-adaptivnyi .do__item { border: 1px solid #f06400; padding: 20px; border-radius: 10px; background-color: #fff; text-align: center; }
.tpl-component-t-tpanel-block-services.tpl-template-adaptivnyi .do__item-icn img { width: 10px; height: 10px; object-fit: contain; margin-bottom: 5px; }
.tpl-component-t-tpanel-block-services.tpl-template-adaptivnyi .do__item-title { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 12px; }
.tpl-component-t-tpanel-block-services.tpl-template-adaptivnyi .do__item-link { display: inline-block; padding: 8px 20px; background-color: #f06400; color: #fff; text-decoration: none; border-radius: 5px; font-weight: 500; }
.tpl-component-t-tpanel-block-services.tpl-template-adaptivnyi .do__main-btn { margin-top: 40px; display: inline-block; background-color: #f06400; color: #fff; padding: 14px 30px; border-radius: 6px; font-weight: 600; text-decoration: none; }
.tpl-component-t-tpanel-block-services.tpl-template-netcat-cross-template-4 { min-height: 60px; }
.tpl-component-t-tpanel-block-services.tpl-template-netcat-cross-template-4 .object-item-link { color: var(--tpl-color-foreground-main); text-decoration: none; }
.tpl-component-t-tpanel-block-services.tpl-template-netcat-cross-template-4 .object-item-secondary-text { color: var(--tpl-color-brand); display: block; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .object-item { text-decoration: none; padding: 0; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .object-item .item { display: block; position: relative; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .object-item .name-position-over { max-width: 100%; position: relative; }
.tpl-component-t-tpanel-block-about-us.tpl-template-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-t-tpanel-block-about-us.tpl-template-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-t-tpanel-block-about-us.tpl-template-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-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .object-item .item-image { position: relative; margin: 0; }
.tpl-component-t-tpanel-block-about-us.tpl-template-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-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .object-item .item-image * { width: 100%; height: 100%; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-3 .tpl-color-brand { color: var(--tpl-color-brand); }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-4 { min-height: 60px; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-4 .object-item-link { color: var(--tpl-color-foreground-main); text-decoration: none; }
.tpl-component-t-tpanel-block-about-us.tpl-template-netcat-cross-template-4 .object-item-secondary-text { color: var(--tpl-color-brand); display: block; }
.tpl-component-netcat-base-html .header__slide { position: relative; overflow: hidden; height: 100vh; }
.tpl-component-netcat-base-html .parallax-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; will-change: transform; z-index: 0; transform: translateY(0); transition: transform 0.1s ease-out; }
.tpl-component-netcat-base-html .header__slide .container { position: relative; z-index: 1; }
.tpl-component-netcat-base-html <script> document.addEventListener("DOMContentLoaded", .tpl-component-netcat-base-html function () { const parallaxSlides = document.querySelectorAll('.header__slide'); window.addEventListener('scroll', () => { const scrollTop = window.scrollY; parallaxSlides.forEach(slide => { const bg = slide.querySelector('.parallax-bg'); if (!bg) return; const rect = slide.getBoundingClientRect(); const offsetTop = slide.offsetTop; const speed = 0.4; // скорость эффекта const yPos = (scrollTop - offsetTop) * speed; bg.style.transform = `translateY(${yPos}px)`; }); }); }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 <style> .services-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; margin: 40px 0; align-items: flex-start; flex-direction: row; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 30px; flex: 1 1 60%; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .service-card { display: flex; flex-direction: column; align-items: flex-start; background: #fff; padding: 10px; box-sizing: border-box; gap: 10px; min-width: 0; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .service-card img { width: 50px; height: 50px; object-fit: contain; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .service-title { font-size: 18px; font-weight: bold; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .service-button { background-color: #f06400; color: white; padding: 8px 16px; border-radius: 4px; text-decoration: none; font-size: 14px; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .service-button:hover { background-color: #d45700; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-side-image { flex: 1 1 35%; text-align: right; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-side-image img { max-width: 100%; height: auto; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-footer { text-align: center; margin-top: 40px; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-footer a { background-color: #f06400; color: white; padding: 12px 24px; font-size: 16px; border-radius: 6px; text-decoration: none; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-footer a:hover { background-color: #d45700; }
@media (max-width: 768px) { 
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-wrapper { flex-direction: column; align-items: center; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-grid { grid-template-columns: 1fr; }
.tpl-component-netcat-base-html.tpl-template-test-blok-3 .services-side-image { text-align: center; margin-top: 20px; }
 }
.tpl-component-netcat-base-html.tpl-template-220 .header__slide { position: relative; overflow: hidden; height: 100vh; }
.tpl-component-netcat-base-html.tpl-template-220 .parallax-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; will-change: transform; z-index: 0; transform: translateY(0); transition: transform 0.1s ease-out; }
.tpl-component-netcat-base-html.tpl-template-220 .header__slide .container { position: relative; z-index: 1; }
.tpl-component-netcat-base-html.tpl-template-220 <script> document.addEventListener("DOMContentLoaded", .tpl-component-netcat-base-html.tpl-template-220 function () { const parallaxSlides = document.querySelectorAll('.header__slide'); window.addEventListener('scroll', () => { const scrollTop = window.scrollY; parallaxSlides.forEach(slide => { const bg = slide.querySelector('.parallax-bg'); if (!bg) return; const rect = slide.getBoundingClientRect(); const offsetTop = slide.offsetTop; const speed = 0.4; // скорость эффекта const yPos = (scrollTop - offsetTop) * speed; bg.style.transform = `translateY(${yPos}px)`; }); }); }
.tpl-component-netcat-base-html.tpl-template-test .header__slide { position: relative; overflow: hidden; height: 100vh; }
.tpl-component-netcat-base-html.tpl-template-test .parallax-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; will-change: transform; z-index: 0; transform: translateY(0); transition: transform 0.1s ease-out; }
.tpl-component-netcat-base-html.tpl-template-test .header__slide .container { position: relative; z-index: 1; }
.tpl-component-netcat-base-html.tpl-template-test <script> document.addEventListener("DOMContentLoaded", .tpl-component-netcat-base-html.tpl-template-test function () { const parallaxSlides = document.querySelectorAll('.header__slide'); window.addEventListener('scroll', () => { const scrollTop = window.scrollY; parallaxSlides.forEach(slide => { const bg = slide.querySelector('.parallax-bg'); if (!bg) return; const rect = slide.getBoundingClientRect(); const offsetTop = slide.offsetTop; const speed = 0.4; // скорость эффекта const yPos = (scrollTop - offsetTop) * speed; bg.style.transform = `translateY(${yPos}px)`; }); }); }
.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-module-requests-request { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-link-form-open .nc-modal-trigger-overlay, .tpl-component-netcat-module-requests-request .tpl-link-form-submit .nc-modal-trigger-overlay { margin: 0; }
.tpl-component-netcat-module-requests-request.tpl-link-form-open { display: inline-block; }
.tpl-component-netcat-module-requests-request .tpl-link-form-submit { position: relative; }
.tpl-component-netcat-module-requests-request .nc-ckeditor-inline { width: 100%; }
.tpl-component-netcat-module-requests-request H4 { font-weight: 600; font-size: 24px; line-height: 28px; color: #333; margin: 0 0 9px; padding: 0; word-wrap: break-word; }
.tpl-component-netcat-module-requests-request .tpl-block-text-after-header { word-wrap: break-word; }
.tpl-component-netcat-module-requests-request form { text-align: left; }
.tpl-component-netcat-module-requests-request .tpl-block-columns { display: flex; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-image img { margin-top: 40px; max-width: 430px; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-divider { min-width: 1px; width: 1px; margin: 0 100px 0 60px; background: #e5e5e5; }
.tpl-component-netcat-module-requests-request .tpl-block-fields { position: relative; }
.tpl-component-netcat-module-requests-request .tpl-block-fields .nc-modal-trigger-overlay { margin: -10px; z-index: 5; }
.tpl-component-netcat-module-requests-request .tpl-block-fields.tpl-state-empty { margin: 20px 10px; padding: 20px; text-align: center; }
.tpl-component-netcat-module-requests-request .tpl-block-fields.tpl-state-empty .nc-modal-trigger-overlay { background-size: 64px; }
.tpl-component-netcat-module-requests-request H4 + .tpl-block-fields, .tpl-component-netcat-module-requests-request .tpl-block-text-after-header + .tpl-block-fields { margin-top: 30px; }
.tpl-component-netcat-module-requests-request .tpl-block-input { margin-bottom: 20px; text-align: left; }
.tpl-component-netcat-module-requests-request .tpl-block-fields .tpl-caption { padding-bottom: 10px; display: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input .tpl-block-error { font-weight: 600; font-size: 13px; line-height: 16px; color: #ff7373; padding: 2px 0 0 2px; display: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA { box-sizing: border-box; width: 100%; border: 1px solid #ccc; background: #fff; border-radius: 3px; outline: none; padding: 19px 20px; font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; line-height: 20px; -webkit-appearance: none; transition: background, border-color .1s ease; }
.tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA { height: 120px; line-height: 22px; resize: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT { -moz-appearance: none; appearance: none; background: #fff url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow.png') no-repeat 100% center; height: 60px; padding: 1px 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT OPTION { font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; padding: 12px 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT[disabled="disabled"], .tpl-component-netcat-module-requests-request .tpl-block-input SELECT[disabled="disabled"], .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:hover, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT:hover, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA:hover { background-color: #f9f9f9; border-color: #999; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA:focus { background-color: #f9f9f9; border: 2px solid #999; padding: 18px 19px; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus { background-image: url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow_focus.png'); }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
.tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error INPUT, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error SELECT, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error TEXTAREA { border: 2px solid #ff7373; padding: 18px 19px; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error SELECT { padding: 0 19px; }
.tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error .tpl-block-error { display: block; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-value { display: flex; margin-bottom: 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-form .tpl-block-input.tpl-field-quantity .tpl-value INPUT { position: relative; border-radius: 0; text-align: center; z-index: 2; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button { position: relative; width: 62px; min-width: 62px; height: 60px; border: 1px solid #ccc; border-radius: 2px; transition: all .1s ease; box-sizing: border-box; background: #fff 50% 50% no-repeat; outline: none; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):hover { border-color: #999; z-index: 3; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):active { border-color: #999; z-index: 3; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease { left: 0; margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus_disabled.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-increase { right: 0; margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-increase.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus_disabled.png"); }
.tpl-component-netcat-module-requests-request .tpl-block-button { position: relative; font-weight: bold; font-size: 18px; line-height: 22px; color: #fff; background: #01aff2; border: none; border-radius: 2px; min-height: 60px; cursor: pointer; transition: all .1s ease; min-width: 160px; box-sizing: border-box; outline: none; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-dark { color: #fff; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-bright { color: #000; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-transparent { border: 2px solid #fff; }
.tpl-component-netcat-module-requests-request .tpl-block-button { padding: 18px 30px; width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-button[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):hover, .tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):focus { opacity: 0.8; }
.tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):active { opacity: 0.8; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-button-content { display: inline-flex; width: 100%; align-items: flex-start; }
.tpl-component-netcat-module-requests-request .tpl-block-button .tpl-block-button-title { flex-grow: 2; text-align: center; }
.tpl-component-netcat-module-requests-request .tpl-block-button-title.tpl-field-item-price { white-space: nowrap; }
.tpl-component-netcat-module-requests-request .tpl-block-button .tpl-block-button-divider { width: 1px; min-width: 1px; position: absolute; top: 10px; bottom: 10px; background: rgba(255, 255, 255, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-button::-moz-focus-inner { padding: 0; border: 0; }
.tpl-component-netcat-module-requests-request.tpl-block-popup { z-index: 500; position: fixed; left: 0; right: 0; top: 0; bottom: 0; min-width: 100%; max-width: 100%; border: none; overflow-y: auto; background: rgba(0, 0, 0, 0.5); text-align: center; width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-background { position: fixed; left: 0; right: 40px; bottom: 0; top: 0; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container { position: relative; display: inline-block; text-align: left; padding: 35px 90px 60px; margin: 20px 0; min-width: 250px; max-width: 1060px; background: #fff; border-radius: 2px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 560px) { 
.tpl-component-netcat-module-requests-request .tpl-block-popup-container { margin: 0; }
 }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button { width: 50px; height: 50px; border-radius: 25px; background: url("/netcat_template/class/netcat_module_requests_request/images/icon_close.png") 50% 50% no-repeat; border: 1px solid #e5e5e5; transition: all .1s ease; position: absolute; top: 15px; right: 15px; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button:hover { border-color: #999; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button:active { border-color: #999; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body { font-size: 18px; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body P { margin: 0; padding: 0 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message .tpl-block-popup-body { margin: 35px 0; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message .tpl-block-popup-icon { width: 50px; height: 50px; background-size: 50px; background-repeat: no-repeat; margin: 20px 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message.tpl-state-success .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_success.svg'); }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message.tpl-state-error .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_error.svg'); }
.tpl-component-netcat-module-requests-request.tpl-block-popup-form .tpl-block-popup-container { padding-top: 40px; }
@media (min-width: 1031px) { 
.tpl-component-netcat-module-requests-request.tpl-block-popup .tpl-block-fields:first-child { margin-top: 40px; }
 }
@media (max-width: 1030px) { 
.tpl-component-netcat-module-requests-request.tpl-block-popup-form .tpl-block-popup-container { max-width: 520px; padding-top: 55px; padding-left: 0; padding-right: 0; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body { margin: 15px 60px; }
.tpl-component-netcat-module-requests-request .tpl-block-columns { display: block; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-divider { height: 50px; background: none; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-image img { margin-top: 0; max-width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-form { margin: 0 auto; text-align: center; }
 }
.tpl-component-netcat-module-requests-request .tpl-state-animated { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.tpl-component-netcat-module-requests-request .tpl-animation-fade-in-down { -webkit-animation-name: tpl-animation-fade-in-down; animation-name: tpl-animation-fade-in-down; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-link-form-open .nc-modal-trigger-overlay, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-link-form-submit .nc-modal-trigger-overlay { margin: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-link-form-open { display: inline-block; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-link-form-submit { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .nc-ckeditor-inline { width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin H4 { font-weight: 600; font-size: 24px; line-height: 28px; color: #333; margin: 0 0 9px; padding: 0; word-wrap: break-word; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-text-after-header { word-wrap: break-word; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin form { text-align: left; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns { display: flex; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-image img { margin-top: 40px; max-width: 430px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-divider { min-width: 1px; width: 1px; margin: 0 100px 0 60px; background: #e5e5e5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields .nc-modal-trigger-overlay { margin: -10px; z-index: 5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields.tpl-state-empty { margin: 20px 10px; padding: 20px; text-align: center; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields.tpl-state-empty .nc-modal-trigger-overlay { background-size: 64px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin H4 + .tpl-block-fields, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-text-after-header + .tpl-block-fields { margin-top: 30px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input { margin-bottom: 20px; text-align: left; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-fields .tpl-caption { padding-bottom: 10px; display: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input .tpl-block-error { font-weight: 600; font-size: 13px; line-height: 16px; color: #ff7373; padding: 2px 0 0 2px; display: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA { box-sizing: border-box; width: 100%; border: 1px solid #ccc; background: #fff; border-radius: 3px; outline: none; padding: 19px 20px; font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; line-height: 20px; -webkit-appearance: none; transition: background, border-color .1s ease; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA { height: 120px; line-height: 22px; resize: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT { -moz-appearance: none; appearance: none; background: #fff url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/dropdown_arrow.png') no-repeat 100% center; height: 60px; padding: 1px 20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT OPTION { font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; padding: 12px 20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT[disabled="disabled"], .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT[disabled="disabled"], .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT:hover, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:hover, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA:hover { background-color: #f9f9f9; border-color: #999; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input INPUT:focus, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input TEXTAREA:focus { background-color: #f9f9f9; border: 2px solid #999; padding: 18px 19px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:focus { background-image: url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/dropdown_arrow_focus.png'); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error INPUT, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error SELECT, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error TEXTAREA { border: 2px solid #ff7373; padding: 18px 19px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error SELECT { padding: 0 19px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-input.tpl-state-error .tpl-block-error { display: block; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-value { display: flex; margin-bottom: 20px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-form .tpl-block-input.tpl-field-quantity .tpl-value INPUT { position: relative; border-radius: 0; text-align: center; z-index: 2; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button { position: relative; width: 62px; min-width: 62px; height: 60px; border: 1px solid #ccc; border-radius: 2px; transition: all .1s ease; box-sizing: border-box; background: #fff 50% 50% no-repeat; outline: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):hover { border-color: #999; z-index: 3; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):active { border-color: #999; z-index: 3; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease { left: 0; margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_minus.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_minus_disabled.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-increase { right: 0; margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_plus.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-field-quantity .tpl-block-control-button.tpl-link-increase.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_plus_disabled.png"); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button { position: relative; font-weight: bold; font-size: 18px; line-height: 22px; color: #fff; background: #01aff2; border: none; border-radius: 2px; min-height: 60px; cursor: pointer; transition: all .1s ease; min-width: 160px; box-sizing: border-box; outline: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button.tpl-layout-background-dark { color: #fff; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button.tpl-layout-background-bright { color: #000; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button.tpl-layout-background-transparent { border: 2px solid #fff; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button { padding: 18px 30px; width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button:not([disabled="disabled"]):hover, .tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button:not([disabled="disabled"]):focus { opacity: 0.8; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button:not([disabled="disabled"]):active { opacity: 0.8; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button-content { display: inline-flex; width: 100%; align-items: flex-start; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button .tpl-block-button-title { flex-grow: 2; text-align: center; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button-title.tpl-field-item-price { white-space: nowrap; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button .tpl-block-button-divider { width: 1px; min-width: 1px; position: absolute; top: 10px; bottom: 10px; background: rgba(255, 255, 255, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-button::-moz-focus-inner { padding: 0; border: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup { z-index: 500; position: fixed; left: 0; right: 0; top: 0; bottom: 0; min-width: 100%; max-width: 100%; border: none; overflow-y: auto; background: rgba(0, 0, 0, 0.5); text-align: center; width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-background { position: fixed; left: 0; right: 40px; bottom: 0; top: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container { position: relative; display: inline-block; text-align: left; padding: 35px 90px 60px; margin: 20px 0; min-width: 250px; max-width: 1060px; background: #fff; border-radius: 2px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 560px) { 
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container { margin: 0; }
 }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-popup-close-button { width: 50px; height: 50px; border-radius: 25px; background: url("/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_close.png") 50% 50% no-repeat; border: 1px solid #e5e5e5; transition: all .1s ease; position: absolute; top: 15px; right: 15px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-popup-close-button:hover { border-color: #999; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-popup-close-button:active { border-color: #999; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-body { font-size: 18px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-body P { margin: 0; padding: 0 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message .tpl-block-popup-body { margin: 35px 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message .tpl-block-popup-icon { width: 50px; height: 50px; background-size: 50px; background-repeat: no-repeat; margin: 20px 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message.tpl-state-success .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_success.svg'); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-message.tpl-state-error .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/inside_admin/images/icon_error.svg'); }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-form .tpl-block-popup-container { padding-top: 40px; }
@media (min-width: 1031px) { 
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup .tpl-block-fields:first-child { margin-top: 40px; }
 }
@media (max-width: 1030px) { 
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin.tpl-block-popup-form .tpl-block-popup-container { max-width: 520px; padding-top: 55px; padding-left: 0; padding-right: 0; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-body { margin: 15px 60px; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns { display: block; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-divider { height: 50px; background: none; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-columns .tpl-block-image img { margin-top: 0; max-width: 100%; }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-block-popup-container .tpl-block-form { margin: 0 auto; text-align: center; }
 }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-state-animated { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.tpl-component-netcat-module-requests-request.tpl-template-inside-admin .tpl-animation-fade-in-down { -webkit-animation-name: tpl-animation-fade-in-down; animation-name: tpl-animation-fade-in-down; }
.tpl-component-netcat-block-quote.tpl-template-general { min-height:60px }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object { display: flex; align-items: flex-start; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object.image-left { flex-direction: row; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object.image-right { flex-direction: row-reverse; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object.image-top { flex-direction: column; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object.image-bottom { flex-direction: column-reverse; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object[max-width~="600px"].image-left, .tpl-component-netcat-block-quote.tpl-template-general .quotes-object[max-width~="600px"].image-top { flex-direction: column; align-items: center; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object[max-width~="600px"], .tpl-component-netcat-block-quote.tpl-template-general .quotes-object[max-width~="600px"].image-right, .tpl-component-netcat-block-quote.tpl-template-general .quotes-object[max-width~="600px"].image-bottom { flex-direction: column-reverse; align-items: center; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-author { display: flex; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-object[max-width~="600px"] .quotes-author, .tpl-component-netcat-block-quote.tpl-template-general .image-left .quotes-author, .tpl-component-netcat-block-quote.tpl-template-general .image-right .quotes-author { flex-direction: column; align-items: center; justify-content: center; text-align: center; width: 160px; }
.tpl-component-netcat-block-quote.tpl-template-general .image-top .quotes-author, .tpl-component-netcat-block-quote.tpl-template-general .image-bottom .quotes-author { flex-direction: row; align-items: center; justify-content: flex-start; text-align: left; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-author .quotes-icon { max-width: 100%; width: 80px; height: 80px; margin: 8px 16px; border-radius: 50%; overflow: hidden; }
.tpl-component-netcat-block-quote.tpl-template-general .literal-quotes .quotes-author { margin-left: 70px }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-name { padding-top: 5px; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-name .author { line-height: 1.2; font-weight: bold; padding-bottom: 5px; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-name .caption { line-height: 1rem; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-text { font-weight: 300; line-height: 1.55; }
.tpl-component-netcat-block-quote.tpl-template-general .image-left .quotes-text, .tpl-component-netcat-block-quote.tpl-template-general .image-right .quotes-text { margin-top: 8px; margin-bottom: 8px; margin-left: 60px; margin-right: 60px; }
.tpl-component-netcat-block-quote.tpl-template-general .image-top .quotes-text, .tpl-component-netcat-block-quote.tpl-template-general .image-bottom .quotes-text { margin-top: 8px; margin-bottom: 8px; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-text.show-quotes { position: relative; margin-left:80px; }
.tpl-component-netcat-block-quote.tpl-template-general .quotes-text.show-quotes:before { content: "“"; position: absolute; left: -80px; top: -18px; font-family: var(--tpl-font-family-accent); font-size: 150px; line-height: 1; color: var(--tpl-color-foreground-accent-lighter, #cccccc); }
.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 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-multipage-service.tpl-template-netcat-cross-template-1 .object-item { text-decoration: none; color: var(--tpl-color-foreground-main); padding: 0; }
.tpl-component-netcat-multipage-service.tpl-template-netcat-cross-template-1 .object-item .item-image { position: relative; }
.tpl-component-netcat-multipage-service.tpl-template-netcat-cross-template-1 .object-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-multipage-service.tpl-template-netcat-cross-template-1 .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-multipage-service.tpl-template-netcat-cross-template-1 .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-multipage-service.tpl-template-netcat-cross-template-1 .object-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-multipage-service.tpl-template-netcat-cross-template-1 .tpl-color-brand { color: var(--tpl-color-brand); }
.tpl-component-netcat-multipage-service { min-height: 60px; }
.tpl-component-netcat-multipage-service .object-item a { display: block; }
.tpl-component-netcat-multipage-service .object-item .item-image { position: relative; }
.tpl-component-netcat-multipage-service .object-item .item-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-multipage-service .object-item .item-image * { width: 100%; height: 100%; }
.tpl-component-netcat-multipage-service .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-multipage-service .object-item .item-image .image * { width: 100%; height: 100%; }
.tpl-component-netcat-multipage-service .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-multipage-service .object-item .item-category { color: var(--tpl-color-foreground-accent-dark); }
.tpl-component-netcat-multipage-service .object-item .item-price { font-weight: 600; white-space: nowrap; }
.tpl-component-netcat-multipage-service .object-item .item-announce { padding-top: .5rem; padding-bottom: .5rem; }
.tpl-component-netcat-multipage-service .object-item .item-padding { padding-left: var(--tpl-object-item--text-padding, 0px); padding-right: var(--tpl-object-item--text-padding, 0px); }
.tpl-component-netcat-multipage-service .object-item-full .item-category { padding-top: .5rem; color: var(--tpl-color-foreground-accent-dark); }
.tpl-component-netcat-multipage-service .object-item-full .item-cover { position: relative; }
.tpl-component-netcat-multipage-service .object-item-full .item-cover::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top); }
.tpl-component-netcat-multipage-service .object-item-full .item-cover .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-multipage-service .object-item-full .item-cover .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-multipage-service .object-item-full .item-cover .image * { width: 100%; height: 100%; }
.tpl-component-netcat-multipage-service .object-item-full .item-cover * { width: 100%; height: 100%; }
.tpl-component-netcat-multipage-service .object-item-full .item-text { margin-top: 2rem; margin-bottom: 2rem; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider { display: flex; align-items: flex-start; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-big-image { width: 100%; margin-bottom: 7px; position: relative; overflow: hidden; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-big-image::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top, 50%); }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-big-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-big-image .image * { width: 100%; height: 100%; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-big-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-preview-list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-preview-list a { display: inline-block; margin-bottom: 6px; position: relative; overflow: hidden; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-preview-list a::before { display: block; content: ""; width: 100%; padding-top: var(--tpl-object-item--image-padding-top, 50%); }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-preview-list a span { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-preview-list a span img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-preview-list a.active { position: relative; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider .slider-preview-list a.active:after { position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; border: 5px solid var(--tpl-color-brand); }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[min-width~="900px"] .slider-big-image { margin-right: 6px; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[min-width~="900px"] .slider-preview-list { flex-direction: row; width: 32%; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[min-width~="900px"] .slider-preview-list a { width: 50%; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[min-width~="900px"] .slider-preview-list a:nth-child(2n+1) span { padding-right: 3px; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[min-width~="900px"] .slider-preview-list a:nth-child(2n) span { padding-left: 3px; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="900px"][min-width~="500px"] { flex-direction: column; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="900px"][min-width~="500px"] .slider-preview-list a { width: 33.33%; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="900px"][min-width~="500px"] .slider-preview-list a:nth-child(3n+2) span { padding-right: 6px; padding-left: 6px; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="500px"] { flex-direction: column; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="500px"] .slider-preview-list a { width: 50%; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="500px"] .slider-preview-list a:nth-child(3n+2) span { padding: 0; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="500px"] .slider-preview-list a:nth-child(2n+1) span { padding-right: 3px; }
.tpl-component-netcat-multipage-service .object-item-full .item-slider[max-width~="500px"] .slider-preview-list a:nth-child(2n) span { padding-left: 3px; }
.tpl-component-netcat-navigation-logo.tpl-template-logo-1 { height:100%; }
.tpl-component-netcat-navigation-logo.tpl-template-logo-1 a { height:100%; display: inline-block; color: var(--tpl-color-foreground-accent); text-decoration: none; }
.tpl-component-netcat-navigation-logo.tpl-template-logo-1 a img, .tpl-component-netcat-navigation-logo.tpl-template-logo-1 a svg { max-height: 100%; max-width: 100%; object-fit: contain; }
.tpl-component-netcat-navigation-logo.tpl-template-logo-1 a svg path { fill: var(--tpl-color-foreground-accent); }
.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; color: var(--tpl-color-foreground-main); display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name a:hover { color: var(--tpl-color-foreground-accent); }
.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; max-width: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-active > span, .tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-active > a { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-text { flex: 1; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol { margin-left: 0.2em; visibility: hidden; height: 1em; width: 1em; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol svg { height: 0.9em; width: 0.9em; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol svg path { fill: var(--tpl-color-foreground-main); }
.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 .tpl-dropdown-to-right > .menu-item-link > .menu-item-symbol-rotate svg { transform: rotate(270deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-top > .menu-item-link > .menu-item-symbol-rotate svg, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-rotate svg { transform: rotate(180deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger .menu-item-symbol-rotate svg { transition: transform 0.3s; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol-alternate svg:nth-child(2), .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-alternate svg:nth-child(1) { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-alternate svg:nth-child(2) { display: inline; }
.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; color: var(--tpl-color-foreground-main); display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon a:hover { color: var(--tpl-color-foreground-accent); }
.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: flex; align-items: baseline; flex-wrap: nowrap; max-width: 100%; }
.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; margin-right: var(--menu-name-after-icon--item-icon-spacing); 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 { flex: 1; text-align: left; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-symbol { margin-left: 0.2em; visibility: hidden; height: 1em; width: 1em; display: flex; align-items: center; justify-content: center; flex-shrink: 0; align-self: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-symbol svg { height: 0.9em; width: 0.9em; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-symbol svg path { fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-dropdown-to-top .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-dropdown-to-right .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-dropdown-to-bottom .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-accordion-trigger .menu-item-symbol { visibility: visible; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-dropdown-to-right > .menu-item-link > .menu-item-symbol-rotate svg { transform: rotate(270deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-dropdown-to-top > .menu-item-link > .menu-item-symbol-rotate svg, .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-rotate svg { transform: rotate(180deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-accordion-trigger .menu-item-symbol-rotate svg { transition: transform 0.3s; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .menu-item-symbol-alternate svg:nth-child(2), .tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-alternate svg:nth-child(1) { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-after-icon .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-alternate svg:nth-child(2) { display: inline; }
.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-image { position: relative; display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-image:before { display: block; content: ""; width: 100%; padding-top: var(--menu-name-below-image--image-padding-top, 62.5%); }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-image .menu-item-image-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; width: 100%; height: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-below-image .menu-item-image .menu-item-image-container img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .nc-infoblock-object .nc-infoblock-insert { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image ul { margin: 0; padding: 0; --menu-name-over-image--text-flex--justify-content: flex-start; --menu-name-over-image--text-flex--align-items: flex-end; --menu-name-over-image--text-wrapper--flex-grow: 0; --menu-name-over-image--text-margin: 0; --menu-name-over-image--text-padding-horizontal: 0; --menu-name-over-image--text-padding-vertical: 0; --menu-name-over-image--text-background: transparent; --menu-name-over-image--text-background-opacity: 1; --menu-name-over-image--text-background-radius: 0; --menu-name-over-image--image-padding-top: 62.5%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image ul > li { list-style: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item { break-inside: avoid; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-link { position: relative; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image a { text-decoration: none; color: var(--tpl-color-foreground-main); display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image a:hover { color: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-active > span, .tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-active > a { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-flex { position: absolute; top: 0; width: 100%; height: 100%; display: flex; justify-content: var(--menu-name-over-image--text-flex--justify-content); align-items: var(--menu-name-over-image--text-flex--align-items); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-wrapper { flex-grow: var(--menu-name-over-image--text-wrapper--flex-grow); margin: var(--menu-name-over-image--text-margin); padding: var(--menu-name-over-image--text-padding-vertical) var(--menu-name-over-image--text-padding-horizontal); position: relative; display: flex; align-items: center; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-wrapper:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: var(--menu-name-over-image--text-background); border-radius: var(--menu-name-over-image--text-background-radius); opacity: var(--menu-name-over-image--text-background-opacity); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-text-over-image { position: relative; z-index: 2; width: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-image { position: relative; display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-image .menu-item-image:before { display: block; content: ""; width: 100%; padding-top: var(--menu-name-over-image--image-padding-top, 62.5%); }
.tpl-component-netcat-navigation-menu.tpl-template-name-over-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-over-image .menu-item-image .menu-item-image-container img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .nc-infoblock-object .nc-infoblock-insert { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-icon ul { margin: 0; padding: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-icon ul > li { list-style: none; }
.tpl-component-netcat-navigation-menu.tpl-template-icon a { text-decoration: none; display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only { height: 1em; width: 1em; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only[class*='menu-item-icon-decor-'] { border: 1px solid var(--menu-icon--item-icon-decor-color); }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only[class*='menu-item-icon-decor-'][class*='-fill'] { background-color: var(--menu-icon--item-icon-decor-color); }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only[class*='menu-item-icon-decor-'] > * { width: 50%; max-height: 50%; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only[class*='menu-item-icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only[class*='menu-item-icon-decor-circle'] > * { width: 40%; max-height: 40%; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only svg, .tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only img { display: block; width: 100%; max-height: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-only img { object-fit: contain; }
.tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-color-from-palette svg, .tpl-component-netcat-navigation-menu.tpl-template-icon .menu-item-icon-color-from-palette svg path { fill: var(--menu-icon--item-icon-color, unset); }
