/* Липкий Zero Block */
#rec1058105461 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  overflow: visible !important;
  
}

 @media (max-width: 767px) {
  #scrollmenu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
    padding: 10px 0;
    gap: 12px;
  }

  #scrollmenu::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  #scrollmenu > * {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

#rec1088036276 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
  box-shadow: none;
}

