/* Общая обёртка попапа */
.t-popup .t-popup__container {
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

/* Контент */
.t-popup .t-popup__title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 8px;
}
@media (max-width: 480px){
  .t-popup .t-popup__title { font-size: 24px; }
}

.t-popup .t-descr {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  opacity: 0.9;
}

/* Поля формы */
.t-popup input[type="tel"],
.t-popup input[type="text"],
.t-popup input[type="email"] {
  height: 50px;
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 14px;
  font-size: 16px;
}

/* Кнопка */
.t-popup .t-submit,
.t-popup .t-submit input[type="submit"] {
  height: 52px;
  border-radius: 12px !important;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* Микротекст */
.t-popup .t-form__errorbox-middle,
.t-popup .t-form__inputsbox .t-input-subtitle {
  font-size: 12px;
  opacity: 0.7;
}

/* Крестик крупнее */
.t-popup .t-popup__close {
  width: 44px; height: 44px;
}
