.goal-percent {
    position: absolute;
    right: -14px;
    top: 50%;
    bottom: 0;
    transform: translateX(100%) translateY(-50%);
    font-size: 20px;
    color: #FF8012;
}

.donate__sum-orange:after {
    content: '' !important;
}


header {
    position: fixed !important;
    z-index: 10000;
    top: 0;
}

.header-margin-top {
    margin-top: 95px !important;
}

body {
    padding-bottom: 0 !important;
}

#radio-play-button {
    position: fixed;
    top: 115px;
    right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url('/assets/images/stop-button.svg');
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#radio-play-button.stopped {
    background-position: 12px center !important;
    background-image: url('/assets/images/play-button.svg');
}

.error-msg{
    font-size: 12px;
    color: #f00;
}

.ambitions__item-desc:hover{
    overflow: unset !important;
    z-index: 1000;
    background-color: #fff;
    display: block;
}

.share-news-block {
    margin-top: 15px;
    text-align: center;
}

.--content img{
    max-width:100%
}

.custom-content *{
    margin: revert !important;
    padding: revert !important;
}