@media screen and (min-width: 980px) {

  /* ЦЕНТРИРОВАНИЕ ССЫЛОК */
  #nav2501654821 .t-menu-base__maincontainer {
    position: relative !important;
  }
  #nav2501654821 .t-menu-base__leftwrapper {
    position: absolute !important;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto !important;
    width: max-content !important;
    height: max-content !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /* РЕЗЕРВ МЕСТА ПОД СТРЕЛКУ — по атрибуту, который есть с первого кадра */
  #nav2501654821 .t-menu__link-wrapper[data-menu-submenu-hook]:not([data-menu-submenu-hook=""]) {
    position: relative;
    padding-right: 20px;
  }

  /* СТРЕЛКА: absolute + вертикальный центр по всей высоте пункта */
  #nav2501654821 .t-menusub__arrow {
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}