body{
    font-family: 'Work Sans' sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section_color{
   background: linear-gradient(114deg, #0072FF 0%, #00C6FF 100%);
}
.opaque{
    display: flex !important;
}

.vitalBlocks {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 20px;
}
.uly{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.uly::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
    height: 7px;              /* width of the entire scrollbar */
  }

  .elemenetr{
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
      scrollbar-width: none;
    /* width: calc(4 * 100vh); */
}
.elemenetr::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
}