/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 19:57:02 */
#diagonal-bg-block-1 {
  position: relative;
  overflow: hidden;
}

/* Сам фон: псевдоэлемент */
#diagonal-bg-block-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%; /* Ширина на ПК */
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.07) 1px,
    transparent 1.5px,
    transparent 6px
  );
  z-index: 1;
  pointer-events: none;
}