.header .ji-top-contacts{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:2px;color:#fff;font-size:13px;font-weight:400;line-height:18px;white-space:nowrap;letter-spacing:0}
.header .ji-top-contacts a{color:#fff;text-decoration:none}
.header .ji-top-contacts a:hover{text-decoration:underline}
.header .ji-top-contacts a:focus-visible{outline:2px solid #fff;outline-offset:3px}
.header .ji-top-contacts .fa{margin-right:3px}
@media(min-width:992px){
  .header .top-info__panels{gap:16px}
  .header .top-info__panels>.top-left{min-width:0;flex:1 1 auto}
  .header .top-left .horizontal-menu{flex-wrap:wrap;column-gap:24px;row-gap:8px}
  .header .top-info__panels>.top-right{flex:0 0 auto}
}
@media(min-width:1600px){
  .header .ji-top-contacts{flex-direction:row;gap:22px}
  .header .top-left .horizontal-menu{column-gap:30px}
}
@media(max-width:991px){.header .ji-top-contacts{display:none}}
