*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
body {
  font-family: "RobotoRegular", sans-serif;
  font-size: 16px;
}

header.top {
  background: #eff3f9;
  padding: 11px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

h2.menu {
  margin: 20px 0px;
}

h2.menu a {
  text-decoration: none;
}
h3.menu {
  margin: 20px 0px;
}
.list-group-flush .list-group-item {
  padding-top: 0; /* Устанавливаем верхний отступ */
  padding-bottom: 0; /* Устанавливаем нижний отступ */
  padding-left: 10px; /* Устанавливаем левый отступ */
  padding-right: 10px; /* Устанавливаем правый отступ */
}
.list-group-flush a {
  text-decoration: none;
}
.sidebar {
  background-color: rgb(255, 255, 254, 0.9);
}

.mainmenu {
  list-style-type: none;
  margin: 0;
  padding: 1px 0 0 60px;
}
.mainmenu a {
  text-decoration: none;
}
.mainmenu li {
  float: left;
}

.mainmenu li a {
  text-transform: uppercase;
  color: #222a3f;
  display: block;
  margin: 20px 12px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mainmenu li a:hover {
  color: #948f8c;
}

.slider {
  height: 600px;
}

.slider div {
  height: 600px;
}

@media (max-width: 1400px) {
  .slider {
    height: 450px;
  }

  .slider div {
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .slider {
    height: 350px;
  }

  .slider div {
    height: 350px;
  }
}

@media (max-width: 900px) {
  .slider {
    height: 250px;
  }

  .slider div {
    height: 250px;
  }
}

@media (max-width: 660px) {
  .slider {
    height: 180px;
  }

  .slider div {
    height: 180px;
  }
}

@media (max-width: 500px) {
  .slider {
    height: 160px;
  }

  .slider div {
    height: 160px;
  }
}

/*  Катеогрии на главную и страницу категорий */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

.maincategory-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "proxima-nova-regular", sans-serif; /* Применяем шрифт Roboto Regular ко всем элементам карточки */
}

.maincategory-card-img {
  width: 100%;
  height: auto;
}

.maincategory-card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px; /* Отступы для содержимого карточки */
}

.maincategory-card-body a {
  text-decoration: none;
}

.maincategory-card-title {
  padding: 10px;
  color: #000;
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1.5rem; /* Увеличиваем размер текста заголовка */
  font-weight: 600; /* Используем Roboto Regular (400) для заголовка */
  margin-bottom: 20px; /* Увеличенный отступ плашки от картинки */
  margin-top: 20px; /* Увеличенный отступ плашки сверху */
  line-height: 1.3; /* Увеличиваем межстрочное расстояние для лучшей читаемости */
}

.maincategory-btn {
  width: 100%;
  margin-top: 20px; /* Увеличенный отступ кнопки от плашки */
  margin-bottom: 15px; /* Нижний отступ кнопки */
  font-size: 1.1rem; /* Немного увеличиваем размер текста на кнопке */
  font-weight: 500; /* Жирный текст для кнопки */
}

.maincategory-accordion-body {
  list-style: none;
  padding-left: 0;
  padding: 0; /* Сбрасываем отступы списка */
}

.maincategory-accordion-body li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.maincategory-accordion-body li a {
  text-decoration: none;
  color: #007bff;
  padding: 0 10px; /* Отступы для текста внутри ссылок */
  display: block; /* Чтобы весь элемент реагировал на наведение */
  font-size: 1.1rem; /* Размер текста внутри аккордеона */
  font-weight: 400; /* Обычный вес для текста ссылок */
  line-height: 1.4; /* Увеличиваем межстрочное расстояние для лучшей читаемости */
}

.maincategory-accordion-body li a:hover {
  text-decoration: underline;
}

.maincategory-accordion-body li a h3 {
  margin: 0; /* Убирает отступы по умолчанию у заголовков */
  font-size: inherit; /* Наследует размер текста от родительского элемента */
  font-weight: inherit; /* Наследует вес текста от родителя */
  line-height: inherit; /* Наследует межстрочное расстояние */
  color: inherit; /* Наследует цвет текста */
  display: inline; /* Убирает блочное поведение заголовка */
}

/* Карточка товара на лендинги типа id443 */

/* Удалил card для новой страницы продукта */
/* .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
} */
.card-title-box {
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 5px;
  background-color: #f8f9fa;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.card-title-lpev_box {
  border: 1px solid #dee2e6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  padding: 10px;
  border-radius: 5px;
  background-color: #f8f9fa;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.card-title-lpev_box h6 {
  color: #454545;
  font: 17px/21px proxima-nova-regular, sans-serif;
  align-self: flex-start;
  align-self: center;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-title-lpev_box h5 {
  color: #0978ba;
  font: 23px/28px proxima-nova-regular, sans-serif;
  font-weight: bold;
  align-self: flex-end;
  align-self: center;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
}
.card-title-lpev_box h5 a {
  text-decoration: none;
  color: inherit;
}
.card-title-lpev_box a:hover {
  text-decoration: underline;
}
.card-lpev-icon-click {
  width: auto;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.card-ul-lpev {
  color: #454545;
  font: 16px proxima-nova-regular, sans-serif;
}
.card-ul-lpev .list-group-item {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5; /* Увеличивает расстояние между строками */
}
.card-ul-lpev .list-group-item::before {
  content: "➢"; /* Значок перед каждым элементом */
  position: absolute;
  left: 0;
  color: #000; /* Цвет значка */
}
.card-text-lpev {
  color: #0978ba;
  font: 18px/22px proxima-nova-regular, sans-serif;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.card-lpev-order-section {
  margin-top: 5px;
  padding: 12px 10px 10px;
  background-color: #fff;
  border-top: 1px solid #d9e1ec;
  width: 100%;
  display: block; /* Изменяем display на block */
  align-items: center;
}
.card-lpev-order-section .accordion-item {
  border: 0;
  background: transparent;
}
.card-lpev-order-section .order-accordion-button {
  min-height: 42px;
  padding: 10px 38px 10px 18px;
  border: 0;
  border-radius: 6px;
  background: #0978ba;
  color: #fff;
  font: 700 16px/20px proxima-nova-regular, sans-serif;
  text-align: center;
  box-shadow: 0 8px 18px rgba(9, 120, 186, 0.22);
  position: relative;
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}
.card-lpev-order-section .order-accordion-button:hover,
.card-lpev-order-section .order-accordion-button:focus {
  background: #0b6fa9;
  color: #fff;
  box-shadow: 0 10px 22px rgba(9, 120, 186, 0.28);
}
.card-lpev-order-section .order-accordion-button .bi-chevron-down {
  position: absolute;
  right: 16px;
}
.card-lpev-order-section .order-accordion-body {
  padding: 16px 2px 2px;
}
.card-lpev-order-section .order-accordion-body p {
  margin: 0 0 12px;
  line-height: 1.32;
}
.card-lpev-order-section .order-accordion-body form {
  margin: 2px 0 14px;
}
.card-lpev-order-section .order-accordion-body form .d-flex {
  gap: 8px;
  margin-bottom: 0 !important;
}
.card-lpev-order-section .order-accordion-body .form-control,
.card-lpev-order-section .order-accordion-body .btn {
  min-height: 38px;
}
.card-lpev-order-section .order-accordion-body .form-control.me-2 {
  margin-right: 0 !important;
}
.card-lpev-order-section .order-accordion-body .justify-content-center {
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}
.card-lpev-order-section .order-accordion-body .justify-content-center .ms-2 {
  margin-left: 0 !important;
}
.card-lpev-order-section .order-accordion-body .justify-content-center a {
  display: inline-flex;
}

/*
        .product-link {
            text-decoration: none;
            color: inherit;
            display: flex;
            align-items: center;
        }
        .product-link:hover h5 {
            text-decoration: underline;
        }
        
        .product-link i {
            margin-left: 10px;
            color: #007bff;
        }
*/

.alert .btn-close {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.alert-link {
  color: #fff;
  background-color: #007bff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #0056b3;
}

.alert-link:hover {
  background-color: #0056b3;
  text-decoration: none;
}

.alert {
  padding-left: 40px; /* Для учета кнопки закрытия */
}

.btncategory {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}

.btncategory-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  margin-top: auto;
  width: 100%;
  text-align: center;
}

.btncategory-primary:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #004085;
}

.btncategory-primary:focus,
.btncategory-primary.focus {
  color: #fff;
  background-color: #0056b3;
  border-color: #004085;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btncategory-primary:disabled,
.btncategory-primary.disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  opacity: 0.65;
}

.btncategory-primary:not(:disabled):not(.disabled):active,
.btncategory-primary:not(:disabled):not(.disabled).active,
.show > .btncategory-primary.dropdown-toggle {
  color: #fff;
  background-color: #0056b3;
  border-color: #004085;
}

.btncategory-primary:not(:disabled):not(.disabled):active:focus,
.btncategory-primary:not(:disabled):not(.disabled).active:focus,
.show > .btncategory-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.item1 {
  background: #fccb26;
  height: 260px;
  width: 260px;
  padding: 24px 0 0 72px;
  position: relative;
}

.item2 {
  background: #5bba46;
  height: 260px;
  width: 260px;
  padding: 24px 0 0 72px;
  position: relative;
}

.item3 {
  background: #51c0b0;
  height: 260px;
  width: 260px;
  padding: 24px 0 0 84px;
  position: relative;
}

.item4 {
  background: #39c4e3;
  height: 260px;
  width: 260px;
  padding: 74px 0 0 74px;
  position: relative;
}

.item5 {
  background: #e33939;
  height: 260px;
  width: 260px;
  padding: 24px 0 0 74px;
  position: relative;
}

.prdLst {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}

.prdLst li {
  height: 260px;
  width: 260px;
  border: #d5e1ef 2px solid;
  display: inline-block;
  margin-bottom: 0.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

h1,
.h1 {
  font-family: "RobotoBold";
  font-size: 32px;
  text-transform: uppercase;
  margin: 25px 0;
  display: block;
  color: #222a3f;
}

h2 a {
  color: #6e6e6e;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

h2 a:hover {
  color: #337ab7;
}

.nadpis {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "RobotoBold";
  font-size: 18px;
  padding: 5px;
}

footer {
  min-height: 150px;
  background: #eff3f9;
  font-size: 14px;
  padding-bottom: 25px;
}

footer ul {
  list-style-type: none;
  margin-top: 5px;
  padding: 0;
}

footer ul li {
  float: left;
  margin-right: 15px;
  font-family: "RobotoRegular", sans-serif;
  width: 18%;
}

footer nav ul li {
  float: left;
  padding: 0;
  font-family: "RobotoRegular", sans-serif;
}

footer ul li ul {
  font-family: "RobotoRegular", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

footer ul li ul li {
  float: none;
  font-family: "RobotoRegular", sans-serif;
  margin: 3px 0;
  padding: 0;
  width: 133px;
}

footer a {
  color: #222a3f;
}

footer ul li ul li a {
  float: none;
  font-family: "RobotoRegular", sans-serif;
  margin: 3px 0;
  padding: 0;
  width: 120px;
  color: #576886;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  color: #8e8e8e;
}

ul.nav a {
  color: #576886;
  font-family: "RobotoLight", sans-serif;
  text-decoration: none;
}

ul.nav a:hover {
  color: #1c2d55;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.nav {
  list-style-type: none;
  font-family: "RobotoLight", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0 8px 10px;
  padding: 0;
  color: #8e8e8e;
}

ul.nav li {
  float: left;
  position: relative;
}

ul.nav li + li::before {
  content: "/";
  margin: 0 5px;
}

nav.top {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-top: 1px solid #948f8c;
  border-bottom: 1px solid #948f8c;
  top: 116px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
}

nav.inv {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-top: 1px dotted #948f8c;
  border-bottom: 1px dotted #948f8c;
}

.leftimg {
  float: left; /* ������������ �� ������ ���� */
  margin: 7px 7px 7px 0; /* ������� ������ �������� */
}
.rightimg {
  float: right; /* ������������ �� ������� ����  */
  margin: 0 0 0 0; /* ������� ������ �������� */
}

table.textProduct {
  border-collapse: separate;
  width: 100%;
}

table.textProduct tr td {
  padding: 10px;
  border: 0px;
}

table.techDescr {
  border-collapse: separate;
  width: 100%;
}

table.techDescr tr td {
  padding: 10px;
  border: 1px solid #dedede;
}

.drop-container {
  position: relative; /* Для правильного позиционирования меню */
  cursor: pointer;
}

.drop-container:hover .drop {
  display: block; /* Показываем меню при наведении */
}

.drop-container .drop {
  display: none;
  position: absolute;
  top: 20px; /* Немного опускаем меню */
  left: 0; /* Меню будет выровнено по левому краю */
  background: #ffffff;
  border: 1px solid #ccc; /* Менее заметная рамка */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легкая тень для акцента */
  border-radius: 4px; /* Скругленные углы */
  z-index: 1000;
  padding: 5px 0; /* Уменьшенные отступы для компактности */
  min-width: 300px; /* Уменьшена ширина для компактности */
  max-height: 550px; /* Максимальная высота меню */
  overflow-y: auto; /* Добавляем вертикальный скролл при необходимости */
  overflow-x: hidden; /* Убираем горизонтальный скролл */
  scrollbar-width: thin; /* Для Firefox: тонкий скроллбар */
  scrollbar-color: #af38ff #f0f0f0; /* Цвет скроллбара для Firefox */
}

.drop-container .drop::-webkit-scrollbar {
  width: 8px; /* Ширина скроллбара */
}

.drop-container .drop::-webkit-scrollbar-track {
  background: #f0f0f0; /* Цвет трека скроллбара */
}

.drop-container .drop::-webkit-scrollbar-thumb {
  background: #cccccc; /* Цвет ползунка */
  border-radius: 4px; /* Скругление ползунка */
}

.drop-container .drop::-webkit-scrollbar-thumb:hover {
  background: #999; /* Цвет ползунка при наведении */
}

.drop-container .drop a {
  display: block;
  padding: 5px 12px; /* Уменьшенные отступы между пунктами */
  font-size: 15px; /* Удобный для чтения шрифт */
  line-height: 1.4; /* Уменьшено расстояние между строками */
  color: #000000; /* Насыщенный черный цвет текста */
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.drop-container .drop a:hover {
  background-color: #f0f0f0; /* Светлый фон при наведении */
  color: #333333; /* Темно-серый для акцента */
  font-size: 15px; /* Удобный для чтения шрифт */
  font-weight: 900;
}

.droplist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.droplist li {
  display: block;
  width: 100%;
}

.droplist li + li {
  border-top: 1px solid #eaeaea; /* Тонкий разделитель между пунктами */
}

ul.nav .droplist li + li::before {
  content: "";
  margin: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
} /* Firefox 19+ */
:-moz-placeholder {
  color: #ccc;
} /* Firefox 18- */
:-ms-input-placeholder {
  color: #ccc;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
.no-wrap {
  white-space: nowrap;
}

/* .drop-container {
  cursor: pointer;
}

.drop-container:hover .drop {
  display: block;
}

.drop-container .drop {
  display: none;
  position: absolute;
  top: 20px;
  left: 8px;
  background: #ffffff;
}

.drop-container .drop a {
  display: block;
  padding: 6px 16px;
}

.droplist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #948f8c;
  margin-top: 7px;
  float: left;
}

.droplist li {
  display: block;
  width: 100%;
}

ul.nav .droplist li + li::before {
  content: "";
  margin: 0;
} */

/* Стиль для заголовков H2 с классом product-title-h2 */
.product-title-h2 {
  text-align: center; /* Центрирование текста */
  font-weight: bold; /* Жирный текст */
  font-size: 1.25rem; /* Размер текста */
  color: #359acf; /* Синий цвет текста */
  margin-bottom: 1.5rem; /* Нижний отступ */
  padding: 10px 15px; /* Внутренние отступы */
  background-color: #e3f2fd;
  border-top: 2px solid #359acf; /* Тонкая синяя полоска сверху */
  border-bottom: 2px solid #359acf; /* Тонкая синяя полоска снизу */
  display: inline-block; /* Для аккуратного размещения */
  border-radius: 5px; /* Легкое скругление углов */
  width: 100%; /* Заголовок растягивается на всю ширину */
  line-height: 1.4;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.15);
}

.product-title-h3 {
  text-align: left; /* Выравнивание по левому краю для уменьшения акцента */
  font-weight: 600; /* Полужирный текст, менее акцентный */
  font-size: 1rem; /* Уменьшенный размер текста */
  color: #359acf; /* Всё ещё синий, но без фона */
  margin-top: 1rem;
  margin-bottom: 0.75rem; /* Меньший нижний отступ */
  padding: 5px 15px; /* Минимальные отступы */
  border-left: 4px solid #359acf; /* Полоса слева для акцента */
  background-color: #e3f2fd;
}

/* Стили для таблицы product-tech-table */
.product-tech-table ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  line-height: 1.5; /* Добавит пространство между строками */
}

.product-tech-table ul ul {
  list-style-type: circle;
  margin-left: 20px;
}

.product-tech-table th {
  background-color: #e3f2fd; /* Светло-синий фон для заголовков */
  vertical-align: middle;
  font-weight: bold;
  /* text-align: center; */
  border: 1px solid #dee2e6; /* Тонкая рамка вокруг заголовков */
}

.product-tech-table td {
  vertical-align: middle;
  padding: 10px 15px; /* Отступы для содержимого */
  border: 1px solid #dee2e6; /* Тонкая рамка вокруг заголовков */
  line-height: 1.5;
}

/* Основной контейнер списка */
.product-nav-list-container {
  font-size: 16px;
  color: #333;
  margin: 20px 0;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легкая тень для контейнера */
  line-height: 1.5;
}

/* Стили для ссылок верхнего уровня */
.product-nav-list-item {
  display: block;
  padding: 12px 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #0056b3;
  font-weight: bold;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.product-nav-list-item:hover {
  background-color: #eef5ff;
  color: #003580;
  transform: scale(1.05); /* Легкое увеличение при наведении */
}

/* Вложенные элементы */
.product-nav-list-subitem {
  display: block;
  padding: 10px 20px;
  margin: 5px 0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.product-nav-list-subitem:hover {
  background-color: #f1f5ff;
  color: #222;
  transform: translateX(5px); /* Легкий сдвиг вправо при наведении */
}

/* Для вложенности элементов */
.product-nav-list-subcontainer {
  border-left: 3px dashed #ddd; /* Цвет для неактивного раздела */
  margin-left: 15px;
  padding-left: 20px;
  margin-bottom: 10px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.product-nav-list-subcontainer--expanded {
  border-left-color: #9ec0ee;
}

.product-sublist {
  margin: 8px 0 10px;
  padding: 2px 0;
  border-left: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Фон мягкого оранжевого цвета для неактивного пункта "Оборудование" */
.product-nav-list-item.special {
  background-color: #ffa366;
  color: #ffffff;
  border-color: #e5944d;
}

/* Фон синего цвета для активного пункта "Оборудование" */
.product-nav-list-item.special-active {
  background-color: #0056b3;
  color: #ffffff;
  border-color: #003580;
}

.product-item-link {
  text-decoration: none;
  color: #0056b3;
  font-size: 15px;
  display: block;
  padding: 2px 15px;
  border-radius: 3px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.product-item-link:hover {
  background-color: #eef5ff;
  color: #003580;
}

.product-sublist .product-item + .product-item {
  margin-top: 2px;
}

.product-sublist .product-item {
  margin-left: 2px;
  padding-left: 10px;
  border-left: 2px solid #d7e6fb;
}

.product-sublist .product-item--landing {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.product-sublist .product-item-link {
  position: relative;
  padding: 4px 0 4px 16px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  transition: color 0.18s ease, transform 0.18s ease;
}

.product-sublist .product-item-link::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #79a8e6;
  transform: translateY(-50%);
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.product-sublist .product-item-link:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #003580;
  transform: translateX(4px);
}

.product-sublist .product-item-link:hover::before {
  background: #2f6fbe;
  box-shadow: 0 0 0 3px rgba(121, 168, 230, 0.18);
  transform: translateY(-50%) translateX(2px) scale(1.05);
}

.product-sublist .product-item-link--landing::before,
.product-sublist .product-item-link--landing:hover::before {
  content: none;
}

.product-sublist .product-item-link--landing:hover {
  transform: none;
}

/* Название производителя */
.product-maker-name {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: dashed !important;
}

.product-sublist .product-maker-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 6px;
  padding: 0;
  color: #3f5f8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0;
}

.product-sublist .product-maker-name i {
  color: #5f8fd3;
  font-size: 12px;
}

/* Активный пункт меню */
.product-nav-list-item-active {
  background-color: #dfe6f0;
  border-color: #0056b3;
  color: #0056b3;
  font-weight: bold;
}

.product-nav-list-subitem-active {
  background-color: #e9f1ff;
  border-color: #0056b3;
  color: #003580;
  font-weight: bold;
  transform: translateX(5px); /* Акцент на активном элементе */
}

/* Заголовок категории */
.category-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-description-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 15px;
}

.product-description-title,
.product-description-subtitle {
  font-weight: bold;
  color: #0056b3;
}

.product-description-title {
  font-size: 2em;
  margin-top: 0px;
  margin-bottom: 15px;
}

.product-description-title--page {
  margin-bottom: 24px;
}

.product-description-subtitle {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.product-description-text,
.product-description-category-text {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-description-highlight {
  /* color: #ff6600; */
  color: #0056b3;
  font-weight: bold;
}

.product-description-list {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 1.1em;
}

.product-description-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.product-description-category {
  margin-top: 20px;
}

.product-description-category-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 45px;
}

.product-description-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.product-description-button,
.product-description-button-secondary {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.product-description-button {
  background-color: #0056b3;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.product-description-button:hover {
  background-color: #003f88;
}

.product-description-button-secondary {
  background-color: #ff6600;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.product-description-button-secondary:hover {
  background-color: #cc5200;
}
.product-description-link {
  color: #0056b3;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.product-description-link:hover {
  color: #ff6600;
  text-decoration: none;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  left: 300px;
  background-color: #0056b3;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: none; /* По умолчанию кнопка скрыта */
  z-index: 1000;
}

.scroll-to-top:hover {
  background-color: #00408a;
}

/* Скрываем кнопку на мобильных устройствах */
@media (max-width: 768px) {
  .scroll-to-top {
    display: none !important; /* Полностью скрыть кнопку */
  }
}

.product-cards-block {
  margin-top: 15px;
  margin-bottom: 25px;
}

.product-cards-section-title {
  margin: 0 0 18px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0056b3;
}

.product-cards-container {
  display: flex;
  flex-wrap: wrap; /* Позволяет переносить карточки на новую строку */
  gap: 10px; /* Расстояние между карточками */
  justify-content: flex-start; /* Выравнивание карточек по левому краю */
}

.product-card {
  flex: 1 1 calc(25% - 10px); /* Карточка занимает 25% ширины */
  max-width: calc(25% - 10px); /* Максимальная ширина карточки */
  min-width: 200px; /* Минимальная ширина карточки */
  box-sizing: border-box; /* Учитывает padding и border в ширине */
  margin: 0;
  padding: 5px; /* Внутренние отступы */
  display: flex; /* Flexbox для выравнивания содержимого */
  flex-direction: column; /* Содержимое располагается в колонку */
  align-items: center; /* Центровка по горизонтали */
  justify-content: space-between; /* Равномерное распределение пространства */
  background: #fff; /* Фон карточки */
  border: 1px solid #ddd; /* Граница карточки */
  border-radius: 8px; /* Округлённые углы */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Тень */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Анимация при наведении */
}

.product-card:hover {
  transform: translateY(-5px); /* Поднимается вверх при наведении */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); /* Более выразительная тень */
}

@media (max-width: 1200px) {
  .product-card {
    flex: 1 1 calc(50% - 30px); /* Занимает половину ширины на экранах меньше 1200px */
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .product-card {
    flex: 1 1 calc(100% - 30px); /* Занимает всю ширину на экранах меньше 768px */
    max-width: calc(100% - 30px);
  }
}

.product-card-img {
  width: 100%; /* Изображение всегда занимает всю ширину карточки */
  height: 200px; /* Фиксированная высота изображения */
  object-fit: cover; /* Обрезает или масштабирует изображение, чтобы оно вписывалось */
  border-radius: 5px;
}

.product-card-body {
  flex-grow: 1; /* Занимает доступное пространство для равномерного распределения */
  display: flex; /* Включаем Flexbox */
  flex-direction: column; /* Элементы располагаются в колонку */
  justify-content: space-between; /* Рейтинг и цена фиксируются внизу */
  text-align: center; /* Центровка текста */
  padding: 10px 5px; /* Внутренние отступы */
}

.product-card-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px; /* Отступ между заголовком и рейтингом */
  color: #333;
  text-align: center;
  text-overflow: ellipsis; /* Для длинных текстов */
  overflow: hidden; /* Обрезать текст, если он слишком длинный */
  white-space: normal; /* Разрешаем перенос текста */
  line-height: 1.4; /* Высота строки для читаемости */
  height: 4em;
  text-decoration: none;
}

.product-card-title:hover {
  color: #007bff;
}

.product-card-rating {
  margin: 10px 0;
  font-size: 0.9rem;
  color: #f1c40f; /* Звёзды рейтинга */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.product-card-rating .reviews-link {
  font-size: 0.8rem;
  color: #666;
  text-decoration: none;
  margin-left: 5px;
}

.product-card-rating .reviews-link:hover {
  color: #007bff;
}

.product-card-price {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #28a745;
}

.product-card-price .old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
}

.product-card-price .discount-price {
  color: #dc3545;
  font-weight: bold;
}

.hidden-product {
  display: none;
}

.show-more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #359acf;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}
.show-more-btn:hover {
  background-color: #0056b3;
}

/* Прогресс-бар */
#catalog-progress-bar-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 999;
}

#catalog-progress-bar {
  width: 100%;
  height: 0;
  background-color: #007bff;
  transition: height 0.2s ease;
}

/* Меню навигации */
#catalog-progress-bar-nav-menu {
  position: fixed;
  width: auto; /* Ширина меню */
  bottom: 5px; /* Расположено снизу */
  right: 10%; /* Расположено справа */
  z-index: 1000; /* Приоритет отображения */
  background-color: #f8f9fa; /* Светло-серый фон для выделения */
  padding: 10px 15px; /* Внутренние отступы */
  border-top: 4px solid #0056b3; /* Синяя верхняя линия */
  border-radius: 8px; /* Скругленные углы */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Более выраженная тень */
  display: inline-flex;
  flex-wrap: wrap; /* Позволяет переносить элементы */
  justify-content: space-evenly; /* Равномерное распределение элементов */
  gap: 8px; /* Расстояние между элементами */
  animation: fadeIn 0.5s ease-in-out; /* Анимация появления */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); /* Легкий подъём */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#catalog-progress-bar-nav-menu ul {
  list-style: none; /* Убираем маркеры списка */
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* Элементы переносятся в две строки */
  justify-content: space-evenly; /* Равномерное распределение */
  width: 100%; /* Меню занимает всю ширину */
}

#catalog-progress-bar-nav-menu ul li {
  margin: 0;
  text-align: center; /* Центрируем текст внутри элементов */
}

#catalog-progress-bar-nav-menu ul li a {
  text-decoration: none; /* Убираем подчеркивание */
  color: #0056b3; /* Цвет текста */
  font-weight: bold;
  font-size: 16px; /* Увеличенный размер текста */
  padding: 8px 12px; /* Увеличенные отступы */
  border-radius: 5px; /* Скругленные углы */
  white-space: nowrap; /* Запрещаем перенос текста */
  background-color: #ffffff; /* Белый фон ссылок */
  transition: background-color 0.3s ease, color 0.3s ease; /* Плавный переход */
}

#catalog-progress-bar-nav-menu ul li a:hover {
  background-color: #e0e0e0; /* Светло-серый фон при наведении */
  color: #003a75; /* Более темный синий текст при наведении */
}

#catalog-progress-bar-nav-menu ul li a.active {
  background-color: #0056b3; /* Синий фон активного элемента */
  color: white; /* Белый текст для активного элемента */
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  #catalog-progress-bar-nav-menu {
    width: 95%; /* Меню занимает почти всю ширину экрана */
    bottom: 10px; /* Расположено внизу */
    padding: 5px 5px; /* Уменьшенные отступы */
    left: 5px; /* Прижимаем к левой стороне */
    transform: translateX(0); /* Убираем дополнительное центрирование */
  }

  #catalog-progress-bar-nav-menu ul {
    justify-content: space-evenly; /* Элементы равномерно распределяются */
    gap: 5px; /* Уменьшенное расстояние между строками */
  }

  #catalog-progress-bar-nav-menu ul li {
    flex: 0 1 calc(33.33% - 10px); /* Каждый элемент занимает треть строки */
  }

  #catalog-progress-bar-nav-menu ul li a {
    font-size: 14px; /* Уменьшенный размер текста */
    padding: 5px 3px; /* Уменьшенные внутренние отступы */
  }
}

/* Product Nav Highlights */
.product-nav-list-item--featured {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border-color: #c6daf7;
  color: #0d4f9a;
  font-weight: 700;
  box-shadow: inset 4px 0 0 #78a8e6;
}

.product-nav-list-item--featured:hover {
  background: linear-gradient(180deg, #eef5ff 0%, #e3efff 100%);
  color: #003580;
  border-color: #9fc0ef;
}

.product-nav-list-item--featured.product-nav-list-item-active {
  background: linear-gradient(180deg, #eaf3ff 0%, #dcecff 100%);
  border-color: #4e8cdb;
  color: #0a4b94;
  box-shadow: inset 4px 0 0 #2f6fbe;
}

.product-item-link--landing {
  display: block;
  margin: 6px 0 12px;
  padding: 4px 0 4px 12px;
  border-left: 3px solid #b7d0f3;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-item-link--landing:hover {
  background: rgba(238, 245, 255, 0.65);
}

.product-item-link__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #6f89ad;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-item-link__title {
  display: block;
  color: #0d4f9a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.product-sublist .product-item-link--landing {
  margin: 0 0 6px;
  padding: 4px 0 4px 12px;
  border: none;
  border-left: 4px solid #7ca9e2;
  border-radius: 0;
  background: transparent;
}

.product-sublist .product-item-link--landing:hover {
  border-color: #a8c7ef;
  background: transparent;
}


/* Content Cards */
.product-description-container--cards {
  margin-top: 28px;
}

.insights-materials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.insights-material-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-width: 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d8e2f0;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.insights-material-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef4fb 0%, #dde8f7 100%);
  min-height: 150px;
  text-decoration: none;
}

.insights-material-card__image {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: contain;
  display: block;
}

.insights-material-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  color: #0d4f9a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.insights-material-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.insights-material-card__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0056b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.insights-material-card__title {
  color: #13315c;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.insights-material-card__title:hover {
  color: #0056b3;
}

.insights-material-card__description {
  margin: 12px 0 0;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
}

.insights-material-card__link {
  margin-top: auto;
  padding-top: 16px;
  color: #0056b3;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.insights-material-card__link:hover {
  color: #003580;
}

@media (max-width: 991.98px) {
  .insights-materials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .insights-material-card {
    grid-template-columns: 1fr;
  }

  .insights-material-card__media,
  .insights-material-card__image {
    min-height: 200px;
  }
}
