/*.t-input {
    margin: 0px;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 20px;
}



.t-popup_show .t-popup__container {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 25px;
}




.t-popup__container-animated {
    -webkit-transition: transform ease-in-out 0.3s;
    -moz-transition: transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform cubic-bezier(1, -0.13, 0.39, 1.49) 0.3s;
}

.t-popup__block-close {
    top: 200px;
    right: 420px;
    width: 43px;
    height: 43px;
}







element.style {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    text-align: center;
}*/




.t-submit {
    text-align: center;
    width: 560px;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -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;
}




.t580__btn:last-of-type {
    margin-right: 0;
    width: 400px;
}




.t-upwidget-container__button {
    max-width: 30%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table;
    padding: 0 20px;
    line-height: 38px!important;
}





.t981__col_left {
    display: none;
}


.t981__wrapper {
    display: block;
    padding: 5px 20px;
    box-sizing: border-box;
    max-width: none;
}