.block-works {
    margin: 58px 0 25px;
}

.block-works_slider {
    position: relative;
}

.block-works_inner {
    padding-bottom: 35px;
}

.block-works_slider .swiper-pagination {
    bottom: 0!important;
}

.block-works_slider .swiper-button-next:after,
.block-works_slider .swiper-button-prev:after {
    content: '';
}

.block-works_slider .swiper-button-next,
.block-works_slider .swiper-button-prev {
    width: 47px;
    height: 47px;
    background: #E2E2E2;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
    top: calc(50% - 10px);
}

.block-works_slider .swiper-button-next {
    right: -10px;
}

.block-works_slider .swiper-button-prev {
    left: -10px;
}

.block-works_slider .swiper-button-next svg,
.block-works_slider .swiper-button-prev svg {
    width: 11px;
    height: 22px;
}

.swiper-pagination-bullet {
    background: transparent;
    font-size: 16px;
    line-height: 147%;
    color: #fff;
    opacity: 1;
    position: relative;
    width: 5px;
    height: 5px;
}

.swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999999;
    left: 0;
    bottom: 0;
}

.swiper-pagination-bullet-active {
    background: transparent;
    color: #CC5732;
}
 
.swiper-pagination-bullet-active:after {
    content: '';
    width: 0;
    height: 0;
}

.block-works_item {
    max-width: 100%;
    width: 100%;
    height: 403px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transform: translateY(0);
    transition: all 0.3s;
}

.block-works_item_category {
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: linear-gradient(180deg, #00000000, #000000), #8f8f8f6e;
    backdrop-filter: blur(3px);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.block-works_item:hover {
    transform: translateY(-10px);
    filter: brightness(0.8);
}


@media screen and (max-width: 768px) {
    .block-works {
        margin: 58px 0 60px;
    }
    .block-works_inner {
        padding-bottom: 55px;
    }
}