/* ==================================================
   USER-CLEAN-V4.1.CSS
   Безопасная чистка после аудита файла user (5).css.

   Что сделано в v4:
   - убраны явные дубли и каскадный шум в header/offcanvas;
   - объединены повторные правила .header-topblock-2;
   - очищены предварительные .eng-spec-list правила;
   - объединены повторные стили footer-кнопок;
   - объединён мобильный дубль .gate-clients__footer;
   - удалены ранние простые дубли .arma-table/.arma-table-wrap и .arma-card--scheme,
     где ниже уже есть финальные рабочие слои;
   - сохранены legacy gate-* / eng-* блоки, которые ещё могут использоваться на старых материалах;
   - восстановлен ARMA QUICK NAV / FACTS LINKS для .arma-facts--nav и .arma-facts__action.
   ================================================== */

/* ==================================================
   01. FONTS / BASE
   ================================================== */

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}body{
font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #222;
  line-height: 1.6;
  font-size: 16px;
}h1,
h2,
h3{
font-weight: 600; color: #111;
}h1{
font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.0;
  margin-top: 0.5em;
}h2{
font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 1.2em;
}a:not([class]){
text-decoration: none;
}input[type="submit"],
input[type="button"],
input[type="reset"]{
background-color: #c9ae8c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s;
}input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
background-color: #ffffff; 
  color: #003366;
}.container,
.container-fluid{
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5);
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5);
}
/* ==================================================
   02. HEADER / DESKTOP + MOBILE BAR
   ================================================== */

header.header.container-header{
  position: sticky;
  top: 0;
  z-index: 1035;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(41, 48, 91, 0.08);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}header .header-brand a{
  display: flex;
  align-items: center;
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}.header-enter p,
.header-enter .moduletable{
  margin: 0;
}.navbar-toggler{
  border: none;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
}.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23212529' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* ==================================================
   03. OFFCANVAS MENU / MOBILE NAVIGATION
   V3: общие .offcanvas-правила локализованы через #offcanvasMenu.
   ================================================== */

#offcanvasMenu,
#offcanvasMenu.offcanvas-end{
  background-color: #ffffff;
}#offcanvasMenu .btn-close{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 1px #000000 inset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}#offcanvasMenu .btn-close:hover{
  background-color: #e0e0e0;
}.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span{
  text-decoration: none;
  position: relative;
  color: #000;
}.header-brand,
.header-brand a,
.header-brand img,
.header-brand picture,
.header-brand svg{
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}.header-brand a:focus,
.header-brand a:active,
.header-brand a:hover,
.header-brand a:focus-visible,
header .header-brand a,
header .header-brand a img{
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}.header-brand > *,
.header-topblock-1 > *,
.header-topblock-2 > *,
.header-enter > *{
  width: 100%;
}.header-menu-wrap,
.header-menu-row{
  background: #ffffff;
}


@media (max-width: 991.98px) {header.header .header-menu{
     position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1035;
    width: 100%;
  }
.header-mobile-bar .header-brand img,
.header-mobile-bar .header-brand svg{
    width: auto;
  }header.header .navbar-toggler{
    margin: 0;
    margin-left: auto;
    padding: 0;
  }.header-mobile-bar .navbar-toggler:hover,
.header-mobile-bar .navbar-toggler:focus{
    border-color: rgba(41, 48, 91, 0.34);
    box-shadow: 0 6px 16px rgba(41, 48, 91, 0.10);
  }
}
.header-info{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}.header-desktop-grid{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: 22px;
  min-height: 94px;
}.header-brand{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 160px;
  height: auto;
}.header-brand img{
  display: block;
  width: auto;
  height: auto;
  max-width: 205px;
}.header-menu{
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.header-menu .moduletable{
  width: 100%;
  margin: 0;
}.header-menu .mod-menu{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}.header-menu .mod-menu > li{
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
}.header-menu .mod-menu > li > a,
.header-menu .mod-menu > li > button,
.header-menu .mod-menu > li > span,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 0 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #1f1f1f;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: color .25s ease, background-color .25s ease;
}.header-menu .mod-menu > li > a:hover,
.header-menu .mod-menu > li > a:focus,
.header-menu .mod-menu > li > button:hover,
.header-menu .mod-menu > li > button:focus,
.header-menu .mod-menu > li.current > a,
.header-menu .mod-menu > li.active > a,
.header-menu .mod-menu > li.current > button,
.header-menu .mod-menu > li.active > button,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a{
  color: #29305b;
  text-decoration: none;
}.header-menu .mod-menu > li > a::after,
.header-menu .mod-menu > li > button::after,
.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after{
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 22px;
  height: 3px;
  border-radius: 10px;
  background: transparent;
  transition: background-color .25s ease, transform .25s ease;
  transform: scaleX(.7);
}.header-menu .mod-menu > li > a:hover::after,
.header-menu .mod-menu > li > a:focus::after,
.header-menu .mod-menu > li > button:hover::after,
.header-menu .mod-menu > li > button:focus::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a:hover::after,
.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a::after{
  background: #29305b;
  transform: scaleX(1);
}.header-enter{
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
  margin-left: 0;
}.header-enter .gate-hero-text__btn,
.header-enter .wjcallback-link{
  min-width: 178px;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1299px) {.header-desktop-grid{
    column-gap: 18px;
  }.header-menu .mod-menu > li > a,
.header-menu .mod-menu > li > button,
.header-menu .mod-menu > li > span,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a{
    padding: 0 11px;
    font-size: 15px;
  }.header-menu .mod-menu > li > a::after,
.header-menu .mod-menu > li > button::after,
.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after{
    left: 11px;
    right: 11px;
  }.header-enter .gate-hero-text__btn,
.header-enter .wjcallback-link{
    min-width: 166px;
    padding: 12px 16px;
    font-size: 15px;
  }
}
/* ==================================================
   04. MAIN HERO / HOME BANNER
   ================================================== */

.hero-banner{
  position: relative;
  overflow: hidden;
}.hero-banner__content{
    padding-bottom: 54px;
}
.hero-banner__inner{
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}
/* Контент выше декоративных слоёв */
.hero-banner__inner .container,
.hero-banner__inner .row,
.hero-banner__inner .gate-hero-text{
  position: relative;
  z-index: 3;
}.hero-banner__content h1,
.hero-banner__content h2,
.hero-banner__content h3{font-weight: 700;line-height: 1.08;color: #111;margin-bottom: 34px;}.hero-banner__content p{
margin: 0 0 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #222;
}.hero-banner__content a[href^="tel:"]{
display: inline-block;
  margin-top: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  text-decoration: none;
}.hero-banner__content a[href^="tel:"]:hover{
color: #353761;
  text-decoration: none;
}

@media (max-width: 991.98px) {.hero-banner__inner{
min-height: 420px;
    background-position: 68% center;
}.hero-banner__content{
max-width: 470px;
    padding: 50px 0 60px;
}
}

@media (max-width: 767.98px) {.hero-banner__inner{
min-height: 340px;
    align-items: flex-start;
    background-position: 72% center;
}.hero-banner__content{
max-width: 100%;
    padding: 34px 0 42px;
}.hero-banner__content h1{
margin-bottom: 18px;
}.hero-banner__content p{
font-size: 1rem;
    line-height: 1.5;
}.hero-banner__content a[href^="tel:"]{
font-size: 1.9rem;
}
}

/* ==================================================
   05. LEGACY GATE / ENG LAYER
   В v2 удалён ранний BASIC FOOTER / LEGACY FOOTER RULES,
   потому что ниже есть основной рабочий FULL FOOTER BLOCK.
   ================================================== */

/* AUDIT-CANDIDATE: legacy gate hero. Оставлен для старого hero/header CTA и возможных старых материалов. */
.gate-hero-text{position: relative;padding: 44px 0px 14px;color: #1f2937;font-family: inherit;}.gate-hero-text__inner{
max-width: 760px;
}.gate-hero-text__content{
max-width: 640px;
}.gate-hero-text__overline{
display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid rgba(15, 143, 138, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, #27294c 0%, #52597e 100%);
}.gate-hero-text__title{margin: 0 0 18px;font-size: 52px;line-height: 1.02;font-weight: 800;letter-spacing: -0.02em;color: #111827;}.gate-hero-text__subtitle{max-width: 620px;margin: 0 0 28px;font-size: 21px;font-weight: 400;margin-top: 10px;line-height: 1.4;}.gate-hero-text__list{
margin: 0 0 34px;
  padding: 0;
  list-style: none;
}.gate-hero-text__list li:last-child{
margin-bottom: 0;
}.gate-hero-text__list li:before{
content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #27284b;
  box-shadow: inset 0 0 0 4px #ffffff;
}.gate-hero-text__actions{
display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
}.gate-hero-text__btn{
display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  transition: all .25s ease;
}.gate-hero-text__btn--primary{
color: #ffffff !important;
  background: #27284b;
  border: 1px solid #27284b;
  box-shadow: 0 10px 24px rgba(39, 40, 75, 0.18);
}.gate-hero-text__btn--primary:hover,
.gate-hero-text__btn--primary:focus{
color: #ffffff !important;
  background: #353761;
  border-color: #353761;
}.gate-hero-text__btn--secondary{
color: #1f2937 !important;
  background: #ffffff;
  border: 1px solid #d7dee7;
}.gate-hero-text__btn--secondary:hover,
.gate-hero-text__btn--secondary:focus{
color: #111827 !important;
  border-color: #27284b;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}


@media (max-width: 1199px) {.gate-hero-text{
padding: 42px 0;
}.gate-hero-text__title{
font-size: 48px;
}.gate-hero-text__subtitle{
font-size: 19px;
}.gate-hero-text__list li{
font-size: 18px;
}


}

@media (max-width: 991px) {.gate-hero-text{
padding: 34px 0;
}.gate-hero-text__title{
font-size: 40px;
}.gate-hero-text__subtitle{
font-size: 18px;
    line-height: 1.5;
}


}

@media (max-width: 767px) {.gate-hero-text{
padding: 24px 0;
}.gate-hero-text__overline{
margin-bottom: 12px;
    font-size: 12px;
}.gate-hero-text__title{
margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.06;
}.gate-hero-text__subtitle{
margin-bottom: 22px;
    font-size: 16px;
}.gate-hero-text__list{
margin-bottom: 26px;
}.gate-hero-text__list li{
margin-bottom: 12px;
    padding-left: 30px;
    font-size: 16px;
}.gate-hero-text__list li:before{
top: 5px;
    width: 16px;
    height: 16px;
}.gate-hero-text__actions{
gap: 10px;
}.gate-hero-text__btn{
width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 12px 20px;
    font-size: 16px;
}


}





/* AUDIT-CANDIDATE: legacy gate landing layer. Удалять только после подтверждения, что все страницы категорий переведены на arma-* и нет старых материалов с gate-* класcами. */

/* ==================================================
   08. GATE LANDING: STEPS / ADVANTAGES / DOCS / FAQ / CTA
   ================================================== */



.gate-advantages__subtitle{
font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
}


@media (max-width: 1199px) {.gate-advantages__subtitle{
font-size: 17px;
}
}

@media (max-width: 991px) {.gate-advantages__subtitle{
font-size: 16px;
    line-height: 1.65;
}


}

@media (max-width: 767px) {.gate-advantages__subtitle{
font-size: 15px;
    line-height: 1.6;
}


}











.gate-final-cta__inner{
display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 420px);
  gap: 24px;
  align-items: stretch;
  padding: 34px 32px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfb 100%);
  border: 1px solid #dfe9ec;
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}.gate-final-cta__list{
margin: 0;
  padding: 0;
  list-style: none;
}.gate-final-cta__list li{
position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
}.gate-final-cta__list li:last-child{
margin-bottom: 0;
}.gate-final-cta__list li:before{
content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #27284b;
}.gate-final-cta__actions{
display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  padding: 6px 0 6px 6px;
}.gate-final-cta__btn{
display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 14px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  transition: all .25s ease;
}.gate-final-cta__btn--primary{
color: #ffffff !important;
  background: #27284b;
  border: 1px solid #27284b;
  box-shadow: 0 10px 24px rgba(39, 40, 75, 0.18);
}.gate-final-cta__btn--primary:hover,
.gate-final-cta__btn--primary:focus{
color: #ffffff !important;
  background: #353761;
  border-color: #353761;
}.gate-final-cta__btn--secondary{
color: #1f2937 !important;
  background: #ffffff;
  border: 1px solid #d7dee7;
}.gate-final-cta__btn--secondary:hover,
.gate-final-cta__btn--secondary:focus{
color: #111827 !important;
  border-color: #27284b;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}.gate-final-cta__phone-label{
display: block;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}.gate-final-cta__phone-number{
display: block;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
}



@media (max-width: 1199px) {.gate-final-cta__phone-number{
font-size: 25px;
}
}

@media (max-width: 991px) {.gate-final-cta__inner{
grid-template-columns: 1fr;
    padding: 28px 24px;
    border-radius: 20px;
}.gate-final-cta__actions{
padding-left: 0;
}
}

@media (max-width: 767px) {.gate-final-cta__inner{
gap: 18px;
    padding: 22px 18px;
    border-radius: 16px;
}.gate-final-cta__list li{
margin-bottom: 10px;
    padding-left: 24px;
    font-size: 15px;
}.gate-final-cta__list li:before{
top: 7px;
    width: 10px;
    height: 10px;
}.gate-final-cta__actions{
gap: 12px;
}.gate-final-cta__btn{
min-height: 52px;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 12px;
}.gate-final-cta__phone-label{
margin-bottom: 5px;
    font-size: 13px;
}.gate-final-cta__phone-number{
font-size: 23px;
}


}.gate-steps__grid--flow .gate-steps__item{
position: relative;
  padding-right: 60px;
}.gate-steps__grid--flow .gate-steps__item:not(:last-child):after{
content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 2px;
  background: #d1d9e0;
  transform: translateY(-50%);
}.gate-steps__grid--flow .gate-steps__item:not(:last-child):before{
content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #d1d9e0;
}.gate-steps__cta{
display: flex;
  justify-content: flex-end;
  margin-top: 26px;
  position: relative;
}.gate-steps__cta:before{
content: "";
  position: absolute;
  top: 50%;
  right: 180px;
  width: 60px;
  height: 2px;
  background: #d1d9e0;
}.gate-steps__cta:after{
content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 174px;
  border: 6px solid transparent;
  border-left-color: #d1d9e0;
}

@media (max-width: 991px) {.gate-steps__grid--flow .gate-steps__item{
padding-right: 20px;
}.gate-steps__grid--flow .gate-steps__item:before,
.gate-steps__grid--flow .gate-steps__item:after{
display: none;
}.gate-steps__cta:before,
.gate-steps__cta:after{
display: none;
}.gate-steps__cta{
justify-content: stretch;
}
}
/* AUDIT-CANDIDATE: legacy gate engineering layer. Проверить страницы продукции и категорий перед удалением. */

/* ==================================================
   09. GATE TECH / ENGINEERING BLOCKS
   ================================================== */

.gate-tech__form-title{
font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}.gate-tech__form-text{
font-size: 15px;
  color: #6b7280;
  margin-bottom: 16px;
}

.gate-hero-text__offer,
.gate-hero-text__diff{
max-width: 560px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55;
  background: #f7f9fb;
  border: 1px solid #dfe7ec;
}.gate-hero-text__offer{
margin: 18px 0 10px;
  color: #1f2d3d;
  border-left: 3px solid #27284b;
  font-weight: 600;
}.gate-hero-text__diff{
margin: 0 0 18px;
  color: #4b5d6f;
  border-left: 3px solid #b8c8d4;
  font-weight: 500;
}.gate-production-section,
.gate-maker-section,
.gate-risks-section,
.gate-buy-section{
padding: 26px 0;
}.gate-production,
.gate-maker,
.gate-risks,
.gate-buy{
padding: 24px 26px;
  background: #f8fafb;
  border: 1px solid #dfe6eb;
  border-radius: 12px;
}.gate-production__title,
.gate-maker__title,
.gate-risks__title,
.gate-buy__title{
margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #132235;
}.gate-production__text,
.gate-maker__text,
.gate-buy__text{
margin: 0 0 14px;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.7;
  color: #415466;
}.gate-production__list,
.gate-maker__list,
.gate-risks__list,
.gate-buy__list{
margin: 0;
  padding: 0 0 0 18px;
}.gate-production__list li,
.gate-maker__list li,
.gate-risks__list li,
.gate-buy__list li{
margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #34495e;
}.gate-production__list li:last-child,
.gate-maker__list li:last-child,
.gate-risks__list li:last-child,
.gate-buy__list li:last-child{
margin-bottom: 0;
}.gate-production{
background: #f7f9fb;
}.gate-maker{
background: #ffffff;
}.gate-risks{
background: #fff7f7;
  border-color: #f0dede;
}.gate-risks__title{
color: #1c2430;
}.gate-risks__note{
margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #8a5a5a;
}.gate-buy{
background: #f9fbfc;
}.gate-hero-text__list li{position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 34px;
  font-size: 19px;
  line-height: 1.45;
  color: #1f2937;
  margin-bottom: 8px;}

@media (max-width: 991px) {.gate-production,
.gate-maker,
.gate-risks,
.gate-buy{
padding: 20px 22px;
}.gate-production__title,
.gate-maker__title,
.gate-risks__title,
.gate-buy__title{
font-size: 24px;
}.gate-production__text,
.gate-maker__text,
.gate-buy__text,
.gate-production__list li,
.gate-maker__list li,
.gate-risks__list li,
.gate-buy__list li,
.gate-risks__note,
.gate-hero-text__offer,
.gate-hero-text__diff{
font-size: 14px;
}
}

@media (max-width: 767px) {.gate-production-section,
.gate-maker-section,
.gate-risks-section,
.gate-buy-section{
padding: 18px 0;
}.gate-production,
.gate-maker,
.gate-risks,
.gate-buy{
padding: 18px 16px;
    border-radius: 10px;
}.gate-production__title,
.gate-maker__title,
.gate-risks__title,
.gate-buy__title{
font-size: 21px;
    line-height: 1.25;
}.gate-production__text,
.gate-maker__text,
.gate-buy__text{
font-size: 14px;
    line-height: 1.65;
}.gate-production__list li,
.gate-maker__list li,
.gate-risks__list li,
.gate-buy__list li,
.gate-risks__note{
font-size: 13px;
    line-height: 1.55;
}.gate-hero-text__offer,
.gate-hero-text__diff{
margin-left: 0;
    margin-right: 0;
    padding: 11px 12px;
    font-size: 13px;
    line-height: 1.5;
}
}
/* AUDIT-CANDIDATE: legacy product detail layer. Оставлен, пока не проверены старые карточки продукции. */

/* ==================================================
   10. GATE PRODUCT / PRODUCT DETAIL LEGACY BLOCKS
   ================================================== */

.gate-hero{
display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 18px 0 8px;
}.gate-hero__content{
flex: 1 1 60%;
  min-width: 280px;
}.gate-hero__media{
flex: 1 1 40%;
  min-width: 260px;
}.gate-hero__title{
font-size: 32px;
  line-height: 1.15;
  margin: 8px 0 10px;
}.gate-hero__label{
font-size: 13px;
  opacity: 0.8;
}.gate-hero__subtitle{
font-size: 16px;
  opacity: 0.95;
  margin-bottom: 12px;
}.gate-hero__bullets{
margin: 0 0 14px;
  padding-left: 18px;
}.gate-hero__actions{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 8px;
}.gate-hero__note{
margin-top: 8px;
  font-size: 13px;
  opacity: 0.85;
}.gate-hero__media img{
width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}.gate-hero__media-caption{
margin-top: 8px;
  font-size: 12px;
  opacity: 0.8;
}.gate-spec-box{
margin-top: 16px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(0,0,0,0.03);
}.gate-spec-box__title{
margin: 0 0 10px;
  font-size: 18px;
}.gate-spec-box__note{
margin-top: 10px;
  font-size: 12px;
  opacity: 0.85;
}

@media (max-width: 991px) {.gate-hero{
flex-direction: column;
}.gate-hero__title{
font-size: 28px;
}
}.gate-mounting-section,
.gate-control-section,
.gate-design-section,
.gate-cases-section{
padding: 32px 0;
}.gate-mounting-section .gate-advantages__subtitle,
.gate-control-section .gate-advantages__subtitle,
.gate-cases-section .gate-advantages__subtitle{
max-width: 980px;
  font-size: 16px;
  line-height: 1.65;
  color: #475467;
}.gate-mounting-section + .gate-control-section,
.gate-control-section + .gate-design-section{
padding-top: 0;
}



@media (max-width: 767px) {.gate-mounting-section,
.gate-control-section,
.gate-design-section,
.gate-cases-section{
padding: 20px 0;
}.gate-mounting-section .gate-advantages__subtitle,
.gate-control-section .gate-advantages__subtitle,
.gate-cases-section .gate-advantages__subtitle{
font-size: 15px;
}
}
/* AUDIT-CANDIDATE: eng-* legacy layer. Часть правил уже заменяется универсальными arma-* блоками. Удалять только после проверки старых материалов. */
.eng-solution-note ul{
margin: 10px 0 0;
  padding-left: 18px;
}.eng-feature-list{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.eng-request-box__left,
.eng-cta-card{
padding: 18px;
}.eng-request-box__left h3,
.eng-cta-card h3{
margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}.eng-request-box__left p,
.eng-cta-card p{
margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
}.eng-cta-meta{
display: grid;
  gap: 10px;
}
.eng-solution-note{padding: 16px;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;}.eng-solution-note strong{
display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #101828;
}.eng-solution-note li{margin-bottom: 7px;
  line-height: 1.5;
  font-size: 14px;
  color: #475467;}.eng-feature-item{padding: 14px;
  border-radius: 12px;
  border: 1px solid #d9e2ec;
  background: #f8fafc;}.eng-feature-item strong{display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #101828;}.eng-feature-item p{margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #475467;}.eng-spec-list{
margin: 0;
  padding: 0;
  list-style: none;
}.eng-spec-list li{display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e6edf5;}.eng-spec-list li:last-child{
border-bottom: 0;
  padding-bottom: 0;
}.eng-spec-list span{flex: 0 0 42%;
  font-size: 14px;
  line-height: 1.45;
  color: #667085;}.eng-spec-list strong{flex: 1 1 auto;
  text-align: right;
  font-size: 14px;
  line-height: 1.45;
  color: #101828;}.eng-request-box{display: grid;
  grid-template-columns: minmax(0, 1.45fr) 300px;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;}.eng-request-box__left{
background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  padding: 18px;
}.eng-request-box__left h3{
margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #101828;
}.eng-request-box__left p{
margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #475467;
}.eng-request-points{display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;}.eng-request-points span{font-size: 13px;
  line-height: 1.3;
  padding: 8px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9e2ec;
  background: #f8fafc;
  color: #344054;}.eng-doc-strip{display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;}.eng-doc-strip__item{padding: 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #d9e2ec;}.eng-doc-strip__item strong{display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.35;
  color: #101828;}.eng-doc-strip__item span{font-size: 13px;
  line-height: 1.5;
  display: block;
  color: #475467;}.eng-cta-card{
background: #434c7e;
  color: #fff;
  border-radius: 14px;
  padding: 18px;
}.eng-cta-card h3{
margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}.eng-cta-card p{
margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}.eng-cta-actions{display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;}.eng-btn{text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;}.eng-btn--primary{
background: #27284b;
  color: #fff;
}.eng-btn--secondary{
border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  background: transparent;
}.eng-cta-meta__item strong{display: block;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255,255,255,0.78);
  text-transform: uppercase;
  letter-spacing: 0.02em;}.eng-cta-meta__item span{font-size: 13px;
  line-height: 1.45;
  display: block;
  color: #fff;}


@media (max-width: 1199px) {.eng-request-box{
grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.eng-request-box__left,
.eng-cta-card,
.eng-solution-note{
padding: 16px;
}.eng-feature-list,
.eng-doc-strip{
grid-template-columns: 1fr;
}.eng-spec-list li{
flex-direction: column;
    gap: 4px;
}.eng-spec-list strong{
text-align: left;
}
}
/* CLEAN-V3: legacy-блок контактов gate-contacts-* удалён. Новый слой контактов работает на arma-contacts-*. */
/* =========================
   WEDAL CALLBACK / INLINE FORM
   ARMATEP STYLE
   ========================= */

/* popup window */
.wjcallbackform .modal-content{
  max-width: 560px;
  margin: auto;
  border: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  font-family: inherit;
  padding: 20px;
}
/* header */
.wjcallbackform .modal-header{
  position: relative;
  border-bottom: none;
  padding: 26px 28px 8px;
}.wjcallbackform .modal-title,
.wjcallbackform .modal-header h5{
  margin: 0;
  padding-right: 56px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #172033;
}
/* close button */
.wjcallbackform .btn-close{
  position: absolute;
  top: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #dbe2ee;
  border-radius: 10px;
  background-color: #fff;
  background-size: 14px;
  opacity: 1;
  box-shadow: none;
  transition: all 0.2s ease;
}.wjcallbackform .btn-close:hover{
  background: #f4f7fb;
  border-color: #c8d3e3;
}.wjcallbackform .btn-close:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(39, 40, 75, 0.14);
}
/* body */
.wjcallbackform .modal-body{
  padding: 8px 28px 0;
}
/* helper text */
.wjcallbackform .infomtext,
.wjcallbackform .one-click-desc{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #41506b;
}
/* groups */
.wjcallbackform .control-group,
.wjcallbackform .form-group{
  margin-bottom: 18px;
}
/* labels */
.wjcallbackform .control-label label,
.wjcallbackform label{
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #1f2937;
}
/* fields */
.wjcallbackform input[type="text"],
.wjcallbackform input[type="tel"],
.wjcallbackform input[type="email"],
.wjcallbackform textarea,
.wjcallbackform .form-control{
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid #d6dfeb;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
  color: #172033;
  transition: all 0.2s ease;
  box-sizing: border-box;
}.wjcallbackform textarea{
  min-height: 110px;
  resize: vertical;
}.wjcallbackform input::placeholder,
.wjcallbackform textarea::placeholder{
  color: #8a94a6;
  opacity: 1;
}.wjcallbackform input[type="tel"]{
  font-variant-numeric: tabular-nums;
}.wjcallbackform input[type="tel"]::placeholder{
  letter-spacing: 0.2px;
}.wjcallbackform input:focus,
.wjcallbackform textarea:focus,
.wjcallbackform .form-control:focus{
  border-color: #27284b;
  box-shadow: 0 0 0 4px rgba(39, 40, 75, 0.10);
  outline: none;
}
/* consent block */
.wjcallbackform .control-group.tos_box{
  margin-top: 8px;
  margin-bottom: 10px;
}.wjcallbackform .control-group.tos_box .controls{
  display: flex;
  align-items: flex-start;
}.wjcallbackform .control-group.tos_box .form-check{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  min-height: auto;
  padding-left: 0;
}.wjcallbackform .control-group.tos_box .form-check-input{
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 1px 10px 0 0 !important;
  float: none;
  border: 2px solid #c4d1df;
  border-radius: 6px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease;
}.wjcallbackform .control-group.tos_box .form-check-input:hover{
  border-color: #8db9c1;
}.wjcallbackform .control-group.tos_box .form-check-input:checked{
  border-color: #27284b;
  background-color: #282c53;
  box-shadow: 0 0 0 3px rgba(39, 40, 75, 0.14);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-image: var(--bs-form-check-bg-image);
}.wjcallbackform .control-group.tos_box .control-label,
.wjcallbackform .control-group.tos_box .form-check-label,
.wjcallbackform .control-group.tos_box label{
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #5b657a;
}.wjcallbackform .control-group.tos_box a{
  color: #2c3d73;
  text-decoration: underline;
  text-underline-offset: 2px;
}.wjcallbackform .control-group.tos_box a:hover{
  color: #353761;
}
/* footer */
.wjcallbackform .modal-footer{
  display: flex;
  justify-content: flex-end;
  border-top: none;
  padding: 18px 28px 28px;
}
/* overlay */
#wjcallback-modal.show{
  background: rgba(15, 23, 42, 0.46);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
/* =========================
   INLINE FORM IN CARD
   ========================= */

.wjcallbackform{
  color: #172033;
}.wjcallbackform .form-validate{
  margin: 0;
}.wjcallbackform:not(.modal-content) .modal-header{
  padding: 0;
  margin-bottom: 16px;
  border-bottom: none;
  position: static;
}.wjcallbackform:not(.modal-content) .modal-title,
.wjcallbackform:not(.modal-content) .modal-header h5{
  padding-right: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #172033;
}.wjcallbackform:not(.modal-content) .modal-body{
  padding: 0;
}.wjcallbackform:not(.modal-content) .modal-footer{
  padding: 12px 0 0;
}

/* mobile */
@media (max-width: 767.98px) {.wjcallbackform .modal-content{
    max-width: calc(100% - 20px);
    border-radius: 16px;
  }.wjcallbackform .modal-header{
    padding: 22px 18px 8px;
  }.wjcallbackform .modal-body{
    padding: 8px 18px 0;
  }.wjcallbackform .modal-footer{
    padding: 16px 18px 22px;
  }.wjcallbackform .modal-title,
.wjcallbackform .modal-header h5{
    padding-right: 52px;
    font-size: 20px;
  }.wjcallbackform .btn-close{
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
  }.wjcallbackform button[type="submit"],
.wjcallbackform .btn-primary{
    width: 100%;
    min-width: 100%;
  }.wjcallbackform:not(.modal-content) .modal-header,
.wjcallbackform:not(.modal-content) .modal-body,
.wjcallbackform:not(.modal-content) .modal-footer{
    padding-left: 0;
    padding-right: 0;
  }
}
/* AUDIT-NOTE: исправлен битый комментарий, CSS-правила не изменены. */
.gate-popup-btn,
.gate-popup-btn:link,
.gate-popup-btn:visited{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: #27284b;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
  transition: background-color .2s ease, transform .2s ease;
  cursor: pointer;
}.gate-popup-btn:hover,
.gate-popup-btn:focus{
  background: #353761;
  color: #ffffff !important;
  text-decoration: none !important;
}.gate-popup-btn:active{
  background: #20213d;
  transform: translateY(1px);
}.gate-popup-btn:focus-visible{
  outline: 2px solid rgba(39, 40, 75, 0.22);
  outline-offset: 2px;
}
/* Если плагин выводит кнопку как button/input */
button.gate-popup-btn,
input.gate-popup-btn,
a.gate-popup-btn{
  appearance: none;
  -webkit-appearance: none;
}
/* Hero button */
.gate-hero-callback-btn,
.gate-hero-callback-btn:link,
.gate-hero-callback-btn:visited{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  background: #27284b;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(39, 40, 75, 0.22);
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
  cursor: pointer;
}.gate-hero-callback-btn:hover,
.gate-hero-callback-btn:focus{
  background: #353761;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(39, 40, 75, 0.26);
  transform: translateY(-1px);
}.gate-hero-callback-btn:active{
  background: #20213d;
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(39, 40, 75, 0.18);
}.gate-hero-callback-btn:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 4px rgba(39, 40, 75, 0.18),
    0 10px 24px rgba(39, 40, 75, 0.22);
}

@media (max-width: 767px) {.gate-hero-callback-btn,
.gate-hero-callback-btn:link,
.gate-hero-callback-btn:visited{
    min-width: 200px;
    min-height: 54px;
    padding: 13px 24px;
    font-size: 17px;
  }
}
/* AUDIT-NOTE: второй слой header. Он дополняет и частично перебивает ранние правила .header-topblock-2 и мобильной планки. Пока оставлен как активный рабочий слой. */

/* =========================
   HEADER FIX: LOGO + PHONE
   ========================= */

.header-brand .mod-custom,
.header-brand .mod-custom p{
  margin: 0;
  padding: 0;
}.header-brand .mod-custom{
  display: flex;
  align-items: center;
}.header-brand a{
  display: flex;
  align-items: center;
  min-height: 94px;
}
/* PHONE SEPARATION */
.header-topblock-2{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
  margin-left: 8px;
  padding-left: 22px;
  gap: 6px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}.header-topblock-2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 34px;
  background: rgba(41, 48, 91, 0.14);
  transform: translateY(-50%);
}.header-topblock-2 .mod-custom{
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  white-space: nowrap;
}.header-phone{
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}.header-phone__label{
  color: #4b5563;
  font-size: 15px;
  font-weight: 600;
}.header-phone__link{
  color: #29305b;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease;
}.header-phone__link:hover,
.header-phone__link:focus{
  color: #1f2550;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1299px) {.header-brand img{
    max-height: 46px;
  }.header-topblock-2{
    padding-left: 18px;
    margin-left: 6px;
    font-size: 15px;
  }.header-topblock-2::before{
    height: 30px;
  }.header-phone__label{
    font-size: 14px;
  }.header-phone__link{
    font-size: 15px;
  }
}.header-callback-btn{
  min-width: 178px;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 12px;
  background: #27284b;
  border: 1px solid #27284b;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: none;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}.header-callback-btn:hover,
.header-callback-btn:focus{
  background: #353761;
  border-color: #353761;
  color: #ffffff !important;
  text-decoration: none !important;
}.header-callback-btn:active{
  background: #20213d;
  border-color: #20213d;
}

@media (min-width: 992px) and (max-width: 1299px) {.header-callback-btn{
    min-width: 166px;
    min-height: 48px;
    padding: 11px 18px;
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {header.header.container-header{
    min-height: 64px;
    padding: 0.35rem 0.85rem;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1035;
    width: 100%;
  }.header-mobile-bar{
    min-height: 46px;
    gap: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }.header-mobile-bar .navbar-toggler{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(41, 48, 91, 0.16);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    flex: 0 0 44px;
  }
}
/* AUDIT-NOTE: второй слой offcanvas под фактический DOM. Он более точный, чем ранние общие правила #offcanvasMenu. Пока оставлен как активный рабочий слой. */

/* =========================================
   OFFCANVAS MENU — FIX FOR REAL HTML
   под твой фактический DOM
   ========================================= */

@media (max-width: 991.98px) {/* сама панель */
  #offcanvasMenu.offcanvas.offcanvas-end{
    width: min(82vw, 340px);
    background: #fff;
    border-left: 1px solid rgba(41, 48, 91, 0.08);
    box-shadow: -12px 0 26px rgba(15, 23, 42, 0.10);
  }
/* header */
  #offcanvasMenu .offcanvas-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
  }#offcanvasMenu .offcanvas-header .moduletable{
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
  }#offcanvasMenu .offcanvas-header .mod-custom a{
    display: flex;
    align-items: center;
  }#offcanvasMenu .offcanvas-header img{
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 46px;
  }#offcanvasMenu .btn-close{
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #d7deea;
    border-radius: 12px;
    background-color: #fff;
    background-size: 12px;
    box-shadow: none;
    opacity: 1;
  }
/* body */
  #offcanvasMenu .offcanvas-body{
    padding: 12px 18px 20px;
  }
/* меню */
  #offcanvasMenu .offcanvas-body > .moduletable{
    margin: 0;
  }#offcanvasMenu .mod-menu{
    margin: 0;
    padding: 0;
    list-style: none;
  }#offcanvasMenu .mod-menu > li{
    margin: 0;
    border-bottom: 1px solid rgba(41, 48, 91, 0.08);
  }#offcanvasMenu .mod-menu > li:first-child{
    border-top: 1px solid rgba(41, 48, 91, 0.08);
  }#offcanvasMenu .mod-menu > li > a,
#offcanvasMenu .mod-menu > li > button,
#offcanvasMenu .mod-menu > li > span{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 10px 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #1c243a;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
  }#offcanvasMenu .mod-menu > li > a:hover,
#offcanvasMenu .mod-menu > li > a:focus{
    color: #29305b;
    padding-left: 10px;
  }#offcanvasMenu .mod-menu > li.current > a,
#offcanvasMenu .mod-menu > li.active > a{
    color: #29305b;
  }
/* ==================================================
     ВАЖНО:
     реальные блоки снизу — это .mt-3 и .mt-4
     ================================================== */

  /* блок телефона */
  #offcanvasMenu .offcanvas-body > .mt-3{
    margin-top: 18px !important;   /* опустили ниже */
    padding-top: 38px;
  }#offcanvasMenu .offcanvas-body > .mt-3 .mod-custom{
    margin: 0;
  }#offcanvasMenu .header-phone{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
  }#offcanvasMenu .header-phone__label{
    color: #667085;
    font-size: 14px;
    font-weight: 600;
  }#offcanvasMenu .header-phone__link{
    color: #29305b;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }
/* блок кнопки */
  #offcanvasMenu .offcanvas-body > .mt-4{
    margin-top: 36px !important;   /* воздух между телефоном и кнопкой */
  }#offcanvasMenu .offcanvas-body > .mt-4 .moduletable{
    margin: 0;
  }#offcanvasMenu .header-callback-btn,
#offcanvasMenu .wjcallback-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: none;
  }
}

@media (max-width: 390px) {#offcanvasMenu.offcanvas.offcanvas-end{
    width: 84vw;
  }#offcanvasMenu .offcanvas-header{
    padding: 12px 14px;
  }#offcanvasMenu .offcanvas-body{
    padding: 10px 14px 18px;
  }#offcanvasMenu .offcanvas-header img{
    max-width: 172px;
    max-height: 42px;
  }#offcanvasMenu .offcanvas-body > .mt-3{
    margin-top: 20px !important;
  }#offcanvasMenu .offcanvas-body > .mt-4{
    margin-top: 18px !important;
  }
}
/* AUDIT-NOTE: основной рабочий footer-блок. Он должен иметь приоритет над BASIC FOOTER / LEGACY FOOTER RULES выше. */

/* =========================================
   FOOTER
   очищено: без дублей, без конфликтных пересечений
   ========================================= */

.footer{
  --footer-bg: #f4f8f8;
  --footer-title: #1f2937;
  --footer-text: #4b5563;
  --footer-link: #29305b;
  --footer-link-hover: #353761;
  --footer-border: #dbe8e8;
  --footer-divider: rgba(41, 48, 91, 0.10);
  --footer-divider-soft: rgba(41, 48, 91, 0.07);
  --footer-bottom-text: #667085;
  --footer-bottom-separator: #b0b8c1;

  margin-top: 48px;
  padding: 0;
  background: var(--footer-bg);
  color: var(--footer-title);
  border-top: 1px solid var(--footer-border);
}.footer .container{
  padding-top: 0;
  padding-bottom: 0;
}
/* =========================================
   ОСНОВНАЯ СЕТКА
   ========================================= */

.footer-main{
  padding: 42px 0 28px;
}.footer-main .row.g-4{
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
  align-items: flex-start;
}.footer-main .row.g-4 > [class*="col-"]{
  display: flex;
  align-items: flex-start;
}.footer-col{
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* =========================================
   БАЗОВАЯ ТИПОГРАФИКА
   ========================================= */

.footer h2,
.footer h3,
.footer h4,
.footer .module-title{
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--footer-title);
}.footer p{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--footer-text);
}.footer strong,
.footer b{
  color: var(--footer-title);
}
/* ==================================================
   11. FULL FOOTER BLOCK
   ================================================== */

/* =========================================
   МЕНЮ / СПИСКИ
   убираем конфликт с Bootstrap .nav
   ========================================= */

.footer .mod-menu,
.footer .mod-menu.nav{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}.footer .mod-menu > li{
  display: block;
  margin: 0 0 12px;
  padding: 0;
}.footer .mod-menu > li:last-child{
  margin-bottom: 0;
}.footer .mod-menu > li > a{
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}.footer .mod-menu > li > a:hover,
.footer .mod-menu > li > a:focus{
  text-decoration: none;
  color: var(--footer-link);
}
/* =========================================
   BRAND-БЛОК
   ========================================= */

.footer-brand{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
}.footer-brand__logo{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}.footer-brand__logo img{
  display: block;
  width: auto;
  height: auto;
  max-width: 230px;
}.footer-brand__text{
  margin-bottom: 0;
  max-width: 290px;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
  color: #3a4a5f;
}.footer-brand__cta{
  margin-top: 10px;
}.footer-contacts__note{
  margin: 14px 0 0;
  max-width: 250px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: #425266;
}
/* =========================================
   КНОПКИ В ФУТЕРЕ
   только структурные стили, без вмешательства в цветовые модификаторы
   ========================================= */

.footer-brand__cta > a,
.footer-contacts__cta > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
}.footer-contacts__cta{
  margin: 18px 0 16px;
}
/* =========================================
   КОНТАКТЫ
   ========================================= */

.footer-contacts p{
  font-size: 16px;
  line-height: 1.6;
}.footer-contacts p:last-child{
  margin-bottom: 0;
}.footer-contacts p a{
  color: var(--footer-link);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}.footer-contacts p a:hover,
.footer-contacts p a:focus{
  color: var(--footer-link-hover);
  text-decoration: none;
}

/* =========================================
   ВЕРТИКАЛЬНЫЕ РАЗДЕЛИТЕЛИ
   ========================================= */

@media (min-width: 1200px) {.footer-main .row.g-4 > [class*="col-xl"]{
    position: relative;
  }.footer-main .row.g-4 > [class*="col-xl"]:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 1px;
    height: calc(100% - 28px);
    background: var(--footer-divider-soft);
  }
}
/* =========================================
   НИЖНЯЯ ПОЛОСА
   ========================================= */

.footer-bottom{
  padding: 18px 0 22px;
  border-top: 1px solid var(--footer-divider);
}.footer-bottom .moduletable,
.footer-bottom .mod-custom{
  margin: 0;
}.footer-bottom,
.footer-bottom p,
.footer-bottom span,
.footer-bottom a{
  font-size: 14px;
  line-height: 1.6;
  color: var(--footer-bottom-text);
}.footer-bottom-line{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 7px;
}.footer-bottom-line__copy{
  margin-right: 24px;
  white-space: nowrap;
}.footer-bottom-line a{
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}.footer-bottom-line a:hover,
.footer-bottom-line a:focus{
  color: var(--footer-link);
  text-decoration: none;
}.footer-bottom-line a + a{
  padding-left: 10px;
}.footer-bottom-line a + a::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--footer-bottom-separator);
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1199.98px) {.footer-main{
    padding: 38px 0 24px;
  }.footer h2,
.footer h3,
.footer h4,
.footer .module-title{
    margin-bottom: 16px;
    font-size: 18px;
  }.footer p,
.footer .mod-menu > li > a,
.footer-contacts p{
    font-size: 15px;
  }.footer-brand{
    max-width: 100%;
  }.footer-brand__logo img{
    max-width: 220px;
  }.footer-brand__text{
    max-width: 320px;
    font-size: 16px;
  }.footer-contacts__note{
    max-width: 280px;
    font-size: 15px;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767.98px) {.footer{
    margin-top: 36px;
  }.footer-main{
    padding: 30px 0 18px;
  }.footer-main .row.g-4{
    --bs-gutter-x: 0;
    --bs-gutter-y: 22px;
  }.footer-col{
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(41, 48, 91, 0.08);
  }.footer-main .row.g-4 > [class*="col-"]:last-child .footer-col{
    padding-bottom: 0;
    border-bottom: 0;
  }.footer h2,
.footer h3,
.footer h4,
.footer .module-title{
    margin-bottom: 14px;
    font-size: 17px;
  }.footer p{
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.65;
  }.footer .mod-menu > li{
    margin-bottom: 10px;
  }.footer .mod-menu > li > a{
    font-size: 15px;
    line-height: 1.5;
  }.footer-brand__logo img{
    max-width: 190px;
  }.footer-brand__text{
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }.footer-brand__cta{
    margin-top: 16px;
  }.footer-brand__cta > a,
.footer-contacts__cta > a{
    width: 100%;
    max-width: 260px;
    min-width: 0;
    min-height: 48px;
    font-size: 15px;
    border-radius: 12px;
  }.footer-contacts__note{
    margin-top: 12px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
  }.footer-bottom{
    padding: 16px 0 18px;
  }.footer-bottom,
.footer-bottom p,
.footer-bottom span,
.footer-bottom a{
    font-size: 13px;
    line-height: 1.55;
  }.footer-bottom-line{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }.footer-bottom-line__copy{
    margin-right: 0;
  }.footer-bottom-line a + a{
    padding-left: 0;
  }.footer-bottom-line a + a::before{
    display: none;
  }
}
/* одинаковый размер кнопок в футере */
.footer-brand__cta,
.footer-contacts__cta{
  width: 260px;
}
/* =========================
   Блок "Среди наших заказчиков"
   ========================= */


.gate-clients__footer{
  padding: 14px 0 0;
  border-top: 1px solid #e3e9f2;
  text-align: center;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

/* Планшеты */


/* Мобильные */
@media (max-width: 767.98px) {.gate-clients__footer{
    font-size: 13px;
    text-align: left;
  }
}
/* =========================
   Блок "Сферы применения"
   ========================= */


/* Планшеты */


/* Мобильные */

/* =========================
   Финальный CTA-блок
   ========================= */


/* Планшеты */


/* Мобильные */

/* КНОПКА ТЗ — вторичная */

a.cta-btn-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid #cfd9e4;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease;
}a.cta-btn-outline:hover{
  background: #f8fbfd;
  border-color: #27284b;
  color: #0f172a;
  transform: translateY(-1px);
}a.cta-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 24px;
  border: none;
  border-radius: 14px;
  background: #27284b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease;
}a.cta-btn-primary:hover{
  background: #353761;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
/* =========================
   MOBILE FIX — TECH SECTION
   ========================= */

@media (max-width: 767.98px) {.table-responsive{
    overflow-x: auto;
  }
}
/* AUDIT-KEEP: основной новый слой дизайн-системы. Это приоритетная база для новых страниц. */

/* ==================================================
   ARMA DESIGN SYSTEM 2026
   Универсальные классы для контентных страниц
   ================================================== */

.arma-page{
  --arma-dark: #0f172a;
  --arma-text: #475569;
  --arma-muted: #64748b;
  --arma-border: #dfe7ef;
  --arma-border-soft: #e6ebf0;
  --arma-bg-soft: #f8fafc;
  --arma-bg-blue: #f1f2f7;
  --arma-accent: #27284b;
  --arma-accent-hover: #353761;
  --arma-radius-sm: 14px;
  --arma-radius-md: 18px;
  --arma-radius-lg: 24px;
  --arma-radius-xl: 26px;
  --arma-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.04);
  --arma-shadow-card: 0 12px 34px rgba(15, 23, 42, 0.06);
  --arma-shadow-hover: 0 14px 30px rgba(15, 23, 42, 0.08);

  color: var(--arma-dark);
}.arma-page *,
.arma-page *::before,
.arma-page *::after{
  box-sizing: border-box;
}.arma-container{
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}.arma-section{
  position: relative;
}.arma-section--facts{
  position: relative;
  z-index: 5;
  margin: -34px 0 42px;
}.arma-section--products{
  padding: 18px 0 24px;
}.arma-section--about{
  padding: 28px 0 12px;
}.arma-section--areas{
  padding: 34px 0 44px;
}.arma-section--clients{
  padding: 34px 0 44px;
}.arma-section--cta{
  padding: 28px 0 56px;
}
/* ==================================================
   COMMON BLOCKS
   ================================================== */

.arma-block{
  margin: 0;
}.arma-panel{
  background: #ffffff;
  border: 1px solid var(--arma-border);
  border-radius: var(--arma-radius-xl);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}.arma-panel--soft{
  padding: 34px 28px 28px;
  background: var(--arma-bg-soft);
}.arma-section-head{
  margin: 0 0 22px;
}.arma-section-head--center{
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  text-align: center;
}.arma-section-head__title{
  margin: 0;
  color: var(--arma-dark);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.02em;
}.arma-section-head--center .arma-section-head__title{
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}.arma-section-head__text{
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--arma-muted);
  font-size: 15px;
  line-height: 1.6;
}.arma-kicker{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 16px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: var(--arma-bg-blue);
  color: var(--arma-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}.arma-actions{
  display: flex;
  margin-top: 24px;
}.arma-actions--center{
  justify-content: center;
}.arma-btn,
.arma-btn:visited{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.2s ease;
}.arma-btn--catalog{
  min-width: 190px;
  border: 1px solid #27284b;
  background: #ffffff;
  color: #27284b;
}.arma-btn--catalog:hover,
.arma-btn--catalog:focus{
  background: #27284b;
  color: #ffffff;
  border-color: #27284b;
  text-decoration: none;
}.arma-btn:focus-visible{
  outline: 2px solid rgba(28, 53, 107, 0.25);
  outline-offset: 2px;
}
/* ==================================================
   GRID
   ================================================== */

.arma-grid{
  display: grid;
  align-items: stretch;
}.arma-grid--products{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}.arma-grid--areas{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.arma-grid--clients{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
/* ==================================================
   FACTS
   ================================================== */

.arma-facts{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--arma-border-soft);
  border-radius: var(--arma-radius-md);
  box-shadow: var(--arma-shadow-card);
}.arma-facts__item{
  padding: 28px 24px 24px;
  border-right: 1px solid var(--arma-border-soft);
}.arma-facts__item:last-child{
  border-right: 0;
}.arma-facts__title{
  margin: 0 0 8px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
}.arma-facts__text{
  color: #4b5563;
  font-size: 15px;
  line-height: 1.45;
}
/* ==================================================
   ARMA QUICK NAV / FACTS LINKS
   Восстановлено после чистки v4: стили для .arma-facts--nav,
   .arma-facts__item--link и .arma-facts__action.
   ================================================== */

.arma-page .arma-section--facts.arma-section--product-nav {
  position: relative;
  z-index: 4;
  margin: 8px 0 34px;
}

.arma-page .arma-facts--nav {
  overflow: hidden;
}

.arma-page .arma-facts--nav .arma-facts__item--link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none !important;
  background: #ffffff;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.arma-page .arma-facts--nav .arma-facts__item--link:hover,
.arma-page .arma-facts--nav .arma-facts__item--link:focus {
  color: inherit;
  background: #f8fafc;
  text-decoration: none !important;
}

.arma-page .arma-facts--nav .arma-facts__item--link:hover .arma-facts__title,
.arma-page .arma-facts--nav .arma-facts__item--link:focus .arma-facts__title {
  color: var(--arma-accent);
}

.arma-page .arma-facts--nav .arma-facts__item--link:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(39, 40, 75, 0.18);
}

.arma-page .arma-facts__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--arma-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.arma-page .arma-facts__action::after {
  content: "›";
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

#avk-sizes,
#avk-automation,
#avk-installation,
#avk-docs,
#avk-warranty,
#gate-types,
#gate-selection,
#gate-application,
#gate-docs {
  scroll-margin-top: 120px;
}

@media (max-width: 991.98px) {
  .arma-page .arma-section--facts.arma-section--product-nav {
    margin: 20px 0 30px;
  }

  #avk-sizes,
  #avk-automation,
  #avk-installation,
  #avk-docs,
  #avk-warranty,
  #gate-types,
  #gate-selection,
  #gate-application,
  #gate-docs {
    scroll-margin-top: 88px;
  }
}

@media (max-width: 767.98px) {
  .arma-page .arma-section--facts.arma-section--product-nav {
    margin: 18px 0 28px;
  }

  .arma-page .arma-facts__action {
    padding-top: 10px;
    font-size: 13px;
  }
}

/* ==================================================
   CARDS / MEDIA
   ================================================== */

.arma-card{
  min-width: 0;
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--arma-border-soft);
  box-shadow: var(--arma-shadow-soft);
}.arma-card--product{
  padding: 22px 20px 20px;
  border-radius: var(--arma-radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.arma-card--product:hover{
  transform: translateY(-3px);
  border-color: rgba(39, 40, 75, 0.16);
  box-shadow: var(--arma-shadow-hover);
}.arma-card__link{
  height: 100%;
  color: inherit;
}.arma-card__link:hover,
.arma-card__link:focus{
  color: inherit;
}.arma-media{
  overflow: hidden;
}.arma-media--product{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #f8fafc;
}.arma-media--product img{
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}.arma-card__title{
  margin: 0 0 10px;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
}.arma-card__text{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}
/* ==================================================
   ABOUT
   ================================================== */

.arma-about{
  padding: 34px 34px 34px;
}.arma-about__content{
  padding: 4px 8px 4px 4px;
}.arma-about__title{
  max-width: 580px;
  margin: 0 0 18px;
  color: var(--arma-dark);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}.arma-about__lead,
.arma-about__text,
.arma-about__note{
  max-width: 680px;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}.arma-about__lead{
  margin: 0 0 18px;
}.arma-about__text{
  margin: 0 0 18px;
}.arma-about__note{
  margin: 20px 0 0;
}.arma-list{
  margin: 0;
  padding: 0;
  list-style: none;
}.arma-list li{
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
}.arma-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--arma-accent);
}.arma-media--about{
  border-radius: 20px;
}.arma-media--about img{
  display: block;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
/* ==================================================
   AREA CARDS
   ================================================== */

.arma-card--area{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 20px;
  border-radius: var(--arma-radius-md);
}.arma-icon{
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #f1f2f7;
  color: var(--arma-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}.arma-icon svg{
  width: 42px;
  height: 42px;
  display: block;
}.arma-card__body{
  min-width: 0;
}.arma-card__name{
  margin: 0 0 8px;
  color: var(--arma-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
/* ==================================================
   CLIENT CARDS
   ================================================== */

.arma-card--client{
  padding: 24px 22px 22px;
  border-radius: var(--arma-radius-md);
}.arma-card__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 0 18px;
}.arma-card__logo img{
  display: block;
  width: auto;
  max-width: 105px;
  max-height: 36px;
  object-fit: contain;
}.arma-card__client-name{
  margin: 0 0 8px;
  color: var(--arma-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}.arma-card__meta{
  margin: 0 0 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}.arma-card__supply{
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}
/* ==================================================
   CTA
   ================================================== */

.arma-cta{
  padding: 28px 28px 22px;
  background: var(--arma-bg-soft);
  border: 1px solid var(--arma-border);
  border-radius: var(--arma-radius-xl);
}.arma-cta__content{
  padding: 6px 10px 0 4px;
}.arma-cta__title{
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--arma-dark);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}.arma-cta__text{
  max-width: 700px;
  margin: 0 0 24px;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}.arma-cta__features{
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
}
/* ==================================================
   ARMA CTA FEATURES FIX
   Ровное размещение преимуществ в CTA-блоке
   ================================================== */

.arma-page--product-detail .arma-cta__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  max-width: 900px;
}

.arma-page--product-detail .arma-cta__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.arma-page--product-detail .arma-cta__feature-text {
  display: block;
  min-width: 0;
  line-height: 1.45;
  color: #1f2937;
}

/* Планшет: если места меньше — 2 колонки */
@media (max-width: 1199.98px) {
  .arma-page--product-detail .arma-cta__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Мобильная версия: одна колонка */
@media (max-width: 767.98px) {
  .arma-page--product-detail .arma-cta__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .arma-page--product-detail .arma-cta__feature-text {
    font-size: 15px;
  }
}
.arma-cta__feature{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  min-width: 210px;
}.arma-cta__icon{
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f2f7;
  color: var(--arma-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}.arma-cta__icon svg{
  width: 50px;
  height: 50px;
  display: block;
}.arma-cta__feature-text{
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}.arma-cta__panel{
  background: transparent;
  padding: 0;
}.arma-cta__module{
  margin-bottom: 14px;
}.arma-cta__module--primary > *,
.arma-cta__module--secondary > *{
  width: 100%;
}.arma-cta__module--primary a,
.arma-cta__module--primary button,
.arma-cta__module--primary input[type="submit"],
.arma-cta__module--primary .wjcallback-link,
.arma-cta__module--primary .cta-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 24px;
  border: none;
  border-radius: 14px;
  background: #27284b;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.2s ease;
}.arma-cta__module--primary a:hover,
.arma-cta__module--primary button:hover,
.arma-cta__module--primary input[type="submit"]:hover,
.arma-cta__module--primary .wjcallback-link:hover,
.arma-cta__module--primary .cta-btn-primary:hover{
  background: var(--arma-accent-hover);
  color: #ffffff !important;
  transform: translateY(-1px);
}.arma-cta__module--secondary a,
.arma-cta__module--secondary button,
.arma-cta__module--secondary input[type="submit"],
.arma-cta__module--secondary .wjcallback-link,
.arma-cta__module--secondary .cta-btn-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid #cfd9e4;
  border-radius: 14px;
  background: #ffffff;
  color: var(--arma-dark) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.2s ease;
}.arma-cta__module--secondary a:hover,
.arma-cta__module--secondary button:hover,
.arma-cta__module--secondary input[type="submit"]:hover,
.arma-cta__module--secondary .wjcallback-link:hover,
.arma-cta__module--secondary .cta-btn-outline:hover{
  background: #f8fbfd;
  border-color: #27284b;
  color: var(--arma-dark) !important;
  transform: translateY(-1px);
}.arma-cta__or{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 16px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1;
}.arma-cta__or::before,
.arma-cta__or::after{
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: #dbe4ed;
}.arma-cta__or span{
  padding: 0 14px;
  background: var(--arma-bg-soft);
}.arma-cta__phonebox{
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--arma-border);
  border-radius: 18px;
  text-align: center;
}.arma-cta__phone-caption{
  margin-bottom: 12px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}.arma-cta__phone{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid var(--arma-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--arma-dark) !important;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  letter-spacing: -0.02em;
  transition: all 0.2s ease;
}.arma-cta__phone:hover,
.arma-cta__phone:focus{
  border-color: #27284b;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}.arma-cta__phone-icon{
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f2f7;
  color: var(--arma-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}.arma-cta__phone-icon svg{
  width: 22px;
  height: 22px;
}.arma-cta__hours{
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}.arma-cta__note{
  margin-top: 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

/* ==================================================
   ADAPTIVE
   ================================================== */

@media (max-width: 1199.98px) {.arma-section--facts{
    margin-top: -24px;
  }.arma-grid--products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.arma-grid--areas{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.arma-grid--clients{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.arma-section-head__title{
    font-size: 34px;
  }.arma-card__title{
    font-size: 20px;
  }.arma-panel--soft{
    padding: 30px 22px 22px;
  }
}

@media (max-width: 991.98px) {.arma-section--facts{
    margin: 24px 0 36px;
  }.arma-facts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.arma-facts__item:nth-child(2){
    border-right: 0;
  }.arma-facts__item:nth-child(1),
.arma-facts__item:nth-child(2){
    border-bottom: 1px solid var(--arma-border-soft);
  }.arma-section--products{
    padding: 8px 0 20px;
  }.arma-section-head__title{
    font-size: 30px;
  }.arma-grid--products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.arma-about{
    padding: 28px 24px;
  }.arma-about__content{
    padding-right: 0;
  }.arma-section--areas,
.arma-section--clients{
    padding: 30px 0 36px;
  }.arma-section--cta{
    padding: 22px 0 40px;
  }.arma-cta{
    padding: 24px 22px;
  }.arma-cta__panel{
    max-width: 440px;
  }
}

@media (max-width: 767.98px) {.arma-section--facts{
    margin: 22px 0 30px;
  }.arma-facts{
    grid-template-columns: 1fr;
    border-radius: 14px;
  }.arma-facts__item,
.arma-facts__item:nth-child(1),
.arma-facts__item:nth-child(2){
    padding: 18px 18px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--arma-border-soft);
  }.arma-facts__item:last-child{
    border-bottom: 0;
  }.arma-facts__title{
    font-size: 20px;
  }.arma-facts__text{
    font-size: 14px;
  }.arma-section--products{
    padding: 0 0 16px;
  }.arma-section-head{
    margin-bottom: 18px;
  }.arma-section-head--center{
    margin-bottom: 20px;
  }.arma-section-head__title,
.arma-section-head--center .arma-section-head__title{
    font-size: 26px;
    line-height: 1.18;
  }.arma-section-head__text{
    font-size: 14px;
  }.arma-grid--products,
.arma-grid--areas,
.arma-grid--clients{
    grid-template-columns: 1fr;
    gap: 14px;
  }.arma-card--product{
    padding: 20px 18px 18px;
    border-radius: 14px;
  }.arma-media--product{
    min-height: 150px;
  }.arma-media--product img{
    max-height: 150px;
  }.arma-card__title{
    font-size: 20px;
  }.arma-card__text{
    font-size: 15px;
    line-height: 1.6;
  }.arma-section--about{
    padding: 22px 0 10px;
  }.arma-about{
    padding: 22px 18px;
    border-radius: 18px;
  }.arma-about__title{
    font-size: 28px;
  }.arma-about__lead,
.arma-about__text,
.arma-about__note{
    font-size: 15px;
    line-height: 1.62;
  }.arma-list li{
    font-size: 14px;
  }.arma-media--about,
.arma-media--about img{
    border-radius: 16px;
  }.arma-section--areas,
.arma-section--clients{
    padding: 30px 0 36px;
  }.arma-panel--soft{
    padding: 22px 14px 18px;
    border-radius: 18px;
  }.arma-card--area{
    gap: 14px;
    padding: 18px 14px;
  }.arma-icon{
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }.arma-icon svg{
    width: 34px;
    height: 34px;
  }.arma-card__name{
    font-size: 16px;
  }.arma-card--client{
    padding: 20px 18px 18px;
  }.arma-section--cta{
    padding: 18px 0 34px;
  }.arma-cta{
    padding: 22px 18px;
    border-radius: 18px;
  }.arma-kicker{
    margin-bottom: 14px;
    font-size: 11px;
  }.arma-cta__title{
    font-size: 25px;
    line-height: 1.18;
  }.arma-cta__text{
    font-size: 15px;
    line-height: 1.62;
  }.arma-cta__features{
    gap: 16px;
  }.arma-cta__feature{
    min-width: 100%;
  }
}
/* ==================================================
   ARMA CATALOG PAGE
   Каталог продукции
   ================================================== */

.arma-section--catalog{
  padding: 30px 0 54px;
}.arma-section-head--catalog{
  max-width: 760px;
  margin: 0 0 32px;
}.arma-section-head__title--h1{
  margin: 0 0 14px;
  color: var(--arma-dark);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
}.arma-section-head__text--lead{
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}
.arma-grid--catalog{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.arma-card--catalog{
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.arma-card--catalog:hover{
  transform: translateY(-3px);
  border-color: rgba(39, 40, 75, 0.16);
  box-shadow: var(--arma-shadow-hover);
}.arma-card--catalog .arma-card__link{
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}.arma-media--catalog{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 245px;
  padding: 22px;
  background: #f8fafc;
}.arma-media--catalog img{
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}.arma-card--catalog .arma-card__body{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px 24px 22px;
}.arma-card--catalog .arma-card__title{
  display: block;
  margin: 0 0 12px;
  color: var(--arma-dark);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}.arma-card--catalog .arma-card__text{
  display: block;
  margin: 0 0 22px;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}.arma-card--catalog .arma-card__action{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--arma-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}.arma-card--catalog .arma-card__action::after{
  content: "›";
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}
.arma-card--catalog-last{
  grid-column: 1 / -1;
  width: calc((100% - 44px) / 3);
  max-width: none;
  justify-self: center;
}
@media (max-width: 1199.98px) {.arma-section--catalog{
    padding: 58px 0 46px;
  }.arma-section-head__title--h1{
    font-size: 48px;
  }.arma-section-head__text--lead{
    font-size: 18px;
  }.arma-grid--catalog{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.arma-card--catalog-last{
    width: calc((100% - 22px) / 2);
  }.arma-media--catalog{
    min-height: 225px;
  }.arma-media--catalog img{
    max-height: 200px;
  }
}

@media (max-width: 991.98px) {.arma-section--catalog{
    padding: 46px 0 38px;
  }.arma-section-head--catalog{
    margin-bottom: 26px;
  }.arma-grid--catalog{
    gap: 18px;
  }.arma-card--catalog .arma-card__title{
    font-size: 21px;
  }.arma-card--catalog .arma-card__text{
    font-size: 15px;
  }.arma-card--catalog-last{
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {.arma-section--catalog{
    padding: 34px 0 30px;
  }.arma-section-head--catalog{
    margin-bottom: 22px;
  }.arma-section-head__title--h1{
    font-size: 36px;
    line-height: 1.1;
  }.arma-section-head__text--lead{
    font-size: 16px;
    line-height: 1.6;
  }.arma-grid--catalog{
    grid-template-columns: 1fr;
    gap: 16px;
  }.arma-card--catalog,
.arma-card--catalog-last{
    width: auto;
    max-width: none;
    grid-column: auto;
  }.arma-media--catalog{
    min-height: 190px;
    padding: 18px;
  }.arma-media--catalog img{
    max-height: 170px;
  }.arma-card--catalog .arma-card__body{
    padding: 20px 18px 18px;
  }.arma-card--catalog .arma-card__title{
    font-size: 20px;
  }.arma-card--catalog .arma-card__text{
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.6;
  }
}

.arma-section--intro-text{
  padding: 34px 0 18px;
}.arma-prose--intro{
  max-width: 980px;
}.arma-prose--intro p{
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 3px solid #27284b;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}.arma-prose--intro p:last-child{
  margin-bottom: 0;
}.arma-prose--intro strong{
  color: #111827;
  font-weight: 700;
}.arma-section--tech{
  padding: 24px 0 34px;
}.arma-section-head--left{
  max-width: 980px;
  margin: 0 0 24px;
  text-align: left;
}.arma-section-head--left .arma-section-head__title{
  margin: 0 0 14px;
  font-size: 38px;
}.arma-section-head__text--wide{
  max-width: 920px;
  margin-left: 0;
  margin-right: 0;
}.arma-grid--tech{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}.arma-card--tech{
  padding: 26px 24px 24px;
  border-radius: 18px;
}.arma-card--wide{
  grid-column: 1 / -1;
}.arma-card--tech .arma-card__title{
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.25;
}.arma-card__title--large{
  font-size: 32px;
  line-height: 1.16;
}.arma-card__lead{
  max-width: 760px;
  margin: 0 0 18px;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}.arma-card__note{
  margin: 16px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}.arma-card__caption{
  margin: 10px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}.arma-list--check li{
  padding-left: 24px;
  margin-bottom: 10px;
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
}.arma-list--check li::before{
  top: 0.68em;
  width: 8px;
  height: 8px;
  background: #27284b;
}.arma-media--scheme{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.arma-media--scheme img{
  display: block;
  width: 86%;
  max-width: 86%;
  height: auto;
  border-radius: 12px;
}
.arma-media__zoom-hint{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #29305b;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}
.arma-media__zoom-hint svg{
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.arma-media--scheme:hover .arma-media__zoom-hint,
.arma-media--scheme:focus .arma-media__zoom-hint{
  color: #353761;
}

#otzkControlModal .modal-dialog,
#otzkSchemeModal .modal-dialog{
  max-width: 960px;
}

#otzkControlModal .arma-modal-image,
#otzkSchemeModal .arma-modal-image{
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 180px);
  height: auto;
}

@media (max-width: 991.98px){
  .arma-media--scheme img{
    width: 100%;
    max-width: 100%;
  }

  #otzkControlModal .modal-dialog,
  #otzkSchemeModal .modal-dialog{
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }

  #otzkControlModal .arma-modal-image,
  #otzkSchemeModal .arma-modal-image{
    max-height: calc(100vh - 150px);
  }
}
.arma-card--drive{
  background: #f8fafc;
}.arma-drive-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}.arma-drive-media video,
.arma-video-item video{
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #000;
}.arma-video-item{
  display: flex;
  flex-direction: column;
  height: 100%;
}.arma-video-item h3{
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}.arma-video-item p{
  margin: 0 0 16px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}.arma-section--advantages{
  padding: 26px 0 34px;
}.arma-grid--advantages{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.arma-card--info{
  padding: 24px 22px;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.arma-card--info:hover{
  transform: translateY(-3px);
  border-color: rgba(39, 40, 75, 0.16);
  box-shadow: var(--arma-shadow-hover);
}.arma-card--info .arma-card__title{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}.arma-section--related{
  padding: 30px 0 54px;
}

@media (max-width: 991.98px) {.arma-section--intro-text{
    padding: 28px 0 16px;
  }.arma-section--tech{
    padding: 20px 0 30px;
  }.arma-section-head--left .arma-section-head__title{
    font-size: 30px;
  }.arma-grid--tech,
.arma-grid--advantages{
    grid-template-columns: 1fr;
  }.arma-drive-grid{
    grid-template-columns: 1fr;
  }.arma-card--tech{
    padding: 24px 20px 22px;
  }.arma-card__title--large{
    font-size: 28px;
  }.arma-section--related{
    padding: 24px 0 42px;
  }
}

@media (max-width: 767.98px) {.arma-section--intro-text{
    padding: 22px 0 14px;
  }.arma-prose--intro p{
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.62;
  }.arma-section-head--left{
    margin-bottom: 20px;
  }.arma-section-head--left .arma-section-head__title{
    font-size: 26px;
    line-height: 1.18;
  }.arma-card--tech{
    padding: 20px 18px 18px;
    border-radius: 16px;
  }.arma-card--tech .arma-card__title{
    font-size: 21px;
  }.arma-card__title--large{
    font-size: 24px;
  }.arma-card__lead{
    font-size: 15px;
    line-height: 1.62;
  }.arma-list--check li{
    font-size: 14px;
    line-height: 1.58;
  }.arma-table{
    font-size: 13px;
  }.arma-grid--advantages{
    gap: 14px;
  }.arma-card--info{
    padding: 20px 18px;
    border-radius: 16px;
  }.arma-section--related{
    padding: 20px 0 36px;
  }
}
/* ==================================================
   ARMA CONTACTS PAGE
   Контакты и реквизиты
   ================================================== */

.arma-section--contacts{
  padding: 54px 0 34px;
}.arma-section--requisites{
  padding: 24px 0 34px;
}.arma-section--map{
  padding: 24px 0 56px;
}.arma-contacts-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 24px;
  align-items: start;
}.arma-contacts-main{
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}.arma-contacts-side{
  min-width: 0;
}.arma-card--contacts{
  min-height: 100%;
}.arma-card--contacts .arma-card__title{
  margin: 0 0 16px;
}.arma-card--contacts .arma-card__text{
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}.arma-card--contacts .arma-card__text p{
  margin: 0 0 10px;
}.arma-card--contacts .arma-card__text p:last-child{
  margin-bottom: 0;
}.arma-card--contacts a{
  color: var(--arma-accent);
  font-weight: 600;
  text-decoration: none;
}.arma-card--contacts a:hover,
.arma-card--contacts a:focus{
  color: var(--arma-accent-hover);
  text-decoration: underline;
}.arma-contacts-subblock{
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--arma-border-soft);
}.arma-contacts-subtitle{
  margin-bottom: 8px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}.arma-btn--primary,
.arma-btn--primary:visited{
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #27284b;
  background: #27284b;
  color: #ffffff !important;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(39, 40, 75, 0.18);
}.arma-btn--primary:hover,
.arma-btn--primary:focus{
  background: #353761;
  border-color: #353761;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
}.arma-contacts-formbox{
  padding: 24px;
}.arma-contacts-formbox .moduletable,
.arma-contacts-formbox .mod-custom,
.arma-contacts-formbox p{
  margin: 0;
}.arma-grid--requisites{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}.arma-contacts-rows{
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--arma-border-soft);
}.arma-contacts-row{
  display: grid;
  grid-template-columns: minmax(170px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--arma-border-soft);
}.arma-contacts-label{
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}.arma-contacts-value{
  color: #111827;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  word-break: break-word;
}.arma-map{
  overflow: hidden;
  border: 1px solid var(--arma-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--arma-shadow-soft);
}.arma-map iframe{
  display: block;
  width: 100%;
  min-height: 409px;
  border: 0;
}

@media (max-width: 991.98px) {.arma-section--contacts{
    padding: 42px 0 28px;
  }.arma-section--requisites{
    padding: 20px 0 30px;
  }.arma-section--map{
    padding: 20px 0 44px;
  }.arma-contacts-layout,
.arma-grid--requisites{
    grid-template-columns: 1fr;
  }.arma-contacts-side{
    max-width: 100%;
  }.arma-contacts-formbox{
    padding: 22px 20px;
  }
}

@media (max-width: 767.98px) {.arma-section--contacts{
    padding: 34px 0 24px;
  }.arma-section--requisites{
    padding: 18px 0 24px;
  }.arma-section--map{
    padding: 18px 0 36px;
  }.arma-contacts-layout{
    gap: 18px;
  }.arma-card--contacts .arma-card__text{
    font-size: 15px;
    line-height: 1.6;
  }.arma-contacts-subblock{
    margin-top: 18px;
    padding-top: 16px;
  }.arma-contacts-row{
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }.arma-contacts-label{
    font-size: 13px;
  }.arma-contacts-value{
    font-size: 14px;
  }.arma-btn--primary{
    width: 100%;
    text-align: center;
  }.arma-map{
    border-radius: 16px;
  }.arma-map iframe{
    min-height: 360px;
  }
}
/* ==================================================
   ARMA INFO PAGE
   Универсальные информационные страницы
   ================================================== */

.arma-section--info{
  padding: 54px 0 56px;
}

.arma-info-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 24px;
  align-items: start;
}

.arma-info-main{
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.arma-info-side{
  min-width: 0;
}

.arma-info-main .arma-card--info{
  min-height: auto;
}

.arma-info-main .arma-card__text{
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.arma-info-main .arma-card__text p{
  margin: 0 0 14px;
}

.arma-info-main .arma-card__text p:last-child{
  margin-bottom: 0;
}

.arma-info-main .arma-card__text a{
  color: var(--arma-accent);
  font-weight: 600;
  text-decoration: none;
}

.arma-info-main .arma-card__text a:hover,
.arma-info-main .arma-card__text a:focus{
  color: var(--arma-accent-hover);
  text-decoration: underline;
}

.arma-info-main .arma-list{
  margin: 0;
}

.arma-info-formbox{
  padding: 24px;
}

.arma-info-formbox .moduletable,
.arma-info-formbox .mod-custom,
.arma-info-formbox p{
  margin: 0;
}

@media (max-width: 991.98px) {
  .arma-section--info{
    padding: 42px 0 44px;
  }

  .arma-info-layout{
    grid-template-columns: 1fr;
  }

  .arma-info-side{
    max-width: 100%;
  }

  .arma-info-formbox{
    padding: 22px 20px;
  }
}

@media (max-width: 767.98px) {
  .arma-section--info{
    padding: 34px 0 36px;
  }

  .arma-info-layout{
    gap: 18px;
  }

  .arma-info-main{
    gap: 16px;
  }

  .arma-info-main .arma-card__text{
    font-size: 15px;
    line-height: 1.6;
  }
}
/* ==================================================
   ARMA CATEGORY DETAIL
   Инженерные страницы категорий продукции
   ================================================== */

.arma-page--category-detail{
  color: var(--arma-dark);
}

.arma-section--engineering{
  padding: 34px 0 42px;
}

.arma-section--docs{
  padding: 34px 0 42px;
}

.arma-section--steps{
  padding: 34px 0 46px;
}

.arma-section--faq{
  padding: 34px 0 56px;
}

/* Универсальная сетка 4 колонки */

.arma-grid--4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* Engineering features */

.arma-feature-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.arma-feature-item{
  padding: 20px 18px;
  background: #f8fafc;
  border: 1px solid var(--arma-border-soft);
  border-radius: 16px;
}

.arma-feature-item strong{
  display: block;
  margin: 0 0 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.arma-feature-item p{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

/* Spec list */

.arma-spec-list{
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--arma-border-soft);
}

.arma-spec-list li{
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--arma-border-soft);
}

.arma-spec-list span{
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.arma-spec-list strong{
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

/* Request block */

.arma-request{
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 24px;
  padding: 28px;
  background: #f8fafc;
  border: 1px solid var(--arma-border);
  border-radius: 24px;
}

.arma-request__content,
.arma-request__aside{
  min-width: 0;
}

.arma-request-points{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
}

.arma-request-points span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--arma-border-soft);
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.arma-doc-strip{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.arma-doc-strip__item{
  padding: 18px 16px;
  background: #ffffff;
  border: 1px solid var(--arma-border-soft);
  border-radius: 16px;
}

.arma-doc-strip__item strong{
  display: block;
  margin: 0 0 8px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.arma-doc-strip__item span{
  display: block;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

/* CTA card inside engineering block */

.arma-cta-card{
  height: 100%;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--arma-border);
  border-radius: 20px;
  box-shadow: var(--arma-shadow-soft);
}

.arma-cta-actions{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 22px 0;
}

.arma-btn--secondary,
.arma-btn--secondary:visited{
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #cfd9e4;
  background: #ffffff;
  color: var(--arma-dark) !important;
  border-radius: 12px;
  font-weight: 700;
}

.arma-btn--secondary:hover,
.arma-btn--secondary:focus{
  border-color: #27284b;
  background: #f8fbfd;
  color: var(--arma-dark) !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.arma-cta-meta{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--arma-border-soft);
}

.arma-cta-meta__item strong{
  display: block;
  margin: 0 0 4px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.arma-cta-meta__item span{
  display: block;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

/* Fake form */

.arma-fake-form{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.arma-fake-form input{
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d1d9e0;
  border-radius: 10px;
  background: #ffffff;
  color: #111827;
  font: inherit;
}

.arma-fake-form input:focus{
  outline: none;
  border-color: #27284b;
  box-shadow: 0 0 0 3px rgba(39, 40, 75, 0.12);
}

.arma-fake-form button{
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: #27284b;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.arma-fake-form button:hover,
.arma-fake-form button:focus{
  background: #353761;
}

/* Type cards */

.arma-types-link{
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.arma-types-link:hover,
.arma-types-link:focus{
  color: var(--arma-accent);
  text-decoration: none;
}

.arma-card__extra{
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--arma-border-soft);
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

/* Docs layout */

.arma-docs-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.arma-docs-main,
.arma-docs-side{
  min-width: 0;
}

.arma-grid--docs-items{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* Steps */

.arma-steps{
  position: relative;
}

.arma-steps__flow{
  position: relative;
}

.arma-steps__line{
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e1e7ec;
}

.arma-steps__grid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  position: relative;
  z-index: 2;
}

.arma-step{
  position: relative;
  padding: 22px 16px 18px;
  background: #ffffff;
  border: 1px solid var(--arma-border-soft);
  border-radius: 16px;
  box-shadow: var(--arma-shadow-soft);
}

.arma-step__num{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 12px;
  border-radius: 50%;
  background: #f1f2f7;
  color: #27284b;
  font-size: 15px;
  font-weight: 800;
}

.arma-step h3{
  margin: 0 0 8px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.arma-step p{
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

.arma-steps__action{
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

/* Warning */

.arma-card--warning{
  padding: 26px 24px 24px;
  border-radius: 18px;
  background: #fff7f7;
  border: 1px solid #f0dede;
  box-shadow: var(--arma-shadow-soft);
}

/* FAQ */

.arma-faq__list{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.arma-faq__item{
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--arma-border-soft);
  border-radius: 18px;
  box-shadow: var(--arma-shadow-soft);
}

.arma-faq__question{
  position: relative;
  display: block;
  padding: 22px 60px 22px 22px;
  color: #111827;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.arma-faq__question::-webkit-details-marker{
  display: none;
}

.arma-faq__question::after{
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--arma-accent);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.arma-faq__item[open] .arma-faq__question::after{
  content: "–";
}

.arma-faq__answer{
  padding: 0 22px 22px;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

/* Adaptive */

@media (max-width: 1199.98px) {
  .arma-grid--4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arma-steps__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .arma-steps__line{
    display: none;
  }
}

@media (max-width: 991.98px) {
  .arma-section--engineering,
.arma-section--docs,
.arma-section--steps,
.arma-section--faq{
    padding: 28px 0 36px;
  }

  .arma-feature-list,
.arma-request,
.arma-doc-strip,
.arma-docs-layout{
    grid-template-columns: 1fr;
  }

  .arma-request{
    padding: 24px 20px;
  }

  .arma-grid--docs-items{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arma-steps__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arma-steps__action{
    justify-content: stretch;
  }

  .arma-steps__action .arma-btn{
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .arma-section--engineering,
.arma-section--docs,
.arma-section--steps,
.arma-section--faq{
    padding: 24px 0 30px;
  }

  .arma-grid--4,
.arma-grid--docs-items,
.arma-steps__grid{
    grid-template-columns: 1fr;
  }

  .arma-request{
    padding: 20px 16px;
    border-radius: 18px;
  }

  .arma-feature-item,
.arma-doc-strip__item,
.arma-cta-card{
    padding: 18px 16px;
    border-radius: 14px;
  }

  .arma-spec-list li{
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .arma-request-points{
    gap: 8px;
  }

  .arma-request-points span{
    width: 100%;
    justify-content: flex-start;
  }

  .arma-card--warning{
    padding: 20px 18px 18px;
    border-radius: 16px;
  }

  .arma-faq__question{
    padding: 18px 50px 18px 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .arma-faq__question::after{
    right: 18px;
    font-size: 24px;
  }

  .arma-faq__answer{
    padding: 0 18px 18px;
    font-size: 15px;
    line-height: 1.62;
  }
}
/* ==================================================
   ARMA ABOUT COMPANY PAGE
   Страница о компании и производстве
   ================================================== */

.arma-section--about-page {
  padding: 54px 0 34px;
}

.arma-section--production {
  padding: 28px 0 44px;
}

.arma-section--contact-note {
  padding: 24px 0 56px;
}

.arma-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.arma-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.arma-card--accent {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
  border-color: var(--arma-border);
}

.arma-card--accent .arma-card__text a {
  color: var(--arma-accent);
  font-weight: 700;
  text-decoration: none;
}

.arma-card--accent .arma-card__text a:hover,
.arma-card--accent .arma-card__text a:focus {
  color: var(--arma-accent-hover);
  text-decoration: underline;
}

.arma-media--photo {
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
}

.arma-media--photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 260px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

.arma-gallery {
  display: grid;
  margin: 0 0 24px;
}

.arma-gallery--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.arma-gallery--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.arma-gallery__item {
  overflow: hidden;
  min-height: 260px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid var(--arma-border-soft);
  box-shadow: var(--arma-shadow-soft);
}

.arma-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.arma-gallery__item:hover img {
  transform: scale(1.03);
}

.arma-section--production .arma-card--tech {
  margin-bottom: 24px;
}

.arma-section--production .arma-card--info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.arma-section--production .arma-card--info .arma-media--photo {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .arma-section--about-page {
    padding: 42px 0 28px;
  }

  .arma-section--production {
    padding: 24px 0 36px;
  }

  .arma-section--contact-note {
    padding: 20px 0 44px;
  }

  .arma-grid--2,
  .arma-grid--3,
  .arma-gallery--2,
  .arma-gallery--3 {
    grid-template-columns: 1fr;
  }

  .arma-media--photo img,
  .arma-gallery__item,
  .arma-gallery__item img {
    min-height: 240px;
  }
}

@media (max-width: 767.98px) {
  .arma-section--about-page {
    padding: 34px 0 24px;
  }

  .arma-section--production {
    padding: 20px 0 30px;
  }

  .arma-section--contact-note {
    padding: 18px 0 36px;
  }

  .arma-grid--2,
  .arma-gallery--3 {
    gap: 16px;
  }

  .arma-media--photo,
  .arma-media--photo img,
  .arma-gallery__item {
    border-radius: 14px;
  }

  .arma-media--photo img,
  .arma-gallery__item,
  .arma-gallery__item img {
    min-height: 210px;
  }
}
/* ==================================================
   ARMA PRODUCT SUMMARY
   Короткая инженерная сводка под hero
   ================================================== */

.arma-page--product-detail .arma-section--product-summary {
  padding: 30px 0 10px;
}

.arma-page--product-detail .arma-product-summary {
  max-width: 980px;
  padding: 18px 22px;
  border-left: 3px solid var(--arma-accent);
  background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 0 16px 16px 0;
}

.arma-page--product-detail .arma-product-summary p {
  margin: 0 0 12px;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.arma-page--product-detail .arma-product-summary p:last-child {
  margin-bottom: 0;
}

.arma-page--product-detail .arma-product-summary strong {
  color: #111827;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .arma-page--product-detail .arma-section--product-summary {
    padding: 22px 0 8px;
  }

  .arma-page--product-detail .arma-product-summary {
    padding: 16px 18px;
    border-radius: 0 14px 14px 0;
  }

  .arma-page--product-detail .arma-product-summary p {
    font-size: 15px;
    line-height: 1.6;
  }
}
/* ==================================================
   ARMA PRODUCT DETAIL ICONS
   Фирменный цвет иконок на технической странице
   ================================================== */

.arma-page--product-detail .arma-card--tech .arma-icon,
.arma-page--product-detail .arma-card--info .arma-icon,
.arma-page--product-detail .arma-drive-content .arma-icon {
  background: rgba(40, 44, 82, 0.06);
  color: #282c52;
  border: 1px solid rgba(40, 44, 82, 0.10);
}

.arma-page--product-detail .arma-card--tech .arma-icon svg,
.arma-page--product-detail .arma-card--info .arma-icon svg,
.arma-page--product-detail .arma-drive-content .arma-icon svg {
  color: #282c52;
}
.arma-page--product-detail .arma-card--tech:hover .arma-icon,
.arma-page--product-detail .arma-card--info:hover .arma-icon,
.arma-page--product-detail .arma-card--drive:hover .arma-icon {
  background: rgba(40, 44, 82, 0.09);
  border-color: rgba(40, 44, 82, 0.16);
}
/* ==================================================
   ARMA CTA PHONE MOBILE FIX
   Телефон в CTA на мобильной версии
   ================================================== */

@media (max-width: 767.98px) {
  .arma-cta__phone {
    gap: 8px;
    padding: 12px 10px;
    font-size: 20px;
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: -0.03em;
  }

  .arma-cta__phone-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }

  .arma-cta__phone-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 390px) {
  .arma-cta__phone {
    font-size: 18px;
    gap: 7px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .arma-cta__phone-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
}
/* ==================================================
   PRODUCT HERO — MGP-AVK
   Чистый B2B hero без тяжёлой карточки
   Локально для текущей страницы: body.itemid-198
   ================================================== */

body.itemid-198 .hero-banner {
  position: relative;
  overflow: hidden;
}

body.itemid-198 .hero-banner__inner {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-position: center center;
}

/* Светлый градиент слева для читаемости текста */
body.itemid-198 .hero-banner__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.88) 34%,
      rgba(255, 255, 255, 0.56) 52%,
      rgba(255, 255, 255, 0.12) 76%,
      rgba(255, 255, 255, 0.02) 100%
    );
}

body.itemid-198 .hero-banner__inner .container,
body.itemid-198 .hero-banner__inner .row,
body.itemid-198 .hero-banner__inner .gate-hero-text {
  position: relative;
  z-index: 3;
}

/* Чуть расширяем левую зону, чтобы текст не был зажат */
@media (min-width: 992px) {
  body.itemid-198 .hero-banner .row > .col-lg-6:first-child {
    flex: 0 0 56%;
    max-width: 56%;
  }

  body.itemid-198 .hero-banner .row > .col-lg-6:last-child {
    flex: 0 0 44%;
    max-width: 44%;
  }
}

body.itemid-198 .hero-banner__content {
  max-width: 740px;
  padding: 76px 0 82px;
}

/* Текстовый блок без карточки */
body.itemid-198 .gate-hero-text--product {
  max-width: 700px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.itemid-198 .gate-hero-text--product .gate-hero-text__inner,
body.itemid-198 .gate-hero-text--product .gate-hero-text__content {
  max-width: 700px;
}

body.itemid-198 .gate-hero-text--product .gate-hero-text__title {
  max-width: 700px;
  margin: 0 0 30px;
  color: #111827;
  font-size: clamp(42px, 3.7vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.035em;
}

/* Блок ключевых особенностей — без левого бордера */
body.itemid-198 .gate-hero-text--product .gate-spec-box {
  max-width: 620px;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.itemid-198 .gate-hero-text--product .gate-spec-box__title {
  margin: 0 0 13px;
  color: #282c52;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

body.itemid-198 .gate-hero-text--product .gate-tech__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.itemid-198 .gate-hero-text--product .gate-tech__list li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 22px;
  color: #1f2937;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

body.itemid-198 .gate-hero-text--product .gate-tech__list li:last-child {
  margin-bottom: 0;
}

body.itemid-198 .gate-hero-text--product .gate-tech__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27284b;
}

/* Кнопка */
body.itemid-198 .gate-hero-text--product .gate-hero-text__actions {
  display: flex;
  width: auto;
  margin: 0;
}

body.itemid-198 .gate-hero-text--product .gate-hero-text__btn {
  min-width: 260px;
  min-height: 58px;
  border-radius: 14px;
}

/* Планшет */
@media (max-width: 991.98px) {
  body.itemid-198 .hero-banner__inner {
    min-height: 500px;
    background-position: 68% center;
  }

  body.itemid-198 .hero-banner__inner::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.88) 48%,
        rgba(255, 255, 255, 0.40) 78%,
        rgba(255, 255, 255, 0.10) 100%
      );
  }

  body.itemid-198 .hero-banner__content {
    max-width: 620px;
    padding: 58px 0 64px;
  }

  body.itemid-198 .gate-hero-text--product .gate-hero-text__title {
    font-size: 42px;
  }

  body.itemid-198 .gate-hero-text--product .gate-tech__list li {
    font-size: 16px;
  }
}

/* Мобильная версия */
@media (max-width: 767.98px) {
  body.itemid-198 .hero-banner__inner {
    min-height: auto;
    background-position: 72% center;
  }

  body.itemid-198 .hero-banner__inner::before {
    background: rgba(255, 255, 255, 0.90);
  }

  body.itemid-198 .hero-banner__content {
    max-width: 100%;
    padding: 34px 0 38px;
  }

  body.itemid-198 .gate-hero-text--product .gate-hero-text__title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.08;
  }

  body.itemid-198 .gate-hero-text--product .gate-spec-box {
    margin-bottom: 24px;
  }

  body.itemid-198 .gate-hero-text--product .gate-spec-box__title {
    font-size: 17px;
  }

  body.itemid-198 .gate-hero-text--product .gate-tech__list li {
    margin-bottom: 8px;
    padding-left: 19px;
    font-size: 15px;
    line-height: 1.45;
  }

  body.itemid-198 .gate-hero-text--product .gate-tech__list li::before {
    width: 6px;
    height: 6px;
  }

  body.itemid-198 .gate-hero-text--product .gate-hero-text__btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }
}
/* ==================================================
   PRODUCT HERO — UNIVERSAL
   Общий hero для страниц продукции с .gate-hero-text--product
   ================================================== */

.hero-banner:has(.gate-hero-text--product) {
  position: relative;
  overflow: hidden;
}

.hero-banner:has(.gate-hero-text--product) .hero-banner__inner {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-position: center center;
}

/* Светлый градиент слева для читаемости текста */
.hero-banner:has(.gate-hero-text--product) .hero-banner__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.88) 34%,
      rgba(255, 255, 255, 0.56) 52%,
      rgba(255, 255, 255, 0.12) 76%,
      rgba(255, 255, 255, 0.02) 100%
    );
}

.hero-banner:has(.gate-hero-text--product) .hero-banner__inner .container,
.hero-banner:has(.gate-hero-text--product) .hero-banner__inner .row,
.hero-banner:has(.gate-hero-text--product) .hero-banner__inner .gate-hero-text {
  position: relative;
  z-index: 3;
}

/* Чуть расширяем левую зону, чтобы текст не был зажат */
@media (min-width: 992px) {
  .hero-banner:has(.gate-hero-text--product) .row > .col-lg-6:first-child {
    flex: 0 0 56%;
    max-width: 56%;
  }

  .hero-banner:has(.gate-hero-text--product) .row > .col-lg-6:last-child {
    flex: 0 0 44%;
    max-width: 44%;
  }
}

.hero-banner:has(.gate-hero-text--product) .hero-banner__content {
  max-width: 740px;
  padding: 76px 0 82px;
}

/* Текстовый блок без тяжёлой карточки */
.hero-banner .gate-hero-text--product {
  max-width: 700px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-banner .gate-hero-text--product .gate-hero-text__inner,
.hero-banner .gate-hero-text--product .gate-hero-text__content {
  max-width: 700px;
}

.hero-banner .gate-hero-text--product .gate-hero-text__title {
  max-width: 700px;
  margin: 0 0 30px;
  color: #111827;
  font-size: clamp(42px, 3.7vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.035em;
}

/* Блок ключевых особенностей */
.hero-banner .gate-hero-text--product .gate-spec-box {
  max-width: 620px;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-banner .gate-hero-text--product .gate-spec-box__title {
  margin: 0 0 13px;
  color: #282c52;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.hero-banner .gate-hero-text--product .gate-tech__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-banner .gate-hero-text--product .gate-tech__list li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 22px;
  color: #1f2937;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.hero-banner .gate-hero-text--product .gate-tech__list li:last-child {
  margin-bottom: 0;
}

.hero-banner .gate-hero-text--product .gate-tech__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27284b;
}

/* Кнопка */
.hero-banner .gate-hero-text--product .gate-hero-text__actions {
  display: flex;
  width: auto;
  margin: 0;
}

.hero-banner .gate-hero-text--product .gate-hero-text__btn {
  min-width: 260px;
  min-height: 58px;
  border-radius: 14px;
}

/* Планшет */
@media (max-width: 991.98px) {
  .hero-banner:has(.gate-hero-text--product) .hero-banner__inner {
    min-height: 500px;
    background-position: 68% center;
  }

  .hero-banner:has(.gate-hero-text--product) .hero-banner__inner::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.88) 48%,
        rgba(255, 255, 255, 0.40) 78%,
        rgba(255, 255, 255, 0.10) 100%
      );
  }

  .hero-banner:has(.gate-hero-text--product) .hero-banner__content {
    max-width: 620px;
    padding: 58px 0 64px;
  }

  .hero-banner .gate-hero-text--product .gate-hero-text__title {
    font-size: 42px;
  }

  .hero-banner .gate-hero-text--product .gate-tech__list li {
    font-size: 16px;
  }
}

/* Мобильная версия */
@media (max-width: 767.98px) {
  .hero-banner:has(.gate-hero-text--product) .hero-banner__inner {
    min-height: auto;
    background-position: 72% center;
  }

  .hero-banner:has(.gate-hero-text--product) .hero-banner__inner::before {
    background: rgba(255, 255, 255, 0.90);
  }

  .hero-banner:has(.gate-hero-text--product) .hero-banner__content {
    max-width: 100%;
    padding: 34px 0 38px;
  }

  .hero-banner .gate-hero-text--product .gate-hero-text__title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.08;
  }

  .hero-banner .gate-hero-text--product .gate-spec-box {
    margin-bottom: 24px;
  }

  .hero-banner .gate-hero-text--product .gate-spec-box__title {
    font-size: 17px;
  }

  .hero-banner .gate-hero-text--product .gate-tech__list li {
    margin-bottom: 8px;
    padding-left: 19px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-banner .gate-hero-text--product .gate-tech__list li::before {
    width: 6px;
    height: 6px;
  }

  .hero-banner .gate-hero-text--product .gate-hero-text__btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }
}
/* ==============================
   Breadcrumbs / Хлебные крошки
   Joomla 5 / Bootstrap 5
   ============================== */

.mod-breadcrumbs.breadcrumb {
  max-width: 1620px;
  margin: 38px auto 34px;
  padding: 14px 24px !important;
  background: #f7f9fb;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(20, 36, 64, 0.05);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #334155;
}

/* Иконка локации слева */
.mod-breadcrumbs__divider {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  color: #27284b;
  font-size: 17px;
  line-height: 1;
}

.mod-breadcrumbs__divider .divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Пункты */
.mod-breadcrumbs__item.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  color: #334155;
  font-weight: 500;
}

/* Ссылки */
.mod-breadcrumbs__item.breadcrumb-item a {
  color: #24345d;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.mod-breadcrumbs__item.breadcrumb-item a:hover,
.mod-breadcrumbs__item.breadcrumb-item a:focus {
  color: #27284b;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Разделители между пунктами */
.mod-breadcrumbs__item.breadcrumb-item + .mod-breadcrumbs__item.breadcrumb-item::before {
  content: "/";
  padding: 0 12px;
  color: #9aa7b7;
  font-weight: 500;
}

/* Активный текущий пункт */
.mod-breadcrumbs__item.breadcrumb-item.active {
  color: #334155;
  font-weight: 500;
}

/* Убираем дефолтное поведение Bootstrap, если конфликтует */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

/* Мобильная адаптация */
@media (max-width: 767.98px) {
  .mod-breadcrumbs.breadcrumb {
    margin: 22px 14px 24px;
    padding: 12px 16px !important;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
  }

  .mod-breadcrumbs__divider {
    margin-right: 8px;
    font-size: 15px;
  }

  .mod-breadcrumbs__item.breadcrumb-item + .mod-breadcrumbs__item.breadcrumb-item::before {
    padding: 0 8px;
  }

  .mod-breadcrumbs__item.breadcrumb-item.active {
    max-width: 100%;
  }
}
/* ==================================================
   OFFCANVAS SUBMENU FIX
   Мобильное подменю Joomla без JS
   ================================================== */

@media (max-width: 991.98px) {
  #offcanvasMenu .mod-menu > li.deeper.parent {
    display: block;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > a {
    min-height: 50px;
    padding-bottom: 6px;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .submenu-toggle {
    display: none !important;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub {
    position: static !important;
    width: 100%;
    margin: 0 0 14px;
    padding: 0 0 0 14px;
    list-style: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li {
    margin: 0;
    padding: 0;
    border: 0;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li > a {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 6px 5px 16px;
    color: #29305b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    border-left: 2px solid rgba(41, 48, 91, 0.16);
    transition: color .2s ease, border-color .2s ease, padding-left .2s ease;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li > a:hover,
  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li > a:focus {
    color: #27284b;
    border-left-color: #27284b;
    padding-left: 20px;
    text-decoration: none;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li.current > a,
  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li.active > a {
    color: #27284b;
    border-left-color: #27284b;
  }
}
/* ==================================================
   DESKTOP MAIN MENU DROPDOWN
   Выпадающее подменю Joomla для шапки
   ================================================== */

@media (min-width: 992px) {
  header.header.container-header,
  .header-desktop-grid,
  .header-menu,
  .header-menu .moduletable,
  .header-menu .mod-menu {
    overflow: visible;
  }

  .header-menu .mod-menu > li.deeper.parent {
    position: relative;
  }

  .header-menu .mod-menu > li.deeper.parent > .submenu-toggle {
    display: none !important;
  }

  .header-menu .mod-menu > li > .mod-menu__sub {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1050;
    display: block;
    min-width: 260px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(41, 48, 91, 0.10);
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .header-menu .mod-menu > li:hover > .mod-menu__sub,
  .header-menu .mod-menu > li:focus-within > .mod-menu__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .header-menu .mod-menu > li > .mod-menu__sub > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .header-menu .mod-menu > li > .mod-menu__sub > li > a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
  }

  .header-menu .mod-menu > li > .mod-menu__sub > li > a:hover,
  .header-menu .mod-menu > li > .mod-menu__sub > li > a:focus {
    background: #f4f8fb;
    color: #27284b;
    padding-left: 16px;
    text-decoration: none;
  }

  .header-menu .mod-menu > li > .mod-menu__sub > li.current > a,
  .header-menu .mod-menu > li > .mod-menu__sub > li.active > a {
    background: #f1f2f7;
    color: #27284b;
  }
}
/* =========================
   SP Cookie Consent — final
   ========================= */

/* Внешний контейнер */
#sp-cookie-consent.position-bottom {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: auto;
  z-index: 9999;
  display: block;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  pointer-events: none;
  animation: cookieFadeUp .35s ease-out;
}

/* Внутренняя карточка */
#sp-cookie-consent.position-bottom > div {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
  padding: 16px 20px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
  pointer-events: auto;
}

/* Текст */
#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
  flex: 1 1 auto !important;
  margin: 0;
  color: #1f2937;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Ссылки в тексте */
#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a {
  color: #2f5eff;
  font-weight: 600;
  text-decoration: none;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a:hover,
#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a:focus {
  text-decoration: underline;
}

/* Область кнопки */
#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
  flex: 0 0 auto !important;
  max-width: none !important;
  width: auto !important;
  margin: 0 0 0 8px !important;
  text-align: right !important;
}

/* Кнопка */
#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px !important;
  padding: 0 20px !important;
  background: #2f5eff;
  color: #ffffff !important;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .2s ease, transform .2s ease;
}

#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow:hover,
#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow:focus {
  background: #244fe0;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Планшет */
@media (max-width: 991.98px) {
  #sp-cookie-consent.position-bottom {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  #sp-cookie-consent.position-bottom > div {
    padding: 16px;
    gap: 16px;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
    font-size: 14px;
  }
}

/* Мобильная версия */
@media (max-width: 767.98px) {
  #sp-cookie-consent.position-bottom {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  #sp-cookie-consent.position-bottom > div {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  #sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow {
    width: 100%;
    min-height: 46px !important;
    border-radius: 12px;
  }
}

/* Анимация появления */
@keyframes cookieFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   Arma document download link
   зелёная карточка + синяя иконка
   ========================= */

.arma-doc-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  padding: 18px 22px;
  border: 1px solid #2db8b4;
  border-radius: 16px;
  background: #2db8b4;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(45, 184, 180, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.arma-doc-link:hover,
.arma-doc-link:focus-visible {
  transform: translateY(-2px);
  background: #25a9a5;
  border-color: #25a9a5;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(45, 184, 180, 0.36);
}

.arma-doc-link:focus-visible {
  outline: 3px solid rgba(45, 184, 180, 0.35);
  outline-offset: 3px;
}

.arma-doc-link .arma-doc-link__icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #282c52;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.arma-doc-link .arma-doc-link__icon svg {
  width: 24px;
  height: 24px;
}

.arma-doc-link .arma-doc-link__body {
  display: block;
}

.arma-doc-link .arma-doc-link__title {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff !important;
}

.arma-doc-link .arma-doc-link__meta {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.86) !important;
}

@media (max-width: 575.98px) {
  .arma-doc-link {
    width: 100%;
    padding: 16px 18px;
    gap: 14px;
  }

  .arma-doc-link .arma-doc-link__icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .arma-doc-link .arma-doc-link__title {
    font-size: 16px;
  }

  .arma-doc-link .arma-doc-link__meta {
    font-size: 13px;
  }
}
/* =========================
   Arma tables — clean final
   ========================= */

.arma-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.arma-table {
  width: 100%;
  margin-bottom: 0;
  border-color: rgba(40, 44, 82, 0.12);
  --bs-table-striped-bg: transparent;
  --bs-table-striped-color: inherit;
  font-size: 16px;
}

.arma-table > :not(caption) > * > * {
  padding: 13px 16px;
  border-color: rgba(40, 44, 82, 0.12);
  vertical-align: middle;
}

.arma-table thead th {
  color: #151936;
  font-weight: 700;
  border-bottom: 1px solid rgba(40, 44, 82, 0.16);
  background-color: #ffffff !important;
}

.arma-table.table-striped tbody tr:nth-of-type(odd) > * {
  background-color: rgba(45, 184, 180, 0.075) !important;
  box-shadow: none;
}

.arma-table.table-striped tbody tr:nth-of-type(even) > * {
  background-color: #ffffff !important;
  box-shadow: none;
}

.arma-table tbody td {
  color: #111827;
}

.arma-table th:first-child,
.arma-table td:first-child {
  text-align: left;
}

/* =========================
   Simple 2-column tech tables
   ========================= */

.arma-table:not(.arma-table--product-sizes):not(.arma-table--avk-sizes) th:nth-child(2),
.arma-table:not(.arma-table--product-sizes):not(.arma-table--avk-sizes) td:nth-child(2) {
  text-align: center;
}

.arma-table:not(.arma-table--product-sizes):not(.arma-table--avk-sizes) td:nth-child(2) {
  font-weight: 500;
}

/* =========================
   Product sizes tables
   МГП-АВК / МГП-КВУМ
   ========================= */

.arma-table--product-sizes,
.arma-table--avk-sizes {
  width: 100%;
  min-width: 620px;
  table-layout: fixed;
  font-size: 14px;
}

.arma-table--product-sizes th,
.arma-table--product-sizes td,
.arma-table--avk-sizes th,
.arma-table--avk-sizes td {
  padding: 10px 8px;
  line-height: 1.25;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
}

.arma-table--product-sizes thead th,
.arma-table--avk-sizes thead th {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: #ffffff !important;
}

/* Типоразмер */
.arma-table--product-sizes th:first-child,
.arma-table--product-sizes td:first-child,
.arma-table--avk-sizes th:first-child,
.arma-table--avk-sizes td:first-child {
  width: 30%;
  min-width: 180px;
  text-align: left;
}

/* Размеры A / B / C */
.arma-table--product-sizes thead th[colspan="3"],
.arma-table--avk-sizes thead th[colspan="3"] {
  width: 33%;
  text-align: center;
}

.arma-table--product-sizes thead tr:nth-child(2) th,
.arma-table--product-sizes tbody td:nth-child(2),
.arma-table--product-sizes tbody td:nth-child(3),
.arma-table--product-sizes tbody td:nth-child(4),
.arma-table--avk-sizes thead tr:nth-child(2) th,
.arma-table--avk-sizes tbody td:nth-child(2),
.arma-table--avk-sizes tbody td:nth-child(3),
.arma-table--avk-sizes tbody td:nth-child(4) {
  width: 11%;
  min-width: 65px;
  text-align: center;
  white-space: nowrap;
}

/* Крутящий момент */
.arma-table--product-sizes thead tr:first-child th:nth-child(3),
.arma-table--product-sizes tbody td:nth-child(5),
.arma-table--avk-sizes thead tr:first-child th:nth-child(3),
.arma-table--avk-sizes tbody td:nth-child(5) {
  width: 16%;
  min-width: 105px;
  text-align: center;
}

/* Масса */
.arma-table--product-sizes thead tr:first-child th:nth-child(4),
.arma-table--product-sizes tbody td:nth-child(6),
.arma-table--avk-sizes thead tr:first-child th:nth-child(4),
.arma-table--avk-sizes tbody td:nth-child(6) {
  width: 10%;
  min-width: 75px;
  text-align: center;
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 575.98px) {
  .arma-table {
    font-size: 14px;
  }

  .arma-table > :not(caption) > * > * {
    padding: 10px 8px;
  }

  .arma-table--product-sizes,
  .arma-table--avk-sizes {
    min-width: 620px;
    font-size: 13px;
  }

  .arma-table--product-sizes th,
  .arma-table--product-sizes td,
  .arma-table--avk-sizes th,
  .arma-table--avk-sizes td {
    padding: 9px 8px;
  }

  .arma-table--product-sizes thead th,
  .arma-table--avk-sizes thead th {
    font-size: 13px;
  }
}
/* =========================
   Header contacts
   phone + email without header widening
   ========================= */

.header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  max-width: 210px;
  line-height: 1.15;
}

.header-contacts__row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

.header-contacts__label {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: rgba(40, 44, 82, 0.72);
}

.header-contacts__link {
  color: #282c52;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.header-contacts__link:hover,
.header-contacts__link:focus-visible {
  color: #2db8b4;
  text-decoration: none;
}

.header-contacts__link--phone {
  font-size: 18px;
  font-weight: 700;
}

.header-contacts__link--email {
  display: block;
  padding-left: 34px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(40, 44, 82, 0.78);
}

/* Mobile/tablet: чтобы не ломать шапку */
@media (max-width: 991.98px) {
  .header-contacts {
    max-width: 190px;
  }

  .header-contacts__link--phone {
    font-size: 16px;
  }

  .header-contacts__link--email {
    padding-left: 30px;
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .header-contacts {
    align-items: flex-start;
    max-width: 100%;
  }

  .header-contacts__link--email {
    padding-left: 0;
  }
}
/* =========================
   Document download links
   ========================= */

.arma-contacts-download-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
}

.arma-contacts-download-action .arma-doc-link {
  width: auto;
  min-width: 420px;
  max-width: 520px;
  margin: 0;
}

@media (max-width: 575.98px) {
  .arma-contacts-download-action .arma-doc-link {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}
/* =========================
   OPVZ composition scheme
   ========================= */

.arma-card--scheme {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}

.arma-card--scheme .arma-media--scheme {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.arma-card--scheme .arma-media--scheme img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
}

.arma-card--scheme .arma-card__note {
  margin-top: 14px;
  text-align: center;
}


/* ==================================================
   HEADER MOBILE CALL + MENU ARROW TUNE
   ================================================== */

@media (max-width: 991.98px) {
  .header-mobile-actions{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .header-mobile-call{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
    border: 1px solid rgba(41, 48, 91, 0.16);
    border-radius: 12px;
    background: #ffffff;
    color: #29305b;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
  }

  .header-mobile-call:hover,
  .header-mobile-call:focus{
    color: #27284b;
    border-color: rgba(41, 48, 91, 0.34);
    box-shadow: 0 6px 16px rgba(41, 48, 91, 0.10);
    text-decoration: none !important;
  }

  .header-mobile-call:focus-visible{
    outline: 2px solid rgba(41, 48, 91, 0.22);
    outline-offset: 2px;
  }

  .header-mobile-call__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    line-height: 1;
  }

  .header-mobile-call__icon svg{
    display: block;
    width: 22px;
    height: 22px;
  }

  .header-mobile-bar .navbar-toggler{
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .header-menu .mod-menu > li.deeper.parent{
    display: inline-flex;
    align-items: center;
    gap: 0;
  }

  .header-menu .mod-menu > li.deeper.parent > a{
    padding-right: 6px;
  }

  .header-menu .mod-menu > li.deeper.parent > .submenu-toggle,
  .header-menu .mod-menu > li.deeper.parent > button.submenu-toggle{
    display: none !important;
  }

  .header-menu .mod-menu > li.deeper.parent > .mm-toggler,
  .header-menu .mod-menu > li.deeper.parent > button.mm-toggler{
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 18px !important;
    min-width: 18px !important;
    height: 94px !important;
    min-height: 94px !important;
    margin: 0 10px 0 -2px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #29305b;
    box-shadow: none !important;
    line-height: 1;
    transform: none !important;
  }

  .header-menu .mod-menu > li.deeper.parent > .mm-toggler > *,
  .header-menu .mod-menu > li.deeper.parent > button.mm-toggler > *{
    display: none !important;
  }

  .header-menu .mod-menu > li.deeper.parent > .mm-toggler::after,
  .header-menu .mod-menu > li.deeper.parent > button.mm-toggler::after{
    content: "";
    position: static !important;
    display: block;
    width: 8px;
    height: 8px;
    margin: -3px 0 0 0 !important;
    border: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    border-radius: 0;
    background: transparent !important;
    transform: rotate(45deg) !important;
  }

  .header-menu .mod-menu > li.deeper.parent:hover > .mm-toggler,
  .header-menu .mod-menu > li.deeper.parent:focus-within > .mm-toggler{
    color: #27284b;
  }
}

@media (max-width: 991.98px) {
  #offcanvasMenu .mod-menu > li.deeper.parent{
    display: grid;
    grid-template-columns: auto 32px;
    align-items: center;
    column-gap: 6px;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > a{
    display: inline-flex;
    grid-column: 1;
    width: auto !important;
    min-width: 0;
    padding-right: 0;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .submenu-toggle,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.submenu-toggle{
    display: none !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler{
    position: static !important;
    display: inline-flex !important;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #29305b;
    box-shadow: none !important;
    line-height: 1;
    transform: none !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler > *,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler > *{
    display: none !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler::after,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler::after{
    content: "";
    position: static !important;
    display: block;
    width: 8px;
    height: 8px;
    margin: -3px 0 0 0 !important;
    border: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    border-radius: 0;
    background: transparent !important;
    transform: rotate(45deg) !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler[aria-expanded="true"]::after,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler[aria-expanded="true"]::after{
    margin-top: 3px !important;
    transform: rotate(225deg) !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mod-menu__sub{
    grid-column: 1 / -1;
  }
}
/* ==================================================
   DESKTOP MENU ARROW FIX
   Только стрелка выпадающего пункта в верхнем меню
   ================================================== */

@media (min-width: 992px) {
  .header-menu .mod-menu > li.deeper.parent > a {
    padding-right: 6px;
  }

  .header-menu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    min-height: 94px;
    padding: 0;
    margin: 0 0 0 -8px;
    border: 0;
    background: transparent;
    color: #29305b;
    line-height: 1;
  }

  .header-menu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub::after {
    content: none !important;
    display: none !important;
  }

  .header-menu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub .icon-chevron-down {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}
/* ==================================================
   MOBILE FIXED HEADER OFFSET
   Компенсация фиксированной мобильной шапки
   ================================================== */

@media (max-width: 991.98px) {
  body.site {
    padding-top: 64px;
  }

  .header-mobile-bar .header-brand a {
    min-height: 0 !important;
  }

  .header-mobile-bar .header-brand img,
  .header-mobile-bar .header-brand svg {
    max-height: 52px;
    width: auto;
  }

  .hero-banner {
    margin-top: 0;
  }
}