.t-btn {
        background-image: linear-gradient(0turn,rgba(203,152,79,1) 0%,rgba(231,172,86,1) 100%)!important;
        height: 70px!important;
        width: 80%!important;
        font-size: 26px!important;
        line-height: 26px!important;
}

.t-form__submit button {
    background-image: linear-gradient(0turn,rgba(203,152,79,1) 0%,rgba(231,172,86,1) 100%)!important;
        height: 90px!important;
        width: 100%!important;
        font-size: 26px!important;
        line-height: 26px!important;
}

.t-descr {
    font-size: 18px!important;
}

.name {
    background-color: #383838;
    padding: 5px 15px;
    width: max-content!important;
    color: #fff!important;
    
}

.t898__btn_label {
    background-image: linear-gradient(0turn,rgba(203,152,79,1) 0%,rgba(231,172,86,1) 100%)!important;
    position: relative;
}



.t898__wrapper::before {
    content: "";
  height: 10px!important;
  width: 10px!important;
  background-color: #33be33;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
}