.section-prof-services .tour-detail__directions_item .tour-detail__directions_image-back:after {
    content: none;
    opacity: 0;
}
.section-prof-services .tour-detail__directions_item .tour-detail__directions_image-back:before {
    z-index:1;
    background: -o-linear-gradient(
            bottom, rgba(19, 24, 30, 0) 0%,
            rgba(19, 24, 30, 0.39) 18.683522939682007%,
            rgba(19, 24, 30, .4) 100%),
    -o-linear-gradient(
            bottom, rgba(19, 24, 30, 0) 60%,
            rgba(19, 24, 30, .8) 100%);
    background: -webkit-gradient(
            linear, left bottom, left top, from(rgba(19, 24, 30, 0)),
            color-stop(18.683522939682007%, rgba(19, 24, 30, 0.39)),
            to(rgba(19, 24, 30, .4))),
    -webkit-gradient(
            linear, left bottom, left top, color-stop(60%, rgba(19, 24, 30, 0)),
            to(rgba(19, 24, 30, .8)));
    background: linear-gradient(
            360deg, rgba(19, 24, 30, 0) 0%,
            rgba(19, 24, 30, 0.39) 18.683522939682007%,
            rgba(19, 24, 30, .4) 100%),
    linear-gradient(
            0deg, rgba(19, 24, 30, 0) 60%,
            rgba(19, 24, 30, .8) 100%);
    -webkit-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s;

}
