body{
    font-family: Roboto;
}
.a{
    text-decoration: none;
}
*{
    padding: 0;
    margin: 0;
}
.wrapper{
    width: 1170px;
    margin: 0 auto;
    
}
.block{
    display: flex;
    height: 100vh;
    align-items: center;
    
}
.t-submit{
    font-family: 'Roboto',Arial,sans-serif;
    text-align: center;
    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;
}