/* Центрируем логотип */
.t451__leftside {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Включаем взаимодействие с логотипом */
.t451__leftside .t451__logo_container {
  pointer-events: auto;
}

/* Центровой блок убираем */
.t451__centerside {
  flex: none !important;
}

/* Перемещаем соцсети влево или скрываем */
.t451__side_socials {
  position: absolute;
  left: 20px; /* или сколько нужно */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}