/* === МерчПлюс: тёмная форма/попап Тильды === */
/* затемнение фона и контейнер попапа */
.t-popup{background:rgba(0,0,0,.6)!important}
.t-popup__container{
  background:#0d1110!important;
  border:1px solid rgba(61,217,192,.14)!important;
  border-radius:16px!important;
  color:#e8efec!important;
}
.t-popup__close-icon{fill:#e8efec!important}

/* заголовки и тексты внутри формы */
.t-popup__container .t-title,
.t-popup__container .t-descr,
.t-popup__container .t-name,
.t-popup__container .t-text,
.t-input-title{color:#e8efec!important}
.t-popup__container .t-title{font-family:'Unbounded',sans-serif!important}

/* поля ввода, textarea, select */
.t-input,
.t-input-group textarea.t-input,
.t-input-group select.t-input{
  background:#1a2420!important;
  color:#e8efec!important;
  border:1px solid rgba(61,217,192,.14)!important;
  border-radius:12px!important;
  font-family:'Mulish',sans-serif!important;
}
.t-input::placeholder{color:#7a9088!important}
.t-input:focus{border-color:#3dd9c0!important}

/* кнопка отправки */
.t-submit,
.t-form__submit .t-btn{
  background:#3dd9c0!important;
  color:#0d1110!important;
  border:none!important;
  border-radius:12px!important;
  font-family:'Unbounded',sans-serif!important;
  font-weight:700!important;
}
.t-submit:hover{opacity:.9!important}

/* согласие и ссылки */
.t-checkbox__labeltext,
.t-checkbox__indicator+*{color:#7a9088!important}
.t-popup__container a{color:#3dd9c0!important}

/* сообщение об успешной отправке */
.t-form__successbox,
.js-successbox{color:#e8efec!important}