/*.t-menu-base__logo {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
}
*/

.t454__logowrapper2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    top: 3px !important;
}

.t802__container_clgap-10px .t802__col {
    padding: 1px 1px 0;
}

.t1122__popup-btn.t-store__prod-popup__btn.t-btn.t-btn_sm.js-out-of-stock-inserted-block {
    color: rgb(0, 0, 0) !important;
    background-color: #efc45b !important;
    border: 0px solid !important;
    border-radius: 40px !important;
}

.t-container_100.t802__container_clgap-10px

{
        padding: 0 0px 10px;
    }


.t454__logowrapper2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    top: 2px;
}

.logos-slider {
  width: 100%;
  overflow: hidden;
  background: white; /* можно убрать */
  padding: 20px 0;
}

.logos-track {
  display: flex;
  width: max-content;
  /*animation: scroll 22s linear infinite;*/
}

.logos-track img {
  height: 50px;     /* адаптируйте под размер ваших логотипов */
  margin: 0 60px;   /* расстояние между логотипами */
  opacity: 0.9;
  transition: 0.3s;
}

.logos-track img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Анимация */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Адаптив для мобильных */
@media (max-width: 480px) {
  .logos-track img {
    height: 36px;
    margin: 0 30px;
  }
}