.tab-content-block {
  display: none;
}

.tab-content-block.active {
  display: block;
}

.element-list__products.element-list .index-block__title.switcher-title {
  color: #333;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width:768px) {
  .catalog_banner__wrapper {
    display: none;
  }

  .element-list__products.element-list .index-block__title.switcher-title {
    color: #333;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}

.element-list__products .tab-nav__item {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  height: 48px;
  display: flex;
  align-items: center;
}

.active.tab-nav__item-customselec .bg-theme-active-child,
.bg-theme-active.active.tab-nav__item-customselec {
  background-color: #4D4D4F !important;
}

.catalog-block__item .line-block>div {
  width: 100% !important;
}