.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image1.svg);
    background-size: auto 668px;
    background-position: calc(100% + 77px) center;
    background-color: #acc4dc;
    overflow: hidden;
}

.page-content .b-health-top--health .b-health-top__wrapper:before {
    content: '';
    background: url(/new/f/img/health/layout5.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    width: 226px;
    height: 160px;
    left: calc(50% - 456px);
    top: calc(50% - 360px);
}
.page-content .b-health-top--health .b-health-top__wrapper:after {
    content: '';
    background: url(/new/f/img/health/layout5.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    width: 234px;
    height: 166px;
    left: calc(50% - 100px);
    top: calc(50% - 258px);
}

.page-content .b-health-top--health .b-health-top__title:before {
    content: '';
    background: url(/new/f/img/health/layout3.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    width: 258px;
    height: 150px;
    left: -176px;
    top: -164px;
}
.page-content .b-health-top--health .b-health-top__title:after {
    content: '';
    background: url(/new/f/img/health/layout5.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    width: 244px;
    height: 176px;
    left: -124px;
    bottom: -184px;
}

@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 430px) center;
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        left: calc(50% - 360px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 256px) calc(50% + 14px);
        background-size: auto 360px;
        padding-bottom: 36px;
    }
    .page-content .b-health-top--health .b-health-top__title:before {
        width: 160px;
        height: 98px;
        left: -122px;
        top: -110px;
    }
    .page-content .b-health-top--health .b-health-top__title:after {
        width: 138px;
        height: 100px;
        left: -78px;
        bottom: -90px;
    }

    .page-content .b-health-top--health .b-health-top__wrapper:before {
        width: 120px;
        height: 90px;
        left: calc(50% - 240px);
        top: calc(50% - 178px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:after {
        width: 130px;
        height: 98px;
        left: calc(50% - 56px);
        top: calc(50% - 124px);
        transform: scale(-1, 1);
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 212px) calc(50% + 14px);
    }
}
@media screen and (max-width: 559px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 204px) calc(50% + 14px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        left: calc(50% - 180px);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% - 0px) calc(50% + 32px);
        background-size: auto 446px;
        padding-bottom: 30px;
    }

    .page-content .b-health-top--health .b-health-top__wrapper:before {
        left: 0;
        right: 0;
        top: auto;
        bottom: -40px;
        height: 256px;
        width: auto;
        background: linear-gradient(180deg, rgba(172, 196, 220, 0) 0, #527fac 100%);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:after {
        transform: none;
        width: 120px;
        height: 94px;
        left: calc(50% - 2px);
        top: calc(50% - 210px);
    }

    .page-content .b-health-top--health .b-health-top__title:before {
        display: none;
    }
    .page-content .b-health-top--health .b-health-top__title:after {
        display: none;
    }
}

@media screen and (max-width: 459px) {
   .page-content .b-health-block__image img {
        margin-top: -12px;
    }
}