.TINKOFF_BTN_YELLOW {

background-color:#ffd700!important;

font-family: haas,pragmatica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;

position: relative;

display: inline-block;

border-radius: 30px;

border: 1px solid transparent;

box-sizing: border-box;

max-width: 100%;

cursor: pointer;

text-decoration: none;

color:#000000!important;

font-weight: 400;

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

transition-duration: .25s;

transition-timing-function: ease;

left: 50%;

transform: translate(-50%, 0);

}