  body {
    background-image: url('https://static.tildacdn.com/tild6330-3433-4761-a663-623339613733/site-bg-pattern-v2.png') !important;
    background-color: #222527;
    background-repeat: repeat;
    background-size: 90px auto;
  }
  
  html { scroll-behavior: smooth !important; }
  
  /* внешний контейнер с маской */
  #rec1209179391 .uc-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    position: relative;
    scrollbar-width: none;             /* Firefox */
    -ms-overflow-style: none;          /* IE 10+ */
  }

  /* Chrome, Safari */
  #rec1209179391 .uc-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  
  .myblend {
    mix-blend-mode: screen !important; /* multiply, screen, overlay и др. */
  }