
html{scroll-behavior:smooth}
body{overflow-x:hidden}
.jacs-hero-static,.jacs-hero-wrapper,.jacs-hero-slide{width:100%;min-height:inherit}
.jacs-hero-slide{display:flex!important;position:relative}
.jacs-client-grid{overflow:visible!important}
.jacs-client-items{display:grid!important;grid-template-columns:repeat(5,minmax(120px,1fr));gap:28px;align-items:center;transform:none!important;width:100%!important}
.jacs-client-items .swiper-slide{width:auto!important;display:flex;align-items:center;justify-content:center;height:110px}
.jacs-client-items img{max-width:100%;max-height:90px;width:auto!important;height:auto!important;object-fit:contain;filter:none}
#vk-mobile-nav-menu-btn{cursor:pointer;user-select:none}
#vk-mobile-nav{display:none}
#vk-mobile-nav.is-open{display:block}
@media(max-width:1024px){
  .jacs-client-items{grid-template-columns:repeat(3,minmax(100px,1fr));gap:22px}
  #global-nav{display:none!important}
  #vk-mobile-nav-menu-btn{display:block!important}
}
@media(max-width:600px){
  .jacs-client-items{grid-template-columns:repeat(2,minmax(90px,1fr));gap:18px}
  .jacs-client-items .swiper-slide{height:85px}
  .jacs-client-items img{max-height:70px}
}
