.e2-button {
    white-space: normal;
}

.blok_accent_yellow {
    background-color: #FFE694;
    padding: 1.7em 3em 3.2em 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.blok_orange{
    border: 5px solid #f88850;
    font-size: 100%;
    font-weight: inherit;
    padding: 20px 20px 25px 20px;
    width: 100%;
    margin-bottom: 2em;
    max-width: 760px;
    text-align: center
}


.historical {
    font-family: i8sans,"Helvetica Neue","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0 16px 0;
    max-width: 840px;
    display: inline-block;
    background: #ebe6d8;
    padding: 1px .25em;
    margin: -1px -.25em 16px -.25em;
    border-radius: 2px;
    }


.e2-button-telegram {
    font-size: var(--bigButtonFontSize);
    line-height: var(--bigButtonLineHeight);
    padding: 16px 32px;
    font-weight: bold;
    background: linear-gradient(to bottom, #0088cc 0%, #0088cc 100%);
    color: #ffffff;

}

.e2-button-telegram.hover{
    color: #ffffff;

}


.blok_blue{
    width: 70%;
    padding: 30px;
    font-size: 150%;
    line-height: 100%;
    border-width: 15px;
    border-color: #009adc;
    border-style: solid;
}