.TINKOFF_BTN_YELLOW {
background-color: #eb7fb4!important;
font-family: haas,pragmatica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
position: center;
display: inline-block;
border-radius: 10px;
border: 1px solid transparent;
box-sizing: border-box;
max-width: 100%;
cursor: pointer;
text-decoration: none;
color:white!important;
font-weight: 400;
transition-property: background-color, border, box-shadow;
transition-duration: .25s;
transition-timing-function: ease;
left: 50%;
transform: translate(-50%, 0);
}