/* ============================================================
   FINAL CLEAN STYLES — depo-500
   ============================================================ */
/* advantages */
.text-right {
  text-align: right;
}
.ml-10 {
   margin-left: 10px;
   margin-right: 10px;
 }
.card {
  width: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  border: 0px solid var(--gray-color);
  transition: all .3s;
  cursor: pointer;
}
 /* ========== СЛАЙДЕР ========== */


/* ========== ШРИФТЫ ========== */
@font-face {
  font-family: "Jost";
  font-weight: 700;
  src: url("../fonts/Jost-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  font-weight: 500;
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  font-display: swap;
}

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

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: local('Rubik-Black'),
    url('../fonts/Rubik-Black.woff2') format('woff2'),
    url('../fonts/Rubik-Black.woff') format('woff');
  font-display: swap;
}

/* ========== ПЕРЕМЕННЫЕ ========== */
:root {
  --bg-color: #f5f5f5;
  --text-color: #6c757d;
  --accent-color: #ffd333;
  --contrast-color: #3d464d;
  --gray-color: #ccc;
  --red-color: #ee6e73;
  --light-grey-color: #eee;

  --color-tundora: #2c3e50;
  --bauhaus-black: #000000;
  --bauhaus-dark: #1A1A1A;
  --bauhaus-white: #FFFFFF;
  --bauhaus-gray: #B3B3B3;

  --crime-red: #E03C31;
  --crime-yellow: #F4B41A;
  --crime-orange: #F15A24;
  --crime-blue: #005C9E;
  --crime-green: #2A6B3C;



  --bg: #FFFFFF;
  --surface: #F5F5F5;
  --text-primary: #1A1A1A;
  --text-secondary: #616161;
  --border: #E0E0E0;
  --accent: #E03C31;
  --accent-alt: #1A5F7A;
  --success: #2A6B3C;
  --warning: #E6AE05;

  --black: #1A1A1A;
  --white: #FFFFFF;
  --gray-100: #F5F5F5;
  --gray-300: #E0E0E0;
  --gray-500: #9E9E9E;
  --gray-700: #616161;
  --gray-900: #2D2D2D;
  --accent-red: #E03C31;
  --accent-blue: #1A5F7A;

  --color-space: #2F394D;
  --color-midnight: #1a1a2e;
  --color-maroon: #8b0000;
  --color-gold: #e6ae05;
}

/* ========== БАЗОВЫЕ СТИЛИ ========== */
* {
  box-sizing: border-box;
  box-shadow: var(--shadow) !important;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #373A39;
  background: var(--bg);
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
  margin-bottom: 0px;
}

img {
  max-width: 100%;
  border-style: none;
}

a {
  background-color: transparent;
  color: var(--text-secondary);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
}

a:hover {
  color: var(--crime-orange);
  cursor: pointer;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

/* ========== ТИПОГРАФИКА ========== */
h1,
h2,
h3,
.title-6r {
  font-family: 'Rubik', monospace;
  font-weight: 500;
  letter-spacing: -0.5px;

}

h4 {
  font-size: 0.7rem;
  font-weight: 600;
  margin: 5px 0;
}

p {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin: 5px 0;
  color: #373A39;
}

/* ========== КОМПОНЕНТЫ ========== */
.container1400 {
  max-width: 1400px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.container1400 {
  /* max-width: 1400px; */
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.bt-2 {
  border-top: 1px solid var(--bauhaus-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.white {
  color: white;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f3f3f3;
}

.bg-black {
  background-color: black;
}

.dummy08 {
  min-height: 80px;
}

.center {
  text-align: center;
}

.text-center {
  text-align: center;
  font-family: 'Jost';
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #101c10;
}

.crime-accent {
  color: var(--accent);
}

.law-accent {
  color: var(--accent-alt);
}

/* ========== HEADER & NAVIGATION ========== */
.header {
  min-height: 60px;
  width: 100%;

}

.header__top {
  min-height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
  background: var(--gray-300);

  border-bottom: 1px solid var(--gray-300);
}
.main {
  padding-top: 60px;
  /* ← чтобы контент не перекрывался */
}
/* .header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--gray-300);
  z-index: 10;
  padding: 0px;
  margin: 0px;
} */
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* ← центрирует по вертикали */
  background: var(--gray-300);
  z-index: 10;
  padding: 0 15px;
  /* ← одинаковые отступы слева и справа */
  margin: 0;
  /* ← убираем margin, чтобы не сбивалось */
  min-height: 60px;
  /* ← фиксированная высота для хедера */
  box-sizing: border-box;
}
.menu__btn {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu__list {
  display: flex;
}

.menu__list-item {
  position: relative;
  display: flex;
    align-items: center;
    height: 100%;

  padding: 0px 10px;
}
/* .menu__list {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__list-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
} */
.dropbtn {
  display: block;
  padding: 10px 0;
  font-family: 'Jost';
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  cursor: pointer;
  transition: all .4s;
}

.dropbtn:hover {
  color: var(--crime-orange);
}


/* ===== СЛАЙДЕР (с центровкой) ===== */
 .slider-blog {
  background: #000;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;

}

.slider-blog__inner {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.slider-blog__item {
  width: 100%;
  aspect-ratio: 1400 / 660;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

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


@media (max-width: 768px) {
  .slider-blog__item {
    aspect-ratio: 4 / 3;
    max-height: 300px;
  }

  .slider-blog__img {
    object-fit: contain;
  }


  .slider-blog .slick-slide>div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }

  .slider-blog .slick-slide {
    height: 400px !important;
  }
}

@media (max-width: 480px) {
  .slider-blog__item {
    aspect-ratio: 3 / 2;
    max-height: 320px;
  }

  .slider-blog .slick-slide {
    height: 320px !important;
  }

        .slider-blog .slick-slide>div {
          height: 320px !important;
        }
        }


        @media (max-width: 360px) {
          .slider-blog__item {
            aspect-ratio: 4 / 3;
            max-height: 260px;
          }

          .slider-blog .slick-slide {
            height: 260px !important;
          }

          .slider-blog .slick-slide>div {
            height: 260px !important;
          }
}
/*slider end  *****************************************************************************/
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.slick-dots button {
  width: 20px;
  height: 6px;
  border: none;
  background: #242121;
  font-size: 0;
}

.slick-active button {
  width: 16px;
  height: 6px;
  background: tomato;
}

/* ========== GRID ========== */
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  max-width: 1400px;
  width: 100%;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  max-width: 1400px;
  width: 100%;
}

@media (max-width: 768px) {

  .grid-5,
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* ========== ABOUT ========== */
.about__inner {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.about__inner+.about__inner {
  margin-top: 10px;
}

.about__cell {
  flex: 1;
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about__cell img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.text-block {
  background-color: transparent;

  padding: 0px;
  border-radius: 8px;
  text-align: left;
}

@media (max-width: 650px) {
  .about__inner {
    flex-direction: column;
  }
}



/* ========== TABS ========== */
/* Закрепляем высоту контейнера с табами */
.tabcontent {
  display: none;
  height: 500px;
  /* ← фиксированная высота */
  overflow-y: auto;
  /* ← прокрутка внутри */
  padding: 10px;
  box-sizing: border-box;
}

.tabcontent:first-of-type {
  display: block;
}
/* ===== СКРОЛЛБАР ДЛЯ ТАБОВ ===== */
.tabcontent::-webkit-scrollbar {
  width: 18px;
  /* ← в 3 раза толще (было 6px) */
}

.tabcontent::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.tabcontent::-webkit-scrollbar-thumb {
  background: #000000;
  /* ← чёрный */
  border-radius: 4px;
}

.tabcontent::-webkit-scrollbar-thumb:hover {
  background: #333333;
  /* ← тёмно-серый при наведении */
}
/* Для мобильных устройств */
@media (max-width: 768px) {
  .tabcontent {
    height: 400px;
    /* ← меньше высота на мобильных */
  }
}

@media (max-width: 480px) {
  .tabcontent {
    height: 300px;
    /* ← ещё меньше */
  }
}

.grid-products__btn {
  text-align: left;
  max-width: 900px;
  width: 100%;
  height: 100px;
  color: var(--black);
  font-weight: 700;
  font-size: 16px;
  border: 0px solid var(--color-onyx);
  border-radius: 6px;
  padding-left: 10px;
  margin-bottom: 3px;
  background-color: var(--bauhaus-gray);
  cursor: pointer;
  transition: all 0.3s;
}

.grid-products__btn:hover {
  color: white;
  border: 0px solid black;
  background-color: var(--color-tundora);
}

.grid-products__btn.active {
  background-color: var(--color-tundora);
  color: white;
}

/* ========== CARD ========== */
.card {
  width: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  font-family: 'Jost';
  font-weight: 500;
  font-size: 12px;
  border: 0px solid var(--gray-color);
  transition: all .3s;
  cursor: pointer;
}

/* ========== SPECS TABLE ========== */
.specs-table {
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

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

.table-row {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  min-height: 60px;
}

.table-row:last-child {
  border-bottom: none;
}

.table-cell {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-cell {
  background: #f8f9fa;
  font-weight: bold;
  min-width: 200px;
  border-right: 1px solid #eaeaea;
}

.header-cell h5 {
  margin: 0;
  color: #2c3e50;
  font-size: 14px;
  line-height: 120%;
}

.table-cell p {
  margin: 0;
  color: #555;
  line-height: 120%;
  font-size: 14px;
}

/* ========== CONTACT FORM ========== */
.contacts__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
}

.contacts__input {
  width: 100%;
  height: 100px;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  margin-bottom: 10px;
}

.contacts__submit {
  max-width: 900px;
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 12px;
  border: none;
  color: var(--white);
  background-color: var(--black);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.contacts__submit:hover {
  color: var(--black);
  background-color: var(--white);
  border: 2px solid var(--gray-300);
}

/* ========== TITLE STYLES ========== */
.title-6r {
  font-family: 'Rubik';
  font-weight: 900;
  line-height: 100%;
  font-size: 30px;
  color: var(--color-space);
}

.title-3r {
  font-family: 'Rubik';
  font-weight: 400;
  line-height: 100px;
  font-size: 25px;
  color: var(--color-space);
}

.menu__title-white {
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 24px;
  color: white;
  z-index: 1;
}

/* ========== ELLIPSE ========== */
.ellipse-maroon {
  position: relative;
  display: inline-block;
}

.ellipse-maroon::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -10px;
  right: -20px;
  bottom: -2px;
  border: 2px solid maroon;
  border-radius: 50% / 30% 70% 70% 30%;
  transform: rotate(1deg);
  pointer-events: none;
}

/* ========== TEXT GRID ========== */
.text-grid-w100 {
  border: 0px solid var(--color-space);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  column-gap: 0px;
  align-items: center;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-grid-w23 {
  border: 0px solid var(--color-space);
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-auto-rows: minmax(80px, auto);
  column-gap: 0px;
  align-items: center;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-grid-w100 {
  border: 3px solid var(--color-space);
  box-sizing: border-box;
  padding: 0px;
  border-radius: var(--border-radius);
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0px;
  align-items: center;
  margin: 0px auto;
  background-color: white;
}

.text-grid-w100__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.text-grid-w23__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.contact-grid-w100__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

/* ========== FFC107 ========== */
.ffc107 {
  width: 100%;
  height: 100px;
  color: black;
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 14px;
  border: 0px solid var(--color-gold);
  border-radius: 6px;
  background-color: var(--color-gold);
  margin-bottom: 3px;
}

.d-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;

}

/* ========== TO TOP ========== */


/* ========== FOOTER ========== */
.footer {
  background: linear-gradient(145deg, #0d0d0d 0%, #1a1a2e 100%);
  padding: 40px 0 20px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  border-top: 2px solid rgba(255, 215, 0, 0.15);
}





.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
  gap: 30px;
  padding: 20px 10px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-widget__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
  position: relative;
  padding-bottom: 10px;
}

.footer-widget__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #ffd700, #ff6b35);
  border-radius: 2px;
}

.footer-widget__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget__list li {
  margin-bottom: 10px;
}

.footer-widget__list a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-widget__list a:hover {
  color: #ffd700;
  transform: translateX(4px);
}

.footer-widget__list a span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.footer__logo {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.footer__tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0 0 20px 0;
}

.footer__social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.social-link:hover {
  background: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.15);
}

.social-link:hover svg {
  fill: #ffd700;
}

.subscribe-form__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
}

.subscribe-form__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  outline: none;
}

.subscribe-form__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.subscribe-form__input:focus {
  border-color: #ffd700;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.05);
}

.subscribe-form__btn {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffd700, #f5a623);
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-form__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
}

.footer__bottom {
  padding-top: 20px;

}

.footer__bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.footer__copyright,
.footer__made {
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  margin: 0;
}

.tiny-grey {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: grey;
}

/* ========== SOCIAL ICONS ========== */
.social-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 3px 0;
}

.social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  text-decoration: none;
}

.social-icon a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.icon {
  width: 20px;
  height: 20px;
  fill: white;
  transition: fill 0.3s;
}

.social-icon a:hover .icon {
  fill: #ff6b6b;
}

/* ========== АДАПТИВ ========== */
@media (max-width: 768px) {
  .menu__list {
    position: absolute;
    left: 0;
    right: 30%;
    top: 102.36px;
    background: rgba(96, 212, 212, 0.5);

    display: flex;
    flex-direction: column;
    margin-left: 10px;
    transform: translateY(-300%);
    transition: all .5s;
    padding: 20px;
    width: 80%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .menu__list.menu__list--active {
    transform: translateY(0);
  }

  .menu__btn {
    display: block;
  }

  .text-grid-w100 {
    grid-template-columns: 1fr;
  }

  .text-grid-w23 {
    grid-template-columns: 1fr;
  }

  .contact-grid-w100 {
    grid-template-columns: 1fr;
    padding: 0px !important;
    margin: 0px 0px;
  }

  .container1400 {
    padding: 0 15px !important;
  }

  .grid-5,
  .grid-3 {
    gap: 15px !important;
  }

  .about__inner {
    flex-direction: column !important;
  }

  div[style*="display: grid"] {
    display: flex !important;
    flex-direction: column !important;
  }

  div[style*="grid-column: span"] {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .footer__inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 600px) {
  .text-grid-w100 {
    grid-template-columns: 1fr;
  }

  .contact-grid-w100 {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 0px !important;
    margin: 0px 0px;
  }

  .footer__inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .footer__bottom-wrap {
    flex-direction: column;
    text-align: center;
  }

  .subscribe-form__group {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .contact-grid-w100 {
    padding: 0px !important;
    margin: 0px 0px;
  }
}

@media (max-width: 820px) {
  .text-grid-w23 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-widget--brand {
    grid-column: span 2;
  }
}

.mt-150 {
  margin-top: 150px;
}
.header-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.header-cell img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-top: 10px;
}

.header-cell h5 {
  margin: 0 0 10px 0;
}
/* ===== АДАПТИВНОСТЬ ДЛЯ SPECS TABLE ===== */
    @media (max-width: 768px) {
      .specs-table {
        flex-direction: column !important;
        gap: 0 !important;
        border-radius: 8px !important;
      }

  .table-column {
    width: 100% !important;
  }

  .table-row {
    flex-direction: column !important;
    border-bottom: 1px solid #eaeaea !important;
    padding: 15px !important;
  }

  .table-row:last-child {
    border-bottom: none !important;
  }

  .table-cell {
    width: 100% !important;
    padding: 10px 0 !important;
  }

  .header-cell {
    border-right: none !important;
    border-bottom: 1px solid #eaeaea !important;
    background: #f8f9fa !important;
    padding: 15px !important;
  }

  .table-cell p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .table-cell img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .table-cell {
    padding: 8px 0 !important;
  }

  .header-cell {
    padding: 10px !important;
  }

  .table-cell p {
    font-size: 12px !important;
  }

  .header-cell h5 {
    font-size: 14px !important;
  }
}
/* ===== TINY FOOTER ===== */
.tiny-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  min-height: 80px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px 5px;
}

.tiny-grey {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.mb-10 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {

  .header__top-inner {
    flex-wrap: wrap;
  }
}
/* <!-- Стили для футера-- 001 --> */
.footer {
  padding: 0px;
  margin-top: 0px;
}

.footer__inner {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);

}


.subscribe-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  width: 100%;
}

.subscribe-form-input {

  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background: transparent;
  color: white;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.subscribe-form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.subscribe-form-input:focus {
  outline: none;
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
}

.subscribe-form-btn {
  width: 100%;
  height: 45px;
  background: rgba(255, 255, 255, 1);
  color: #34495e;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-form-btn:hover {
  background: transparent;
  color: white;
}


.footer-widget ul.list-unstyled {
  margin-bottom: 0;
}

.footer-widget li {
  margin-bottom: 8px;
}

.footer-widget p.white {
  margin-bottom: 5px;
  font-weight: 600;
  z-index: -1;
}


.social-inner {
  gap: 3px;
  padding: 3px 0;
}


.footer__bottom {
  padding-top: 5px;
}




@media (max-width: 768px) {
  .footer {
    padding: 5px 0 15px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .subscribe-form-group {
    max-width: 100%;
  }

  .footer__bottom-wrap {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 500px;
  gap: 10px;
  align-items: start;
}

@media (max-width: 992px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
}
/* ===== БЛОК С ЧЁРНЫМ ФОНОМ (для белого фона) ===== */
/* .footer__bottom-wrap--black {
  background-color: #000000;
  padding: 40px 20px;
  border-radius: 8px;
  border: 1px solid #333333;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.footer__bottom-wrap--black .white {
  color: #ffffff !important;
}

.footer__bottom-wrap--black .social-icon a {
  background: rgba(255, 255, 255, 0.1);
}

.footer__bottom-wrap--black .social-icon a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer__bottom-wrap--black .icon {
  fill: #ffffff;
}

.footer__bottom-wrap--black .social-icon a:hover .icon {
  fill: #ffd700;
} */
/* ===== БЛОК С ПРОЗРАЧНЫМ ФОНОМ И ЧЁРНЫМ ТЕКСТОМ ===== */
.footer__bottom-wrap--black {
  background: transparent !important;
  padding: 10px 0;
}

.footer__bottom-wrap--black .black-text {
  color: #000000 !important;
}

.footer__bottom-wrap--black .black-text a {
  color: #000000 !important;
}

.footer__bottom-wrap--black .black-text a:hover {
  color: #333333 !important;
}

/* ===== ИКОНКИ С СЕРОЙ ОБВОДКОЙ ===== */
.social-icon--gray-border a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #999999 !important;
  border-radius: 50%;
  background: transparent !important;
  transition: all 0.3s ease;
}

.social-icon--gray-border a:hover {
  border-color: #000000 !important;
  background: rgba(0, 0, 0, 0.05) !important;
  transform: scale(1.05);
}

.icon--black {
  fill: #000000 !important;
  width: 18px;
  height: 18px;
}

.social-icon--gray-border a:hover .icon--black {
  fill: #333333 !important;
}

