/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2025 | 11:51:35 */
.fullwidth-bg .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.4); /* полупрозрачная подложка для читаемости */
  border-radius: 10px;
}


.fullwidth-bg {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;

  background-image: url('/1/wp-content/uploads/2025/07/pexels-pixabay-26813.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 250px 0;
  color: #fff;
  text-align: center;
}


