.section-projects {
    margin-top: 70px;
}

.section-projects .top_block {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}

.section-projects .top_block-link {
    font-weight: 400;
    font-size: 11px;
    line-height: 135%;
    text-decoration: none;
    color: #000;
}

.section-projects .top_block-link svg {
    margin-left: 5px;
}

.section-projects__list {

}

.section-projects__list .item-wrapper {

}

.section-projects__item {
    overflow: hidden;
    border-radius: 4px;
}

.section-projects__item .head {
    position: relative;
    height: 187px;
}

.section-projects__item .head__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-projects__item .head__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.section-projects__item .head__info {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 76px 32px;
}


.section-projects__list .owl-carousel.shadow .owl-stage-outer:before,
.section-projects__list .owl-carousel.shadow .owl-stage-outer:after {
    display: none;
}

.head__info-sub-title {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-shadow: 1px 1px #565656;
}

.head__info-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 131.4%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px #565656;
}

/**/
body .section-projects__list .owl-carousel .owl-nav button.owl-prev,
body .section-projects__list .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #EAEAEA;
    opacity: 1;
}

body .section-projects__list .owl-carousel .owl-nav button.owl-prev.disabled,
body .section-projects__list .owl-carousel .owl-nav button.owl-next.disabled {
    visibility: hidden;
}


@media (max-width: 768px) {
    .section-projects {
        margin-top: 50px;
    }

    .section-projects .top_block {
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
    }

    .section-projects .top_block-link{
        font-size: 0;
    }

    body .section-projects__item .head__image img {
    }
}