/* стили кнопок*/
.t-btn {
  /*display: inline-block;*/
  color: white;
  text-decoration: none;
 /* padding: .5em 2em;*/
  outline: none;
  /*border-width: 2px 0;
  border-style: solid none;
  border-color: #0ddedc #000 #006e6e;*/
  border-radius: 9px !important;
  background: linear-gradient(#0fd8d6, #009595) #007676 !important;
  transition: 0.2s;
} 
.t-btn:hover { background: linear-gradient(#11e7e4, #008e8e) #007676 !important; }

button.t-submit {
  /*display: inline-block;*/
  color: white;
  text-decoration: none;
  outline: none;
  /*border-width: 2px 0;
  border-style: solid none;
  border-color: #0ddedc #000 #006e6e;*/
  border-radius: 9px !important;
  background: linear-gradient(#0fd8d6, #009595) #007676;
  transition: 0.2s;
} 
button.t-submit:hover { background: linear-gradient(#11e7e4, #008e8e) #007676; }

/*кнопка загрузить файл в форме*/
.t-upwidget-container__button {
    background-color: #008e8e !important;
    border-radius: 9px !important;
}

/*иконки в выпадающем меню*/
.t966__menu-item-title {
    margin-top: 5px;
}