/*
 * Кастомные переопределения поверх основного style.css.
 * Подключается в templates/base.html сразу после style.css.
 */

/* ===== Модалка с формой Битрикс24 (templates/inc/modals/lead.html) ===== */

/* Белый фон вместо фирменного градиента */
#modalLead .modal__content {
  background: #fff;
}

/* Декоративный узор поверх градиента на белом фоне не нужен */
#modalLead .modal__content:before {
  display: none;
}

/* Кнопка закрытия — серая (в основном стиле — белая под тёмный фон) */
#modalLead .modal__close {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.8125 9.1875L9.1875 32.8125' stroke='%239A9AA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.8125 32.8125L9.1875 9.1875' stroke='%239A9AA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


.b24-form-btn {
      background-color: #6846CD !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: unset !important;
}