/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 20:00:49 */
#my-container {
  position: relative;
}

#my-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 629px;
  background-image: repeating-linear-gradient(
    135deg,
    #E9ECF2,
    #E9ECF2 1px,
    transparent 1.5px,
    transparent 6px
  );
  pointer-events: none;
  z-index: -1; /* теперь под контентом */
}

#my-container > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1358px) {
  #my-container::after {
    content: none;
  }
}
