.TINKOFF_SIZE_L {
    padding: 0px 0px;
    height: 55px;
    width: 260px;
    font-size: 14px;
    line-height: 24px;
}

.TINKOFF_SIZE_L2 {
    padding: 0px 0px;
    height: 55px;
    width: 280px;
    font-size: 14px;
    line-height: 24px;
}

.TINKOFF_BTN_YELLOW {
    background-color: #ffdd2d;
    font-family: 'Formular';
    position: relative;
    display: inline-block;
    border-radius: 0px;
    border: 1px solid transparent;
    box-sizing: border-box;
    max-width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition-property: background-color, border, box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
}

.BTN_YELLOW {
    background-color: #ffdd2d;
    font-family: 'Formular';
    position: relative;
    display: inline-block;
    border-radius: 0px;
    border: 1px solid transparent;
    box-sizing: border-box;
    max-width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition-property: background-color, border, box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
}

.SIZE_L {
    padding: 15px 31px;
    height: 55px;
    width: 260px;
    font-size: 14px;
    line-height: 24px;
}

.SIZE_300_40 {
    padding: 15px 31px;
    height: 40px;
    width: 300px;
    font-size: 14px;
    line-height: 10px;
}