.TINKOFF_BTN_YELLOW {

    color: #373542 !important;
    background-color: #ffe421 !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: Manrope;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    height: 70px;
    
position: relative;

display: inline-block;

box-sizing: border-box;

max-width: 100%;

cursor: pointer;

text-decoration: none;

transition-property: background-color, border, box-shadow;

transition-duration: .25s;

transition-timing-function: ease;

left: 50%;

transform: translate(-50%, 0);

}