/* Full-bleed background for homepage «Ближайшие события» */
#sp-main-body:has(.blog-featuredglavnaya) {
  background: #FCFAFA url('../images/bg.png');
  border-top: 1px solid #D7C9C6;
  border-bottom: 1px solid #D7C9C6;
}

.blog-featuredglavnaya {
  background: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Beat .customtext-glavnaya ul { display:table } from template.css */
.customtext-glavnaya ul.icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 30px 0 10px;
  border-bottom: none;
  text-align: center;
}

.customtext-glavnaya ul.icons-row li {
  padding: 0 15px;
  margin-bottom: 20px;
}

.customtext-glavnaya ul.trust-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: left;
  border-bottom: none;
}

/* Wave dividers between icons-row and trust-block.
   Switch class on .section-wave: --a | --b | --c | --d */
.section-wave {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  line-height: 0;
  overflow: hidden;
}

/* A — мягкая одиночная синусоида */
.section-wave--a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 28' preserveAspectRatio='none'%3E%3Cpath d='M0 16 C150 4 300 28 450 16 C600 4 750 28 900 16 C1050 4 1125 22 1200 14' fill='none' stroke='%23D7C9C6' stroke-width='1.5'/%3E%3C/svg%3E");
}

/* B — двойная волна */
.section-wave--b {
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 34' preserveAspectRatio='none'%3E%3Cpath d='M0 14 C200 2 400 26 600 14 C800 2 1000 26 1200 14' fill='none' stroke='%23D7C9C6' stroke-width='1.5'/%3E%3Cpath d='M0 22 C200 10 400 34 600 22 C800 10 1000 34 1200 22' fill='none' stroke='%23E8DEDC' stroke-width='1.25'/%3E%3C/svg%3E");
}

/* C — заполненная волна (лёгкая заливка) */
.section-wave--c {
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 36' preserveAspectRatio='none'%3E%3Cpath d='M0 18 C200 4 400 32 600 18 C800 4 1000 32 1200 18 L1200 36 L0 36 Z' fill='%23F4EFEF'/%3E%3Cpath d='M0 18 C200 4 400 32 600 18 C800 4 1000 32 1200 18' fill='none' stroke='%23D7C9C6' stroke-width='1.5'/%3E%3C/svg%3E");
}

/* D — игривые пики, акцент кораллом */
.section-wave--d {
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 32' preserveAspectRatio='none'%3E%3Cpath d='M0 18 C80 8 140 26 220 14 C300 4 360 28 440 16 C520 6 580 26 660 14 C740 4 800 28 880 16 C960 6 1040 24 1120 14 C1160 8 1180 20 1200 16' fill='none' stroke='%23eb4947' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E");
}
