﻿.links-bar {
  width: 100%;
  z-index: 11;
  position: relative;
}

.links-bar .header__icon {
  height: 36px;
}

.links-bar .bar-container .swiper-slide:not(.hidden) {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width:1024px){
  .links-bar .bar-container .swiper-slide:not(.hidden){
    justify-content: center;
  }
}