/*
Theme Name: BroPack
Theme URI: https://example.com/bropack
Author: BroPack
Author URI: https://example.com
Description: Кастомна тема BroPack для лендингу пакування під ключ. Усі секції редагуються через Зовнішній вигляд → Налаштувати.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bropack
Tags: landing, business, customizer, packaging
*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:     #0D1B3E;
      --navy2:    #152245;
      --orange:   #F45500;
      --orange2:  #E86210;
      --gray-bg:  #F4F6FA;
      --gray-lt:  #F0F2F7;
      --text:     #1A1A2E;
      --muted:    #6B7280;
      --white:    #FFFFFF;
      --border:   #E2E5F0;
      
      --cont:     1180px;
      --pad:      0 24px;
    }

    html { scroll-behavior: smooth; }
    body {  color: var(--text); background: var(--white); line-height: 1.6;   overflow-x: hidden; 
     font-family: 'Montserrat';font-style: normal;}

    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    .container { max-width: var(--cont); margin: 0 auto; }

/* ── BUTTONS ── */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: clamp(6px, 0.8vw, 8px) clamp(16px, 2vw, 32px);
    gap: 10px;
    border-radius: 8px;
    border:none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--white); 
}
.btn-orange { background: var(--orange); color: var(--white); }
.btn-outline { background: transparent; color: var(--orange); border: 2px solid var(--orange); }
.btn-outline:hover { background: var(--orange); color: var(--white); }

/* HEADER*/
.is-mobile-only {display: none;}

.header {background: var(--white); z-index: 100;}
.header-inner {display: flex; align-items: center; gap: 28px;max-width: var(--cont); margin: 0 auto;margin-bottom: 25px !important;}
.logo {font-family: 'Montserrat';font-style: normal;font-weight: 600;font-size: clamp(35px, 3vw, 40px);color: #000000;}
.logo span {  background: #AD6220; margin: 0;padding: 0;}
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(10px, 2vw, 29px); flex: 1; flex-wrap: wrap;}
.nav a {
  font-family: 'Montserrat';font-style: normal;
  font-weight: 400;font-size: clamp(12px, 1vw, 14px);
  line-height: 140%;color: #000000;
}
.header-contacts {display: flex;align-items: center;gap: clamp(10px, 3vw, 24px);}
.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 600;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.burger {display: none; flex-direction: column; gap: 5px; cursor: pointer;padding: 4px; margin-left: auto;}
.burger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }
.mobile-nav {display: none; flex-direction: column; background: var(--white);border-top: 1px solid var(--border); padding: 16px 24px;}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 10px 0; font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--border); }

/* HERO */
.hero {position: relative;margin-bottom: 64px;}
.hero-inner {position: relative;max-width: var(--cont); margin: 0 auto;padding: clamp(24px, 5vw, 64px);background-color: #00143E;border-radius: 32px;overflow: hidden;}
.hero-phone{display: none;}
.hero-cta-mob, .hero-marquee{display: none;}
.hero-content{position: relative;} 
.hero h1 {font-family: 'Montserrat';font-style: normal;font-weight: 500;
  font-size: clamp(24px, 3.5vw, 45px);line-height: 130%;color: #FFFFFF;margin-bottom: clamp(20px, 3vw, 32px);
}
.hero-sub {
  width: 100%;max-width: 618px;font-family: 'Montserrat';
  font-style: normal;font-weight: 400;font-size: clamp(16px, 2vw, 24px);
  line-height: 130%;color: #FFFFFF;margin-bottom: clamp(12px, 2vw, 16px);
}
.hero-note {font-family: 'Montserrat';font-style: normal;font-weight: 600;font-size: clamp(14px, 2vw, 16px);line-height: 150%;
  color: #FFFFFF;margin-bottom: clamp(40px, 8vw, 120px);
}
.hero-form {background: var(--white);border-radius: 24px; padding: 32px;}
.hero-form-title {font-family: 'Montserrat';font-style: normal;font-weight: 600;font-size: clamp(14px, 2vw, 16px);line-height: 150%;color: #000000;margin-bottom: 16px;}
.hero-man {position: absolute;right: 20px;bottom: -20px;z-index: 3;object-fit: contain;pointer-events: none;height: 600px;}
@media (max-width: 991px) {
  .hero-man { height: 460px; right: 10px;}
  .hero-sub{width: 65%;}
}
@media (max-width: 768px) {
  .hero-form-row {grid-template-columns: 1fr 1fr !important;}
  .hero-form-row .btn { grid-column: 1 / -1;}
  .hero h1{ margin-bottom: 10px;}
  .hero-form{padding: 28px;}
}
.hero-form-title span{font-weight: 500;}
@media (max-width: 575px) {
  .hero-inner {
    background-image: none;
    background-color: #F7F0E9; border-radius: 0; height: 522px; overflow: visible;
  }
  .hero-sub, .hero-note, .hero-form{display: none;}
  .hero-content h1{font-size: 24px; font-weight: 600;color: #000000; text-align: center;margin-bottom: 12px;}
  .hero-phone{display: flex; justify-content: center; align-items: center; gap: 12px;
    font-family: 'Montserrat';font-style: normal;font-weight: 500;font-size: 12px;line-height: 130%;color: #000000;margin-bottom: 28px;
  }
  .hero-phone__icon img{width: 24px; height: 24px;}
  .hero-cta-mob{ display: block; padding: 15px 24px; background: #AD6220;
    font-family: 'Montserrat';font-style: normal;
    font-weight: 600;font-size: 12px;line-height: 150%;
    text-align: center;text-transform: uppercase;
    color: #FFFFFF;width: fit-content;
    margin: 0 auto;
  }
  .hero-man {position: absolute;left: 50%;transform: translateX(-50%);bottom: -225px; height: 630px;}
 .hero-marquee {
  display: flex;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: var(--orange);
  padding: 18px 0;         
}
.hero-marquee__track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;animation: hero-marquee 20s linear infinite; 
}
.hero-marquee__item {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;font-size: 14px; line-height: 130%; letter-spacing: 0.16em;
  text-transform: uppercase; color: #FFFFFF; white-space: nowrap;
}
.hero-marquee__item span { font-size: 16px; line-height: 1; }
@keyframes hero-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-marquee__track { animation: none; }
}
}
.hero-form-row { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 16px; }
.hero-form .inp { 
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    background: #F3F3F3;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
}
.hero-form .inp::placeholder { 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
     font-size: clamp(14px, 2vw, 16px);
    line-height: 150%;
    color: rgba(0, 0, 0, 0.7);
}
.know-how-mob{padding-top: 64px;}
    
/* BENEFITS TOP*/
 .benefits-top-inner {
    max-width: var(--cont); margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
    margin-bottom: 54px;
}

.benefit-col { 
    display: flex; 
    padding: clamp(16px, 3vw, 32px);
    gap: clamp(16px, 3vw, 32px);
    background: #F5F8FF;
    border-radius: 24px;
}
.benefit-icon-wrap {
    width: 32px; height: 32px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
}

.benefit-col h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 150%;
    color: #000000;
    margin-bottom: 8px;
}
.benefit-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefit-col ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
    font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.benefit-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #ff5a00;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .benefits-top{
    display: none;
  }
  .footer-social-icon img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(91%) saturate(2419%) hue-rotate(216deg) brightness(95%) contrast(104%);
  }
}
/* collage*/
.collage{
  display: none;
}
@media (max-width: 575px) {
  .collage { display: block; padding-top: 70px;}
  .collage-one{ margin-bottom: 64px;}
  .collage__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 126px 126px 126px 126px;
    grid-template-areas:
      "a a b c"
      "d e f f"
      "t t f f"
      "g g h i";
    gap: 8px;                 
    padding: 0 16px;
  }

  .collage__cell { width: 100%; height: 100%; object-fit: cover; display: block; }
  .collage__cell--a { grid-area: a; }
  .collage__cell--b { grid-area: b; }
  .collage__cell--c { grid-area: c; }
  .collage__cell--d { grid-area: d; }
  .collage__cell--e { grid-area: e; }
  .collage__cell--f { grid-area: f; }
  .collage__cell--t { grid-area: t; }
  .collage__cell--g { grid-area: g; }
  .collage__cell--h { grid-area: h; }
  .collage__cell--i { grid-area: i; }

  .collage__text {
    background: var(--navy);         
    display: flex;
    align-items: center;
    padding: 16px;
}
.collage__text p {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: clamp(14px, 4.5vw, 16px);
  line-height: 120%;
  color: #fff;
}
}

.collage2 { display: none; }

.collage2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 126px 126px 126px 126px;
  grid-template-areas:
    "a a b b"
    "c d b b"
    "t t t e"
    "f g h h";
  gap: 6px;
  padding: 0 16px;
}

.collage2__cell {width: 100%;height: 100%;object-fit: cover;display: block;}

.collage2__cell--a { grid-area: a; }
.collage2__cell--b { grid-area: b; }
.collage2__cell--c { grid-area: c; }
.collage2__cell--d { grid-area: d; }
.collage2__cell--e { grid-area: e; }
.collage2__cell--f { grid-area: f; }
.collage2__cell--t { grid-area: t; }
.collage2__cell--g { grid-area: g; }
.collage2__cell--h { grid-area: h; }


.collage2__text {
  background: var(--navy);
  
  display: flex;
  align-items: center;
  
  padding: 14px 12px;
}
.collage2__text p {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: clamp(13px, 3.8vw, 16px);
  line-height: 130%;
  color: #fff;
  text-align: center;
}

@media (max-width: 575px) {
  .collage2 { display: block; }
}


/* KNOW HOW SECTION */
.know-how__inner {
    max-width: var(--cont);
    margin: 0 auto;
    margin-bottom: 32px;
}

/* ── HEADING ── */
.know-how__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 130%;
    text-align: center;
    color: #000000;
    margin-bottom: clamp(16px, 2vw, 24px);
}
.know-how__sub {
    margin-bottom: 32px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
     font-size: clamp(14px, 2vw, 16px);
    line-height: 140%;
    text-align: center;
    color: #000000;
    flex-grow: 0;
}
.know-how__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.know-how__grid--row2 {
    padding-top: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}

.kh-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #F5F8FF;
    border-radius: 24px;
}  
.kh-card__header {display: flex;align-items: flex-start;gap: 16px;padding-bottom: 16px;border-bottom: 1px solid #DDE8FF;}
.kh-card__icon {
    display: flex; align-items: center;justify-content: center;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 100%;
    flex-shrink: 0
}
.kh-card__icon img{
    display: block;width: 32px;height: 32px;
    object-fit: contain;
}
.kh-card__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
     font-size: clamp(14px, 2vw, 16px);
    line-height: 140%;
    color: #000000;
}
.kh-card__title strong {
    font-weight: 700;
}
.kh-card__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.kh-card__item:last-child { margin-bottom: 0; }
.kh-card__bullet {
    display: flex;              
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
 }
.kh-card__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
     font-size: clamp(15px, 2vw, 16px);
    line-height: 140%;
    color: #000000;
}

/* АККОРДЕОН KNOW-HOW*/

.kh-card__toggle {
  display: none;
  margin-left: auto;
  flex-shrink: 0;
  width: 32px; height: 32px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  color: var(--orange);
  align-items: center;
  justify-content: center;
  transition: transform .3s ease;
}



@media (max-width: 575px) {
  .know-how{ padding-top: 64px;}
  .know-how__grid{ gap: 0;}

  .kh-card__toggle { display: inline-flex; }
  
  .kh-card__title{width: auto; font-weight: 600;font-size: 20px;line-height: 140%;}
  .kh-card{background-color: transparent; padding: 0 32px 16px 32px;}
  .kh-card__header{ border-bottom: none; padding-bottom: 0;}
  .kh-card__bullet{ width: 24px; height: 24px;}
  .kh-card.is-open .kh-card__toggle { transform: rotate(270deg); }
  .kh-card__header { cursor: pointer; user-select: none; }
  .kh-card:not(.is-open) {gap: 0;}
  .kh-card:not(.is-open) .kh-card__header {padding-bottom: 0;border-bottom: none;}
  .kh-card__body { display: none; }
  .kh-card.is-open .kh-card__body {display: block;animation: kh-fade-in .25s ease;}
}

@keyframes kh-fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ══ RESPONSIVE ══ */
  

/* CTA STRIP  */
.cta-strip { max-width: var(--cont); margin: 0 auto;}
.form {
    background: #00143E; 
    border-radius: 24px; padding: 32px;
}
.form-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.form-title span{
    font-weight: 400;
}


.form-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.form .inp { 
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
}
.form .inp::placeholder { 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 150%;
    color: #FFFFFF;
}
/* HOW WE WORK */
.practice__inner {
  padding: 96px 0;
  max-width: var(--cont);
  margin: 0 auto;
}
/* ── HEADING ── */
.practice__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 130%;
    text-align: center;
    color: #000000;
    margin-bottom: 24px;
}
.practice__sub {
   font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 140%;
    text-align: center;
    color: #000000;
}
.practice__layout {display: flex;gap: 16px;align-items: center;}
.practice__character {max-width: 383px;width: 100%;height: 690px;flex-shrink: 0;}
.practice__character img {display: block;}
.practice__steps {display: flex;flex-direction: column;gap: 8px;}
.step-card {background: #F5F8FF;border-radius: 16px;padding: 32px;}
.step-card__head {display: flex;align-items: center;gap: 16px;margin-bottom: 16px;}

.step-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
}
.step-card__icon img{
  display: block;
  width: 32px;
  height: 32px;
 }
.step-card__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  flex: 1;
}

.step-card__num {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 140%;
  text-align: right;
  color: #0045F5;
}
.step-card__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
/* ── CTA BUTTON ── */
.practice__cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.btn-outline-orange {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  gap: 10px;
  border: 2px solid #F45500;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;

font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 140%;
/* or 22px */
text-align: center;
letter-spacing: 0.14em;
text-transform: uppercase;

color: #F45500;


}
   

    /* ══ RESPONSIVE ══ */
    @media (max-width: 991px) {
      .practice__title { font-size: 30px; }
      .practice__layout { grid-template-columns: 1fr; gap: 32px; }
      .practice__character { min-height: auto; order: -1; }
      .practice__character img,
      .character-svg { max-width: 320px; }
    }

    @media (max-width: 575px) {
      .practice { padding: 56px 16px 64px; }
      .practice__title { font-size: 24px; }
      .practice__sub { font-size: 14px; margin-bottom: 36px; }
      .step-card { padding: 22px 20px; }
      .step-card__head { gap: 14px; margin-bottom: 12px; }
      .step-card__icon { width: 44px; height: 44px; }
      .step-card__icon svg { width: 20px; height: 20px; }
      .step-card__title { font-size: 17px; }
      .step-card__num { font-size: 13px; }
      .step-card__text { font-size: 13.5px; padding-left: 0; }
      .btn-outline-orange { padding: 14px 28px; font-size: 13px; }
    }
/* VIDEO SECTION */
.video-test__inner {max-width: var(--cont); margin: 0 auto; }
.video-test__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.video-test__title span{font-weight: 700;}

/* ─── СЛАЙДЕР ─── */
.vt-slider { position: relative; max-width: 920px; margin: 0 auto; }
.vt-viewport {overflow: hidden;border-radius: 24px;margin-bottom: 16px;}
.vt-track {display: flex;transition: transform 0.5s ease;will-change: transform;}
.vt-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background: #00143E;
  border-radius: 32px;
}
.vt-caption-top {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.vt-video {
  position: relative; border-radius: 24px; overflow: hidden;
  aspect-ratio: 16 / 9; cursor: pointer; 
}
.vt-video img {
  width: 100%; max-width: 872px; height: auto;object-fit: cover; display: block; border-radius: 24px;
}
.vt-play {
  position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); 
  display: flex; justify-content: center; align-items: center;
  border: none; background-color: transparent; cursor: pointer;z-index: 2;
  }
.vt-caption-bottom {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
/* СТРІЛКИ */
.vt-arrow {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%; background: transparent; border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 5;
  }
.vt-arrow--prev { left: -60px; }
.vt-arrow--next { right: -60px; }
/* ТОЧКИ */
.vt-dots {display: flex; justify-content: center;gap: 16px; margin-top: 16px;padding: 8px 24px;  width: fit-content;
  margin: 0 auto; border-radius: 100px; margin-bottom: 48px;
  background: rgba(0, 0, 0, 0.05);}
.vt-dot {width: 14px; height: 14px;border-radius: 50%; background: rgba(0, 0, 0, 0.1);
  cursor: pointer; transition: .2s;border: none; padding: 0;
  }
.vt-dot.active { background: #F45500 }

  /* ── SECTION ── */
.equipment{background-color:#F5F8FF; padding: 48px 0;}
.equipment__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.equipment__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.equipment__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.eq-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 32px;
  background: #FFFFFF;
  border: 2px solid #CFDFFF;
  box-shadow: 0px 16px 16px -4px rgba(12, 12, 13, 0.02), 0px 4px 4px -4px rgba(12, 12, 13, 0.02);
  border-radius: 16px;
}
/* ── LEFT INFO ── */
.eq-info {display: flex;flex-direction: column;flex-shrink: 0;}
.eq-info__level {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}
.eq-info__badge {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 10px;
  background: #F45500;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.eq-info__capacity {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 140%;
  color: #151515;
  margin-bottom: 16px;
}
.eq-info__desc {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  max-width: 498px;
  margin-bottom: 105px;
}
.eq-info__price { 
  display: flex; justify-content: space-between; align-items: center; background: #F5F8FF;
  border-radius: 8px; padding: 8px; margin-top: auto;
}
.eq-info__price-label {
  font-family: 'Montserrat';font-style: normal;font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);line-height: 140%;color: #000000;
}
.eq-info__price-value {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 140%;
  text-align: right;
  color: #0045F5;
}
.eq-slider {position: relative;border-radius: 10px;overflow: hidden;}
.eq-slider__image{position: relative;}
.eq-slider__image::before {
  content: '';position: absolute; height: 242px;
  inset: 0; pointer-events: none;background-size: cover;background-position: center;background-repeat: no-repeat;}
.eq-slider__viewport {overflow: hidden;height: 100%;position: relative;}
.eq-slider__track {display: flex;transition: transform 0.5s ease;will-change: transform;height: 100%;}
.eq-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 60px 50px;
  position: relative;
}
.eq-slider__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.eq-slider__image img {
  max-width: 100%;
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
}
.eq-slider__caption {
  padding-top: 12px;
  font-family: 'Montserrat';font-style: normal;font-weight: 400;
  font-size: 14px;
  line-height: 140%;text-align: center;color: #000000;
  margin-bottom: 16px;
}
.eq-slider__caption strong {font-weight: 600;}
.eq-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}
.eq-arrow--prev { left: 4px; }
.eq-arrow--next { right: 4px; }
/* Точки */
.eq-slider__dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  padding: 8px 24px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
}
.eq-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: .2s;
}
.eq-dot.active {background: #F45500;}
/* ── CTA ── */
.equipment__cta {display: flex;justify-content: center;margin-top: 48px;}
.cta-start{padding: 48px 0;}
.cta-inner {
  position: relative;
  max-width: var(--cont); margin: 0 auto;
  padding: clamp(24px, 5vw, 64px);background-color: #00143E;
  border-radius: 32px;overflow: hidden;
} 
.cta-content h2{
  max-width: 624px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.cta-sub{
  max-width: 658px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 48px;
}
.hero-form {position: relative;z-index: 4;}
.cta-man {position: absolute;right: 0;bottom: -30px;z-index: 3;object-fit: contain;pointer-events: none;}
.expert{background-color: #F5F8FF;padding: 48px 0;}
.expert-inner{max-width: var(--cont); margin: 0 auto; }
.expert-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.expert-title span{font-weight: 700;color: #0045F5;}
.expert-sub{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 64px;
}
.btn-orange{
  display: flex; justify-content: center;align-items:center;
  border: none; cursor: pointer;
  padding: 8px 32px;
  gap: 10px; background: #F45500; border-radius: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.expert .btn-orange {margin: 0 auto;}
.footer {background-color: #00143E; padding: 32px;}
.footer__inner {max-width: 1180px;margin: 0 auto;display: flex;}
.footer-brand{width: 100%; max-width: 482px;}
.footer-logo{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 40.3604px;
  line-height: 49px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.footer-logo span{background: #AD6220;}
.footer-about{
  max-width: 340px; padding-top: 24px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 96px;
}
.footer-social{display: flex; gap: 10px;}
.footer-col{width: 100%;max-width: 333px;}
.footer-col h4{font-family: 'Montserrat';font-style: normal;font-weight: 600;font-size: 16px;line-height: 140%;color: #FFFFFF;margin-bottom: 24px;}
.footer-col li a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer-col summary svg{display: none;}
.footer-col li {margin-bottom: 16px;}
.footer-contact{display: flex; gap: 16px; margin-bottom: 16px;}
.footer__contact-text{display: flex; flex-direction: column;}

.footer__contact-text a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.footer__contact-text small{
  font-family: 'Montserrat';
  font-weight: 100 !important;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer-top{background: transparent;cursor: pointer;border: none;box-shadow: none;margin-top: -220px;}
.footer-bottom{background: #0A2051;font-family: 'Montserrat';font-style: normal;font-weight: 300;font-size: 14px;line-height: 140%;color: #FFFFFF;}
.footer-bottom__row{width: 100%;max-width: 1180px;margin: 0 auto;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;padding: 12px 0;gap: 16px;}
.footer-social-icon{
  display: flex; justify-content: center; align-items: center;
  width: 40px; height: 40px; border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.2);}
@media (max-width: 1200px){
   .container{ padding: 0 20px;}
   .know-how .is-desktop-only { padding: 0 20px;}
   .benefits-top, .cta-strip, .practice, .expert-inner, .footer-bottom__row { padding: 0 20px !important;}
  }
@media (max-width: 1024px) {
  .hero{ padding: 0 20px;}
  .cta-start{ padding: 0 20px;}
  .hero-form-row {grid-template-columns: 1fr 1fr !important;}
  .hero-form-row .btn { grid-column: 1 / -1;}
  .know-how{ padding: 0 20px;}
  .vt-arrow{display: none;}
  .eq-info{width: 100%;}
  .benefits-top-inner{grid-template-columns: 1fr;gap: 24px;}
  .know-how__grid{grid-template-columns: 1fr !important;}
  .kh-card__title{width: 350px;}
  .practice__character{display: none;}
  .eq-info__desc{ margin-bottom: 20px;}
  .form-row {grid-template-columns: 1fr 1fr;gap: 12px;}
  .form-row .btn { grid-column: 1 / -1;}
  .practice__sub{margin-bottom: 20px;}
  
 
  
  .eq-slider__caption{padding-top: 50px;}
  .eq-card{ flex-direction: column !important;}
}
.m-intro { display: none; }
 /* шапка аккордеона (summary) */
.footer-col summary {list-style: none; cursor: pointer; display: flex;justify-content: space-between;align-items: center;}
.footer-col summary::-webkit-details-marker { display: none; } /* Safari */


/* ═══════════════════════════════════════════
   СТИЛИ МОДАЛЬНЫХ ОКОН (ПОПАПОВ)
   ═══════════════════════════════════════════ */

/* ===== Базовый модал ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal[hidden] {
  display: none !important;
}

.modal__overlay {
  position: absolute;inset: 0;background: rgba(20, 25, 50, 0.55);cursor: pointer;
}
.modal__card {
  position: relative;background: #fff;border-radius: 24px;width: 100%;max-width: 782px;
  overflow: hidden;animation: modalIn .25s ease-out;padding: 32px;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}

.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  border: none;
  border-radius: 50%;
  cursor: pointer !important;
  z-index: 2;
  transition: background .2s;
  z-index: 10;
}
.modal__close:hover {background: rgba(0, 0, 0, 0.55);}

body.modal-open {overflow: hidden;}

/* ===== Попап 1: Форма ===== */
.modal__card--form {
  overflow: hidden !important;  
  position: relative;    
 
  background: #F7F0E9;
  padding: 40px 40px 0 40px ;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;border-radius: 20px;height: 403px;
}

.modal-form__title {
  width: 261px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size:  clamp(18px, 2vw, 24px);
  line-height: 150%;
  color: #000;
  margin-bottom: 12px;
}
.modal-form__sub {
  width: 283px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size:  clamp(13px, 2vw, 14px);
  line-height: 150%;
  color: #000;
  margin: 0;
}
.modal-form__img {
  position: absolute;align-self: end;
  max-height: 390px;bottom: 0;z-index: 2;
  right: -80px;
}
.modal-form__row {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  margin-top: 88px;
  z-index: 3;
  height: 80px;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);


}
.modal-form__row .inp {
  padding: 13.5px 12px;
  background: #F3F3F3;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size:  clamp(12px, 2vw, 14px);
  outline: none;
}
.modal-form__row .btn-orange {
  padding: 12px 24px;
  background: #F45500;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  white-space: nowrap;
}

/* ===== Попап 2: Фото ===== */
.modal__card--photo {
  padding: 24px;
  max-width: 800px;
}
.modal-photo__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin: 0 0 16px;
}
.modal-photo__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* ===== Попап 3: Успіх ===== */
.modal__card--success {
  position: relative;
  border-radius: 40px;
  background: #00143E;
  padding: 20px 78px 0 78px;
  height: 403px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.modal-success__check {
  margin-bottom: 24px;
}
.modal-success__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
 
}
.modal-success__sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;

}
.modal-success__img {
  max-height: 320px;
  width: auto;
  align-self: end;
}

/* ===== Адаптив ===== */
@media (max-width: 768px) {
  .modal-form__row{ height: auto;}
  .modal__card--form,
  .modal__card--success {display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 0; padding: 80px 24px 0 24px; height: auto;}
  .modal-success__check img{ width: 80px; height: 80px; margin: 0 auto;}
  .modal-success__img{ margin: 0 auto;}
  .modal-success__sub{font-size: 15px; text-align: center;}
  .modal__card--form{border-radius: 0; height: auto !important; padding: 12px;}
  .modal__card{border-radius: 0;height: auto; padding: 12px;}
  
  .modal-form__row {grid-template-columns: 1fr; border-radius:0; margin-top: 3px;}
  .modal-form__title {width: 100%; padding-top: 52px;text-align: center;margin-bottom: 8px;}
  .modal-form__sub{width: 80%; display: block; margin: 0 auto; text-align: center;}
  .modal-success__title {font-size: 20px; text-align: center; margin-bottom: 12px;}
  .modal__close{top: 24px; right: 24px;}
  .modal-form__img{max-width: 450px; bottom:0;position: static; width: 100%; height: auto;margin: 0 auto;}
  .modal-form__row .inp{border-radius: 0; padding: 15px 12px;}
  .modal-form__row .btn-orange{border-radius: 0; background-color: #AD6220; font-weight: 600;line-height: 150%;text-align: center;
    text-transform: uppercase;color: #FFFFFF;letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .nav,.header-contacts {display: none;}
  .burger {display: flex;}
  .header-inner {justify-content: space-between;padding: 12px 16px;margin-bottom: 0 !important;}
  .mobile-nav {
    position: absolute;top: 100%;left: 0;
    right: 0;z-index: 99;box-shadow: 0 8px 16px rgba(0,0,0,.08);
    height: 100vh;padding: 0;
  }
  .mobile-nav a{font-family: 'Montserrat';font-style: normal;font-weight: 400;
    font-size: 15px;line-height: 140%;color: #000000;padding: 24px 16px;}
  .header { position: relative; }
}
.burger {
  display: none;padding: 0;border: none;
  background: transparent;cursor: pointer;margin-left: auto;
}
.burger__open,.burger__close {
  display: block;width: 100%;height: 100%;
}
.burger__close { display: none; } 

@media (max-width: 991px) {
  .burger { display: block; }

  /* при открытом меню — показываем крестик, прячем гамбургер */
  .header:has(.mobile-nav.open) .burger__open  { display: none; }
  .header:has(.mobile-nav.open) .burger__close { display: block; }
}
@media (max-width: 575px) {
  .is-mobile-only  { display: block; }
  .is-desktop-only { display: none; }
  .hero-inner,
  .cta-inner,
  .expert {
    background-image: none !important;
  }
  .eq-slider__image::before {
    display: none !important;
  }
  .container{ padding: 0 16px;}
  .m-intro {display: block;text-align: center;}
  /* "● Пакуйте впевнено" */
  .m-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: var(--text);
    margin: 0 0 16px;
  }
  .m-intro__dot {width: 8px;height: 8px;background: #DE6727;border-radius: 50%;flex-shrink: 0;}
  .m-intro__title {
    font-family: 'Montserrat';font-weight: 700;font-size: 29px;
    line-height: 130%;color: var(--text);margin: 0 0 16px;
  }
  .m-intro__sub {
    font-family: 'Montserrat';font-weight: 400;
    font-size: 15px;line-height: 140%;
    color: var(--text);margin: 0;margin-bottom: 24px;
  }

  .step__icon{padding: 18px;width: 96px;height: 96px;background-color: #F7F0E9; margin: 0 auto; margin-bottom: 24px;}
  .step__icon img{width: 52px; height: 52px; margin: 0 auto;}
  .step:hover .step__icon {background: #AD6220;}
  .step:hover .step__icon img {filter: brightness(0) invert(1);}
  .step__title{font-family: 'Montserrat';font-style: normal;
    font-weight: 600;font-size: 21px;line-height: 140%;text-align: center;color: #000000;margin-bottom: 8px;
  }
  .step__text{
    font-family: 'Montserrat';font-style: normal;font-weight: 500;font-size: 15px;
    line-height: 140%;text-align: center;color: #000000; margin-bottom: 32px;
  }
  .video-titel-mob{
    font-family: 'Montserrat';
    font-style: normal;font-weight: 600;font-size: 29px;
    line-height: 130%;text-align: center;letter-spacing: -0.01em;color: #000000; margin-bottom: 16px;
  }
  .vt-arrow { display: none;}
  .vt-slide{ box-sizing: border-box;background-color: transparent; padding: 16px;border-radius: 0; border: 1px solid #EDE3D8 !important;    
  }
  .m-top-text{
    font-family: 'Montserrat';font-style: normal;font-weight: 500;font-size: 15px;
    line-height: 140%;text-align: center;color: #000000; margin-bottom: 12px;
  }
  .vt-video {aspect-ratio: 9 / 16; height: auto; border-radius: 8px;      
    max-width: 280px;margin: 0 auto;                
  }
  .vt-viewport {border-radius: 0;}
  .vt-track {align-items: flex-start;}
  .vt-slide {justify-content: flex-start;}
  .vt-caption-bottom {margin: 12px 0 0 0;   }
  .vt-video img {
    width: 100%;height: 100%;
    object-fit: cover;border-radius: 0;              
  }
  .vt-caption-bottom{background: #F7F0E9;font-family: 'Montserrat';
    font-style: normal;font-weight: 500;
    font-size: 15px;line-height: 140%;text-align: center;color: #000000;padding: 8px; margin-top: 12px; margin-bottom: 0 !important;
  }

  .equipment{ background-color: transparent;}
  .eq-card{flex-direction: column;box-shadow: none; border: 1px solid #EDE3D8 !important; border-radius: 0; padding: 24px; overflow: hidden;}
  .eq-info{width: 100%;}
  .eq-info__badge{ border-radius: 0px; background-color: #DE6727; font-size: 18px; font-weight: 500;
     display: block; margin: 0 auto; margin-bottom: 8px;}
  .eq-info__capacity{ margin: 0 auto; margin-bottom: 12px;}
  .eq-info__mob{
    font-family: 'Montserrat';font-style: normal;font-weight: 500;
    font-size: 15px;line-height: 140%;text-align: center;color: #000000;margin-bottom: 16px;
  }
 
  .eq-info__price{
    border-radius: 0; background-color: #F7F0E9; margin-bottom: 24px;
  }
  .eq-slider__slide{ padding: 0; border-radius: 0;}
  .eq-slider__dots{position: relative; bottom: 0; transform: none;left: auto; width: fit-content; border-radius: 0; margin: 0 auto;}
  .vt-play{ width: 53px; height: 53px;}
  .eq-arrow{display: none;}
  .eq-info__price-label{font-weight: 500;}
  .eq-info__price-value{color: #AD6220;}
  .eq-slider__image::before {display: none;}
  .eq-slider__image{ background-color: #F7F0E9; border-radius: 0; margin-bottom: 8px; }      /* відступи від країв */
    
  .eq-slider__dots{border-radius:0; padding: 8px 16px;}
  .eq-dot{ width: 12px; height: 12px;}
  .vt-dots{border-radius: 0;}
  
  .btn-mob{ display: block; margin: 0 auto; cursor: pointer; margin-top: 24px;
    font-family: 'Montserrat';font-style: normal;
    font-weight: 600;font-size: 12px;line-height: 150%;text-align: center;
    text-transform: uppercase;color: #FFFFFF; padding: 15px 24px;background: #AD6220;border:none;
  }
  


  .m-form{background-color: #00143E; border-radius: 0; padding: 32px;}
  .m-form-title{padding: 0 4px; text-align: center;
    font-family: 'Montserrat';font-style: normal;
    font-weight: 600;font-size: 15px;line-height: 150%;color: #FFFFFF; margin-bottom: 16px;
  }
  .m-form-title span{font-weight: 400;}

  .form-row{grid-template-columns: 1fr;}
  .m-form .inp{padding: 8px 12px;background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    
    border-radius: 0; height: 48px; 
  }
  .m-form .inp::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
  }
  .btn{ width: 100%; border: none; cursor: pointer; border-radius: 0; height: 48px;  background-color: #AD6220;
    font-weight: 600;font-size: 12px;line-height: 150%;text-align: center;text-transform: uppercase;color: #FFFFFF;
  }
  .m-expert__promo{background-color: #F7F0E9;padding: 56px 24px;}
  .m-expert__promo h2{
    font-family: 'Montserrat';font-style: normal;
    font-weight: 600;font-size: 29px;line-height: 130%;text-align: center;
    color: #000000; margin-bottom: 16px;}
  .m-expert__text{
    font-family: 'Montserrat';font-style: normal;
    font-weight: 500;font-size: 15px;line-height: 140%;text-align: center;color: #000000; margin-bottom: 16px;
  }
  .m-expert__text span{font-weight: 600;}
  .m-expert__eyebrow{ display: flex; justify-content: center; align-items: center; gap: 8px; 
    font-family: 'Montserrat';font-style: normal;font-weight: 600;font-size: 15px;line-height: 140%;text-align: center;
    color: #FFFFFF; margin-bottom: 16px;
  }
  .m-expert__dot{width: 8px; height: 8px; background-color: #DE6727; border-radius: 100%}
  .m-expert-title{ 
    font-family: 'Montserrat';
    font-style: normal;font-weight: 600;font-size: 29px;line-height: 130%;
    text-align: center;color: #FFFFFF; margin-bottom: 24px;
  }
  .m-expert-sub{
    font-family: 'Montserrat';font-style: normal;font-weight: 500;font-size: 15px;
    line-height: 140%;text-align: center;color: #FFFFFF;}
  .m-expert__content{
    padding: 56px 16px 0 16px; position: relative;
    background: linear-gradient(0deg, rgba(40, 19, 0, 0.8), rgba(40, 19, 0, 0.8)), 
    url("../img/bg-3.jpg");
  }
  .mob-btn-white{
    font-family: 'Montserrat';font-style: normal;font-weight: 600;
    font-size: 12px;line-height: 150%;text-align: center;
    text-transform: uppercase;color: #AD6220; background-color:#FFFFFF; padding: 15px 24px; 
    position: absolute; margin-top: -125px; left: 50%;
    transform: translateX(-50%); border: none; cursor: pointer; width: fit-content;  display: block; white-space: nowrap;
  }
  .m-expert-updated{position: absolute; right: 20px;}


  
  
  
  
}

@media (max-width: 575px) {
  .know-how { padding-top: 64px; }
  .know-how__grid { gap: 0; }
  .kh-card {background-color: transparent;padding: 0 16px 16px 16px;}
  .kh-card__title {flex: 1 1 auto;min-width: 0;             
    width: auto;font-weight: 600;line-height: 130%;
    overflow-wrap: break-word;word-break: break-word;
  }
  .kh-card__header {gap: 16px;border-bottom: none;padding-bottom: 0;align-items: center;}
  .kh-card__toggle {display: inline-flex;width: 24px;height: 24px;margin-left: 0;flex-shrink: 0;}

  .kh-card__bullet { width: 24px; height: 24px; }

  /* аккордеон */
  .kh-card.is-open .kh-card__toggle { transform: rotate(270deg); }
  .kh-card__header { cursor: pointer; user-select: none; }
  .kh-card:not(.is-open) { gap: 0; }
  .kh-card:not(.is-open) .kh-card__header {
    padding-bottom: 0;
    border-bottom: none;
  }
  .kh-card:last-child {
  padding-bottom: 0;
}
  .kh-card__body { display: none; }
  .kh-card.is-open .kh-card__body {
    display: block;
    animation: kh-fade-in .25s ease;
  }
  .steps{ padding: 56px 0;}
  .vt-caption-bottom {display: flex;align-items: center;justify-content: center;margin: 12px 0 0 0;}
.vt-dots{margin-bottom: 0;}
.cta-start{ padding: 56px 0;}
.equipment__list{ gap: 8px}
.equipment{padding: 56px 0;}

.footer{background-color: #F7F0E9; padding: 28px 16px 20px 16px;}
.footer-col summary svg{
  display: flex;
}
.footer__inner{flex-direction: column;}
.footer-top{margin-top: 0; width: 48px;height: 48px;background: #00143E;align-self: flex-end;  margin-top: 20px;}
.footer-logo{color: #000000}
.footer-about{ padding-top: 12px; font-weight: 500; color: #000000; margin-bottom: 20px;}
.footer-col h4{font-size: 21px;line-height: 140%;color: #000000;margin-bottom: 12px;}
.footer-col li a{font-size: 15px;line-height: 140%;color: #000000;}
.footer-col li{margin-bottom: 12px;}
.footer__contact-text a{font-weight: 400;font-size: 15px;line-height: 140%;color: #000000;}
.footer__contact-text small{display: none;}
.footer-contact__icon img{ width: 20px; height: 20px;}
.footer-bottom{background-color: #E6DDD3; color: #000000; padding: 12px 16px;}
.footer-bottom__row{flex-direction: column !important; justify-content: center; align-items: center;gap: 0;}
.footer-social{ margin-bottom: 20px;}
.footer-social-icon{border-radius: 0; border: 1px solid #00143E;}
.footer-social-icon svg path {fill: #00143E;}

 

}

@media (max-width: 991px) {
  .header:has(.mobile-nav.open) .burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header:has(.mobile-nav.open) .burger span:nth-child(2) {
    opacity: 0;
  }
  .header:has(.mobile-nav.open) .burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* чтобы линии вращались от центра */
  .burger span {
    transform-origin: center;
  }
}


