.slider__category {
    margin-right: 20px;
}
.new_case {
    z-index:1;
}
.reviews__content {
    position: relative;
}
.blog_article_data {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-top:18px;
    border-top:1px solid #78788F;
}
.blog_article_data svg {
    margin-right:11px;
}
.blog_article_data span {
    margin-right:24px;
    font-size:14px;
}
@media (max-width: 1449px) {
    .reviews__descr {
        font-size: 24px;
    }
}
@media (max-width: 1280px) {
    .reviews__descr {
        font-size: 16px;
    }
}
.blog_article_data svg.share {
    margin-left:auto;
    margin-right: 0;
    cursor: pointer;
}
.socials {
    display: none;
    position: absolute;
    padding:20px;
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(59, 59, 70, 0.25);
    border-radius: 6px;
    right: 12px;
    margin-bottom: 18px;
}
.socials.active {
    display: block;
}
.socials a:hover svg path, .share:hover path {
    fill:#FF5C39;
}
@media(max-width:1280px) {
    .cases__item {
        width: 33%;
    }
}
@media(max-width:768px) {
    .cases__item {
        width: 100%;
    }
}
