body.fancybox-lock,
html.fancybox-lock {
  height: auto !important;
  overflow: visible !important;
}

/* Catalog UI rules */
.catalog:not(.catalog-categories)
  .catalog-wrapper.list-view
  .catalog-item
  .btn-order {
  grid-area: qty !important;
}

.catalog:not(.catalog-categories)
  .catalog-wrapper.list-view
  .catalog-item
  .catalog-qty-selector {
  grid-area: button !important;
}

.catalog.main-block .catalog-filter .catalog-filter-foot .btn-apply,
.catalog.main-block .catalog-filter-head .catalog-filter-toggler,
.catalog.main-block .catalog-wrapper .btn-more {
  align-items: center;
  min-height: 48px;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  font-family: var(--ff-base, "Inter", sans-serif);
  font-weight: 500;
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  display: inline-flex;
}

.catalog.main-block .catalog-filter .catalog-filter-foot .btn-apply,
.catalog.main-block .catalog-wrapper .btn-more {
  border-radius: var(--space-xs, 8px);
  box-sizing: border-box;
  justify-content: center;
  padding: var(--space-sm, 12px) var(--space-3xl, 32px);
  text-align: center;
  text-decoration: none;
}

.catalog.main-block .catalog-filter-head .catalog-filter-toggler {
  background: var(--brand-200, #daeefb);
  border: 1px solid transparent;
  border-radius: var(--space-xs, 8px);
  color: var(--brand-400, #1a86d4);
  padding: var(--space-sm, 12px) var(--space-md, 16px);
}

.catalog.main-block
  .catalog-filter
  .catalog-filter-list
  .show-all-button
  svg
  path,
.catalog.main-block .catalog-filter-head .catalog-filter-toggler svg path {
  fill: currentColor;
  transition: fill 0.2s;
}

.catalog.main-block .catalog-filter-head .catalog-filter-toggler:focus,
.catalog.main-block .catalog-filter-head .catalog-filter-toggler:hover {
  background: var(--brand-300, #2499ea);
  border-color: var(--brand-300, #2499ea);
  color: var(--neutral-0, #fff);
}

.catalog.main-block .catalog-filter .catalog-filter-list .show-all-button {
  color: var(--brand-700, #0d549a);
  font-family: var(--ff-base, "Inter", sans-serif);
  font-size: var(--text-body-s, 14px);
  font-weight: 500;
  line-height: 20px;
  text-underline-offset: 3px;
}

.catalog.main-block .catalog-filter .catalog-filter-list .show-all-button:focus,
.catalog.main-block
  .catalog-filter
  .catalog-filter-list
  .show-all-button:hover {
  color: var(--brand-800, #014a8c);
  text-decoration-color: currentColor;
}

.catalog.main-block .catalog-filter .catalog-filter-foot .btn-apply {
  background: var(--brand-700, #0d549a);
  border: 1px solid var(--brand-700, #0d549a);
  color: var(--neutral-0, #fff);
  width: 100%;
}

.catalog.main-block .catalog-filter .catalog-filter-foot .btn-apply:focus,
.catalog.main-block .catalog-filter .catalog-filter-foot .btn-apply:hover {
  background: var(--brand-800, #014a8c);
  border-color: var(--brand-800, #014a8c);
  color: var(--neutral-0, #fff);
}

.catalog.main-block .catalog-wrapper .btn-more {
  background: 0 0;
  border: 1px solid var(--brand-700, #0d549a);
  color: var(--brand-700, #0d549a);
  grid-column: 1 / -1;
  margin: 0 auto;
  width: auto;
}

.catalog.main-block .catalog-wrapper .btn-more:focus,
.catalog.main-block .catalog-wrapper .btn-more:hover {
  background: 0 0;
  border-color: var(--brand-800, #014a8c);
  color: var(--brand-800, #014a8c);
}

.catalog:not(.catalog-categories) .catalog-wrapper .catalog-item .btn-order {
  grid-area: qty;
}

.catalog:not(.catalog-categories)
  .catalog-wrapper
  .catalog-item
  .catalog-qty-selector {
  grid-area: button;
}

/* FAQ styles moved from faq-style.css */
.faq-container {
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 2px solid #0b78af;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-question {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  background-color: #fff;
  user-select: none;
  transition: background-color 0.2s;
}

.faq-question:hover {
  background-color: #f0f8ff;
}

.faq-question::after {
  content: "▼";
  font-size: 0.9em;
  color: #0b78af;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
  margin-left: 10px;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fafafa;
  border-top: 1px solid #e0e0e0;
}

.faq-answer p {
  margin: 0;
  padding: 15px 20px;
  color: #333;
  line-height: 1.5;
}
#otziv_form.form-box h3,
.form-box.sended h1 {
  font-size: var(--headings-h3, 24px);
  font-weight: 600;
  margin: 0 0 var(--space-md, 16px);
}
.nd-main-slider__badge,
.nd-main-slider__overlay .btn,
.nd-secondary-slider__badge {
  align-self: flex-start;
  align-self: flex-start;
  align-self: flex-start;
}
.nd-main-slider-section,
.nd-secondary-slider-section {
  --nd-main-slider-arrow-icon: 24px;
  --nd-main-slider-arrow-size: calc(
    var(--nd-main-slider-arrow-icon) + 2 * var(--space-sm, 12px)
  );
  --nd-main-slider-arrow-out: calc(var(--nd-main-slider-arrow-size) / 2);
}
.nd-main-slider__media img,
.nd-secondary-slider__media img {
  -webkit-user-drag: none;
  object-position: center;
  user-select: none;
}
.btn,
.nd-secondary-slider__actions .btn {
  white-space: nowrap;
}
.index-news.nd-news .nd-news__track,
.nd-clients__track,
.nd-popular-products__track {
  scroll-behavior: smooth;
  scrollbar-width: none;
}
:root {
  --nd-section-py: var(--space-3xl, 32px);
  --nd-section-gap: var(--space-3xl, 32px);
  --nd-slider-scrollbar-inset: var(--space-3xl, 32px);
}
#nd-cookie-notice[hidden],
.nd-main-form__check label.error {
  display: none !important;
}
.nd-cookie-notice {
  align-items: center;
  background: rgba(27, 30, 31, 0.96);
  border-radius: 12px;
  bottom: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  gap: 16px;
  left: 16px;
  max-width: 760px;
  padding: 14px 16px;
  position: fixed;
  right: 16px;
  z-index: 10020;
}
.nd-cookie-notice__text {
  color: inherit;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
#nd-cookie-notice .nd-cookie-notice__link {
  color: #7dc6ff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-color: #7dc6ff;
  transition: text-decoration-color 0.2s;
}
#nd-cookie-notice .nd-cookie-notice__link:focus-visible,
#nd-cookie-notice .nd-cookie-notice__link:hover {
  color: #7dc6ff;
  text-decoration-color: transparent !important;
}
.nd-cookie-notice__btn {
  background: #2499ea;
  border: 1px solid #2499ea;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}
.nd-cookie-notice__btn:focus-visible,
.nd-cookie-notice__btn:hover {
  background: #0d549a;
  border-color: #0d549a;
  outline: 0;
}
@media (max-width: 767px) {
  .nd-cookie-notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .nd-cookie-notice__btn {
    width: 100%;
  }
}
:focus,
:focus-visible {
  outline: 0 !important;
  outline-offset: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.nd-header.nd-header--search-open .js-nd-header-search-toggle,
.nd-header__icon-btn:focus,
.nd-header__icon-btn:hover,
.nd-header__search-close:focus,
.nd-header__search-close:hover {
  border-color: var(--brand-300, #2499ea);
  box-shadow: 0 0 0 2px rgba(36, 153, 234, 0.12);
}
[tabindex]:not([tabindex="-1"]),
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a[href]:where(
    :not(.btn):not([class*="btn--"]):not(.nd-footer__nav-item):not(
        .nd-footer__social-item
      ):not(.nd-header__icon-btn):not(.nd-header__phone-link):not(
        .nd-main-slider__arrow
      ):not(.nd-secondary-slider__arrow):not(.nd-news__arrow):not(
        .nd-home-catalog__item
      ):not(.nd-project-industries__item):not(.mm-block__phone):not(
        .mm-block__callback
      ):not(.mm-block__cart)
  ) {
  transition: 0.2s;
}
.nd-header {
  background: var(--neutral-0, #fff);
  position: sticky;
  top: 0;
  z-index: 40;
}
body.fancybox-lock {
  left: auto !important;
  position: static !important;
  top: auto !important;
  width: auto !important;
}
body.fancybox-lock .fancybox-overlay {
  z-index: 10010 !important;
}
body.fancybox-lock .inner-header,
body.fancybox-lock .nd-header,
body.fancybox-lock .nd-header-mobile {
  box-sizing: border-box;
  left: 0 !important;
  max-width: 100% !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 10050 !important;
}
body.fancybox-lock .fancybox-wrap {
  z-index: 10060 !important;
}
.nd-header__top {
  align-items: center;
  display: flex;
  gap: var(--space-lg, 20px);
  justify-content: space-between;
  padding: var(--space-lg, 20px) 0 var(--space-sm, 12px);
}
.nd-header__logo {
  display: inline-flex;
  flex: 0 0 240px;
  max-width: 240px;
}
.nd-header__logo img {
  display: block;
  height: 48px;
  max-width: 100%;
  width: 240px;
}
.nd-header__phone {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--space-2xs, 4px);
  margin-left: var(--space-6xl, 56px);
}
.nd-header__phone-link {
  color: var(--brand-700, #0d549a);
  display: inline-block;
  font-size: var(--text-body-md, 16px);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s;
}
.nd-header__callback,
.nd-header__search-submit {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nd-header__phone-link:focus,
.nd-header__phone-link:focus-visible,
.nd-header__phone-link:hover {
  color: var(--brand-300, #2499ea);
  text-decoration: none;
}
.nd-header__callback {
  color: var(--neutral-500, #909095);
  display: inline-block;
  font-size: var(--text-body-s, 14px);
  line-height: 20px;
  width: fit-content;
}
.nd-header__callback:focus,
.nd-header__callback:hover,
.nd-header__search-icon {
  color: var(--brand-300, #2499ea);
}
.nd-header__actions {
  align-items: center;
  display: flex;
  gap: var(--space-md, 16px);
}
.nd-header__search-panel {
  background: #f4f7fa;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: var(--space-sm, 12px) var(--space-md, 16px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% - var(--space-sm, 12px)));
  transition:
    opacity 0.22s,
    transform 0.28s;
  z-index: 10080;
}
.nd-main-slider__arrow--next,
.nd-secondary-slider__arrow--next {
  right: calc(var(--nd-main-slider-arrow-out, 24px) * -1);
}
.nd-header__search-panel::before {
  background: 0 0;
  content: "";
  inset: 0;
  position: absolute;
}
.nd-header.nd-header--search-open .nd-header__search-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nd-header__search-strip {
  align-items: center;
  background: #f4f7fa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  gap: var(--space-sm, 12px);
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 var(--space-sm, 12px);
  position: relative;
  width: 100%;
  z-index: 1;
}
.nd-header__search-input,
.nd-header__search-submit {
  border: 0;
  font-family: var(--ff-base, "Inter", sans-serif);
  background: 0 0;
}
.nd-header__search-form {
  align-items: center;
  display: flex;
  gap: var(--space-xs, 8px);
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.nd-header__search-icon {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
}
#otziv_form .nd-main-form__check,
#otziv_form.form-box h3,
#search-block-header.form-box .h3,
.nd-header__search-input {
  color: var(--neutral-900, #1b1e1f);
}
.nd-header__search-input {
  box-sizing: border-box;
  flex: 1 1 auto;
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  min-height: 46px;
  min-width: 0;
  padding: 0;
}
.nd-header__search-input::placeholder {
  color: var(--neutral-500, #909095);
}
#otziv_form .iw input:focus,
#otziv_form .iw textarea:focus,
.nd-header__search-input:focus {
  outline: 0;
}
.nd-header__search-submit {
  -webkit-appearance: none;
  appearance: none;
  color: var(--brand-700, #0d549a);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: var(--text-body-s, 14px);
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  transition: color 0.2s;
}
.nd-header__search-submit:focus,
.nd-header__search-submit:hover {
  color: var(--brand-300, #2499ea);
  outline: 0;
}
.nd-header__search-close {
  align-items: center;
  background: #f4f7fa;
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 36px;
}
.nd-header__search-close:focus,
.nd-header__search-close:hover {
  outline: 0;
}
.nd-header__search-close-line {
  background: var(--neutral-800, #555559);
  border-radius: 1px;
  height: 2px;
  position: absolute;
  width: 14px;
}
.nd-header__search-close-line:first-child {
  transform: rotate(45deg);
}
.nd-header__search-close-line:last-child {
  transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  .nd-header__search-panel {
    padding-left: var(--space-sm, 12px);
    padding-right: var(--space-sm, 12px);
  }
}
.nd-header__icon-btn {
  align-items: center;
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--space-xs, 8px);
  display: inline-flex;
  justify-content: center;
  padding: var(--space-sm, 12px);
  position: relative;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nd-header__icon-btn--cart .cart-link__count {
  align-items: center;
  -webkit-font-smoothing: antialiased;
  background: var(--brand-700, #0d549a);
  border: none;
  border-radius: 999px;
  box-shadow:
    0 0 0 2px var(--neutral-0, #fff),
    0 1px 4px rgba(13, 84, 154, 0.35);
  box-sizing: border-box;
  color: var(--neutral-0, #fff);
  display: none;
  font-family: var(--ff-base, "Inter", sans-serif);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  line-height: 1;
  min-width: 20px;
  padding: 0 5px;
  position: absolute;
  right: -6px;
  top: -6px;
  z-index: 2;
}
.nd-header__icon-btn--cart .cart-link__count.is-visible {
  display: inline-flex;
}
.fancybox-wrap:has(#search-block-header) {
  max-width: calc(100vw - var(--space-3xl, 32px));
  width: min(400px, 100%) !important;
}
.fancybox-wrap:has(#search-block-header) .fancybox-skin {
  background: var(--neutral-0, #fff);
  border-radius: var(--space-xs, 8px);
  box-shadow:
    0 8px 32px rgba(27, 30, 31, 0.14),
    0 0 0 1px var(--neutral-200, #e3eaf0);
  padding: 0 !important;
}
.fancybox-wrap:has(#search-block-header) .fancybox-outer {
  width: 100% !important;
}
.fancybox-wrap:has(#search-block-header) .fancybox-inner {
  height: auto !important;
  min-width: 0;
  overflow: visible !important;
  width: 100% !important;
}
.fancybox-wrap:has(#search-block-header) #search-block-header.form-box {
  display: block !important;
}
@keyframes nd-search-form-reveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fancybox-wrap:has(#search-block-header) .fancybox-close {
  background: var(--neutral-0, #fff) !important;
  background-image: none !important;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  height: 40px;
  opacity: 1;
  right: -10px;
  text-indent: -9999px;
  top: -10px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  width: 40px;
}
.fancybox-wrap:has(#search-block-header) .fancybox-close::after,
.fancybox-wrap:has(#search-block-header) .fancybox-close::before {
  background: var(--neutral-800, #555559);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 14px;
}
.fancybox-wrap:has(#search-block-header) .fancybox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-wrap:has(#search-block-header) .fancybox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fancybox-wrap:has(#search-block-header) .fancybox-close:focus-visible,
.fancybox-wrap:has(#search-block-header) .fancybox-close:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
  transform: scale(1.06);
}
.fancybox__container:has(#search-block-header) {
  --fancybox-backdrop-bg: rgba(137, 160, 175, 0.95);
  --f-carousel-slide-width: min(400px, 100%);
  box-sizing: border-box;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}
.fancybox__container:has(#search-block-header) .fancybox__viewport {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.fancybox__container:has(#search-block-header) .fancybox__slide {
  box-sizing: border-box;
  flex: 0 1 auto;
  height: auto !important;
  max-height: none;
  max-width: 100%;
  min-height: 0;
  margin-block: 0;
  margin-inline: auto;
  width: min(400px, 100%) !important;
  transform: translate3d(0, 0, 0) !important;
  background: var(--neutral-0, #fff);
  border-radius: var(--space-xs, 8px);
  box-shadow:
    0 8px 32px rgba(27, 30, 31, 0.14),
    0 0 0 1px var(--neutral-200, #e3eaf0);
}
.fancybox__container:has(#search-block-header) .fancybox__slide.has-html {
  overflow: visible;
  padding: 0;
}
.fancybox__container:has(#search-block-header) .fancybox__slide.has-close-btn {
  padding-top: 0 !important;
}
.fancybox__container:has(#search-block-header) #search-block-header.form-box {
  display: block !important;
}
@media (prefers-reduced-motion: no-preference) {
  .fancybox-wrap:has(#search-block-header) #search-block-header.form-box {
    animation: 0.22s ease-out nd-search-form-reveal;
  }
  .fancybox__container:has(#search-block-header) #search-block-header.form-box {
    animation: 0.22s ease-out nd-search-form-reveal;
  }
}
.fancybox__container:has(#search-block-header)
  .fancybox__slide
  .f-button[data-fancybox-close] {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border-radius: 50%;
  --f-button-bg: var(--neutral-0, #ffffff);
  --f-button-hover-bg: var(--neutral-0, #ffffff);
  --f-button-active-bg: var(--neutral-0, #ffffff);
  --f-button-color: var(--neutral-800, #555559);
  --f-button-hover-color: var(--neutral-900, #1b1e1f);
  --f-button-shadow: none;
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-stroke-width: 2;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  right: -10px !important;
  top: -10px !important;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.fancybox__container:has(#search-block-header)
  .fancybox__slide
  .f-button[data-fancybox-close]:focus-visible,
.fancybox__container:has(#search-block-header)
  .fancybox__slide
  .f-button[data-fancybox-close]:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
  transform: scale(1.06);
}
.fancybox__container.nd-fb-header-form {
  --fancybox-backdrop-bg: rgba(137, 160, 175, 0.95);
  --f-carousel-slide-width: min(520px, 100%);
  --f-carousel-slide-height: auto;
  box-sizing: border-box;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}
.fancybox__container.nd-fb-header-form .fancybox__carousel {
  opacity: 1;
  transition: opacity 0.2s;
}
.fancybox__container.nd-fb-header-form.nd-fb-hf--sizing .fancybox__carousel {
  opacity: 0;
  pointer-events: none;
  transition-duration: 0s;
}
.fancybox__container.nd-fb-header-form .fancybox__viewport {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.fancybox__container.nd-fb-header-form .fancybox__slide {
  box-sizing: border-box;
  flex: 0 1 auto;
  width: min(520px, 100%) !important;
  max-width: 100%;
  transform: translate3d(0, 0, 0) !important;
  margin-inline: auto;
  border-radius: var(--radius-md, 12px);
  box-shadow:
    0 8px 32px rgba(27, 30, 31, 0.14),
    0 0 0 1px var(--neutral-200, #e3eaf0);
}
.fancybox__container.nd-fb-header-form .fancybox__slide.has-iframe {
  overflow: visible;
  height: auto;
  max-height: min(90vh, 100dvh);
}
.fancybox__container.nd-fb-header-form
  .fancybox__slide.has-html:not(.has-iframe) {
  overflow: hidden;
  padding: 0;
}
.fancybox__container.nd-fb-header-form .fancybox__slide.has-html.has-iframe {
  overflow: visible;
  padding: 0;
}
.fancybox__container.nd-fb-header-form .fancybox__slide.has-close-btn {
  padding-top: 0 !important;
}
.fancybox__container.nd-fb-header-form .has-iframe .f-html {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  max-height: min(90vh, 100dvh);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: var(--radius-md, 12px);
  background: var(--neutral-0, #fff);
}
.fancybox__container.nd-fb-header-form .f-iframe {
  display: block;
  border: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: min(460px, 52vh);
  vertical-align: top;
  height: auto;
}
.fancybox__container.nd-fb-header-form
  .fancybox__slide
  .f-button[data-fancybox-close] {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border-radius: 50%;
  --f-button-bg: var(--neutral-0, #ffffff);
  --f-button-hover-bg: var(--neutral-0, #ffffff);
  --f-button-active-bg: var(--neutral-0, #ffffff);
  --f-button-color: var(--neutral-800, #555559);
  --f-button-hover-color: var(--neutral-900, #1b1e1f);
  --f-button-shadow: none;
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-stroke-width: 2;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 2;
  right: 8px !important;
  top: 8px !important;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.fancybox__container.nd-fb-header-form
  .fancybox__slide
  .f-button[data-fancybox-close]:focus-visible,
.fancybox__container.nd-fb-header-form
  .fancybox__slide
  .f-button[data-fancybox-close]:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
  transform: scale(1.06);
}
#search-block-header.form-box {
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  padding: var(--space-xl, 24px);
  width: 100%;
}
#search-block-header.form-box .h3 {
  border-bottom: 1px solid var(--neutral-200, #e3eaf0);
  font-family: var(--ff-base, "Inter", sans-serif);
  font-size: var(--headings-h3, 24px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 var(--space-lg, 20px);
  padding-bottom: var(--space-md, 16px);
  text-align: center;
}
#search-block-header.form-box .form-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 16px);
  margin: 0;
}
#search-block-header.form-box .iwrp,
#search-block-header.form-box .submit-wrp {
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
#search-block-header.form-box input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--space-xs, 8px);
  box-sizing: border-box;
  color: var(--neutral-900, #1b1e1f);
  display: block;
  font-family: var(--ff-base, "Inter", sans-serif);
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  margin: 0;
  padding: var(--space-sm, 12px) var(--space-md, 16px);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  max-width: none;
  width: 100%;
}
#search-block-header.form-box input[type="submit"],
.btn {
  font-size: var(--body-md, var(--text-body-md, 16px));
  font-weight: var(--fw-medium, 500);
  cursor: pointer;
}
#search-block-header.form-box input[type="text"]::placeholder {
  color: var(--neutral-500, #909095);
}
#search-block-header.form-box input[type="text"]:hover {
  border-color: var(--neutral-400, #d0dae3);
}
#search-block-header.form-box input[type="text"]:focus {
  border-color: var(--brand-300, #2499ea);
  box-shadow: 0 0 0 2px rgba(36, 153, 234, 0.2);
  outline: 0;
}
#search-block-header.form-box input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--brand-300, #2499ea);
  border: 1px solid transparent;
  border-radius: var(--space-xs, 8px);
  box-sizing: border-box;
  color: var(--neutral-0, #fff);
  display: block;
  font-family: var(--ff-base, "Inter", sans-serif);
  line-height: 1.5;
  margin: 0;
  padding: var(--space-sm, 12px) var(--space-3xl, 32px);
  transition:
    background-color 0.2s,
    color 0.2s;
  max-width: none;
  width: 100%;
}
.fancybox-wrap.square-popup .fancybox-inner,
.fancybox-wrap.square-popup .fancybox-outer,
.fancybox-wrap.square-popup .fancybox-skin {
  border-radius: var(--radius-md, 12px);
  overflow: hidden;
}
#search-block-header.form-box input[type="submit"]:focus,
#search-block-header.form-box input[type="submit"]:hover {
  background-color: var(--brand-400, #1a86d4);
}
.fancybox-wrap.square-popup .fancybox-skin {
  background: var(--neutral-0, #fff);
  box-shadow:
    0 8px 32px rgba(27, 30, 31, 0.14),
    0 0 0 1px var(--neutral-200, #e3eaf0);
  padding: 0 !important;
}
.fancybox-wrap.square-popup .fancybox-close {
  background: var(--neutral-0, #fff) !important;
  background-image: none !important;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  height: 40px;
  opacity: 1;
  right: -10px;
  text-indent: -9999px;
  top: -10px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  width: 40px;
}
.fancybox-wrap.square-popup .fancybox-close::after,
.fancybox-wrap.square-popup .fancybox-close::before {
  background: var(--neutral-800, #555559);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 14px;
}
.fancybox-wrap.square-popup .fancybox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-wrap.square-popup .fancybox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fancybox-wrap.square-popup .fancybox-close:focus-visible,
.fancybox-wrap.square-popup .fancybox-close:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
  transform: scale(1.06);
}
body.fancybox-lock .fancybox-wrap.square-popup {
  box-sizing: border-box;
  max-width: min(520px, 100vw) !important;
}
body.fancybox-lock .fancybox-wrap.square-popup .fancybox-inner,
body.fancybox-lock .fancybox-wrap.square-popup .fancybox-inner iframe,
body.fancybox-lock .fancybox-wrap.square-popup .fancybox-outer {
  box-sizing: border-box;
  max-width: 100% !important;
  width: 100% !important;
}
body.nd-popup-page,
html.nd-popup-page {
  background: var(--neutral-0, #fff) !important;
  margin: 0;
  padding: 0;
}
#otziv_form.form-box {
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--radius-md, 12px);
  box-shadow:
    0 8px 32px rgba(27, 30, 31, 0.08),
    0 0 0 1px rgba(227, 234, 240, 0.6);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: min(520px, 100%);
  padding: var(--space-3xl, 32px);
  width: 100%;
}
#otziv_form .iw input.error,
#otziv_form .iw input.is-invalid,
.nd-main-form__check .nd-main-form__check-input.error {
  border-color: #b01d1a !important;
}
#otziv_form.form-box h3 {
  border-bottom: 1px solid var(--neutral-200, #e3eaf0);
  font-family: var(--ff-base, "Inter", sans-serif);
  letter-spacing: -0.12px;
  line-height: 1.4;
  padding-bottom: var(--space-md, 16px);
  text-align: center;
}
#otziv_form.form-box .form-body.feedback {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl, 24px);
  margin: 0;
  width: 100%;
}
#otziv_form.form-box .nd-popup-form__consents {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-xl, 24px) / 2);
  margin: 0;
  width: 100%;
}
#otziv_form .iwrp {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 8px);
  margin: 0;
  width: 100%;
}
#otziv_form .iwrp .clear {
  display: none;
}
#otziv_form .iwrp-checkbox {
  display: block;
  margin: 0;
  width: 100%;
}
#otziv_form .iw,
#otziv_form .lw {
  width: 100% !important;
  float: none;
}
#otziv_form.form-box
  .iwrp-checkbox
  input[type="checkbox"].nd-main-form__check-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: var(--neutral-0, #fff) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 12px !important;
  border: 1px solid var(--brand-700, #0d549a);
  border-radius: 4px !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  flex: 0 0 24px !important;
  font-family: var(--ff-base, "Inter", sans-serif) !important;
  font-size: 0 !important;
  height: 24px !important;
  line-height: 0 !important;
  margin: 0 !important;
  max-height: 24px !important;
  max-width: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
  padding: 0 !important;
  width: 24px !important;
}
#otziv_form.form-box
  .iwrp-checkbox
  input[type="checkbox"].nd-main-form__check-input:checked {
  background-color: var(--neutral-0, #fff) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 1.40006L5.56309 12L0 6.35001L1.37853 4.94996L5.56309 9.19988L14.6215 0L16 1.40006Z' fill='%23014A8C'/%3E%3C/svg%3E") !important;
  border-color: var(--brand-700, #0d549a) !important;
}
#otziv_form.form-box
  .iwrp-checkbox
  input[type="checkbox"].nd-main-form__check-input:focus,
#otziv_form.form-box
  .iwrp-checkbox
  input[type="checkbox"].nd-main-form__check-input:focus-visible {
  box-shadow: 0 0 0 2px var(--focus-ring, #2499ea) !important;
  outline: 0 !important;
}
#otziv_form .nd-main-form__check-text {
  color: var(--neutral-800, #555559);
}
#otziv_form .nd-main-form__check-text a:any-link {
  color: var(--brand-700, #0d549a);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-color: var(--brand-300, #2499ea);
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition:
    color 0.2s,
    opacity 0.2s;
}
#otziv_form .lw label {
  color: var(--neutral-900, #1b1e1f);
  font-family: var(--ff-base, "Inter", sans-serif);
  font-size: var(--text-body-s, 14px);
  font-weight: 500;
  line-height: 20px;
}
#otziv_form #form-submit,
#otziv_form .iw textarea,
#otziv_form .iw textarea.form-textarea {
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  margin: 0;
  max-width: none !important;
  display: block;
}
#otziv_form .lw .file-size {
  color: var(--neutral-500, #909095);
  font-weight: 400;
}
#otziv_form #form-submit,
#otziv_form .fileform .selectbutton {
  font-weight: 500;
  padding: 0 var(--space-md, 16px);
  transition: background-color 0.2s;
  color: var(--neutral-0, #fff);
  box-sizing: border-box;
}
#otziv_form .iw {
  background: var(--neutral-0, #fff);
  overflow: visible;
  position: relative;
}
#otziv_form .red {
  color: #e53935;
  font-weight: 400;
}
#otziv_form .fileform #fileformlabel,
#otziv_form .terms-text {
  color: var(--neutral-500, #909095);
  font-size: var(--text-body-s, 14px);
  font-family: var(--ff-base, "Inter", sans-serif);
}
#otziv_form .iw input#captcha,
#otziv_form .iw input.exclude,
#otziv_form .iw input[type="email"],
#otziv_form .iw input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--radius-sm, 8px);
  box-sizing: border-box;
  color: var(--neutral-900, #1b1e1f);
  display: block;
  font-family: var(--ff-base, "Inter", sans-serif);
  font-size: var(--text-body-md, 16px);
  height: 48px;
  line-height: 1.5;
  margin: 0;
  max-width: none !important;
  padding: 0 14px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 100%;
}
#otziv_form .iw textarea,
#otziv_form .iw textarea.form-textarea {
  -webkit-appearance: none;
  appearance: none;
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--radius-sm, 8px);
  box-sizing: border-box;
  color: var(--neutral-900, #1b1e1f);
  font-family: var(--ff-base, "Inter", sans-serif);
  height: auto !important;
  max-height: min(36vh, 220px);
  min-height: 72px;
  padding: 10px 14px;
  resize: vertical !important;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 100% !important;
}
#otziv_form .iw input:focus-visible,
#otziv_form .iw textarea:focus-visible {
  border-color: var(--brand-300, #2499ea);
  box-shadow: 0 0 0 2px var(--focus-ring-glow, rgba(36, 153, 234, 0.45));
}
#otziv_form .iw input.error:focus-visible,
#otziv_form .iw input.is-invalid:focus-visible {
  border-color: #b01d1a !important;
  box-shadow: 0 0 0 2px rgba(176, 29, 26, 0.35);
}
#otziv_form .fileform {
  align-items: stretch;
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--radius-sm, 8px);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: auto;
  max-width: none !important;
  min-height: 48px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100% !important;
}
#otziv_form .fileform #fileformlabel {
  align-items: center;
  background: 0 0;
  border-bottom-left-radius: var(--radius-sm, 8px);
  border-top-left-radius: var(--radius-sm, 8px);
  box-sizing: border-box;
  display: flex;
  flex: 1;
  float: none;
  line-height: 1.4;
  min-height: 48px;
  min-width: 0;
  overflow: hidden;
  padding: 0 14px;
  pointer-events: none;
  text-align: left;
  width: auto !important;
}
#otziv_form .fileform .selectbutton {
  align-items: center;
  align-self: stretch;
  background-color: var(--brand-300, #2499ea);
  border-bottom-right-radius: var(--radius-sm, 8px);
  border-top-right-radius: var(--radius-sm, 8px);
  display: inline-flex;
  flex-shrink: 0;
  float: none !important;
  font-family: var(--ff-base, "Inter", sans-serif);
  font-size: var(--text-body-s, 14px);
  height: auto !important;
  justify-content: center;
  line-height: 1.4;
  min-height: 48px !important;
  overflow: visible;
  pointer-events: none;
  position: relative;
  width: auto;
  z-index: 0;
}
#otziv_form .fileform:focus-within .selectbutton,
#otziv_form .fileform:hover .selectbutton {
  background-color: var(--brand-400, #1a86d4);
}
#otziv_form .fileform input.file {
  cursor: pointer;
  font-size: 0;
  height: 100% !important;
  inset: 0;
  min-height: 48px;
  opacity: 0;
  position: absolute;
  width: 100% !important;
  z-index: 2;
}
#otziv_form .terms-text {
  line-height: 20px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  display: inline;
}
#otziv_form .terms-text a:any-link {
  color: var(--brand-700, #0d549a);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-color: var(--brand-300, #2499ea);
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
#otziv_form .code-wrp {
  flex-direction: column;
  gap: var(--space-sm, 12px);
}
#otziv_form .code-wrp .code {
  margin-top: var(--space-xs, 8px);
}
#otziv_form .captcha-img img {
  border-radius: var(--space-xs, 8px);
  display: block;
  max-width: 100%;
}
#otziv_form .submit-wrp {
  box-sizing: border-box;
  margin: var(--space-xs, 8px) 0 0;
  width: 100%;
}
#otziv_form #form-submit {
  -webkit-appearance: none;
  appearance: none;
  background: var(--brand-300, #2499ea);
  border: 0;
  border-radius: var(--radius-sm, 8px) !important;
  cursor: pointer;
  font-family: var(--ff-base, "Inter", sans-serif);
  min-height: 48px;
  width: 100%;
}
#otziv_form #form-submit:focus,
#otziv_form #form-submit:hover {
  background: var(--brand-400, #1a86d4);
}
@media (max-width: 640px) {
  .fancybox__container.nd-fb-header-form .fancybox__slide {
    width: 100% !important;
  }
  #otziv_form.form-box,
  .form-box.sended {
    margin: 0;
    padding: var(--space-lg, 20px) var(--space-md, 16px);
    width: 100%;
    max-width: 100vw;
    border-radius: 0;
  }
  body.nd-popup-page,
  html.nd-popup-page {
    box-sizing: border-box;
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
  }
  #otziv_form.form-box {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    box-sizing: border-box;
  }
  body.nd-popup-page #otziv_form.form-box {
    padding-top: 52px;
  }
  body.nd-popup-page #otziv_form.form-box h3 {
    box-sizing: border-box;
    padding-left: 44px;
    padding-right: 44px;
  }
  body.fancybox-lock .fancybox-wrap.square-popup {
    border-radius: 0;
    max-width: 100vw !important;
  }
  body.fancybox-lock .fancybox-wrap.square-popup .fancybox-inner,
  body.fancybox-lock .fancybox-wrap.square-popup .fancybox-outer,
  body.fancybox-lock .fancybox-wrap.square-popup .fancybox-skin {
    border-radius: 0;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.fancybox-lock .fancybox-wrap.square-popup .fancybox-inner iframe {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.fancybox-lock .fancybox-wrap.square-popup .fancybox-close {
    height: 36px;
    right: 10px;
    top: 10px;
    width: 36px;
  }
  body.fancybox-lock .fancybox-wrap.square-popup .fancybox-close::after,
  body.fancybox-lock .fancybox-wrap.square-popup .fancybox-close::before {
    width: 12px;
  }
}
.form-box.sended {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 520px;
  padding: var(--space-xl, 24px);
  text-align: center;
}
.btn--ghost.btn--icon-left,
.btn--ghost.btn--icon-right,
.btn--ghost.btn--l-blue {
  padding-left: 0;
  padding-right: 0;
}
.form-box.sended h1 {
  color: var(--neutral-900, #1b1e1f);
  font-family: var(--ff-base, "Inter", sans-serif);
  line-height: 1.3;
}
.btn,
.form-box.sended p {
  font-family: var(--ff-base, "Inter", sans-serif);
  line-height: 1.5;
}
.form-box.sended p {
  color: var(--neutral-500, #909095);
  font-size: var(--text-body-md, 16px);
  margin: 0;
}
.nd-header-mobile {
  --nd-header-mobile-height: calc(var(--space-sm, 12px) * 2 + 48px);
  background: var(--neutral-0, #fff);
  border-bottom: 1px solid var(--neutral-200, #e3eaf0);
  display: none;
  padding: var(--space-sm, 12px) var(--space-md, 16px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nd-header-mobile__inner {
  align-items: center;
  display: flex;
  gap: var(--space-md, 16px);
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  min-height: 48px;
}
.nd-header-mobile__logo {
  display: inline-flex;
  flex: 0 1 auto;
  min-width: 0;
}
.nd-header-mobile__logo img {
  display: block;
  height: 40px;
  max-width: 200px;
  object-fit: contain;
  width: auto;
}
.nd-header-mobile__menu-btn {
  align-items: center;
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--space-xs, 8px);
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  padding: var(--space-sm, 12px);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nd-header-mobile__menu-btn:focus,
.nd-header-mobile__menu-btn:hover {
  border-color: var(--brand-300, #2499ea);
  box-shadow: 0 0 0 2px rgba(36, 153, 234, 0.12);
}
.nd-header-mobile__burger {
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}
.nd-header-mobile__burger-line {
  background: var(--brand-300, #2499ea);
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 24px;
}
.nd-header-mobile__burger-line:first-child {
  top: 4px;
}
.nd-header-mobile__burger-line:nth-child(2) {
  top: 11px;
}
.nd-header-mobile__burger-line:nth-child(3) {
  top: 18px;
}
@media (max-width: 991px) {
  .mm-block.mm-block--nd-home.mm-block--open,
  .nd-header-mobile {
    display: block;
  }
  .mm-block.mm-block--nd-home {
    background: 0 0;
    border: none;
    display: none;
    height: 100vh;
    height: 100dvh;
    inset: 0;
    max-height: none;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  .mm-block.mm-block--nd-home .mm-block__sheet {
    animation: 0.32s cubic-bezier(0.22, 1, 0.36, 1) forwards
      mm-block-nd-slide-in;
    background: var(--neutral-0, #fff);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100dvh;
    min-height: 0;
    overflow: hidden;
    width: 100%;
  }
  @keyframes mm-block-nd-slide-in {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .mm-block.mm-block--nd-home.mm-block--open.nd-mm-closing .mm-block__sheet {
    animation: none;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (prefers-reduced-motion: reduce) {
    .mm-block.mm-block--nd-home .mm-block__sheet {
      animation: none;
    }
    .mm-block.mm-block--nd-home.mm-block--open.nd-mm-closing .mm-block__sheet {
      transition: none;
    }
  }
  .mm-block.mm-block--nd-home .mm-block__head {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--space-sm, 12px) var(--space-md, 16px);
    position: relative;
    z-index: 2;
  }
  .mm-block.mm-block--nd-home .mm-block__logo img {
    display: block;
    height: 40px;
    max-width: 200px;
    object-fit: contain;
  }
  .mm-block.mm-block--nd-home .mm-block__close {
    align-items: center;
    background: var(--neutral-0, #fff);
    border: 1px solid var(--neutral-200, #e3eaf0);
    border-radius: var(--space-xs, 8px);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    padding: var(--space-sm, 12px);
    position: relative;
    transition:
      border-color 0.2s,
      box-shadow 0.2s;
    width: 48px;
    z-index: 3;
  }
  .mm-block.mm-block--nd-home .mm-block__close:focus,
  .mm-block.mm-block--nd-home .mm-block__close:hover {
    border-color: var(--brand-300, #2499ea);
    box-shadow: 0 0 0 2px rgba(36, 153, 234, 0.12);
  }
  .mm-block.mm-block--nd-home .mm-block__close-icon {
    display: block;
    height: 24px;
    pointer-events: none;
    position: relative;
    width: 24px;
  }
  .mm-block.mm-block--nd-home .mm-block__close-icon::after,
  .mm-block.mm-block--nd-home .mm-block__close-icon::before {
    background: var(--brand-300, #2499ea);
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
  }
  .mm-block.mm-block--nd-home .mm-block__close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mm-block.mm-block--nd-home .mm-block__close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mm-block.mm-block--nd-home .mm-block__body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: var(--space-sm, 12px);
  }
  .mm-block.mm-block--nd-home .mm-block__items {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .mm-block.mm-block--nd-home .mm-block__row.mobile-item {
    border: none;
    margin: 0;
    padding: 0;
  }
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    .open-sub
    > a.mm-block__link,
  .mm-block.mm-block--nd-home .mm-block__row.mobile-item > a.mm-block__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--ff-base, "Inter", sans-serif);
    font-size: var(--text-body-md, 16px);
    font-weight: 500;
    justify-content: center;
    line-height: 1.5;
    min-height: 48px;
    padding: var(--space-sm, 12px);
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    background: 0 0;
    justify-content: flex-start;
    border-radius: var(--radius-sm, 8px);
    color: var(--brand-400, #1a86d4);
  }
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    .open-sub
    > a.mm-block__link:focus,
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    .open-sub
    > a.mm-block__link:hover,
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    > a.mm-block__link:focus,
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    > a.mm-block__link:hover {
    background: rgba(36, 153, 234, 0.1);
    color: var(--brand-500, #1278c8);
  }
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    .open-sub
    > a.mm-block__link.active,
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    > a.mm-block__link.active,
  .mm-block.mm-block--nd-home .mm-block__sublink.active {
    color: var(--accent-800, #bf2230);
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-underline-offset: var(--space-2xs, 4px);
  }
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    .open-sub
    > a.mm-block__link.active:focus,
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    .open-sub
    > a.mm-block__link.active:hover,
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    > a.mm-block__link.active:focus,
  .mm-block.mm-block--nd-home
    .mm-block__row.mobile-item
    > a.mm-block__link.active:hover {
    background: rgba(191, 34, 48, 0.08);
    color: var(--accent-800, #bf2230);
  }
  .mm-block.mm-block--nd-home .mm-block__nav {
    padding-bottom: 52px;
  }
  .mm-block.mm-block--nd-home .open-sub {
    align-items: center;
    column-gap: var(--space-sm, 12px);
    display: grid;
    font-family: var(--ff-base, "Inter", sans-serif);
    font-size: inherit;
    line-height: inherit;
    grid-template-columns: minmax(0, 1fr) 24px;
    padding-left: 0;
    width: 100%;
  }
  .mm-block.mm-block--nd-home .mm-block__sublink,
  .mm-block.mm-block--nd-home .mm-block__sublink.mm-block__sublink--subsub {
    font-size: var(--text-body-sm, 14px);
    font-weight: 400;
  }
  .mm-block.mm-block--nd-home .open-sub .dropdown-toggle-icon {
    align-items: center;
    color: var(--brand-300, #2499ea);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      color 0.2s;
    width: 24px;
  }
  .mm-block.mm-block--nd-home .open-sub .mm-block__link {
    min-width: 0;
    width: auto;
  }
  .mm-block.mm-block--nd-home .dropdown-collapse {
    border: 0;
    display: block;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition:
      max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.22s;
  }
  .mm-block.mm-block--nd-home .dropdown-collapse > li {
    opacity: 0;
    transform: translateY(-4px);
    transition:
      opacity 0.22s,
      transform 0.22s;
  }
  .mm-block.mm-block--nd-home .dropdown-collapse.show {
    max-height: 1400px;
    opacity: 1;
  }
  .mm-block.mm-block--nd-home .dropdown-collapse.show > li {
    opacity: 1;
    transform: translateY(0);
  }
  .mm-block.mm-block--nd-home .mm-block__row .sub {
    border-top: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .mm-block.mm-block--nd-home .mm-block__row .sub.dropdown-collapse.show {
    border-top: 0;
    margin-top: 0;
  }
  .mm-block.mm-block--nd-home
    .mm-block__row.dropdown.opened
    > .open-sub
    .dropdown-toggle-icon,
  .mm-block.mm-block--nd-home
    .mm-block__subitem.dropdown.opened
    > .mm-block__sub-toggle
    .dropdown-toggle-icon {
    transform: rotate(180deg);
  }
  .mm-block.mm-block--nd-home .mm-block__sub-toggle {
    align-items: center;
    column-gap: var(--space-sm, 12px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px;
  }
  .mm-block.mm-block--nd-home .mm-block__sub-toggle .dropdown-toggle-icon {
    align-items: center;
    color: var(--brand-400, #1a86d4);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 20px;
    justify-content: center;
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      color 0.2s;
    width: 20px;
  }
  .mm-block.mm-block--nd-home .mm-block__subitem .subsub {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 28px;
  }
  .mm-block.mm-block--nd-home .mm-block__sublink {
    color: var(--brand-700, #0d549a);
    display: block;
    line-height: 1.5;
    padding: var(--space-xs, 8px) 0;
    text-decoration: none;
  }
  .mm-block.mm-block--nd-home .mm-block__foot {
    border-top: 1px solid var(--neutral-200, #e3eaf0);
    flex-shrink: 0;
  }
  .mm-block.mm-block--nd-home .mm-block__phones {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs, 8px);
    padding: var(--space-sm, 12px) var(--space-md, 16px);
  }
  .mm-block.mm-block--nd-home .mm-block__phone {
    color: var(--brand-700, #0d549a);
    display: inline-block;
    font-size: var(--text-body-md, 16px);
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s;
  }
  .mm-block.mm-block--nd-home .mm-block__phone:focus-visible,
  .mm-block.mm-block--nd-home .mm-block__phone:hover {
    color: var(--brand-300, #2499ea);
  }
  .mm-block.mm-block--nd-home .mm-block__callback {
    color: var(--neutral-500, #909095);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-color: var(--brand-300, #2499ea);
    text-underline-offset: 3px;
    transition:
      color 0.2s,
      text-decoration-color 0.2s;
    width: fit-content;
  }
  .mm-block.mm-block--nd-home .mm-block__callback:focus,
  .mm-block.mm-block--nd-home .mm-block__callback:hover {
    color: var(--brand-300, #2499ea);
    text-decoration-color: var(--brand-300, #2499ea);
  }
  .mm-block.mm-block--nd-home .mm-block__row-actions {
    align-items: stretch;
    display: flex;
    gap: var(--space-md, 16px);
    padding: var(--space-sm, 12px) var(--space-md, 16px) var(--space-lg, 20px);
  }
  .mm-block.mm-block--nd-home .mm-block__cta {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    transition:
      background-color 0.2s,
      color 0.2s;
  }
  .mm-block.mm-block--nd-home .mm-block__cta.btn--filled.btn--l-blue:focus,
  .mm-block.mm-block--nd-home .mm-block__cta.btn--filled.btn--l-blue:hover {
    background-color: var(--brand-400, #1a86d4);
    color: var(--neutral-0, #fff);
  }
  .mm-block.mm-block--nd-home .mm-block__cart {
    align-items: center;
    background: var(--neutral-0, #fff);
    border: 1px solid var(--neutral-200, #e3eaf0);
    border-radius: var(--space-xs, 8px);
    color: var(--brand-300, #2499ea);
    display: inline-flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    padding: var(--space-sm, 12px);
    position: relative;
    text-decoration: none;
    transition:
      border-color 0.2s,
      box-shadow 0.2s,
      color 0.2s;
    width: 48px;
  }
  .mm-block.mm-block--nd-home .mm-block__cart:focus,
  .mm-block.mm-block--nd-home .mm-block__cart:hover {
    border-color: var(--brand-300, #2499ea);
    box-shadow: 0 0 0 2px rgba(36, 153, 234, 0.12);
    color: var(--brand-300, #2499ea);
  }
  .mm-block.mm-block--nd-home .mm-block__cart .cart-link__count {
    align-items: center;
    -webkit-font-smoothing: antialiased;
    background: var(--brand-700, #0d549a);
    border: none;
    border-radius: 999px;
    box-shadow:
      0 0 0 2px var(--neutral-0, #fff),
      0 1px 4px rgba(13, 84, 154, 0.35);
    box-sizing: border-box;
    color: var(--neutral-0, #fff);
    display: none;
    font-family: var(--ff-base, "Inter", sans-serif);
    font-size: 10px;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    height: 20px;
    justify-content: center;
    line-height: 1;
    min-width: 20px;
    padding: 0 5px;
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 2;
  }
  .mm-block.mm-block--nd-home .mm-block__cart .cart-link__count.is-visible {
    display: inline-flex;
  }
}
body.nd-mm-menu-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  .nd-header-mobile {
    display: none !important;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs, 8px);
  padding: var(--space-sm, 12px) var(--space-3xl, 32px);
  border: 1px solid transparent;
  border-radius: var(--space-xs, 8px);
  letter-spacing: 0;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.btn--icon-right {
  padding-left: var(--space-3xl, 32px);
  padding-right: var(--space-lg, 20px);
}
.btn--icon-left {
  padding-left: var(--space-lg, 20px);
  padding-right: var(--space-3xl, 32px);
}
.btn__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.btn--filled.btn--d-blue {
  background-color: var(--brand-700, #0d549a);
  color: var(--neutral-0, #fff);
}
.btn--filled.btn--d-blue:focus,
.btn--filled.btn--d-blue:hover {
  background-color: var(--brand-800, #014a8c);
}
.btn--filled.btn--d-blue.btn--disabled,
.btn--filled.btn--d-blue:disabled {
  background-color: var(--brand-100, #f4f7fa);
  color: var(--neutral-400, #d0dae3);
  cursor: default;
  pointer-events: none;
}
.btn--filled.btn--l-blue {
  background-color: var(--brand-300, #2499ea);
  color: var(--neutral-0, #fff);
}
.btn--filled.btn--l-blue:focus,
.btn--filled.btn--l-blue:hover {
  background-color: var(--brand-400, #1a86d4);
}
.btn--filled.btn--l-blue.btn--disabled,
.btn--filled.btn--l-blue:disabled {
  background-color: var(--brand-100, #f4f7fa);
  color: var(--neutral-400, #d0dae3);
  cursor: default;
  pointer-events: none;
}
.btn--outline.btn--d-blue {
  background-color: transparent;
  border-color: var(--brand-700, #0d549a);
  color: var(--brand-700, #0d549a);
}
.btn--outline.btn--d-blue:focus,
.btn--outline.btn--d-blue:hover {
  border-color: var(--brand-800, #014a8c);
  color: var(--brand-800, #014a8c);
}
.btn--outline.btn--d-blue.btn--disabled,
.btn--outline.btn--d-blue:disabled {
  border-color: var(--neutral-400, #d0dae3);
  color: var(--neutral-400, #d0dae3);
  cursor: default;
  pointer-events: none;
}
.btn--outline.btn--l-blue {
  background-color: transparent;
  border-color: var(--brand-300, #2499ea);
  color: var(--brand-300, #2499ea);
}
.btn--outline.btn--l-blue:focus,
.btn--outline.btn--l-blue:hover {
  border-color: var(--brand-400, #1a86d4);
  color: var(--brand-400, #1a86d4);
}
.btn--outline.btn--l-blue.btn--disabled,
.btn--outline.btn--l-blue:disabled {
  border-color: var(--neutral-400, #d0dae3);
  color: var(--neutral-400, #d0dae3);
  cursor: default;
  pointer-events: none;
}
.btn--outline.btn--l-blue.btn--on-dark {
  border: 1px solid var(--brand-300, #2499ea);
  color: var(--neutral-0, #fff);
}
.btn--outline.btn--l-blue.btn--on-dark:focus,
.btn--outline.btn--l-blue.btn--on-dark:hover {
  background-color: rgba(255, 255, 255, 0.14);
  border-color: var(--brand-400, #1a86d4);
  color: var(--neutral-0, #fff);
}
.btn--outline.btn--l-blue.btn--on-dark.btn--disabled,
.btn--outline.btn--l-blue.btn--on-dark:disabled {
  border-color: var(--neutral-400, #d0dae3);
  color: var(--neutral-400, #d0dae3);
  cursor: default;
  pointer-events: none;
}
.btn--tonal.btn--l-blue {
  background-color: var(--brand-200, #daeefb);
  color: var(--brand-400, #1a86d4);
}
.btn--tonal.btn--l-blue:focus,
.btn--tonal.btn--l-blue:hover {
  background-color: var(--brand-300, #2499ea);
  color: var(--neutral-0, #fff);
}
.btn--tonal.btn--l-blue.btn--disabled,
.btn--tonal.btn--l-blue:disabled {
  background-color: var(--brand-100, #f4f7fa);
  color: var(--neutral-400, #d0dae3);
  cursor: default;
  pointer-events: none;
}
.btn--ghost.btn--l-blue {
  background-color: transparent;
  color: var(--brand-300, #2499ea);
}
.btn--ghost.btn--l-blue:focus,
.btn--ghost.btn--l-blue:hover {
  color: var(--brand-400, #1a86d4);
}
.btn--ghost.btn--l-blue.btn--disabled,
.btn--ghost.btn--l-blue:disabled {
  color: var(--neutral-400, #d0dae3);
  cursor: default;
  pointer-events: none;
}
.catalog.main-block .catalog-filter .catalog-filter-list .show-all-button,
.nd-header__nav a {
  text-decoration-color: transparent;
  transition:
    color 0.2s,
    text-decoration-color 0.2s;
  text-decoration: underline;
}
.nd-header__nav {
  align-items: center;
  border-bottom: 1px solid var(--neutral-200, #e3eaf0);
  display: flex;
  gap: var(--space-xl, 24px);
  justify-content: center;
  padding: var(--space-xs, 8px) 0;
}
.nd-header__nav a {
  color: var(--neutral-900, #1b1e1f);
  display: inline-block;
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  margin: 0;
  padding: var(--space-xs, 8px) 0;
  text-underline-offset: var(--space-2xs, 4px);
}
.nd-header__nav a.active,
.nd-header__nav a:focus,
.nd-header__nav a:hover {
  color: var(--accent-800, #bf2230);
  text-decoration-color: currentColor;
}
.nd-header__nav .nd-nav-item {
  align-items: center;
  display: inline-flex;
  gap: var(--space-2xs, 4px);
  position: relative;
}
.nd-header__nav .nd-nav-item--dropdown {
  margin-bottom: -22px;
  padding-bottom: 22px;
}
.nd-header__nav .nd-nav-toggle-icon {
  align-items: center;
  color: var(--neutral-800, #2b2f31);
  cursor: pointer;
  height: 24px;
  justify-content: center;
  transition:
    transform 0.12s,
    color 0.12s;
  width: 24px;
}
.nd-main-slider__banner:active,
.nd-secondary-slider__banner:active {
  cursor: grabbing;
}
.nd-header__nav .nd-nav-dropdown {
  background: var(--neutral-0, #fff);
  border-radius: var(--radius-sm, 8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  width: max-content;
  min-width: 300px;
  max-width: 500px;
  opacity: 0;
  padding: var(--space-sm, 12px);
  pointer-events: none;
  position: absolute;
  top: calc(100% - 12px);
  transform: translateY(-4px);
  transition:
    opacity 0.17s,
    visibility 0.17s;
  visibility: hidden;
  z-index: 20;
}
.nd-hero--mobile .nd-hero__text,
.nd-hero__text {
  max-width: none;
}
.nd-header__nav .nd-nav-dropdown::before {
  content: "";
  height: 28px;
  left: -28px;
  position: absolute;
  right: -28px;
  top: -28px;
}
.nd-header__nav .nd-nav-item--dropdown.opened > .nd-nav-dropdown,
.nd-header__nav .nd-nav-item--dropdown:focus-within > .nd-nav-dropdown,
.nd-header__nav .nd-nav-item--dropdown:hover > .nd-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-4px);
  visibility: visible;
}
.nd-header__nav .nd-nav-item--dropdown.opened > .nd-nav-toggle-icon,
.nd-header__nav .nd-nav-item--dropdown:focus-within > .nd-nav-toggle-icon,
.nd-header__nav .nd-nav-item--dropdown:hover > .nd-nav-toggle-icon {
  color: var(--accent-800, #bf2230);
  transform: rotate(180deg);
}
.nd-header__nav .nd-nav-toggle-icon {
  display: none;
}
.nd-header__nav .nd-nav-dropdown-item {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.18s,
    transform 0.18s;
}
.index-news.nd-news .nd-news__arrow--next:disabled,
.nd-main-slider__arrow.is-disabled,
.nd-secondary-slider__arrow.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item,
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item,
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item {
  opacity: 1;
  transform: translateY(0);
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:first-child,
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:first-child,
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:first-child {
  transition-delay: 36ms;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(2),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(2),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(2) {
  transition-delay: 0.072s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(3),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(3),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(3) {
  transition-delay: 0.108s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(4),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(4),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(4) {
  transition-delay: 0.144s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(5),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(5),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(5) {
  transition-delay: 0.18s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(6),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(6),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(6) {
  transition-delay: 0.216s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(7),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(7),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(7) {
  transition-delay: 0.252s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(8),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(8),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(8) {
  transition-delay: 0.288s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(9),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(9),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(9) {
  transition-delay: 0.324s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(10),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(10),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(10) {
  transition-delay: 0.36s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(11),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(11),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(11) {
  transition-delay: 0.396s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(12),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(12),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(12) {
  transition-delay: 0.432s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(13),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(13),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(13) {
  transition-delay: 0.468s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(14),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(14),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(14) {
  transition-delay: 0.504s;
}
.nd-header__nav
  .nd-nav-item--dropdown.opened
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(15),
.nd-header__nav
  .nd-nav-item--dropdown:focus-within
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(15),
.nd-header__nav
  .nd-nav-item--dropdown:hover
  > .nd-nav-dropdown
  .nd-nav-dropdown-item:nth-child(15) {
  transition-delay: 0.54s;
}
.nd-header__nav
  .nd-nav-item--dropdown
  > .nd-nav-dropdown
  .nd-nav-dropdown-item {
  transition-delay: 0s;
}
.nd-header__nav .nd-nav-dropdown-link {
  color: var(--neutral-900, #1b1e1f);
  display: block;
  padding: var(--space-xs, 8px) var(--space-sm, 12px);
  text-decoration: none;
  text-underline-offset: var(--space-2xs, 4px);
}
.catalog .nd-home-catalog__item-title,
.nd-home-catalog__item-title,
.nd-project-industries__label {
  text-decoration-color: transparent;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.nd-header__nav .nd-nav-dropdown-link.active,
.nd-header__nav .nd-nav-dropdown-link:focus,
.nd-header__nav .nd-nav-dropdown-link:hover {
  color: var(--accent-800, #bf2230);
  text-decoration: underline;
}
.nd-hero-section {
  margin-bottom: 0;
  padding: var(--nd-section-py) 0;
}
.nd-hero {
  align-items: flex-start;
  display: grid;
}
.nd-hero--desktop {
  column-gap: var(--nd-section-gap);
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}
.nd-hero--desktop .nd-hero__title-wrap {
  min-width: 0;
}
.nd-hero__title {
  color: var(--brand-600, #0f64a9);
  font-size: var(--headings-h1, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin: 0;
}
.nd-hero__text,
.nd-main-slider__switch-item {
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
}
.nd-hero__lead {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 16px);
  min-width: 0;
  padding: 0 var(--space-xl, 24px);
}
.nd-hero__marker {
  display: block;
  height: 16px;
  width: 32px;
}
.nd-hero__marker svg {
  display: block;
  height: 100%;
  width: 100%;
}
.nd-hero__text {
  color: var(--typography-body, #555559);
  margin: 0;
  width: 100%;
}
.nd-hero--mobile {
  grid-template-columns: 1fr;
  row-gap: var(--nd-section-gap);
}
.nd-hero--mobile .nd-hero__title {
  font-size: var(--headings-h1, 40px);
  width: 100%;
}
.nd-hero--mobile .nd-hero__lead {
  padding: 0 var(--space-md, 16px);
  width: 100%;
}
.nd-main-slider-section {
  background: 0 0;
  overflow: visible;
  padding: var(--nd-section-py) 0;
}
.nd-main-slider,
.nd-main-slider-section > .container,
.nd-secondary-slider,
.nd-secondary-slider-section > .container {
  overflow: visible;
}
.nd-main-slider,
.nd-main-slider__media {
  position: relative;
}
.nd-main-slider__switcher {
  background: var(--neutral-200, #e3eaf0);
  border-radius: var(--space-sm, 12px) var(--space-sm, 12px) 0 0;
  display: flex;
  position: relative;
  width: 280px;
  z-index: 2;
}
.nd-main-slider__arrow,
.nd-main-slider__dots span,
.nd-main-slider__switch-item {
  cursor: pointer;
}
.nd-main-slider--desktop .nd-main-slider__switcher {
  width: 280px;
}
.nd-main-slider__switch-item {
  background: 0 0;
  border: 0;
  border-radius: var(--space-sm, 12px) var(--space-sm, 12px) 0 0;
  color: var(--neutral-800, #555559);
  cursor: pointer;
  flex: 1 1 0;
  font-weight: 500;
  padding: var(--space-sm, 12px) var(--space-md, 16px);
  transition:
    background-color 0.28s,
    color 0.28s;
}
.nd-main-slider__switch-item.is-active {
  background: var(--brand-700, #0d549a);
  color: var(--neutral-0, #fff);
}
.nd-main-slider__banner,
.nd-secondary-slider__banner {
  cursor: grab;
  position: relative;
  touch-action: pan-y;
}
.nd-main-slider--desktop .nd-main-slider__banner {
  background: var(--neutral-200, #e3eaf0);
  border-radius: 0 var(--space-sm, 12px) var(--space-sm, 12px)
    var(--space-sm, 12px);
  height: 360px;
  overflow: hidden;
  --nd-slider-media-width: 47%;
  --nd-slider-overlap: var(--nd-section-gap);
}
.nd-main-slider__media a {
  display: block;
  height: 100%;
  -webkit-user-drag: none;
}
.nd-main-slider__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}
.nd-main-slider--desktop .nd-main-slider__media {
  bottom: auto;
  height: 360px;
  left: auto;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--nd-slider-media-width);
}
.nd-main-slider__overlay {
  background: var(--brand-500, #0f75bc);
  color: var(--neutral-0, #fff);
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 16px);
}
.nd-main-slider__description,
.nd-main-slider__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
}
.nd-main-slider--desktop .nd-main-slider__overlay {
  border-radius: 0 var(--space-3xl, 32px) var(--space-3xl, 32px) 0;
  height: 100%;
  left: 0;
  padding: var(--nd-section-py) var(--space-6xl, 56px) var(--space-6xl, 56px);
  position: absolute;
  top: 0;
  width: calc(100% - var(--nd-slider-media-width) + var(--nd-slider-overlap));
  z-index: 1;
}
.nd-main-slider__badge,
.nd-secondary-slider__badge {
  background: var(--brand-600, #0f64a9);
  border-radius: var(--space-2xs, 4px);
  color: var(--neutral-0, #fff);
  font-size: var(--text-body-s, 14px);
  font-weight: 500;
  line-height: 20px;
  padding: var(--space-2xs, 4px) var(--space-xs, 8px);
}
.nd-main-slider__title {
  color: var(--neutral-0, #fff);
  font-size: var(--headings-h2, 32px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.4;
  min-width: 0;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.nd-main-slider--mobile .nd-main-slider__description,
.nd-main-slider--mobile .nd-main-slider__description *,
.nd-main-slider--mobile .nd-main-slider__description a,
.nd-main-slider__description,
.nd-main-slider__description a {
  color: var(--brand-200, #daeefb);
}
.nd-main-slider__description {
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.nd-main-slider__description,
.nd-main-slider__description *,
.nd-main-slider__overlay,
.nd-main-slider__title,
.nd-secondary-slider__title {
  color: var(--neutral-0, #fff);
}
.nd-main-slider__description a {
  text-decoration: underline;
}
.nd-main-slider__description p {
  margin: 0;
}
.nd-main-slider__title--compact {
  font-size: 29px;
  line-height: 1.32;
}
.nd-main-slider__title--condensed {
  font-size: 26px;
  line-height: 1.3;
}
.nd-main-slider__arrow {
  align-items: center;
  background: var(--neutral-0, #fff);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: inline-flex;
  height: var(--nd-main-slider-arrow-size, 48px);
  justify-content: center;
  opacity: 1;
  padding: var(--space-sm, 12px);
  position: absolute;
  text-decoration: none;
  top: calc(48px + 180px);
  transform: translateY(-50%);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s;
  width: var(--nd-main-slider-arrow-size, 48px);
  z-index: 3;
}
.nd-main-slider__arrow:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-50%) scale(1.06);
}
.nd-main-slider__arrow svg {
  display: block;
  flex-shrink: 0;
  height: var(--nd-main-slider-arrow-icon, 24px);
  width: var(--nd-main-slider-arrow-icon, 24px);
}
.nd-main-slider__arrow--prev,
.nd-secondary-slider__arrow--prev {
  left: calc(var(--nd-main-slider-arrow-out, 24px) * -1);
}
.nd-main-slider__dots,
.nd-secondary-slider__dots {
  align-items: center;
  display: flex;
  gap: var(--space-xs, 8px);
  justify-content: center;
  padding: var(--space-xl, 24px) 0;
}
.nd-main-slider__dots span {
  background: 0 0;
  border: 1px solid var(--neutral-400, #d0dae3);
  border-radius: 999px;
  display: block;
  height: 12px;
  transition:
    background-color 0.28s,
    border-color 0.28s,
    transform 0.28s;
  width: 12px;
}
.nd-main-slider__dots span.is-active {
  background: var(--brand-500, #0f75bc);
  border-color: var(--brand-500, #0f75bc);
  transform: scale(1.12);
}
@media (hover: hover) and (pointer: fine) {
  a[href]:where(
      :not(.btn):not([class*="btn--"]):not(.nd-footer__nav-item):not(
          .nd-footer__social-item
        ):not(.nd-header__icon-btn):not(.nd-header__phone-link):not(
          .nd-main-slider__arrow
        ):not(.nd-secondary-slider__arrow):not(.nd-news__arrow):not(
          .nd-home-catalog__item
        ):not(.nd-project-industries__item):not(.mm-block__phone):not(
          .mm-block__callback
        ):not(.mm-block__cart)
    ):hover {
    text-decoration-color: currentColor;
  }
  #otziv_form .nd-main-form__check-text a:any-link:hover {
    color: var(--brand-300, #2499ea);
  }
  #otziv_form .terms-text a:any-link:hover {
    color: var(--brand-300, #2499ea);
  }
  .nd-main-slider__switch-item:hover:not(.is-active) {
    background: var(--brand-100, #f4f7fa);
    color: var(--brand-700, #0d549a);
  }
  .nd-main-slider__switch-item.is-active:hover {
    background: var(--brand-800, #014a8c);
    color: var(--neutral-0, #fff);
  }
  .nd-main-slider__dots span:hover:not(.is-active),
  .nd-secondary-slider__dots span:hover:not(.is-active) {
    background: rgba(36, 153, 234, 0.15);
    border-color: var(--brand-300, #2499ea);
    transform: scale(1.08);
  }
  .nd-main-slider__dots span.is-active:hover,
  .nd-secondary-slider__dots span.is-active:hover {
    background: var(--brand-600, #0f64a9);
    border-color: var(--brand-600, #0f64a9);
  }
}
@keyframes nd-slider-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nd-slider-media-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.nd-slider--enter.nd-main-slider .nd-main-slider__media img,
.nd-slider--enter.nd-secondary-slider .nd-secondary-slider__media img {
  animation: 0.55s cubic-bezier(0.22, 1, 0.36, 1) both nd-slider-media-in;
}
.nd-slider--enter.nd-main-slider .nd-main-slider__overlay > * {
  animation: 0.5s cubic-bezier(0.22, 1, 0.36, 1) both nd-slider-fade-up;
}
.nd-slider--enter.nd-main-slider .nd-main-slider__overlay > :first-child {
  animation-delay: 40ms;
}
.nd-slider--enter.nd-main-slider .nd-main-slider__overlay > :nth-child(2) {
  animation-delay: 0.1s;
}
.nd-slider--enter.nd-main-slider .nd-main-slider__overlay > :nth-child(3) {
  animation-delay: 0.16s;
}
.nd-slider--enter.nd-main-slider .nd-main-slider__overlay > :nth-child(4) {
  animation-delay: 0.22s;
}
.nd-slider--enter.nd-secondary-slider .nd-secondary-slider__lead {
  animation: 0.5s cubic-bezier(0.22, 1, 0.36, 1) 50ms both nd-slider-fade-up;
}
.nd-slider--enter.nd-secondary-slider .nd-secondary-slider__actions {
  animation: 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both nd-slider-fade-up;
}
@media (prefers-reduced-motion: reduce) {
  .nd-header__search-panel,
  .nd-home-catalog__item-image img,
  .nd-main-slider__arrow,
  .nd-news__arrow,
  .nd-project-industries__bubble,
  .nd-secondary-slider__arrow {
    transition: none;
  }
  .nd-main-slider__arrow:hover,
  .nd-secondary-slider__arrow:hover {
    transform: translateY(-50%);
  }
  .nd-slider--enter.nd-main-slider .nd-main-slider__media img,
  .nd-slider--enter.nd-main-slider .nd-main-slider__overlay > *,
  .nd-slider--enter.nd-secondary-slider .nd-secondary-slider__actions,
  .nd-slider--enter.nd-secondary-slider .nd-secondary-slider__lead,
  .nd-slider--enter.nd-secondary-slider .nd-secondary-slider__media img {
    animation: none !important;
  }
  .nd-main-slider__dots span.is-active,
  .nd-main-slider__dots span:hover:not(.is-active),
  .nd-secondary-slider__dots span.is-active,
  .nd-secondary-slider__dots span:hover:not(.is-active) {
    transform: none;
  }
  .index-news.nd-news .nd-news__arrow--prev:hover:not(:disabled) {
    transform: translate(-50%, -50%);
  }
  .index-news.nd-news .nd-news__arrow--next:hover:not(:disabled) {
    transform: translate(50%, -50%);
  }
  .nd-project-industries__item:focus-visible .nd-project-industries__bubble,
  .nd-project-industries__item:hover .nd-project-industries__bubble {
    transform: none;
  }
  .nd-home-catalog__item:focus-visible .nd-home-catalog__item-image img,
  .nd-home-catalog__item:hover .nd-home-catalog__item-image img {
    transform: none;
  }
}
.nd-main-slider--mobile .nd-main-slider__banner {
  background: var(--neutral-200, #e3eaf0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nd-main-slider--mobile .nd-main-slider__overlay {
  box-sizing: border-box;
  flex: 0 0 auto;
  gap: var(--space-md, 16px);
  justify-content: flex-start;
  min-height: 0;
  padding: var(--space-3xl, 32px) var(--space-xl);
  width: 100%;
}
.nd-main-slider__overlay .btn {
  margin-top: auto;
}
.nd-main-slider--mobile .nd-main-slider__title {
  font-size: var(--headings-h2, 24px);
}
.nd-main-slider--mobile .nd-main-slider__title--compact {
  font-size: 22px;
}
.nd-main-slider--mobile .nd-main-slider__title--condensed {
  font-size: 20px;
}
.nd-main-slider--mobile .nd-main-slider__overlay .btn {
  align-self: stretch;
  box-sizing: border-box;
  justify-content: center;
  margin-top: 0;
  max-width: none;
  width: 100%;
}
.nd-main-slider--mobile .nd-main-slider__media {
  flex-shrink: 0;
  height: 213px;
  position: relative;
  width: 100%;
}
.nd-main-slider--mobile .nd-main-slider__media a {
  display: block;
  height: 100%;
  width: 100%;
}
.nd-main-slider--mobile .nd-main-slider__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.nd-main-slider--mobile .nd-main-slider__arrow {
  display: none;
}
.nd-main-slider--mobile .nd-main-slider__description,
.nd-main-slider--mobile .nd-main-slider__title {
  -webkit-line-clamp: unset;
  display: block;
  line-clamp: unset;
  overflow: visible;
}
@media (max-width: 991px) {
  .nd-main-slider-section {
    overflow-x: clip;
  }
}
.nd-secondary-slider-section {
  --nd-secondary-slider-banner-h: 360px;
  --nd-secondary-slider-media: 47%;
  --nd-secondary-slider-overlap: var(--nd-section-gap);
  background: 0 0;
  margin-top: var(--nd-section-gap);
  overflow: visible;
  padding: var(--nd-section-py) 0;
}
.nd-secondary-slider {
  position: relative;
}
.nd-secondary-slider--desktop .nd-secondary-slider__banner {
  background: var(--neutral-200, #e3eaf0);
  border-radius: var(--space-sm, 12px);
  height: 360px;
  overflow: hidden;
}
.nd-secondary-slider__media a {
  display: block;
  -webkit-user-drag: none;
  height: 100%;
}
.nd-secondary-slider__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}
.nd-secondary-slider--desktop .nd-secondary-slider__media {
  bottom: auto;
  height: 360px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--nd-secondary-slider-media);
}
.nd-secondary-slider__overlay {
  background: var(--brand-500, #0f75bc);
  box-sizing: border-box;
  color: var(--neutral-0, #fff);
  display: flex;
  flex-direction: column;
  gap: var(--space-xl, 24px);
  height: 100%;
  padding: var(--space-3xl, 32px) var(--space-6xl, 56px);
}
.nd-news__arrow,
.nd-secondary-slider__arrow {
  -webkit-appearance: none;
  appearance: none;
  background: var(--neutral-0, #fff);
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  height: var(--nd-main-slider-arrow-size, 48px);
  width: var(--nd-main-slider-arrow-size, 48px);
  z-index: 10;
}
.nd-secondary-slider--desktop .nd-secondary-slider__overlay {
  border-radius: 0 var(--space-3xl, 32px) var(--space-3xl, 32px) 0;
  left: 0;
  padding-bottom: var(--space-3xl, 32px);
  padding-top: var(--space-3xl, 32px);
  position: absolute;
  top: 0;
  width: calc(
    100% - var(--nd-secondary-slider-media) + var(--nd-secondary-slider-overlap)
  );
  z-index: 1;
}
.nd-secondary-slider__lead {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 16px);
  min-width: 0;
}
.nd-secondary-slider__description,
.nd-secondary-slider__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
}
.nd-secondary-slider__title {
  font-size: var(--headings-h2, 32px);
  font-weight: 600;
  letter-spacing: -0.16px;
  line-height: 1.4;
  min-width: 0;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.nd-secondary-slider__title--compact {
  font-size: 29px;
  line-height: 1.32;
}
.nd-secondary-slider__title--condensed {
  font-size: 26px;
  line-height: 1.3;
}
.nd-secondary-slider__description {
  color: var(--brand-200, #daeefb);
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.nd-secondary-slider__description p {
  margin: 0;
}
.nd-secondary-slider__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md, 16px);
  margin-top: auto;
}
.nd-secondary-slider__arrow {
  align-items: center;
  border: none;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  margin: 0;
  outline: none;
  padding: var(--space-sm, 12px);
  position: absolute;
  top: calc(var(--nd-secondary-slider-banner-h, 360px) / 2);
  transform: translateY(-50%);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.nd-secondary-slider__arrow:focus,
.nd-secondary-slider__arrow:focus-visible {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  outline: none;
}
.nd-secondary-slider__arrow:disabled {
  cursor: default;
  opacity: 0.45;
  pointer-events: none;
}
.nd-secondary-slider__arrow:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-50%) scale(1.06);
}
.nd-secondary-slider__arrow svg {
  display: block;
  flex-shrink: 0;
  height: var(--nd-main-slider-arrow-icon, 24px);
  width: var(--nd-main-slider-arrow-icon, 24px);
}
.nd-secondary-slider__dots span {
  background: 0 0;
  border: 1px solid var(--neutral-400, #d0dae3);
  border-radius: 999px;
  cursor: pointer;
  display: block;
  height: 12px;
  transition:
    background-color 0.28s,
    border-color 0.28s,
    transform 0.28s;
  width: 12px;
}
.nd-secondary-slider__dots span.is-active {
  background: var(--brand-500, #0f75bc);
  border-color: var(--brand-500, #0f75bc);
  transform: scale(1.12);
}
.nd-secondary-slider--mobile .nd-secondary-slider__banner {
  background: var(--neutral-200, #e3eaf0);
  overflow: hidden;
}
.index-news.nd-news,
.index-news.nd-news .container,
.index-news.nd-news .nd-news__slider-wrap,
.nd-clients .container,
.nd-home-catalog .container,
.nd-popular-products .container,
.nd-project-industries,
.nd-project-industries .container {
  overflow: visible !important;
}
.nd-secondary-slider--mobile .nd-secondary-slider__overlay {
  min-height: 320px;
  padding: var(--nd-section-py) var(--nd-section-gap);
}
.index-news.nd-news,
.nd-seo-intro {
  padding: var(--nd-section-py) 0;
}
.nd-secondary-slider--mobile .nd-secondary-slider__title {
  font-size: var(--headings-h2, 24px);
}
.nd-secondary-slider--mobile .nd-secondary-slider__title--compact {
  font-size: 22px;
}
.nd-secondary-slider--mobile .nd-secondary-slider__title--condensed {
  font-size: 20px;
}
.nd-secondary-slider--mobile .nd-secondary-slider__actions {
  flex-direction: column;
}
.nd-secondary-slider--mobile .nd-secondary-slider__actions .btn {
  justify-content: center;
  white-space: normal;
  width: 100%;
}
.nd-secondary-slider.nd-secondary-slider--mobile .nd-secondary-slider__media {
  bottom: auto;
  height: 213px;
  inset: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 0;
}
.nd-secondary-slider.nd-secondary-slider--mobile .nd-secondary-slider__overlay {
  position: relative;
  z-index: 1;
}
.nd-secondary-slider--mobile .nd-secondary-slider__arrow {
  display: none;
}
.nd-seo-intro__grid {
  align-items: start;
  display: grid;
  gap: var(--nd-section-gap);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  padding: 0;
}
.nd-seo-intro__title {
  color: var(--brand-600);
  margin: 0;
}
.nd-seo-intro__content {
  display: flex;
  flex-direction: column;
  padding: 0 var(--space-xl, 24px);
}
.nd-seo-intro--before-clients .nd-seo-intro__content {
  gap: 0;
}
.nd-seo-intro--before-clients .nd-seo-intro__content p:last-child {
  margin-bottom: 0;
}
.nd-seo-intro__marker {
  flex-shrink: 0;
  line-height: 0;
  margin-bottom: var(--space-md);
}
.nd-seo-intro__marker svg {
  display: block;
  height: 16px;
  width: 32px;
}
.nd-seo-intro__highlight {
  display: flex;
  flex-direction: column;
}
.nd-seo-intro__highlight-title {
  color: var(--typography-heading);
  font-size: var(--headings-h6);
  font-weight: 600;
}
.nd-seo-intro__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--nd-section-gap);
  margin-top: var(--space-xl);
}
.nd-seo-intro__logo {
  flex-shrink: 0;
  line-height: 0;
}
.nd-seo-intro__logo img {
  display: block;
  height: 32px;
  max-width: 100%;
  width: auto;
}
.index-news.nd-news {
  background: 0 0;
  margin-top: var(--nd-section-gap);
}
.index-news.nd-news .nd-news__scrollbar::before,
.nd-clients__scrollbar::before,
.nd-popular-products__scrollbar::before,
.nd-project-industries__scrollbar::before {
  background: var(--neutral-200, #e3eaf0);
  content: "";
  right: 0;
}
.index-news.nd-news .nd-news__scrollbar--hidden,
.nd-clients__scrollbar--hidden,
.nd-popular-products__scrollbar--hidden,
.nd-project-industries__scrollbar--hidden {
  display: none;
}
.index-news.nd-news .nd-news__slider-wrap {
  --nd-news-arrow-edge-inset: 0;
  margin: 0;
  padding: 0;
}
.nd-section-title {
  color: var(--neutral-900, #1b1e1f);
  font-size: var(--headings-h2, 32px);
  letter-spacing: -0.16px;
  line-height: 1.4;
  font-feature-settings:
    "lnum" 1,
    "pnum" 1;
}
.index-news.nd-news .nd-news__title,
.nd-home-catalog__title,
.nd-popular-products__title {
  margin: 0 0 var(--nd-section-gap);
}
.nd-section-title > a {
  color: inherit;
  text-decoration: none;
}
.nd-news__slider-wrap {
  position: relative;
}
.index-news.nd-news .nd-news__track {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--nd-section-gap);
  margin: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 14px;
  padding-top: 12px;
}
.index-news.nd-news .nd-news__track.nd-news__track--dragging {
  scroll-behavior: auto;
}
@media (min-width: 769px) {
  .index-news.nd-news .nd-news__slider-wrap {
    --nd-news-arrow-edge-inset: calc(var(--space-xl, 24px) + 8px);
    margin: -12px -24px 0;
    padding: 12px 24px 4px;
  }
  .index-news.nd-news .nd-news__track {
    padding: 12px 8px 18px;
  }
}
.index-news.nd-news .nd-news__track::-webkit-scrollbar {
  display: none;
}
.index-news.nd-news .nd-news__track > [class*="col-"] {
  display: flex;
  flex: 0 0 calc((100% - 2 * var(--nd-section-gap)) / 3);
  max-width: calc((100% - 2 * var(--nd-section-gap)) / 3);
  padding: 0;
}
.index-news.nd-news .news-wrap {
  background: var(--brand-100, #f4f7fa);
  border-radius: var(--space-sm, 12px);
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  min-height: 320px;
  outline: 0;
  padding: var(--nd-section-gap);
  text-decoration: none;
  transform-origin: center center;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.index-news.nd-news .nd-news__track > [class*="col-"]:first-child .news-wrap {
  transform-origin: left center;
}
.index-news.nd-news .nd-news__track > [class*="col-"]:last-child .news-wrap {
  transform-origin: right center;
}
.index-news.nd-news .news-wrap .date {
  color: var(--neutral-900, #1b1e1f);
  font-size: var(--text-body-s, 14px);
  line-height: 20px;
  margin: auto 0 0;
  order: 3;
  padding-top: var(--space-md, 16px);
}
.index-news.nd-news .news-wrap .caption {
  color: var(--brand-600, #0f64a9);
  font-size: var(--headings-h5, 18px);
  font-weight: 700;
  letter-spacing: -0.09px;
  line-height: 1.5;
  margin: 0 0 var(--space-md, 16px);
  order: 1;
  text-decoration: none;
}
.index-news.nd-news .news-wrap .descr {
  color: var(--neutral-800, #555559);
  font-size: var(--text-body-md, 16px);
  line-height: 1.5;
  margin: 0;
  order: 2;
}
.index-news.nd-news .news-wrap:focus-within,
.index-news.nd-news .news-wrap:hover {
  box-shadow: none;
  margin: 0;
  outline: 0;
  padding: var(--nd-section-gap);
  transform: scale(1.015);
}
.index-news.nd-news .news-wrap:hover .caption {
  text-decoration: none;
}
.nd-news__arrow {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: var(--space-sm, 12px);
  position: absolute;
  top: 50%;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s;
}
.nd-home-catalog__item-image img,
.nd-project-industries__bubble {
  transform-origin: center center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.index-news.nd-news .nd-news__arrow--prev {
  left: var(--nd-news-arrow-edge-inset);
  transform: translate(-50%, -50%);
}
.index-news.nd-news .nd-news__arrow--next {
  right: var(--nd-news-arrow-edge-inset);
  transform: translate(50%, -50%);
}
.nd-news__arrow svg {
  display: block;
  flex-shrink: 0;
  height: var(--nd-main-slider-arrow-icon, 24px);
  width: var(--nd-main-slider-arrow-icon, 24px);
}
.index-news.nd-news .nd-news__arrow--prev:disabled {
  cursor: default;
  opacity: 0.45;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.index-news.nd-news .nd-news__arrow--next:disabled {
  cursor: default;
  transform: translate(50%, -50%);
}
.index-news.nd-news .nd-news__scrollbar {
  box-sizing: border-box;
  cursor: grab;
  height: 20px;
  margin-left: var(--nd-slider-scrollbar-inset);
  margin-right: var(--nd-slider-scrollbar-inset);
  margin-top: var(--space-3xl, 32px);
  position: relative;
  touch-action: none;
  width: auto;
}
.index-news.nd-news .nd-news__scrollbar::before {
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-news.nd-news .nd-news__scrollbar.nd-news__scrollbar--dragging {
  cursor: grabbing;
}
.index-news.nd-news .nd-news__scrollbar-fill {
  background: var(--brand-500, #0f75bc);
  display: block;
  height: 1px;
  left: 0;
  min-width: 64px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    left 0.15s,
    width 0.15s;
  width: 0;
}
.index-news.nd-news
  .nd-news__scrollbar.nd-news__scrollbar--dragging
  .nd-news__scrollbar-fill,
.nd-clients__scrollbar.nd-clients__scrollbar--dragging
  .nd-clients__scrollbar-fill,
.nd-popular-products__scrollbar.nd-popular-products__scrollbar--dragging
  .nd-popular-products__scrollbar-fill,
.nd-project-industries__scrollbar.nd-project-industries__scrollbar--dragging
  .nd-project-industries__scrollbar-fill {
  transition: none;
}
.nd-project-industries {
  --nd-industry-bubble: 80px;
  --nd-industry-ring: 4px;
  --nd-industry-gap-x: var(--space-sm, 12px);
  --nd-industry-item-side-offset: 18px;
  margin-top: var(--nd-section-gap);
  padding: var(--nd-section-py) 0;
}
.nd-clients__title,
.nd-project-industries__title {
  margin: 0 0 var(--nd-section-gap);
  text-align: center;
}
.nd-popular-products__slider-wrap,
.nd-project-industries__slider-wrap {
  margin: 0;
  overflow: visible !important;
  padding: 0;
}
.nd-project-industries__track {
  align-items: flex-start;
  display: flex;
  gap: var(--nd-industry-gap-x);
  justify-content: flex-start;
  overflow-x: auto;
  padding-top: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.nd-project-industries__track.nd-project-industries__track--dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.nd-project-industries__track::-webkit-scrollbar {
  display: none;
}
.nd-project-industries__track.nd-project-industries__track--centered {
  justify-content: center;
}
.nd-project-industries__item {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: var(--space-xs, 8px);
  text-decoration: none !important;
  width: calc(
    var(--nd-industry-bubble) + var(--nd-industry-item-side-offset) * 2
  );
}
.nd-project-industries__item:focus,
.nd-project-industries__item:focus-visible,
.nd-project-industries__item:hover,
.nd-project-industries__item:visited {
  text-decoration: none !important;
}
.nd-project-industries__bubble {
  background-image: url("https://www.figma.com/api/mcp/asset/5a69d956-d61b-440a-9661-431505cecd69");
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--nd-industry-bubble) var(--nd-industry-bubble);
  display: block;
  flex: 0 0 auto;
  height: var(--nd-industry-bubble);
  position: relative;
  width: var(--nd-industry-bubble);
}
.nd-project-industries__bubble-photo {
  border-radius: 50%;
  display: block;
  height: calc(var(--nd-industry-bubble) - var(--nd-industry-ring) * 2);
  left: var(--nd-industry-ring);
  overflow: hidden;
  position: absolute;
  top: var(--nd-industry-ring);
  width: calc(var(--nd-industry-bubble) - var(--nd-industry-ring) * 2);
}
.nd-project-industries__bubble-photo img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.nd-clients__track img,
.nd-home-catalog__item-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}
.nd-project-industries__label {
  color: var(--neutral-800, #555559);
  display: block;
  font-size: var(--text-body-s, 14px);
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  transition:
    color 0.2s,
    text-decoration-color 0.2s;
  width: 100%;
  word-wrap: break-word;
}
.nd-project-industries__item:focus-visible .nd-project-industries__bubble {
  transform: scale(1.07);
}
.nd-project-industries__item:focus-visible .nd-project-industries__label {
  color: var(--brand-700, #0d549a);
  text-decoration-color: currentColor;
}
.nd-project-industries__scrollbar {
  box-sizing: border-box;
  cursor: grab;
  height: 20px;
  margin-left: var(--nd-slider-scrollbar-inset);
  margin-right: var(--nd-slider-scrollbar-inset);
  margin-top: var(--nd-section-gap);
  padding: var(--space-sm, 12px) 0;
  position: relative;
  touch-action: none;
  width: auto;
}
.nd-project-industries__scrollbar-fill,
.nd-project-industries__scrollbar::before {
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nd-project-industries__scrollbar.nd-project-industries__scrollbar--dragging {
  cursor: grabbing;
}
.nd-project-industries__scrollbar-fill {
  background: var(--brand-500, #0f75bc);
  display: block;
  min-width: 32px;
  transition:
    left 0.15s,
    width 0.15s;
  width: 0;
}
.nd-home-catalog,
.nd-popular-products {
  margin-top: var(--nd-section-gap);
  overflow: visible !important;
  padding: var(--nd-section-py) 0;
}
.nd-home-catalog__row {
  margin-left: calc(var(--space-sm, 12px) * -1);
  margin-right: calc(var(--space-sm, 12px) * -1);
  margin-bottom: 16px;
}
.nd-home-catalog__col {
  margin-bottom: var(--space-xl, 24px);
  padding-left: var(--space-sm, 12px);
  padding-right: var(--space-sm, 12px);
}
.nd-home-catalog__item {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 16px);
  text-decoration: none !important;
}
.nd-home-catalog__item:focus,
.nd-home-catalog__item:focus-visible,
.nd-home-catalog__item:hover,
.nd-home-catalog__item:visited {
  text-decoration: none !important;
}
.nd-home-catalog__item-image {
  align-items: center;
  background: var(--brand-100, #f4f7fa);
  border-radius: var(--space-sm, 12px);
  display: flex;
  height: 200px;
  justify-content: center;
  overflow: visible;
  padding: var(--space-xs, 8px);
  text-decoration: none;
}
.nd-home-catalog__item-image img {
  border-radius: calc(var(--space-sm, 12px) - 2px);
  display: block;
  width: auto;
}
.catalog .nd-home-catalog__item-title,
.nd-home-catalog__item-title {
  color: var(--brand-600, #0f64a9);
  font-size: var(--headings-h5, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.09px;
  padding: 0 var(--space-sm, 12px);
  text-decoration: underline;
  transition:
    color 0.2s,
    text-decoration-color 0.2s;
}
.about-item .nd-home-catalog__item-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .nd-news__arrow:hover:not(:disabled) {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
  }
  @media (prefers-reduced-motion: no-preference) {
    .index-news.nd-news .nd-news__arrow--prev:hover:not(:disabled) {
      transform: translate(-50%, -50%) scale(1.06);
    }
    .index-news.nd-news .nd-news__arrow--next:hover:not(:disabled) {
      transform: translate(50%, -50%) scale(1.06);
    }
  }
  .nd-project-industries__item:hover .nd-project-industries__bubble {
    transform: scale(1.07);
  }
  .nd-home-catalog__item:hover .nd-home-catalog__item-title,
  .nd-project-industries__item:hover .nd-project-industries__label {
    color: var(--brand-700, #0d549a);
    text-decoration-color: currentColor;
  }
  .nd-home-catalog__item:hover .nd-home-catalog__item-image img {
    transform: scale(1.04);
  }
}
.nd-home-catalog__item:focus-visible .nd-home-catalog__item-image img {
  transform: scale(1.04);
}
.nd-home-catalog__item:focus-visible .nd-home-catalog__item-title {
  color: var(--brand-700, #0d549a);
  text-decoration-color: currentColor;
}
.nd-popular-products__track {
  align-items: stretch;
  cursor: grab;
  display: flex;
  gap: var(--space-xl, 24px);
  margin: 0;
  overflow-x: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.nd-popular-products__track::-webkit-scrollbar {
  display: none;
}
.nd-popular-products__track.nd-popular-products__track--dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.nd-popular-products__item {
  display: flex;
  flex: 0 0 calc((100% - 3 * var(--space-xl, 24px)) / 4);
  max-width: calc((100% - 3 * var(--space-xl, 24px)) / 4);
}
.nd-popular-products__item .catalog-item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}
.nd-clients__scrollbar,
.nd-popular-products__scrollbar {
  box-sizing: border-box;
  cursor: grab;
  height: 20px;
  margin-left: var(--nd-slider-scrollbar-inset);
  margin-right: var(--nd-slider-scrollbar-inset);
  margin-top: var(--nd-section-gap);
  position: relative;
  touch-action: none;
  width: auto;
}
.nd-popular-products__scrollbar-fill,
.nd-popular-products__scrollbar::before {
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nd-popular-products__scrollbar.nd-popular-products__scrollbar--dragging {
  cursor: grabbing;
}
.nd-popular-products__scrollbar-fill {
  background: var(--brand-500, #0f75bc);
  display: block;
  min-width: 32px;
  transition:
    left 0.15s,
    width 0.15s;
  width: 0;
}
.nd-clients {
  --nd-clients-card-gap: var(--space-xl, 24px);
  --nd-clients-card-height: 120px;
  --nd-clients-card-width: calc(
    (100% - (var(--nd-clients-visible) - 1) * var(--nd-clients-card-gap)) /
      var(--nd-clients-visible)
  );
  --nd-clients-visible: 5;
  margin-top: var(--nd-section-gap);
  overflow: visible !important;
  padding: var(--nd-section-py) 0;
}
.nd-clients__title a {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: none;
}
.nd-clients__slider-wrap {
  margin: 0;
  overflow: visible !important;
  padding: 0;
  position: relative;
}
.nd-clients__track {
  align-items: stretch;
  cursor: grab;
  display: flex;
  gap: var(--nd-clients-card-gap);
  margin: 0;
  overflow-x: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.nd-clients__track.nd-clients__track--dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.nd-clients__track::-webkit-scrollbar {
  display: none;
}
.nd-clients__track > * {
  align-items: center;
  background: var(--neutral-0, #fff);
  border: 1px solid var(--neutral-200, #e3eaf0);
  border-radius: var(--space-sm, 12px);
  box-sizing: border-box;
  display: flex;
  flex: 0 0 var(--nd-clients-card-width);
  height: var(--nd-clients-card-height);
  justify-content: center;
  padding: var(--space-xs, 8px);
  width: var(--nd-clients-card-width);
}
.nd-clients__scrollbar-fill,
.nd-clients__scrollbar::before {
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nd-clients__track img {
  display: block;
  width: 100%;
}
.nd-clients__track a {
  align-items: center;
  color: inherit;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.nd-clients__scrollbar.nd-clients__scrollbar--dragging {
  cursor: grabbing;
}
.nd-clients__scrollbar-fill {
  background: var(--brand-500, #0f75bc);
  display: block;
  min-width: 32px;
  transition:
    left 0.15s,
    width 0.15s;
  width: 0;
}
.contacts-socio ul{
  gap: 8px;
}
.socio li a{
  width: 40px;
  height: 40px;
  display: flex;
  background: black;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}
.socio li a:hover{
  background: #0b78af;
}
@media (max-width: 992px) {
  .index-news.nd-news .nd-news__track > [class*="col-"] {
    flex: 0 0 calc((100% - var(--nd-section-gap)) / 2);
    max-width: calc((100% - var(--nd-section-gap)) / 2);
  }
  .index-news.nd-news .news-wrap {
    padding: var(--nd-section-gap);
  }
  .nd-clients {
    --nd-clients-visible: 3;
  }
  .nd-popular-products__item {
    flex: 0 0 calc((100% - var(--space-xl, 24px)) / 2);
    max-width: calc((100% - var(--space-xl, 24px)) / 2);
  }
  .nd-home-catalog__item-image {
    height: 184px;
  }
}
@media (max-width: 768px) {
  :root {
    --nd-section-py: var(--space-xl, 24px);
    --nd-section-gap: var(--space-xl, 24px);
    --nd-slider-scrollbar-inset: var(--space-md, 16px);
  }
  .nd-seo-intro__grid {
    gap: var(--nd-section-gap);
    grid-template-columns: 1fr;
  }
  .nd-seo-intro__content {
    padding: 0;
  }
  .index-news.nd-news .nd-news__slider-wrap,
  .nd-clients__slider-wrap,
  .nd-hero-section > .container.hidden-md.hidden-lg,
  .nd-popular-products__slider-wrap,
  .nd-project-industries__slider-wrap {
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .index-news.nd-news .nd-news__track,
  .nd-clients__track,
  .nd-popular-products__track,
  .nd-project-industries__track {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }
  .index-news.nd-news,
  .nd-clients,
  .nd-hero-section,
  .nd-popular-products,
  .nd-project-industries {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }
  .nd-hero-section > .container.hidden-md.hidden-lg {
    padding-left: max(16px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
  }
  .nd-hero--mobile .nd-hero__lead {
    padding-left: 0;
    padding-right: 0;
  }
  .nd-home-catalog__col {
    margin-bottom: var(--space-xl, 24px);
  }
  .nd-home-catalog__item-image {
    height: 200px;
  }
  .nd-home-catalog__item-title {
    font-size: var(--headings-h6, 16px);
    letter-spacing: -0.08px;
    padding-bottom: var(--space-md);
  }
  .nd-clients__track,
  .nd-popular-products__track {
    gap: var(--space-md, 16px);
  }
  .nd-popular-products__item {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .index-news.nd-news .nd-news__track {
    gap: var(--nd-section-gap);
    padding-bottom: 14px;
    padding-top: 12px;
  }
  .index-news.nd-news .nd-news__track > [class*="col-"] {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .index-news.nd-news .news-wrap {
    padding: var(--nd-section-gap);
  }
  .index-news.nd-news .nd-news__arrow {
    display: none;
  }
  .nd-project-industries__track {
    gap: var(--nd-industry-gap-x);
  }
  .nd-clients__scrollbar,
  .nd-project-industries__scrollbar {
    padding: var(--space-sm, 12px) 0;
  }
  .nd-clients {
    --nd-clients-card-width: 210px;
    --nd-clients-card-height: 104px;
  }
}
