    /* Mobile-only contacts block (hidden on desktop) */
#contacts_mobile {
  display: block;
  padding: 24px 0 28px;
}

@media (min-width: 992px) {
  #contacts_mobile {
    display: none !important;
  }
}

#contacts_mobile .contacts_mobile__card {
  background: #fff;
  border: 2px solid rgba(128, 201, 255, 0.3);
  border-radius: 10px;
  box-shadow: 0px 17px 16px -18px rgba(41, 101, 140, 0.25);
  padding: 18px 14px 16px;
}

#contacts_mobile .contacts_title {
  margin: 0 0 12px;
  color: #234267;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

#contacts_mobile .contacts_subtitle {
  margin: 0 0 16px;
  color: #718191;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

#contacts_mobile .contacts_phone {
  width: 100%;
  margin: 0 auto;
  color: inherit;
}

#contacts_mobile .contacts_form_input {
  background: rgba(20, 26, 45, 0.06);
  border: 1px solid #ABC2E3;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
  padding: 12px 12px 12px 14px;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 15px;
}

#contacts_mobile .contacts_form_input::placeholder {
  color: #23426799;
}

#contacts_mobile input:focus {
  outline: 2px solid rgba(52, 152, 219, 0.35);
}

/* крупнее зона клика + текст согласия */
#contacts_mobile #Form2 .form-confident {
  gap: 12px;
  padding: 10px 10px;
  border-radius: 10px;
  background: rgba(52, 152, 219, 0.08);
}

#contacts_mobile #Form2 .form-confident input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  flex: 0 0 22px;
}

#contacts_mobile #Form2 .form-confident div {
  font-size: 14px;
  line-height: 1.45;
}
/* делаем кликабельной всю плашку (если обернёшь в label — см. ниже) */
#contacts_mobile #Form2 .form-confident {
  cursor: pointer;
}

#contacts_mobile .contacts_form_button {
  width: 100%;
  background: linear-gradient(180deg, #3498DB 0%, #1986EA 100%);
  border-radius: 8px;
  border: 0;
  color: #fff;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}

#contacts_mobile .contacts_form_button:active {
  transform: translateY(1px);
}

#contacts_mobile .contacts_mobile__meta {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #23426799;
}

#contacts_mobile .contacts_mobile__meta a {
  color: #234267;
  text-decoration: underline;
}

#contacts .contacts_mobile__notice{
  margin: 12px 0 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(39, 174, 96, 0.12);
  color: #234267;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}