body {
    margin: 0;

    font-family: 'Nekst';
    font-size: 18px;
    color: #011332;
    -webkit-font-smoothing: antialiased;

    background-color: #fff;
}

@media (min-width: 769px) {
  html, body { height: 100%; }
  .smooth-scroll {
    position: fixed;
    inset: 0;
    will-change: transform;
    backface-visibility: hidden;
  }
  .smooth-scrollbar {
    position: absolute;
    top: 0; left: 0;
    width: 1px;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  html, body { overflow: auto; }
  .smooth-scroll { position: static; transform: none !important; }
  .smooth-scrollbar { display: none; }
}

main {
    overflow: hidden;   
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

a, button {
    all: unset;
    cursor: pointer;
}

/* Container
===================*/
.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

.container_full {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.43vw;
}

/*FIRST BLOCK*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}


.header_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_col {
  margin-top: 1.88vw;
  margin-bottom: 0.90vw;
}


.header_logo img {
  display: flex;
  width: 15.83vw;
}

.header_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  text-transform: uppercase;

  font-family: "Tactic Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 0.83vw;
  line-height: 100%;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.header_nav a, .footer_nav a {
    transition: .3s ease;
}

.header_nav a:hover, .footer_nav a:hover {
    color: #C3C3C3;
}

.header_btn {
  color: #fff;
  padding: 0.83vw 2.01vw;
  background: #5A5C47;
  border-radius: 0.42vw;
}

.intro {
    padding-top: 5.49vw;
}

.intro_container {
  background: url(../image/intro/background.png);
  background-position: center;
  background-size: cover;
  min-height: calc(100vh - 5.49vw - 1.5vw); /* 79px и 34px тоже перевёл */
  border-radius: 0.97vw;
  object-fit: cover;
  padding: 3.44vw 3.47vw;
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.intro_line {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}

.intro_title {
    all: unset;
    font-family: Tactic Sans;
    font-weight: 900;
    color: #fff;
    font-size: 7.22vw;
    leading-trim: NONE;
    line-height: 87%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.language_switch {
  display: flex;
  gap: 1.32vw;
  justify-content: center;
  align-items: center;
  color: #BABABA;

  font-family: "Tactic Sans";
  font-weight: 500;
  font-size: 0.82vw;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}


.language_switch a.active {
    color: #fff;
}

.intro_text {
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.46vw; /* 21px / 1440px * 100 */
  max-width: 39.3vw; /* 566px / 1440px * 100 */
  color: #E8E8E8;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.intro_contacts {
    display: flex;
    flex-direction: column;
    gap: 21px;
    color: #FCFCFC;
}

.intro_contacts_up {
  font-family: "Tactic Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 0.82vw;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #BABABA;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  gap: 8px;
  
}

.intro_contacts_up span {
    cursor: pointer;
}

.intro_contacts_down {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.46vw;
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #FCFCFC;
  cursor: pointer;
}

/* SECOND BLOCK */

.solutions {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  height: calc(100vh);
}

.solutions_col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5.21vw;
}

.solutions_l, .solutions_r {
  display: flex;
  flex: 1;
}

.solutions_r {
  display: flex;
  flex-direction: column;
}

.solutions_title {
  all: unset;
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Regular;
  font-size: 4.31vw;
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #011332;
}

.main_btn {
  height: 8.47vw;
  width: -webkit-fill-available;
  background: #5A5C47;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.11vw;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #fff;
  border-radius: 0.42vw;
  text-transform: uppercase;
  gap: 0.42vw;
  transition: .3s ease;
}

.main_btn:hover {
  background: #000A1B;
  box-shadow: 0.14vw 0.35vw 0.58vw 0vw #00000014;
}

.solutions_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.39vw;
  height: -webkit-fill-available;
  height: calc(100vh - 12.5vw);

}

.solutions_r_title {
  display: flex;
  align-items: center;
  justify-content: center;
  /*gap: 1.11vw;*/
  gap: .5vw;
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.46vw;
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #011332;
  text-align: right;
}

.solutions_r_title img {
  width: 3.06vw;
  height: 3.06vw;
  transition: .3s ease;
}

.solutions_point {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  padding-top: 1.2vw;
  padding-bottom:  1.2vw;

  border-bottom: 0.07vw solid transparent;
  border-image: linear-gradient(270deg, #011332 0%, rgba(3, 59, 152, 0.2) 100%) 1;
}

.solutions_point span {
  font-family: "Tactic Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 1.46vw;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #8B8A8A;
}

.solutions_up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solutions_text {
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.11vw;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #8B8A8A;
  padding-top: 0vw;
  padding-right: 3vw;

  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s ease;
}

.solutions_point:hover .solutions_text {
  height: auto;
  overflow: hidden;
  padding-top: 1.39vw;
  opacity: 1;
}

.solutions_point:hover .solutions_r_title img {
  display: flex;
  transform: rotate(90deg);
}


/* THIRD BLOCK */

.about {
  height: 100vh;
  background: #5A5C47;
  padding-left: 3.82vw; /* 55px */

  display: flex;
  justify-content: space-between;
}

.about_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 4.17vw 0;
  padding-right: 2.43vw; /* 35px */
}

.about_l, .about_r {
  display: flex;
  flex: 1;
}

.about_r {
  display: flex;
  width: 100%;
  position: relative;
}
.about_r img.about_logo {
    width: 219px;
    right: 35px;
    top: 60px;
    height: auto;
    position: absolute;
}
.about_r img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_up {
  display: flex;
  flex-direction: column;
}

.about_l h2 {
  all: unset;
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Regular;
  font-size: 4.31vw; /* было уже vw */
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.22vw; /* 32px */
}



.about_us_text_swiper {
  position: relative;
  max-width: 44.03vw; /* 634px */
  min-height: 8.33vw; /* 120px */
  overflow: hidden;
}

.about_us_text {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(1.39vw); /* 20px */
  transition: opacity .45s ease, transform .45s ease;
  pointer-events: none;

  font-family: Nekst;
  font-weight: 400;
  font-style: Medium;
  font-size: 2.22vw; /* 32px */
  line-height: 103%;
  letter-spacing: -0.03em;
  color: #FFFFFFB2;
  max-width: 44.03vw; /* 634px */
}

/* анимации */
.about_us_text.enter-right { transform: translateX(2.78vw); opacity: 0; } /* 40px */
.about_us_text.enter-left  { transform: translateX(-2.78vw); opacity: 0; }
.about_us_text.leave-left  { transform: translateX(-2.78vw); opacity: 0; }
.about_us_text.leave-right { transform: translateX(2.78vw);  opacity: 0; }

.about_us_text.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* точки */
.about_us_dots { display:flex; margin-top:2.22vw; gap:0.42vw; } /* 32px / 6px */
.about_dot { width:0.56vw; height:0.56vw; border-radius:50%; background:#D9D9D966; transition:.25s; }
.about_dot.active { background:#fff; }
.about_dot:hover { transform: scale(1.2); }

.about_down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.about_numbers {
  font-family: "Tactic Sans";
  font-weight: 900;
  font-style: Regular;
  font-size: 4.17vw; /* 60px */
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.about_numbers_text {
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 0.83vw; /* 12px */
  line-height: 94%;
  letter-spacing: 0;
  text-align: center;
  color: #FEFEFE;
}

/* FOURTH BLOCK */

.production {
  padding-top: 6.25vw;   /* 90px */
  padding-bottom: 1.21vw; /* 75px */
}

.production_col {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 4.17vw; /* 60px */
  gap: 8px;
}

.production_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 4.31vw; /* 62px */
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #011332;
}

.production_text {
  font-family: "Tactic Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 1.25vw; /* 18px */
  line-height: 99%;
  letter-spacing: 0;
  color: #011332E5;
  max-width: 30.4vw; /* 501px */
}

.production_table {
  width: 100%;
  margin-bottom: 2.71vw; /* 39px */
}

.svg-color-tip {
  position: fixed;
  z-index: 9999;
  padding: 0.38vw 2.01vw; /* 5.5px 29px */
  background: #fff;   
  border-radius: 0.21vw; /* 3px */
  box-shadow: 0 0.56vw 1.67vw rgba(0,0,0,.15); /* 8px 24px */
  pointer-events: none;
  border: 0.07vw solid #00000026; /* 1px */
  white-space: nowrap;
  opacity: 0;
  transition: opacity .12s ease;

  font-family: Nekst;
  font-weight: 400;
  font-style: Medium;
  font-size: 0.83vw; /* 12px */
  line-height: 109%;
  letter-spacing: 0;
  text-align: center;
  color: #01133280;
}
.svg-color-tip.show { opacity: 1; }
.svg-color-tip .code { display:block; letter-spacing:.02em; }

.production_block {
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 0.94vw; /* 13.57px */
  line-height: 110%;
  letter-spacing: 0;
  color: #011332;
  padding: 1.22vw 1.32vw; /* 17.5px 19px */
  border: 0.07vw solid #D1D1D1; /* 1px */
  border-radius: 0.42vw; /* 6px */
}

.production_size {
  display: flex;
  gap: 2.36vw; /* 34px */
  align-items: center;
  justify-content: center;
}

/* FIVETH BLOCK */

.proposition {
  padding: 6.25vw 0; /* 90px */
  background: #A48461;
  min-height: 100vh;
}

.proposition_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 4.31vw; /* 62px */
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4.17vw; /* 60px */
}

.proposition_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.94vw; /* 28px */
}

.proposition_block {
  padding: 1.56vw 1.39vw; /* 22.5px 20px */
  background: #0000001A;
  border: 0.07vw solid #FFFFFF1A; /* 1px */
  display: flex;
  align-items: center;
  gap: 1.11vw; /* 16px */
  border-radius: 8px;
}

.proposition_block.wide {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.proposition_block_icon {
  width: 4.86vw;  /* 70px */
  height: 4.86vw; /* 70px */
  aspect-ratio: 1;
  background: #FFFFFF1A;
  border-radius: 0.28vw; /* 4px */
  display: flex;
  justify-content: center;
  align-items: center;
}

.proposition_block_icon img {
  width: 2.22vw; /* 32px */
}

.proposition_block h4 {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Regular;
  font-size: 1.46vw; /* 21px */
  line-height: 120%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #fff;
}

.proposition_block .proposition_wide_text {
  display: flex;
  flex-direction: column;
  gap: 0.69vw; /* 10px */
}

.proposition_block .proposition_wide_text span:first-child {
  all: unset;
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Regular;
  font-size: 1.46vw; /* 21px */
  line-height: 120%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.proposition_block .proposition_wide_text span:last-child {
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.25vw; /* 18px */
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFFFFFB2;
}

/* SIXTH BLOCK */

.produce {
  padding: 6.25vw 0; /* 90px */
}

.produce_col {
  padding-bottom: 4.17vw; /* 60px */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.produce_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 4.31vw; /* 62px */
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #011332;
/*    padding: 0 2.43vw;*/
}

.produce_slide {
  display: flex;
  gap: 1.25vw; /* 18px */
}

.produce_slide_btn {
  border: 0.05vw solid #5A5C47; /* 0.68px */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.56vw; /* 8px */
  width: 4.86vw;  /* 70px */
  height: 4.86vw; /* 70px */
  background: #fff;
  transition: .6s ease;
  aspect-ratio: 1;
}

.produce_slide .produce_slide_btn:last-child {
  transform: rotate(180deg);
}

.produce_slide_btn svg path {
  stroke: #5A5C47;
  transition: stroke .3s ease;
}

.produce_slide_btn:hover {
  background: #5A5C47;
}

.produce_slide_btn:hover svg path {
  stroke: #fff;
}

/* сам контейнер со слайдами */
.produce_swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.94vw; /* 28px */
  position: relative;
}

/* каждая карточка */
.produce_block {
  position: relative;
  display: flex;
  flex: 1;
  /*height: 31.81vw;*/
  aspect-ratio: 1!important;
  padding: 1.94vw 1.39vw; /* 28px 20px */
  border-radius: 0.56vw; /* 8px */

  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  overflow: hidden;

  transition: transform .8s ease, opacity .8s ease;
  will-change: transform, opacity;
}

.produce_block::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 40%;
  border-radius: inherit;
  background: linear-gradient(
    to top,
    rgba(22, 22, 22, 0.8) 20%,
    rgba(22, 22, 22, 0) 100%
  );
  pointer-events: none;
}

/*.produce_block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    border-radius: inherit;
    background: linear-gradient(to top, rgb(22 22 22 / 40%) 20%, rgba(22, 22, 22, 0) 100%);
    pointer-events: none;
    transform: rotate(180deg);
}*/

.produce_material {
  position: absolute;
  top: 1.94vw;   /* 28px */
  right: 1.39vw; /* 20px */
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 0.97vw; /* 14px */
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFFFFFB2;
  display: flex;
  gap: 0.83vw; /* 12px */
  z-index: 5;
  padding-bottom: 0.69vw; /* 10px */
  border-bottom: 0.14vw solid transparent; /* 2px */
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(153, 153, 153, 0.5)) 1;
  border-image-slice: 1;
  opacity: 0;
}

.produce_material span { color: #FFFFFF; }

.produce_block_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.11vw; /* 16px */
  z-index: 5;
  line-height: 120%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #fff;
  width: calc(100% - 2.78vw); /* 40px */
  bottom: 1.94vw; /* 28px */
  padding-top: 0.56vw; /* 8px */
  border-top: 0.14vw solid transparent; /* 2px */
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(153, 153, 153, 0.5)) 1;
  border-image-slice: 1;
  display: flex;
  align-items: flex-end;
  position: absolute;
}

/* эффекты */
.produce_block.entering { opacity: 0; transform: translateX(1.39vw); /* 20px */ }
.produce_block.entering._go { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .produce_swiper { gap: 1.39vw; /* 20px */ }
}
@media (max-width: 640px) {
  .produce_swiper { gap: 1.11vw; /* 16px */ }
}

.produce_block.leave-left { animation: leaveLeft .5s forwards ease; }
@keyframes leaveLeft { from { transform: translateX(0); opacity: 1; } to { transform: translateX(-4.17vw); opacity: 0; } }

.produce_block.leave-right { animation: leaveRight .8s forwards ease; }
@keyframes leaveRight { from { transform: translateX(0); opacity: 1; } to { transform: translateX(4.17vw); opacity: 0; } }

.produce_block.enter-right { opacity: 0; transform: translateX(4.17vw); /* 60px */ }
.produce_block.enter-right.active { animation: enterRight 1.2s forwards ease; }
@keyframes enterRight { from { transform: translateX(4.17vw); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

.produce_block.enter-left { opacity: 0; transform: translateX(-4.17vw); /* 60px */ }
.produce_block.enter-left.active { animation: enterLeft .8s forwards ease; }
@keyframes enterLeft { from { transform: translateX(-4.17vw); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

.product_action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.06vw; /* 44px */
}
.product_action a {
  background: #5A5C47;
  padding: 3.26vw 13.54vw; /* 47px 195px */
  border-radius: 0.42vw; /* 6px */
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Regular;
  font-size: 1.11vw; /* 16.04px */
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #fff;
  transition: .3s ease;
  text-transform: uppercase;
}
.product_action a:hover { background: #000A1B; }

/* База для анимаций карточек сертификатов */
.certificate_block {
  position: relative;
  display: flex;
  flex: 1;
  transition: transform .42s ease, opacity .42s ease;
  will-change: transform, opacity;
}
.certificate_block.leave-left  { animation: leaveLeft  .5s forwards ease; }
.certificate_block.leave-right { animation: leaveRight .5s forwards ease; }
.certificate_block.enter-right { opacity: 0; transform: translateX(4.17vw); }
.certificate_block.enter-right.active { animation: enterRight .5s forwards ease; }
.certificate_block.enter-left  { opacity: 0; transform: translateX(-4.17vw); }
.certificate_block.enter-left.active { animation: enterLeft .5s forwards ease; }
.certificate_block img { width: 100%; }

/* ========================= */
/* + anchors: поддержка <a> */
/* ========================= */

/* поведение ссылок-элементов внутри карусели */
.produce_swiper > a.pswp-link {
  display: block;                /* чтобы элемент был 'карточкой' */
  position: relative;
  transition: transform .6s ease, opacity .6s ease;
  will-change: transform, opacity;
  border-radius: 0.56vw;         /* чтобы трансформы были как у карточек */
  overflow: hidden;
  flex: 1;
}

/* Если анимационные классы навешены на <a>, применяем те же кейфреймы */
.produce_swiper > a.pswp-link.leave-left  { animation: leaveLeft  .5s forwards ease; }
.produce_swiper > a.pswp-link.leave-right { animation: leaveRight .8s forwards ease; }

.produce_swiper > a.pswp-link.enter-right { opacity: 0; transform: translateX(4.17vw); }
.produce_swiper > a.pswp-link.enter-right.active { animation: enterRight 1.2s forwards ease; }

.produce_swiper > a.pswp-link.enter-left { opacity: 0; transform: translateX(-4.17vw); }
.produce_swiper > a.pswp-link.enter-left.active { animation: enterLeft .8s forwards ease; }

/* На случай, если где-то используется класс 'entering' */
.produce_swiper > a.pswp-link.entering { opacity: 0; transform: translateX(1.39vw); }
.produce_swiper > a.pswp-link.entering._go { opacity: 1; transform: none; }

/* Чтобы градиент и подписи не ломались в обёртке */
.produce_swiper > a.pswp-link .produce_block,
.produce_swiper > a.pswp-link .certificate_block { display:block; }



/* SEVENTH BLOCK */

.process {
  padding: 6.25vw 0; /* 90px */
}

.process_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 4.31vw; /* 62px */
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #011332;
  padding-bottom: 4.17vw; /* 60px */
}

.process_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.94vw; /* 28px */
  position: relative;
}

.process_x {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 0.07vw dashed #0000002B; /* 1px */
}

.process_y {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 0.07vw dashed rgba(0, 0, 0, 0.17); /* 1px */
}

.process_block {
  padding: 2.78vw; /* 40px */
  box-shadow: 0.14vw 0.35vw 0.58vw 0 #00000014; /* 2px 5px 8.4px */
  border: 0.07vw solid rgba(0, 0, 0, 0.17); /* 1px */
  display: flex;
  gap: 1.39vw; /* 20px */
  justify-content: center;
  border-radius: 8px;
}

.process_number {
  font-family: "Tactic Sans";
  font-weight: 900;
  font-style: Black;
  font-size: 6.74vw; /* 97px */
  letter-spacing: 0;
  text-transform: uppercase;
  color: #A48461;
}

.process_text {
  display: flex;
  gap: 0.56vw; /* 8px */
  flex-direction: column;
  justify-content: center;
}

.process_text div:first-child {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.46vw; /* 21px */
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
}

.process_text div:last-child {
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.11vw; /* 16px */
  line-height: 115%;
  letter-spacing: -0.02em;
  color: rgba(1, 19, 50, 0.5);
}

/* EIGHTTH BLOCK */
.gallery {
    position: relative;      /* нужно для абсолютного позиционирования слайдов */
    width: 100%;
    height: 100vh;
    background: #666;
    overflow: hidden;        /* чтобы не вылазило */
}

.gallery_dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 5;
}

.gallery_btn_dots {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(217, 217, 217, 0.4);
    border: 0;
    cursor: pointer;
}
.gallery_btn_dots.active {
    background: #fff;
}

.gallery_block {
    position: absolute;
    inset: 0;                /* растягиваем на весь контейнер */
    opacity: 0;
    transition: opacity .45s ease; /* плавный кросс-фейд */
    pointer-events: none;    /* кликается только активный */
}
.gallery_block.active {
    opacity: 1;
    pointer-events: auto;
}

.gallery_block img,
.gallery_block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* NINETH BLOCK */

.form {
  padding: 4.86vw 0; /* 70px */
  position: relative;
  z-index: 5;
}

.form_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 4.31vw; /* 62px */
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #011332;
  padding-bottom: 4.17vw; /* 60px */
}

.form_col {
  display: flex;
  /*padding-top: 7.22vw;*/
  gap: 0.8vw; /* 26px */
  position: relative;
  justify-content: center;

}

.form_l, .form_r {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form_select_up {
  padding: 2.15vw 1.39vw; /* 31px 20px */
  border-radius: 0.56vw; /* 8px */
  box-shadow: 0.14vw 0.35vw 0.58vw 0 rgba(0, 0, 0, 0.08); /* 2px 5px 8.4px */
  border: 0.07vw solid rgba(90, 92, 71, 0.04); /* 1px */

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.11vw; /* 16px */
  line-height: 115%;
  letter-spacing: -0.02em;
  color: rgba(1, 19, 50, 0.5);

  position: relative;
  z-index: 0;
  width: -webkit-fill-available;
}

.form_select {
  margin-top: 0.83vw; /* 12px */
  position: relative;
  cursor: pointer;
}

.form_option {
  position: absolute;
  bottom: 0;
  display: none;
  opacity: 0;
  transform: translateY(calc(100% - 0.35vw)); /* 5px */
  z-index: 1;
  border: 0.07vw solid rgba(90, 92, 71, 0.34); 
  padding: 1.39vw; /* 20px */
  border-radius: 0 0 0.56vw 0.56vw; /* 8px */
  border-top: 0;
  width: -webkit-fill-available;
  background: #fff;
}

.form_option_btn {
  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.11vw; /* 16px */
  line-height: 115%;
  letter-spacing: -0.02em;
  padding-bottom: 0.83vw; /* 12px */
  border-bottom: 0.07vw dashed rgba(0, 0, 0, 0.1); 
  margin-bottom: 0.83vw; /* 12px */
  color: rgba(1, 19, 50, 0.5);
}

.form_option_btn.active {
  color: rgba(1, 19, 50, 1);
}

.form_option_btn:hover {
  color: rgba(1, 19, 50, 1);
  cursor: pointer;
}

.form_option .form_option_btn:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form_select.is-open .form_select_up {
  border: 0.07vw solid rgba(90, 92, 71, 0.34)
}

.form_select_up.selected {
    color: #011332;
}

.form_select.is-open .form_option {
  display: block;
  opacity: 1;
}

.form_col_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.46vw; /* 21px */
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  margin-bottom: 1.39vw; /* 20px */
}

.form_col_input {
  width: 100%;
}

.form_col_input input {
  all: unset;
  padding: 2.15vw 1.39vw; /* 31px 20px */
  border-radius: 0.56vw; /* 8px */
  width: -webkit-fill-available;
  border: 0.07vw solid rgba(90, 92, 71, 0.04); /* 1px */
  box-shadow: 0.14vw 0.35vw 0.58vw 0 rgba(0, 0, 0, 0.08);

  font-family: Nekst;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.11vw; /* 16px */
  line-height: 115%;
  letter-spacing: -0.02em;

  margin-top: 0.83vw; /* 12px */
}

.form_dashed {
  border-left: 0.07vw dashed rgba(0, 0, 0, 0.17);
  height: auto;
}

.form_action_btn {
  height: 8.19vw; /* 118px */
  background: rgba(90, 92, 71, 1);

  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.11vw; /* 16.04px */
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;

  color: #fff;
  text-align: center;
  border-radius: 0.42vw; /* 6px */
  margin-top: 2.22vw; /* 32px */
    transition: .3s ease;
}

.form_action_btn:hover {
    background: rgba(0, 10, 27, 1);
}

.contacts {
  padding: 6.25vw 0; /* 90px */
}

.contacts_title {
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 4.31vw; /* 62px */
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.13vw; /* 45px */
}


/* ===== ТОСТЫ (універсальні) ===== */

/* Контейнер для тостів (один на сторінку) */
#toast-root {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Базовий тост */
.toast {
  position: relative;
  min-width: 280px;
  max-width: 360px;
  background: #fff;
  color: #011332;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  overflow: hidden;
  padding: 12px 14px 16px 14px;
}

/* Заголовок і текст */
.toast__title {
  font-weight: 700;
  margin-bottom: 4px;
}
.toast__msg {
  font-size: 14px;
  line-height: 1.4;
}

/* Іконка (опц.) */
.toast__icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  flex: 0 0 auto;
}

/* Таймер-полоса внизу */
.toast__timer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: transparent;
}

/* Анімація звуження полоси: з 100% до 0% */
@keyframes toastTimer {
  to { transform: scaleX(0); }
}

/* Базові параметри таймера: 4s, можна міняти варом */
.toast {
  --toast-duration: 4s; /* змінюй при необхідності */
}
.toast__timer::before {
  content: "";
  position: absolute;
  left: 0; bottom: 0; top: 0; width: 100%;
  transform: scaleX(1);
  animation: toastTimer var(--toast-duration) linear forwards;
}

/* Успіх — зелений, зліва -> вправо (звужується зліва) */
.toast--success .toast__timer::before {
  background: #19c37d;
  transform-origin: left center;
}

/* Помилка — червоний, справа -> вліво (звужується справа) */
.toast--error .toast__timer::before {
  background: #d63b3b;
  transform-origin: right center;
}


.contacts_col {
  display: flex;
  justify-content: space-between;
  padding: 0 7vw; /* 100px */
  gap: 4.93vw; /* 40px */
}

.contacts_line {
  border-left: 0.07vw dashed rgba(0, 0, 0, 0.17);
  height: -webkit-fill-available;
}

.contacts_block {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.contacts_col .contacts_block:nth-child(5) {
    max-width: max-content;
}

.contacts_block_link {
  margin-top: 1.74vw; /* 25px */
  padding-bottom: 0.83vw; /* 12px */
  border-bottom: 0.07vw solid rgba(1, 19, 50, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.contacts_block_title {
  margin-bottom: 0.28vw; /* 4px */
  font-family: "Tactic Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 1.46vw; /* 21px */
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: rgba(1, 19, 50, 0.9);
}

.contacts_block_link img {
  width: 0.97vw; /* 14px */
    position: absolute;
    right: 0;
}

.contacts_block_details {
  margin-top: 1.67vw; /* 24px */
}

footer {
  background: rgba(90, 92, 71, 1);
  padding-bottom: 1.39vw; /* 20px */
}

.footer_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_up {
  position: relative;
  padding-top: 1.18vw; 
  padding-bottom: 1.67vw; 

}

.footer_up:after {
/*  border-bottom: 0.07vw solid rgba(102, 102, 102, 1); */
    width: calc(100% + 2.43vw + 2.43vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(195, 195, 195, 0.5) 0%, rgba(102, 102, 102, 0.4) 100%);
    left: -2.43vw;
    position: absolute;
    bottom: 0;
    content: "";
}

.footer_up a {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "Tactic Sans";
  font-weight: 500;
  font-style: Medium;
  color: rgba(195, 195, 195, 1);
  font-size: 0.83vw; /* 12px */
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.footer_up a img {
  width: 2.01vw; /* 29px */
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.89vw; /* 56px */
}

.footer_nav a {
  font-family: "Tactic Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 0.83vw; /* 12px */
  line-height: 100%;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #fff;
}

.footer_center {
  padding-top: 1.74vw; /* 25px */
  padding-bottom: 6.25vw; /* 90px */
}

.footer_center img {
  width: 15.83vw; /* 228px */
}

.footer_under a img {
  width: 14.17vw; /* 204px */
  object-fit: contain;
}

.footer_under div {
  font-family: Nekst;
  font-weight: 200;
  font-style: Light;
  font-size: 0.90vw; /* 13px */
  line-height: 100%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
}

.contacts_col .contacts_line:nth-child(2) {
    display: none;
}
/* ОСНОВНОЙ БЛОК */
/* ОСНОВНОЙ БЛОК */
.line{
  position: relative;
  padding:48.5px 0;
  background:url(../image/line/bg.png);
  background-size:200% 200%;
  background-position:center;
  overflow:hidden;
}

/* ЛЕНТА */
.ticker{ position:relative; width:100%; overflow:hidden; }

.ticker__track{
  display:flex;
  width:max-content;
  /* скорость управляется через переменную --ticker-duration */
  animation: ticker-move var(--ticker-duration, 80s) linear infinite;
  animation-play-state: running;
  will-change: transform;
}


.contacts_block_link span {
    font-family: Tactic Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;

}

/* УБРАНО ПРАВИЛО С :has(...) — пауза теперь только из JS */

/* ГРУППА */
.ticker__group{
  display:flex;
  align-items:center;
  gap:70px;
  margin-right:100px;
}

/* ЭЛЕМЕНТ */
.ticker__item{
  display:flex;
  align-items:center;
  white-space:nowrap;
}

.ticker__title{
  font-family:Nekst, sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:49px;
  line-height:110%;
  letter-spacing:-0.01em;
  text-transform:uppercase;
  color:#fff;
  user-select:none;
  pointer-events:auto;
  cursor:default;    
  position: relative;
}

.ticker__title img {
    position: absolute;
    top: 0;
    right: -40px;
}

/* РАЗДЕЛИТЕЛЬ-КУБ */
.ticker__sep{
  display:inline-block;
  width:13px; height:13px;
  flex:0 0 13px;
  background:url(../image/line/cube.svg) center/contain no-repeat;
  margin:0 100px;
  opacity:.85;
}

/* ВНУТРЕННИЕ ТЕКСТЫ (источник для оверлея) */
.ticker__tooltip{ display:none; }

/* ЕДИНЫЙ ОВЕРЛЕЙ ПО ЦЕНТРУ .line */
.line__overlay{
  position:absolute;
  z-index:2;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  padding:20px;
  border-radius:8px;
  box-shadow:0 12px 40px rgba(0,0,0,.18);
  min-width:320px;
  max-width:547px;
  width:max-content;
  pointer-events:none;  /* не мешает уводить курсор с текста */
  opacity:0;
  transition:opacity .18s ease, transform .18s ease;

  font-family:Nekst, sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:16px;
  line-height:115%;
  letter-spacing:-0.02em;
  color:rgba(1,19,50,.5);

  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
  hyphens:auto;
}
.line__overlay.is-visible{
  opacity:1;
  transform:translate(-50%,-50%) scale(1.0);
}

/* Бесконечная прокрутка: сдвоенный контент => -50% */
@keyframes ticker-move{
  0%   { transform:translateX(0); }
  100% { transform:translateX(-50%); }
}

.header_nav_btn {
    display: none;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}

.production_element {
    display: none;
}

.menu {
    display: none;
}

:root{
  --c-text:#011332;
  --c-text-60: rgba(1,19,50,0.6);
  --radius-8: 8px;
}

main::before{
  content:"";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  z-index: 9980;
}
main.is-modal-open{ overflow: hidden; }
main.is-modal-open::before{ opacity: 1; pointer-events: auto; }

/* модалка */
.catalog_modal{
  position: fixed;
  inset: 0;
  z-index: 9991;
  pointer-events: none;            /* по умолчанию отключено */
}
.catalog_modal.is-open{ pointer-events: auto; } /* <— ВКЛЮЧАЕМ ПРИ ОТКРЫТИИ */

.catalog_modal__dialog{
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  opacity: 0;
  max-width: 47.92vw;
  width: min(92vw, 47.92vw);
  background: #fff;
  border-radius: 0.4167vw;
  border: 0.0521vw solid rgba(90, 92, 71, 0.08);
  padding: 3.9063vw;
  box-shadow: 0 0.9375vw 3.125vw rgba(0,0,0,.18);
  transition: transform .3s, opacity .3s;
  will-change: transform, opacity;
  pointer-events: auto;
  display: none;
}
.catalog_modal.is-open .catalog_modal__dialog{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  display: flex;
}
.catalog_modal__content{ width: 100%; }

.catalog_modal__close{
  position: absolute;
  top: 1.1458vw;
  right: 1.1458vw;
  border: none;
  background: transparent;
  cursor: pointer;
}
.catalog_modal__close:hover{ background: rgba(1,19,50,.06); }



.catalog_modal__title{
  margin: 0 0 0.8333vw;
  font-family: "Tactic Sans", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 3.2292vw;
  line-height: 95%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--c-text);
  text-align: center;
}
.catalog_modal__subtitle{
  margin: 0;
  font-family: "Nekst", sans-serif;
  font-weight: 400;
  font-style: Medium;
  font-size: 0.8333vw;
  line-height: 120%;
  color: var(--c-text-60);
  text-align: center;
}

.catalog_modal__form{
  margin-top: 1.6667vw;
  display: grid;
  gap: 1.6667vw;
}
.catalog_modal__fields{ display: grid; gap: 0.7292vw; }

.catalog_modal__field input{
  appearance: none; -webkit-appearance: none;
  width: 100%;
  padding: 1.6146vw 1.0417vw;
  background: #fff;
  border-radius: 0.4167vw;
  border: 0.0521vw solid rgba(90, 92, 71, 0.04);
  box-shadow: 0.1042vw 0.2604vw 0.4375vw rgba(0,0,0,0.08);
  font-family: "Nekst", sans-serif;
  font-size: 0.8333vw;
  line-height: 120%;
  color: var(--c-text);
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.catalog_modal__field input::placeholder{ color: rgba(1,19,50,0.5); }
.catalog_modal__field input:focus{
  border-color: rgba(90,92,71,0.18);
  box-shadow: 0 0 0 0.2083vw rgba(90,92,71,0.08), 0.1042vw 0.2604vw 0.4375vw rgba(0,0,0,0.08);
}

.catalog_modal__submit{
  width: -webkit-fill-available;
  padding: 2.4479vw 1.0417vw;
  border: none;
  text-align: center;
  border-radius: 0.3125vw;
  cursor: pointer;
  background: rgba(90, 92, 71, 1);
  color: #fff;
  text-transform: uppercase;
  font-family: "Tactic Sans", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 0.8354vw;
  line-height: 150%;
  letter-spacing: -0.011em;
  transition: .3s ease;
}
.catalog_modal__submit:hover{ background: #011332; }
.catalog_modal__submit:active{ transform: translateY(0.0521vw); }

@media (max-width: 768px){
  .form_option {
      padding: 18px 20px;
      transform: translateY(calc(100% - 1.1vw));
  }
    .form_option_btn {
        font-size: 16px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
  .catalog_modal__dialog{
    max-width: 345px;
    width: 345px;
    padding: 32px 20px 28px;
    border-radius: 8px;
    border: 1px solid rgba(90, 92, 71, 0.08);
    box-shadow: 0 18px 60px rgba(0,0,0,.18);
  }
    
  .catalog_modal__close{
    top: 12px;
    right: 12px;
  }

  .catalog_modal__title{
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 95%;
  }

  .catalog_modal__subtitle{
    font-size: 16px;
    line-height: 120%;
  }

  .catalog_modal__form{
    margin-top: 24px;
    gap: 24px;
  }
  .catalog_modal__fields{ gap: 14px; }

  .catalog_modal__field input{
    padding: 20px 10px;
    border-radius: 8px;
    border: 1px solid rgba(90, 92, 71, 0.04);
    box-shadow: 2px 5px 8.4px rgba(0,0,0,0.08);
    font-size: 14px;
    line-height: 120%;
  }
  .catalog_modal__field input:focus{
    box-shadow: 0 0 0 4px rgba(90,92,71,0.08), 2px 5px 8.4px rgba(0,0,0,0.08);
  }

  .catalog_modal__submit{
    padding: 24px 5px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 150%;
  }
}



/* АДАПТИВ */
@media (max-width:1200px){
  .ticker__title{ font-size:38px; }
  .line__overlay{ min-width:280px; }
}
@media (max-width:768px){
  .ticker__title{ font-size:28px; }
  .ticker__sep{ margin:0 60px; }
  .ticker__group{ gap:60px; }
}
@media (max-width:480px){
  .ticker__title{ font-size:22px; }
  .ticker__sep{ margin:0 42px; }
  .line__overlay{ min-width:240px; padding:16px; }
}

@media(max-width: 769px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: flex;
    }
    header {
        padding: 10px 0px;
    }
    .header_nav {
        display: none;
    }
    .header_logo img {
        width: 228px;
    }
    .header_col {
        padding: 4.5px 0px; 
        margin: 0;
    }
    .header_nav_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 35px;
        border-radius: 5.83px;
        background: rgba(90, 92, 71, 1);
    }
    .intro_container {
        padding: 17px 14px;
        min-height: calc(calc(100vh - 64px - 3vh))!important;
        border-radius: 14px;
    }
    .intro_line {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 32px;
    }
    .language_switch {
        font-family: Tactic Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 11.77px;
        leading-trim: NONE;
        line-height: 110.00000000000001%;
        letter-spacing: 20%;
        text-transform: uppercase;

        gap: 19px;
    }
    .intro_title {
        font-size: 10.5vw;
    }
    .intro_container {
        background-image: url(../image/intro/bg_mob.png);
    }
    .intro_container .intro_line:last-child {
        flex-direction: column;
    }
    .intro_text {
        font-family: Nekst;
        font-weight: 400;
        font-style: Medium;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 110.00000000000001%;
        letter-spacing: -2%;
        max-width: inherit;
    }
    .intro_contacts_up {
        font-family: Tactic Sans;
        font-weight: 500;
        font-style: Regular;
        font-size: 11.77px;
        leading-trim: NONE;
        line-height: 110.00000000000001%;
        letter-spacing: 20%;
        text-transform: uppercase;
    }
    .intro_contacts_down {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
    }
    .intro_contacts {
        gap: 12px;
        padding-bottom: 35px;   
    }
    .solutions {
        height: auto;
        padding: 60px 0px;
    }
    .solutions_col {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 44px;
        flex-direction: column;
    }
    .solutions_r {
        display: flex;
        flex-direction: column;
        width: -webkit-fill-available;
    }
    .solutions_title {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 95%;
        letter-spacing: -2%;
        text-transform: uppercase;

    }
    .solutions_point span {
        font-family: Tactic Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -2%;
        text-transform: uppercase;
    }
    .solutions_r_title {
        font-family: Tactic Sans;
        font-weight: 500;
        font-style: Regular;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-align: right;
        text-transform: uppercase;
    }
    .solutions_r_title img {
        width: 44px;
        height: 44px;
    }
    .solutions_text {
        font-family: Nekst;
        font-weight: 400;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 114.99999999999999%;
        letter-spacing: -2%;
    }
    .main_btn {
        height: 80px;
        gap: 7px;
    }
    .main_btn img {
        width: 17px;
    }
    .main_btn {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
        margin-top: 44px;
    }
    .about {
        height: auto;
        padding-left: 0;
        flex-direction: column;
    }
    .about_l {
        padding: 0 12px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .about_l h2 {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 95%;
        letter-spacing: -2%;
        text-transform: uppercase;
        padding-bottom: 32px;
        margin-bottom: 0;
    }
    .about_us_text {
        font-family: Nekst;
        font-weight: 400;
        font-style: Medium;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 103%;
        letter-spacing: -3%;
        max-width: 100%;
    }
    .about_us_text_swiper {
        max-width: 100%;
    }
    .about_us_dots {
        gap: 3px;
        margin-top: 32px;
        margin-bottom: 40px;    
    }
    .about_dot {
        width: 8px;
        height: 8px;
    }
    .about_numbers {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 110.00000000000001%;
        letter-spacing: -2%;
        text-align: center;
        text-transform: uppercase;

    }
    .about_numbers_text {
        font-family: Nekst;
        font-weight: 500;
        max-width: 114px;
        font-style: Medium;
        font-size: 8px;
        leading-trim: NONE;
        line-height: 94%;
        letter-spacing: 0%;
        text-align: center;

    }
    .production {
        padding: 60px 0px;
    }
    .production_col {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        padding-bottom: 24px;
        flex-direction: column;
    }
    .about_r img.about_logo {
        width: 154px;
        top: 24px;
        right: 12px;
    }
    .production_title {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 95%;
        letter-spacing: -2%;
        text-transform: uppercase;

    }
    .production_text {
        font-family: Tactic Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 99%;
        letter-spacing: 0%;
        max-width: inherit;
    }
    .production_text br {
        display: none;
    }
    .production_block {
        font-family: Nekst;
        font-weight: 400;
        font-style: Medium;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
        padding: 9.5px 20px;
        width: -webkit-fill-available;
    }
    .production_size {
        margin-top: -11px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .production_table {

    }
    .production_table {
        min-width: 1113px;
        position: absolute;
        height: 612px;
        left: 0;
        top: 0;
    }
    .production_overflow {
        overflow-y: hidden;
        position: relative;
        height: 612px;
        margin-bottom: 24px;
    }
    .production_element {
        position: sticky;
        left: 0;
        display: flex;
        bottom: 0;
        top: 0;
        z-index: 1;
    }
    .proposition {
        height: auto;
        min-height: inherit;
        padding: 60px 0px;
    }
    .proposition_title {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;

    }
    .proposition_grid {
        display: grid
    ;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .proposition_block {
        padding: 16px;
        border-radius: 8px;
        background: #0000001A;
        border: 1px solid #FFFFFF1A;
        display: flex
    ;
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }
    .produce_block_title br {
        display: none;
    }
    .proposition_block h4 {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 120%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
        padding-right: 10px;
    }
    .proposition_block.wide {
        grid-column: span 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .proposition_block_icon {
        width: 32px;
        height: 32px;
    }
    .product_action {
        padding-top: 44px;
    }
    .proposition_block_icon img {
        width: 15px;
    }
    .product_action a {
        padding: 30px 60px;
        width: -webkit-fill-available;
        text-align: center;
        margin: 0 2.43vw;
        border-radius: 6px;
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;

    }
    .proposition_block .proposition_wide_text span:first-child {
        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
    }
    .proposition_block .proposition_wide_text span:last-child {
        font-family: Nekst;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 114.99999999999999%;
        letter-spacing: -2%;

    }
  .produce{
    padding: 60px 0;
  }

  /* трек */
  .produce_swiper{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;          /* чтобы первая/последняя красиво центрировались */
    padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;                   /* даём горизонтальный свайп */
  }

  /* скрыть полосы прокрутки */
  .produce_swiper::-webkit-scrollbar{ display:none; }
  .produce_swiper{ scrollbar-width: none; }

  /* кнопки/стрелки прячем */
  .produce_slide{ display: none; }

  /* карточка */
  .produce_block{
    flex: 0 0 86%;                         /* ширина слайда (можешь поставить 100% или 320px) */
    
    height: 400px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;

    /* фоновые изображения уже выставляешь inline через background-image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    /* прилипаем к центру при скролле */
    scroll-snap-align: center;
    scroll-snap-stop: always;              /* фиксируется на слайде */
  }

  /* заголовок секции */
  .produce_title{
    font-family: "Tactic Sans";
    font-weight: 700;
    font-style: Regular;
    font-size: 32px;
    line-height: 95%;
    letter-spacing: -0.02em;               /* вместо -2% */
    text-transform: uppercase;
        padding: 0 2.43vw;
  }
    .form_select {
        margin-top: 10px;
    }
  /* бейдж «Матеріал …» */
  .produce_material{
    position: absolute;
    top: 14px;
    right: 12px;
    font-family: "Nekst";
    font-weight: 400;
    font-style: Medium;
    font-size: 12px;
    line-height: 115%;
    letter-spacing: -0.02em;
  }

  /* подпись карточки */
  .produce_block_title{
    font-family: "Tactic Sans";
    font-weight: 700;
    font-style: Regular;
    font-size: 14px;
    padding-top: 8px;
    line-height: 120%;
      padding-right: 0px;
    letter-spacing: -0.011em;
    text-transform: uppercase;
  }
    .produce .container_full {
        padding: 0;
    }
  .produce_swiper a{
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 100%;    
    scroll-snap-align: center;
    scroll-snap-stop: always;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .line__overlay {
        max-width: 90%;
    }
    .ticker__title img {
        position: absolute;
        top: 0;
        right: -20px;
        width: 16px;
    }
    .process_col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .process_x, .process_y {
        display: none;
    }
    .process_block {
        padding: 12px;
        box-shadow: 0.14vw 0.35vw 0.58vw 0 #00000014;
        border: 1px solid rgba(0, 0, 0, 0.17);
        display: flex;
        gap: 12px;
        justify-content: flex-start;
        border-radius: 8px;
    }
    .process_text div:first-child {
        font-family: "Tactic Sans";
        font-weight: 700;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
    }
    .process_title {
        font-family: "Tactic Sans";
        font-weight: 700;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 95%;
        letter-spacing: -2%;
        text-transform: uppercase;

    }
    .process {
        padding: 60px 0px;
    }
    .process_text div:last-child {
        font-family: Nekst;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 114.99999999999999%;
        letter-spacing: -2%;

    }   
    .gallery {
        height: 70vh;
    }
    .form {
        padding: 60px 0px;
    }
    .form_title {
        font-family: "Tactic Sans";
        font-weight: 700;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 95%;
        letter-spacing: -2%;
        text-transform: uppercase;
    }
    .form_col {
        display: flex
    ;
        padding-top: 7.22vw;
        gap: 20px;
        position: relative;
        justify-content: center;
        flex-direction: column;
    }
    .form_col_title {
        font-family: "Tactic Sans";
        font-weight: 700;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
        font-variant-numeric-figure: lining-nums;
        font-variant-numeric-spacing: proportional-nums;

    }
    .form_select_up {
        padding: 18px 20px;
        border-radius: 8px;
        font-family: Nekst;
        font-weight: 400;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 114.99999999999999%;
        letter-spacing: -2%;

    }
    .form_select_up img {
        width: 20px;
    }
    .form_dashed {
        border-top: 0.07vw dashed rgba(0, 0, 0, 0.17);
        width: 100%;
    }
    .form_col_input input {
        padding: 31px 20px;
        font-family: Nekst;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 114.99999999999999%;
        letter-spacing: -2%;

    }
    .form_action_btn {
        height: 80px;
        border-radius: 6px;

        font-family: "Tactic Sans";
        font-weight: 700;
        font-style: Regular;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
    }
    .contacts_title {
        font-family: "Tactic Sans";
        font-weight: 700;
        margin-bottom: 44px;
        font-style: Regular;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 95%;
        letter-spacing: -2%;
        text-transform: uppercase;

    }
    .contacts_col {
        display: flex
    ;
        justify-content: space-between;
        padding: 0;
        gap: 44px;
        flex-direction: column;
    }
    .contacts_block_title {
        font-family: "Tactic Sans";
        font-weight: 700;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-transform: uppercase;
        font-variant-numeric-figure: lining-nums;
        font-variant-numeric-spacing: proportional-nums;
        margin-bottom: 4px;
    }
    .contacts_block_link {
        padding-bottom: 8px;
        margin-top: 20px;
    }
    .contacts_block_link img {
        width: 14px;
    }
    .contacts_line {
        display: none;
    }
    .contacts {
        padding: 60px 0px;
    }
    footer {
        padding-bottom: 20px;
    }
    footer .container_full {
        padding: 0;
    }
    .footer_up {
        padding: 32px 65px;
        flex-direction: column;
        gap: 24px;
    }
    .footer_up a {
        font-family: Tactic Sans;
        font-weight: 400;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 2%;
        text-transform: uppercase;
/*        border-bottom: 1px solid rgba(102, 102, 102, 1);*/
    }
    .footer_up a img {
        width: 20px;
    }
    .footer_center {
        padding: 60px 12px;
        flex-direction: column;
        gap: 55px;
    }
    .footer_nav {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        gap: 55px;
        flex-direction: column;
    }
    .footer_nav a {
        font-family: Tactic Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 50%;
        text-transform: uppercase;
    }
    .footer_center img {
        width: 228px;
    }
    .footer_under a img {
        width: 171px;
    }
    .footer_under div {
        font-family: Nekst;
        font-weight: 400;
        font-style: Light;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 2%;
    }
    .footer_under {
        display: flex;
        padding: 0 12px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .intro {
        padding-top: 16.8vw;
    }
    /* БАЗА: меню всегда в потоке (fixed), но невидимо и не кликабельно */
    .menu {
      position: fixed;
      left: 0; right: 0; top: 50px; /* твой оффсет 50px */
      width: 100%;
      height: calc(100vh - 50px);

      display: flex;                 /* display не трогаем! */
      flex-direction: column;
      align-items: center;
      gap: 44px;
      padding: 44px 2.43vw;
      background: #fff;

      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(-8px);
      transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear .3s; /* прячем видимость после затухания */
    }

    /* ОТКРЫТО */
    .menu.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
      transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s; /* сразу делаем видимым */
    }

    /* (опционально) Блокируем скролл страницы при открытом меню */
    .body-no-scroll {
      overflow: hidden;
    }

    /* уважение к пользователям, кто отключил анимации */
    @media (prefers-reduced-motion: reduce) {
      .menu { transition: none; transform: none; }
    }

    .menu .header_btn {
        padding: 13.5px;
        width: -webkit-fill-available;
        text-align: center;
        border-radius: 6px;

        font-family: Tactic Sans;
        font-weight: 700;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 50%;
        text-transform: uppercase;

    }
    .menu a {
        font-family: Tactic Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 50%;
        text-transform: uppercase;
    }
    .menu .language_switch a.active {
        color: rgba(22, 22, 22, 1);
    }
    .menu .language_switch {
        position: absolute;
        bottom: 50px;
    }
}










































