.TINKOFF_BTN_YELLOW {
background-color:#bacc42!important;
border-radius: 0px!important;
border: 1px solid transparent;
position: relative;
display: inline-block;
box-sizing: border-box;
color:white!important;
position: relative;
box-sizing: border-box;
font-size: 18px!important;
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);
}