html {
  scroll-behavior: smooth;
}

/* чтобы якорь не уезжал под фиксированную шапку */
[id] {
  scroll-margin-top: 100px;
}

/* 1) Разрешаем вылезать содержимому ZB за границы */
#rec1890211823,
#rec1890211823 .t396,
#rec1890211823 .t396__artboard,
#rec1890211823 .t396__carrier,
#rec1890211823 .t396__filter {
  overflow: visible !important;
}

/* 2) Поднимаем блок вверх, чтобы "налез" на предыдущий */
#rec1890211823{
  margin-top: -20px !important; /* подбери: -80..-220 */
  position: relative;
  z-index: 2;
}


/* не даём дергаться */
.team-follow{
  will-change: transform;
  transform: translate3d(0,0,0);
}

/* на мобилке отключим */
@media (max-width: 1440px){
  .team-follow{ transform: none !important; }
}