.services-banner {
    background: #EA7F62;
    border-radius: 0 0 0 50px;
    padding-top: 28px;
    position: relative;
    margin-bottom: 30px;
}

.services-banner:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    right: 0;
    bottom: -20px;
    background: #EA7F62;
}

.services-banner:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: -20px;
    background: #fff;
    border-radius: 0 20px 0 0;
}

.services-banner__fon {
    display: none;
}

.body_see-panel .services-banner__fon {
    display: none;
}


.services-banner__inner {

}


@media (min-width: 576px) {
    .services-banner {
        margin-bottom: 50px;
    }

}

@media (min-width: 869px) {
    .services-banner_ie-fon {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .services-banner:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        opacity: 0.7;
        z-index: 1;
    }

    .services-banner:after {
        content: none;
    }

    .services-banner__fon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .services-banner__inner {
        position: relative;
        z-index: 1;
        margin: auto;
    }

    @media (min-width: 869px) {
        .services-banner {
            padding: 200px 0;
        }

        .body_see-panel .services-banner {
            padding: 50px 0;
        }
    }
}

@media (min-width: 869px) {
    .services-banner {
        padding: 100px 0 100px;
    }
}

@media (min-width: 1189px) {
    .services-banner__inner {
    }
}
