/* ===== БЛОК ВЕБ-ФОРМЫ ===== */
#block-vesta-theme-vebforma {
  background: #f7f7f7;
  padding: 60px 24px;
  margin-top: -70px;
}

/* Заголовок */
#block-vesta-theme-vebforma .block-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}

/* Карточка формы */
#block-vesta-theme-vebforma .webform-submission-callback-form {
  max-width: 640px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* Поля */
#block-vesta-theme-vebforma input.form-control,
#block-vesta-theme-vebforma textarea.form-control {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
}

/* Фокус */
#block-vesta-theme-vebforma input:focus,
#block-vesta-theme-vebforma textarea:focus {
  border-color: #0073e6;
  box-shadow: 0 0 0 3px rgba(0,115,230,0.15);
  outline: none;
}

/* Лейблы */
#block-vesta-theme-vebforma label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

/* Текстовое поле */
#block-vesta-theme-vebforma .form-textarea-wrapper {
  margin-bottom: 20px;
}

/* Чекбокс */
#block-vesta-theme-vebforma .form-type-checkbox {
  margin-top: 20px;
}

#block-vesta-theme-vebforma .form-check-input {
  margin-right: 8px;
}

/* Кнопка */
#block-vesta-theme-vebforma .form-submit {
  background: #0073e6;
  border-radius: 12px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  width: 100%;
  cursor: pointer;
}

#block-vesta-theme-vebforma .form-submit:hover {
  background: #005bb5;
}

.contacts-whatsapp-new {
  display: flex;
  align-items: center;
}

.contacts-whatsapp-new .whatsapp-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: url(/sites/all/themes/vesta_theme/image/whatsapp.svg) no-repeat center / contain;
}

.contacts-telegram-new {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.contacts-telegram-new .telegram-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: url(/sites/all/themes/vesta_theme/image/telegram.svg) no-repeat center / contain;
}

