.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image8.svg);
    background-size: auto 520px;
    background-position: calc(50% + 470px) calc(50% + 0px);
    background-color: #dc5757;
    overflow: hidden;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 410px) calc(50% + 0px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 264px;
        background-position: calc(50% + 240px) calc(50% - 2px);
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 132px) calc(50% - 52px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        background: linear-gradient(180deg, rgba(220, 87, 87, 0) 0, #c74949 100%);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 230px;
        background-position: calc(50% + 12px) calc(50% - 58px);
    }
}

.page-content .b-health-block__image {
    margin: 40px 0;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-block__image {
        margin: 25px 0 5px;
    }
}