.t-btn_md {

   height: 44px;

   font-size: 16px;

   padding-left: 50px;

   padding-right: 50px;

}

.t734__button {

   padding-top: 10px;

}

.t-btn_xs {

   height: 44px;

   font-size: 16px;

   padding-left: 50px;

   padding-right: 50px;

}
.t-submit {
    text-align: center;
    height: 44px;
    border: 0 none;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
}
.t898__btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #0088cc;
    opacity: 0.9;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    overflow: hidden;
}