.elementor-213 .elementor-element.elementor-element-f6d926b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:100px;--margin-right:0px;--margin-bottom:100px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}@media(min-width:768px){.elementor-213 .elementor-element.elementor-element-f6d926b{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-d27968d */@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;700&display=swap');

/* ============================================
   БИТРИКС 24 — OVERRIDE
   ============================================ */

.b24-form-style-classic *,
.b24-form-style-classic *::before,
.b24-form-style-classic *::after {
  font-family: 'Geologica', sans-serif !important;
  box-sizing: border-box !important;
}

/* --- Обёртка --- */
.b24-form-style-classic .b24-form-wrapper {
  background: #fff !important;
  border-radius: 16px !important;
  border: none !important;
  overflow: hidden !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10) !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* ---- ШАПКА ---- */
.b24-form-style-classic .b24-form-header {
  background: #a00014 !important;
  padding: 1.3rem 2rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  border: none !important;
  border-radius: 0 !important;
}

.b24-form-style-classic .b24-form-header::before {
  content: '' !important;
  display: block !important;
  flex-shrink: 0 !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center/18px no-repeat !important;
}

.b24-form-style-classic .b24-form-header-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  display: block !important;
}

.b24-form-style-classic .b24-form-header-title::after {
  content: 'Ответим в течение рабочего дня' !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.7) !important;
  letter-spacing: 0 !important;
  margin-top: 2px !important;
}

/* ---- ТЕЛО ФОРМЫ ---- */
.b24-form-style-classic .b24-form-content {
  padding: 1.75rem 2rem 0.5rem !important;
  background: #fff !important;
}

/* Двухколоночная сетка */
.b24-form-style-classic .b24-form-content > form > div:first-child {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 1.5rem !important;
}

/* ---- ПОЛЯ ---- */
.b24-form-style-classic .b24-form-field {
  margin-bottom: 1rem !important;
  position: relative !important;
}

/* Комментарий — на всю ширину */
.b24-form-style-classic .b24-form-field-text {
  grid-column: 1 / -1 !important;
}

/* Согласие — на всю ширину */
.b24-form-style-classic .b24-form-field-agreement {
  grid-column: 1 / -1 !important;
  margin-top: 0.5rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid #ececec !important;
}

.b24-form-style-classic .b24-form-control-container {
  position: relative !important;
}

/* Инпуты */
.b24-form-style-classic .b24-form-control {
  font-family: 'Geologica', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #1a1a1a !important;
  background: #f5f5f5 !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 8px !important;
  padding: 26px 12px 9px !important;
  width: 100% !important;
  min-height: 52px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s !important;
  -webkit-appearance: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

textarea.b24-form-control,
.b24-form-style-classic textarea.b24-form-control {
  min-height: 96px !important;
  resize: vertical !important;
  padding-top: 26px !important;
}

.b24-form-style-classic .b24-form-control:focus {
  border-color: #a00014 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(160,0,20,0.08) !important;
  outline: none !important;
}

/* Лейбл */
.b24-form-style-classic .b24-form-control-label {
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: #999 !important;
  position: absolute !important;
  top: 8px !important;
  left: 13px !important;
  right: auto !important;
  pointer-events: none !important;
  transform: none !important;
  transition: none !important;
  line-height: 1 !important;
  z-index: 1 !important;
}

.b24-form-style-classic .b24-form-control-required {
  color: #a00014 !important;
  font-size: 10px !important;
}

/* Иконка валидации — только саму svg-иконку, не трогая инпут */
.b24-form-style-classic .b24-form-control-container svg.b24-form-control-icon,
.b24-form-style-classic .b24-form-control-icon-after svg,
.b24-form-style-classic [class*="b24-form-control-icon"] {
  display: none !important;
}

/* Сообщение об ошибке */
.b24-form-style-classic .b24-form-control-alert-message {
  font-size: 11px !important;
  color: #a00014 !important;
  background: transparent !important;
  border: none !important;
  padding: 2px 0 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* ---- ЧЕКБОКС ---- */
.b24-form-style-classic .b24-form-field-agreement label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.b24-form-style-classic .b24-form-field-agreement input[type="checkbox"] {
  accent-color: #a00014 !important;
  width: 15px !important;
  height: 15px !important;
  margin: 2px 0 0 !important;
  flex-shrink: 0 !important;
}

.b24-form-style-classic .b24-form-control-desc,
.b24-form-style-classic .b24-form-field-agreement-link {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #777 !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

/* ---- КНОПКА ---- */
.b24-form-style-classic .b24-form-btn-container {
  padding: 1rem 2rem 1.75rem !important;
  background: #fff !important;
  display: flex !important;
  justify-content: flex-start !important;
}

.b24-form-style-classic .b24-form-btn-block {
  width: auto !important;
}

.b24-form-style-classic .b24-form-btn {
  font-family: 'Geologica', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  color: #fff !important;
  background: #a00014 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 11px 36px !important;
  cursor: pointer !important;
  width: auto !important;
  min-width: 160px !important;
  max-width: 240px !important;
  transition: background 0.15s, transform 0.1s !important;
  display: inline-block !important;
}

.b24-form-style-classic .b24-form-btn:hover {
  background: #850010 !important;
}

.b24-form-style-classic .b24-form-btn:active {
  transform: scale(0.98) !important;
}

.b24-form-style-classic .b24-form-btn-border {
  background: transparent !important;
  border: 1px solid #a00014 !important;
  color: #a00014 !important;
}

/* ---- ПОДПИСЬ ---- */
.b24-form-style-classic .b24-form-sign {
  padding: 0 2rem 0.75rem !important;
  background: #fff !important;
}

.b24-form-style-classic .b24-form-sign-abuse-link {
  font-size: 11px !important;
  color: #ccc !important;
}

/* ---- СОСТОЯНИЯ ---- */
.b24-form-style-classic .b24-form-state-text p {
  font-size: 15px !important;
}

/* ============================================
   АДАПТИВ
   ============================================ */
@media (max-width: 640px) {
  .b24-form-style-classic .b24-form-header {
    padding: 1.1rem 1rem !important;
  }
  .b24-form-style-classic .b24-form-header::before {
    display: none !important;
  }
  .b24-form-style-classic .b24-form-content {
    padding: 1.25rem 1rem 0.5rem !important;
  }
  .b24-form-style-classic .b24-form-content > form > div:first-child {
    grid-template-columns: 1fr !important;
  }
  .b24-form-style-classic .b24-form-btn-container {
    padding: 1rem 1rem 1.5rem !important;
    justify-content: stretch !important;
  }
  .b24-form-style-classic .b24-form-btn-block {
    width: 100% !important;
  }
  .b24-form-style-classic .b24-form-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .b24-form-style-classic .b24-form-sign {
    padding: 0 1rem 0.75rem !important;
  }
}/* End custom CSS */