.t-menu-base__maincontainer_12-0, .t-menu-base__maincontainer_12-20, .t-menu-base__maincontainer_12-30, .t-menu-base__maincontainer_12-40 { 
    padding: 0 !important;
}

.t-menu-base__maincontainer_12-0, .t-menu-base__maincontainer_12-20, .t-menu-base__maincontainer_12-30, .t-menu-base__maincontainer_12-40 { 
    max-width: 1210px !important;
}
@media screen and (min-width: 961px) {
  body #rec3510417801 .t-menu-base {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 961px) {
  body #rec3515200601 .t-menu-base {
    margin-top: 0 !important;
  }
}

/* Убираем тень, скругления и стрелку-уголок у выпадашки */
.t966__tooltip-menu {
  box-shadow: none !important;
  border-radius: 0 !important;
  border-top: 1px solid #ececec !important;
}

.t966__tooltip-menu-corner {
  display: none !important;
}

/* Заголовки колонок (первая строка — "Искать по категориям" и т.д.) */
.t966__menu-list-row:first-child .t966__menu-item-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 8px;
}

.t966__menu-list-row:first-child .t966__menu-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background: #000;
}

/* Обычные пункты (все строки кроме первой) */
.t966__menu-list-row:not(:first-child) .t966__menu-item-title {
  font-weight: 400;
  color: #555;
  font-size: 14px;
  padding: 6px 0;
  transition: color .15s;
}

.t966__menu-list-row:not(:first-child) .t966__menu-item-title:hover {
  color: #000;
}

/* Прячем пустые пункты (у тебя в верстке есть пустые title) */
.t966__menu-item-title:empty {
  display: none;
}

/* Вертикальные разделители между колонками */
.t966__content {
  position: relative;
}

.t966__content::before,
.t966__content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ececec;
}

.t966__content::before { left: 33.333%; }
.t966__content::after  { left: 66.666%; }

/* Растягиваем подложку меню на весь экран */
.t966__tooltip-menu {
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  transform: translateX(-50%) !important;
}

/* Контент центрируем и ограничиваем, чтобы колонки не расползались на весь экран */
.t966__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* убираем старые псевдоэлементы-линии, если остались от прошлого патча */
.t966__content::before,
.t966__content::after {
  content: none !important;
}

/* Превращаем список в реальную 3-колоночную grid-сетку */
.t966__menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

/* строка перестаёт быть блоком — её 3 айтема едут прямо в сетку родителя */
.t966__menu-list-row {
  display: contents;
}

/* бордер теперь стоит ровно на границе реальной колонки */
.t966__menu-item-wrapper {
  border-right: 1px solid #ececec;
  padding-right: 40px;
}

/* у последней (3-й) колонки в каждой строке бордер убираем */
.t966__menu-item-wrapper:nth-child(2n) {
  border-right: none;
  padding-right: 0;
}

/* Растягиваем подложку меню на весь экран */
.t966__tooltip-menu {
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  transform: translateX(-50%) !important;
}

.t966__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.t966__content::before,
.t966__content::after {
  content: none !important;
}

/* Grid-сетка на 3 колонки */
.t966__menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

.t966__menu-list-row {
  display: contents;
}

/* ГЛАВНЫЙ ФИКС: сбрасываем родные ширины/flex-basis Тильды,
   чтобы айтем занимал ровно всю свою grid-колонку */
.t966__menu-item-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  box-sizing: border-box !important;
  border-right: 1px solid #ececec;
  padding-right: 0; /* убрали, чтобы не дублировать column-gap */
}

.t966__menu-item-wrapper:nth-child(2n) {
  border-right: none;
}

/* сама текстовая часть внутри тоже на всю ширину */
.t966__menu-item,
.t966__menu-item-text {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 960px) {
    #rec3515200601 .t-menu-base__imglogo {
        max-width: 140px !important;
        width: 140px !important;
    }
}


