body.novotech-site {
  --nt-polish-blue: #0875df;
  --nt-polish-blue-dark: #075cb8;
  --nt-polish-green: #23a236;
  --nt-polish-lime: #a7e034;
  --nt-polish-ink: #101828;
  --nt-polish-muted: #667085;
  --nt-polish-line: rgba(16, 24, 40, 0.1);
  --nt-polish-soft: #f6f9fc;
  --nt-polish-focus: rgba(167, 224, 52, 0.72);
  --nt-polish-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
  --nt-polish-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.novotech-site :where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--nt-polish-focus);
  outline-offset: 3px;
}

body.novotech-site :where(a, button) {
  -webkit-tap-highlight-color: transparent;
}

body.novotech-site :where(.novotech-button, .home-commerce-button, .home-commerce-catalog-head > a, .home-commerce-section-head > a, .novotech-feedback-form button, .product-item-button-container .btn) {
  touch-action: manipulation;
}

body.novotech-site.nt-polish-ready .nt-reveal {
  opacity: 0.001;
  transform: translateY(14px);
  transition:
    opacity 420ms var(--nt-polish-ease),
    transform 420ms var(--nt-polish-ease),
    box-shadow 180ms ease,
    border-color 180ms ease;
  transition-delay: var(--nt-reveal-delay, 0ms);
}

body.novotech-site.nt-polish-ready .nt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.novotech-site .nt-pressing {
  transform: translateY(1px) scale(0.996) !important;
}

body.novotech-site :where(.novotech-product-card, .novotech-product-mini, .novotech-repair-device, .novotech-route-card, .novotech-blog-card, .novotech-review, .home-commerce-promo, .home-commerce-action, .home-commerce-repair, .home-commerce-store, .home-commerce-blog-card, .home-commerce-review, .home-commerce-confidence-card) {
  backface-visibility: hidden;
}

body.novotech-site :where(.novotech-product-card, .novotech-product-mini, .novotech-repair-device, .novotech-route-card, .novotech-blog-card, .home-commerce-promo, .home-commerce-action, .home-commerce-repair, .home-commerce-store, .home-commerce-blog-card, .home-commerce-review, .home-commerce-confidence-card):hover {
  border-color: rgba(8, 117, 223, 0.24) !important;
}

body.novotech-site .novotech-mobile-tabbar a {
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.novotech-site .novotech-mobile-tabbar a.is-active {
  color: var(--nt-polish-blue) !important;
  background: rgba(8, 117, 223, 0.08);
}

body.novotech-site .novotech-mobile-tabbar a.is-active svg,
body.novotech-site .novotech-mobile-tabbar a.is-active svg path {
  fill: currentColor !important;
}

body.novotech-site .novotech-feedback-form {
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.novotech-site .novotech-feedback-form:focus-within {
  border-color: rgba(8, 117, 223, 0.22);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

body.novotech-site .novotech-feedback-form input,
body.novotech-site .novotech-feedback-form textarea,
body.novotech-site .novotech-feedback-form select {
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.novotech-site .novotech-feedback-form input.nt-is-filled,
body.novotech-site .novotech-feedback-form textarea.nt-is-filled,
body.novotech-site .novotech-feedback-form select.nt-is-filled {
  background: #fbfdff;
}

body.novotech-site .novotech-feedback-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
}

body.novotech-site .novotech-feedback-form button[disabled]::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: nt-polish-spin 780ms linear infinite;
}

body.novotech-site .novotech-form-status {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 780;
}

body.novotech-site .novotech-form-status:not(:empty) {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(8, 117, 223, 0.14);
  background: #f4f9ff;
  color: var(--nt-polish-blue-dark);
}

body.novotech-site .novotech-form-status.is-success {
  border-color: rgba(35, 162, 54, 0.18);
  background: #f1fbef;
  color: #176f22;
}

body.novotech-site .novotech-form-status.is-error {
  border-color: rgba(229, 57, 53, 0.2);
  background: #fff5f5;
  color: #b42318;
}

body.novotech-site .nt-rail-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -2px 0 10px;
}

body.novotech-site .nt-rail-controls button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nt-polish-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--nt-polish-ink);
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

body.novotech-site .nt-rail-controls button:hover,
body.novotech-site .nt-rail-controls button:focus-visible {
  border-color: rgba(8, 117, 223, 0.28);
  color: var(--nt-polish-blue);
  box-shadow: var(--nt-polish-shadow);
  transform: translateY(-1px);
}

body.novotech-site .nt-rail-controls button:disabled {
  opacity: 0.38;
  cursor: default;
  transform: none;
  box-shadow: none;
}

body.novotech-site [data-nt-scroll-rail] {
  scroll-behavior: smooth;
}

body.novotech-site .home-commerce .home-commerce-review-grid {
  scroll-padding-left: 4px;
}

body.novotech-site .home-commerce .home-commerce-review {
  flex-basis: clamp(292px, 28vw, 354px);
  padding: 15px 16px 16px;
  border-radius: 14px;
}

body.novotech-site .home-commerce .home-commerce-review strong {
  font-size: 16px;
}

body.novotech-site .home-commerce .home-commerce-review p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.42;
  -webkit-line-clamp: 4;
}

body.novotech-site .home-commerce .home-commerce-review__avatar {
  width: 42px;
  height: 42px;
}

body.novotech-site .home-commerce .home-commerce-review__head {
  grid-template-columns: 42px minmax(0, 1fr) 20px;
}

body.novotech-site .home-commerce .home-commerce-review__report {
  width: 19px;
  height: 19px;
  font-size: 12px;
}

@keyframes nt-polish-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 760px) {
  body.novotech-site.nt-polish-ready .nt-reveal {
    transform: translateY(8px);
  }

  body.novotech-site .nt-rail-controls {
    margin-top: 0;
  }

  body.novotech-site .home-commerce .home-commerce-review {
    flex-basis: min(82vw, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.novotech-site.nt-polish-ready .nt-reveal,
  body.novotech-site.nt-polish-ready .nt-reveal.is-visible,
  body.novotech-site *,
  body.novotech-site *::before,
  body.novotech-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
