@media (max-width: 780px) {
.catalog__item > ul > li:not(.active) div:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: url(/td-kt2024/images/tool-arrow.svg) 50% 50% no-repeat; /* Указываем другой фон */
  }
}
