
.t-records ul {
    padding-left: 20px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.t975__wrapper {
    min-height: 50px;
    max-width: none;
}

.t393 .t393__submit_size_lg {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 300px;
}

.t943__btn, .t943__btn_preview {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
}

.t943__btn {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1f5bff;
}



.t943__btn_fixed {
    z-index: 1000;
    position: fixed !important;
    bottom: 58px;
    left: 30px;
    right: 30px;
    visibility: visible;
    opacity: 1;
   -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: transform 0.25s ease-in, opacity 0.25s ease-in, visibility 0.25s ease-in;
    -o-transition: transform 0.25s ease-in, opacity 0.25s ease-in, visibility 0.25s ease-in;
    transition: transform 0.25s ease-in, opacity 0.25s ease-in, visibility 0.25s ease-in;
}

