h1, h2, p, ul li, .single-page-template {
    font-family: "Manrope", sans-serif!important;
}

.elementor-17 .elementor-element.elementor-element-3389d9e8 > .elementor-background-overlay {
    background-position: 5% 65%!important;
}

.custom-breadcrumb .breadcrumb-container-inner {
    padding: 200px 0 110px!important;
}

.elementor-element .swiper-container .elementor-swiper-button {
    color: hsl(0deg 0% 49.61% / 90%);
}

.custom-breadcrumb .breadcrumb li.active, .custom-breadcrumb .breadcrumb li.active a {
    color: #fe1a21!important;
}
.page-template-default ol.breadcrumb{
    display: none!important;
}
.portfolio-two__single:hover .portfolio-two__bg-overlay, .portfolio-two__single:active .portfolio-two__bg-overlay, .portfolio-two__single:focus .portfolio-two__bg-overlay {
    opacity: 0!important;
}
.text-kompress {
    position: absolute;
    top: 42%;
    left: 24%;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.text-nasos {
    position: absolute;
    top: 42%;
    left: 28%;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.text-kompress:hover {
    background: #fff;
    color:#000;
}
.text-nasos:hover {
    background: #fff;
    color:#000;
}
.img-kompress, .img-nasos {
    width: 550px;
    height: 350px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.img-kompress {
    background-image: url('/wp-content/uploads/2024/02/img01171111.jpg');
}
.img-nasos {
    background-image: url('/wp-content/uploads/2024/02/img049222.jpg');
}
.txt-kompress,.txt-nasos {
    text-align: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
.txt-nasos:hover,.txt-kompress:hover {
    background: #fff;
    color:#000;
}
.wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #b7b7b7!important;
}
.wpcf7-submit {
    width:auto!important;
}

.wp-sidebar .widget, .elementor-widget-sidebar .widget {
    background:transparent!important;
}

#wpforms-5890-field_4-container, #wpforms-5890-field_5-container {
    width: 45%;
    float: left;
    clear: none;
    margin-right: 5%;
}
#wpforms-5890-field_1-container {
    width: 45%;
    float: left;
    clear: none;
}
.wpforms-field-container input{
    max-width: 100%!important;
}
.wpforms-submit-container button {
    height: 48px!important;
}

@media (max-width: 767px) {

    .img-kompress, .img-nasos {
        width: 550px;
        height: 200px;
    }
    .txt-kompress,.txt-nasos {
        font-size: 16px;
    }
    .elementor-9c22524 a, .elementor-9c22525 a,.elementor-9c22524 img, .elementor-9c22525 img {
    width:370px;
}
    .gsc-heading.style-4 .title span:after {
        display:none;
    }
    .elementor-17 .elementor-element.elementor-element-5c6a064 > .elementor-background-overlay {
        opacity: 0.97;
    }
}
.home .elementor-355 .elementor-element.elementor-element-d26c393:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.home .elementor-355 .elementor-element.elementor-element-d26c393 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.home .elementor-355 .elementor-element.elementor-element-e4ea2e1:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, 
.home .elementor-355 .elementor-element.elementor-element-e4ea2e1 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.home .elementor-355 .elementor-element.elementor-element-1a3a2d0:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, 
.home .elementor-355 .elementor-element.elementor-element-1a3a2d0 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.home .elementor-355 .elementor-element.elementor-element-46513db:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, 
.home .elementor-355 .elementor-element.elementor-element-46513db > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: unset;
}
.home .elementor-355 .elementor-element.elementor-element-79811a0 .elementor-icon-list-text {
  color:#000;
}
.home .gv-sticky-menu {
      background: rgb(148 176 201 / 30%);
    box-shadow: 0 8px 24px rgba(26, 52, 87, 0.06);
}
.home .gva-navigation-menu ul.gva-nav-menu > li > a {
    color: #282323;
}


.kkt-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background: #e4eaf4;
}

/* Основная картинка баннера */
.kkt-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url('../images/banner-main-4.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*animation: heroBgSlow 14s ease-in-out infinite;*/
}
/*
@keyframes heroBgSlow {
  0%, 100% {
    transform: scale(1.01) translateX(0);
  }

  50% {
    transform: scale(1.04) translateX(-10px);
  }
}
*/

.kkt-hero__blueprint {
  position: absolute;
  right: 5%;
  top: 8%;
  width: 54%;
  height: 70%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.34;

  background-image:
    linear-gradient(rgba(182, 207, 243, 0.65) 1px, transparent 1px),
    linear-gradient(90deg, rgba(182, 207, 243, 0.65) 1px, transparent 1px),
    radial-gradient(circle at 35% 42%, rgba(182, 207, 243, 0.7) 1px, transparent 2px),
    radial-gradient(circle at 68% 38%, rgba(182, 207, 243, 0.65) 1px, transparent 2px);

  background-size:
    58px 58px,
    58px 58px,
    180px 160px,
    220px 180px;

  background-position:
    0 0,
    0 0,
    0 0,
    40px 20px;

  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 20%,
    #000 82%,
    transparent 100%
  );

  animation: blueprintMove 18s linear infinite, blueprintPulse 5s ease-in-out infinite;
}
@keyframes blueprintMove {
  from {
    background-position:
      0 0,
      0 0,
      0 0,
      40px 20px;
  }

  to {
    background-position:
      58px 58px,
      58px 58px,
      180px 160px,
      260px 200px;
  }
}

@keyframes blueprintPulse {
  0%, 100% {
    opacity: 0.26;
    filter: brightness(1);
  }

  50% {
    opacity: 0.42;
    filter: brightness(1.08);
  }
}

.kkt-hero__content {
  position: relative;
  z-index: 5;
  max-width: 650px;
  padding-left: 4.5%;
  padding-top: 170px;
  color: #07192f;
  
}

.kkt-hero__content h1 {
  margin: 0 0 26px;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.kkt-hero__content p {
  margin: 0 0 42px;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(7, 25, 47, 0.78);
}

.kkt-hero__buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.kkt-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.kkt-hero__btn--red {
  background: #ff241f;
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 36, 31, 0.22);
}

.kkt-hero__btn--red:hover {
  background: #e31e24;
  color: #fff;
  transform: translateY(-2px);
}

.kkt-hero__btn--outline {
  border: 1px solid #ff4b43;
  color: #07192f;
  background: rgba(255, 255, 255, 0.18);
}

.kkt-hero__btn--outline:hover {
  background: #fff;
  color: #07192f;
  transform: translateY(-2px);
}

.kkt-hero__stats {
  display: flex;
  gap: 72px;
  align-items: flex-start;
}

.kkt-hero__stat {
  position: relative;
}

.kkt-hero__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 8px;
  width: 1px;
  height: 58px;
  background: rgba(7, 25, 47, 0.12);
}

.kkt-hero__stat strong {
  display: block;
  margin-bottom: 12px;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #07192f;
}

.kkt-hero__stat span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(7, 25, 47, 0.72);
}

/* мягкое свечение чертежа справа */
.kkt-hero__blueprint-glow {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 72% 38%,
      rgba(127, 189, 239, 0.28),
      rgba(127, 189, 239, 0.10) 28%,
      transparent 58%
    );

  opacity: 0.55;
  animation: blueprintGlow 6s ease-in-out infinite;
}


/* контейнер точек */
.kkt-hero__nodes {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

/* пульсирующие узлы */
.kkt-hero__nodes .node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 120, 194, 0.85);
  box-shadow: 0 0 0 rgba(0, 120, 194, 0.45);
  animation: nodePulse 3s ease-out infinite;
}

/* точки ставим на зоне чертежа, не на тексте */
.kkt-hero__nodes .node-1 {
    left: 53%;
    top: 30%;
}

.kkt-hero__nodes .node-2 {
    left: 62%;
    top: 36%;
  animation-delay: 0.5s;
}

.kkt-hero__nodes .node-3 {
  left: 73%;
  top: 29%;
  animation-delay: 1s;
}

.kkt-hero__nodes .node-4 {
    left: 86%;
    top: 38%;
  animation-delay: 1.5s;
}

.kkt-hero__nodes .node-5 {
    left: 71%;
    top: 22%;
  animation-delay: 2s;
}
@keyframes blueprintGlow {
  0%, 100% {
    opacity: 0.42;
    filter: brightness(1);
  }

  50% {
    opacity: 0.68;
    filter: brightness(1.08);
  }
}

@keyframes scanMove {
  0% {
    left: -35%;
    opacity: 0;
  }

  18% {
    opacity: 0.45;
  }

  55% {
    opacity: 0.28;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes nodePulse {
  0% {
    transform: scale(1);
    opacity: 0.85;
    box-shadow: 0 0 0 0 rgba(0, 120, 194, 0.42);
  }

  70% {
    transform: scale(1.15);
    opacity: 0.45;
    box-shadow: 0 0 0 15px rgba(0, 120, 194, 0);
  }

  100% {
    transform: scale(1);
    opacity: 0.85;
    box-shadow: 0 0 0 0 rgba(0, 120, 194, 0);
  }
}
.kkt-hero__scan {
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 38% 100%);
}


.kkt-hero__content h1,
.kkt-hero__content p,
.kkt-hero__stats {
  opacity: 0;
  transform: translateY(24px);
  animation: kktFadeUp 0.9s ease forwards;
}
.kkt-hero__content h1 {
  animation-delay: 0.15s;
}

.kkt-hero__content p {
  animation-delay: 0.4s;
}

.kkt-hero__stat {
  opacity: 0;
  transform: translateY(20px);
  animation: kktFadeUp 0.75s ease forwards;
}

.kkt-hero__stat:nth-child(1) {
  animation-delay: 0.75s;
}

.kkt-hero__stat:nth-child(2) {
  animation-delay: 0.9s;
}

.kkt-hero__stat:nth-child(3) {
  animation-delay: 1.05s;
}

@keyframes kktFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




@media (max-width: 1100px) {
  .kkt-hero {
    min-height: 720px;
  }

  .kkt-hero__bg {
    background-position: 68% center;
  }

  .kkt-hero__content {
    padding-top: 120px;
    max-width: 520px;
  }

  .kkt-hero__stats {
    gap: 36px;
  }

  .kkt-hero__stat:not(:last-child)::after {
    display: none;
  }
}



@media (max-width: 1400px) {
  .kkt-hero__content {
    max-width: 520px;
    padding: 150px 0 0 5%;

    background: linear-gradient(
      90deg,
      rgba(224, 235, 249, 0.97) 0%,
      rgba(224, 235, 249, 0.92) 72%,
      rgba(224, 235, 249, 0.35) 100%
    );
  }

  .kkt-hero__content h1 {
    font-size: 46px;
    line-height: 1.08;
  }

  .kkt-hero__content p {
    max-width: 470px;
    font-size: 18px;
  }
}


@media (max-width: 767px) {
  .kkt-hero {
    position: relative;
    min-height: auto;
    overflow: hidden;
    padding: 0;
    background: #e4eaf4;
  }

  /* фон баннера */
  .kkt-hero__bg {
    position: absolute;
    inset: auto 0 0 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: revert-rule;
    opacity: 1;
  }

  /* чертеж ослабляем */
  .kkt-blueprint,
  .kkt-hero__blueprint {
    opacity: 0.08 !important;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 45%;
  }

  .kkt-blueprint__node {
    display: none;
  }

  /* контент */
  .kkt-hero__content {
    position: relative;
    z-index: 5;
    max-width: 100%;
    width: 100%;
    padding: 28px 20px 120px!important;
    border-radius: 0;
    background: linear-gradient(
      180deg,
      rgba(228, 234, 244, 0.86) 0%,
      rgba(228, 234, 244, 0.82) 65%,
      rgba(228, 234, 244, 0.10) 100%
    )!important;
    box-sizing: border-box;
  }

  .kkt-hero__content h1 {
    margin: 0 0 18px;
    font-size: 28px!important;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    word-break: normal;
  }

  .kkt-hero__content p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
    color: rgba(7, 25, 47, 0.82);
  }

  .kkt-hero__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }

  .kkt-hero__btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
  }

  /* статистика */
  .kkt-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: start;
  }

  .kkt-hero__stat {
    min-width: 0;
  }

  .kkt-hero__stat::after {
    display: none !important;
  }

  .kkt-hero__stat strong {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1;
  }

  .kkt-hero__stat span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }
  .kkt-hero__nodes,
  .kkt-hero__scan {
    display: none;
  }

  .kkt-hero__blueprint-glow {
    opacity: 0.25;
  }
}