    /* ===== RESET & БАЗА ===== */
    .berotek-sale {
      --bs-red: #f15a29;
      --bs-red-dark: #e04622;
      --bs-text: #6a6a6a;
      --bs-title: #1b1b1b;
      --bs-muted: #888a8c;
      --bs-line: #e6e6e6;
      --bs-soft: #f2f2f2;
      --bs-soft-2: #f7f7f7;
      width: 100%;
      max-width: 1170px;
      margin: 0 auto;
      padding: 0 15px;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: var(--bs-text);
      font-size: 16px;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    .berotek-sale * {
      box-sizing: border-box;
    }

    .berotek-sale a {
      color: var(--bs-red);
      text-decoration: none;
      transition: .25s;
    }

    .berotek-sale a:hover {
      color: var(--bs-title);
    }

    /* ===== HERO (более оранжевый градиент) ===== */
    .berotek-sale__hero {
      position: relative;
      overflow: hidden;
      padding: 50px 44px;
      margin: 0 0 46px;
      color: #fff;
      background:
        linear-gradient(105deg, rgba(27, 27, 27, 0.82) 0%, rgba(224, 70, 34, 0.88) 45%, rgba(241, 90, 41, 0.96) 100%),
        url("/upload/resize_cache/iblock/ed2/270_197_2/Plity_perekrytiya.jpg") center / cover no-repeat;
      border-radius: 5px;
      box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    }

    .berotek-sale__label {
      display: inline-block;
      margin: 0 0 18px;
      padding: 7px 13px;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      background: var(--bs-red);
      border-radius: 4px;
    }

    .berotek-sale__hero h1 {
      max-width: 840px;
      margin: 0 0 20px;
      color: #fff;
      font-size: 36px;
      line-height: 1.18;
      font-weight: 700;
      text-transform: uppercase;
    }

    .berotek-sale__lead {
      max-width: 800px;
      margin: 0 0 30px;
      color: rgba(255, 255, 255, .92);
      font-size: 18px;
      line-height: 1.65;
    }

    .berotek-sale__lead strong {
      color: #fff;
      font-weight: 800;
    }

    .berotek-sale__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    /* базовая кнопка (оранжевая) */
    .berotek-sale__btn,
    .berotek-sale__btn:visited {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 10px 24px;
      color: #fff !important;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase;
      background: var(--bs-red);
      border: 1px solid var(--bs-red);
      border-radius: 30px;
      cursor: pointer;
      transition: .25s;
    }

    .berotek-sale__btn:hover {
      color: #fff !important;
      background: var(--bs-title);
      border-color: var(--bs-title);
    }

    .berotek-sale__btn:focus,
    .berotek-sale__btn:active {
      color: #fff !important;
      text-decoration: none;
    }

    /* Специальный класс для чёрной кнопки в нижнем блоке */
    .berotek-sale__btn--dark,
    .berotek-sale__btn--dark:visited {
      background: var(--bs-title);
      border-color: var(--bs-title);
    }
    .berotek-sale__btn--dark:hover {
      background: var(--bs-red);
      border-color: var(--bs-red);
    }

    /* ===== СЕКЦИИ ===== */
    .berotek-sale__section {
      margin: 0 0 46px;
    }

    .berotek-sale__section h2 {
      margin: 0 0 22px;
      color: var(--bs-title);
      font-size: 24px;
      line-height: 1.25;
      font-weight: 600;
      text-transform: uppercase;
    }

    .berotek-sale__section h2:after {
      display: block;
      width: 72px;
      height: 3px;
      margin: 14px 0 0;
      background: var(--bs-red);
      content: "";
    }

    /* ===== ПРЕИМУЩЕСТВА — 2 колонки, иконка + текст в строку ===== */
    .berotek-sale__benefits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .berotek-sale__benefit {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      min-height: 100%;
      padding: 26px 20px 24px;
      background: #fff;
      border: 1px solid var(--bs-line);
      border-radius: 5px;
      box-shadow: 0 0 3px rgba(0, 0, 0, .16);
    }

    .berotek-sale__icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 58px;
      height: 58px;
      color: #fff;
      background: var(--bs-red);
      border-radius: 5px;
    }

    .berotek-sale__icon svg {
      width: 31px;
      height: 31px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .berotek-sale__benefit-content {
      flex: 1;
    }

    .berotek-sale__benefit h3 {
      margin: 0 0 10px;
      color: var(--bs-title);
      font-size: 17px;
      line-height: 1.3;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0;
      padding: 0;
    }

    .berotek-sale__benefit p {
      margin: 0;
      font-size: 14px;
      line-height: 1.55;
    }

    /* ===== ОФОРМЛЕНИЕ ЗАКАЗА + КОНТАКТЫ ===== */
    .berotek-sale__order {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 28px;
      align-items: stretch;
    }

    .berotek-sale__steps {
      margin: 0;
      padding: 0;
      list-style: none;
      counter-reset: sale-step;
    }

    .berotek-sale__step {
      position: relative;
      min-height: 82px;
      padding: 0 0 26px 74px;
      counter-increment: sale-step;
    }

    .berotek-sale__step:before {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      background: var(--bs-red);
      border-radius: 50%;
      content: counter(sale-step);
    }

    .berotek-sale__step:after {
      position: absolute;
      top: 58px;
      left: 23px;
      width: 2px;
      height: calc(100% - 58px);
      background: var(--bs-line);
      content: "";
    }

    .berotek-sale__step:last-child {
      padding-bottom: 0;
    }

    .berotek-sale__step:last-child:after {
      display: none;
    }

    .berotek-sale__step h3 {
      margin: 0 0 8px;
      padding: 0;
      color: var(--bs-title);
      font-size: 19px;
      line-height: 1.3;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0;
    }

    .berotek-sale__step p {
      margin: 0;
    }

    .berotek-sale__contacts {
      padding: 28px;
      background: var(--bs-soft-2);
      border: 1px solid var(--bs-line);
      border-radius: 5px;
    }

    .berotek-sale__contacts-title {
      margin: 0 0 18px;
      color: var(--bs-title);
      font-size: 20px;
      line-height: 1.3;
      font-weight: 700;
    }

    .berotek-sale__contact-list {
      display: grid;
      gap: 14px;
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
    }

    .berotek-sale__contact-list li {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      margin: 0;
    }

    .berotek-sale__contact-list .berotek-sale__icon {
      width: 42px;
      height: 42px;
      margin: 0;
      background: var(--bs-muted);
    }

    .berotek-sale__contact-list svg {
      width: 22px;
      height: 22px;
    }

    /* ===== УПРОЩЁННЫЙ БЛОК-ПРЕДУПРЕЖДЕНИЕ (без рамки/иконки) ===== */
    .berotek-sale__notice-simple {
      margin: 0 0 46px;
      padding: 0;
      font-size: 17px;
      line-height: 1.45;
      color: var(--bs-text);
      background: transparent;
      border: none;
    }
    .berotek-sale__notice-simple strong {
      color: var(--bs-red);
      font-weight: 700;
    }

    /* ===== ФОРМА ОБРАТНОЙ СВЯЗИ (как на скриншоте) ===== */
    .berotek-sale__form-card {
      background: #fff;
      border: 1px solid var(--bs-line);
      border-radius: 5px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      padding: 38px 32px;
      margin-bottom: 46px;
      text-align: center;
    }
    .berotek-sale__form-title {
      font-size: 28px;
      font-weight: 800;
      color: var(--bs-title);
      margin: 0 0 12px;
      letter-spacing: -0.3px;
      text-transform: uppercase;
    }
    .berotek-sale__form-sub {
      font-size: 16px;
      color: var(--bs-text);
      margin-bottom: 28px;
    }
    .berotek-sale__form-sub a {
      font-weight: 600;
    }
    .berotek-sale__fields {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      justify-content: center;
      margin-bottom: 24px;
    }
    .berotek-sale__fields {
      flex-wrap: nowrap;
    }
    .berotek-sale__input {
      flex: 1;
      min-width: 180px;
      padding: 14px 18px !important;
      border: 1px solid var(--bs-line) !important;
      border-radius: 40px !important;
      font-size: 15px;
      font-family: inherit;
      background: #fff;
      transition: 0.2s !important;
      height: initial !important;
    }
    .berotek-sale__input:focus {
      outline: none;
      border-color: var(--bs-red) !important;
      box-shadow: 0 0 0 2px rgba(241,90,41,0.2) !important;
    }
    .berotek-sale__form-btn {
      background: var(--bs-red);
      border: none;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      padding: 14px 28px;
      border-radius: 40px;
      font-size: 15px;
      cursor: pointer;
      transition: 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      height: 50px;
    }
    .berotek-sale__form-btn:hover {
      background: var(--bs-title);
    }

    /* ===== ФИНАЛЬНЫЙ БЛОК (оранжевый градиент + кнопка чёрная) ===== */
    .berotek-sale__final-gradient {
      margin: 0 0 20px;
      padding: 30px 38px;
      background: linear-gradient(105deg, #e04622 0%, #f15a29 100%);
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 24px;
      box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    }
    .berotek-sale__final-text {
      flex: 2;
      font-size: 22px;
      line-height: 1.4;
      font-weight: 600;
      color: #fff;
    }
    .berotek-sale__final-text strong {
      color: #fff;
      text-decoration: underline;
    }
    .berotek-sale__final-btn {
      flex-shrink: 0;
    }

    /* адаптация */
    @media (max-width: 760px) {
      .berotek-sale__final-gradient {
        flex-direction: column;
        text-align: center;
      }
      .berotek-sale__form-title {
        font-size: 24px;
      }
      .berotek-sale__fields {
        flex-direction: column;
      }
      .berotek-sale__input {
        width: 100%;
      }
    }

    @media (max-width: 1200px) {
      .berotek-sale__benefits {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 900px) {
      .berotek-sale {
        padding: 0 12px;
      }
      .berotek-sale__hero {
        padding: 42px 30px;
      }
      .berotek-sale__hero h1 {
        font-size: 30px;
      }
      .berotek-sale__order {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 560px) {
      .berotek-sale {
        font-size: 15px;
      }
      .berotek-sale__benefits {
        grid-template-columns: 1fr;
        gap: 14px;
      }
      .berotek-sale__benefit {
        padding: 22px 18px;
      }
      .berotek-sale__hero {
        padding: 32px 22px;
        margin-bottom: 34px;
      }
      .berotek-sale__hero h1 {
        font-size: 24px;
      }
      .berotek-sale__lead {
        font-size: 16px;
      }
      .berotek-sale__actions,
      .berotek-sale__btn {
        width: 100%;
      }
      .berotek-sale__step {
        padding-left: 62px;
      }
      .berotek-sale__form-card {
        padding: 28px 20px;
      }
      .berotek-sale__final-gradient {
        padding: 28px 20px;
      }
      .berotek-sale__final-text {
        font-size: 18px;
      }
    }
