

/* Start:/local/templates/solidbond/styles.css?175822784935069*/
:root {
  --wrap: 1650px;
  --bg: #ffffff;
  --surface: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --accent: #af272f;
  --accent-dark: #841017;
  --band: #2c2e30;
  --line: #e5e7eb;
  --card: #e7e7e7;
  --stroke: #141415;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;

  /* Анти скролл */
  overflow-x: hidden; /* Предотвращает горизонтальный скролл */
  width: 100%;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: var(--bg);
  line-height: 1.4;
}

img {
  max-width: 100%;
  display: block;
}

.wrap {
  width: min(var(--wrap), 92vw);
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--band);
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 14px;
  text-align: center;
  width: 256px;
  height: 52px;

  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
.btn--accent {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
  cursor: pointer;

  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}
.btn--accent:hover {
  background: var(--accent-dark);
}
.card {
  background: var(--surface);
  padding: 20px;
}

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  font-family: "Montserrat", sans-serif; /* Добавляем шрифт */
}
.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 16px 0;
  min-height: 70px;
}

.logo {
  justify-self: start;
}
.logo img {
  /* Базовый размер для десктопа */
  width: 260px;
  height: 40px;
  object-fit: contain; /* Важно: меняем cover на contain */
  transition: all 0.3s ease;
}

/* Навигация по центру */
.nav {
  justify-self: center;
}
.nav__toggle {
  display: none;
  background: none;
  border: 1px solid var(--stroke);
  color: var(--text);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 16px;
}
.nav__list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__list a {
  color: var(--text);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav__list a:hover {
  opacity: 1;
}

/* Выпадающий список */
.nav__item--has-dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 160%;
  left: -10%;
  background: var(--surface);
  border-radius: 2px;
  padding: 12px 0;
  min-width: 270px;
  box-shadow: 0px 4px 9.5px 0px #00000026;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  margin: 0;
}
.dropdown-menu-solidbond {
  width: 470px;
}
.nav__item--has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-arrow-down,
.dropdown-arrow-up {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}

.dropdown-arrow-up {
  display: none;
  opacity: 0;
}

.dropdown-arrow-down {
  display: block;
  opacity: 1;
}
/* При наведении на пункт меню */
.nav__item--has-dropdown:hover .dropdown-arrow-down {
  display: none;
  opacity: 0;
}

.nav__item--has-dropdown:hover .dropdown-arrow-up {
  display: block;
  opacity: 1;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: block;
  padding: 8px 0px 8px 10px;
  color: var(--text);
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.dropdown-menu li:hover {
  background-color: var(--card);
}

.navbar-dropdown-menu {
  display: flex;
  justify-content: start;
  align-items: center;
}
.navbar-dropdown-menu img {
  margin-left: 10px;
}
.hero {
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: end;
  position: relative;
}
.hero__inner {
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero__title {
  position: absolute;
  top: 30%;
  left: 5%;
  max-width: 1000px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin: 0;
  width: 42%;

  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 3.5vw, 60px);
  /* font-size: 60px; */
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center; /* vertical-align: middle equivalent */
}

.section {
  padding: 60px 0;
}
.section__title {
  margin: 0 0 20px;

  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.section__lead {
  color: var(--muted);
  margin: 0 0 20px;
  font-size: 16px;
}
.about-section-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
}
.card--dark {
  background: #2c2e30;
  color: #e5e7eb;

  width: 950px;
  height: 330px;
  opacity: 1;
  gap: 10px;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-left: 130px;
}
.card--dark .section__title {
  color: #fff;
}
.about__media {
  width: 950px;
  height: 330px;
  angle: 0 deg;
  opacity: 1;
  overflow: hidden;
}
.about__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}
.feature {
  text-align: left;
  background: var(--accent);
  color: #fff;
  border: 0;
  padding: 20px;

  width: 540px;
  height: 212px;
  angle: 0 deg;
  opacity: 1;
  gap: 20px;
  padding: 20px;
}
.feature__icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 12px;
  filter: brightness(2);
}
.feature h3 {
  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
.feature p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.production__image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  /* height: 600px; */
}
.production__image {
  grid-column: 1 / -1; /* Занимает все колонки от первой до последней */
  grid-row: 2;
  width: 100%; /* Гарантируем, что занимает всю ширину */
  overflow: hidden;
}
.production__meta {
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
  grid-template-columns: 640px 1fr; /* Первый блок фиксированной ширины, второй занимает оставшееся пространство */

  width: 1660px;
  height: 619px;
  angle: 0 deg;
  opacity: 1;
  gap: 20px;
  padding: 20px;
  border-width: 1px;
  border: 1px solid #af272f;
}
.meta-card {
  /* background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px; */
}
.meta-card-block2 {
  background-color: #e7e7e7;
  padding: 25px;
  height: 124px;
}
.meta-card h4 {
  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}
.meta-card p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.adv {
  background: #e7e7e7;
  border: 1px solid var(--line);
  padding: 20px;

  width: 400px;
  height: 400px;
  gap: 20px;
  angle: 0 deg;
  opacity: 1;
  padding: 20px;
}
.adv img {
  width: 60px;
  height: 60px;
  /* margin: 0 auto 12px; */
}
.adv h3 {
  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
.adv p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.catalog__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}
.catalog__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 120px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--surface);
  background: var(--surface);
  transition: transform 0.2s ease;
  width: 1660px;
  height: 200px;
  angle: 0 deg;
  opacity: 1;
}
.catalog__row:hover {
  transform: translateY(-2px);
}
.catalog__row:hover .catalog__name {
  background-color: #141415;
  transition: background-color 0.3s ease;
}

.catalog__row .catalog-img {
  transition: filter 0.3s ease;
}

.catalog__row:hover .catalog-img {
  filter: brightness(0.6); /* 40% затемнение (100% - 40% = 60%) */
}

.catalog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.catalog__name {
  background: var(--band);
  color: #fff;
  display: flex;
  position: relative;
  overflow: hidden;

  width: 830px;
  height: 200px;
  justify-content: space-between;
  angle: 0 deg;
  opacity: 1;
  padding: 20px;

  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  flex-direction: column;
}

.catalog__icon-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  margin-top: auto;
  text-decoration: none;
}

.catalog__icon {
  width: 20px;
  height: 20px;
}

.form {
  gap: 20px;
}
.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.field {
  display: grid;
  gap: 8px;
}
.field span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}
.field input {
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--stroke);
  background: transparent;
  color: var(--text);
  padding: 0 16px;
  font-size: 14px;
}
.field--full {
  grid-column: 1 / -1;
}
.checkbox {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
}
.checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 3px solid #141415;
  border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked::after {
  font-size: 16px;
}
.list-field {
  position: relative;
}
.form__actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

/* Новая форма */
/* Стили для формы */
.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.field-with-icon {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--stroke);
  gap: 12px;
}

.field-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.field {
  flex: 1;
  margin: 0;
}

.field input,
.field select {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--text);
  padding: 0;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

.field input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.custom-select {
  appearance: none;
  position: relative;
  cursor: pointer;
}

.select-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.form-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  margin: 0;

  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* Адаптивность */
@media (max-width: 768px) {
  .form__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-bottom-row {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .btn {
    width: 100%;
  }
}
/* Конец новой формы */

.perks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.perk {
  background: var(--card);
  border: 1px solid var(--line);
  width: 400px;
  height: 400px;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
  padding: 20px;
}
.perk img {
  width: 60px;
  height: 60px;
  /* margin: 0 auto 12px; */
}
.perk h3 {
  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 12px 0px 12px 0px;
}
.perk p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0px;
}

.contacts__map {
  display: flex;
  position: relative;
}
.contacts-map-image {
  object-fit: cover;
  width: 1660px;
  height: 440px;
}
.contacts__card {
  position: absolute;
  width: 610px;
  height: 320px;
  justify-content: space-between;
  angle: 0 deg;
  opacity: 1;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  font-size: 14px;
}
.contact-list strong {
  color: var(--text);
}
.contact-item {
  display: flex;
  align-items: flex-start; /* Выравнивание по верхнему краю */
  gap: 12px; /* Отступ между иконкой и текстом */
  margin-bottom: 16px;
}

.contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 4px; /* Выравнивание иконки с текстом */
}

.contacts-content {
  display: flex;
  flex-direction: column; /* Текст в столбик */
  gap: 4px; /* Отступ между заголовком и текстом */
}

.contacts-title {
  margin: 0;
  font-family: Oswald;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--text);
}

.contacts-text {
  margin: 0;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--text);
}

/* Стили для футера */
.site-footer {
  background: #2c2e30;
  padding: 40px 0;
  margin-top: 60px;
  color: #e5e7eb;
  text-align: center;
}

.footer__inner {
  display: flex;
  justify-content: center;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.footer__logo {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.footer__nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__nav a {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
}

.footer__nav a:hover {
  color: #ffffff;
}

.footer__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.footer__contact a {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s ease;
  white-space: nowrap;

  margin-right: 15px;
}
.footer__contact a:hover {
  color: var(--accent);
  transition: color 0.5s ease;

}

.footer__contact span {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}
.footer__contact-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0.8);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .footer__nav {
    gap: 15px;
    flex-direction: column;
  }

  .footer__nav a {
    font-size: 14px;
  }

  .footer__contact {
    font-size: 14px;
  }

  .footer__logo {
    width: 150px;
  }

  .footer__contact-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .footer__nav {
    gap: 12px;
  }

  .footer__nav a {
    font-size: 13px;
  }

  .footer__contact {
    font-size: 13px;
    gap: 8px;
  }

  .footer__logo {
    width: 120px;
  }

  .footer__contact-icon {
    width: 16px;
    height: 16px;
  }

  .footer__copy {
    font-size: 12px;
  }
}

/* Выше адаптив кривой 100% */

@media (max-width: 768px) {
  .contact-item {
    gap: 8px;
  }

  .contact-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .contacts-title {
    font-size: 18px;
  }

  .contacts-text {
    font-size: 16px;
  }
}

/* Responsive - Mobile First Approach */
@media (max-width: 1201px) {
  .wrap {
    width: 92vw;
  }
}

@media (max-width: 1025px) {
  .about {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .perks__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .contacts__map {
    /* grid-template-columns: 1fr;
    gap: 24px; */
  }
  .production__meta {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 769px) {
  .header-bar {
    grid-template-columns: auto auto;
    padding: 10px 0;
  }

  .nav__toggle {
    display: inline-block;
    order: 2;
  }

  .nav__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--stroke);
    border-radius: 0 0 10px 10px;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .nav__list.is-open {
    display: flex;
  }

  .header-cta {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 52px;
    padding: 16px 20px;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-self: end;
  }

  .hero {
    min-height: 320px;
  }

  .hero__title {
    font-size: 24px;
    text-align: center;
    max-width: 100%;
  }

  .hero__inner {
    padding: 40px 0 30px;
  }

  .section {
    padding: 40px 0;
  }

  .section__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
  }

  .about__media {
    /* grid-template-columns: 1fr;
    gap: 12px; */
  }

  .features__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature {
    padding: 16px;
    text-align: center;
  }

  .advantages__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .perks__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catalog__row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .catalog__name {
    padding: 16px;
    font-size: 16px;
  }

  .catalog__name::after {
    display: none;
  }

  .catalog__row img {
    height: 200px;
  }

  .form__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .form__actions {
    justify-content: center;
  }

  #submitBtn {
    width: 100%;
    max-width: 280px;
  }

  .production__image img {
  }

  .footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
  }

  .footer__nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 280px;
  }

  .hero__title {
    font-size: 20px;
  }

  .section {
    padding: 32px 0;
  }

  .section__title {
    font-size: 20px;
  }

  .card {
    padding: 16px;
  }

  .btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .feature h3,
  .adv h3,
  .perk h3 {
    font-size: 16px;
  }

  .feature p,
  .adv p,
  .perk p {
    font-size: 13px;
  }

  .contact-list li {
    font-size: 13px;
  }

  .footer__nav {
    flex-direction: column;
    gap: 8px;
  }
}
.nav__toggle {
  display: none;
}

@media (max-width: 1920px) {
  .logo img {
    width: min(260px, 18vw);
    height: auto;
    aspect-ratio: 259.67 / 40;
  }
  /* .hero__inner{
    width: 101vw;
  } */
}

@media (max-width: 1440px) {
  .header-bar {
    gap: 30px;
  }

  .nav__list {
    gap: 30px;
  }

  .nav__list a {
    font-size: 18px;
  }

  .logo img {
    width: min(220px, 16vw);
  }
}

@media (max-width: 1200px) {
  .header-bar {
    gap: 25px;
  }

  .nav__list {
    gap: 25px;
  }

  .nav__list a {
    font-size: 16px;
  }

  .logo img {
    width: min(200px, 15vw);
  }
}

/* Additional mobile optimizations */
@media (max-width: 768px) {
  .header-bar {
    grid-template-columns: auto 1fr;
    gap: 20px;
    min-height: 60px;
    padding: 12px 0;
  }

  .logo img {
    width: min(150px, 20vw);
  }
  .nav {
    justify-self: end;
  }
  .nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .nav__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--stroke);
    flex-direction: column;
    gap: 0;
    padding: 16px;
  }
  .nav__list.is-open {
    display: flex;
  }
  .nav__list a {
    font-size: 16px;
    padding: 12px 0;
    justify-content: center;
  }
  .header-cta {
    display: none;
  }

  .hero {
    height: 50vh;
    min-height: 200px;
  }
  .hero__inner {
    padding: 0px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .hero__inner-catalog {
    max-height: 224px !important;
  }
  .hero__image {
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  .about__text {
    text-align: center;
  }

  .meta-card {
    padding: 12px;
  }

  .meta-card h4 {
    font-size: 14px;
  }

  .meta-card p {
    font-size: 13px;
  }

  .field input {
    height: 44px;
    font-size: 13px;
  }

  .checkbox {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .header-bar {
    gap: 15px;
  }

  .logo img {
    width: min(140px, 30vw);
  }

  .nav__toggle {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .btn {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .field input {
    min-height: 44px;
  }

  .nav__toggle {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Каталог */
.hero__inner-catalog {
  max-height: 224px;
}

/* Стили для секции каталога */
/* Стили для секции каталога */
.catalog-section {
  padding: 60px 0;
}

.catalog-container {
  display: grid;
  grid-template-columns: 350px 1fr; /* Заменяем 970px на 1fr */
  gap: 30px;
  align-items: start;
  max-width: 100%; /* Убираем ограничение по ширине */
}

/* Левая навигация - оставляем как есть */
.catalog-nav {
  background: #fff;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-item {
  width: 350px;
  height: 80px;
  background: #2c2e30;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.nav-item.active {
  background: #af272f;
  height: auto;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

.nav-item.active .nav-link {
  font-weight: 700;
}

/* Подразделы */
.subnav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  display: none;
}

.nav-item.active .subnav-list {
  display: block;
}

.subnav-item {
  padding: 8px 20px 8px 20px;
}

.subnav-item.active {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.subnav-link {
  color: #424344;
  text-decoration: none;
  display: block;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.subnav-item.active .subnav-link {
  font-weight: 700;
  /* color: #af272f; */
}

/* Правая часть с контентом */
.catalog-content {
  background: #fff;
  width: 100%; /* Занимает всю доступную ширину */
  max-width: 970px; /* Но не более 970px */
}

.catalog-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 10px 0;
  color: #111827;
}

.catalog-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 30px 0;
  color: #111827;
}

.catalog-image {
  width: 100%; /* Занимает всю ширину контента */
  max-width: 970px; /* Но не более 970px */
  height: 432px;
  object-fit: cover;
  margin-bottom: 30px;
}
.catalog-image-big {
  width: 970px;
  height: auto;
  margin-bottom: 20px;
}
.catalog-image.catalog-image-center {
  width: auto;
  max-width: 970px;
  height: 432px;
  margin-bottom: 30px;
  padding-left: 25%;
}
/* Таблица */
.catalog-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}

.catalog-table th {
  background: #e7e7e7;
  padding: 8px;
  margin-right: 4px;
  text-align: left;
  border: none;

  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.catalog-table td {
  padding: 12px;
  border: none;
  font-size: 14px;
  /* border-bottom: 1px solid #e5e7eb; */
}

.catalog-table th:nth-child(1),
.catalog-table td:nth-child(1) {
  width: 248px;
}

.catalog-table th:nth-child(2),
.catalog-table td:nth-child(2) {
  width: 164px;
}

.catalog-table th:nth-child(3),
.catalog-table td:nth-child(3) {
  width: 518px;
}

/* Таблица металообработки */

.catalog-table.metalworking-table th:nth-child(1),
.catalog-table.metalworking-table td:nth-child(1) {
  width: 17%;
}
.catalog-table.metalworking-table th:nth-child(2),
.catalog-table.metalworking-table td:nth-child(2) {
  width: 17%;
}
.catalog-table.metalworking-table th:nth-child(3),
.catalog-table.metalworking-table td:nth-child(3) {
  width: 12%;
}
.catalog-table.metalworking-table th:nth-child(4),
.catalog-table.metalworking-table td:nth-child(4) {
  width: 14%;
}
.catalog-table.metalworking-table th:nth-child(5),
.catalog-table.metalworking-table td:nth-child(5) {
  width: 11%;
}
.catalog-table.metalworking-table th:nth-child(6),
.catalog-table.metalworking-table td:nth-child(6) {
  width: 29%;
}

/* Таблица мебельное производство */

.catalog-table.mebel-table th:nth-child(1),
.catalog-table.mebel-table td:nth-child(1) {
  width: 15%;
}
.catalog-table.mebel-table th:nth-child(2),
.catalog-table.mebel-table td:nth-child(2) {
  width: 15%;
}
.catalog-table.mebel-table th:nth-child(3),
.catalog-table.mebel-table td:nth-child(3) {
  width: 13%;
}
.catalog-table.mebel-table th:nth-child(4),
.catalog-table.mebel-table td:nth-child(4) {
  width: 15%;
}
.catalog-table.mebel-table th:nth-child(5),
.catalog-table.mebel-table td:nth-child(5) {
  width: 15%;
}
.catalog-table.mebel-table th:nth-child(6),
.catalog-table.mebel-table td:nth-child(6) {
  width: 27%;
}

.gray-bg-text {
  background: #e7e7e7;
  padding: 10px 20px;
  margin: 0px 0px 10px 0px;

  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.text-block .catalog-description {
  margin-bottom: 5px;
}
.flex-text-block {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 40px;
}
.flex-text-block img {
  max-width: 260px;
  max-height: 260px;
  margin-right: 20px;
}

.img-flex-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 40px;
  overflow: hidden;
}
.img-flex-wrapper img {
  max-width: 465px;
  max-height: 432px;
}

/* Адаптивность */
@media (max-width: 1440px) {
  .catalog-container {
    grid-template-columns: 300px 1fr;
    gap: 20px;
  }

  .nav-item {
    width: 100%;
  }

  .catalog-content {
    max-width: none; /* На узких экранах убираем ограничение */
  }
}

@media (max-width: 1200px) {
  .catalog-container {
    grid-template-columns: 280px 1fr;
    gap: 20px;
  }

  .catalog-image {
    height: 380px;
  }
}

@media (max-width: 1024px) {
  .catalog-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .catalog-nav {
    order: 2;
  }

  .catalog-content {
    order: 1;
    max-width: none;
  }

  .nav-item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .catalog-section {
    padding: 40px 0;
  }

  .catalog-title {
    font-size: 20px;
  }

  .catalog-description {
    font-size: 14px;
  }

  .catalog-image {
    height: 300px;
  }

  .catalog-table {
    font-size: 12px;
  }

  .catalog-table th,
  .catalog-table td {
    padding: 8px;
  }

  /* Адаптация таблицы для мобильных */
  .catalog-table th:nth-child(1),
  .catalog-table td:nth-child(1),
  .catalog-table th:nth-child(2),
  .catalog-table td:nth-child(2),
  .catalog-table th:nth-child(3),
  .catalog-table td:nth-child(3) {
    width: auto;
  }
}

@media (max-width: 480px) {
  .catalog-image {
    height: 250px;
  }

  .catalog-table {
    display: block;
    overflow-x: auto;
  }
}

/* Мобильная навигация каталога */
.catalog-mobile-nav {
  display: none;
}

.mobile-nav-scroll {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 15px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 10px;
}

.mobile-nav-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-nav-item {
  flex: 0 0 auto;
  padding: 12px 20px;
  background: #2c2e30;
  color: #fff;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mobile-nav-item.active {
  background: #af272f;
}

.mobile-subnav {
  display: none;
  overflow-x: auto;
  gap: 8px;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mobile-subnav::-webkit-scrollbar {
  display: none;
}

.mobile-subnav-item {
  flex: 0 0 auto;
  padding: 10px 16px;
  background: #3a3c3e;
  color: #fff;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}

.mobile-subnav-item.active {
  background: #2c2e30;
  color: #af272f;
  font-weight: 600;
}

/* Показываем мобильную навигацию только на мобильных */
@media (max-width: 1024px) {
  .catalog-mobile-nav {
    display: block;
    order: 1;
    margin-bottom: 20px;
  }

  .catalog-nav {
    display: none;
  }

  .catalog-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .catalog-content {
    order: 2;
  }
}

@media (max-width: 768px) {
  .mobile-nav-item {
    padding: 10px 16px;
    font-size: 13px;
  }

  .mobile-subnav-item {
    padding: 8px 12px;
    font-size: 11px;
  }
}

/* End */
/* /local/templates/solidbond/styles.css?175822784935069 */
