.main-articles {
    color: #fff;
    margin-bottom: 130px;
}

.main-articles a {
    color: #fff;
}

.articles__item-link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;  
    text-decoration-line: underline;
}

.articles__text-wrap {
    background: #161616;
    padding: 16px 24px 11px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.articles__item {
    display: flex;
    flex-direction: column;
    width: 256px;
    height: 320px;
}

.articles__img-wrap {
    display: flex;
}

.articles__item-text {
    margin-bottom: 14px;
}

.articles__item-link {
    color: #C0B3B3;
    margin-right: 10px;
    position: relative;
}

.articles__item-link::before {
    content: "";
    background-image: url("/catalog/view/theme/sto/images/arr-go.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 66px;
    width: 25px;
    height: 25px;
}

.articles__slider .owl-prev {
    top: 33%;
    left: -33px;
}

.articles__slider .owl-next {
    top: 33%;
    right: -33px;
}

.articles__slider .owl-nav [class*=owl-] {
    filter: grayscale(1);
}

.articles__slider .owl-nav [class*=owl-]:hover {
    filter: none;
}

.articles__slider.owl-carousel .owl-item img {
    opacity: 0.5;
}

.articles__slider.owl-carousel .owl-item:hover img {
    opacity: 1;
    transition: .4s;
}

.articles__slider.owl-carousel .owl-item:hover .articles__item-link {
    text-decoration: none;
    transition: .4s;
}

.articles__img-wrap {
    height: 208px;
    background: #000;
}


@media (max-width:1200px) {
    .articles__slider .owl-nav {
        display: none;
    }

    .main-articles .container {
        padding: 0;
    }
 
    .work-photo__top {
        padding: 0 24px;
    }
}

