.dash-text a{
    border-bottom: dashed 1px  #e86b2f !important;
    display: inline !important;
    color: #e86b2f !important;
}
.dash-text a:hover{
    border-bottom: dashed 1px black !important;
    color: black !important;
}
.TINKOFF_BTN_YELLOW {
    background-color:rgba(240,111,49,1)!important;
    font-family: haas,pragmatica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 1rem !important;
    position: relative;
    display: inline-block;
    border-radius: 12px !important;
    border: 1px solid transparent;
    box-sizing: border-box;
    max-width: 100%;
    cursor: pointer;
    text-decoration: none;
    color:white!important;
    font-weight: 500;
    transition-property: background-color, border, box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
    left: 50%;
    transform: translate(-50%, 0);
}