body {
    background: #f8f8f8;
    position: relative;
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
}

.onTop-wrap {
    width: 100%;
    height: 108px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onTop {
    font-family: cinzel;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.15em;
    text-decoration: underline;
    text-transform: uppercase;
    color: #828282;
}

























    /****** кнопка Помощь фонду *******/

.help-btn {
    font-family: cinzel;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 60px;
    width: 260px;
    padding: 10px 2px;
    background: linear-gradient(180deg, #0D598A 0%, #0A79A4 100%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    text-decoration: none;
    z-index: 5;
}

.help-btn:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #0D598A 0%, #0A79A4 100%);
    border-radius: 50%;
    left: -27px;
    z-index: 6;
}

.help-btn:after {
    content: url("/bitrix/templates/zemDV/img/handshake-b.png");
    position: absolute;
    width: 28px;
    height: 28px;
    padding: 9px;
    border-radius: 50%;
    left: -25px;
    z-index: 7;
    background: linear-gradient(180deg, #D8EEFC 0%, #D8EEFC 0.01%, #FFFFFF 100%);
}

