.b-promo-btn {
    padding: 24px 52px;
    width: 256px;
    text-align: center;
    display: block;
    border-radius: 8px;
    background: #3136CF;
    font-weight: 500;
    color: #ffffff !important;
    font-family: 'TTHoves',Arial,sans-serif;
    font-size: 20px;
    line-height: 24px;
    transition: all .3s ease-out;
}

.b-promo-btn:hover {
    background: #0058DB;
    transition: all .3s ease-out;
}

.b-promo-btn__inner {
    display: inline-flex;
    align-items: center;
}

.b-promo-btn svg {
    margin-left: 12px;
}