 /* Закругляем углы попапов */
    .t-popup__container {
        border-radius: 20px !important;
    }
    /* Шрифт заголовка в попапах */
    .t702 .t702__title {
        font-weight: 800 !important;
    }
    /* Шрифт кнопок в попапах */
    .t-submit {
        font-weight: 800 !important;
        letter-spacing: 1px !important;
    }
.t702__descr {
    text-align:left;
}

#allrecords .tl-btn {
  background: #CAB05C;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  padding: 13px 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

#allrecords .tl-btn:hover {
    background: #659339;
}