:root {
  --kti-blue: #2447d8;
  --kti-blue-dark: #17339f;
  --kti-ink: #111827;
  --kti-muted: #4b5563;
  --kti-focus: #ffdf33;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--kti-ink);
  text-rendering: optimizeLegibility;
}

.site-header {
  position: static;
  width: auto;
  z-index: auto;
}

.bg-image-home {
  overflow: hidden;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-image: none !important;
}

.hero-picture,
.hero-picture img {
  display: block;
  width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 6px;
  color: #fff;
  background: #111;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--kti-focus) !important;
  outline-offset: 3px;
}

#nav-icon1 {
  appearance: none;
  border: 0;
  background: transparent;
}

.bg-image-home {
  background-image: url(/catalog/view/theme/newtheme/image/stroyka.webp);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.border-home .hero-actions {
  position: absolute;
  top: 72%;
  left: 0;
  z-index: 3;
  width: 57vw;
  justify-content: center;
  margin-top: 0;
}

.hero-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-family: GothaProBol, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.hero-actions a:first-child {
  color: #111;
  background: #fff;
}

.hero-actions a:hover,
.hero-actions a:focus {
  color: #fff;
  background: var(--kti-blue);
  border-color: var(--kti-blue);
}

.catalog-note {
  margin: 18px 0 24px;
  padding: 15px 18px;
  border-left: 4px solid var(--kti-blue);
  border-radius: 4px;
  color: var(--kti-muted);
  background: #f3f6ff;
  font-size: 15px;
  line-height: 1.55;
}

.catalog-cta {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px !important;
  border: 2px solid var(--kti-blue) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--kti-blue) !important;
  font-family: GothaProBol, sans-serif;
  line-height: 1.2;
}

.catalog-cta:hover,
.catalog-cta:focus {
  color: #fff !important;
  background: var(--kti-blue-dark) !important;
  border-color: var(--kti-blue-dark) !important;
}

.product-supply-status {
  margin: 18px 0;
  color: var(--kti-muted);
  font-size: 16px;
  line-height: 1.55;
}

.product-image-link img,
.product-thumb .image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer-icons {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-call > a {
  color: #fff !important;
  background: #b52b17 !important;
}

.blue-BG {
  background: #165fa8 !important;
}

.news__button {
  color: #fff !important;
  background: #334a9e !important;
}

.footer__callbutton {
  color: #fff !important;
  background: #0b6f54 !important;
}

.footer__navbar li,
.footer__navbar li a {
  color: #fff !important;
}

footer,
footer .tagline,
footer .copyright,
footer .copyright a {
  color: #fff !important;
}

.dark-blue input::placeholder,
.dark-blue textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.dark-blue input,
.dark-blue textarea {
  color: #fff !important;
}

.img-mingor {
  width: 100% !important;
  height: auto !important;
}

.kti-parallax {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.expert-insights {
  margin-top: 32px;
  margin-bottom: 64px;
}

.expert-insights__content {
  padding: 36px 40px;
  border: 1px solid #d9e2ef;
  border-radius: 20px;
  background: #f6f9fd;
}

.expert-insights__eyebrow {
  margin: 0 0 8px;
  color: var(--kti-blue-dark);
  font-family: GothaProBol, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.expert-insights h2 {
  margin-top: 0;
}

.expert-insights__content > p:not(.expert-insights__eyebrow) {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--kti-muted);
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .border-home .hero-actions {
    top: 66%;
    width: 92vw;
    padding: 0 16px;
  }

  .hero-actions a {
    width: 100%;
  }

  .border-home h1 {
    line-height: 1.12;
  }

  .expert-insights__content {
    padding: 28px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .kti-parallax {
    transform: none !important;
    will-change: auto;
  }
}
