
/* Десктопный поиск */
.t-site-search-dm__result__product_descr{
  display:none !important;
}

/* Мобильный поиск */
.t-search-widget__result_product-desc{
  display:none !important;
}
</style>



    @media (min-width: 640px) {
.t-catalog .t-catalog__pagination {
 
    padding: 18px 0px 0px 380px;
}
}


.t-catalog__pagination__item{

  box-sizing: border-box;
  border: 1px solid #CFE2FF !important;
  background: #F6F9FC !important;
  color: #242424 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

/* текст внутри */
.t-catalog__pagination__item,
.t-catalog__pagination__item svg,
.t-catalog__pagination__item path{
  color: #2A2A2A !important;
  fill: #2A2A2A !important;
}

/* активный пункт */
.t-catalog__pagination__item_active{
  background: #387EEB !important;
  color: #ffffff !important;
  border-color: #387EEB !important;
}


 @media (max-width: 640px) {
.t-btnflex.t-btnflex_type_button2 {
 
    width: 160px !important;
    
}
}



@media (max-width: 640px) {
    
    .js-catalog-parts-switcher.t-catalog__parts-switch-btn.t-name.t-name_xs.t-menu__link-item.t-catalog__parts-switch-btn-all{
    font-size: 17px;
    font-weight: 700;
    color: #242424;
    }
    
  .t-catalog__parts-switch-wrapper_mobile {
    position: relative;
  }

  .t-catalog__parts-switch-wrapper_mobile.ga-mobile-catalog-open {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    padding: 12px 12px 8px;
    margin-top: 8px;
    box-sizing: border-box;
  }

  .ga-mobile-catalog-controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
  }

  .ga-mobile-catalog-btn,
  .ga-mobile-catalog-hide-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #eef4fb;
    color: #3571A3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
  }

  .ga-mobile-catalog-btn-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .ga-mobile-catalog-btn svg,
  .ga-mobile-catalog-hide-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .t-catalog__parts-switch-wrapper_mobile.ga-mobile-catalog-open .ga-mobile-catalog-hide-btn {
    display: flex;
  }

  .t-catalog__parts-sublist {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .t-catalog__parts-sublist.t-catalog__parts-sublist_visible {
    left: 0 !important;
    right: auto !important;
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* общий список */
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-item,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-node,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-line,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-children {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: static !important;
  }

  /* разделы */
  .t-catalog__parts-switch-wrapper_mobile .js-catalog-parts-switcher.t-catalog__parts-tree-btn,
  .t-catalog__parts-switch-wrapper_mobile .js-catalog-parts-switcher.t-catalog__parts-switch-btn {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr auto;
    column-gap: 8px;
    align-items: start;
    width: 100%;
    margin: 0 0 9px 0 !important;
    padding: 2px 0 !important;
    text-decoration: none !important;
    box-sizing: border-box;
  }

  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-btn-title,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-item-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #3f4650 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    display: block !important;
  }

  /* активный пункт */
  .t-catalog__parts-switch-wrapper_mobile .js-catalog-parts-switcher.t-active .t-catalog__parts-tree-btn-title,
  .t-catalog__parts-switch-wrapper_mobile .js-catalog-parts-switcher.is-catalog-cat-active .t-catalog__parts-tree-btn-title,
  .t-catalog__parts-switch-wrapper_mobile .js-catalog-parts-switcher.t-active .t-catalog__parts-item-title,
  .t-catalog__parts-switch-wrapper_mobile .js-catalog-parts-switcher.is-catalog-cat-active .t-catalog__parts-item-title {
    color: #196dff !important;
    font-weight: 700 !important;
  }

  /* стрелка раскрытия */
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-expand,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-btn .t-catalog__parts-tree-btn-icon,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-btn .t-catalog__parts-tree-btn-arrow {
    margin-left: auto !important;
    transform: scale(.82);
    opacity: 0.8;
  }

  /* вложенность без смещения вправо */
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-children,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-node .t-catalog__parts-tree-node,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-sublist {
    margin-left: 0 !important;
    margin-top: 4px !important;
    padding-left: 0 !important;
  }

  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-node .t-catalog__parts-tree-node .js-catalog-parts-switcher.t-catalog__parts-tree-btn,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-node .t-catalog__parts-tree-node .js-catalog-parts-switcher.t-catalog__parts-switch-btn,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-sublist .js-catalog-parts-switcher {
    margin-bottom: 7px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-tree-node .t-catalog__parts-tree-node .t-catalog__parts-tree-btn-title,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-sublist .t-catalog__parts-item-title,
  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-sublist .t-catalog__parts-tree-btn-title {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    color: #5a616b !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block !important;
  }

  .t-catalog__parts-switch-wrapper_mobile .t-catalog__parts-sublist .t-catalog__parts-item {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 7px !important;
  }
}
