.project-single .container {
    max-width: 1346px;
}

.project-characteristic {
    position: relative;
    padding: 40px;
    background: rgba(237, 237, 237, 1);
    height: 440px;
}

.project-top {
    display: flex;
    justify-content: space-between;
}

.project-left {
    position: relative;
    width: 100%;
}

.project-right {
    width: 100%;
    min-width: 785px;
    max-width: 785px;
}

.projects-photo {
    height: 440px;
}

.projects-photo .swiper {
    position: relative;
    height: 100%;
}

.projects-photo .swiper::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.82%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10;
}

.projects-photo img {
    width: 100%;
    max-width: 100%;
}

.equipment-list_head {
    background: rgba(0, 115, 232, 1);
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.project-characteristic h2 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0;
    margin-bottom: 16px;
}

.project-characteristics {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.item-characteristics-item {
    display: flex;
}

.item-characteristics_title {
    min-width: 160px;
    color: rgba(118, 118, 118, 1);
    font-size: 16px;
    font-weight: 500;
}

.item-characteristics_value {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 500;
}

.works {
    position: relative;
    max-width: 449px;
    top: 100%;
    margin-top: -60px;
    left: 40px;
    background: rgba(183, 0, 0, 1);
    border-radius: 0px 40px 0px 0px;
    padding-top: 16px;
}

.works h2 {
    color: #fff;
    padding-left: 16px;
    margin: 0 0 16px 0;
}

.works-item {
    display: flex;
    align-items: center;
    column-gap: 24px;
    border-top: 2px rgba(255, 255, 255, 1) solid;
    padding: 13px 16px;
}

.works_name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.equipment {
    margin-top: 40px;
    max-width: 785px;
}

.equipment-list {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.equipment-item {
    display: flex;
    column-gap: 24px;
    background: rgba(237, 237, 237, 1);
    padding: 16px;
}

.equipment_title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 12px;
}

.equipment_expert {
    color: rgba(118, 118, 118, 1);
    font-size: 16px;
    font-weight: 500;
}

.hidden-ds {
    display: none;
}

.hidden-xs {
    display: block;
}

.swiper {
    width: 100%;
    height: 400px;
}

/* Стили для счетчика */
.swiper-counter {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    z-index: 11;
    font-weight: 600;
}

.current-slide {
    font-size: 32px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.projects-photo .swiper-button-next,
.projects-photo .swiper-button-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px rgba(183, 0, 0, 1) solid;
    background: rgba(183, 0, 0, 1);
    top: auto !important;
    bottom: 16px;
    right: 16px !important;
    z-index: 11;
}

.projects-photo .swiper-button-prev {
    left: auto !important;
    right: 84px !important;
}

.projects-photo .swiper-button-next:after,
.projects-photo .swiper-button-prev:after {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.projects-photo .swiper-button-next.swiper-button-disabled,
.projects-photo .swiper-button-prev.swiper-button-disabled {
    background: initial;
    border-color: #fff;
    opacity: 1 !important;
}

.projects-photo .swiper-button-next.swiper-button-disabled:after, .projects-photo .swiper-button-prev.swiper-button-disabled:after {
    color: #fff !important
}
/* .projects-photo .swiper-button-next.swiper-button-disabled:after,
.projects-photo .swiper-button-prev.swiper-button-disabled:after {
    color: rgba(183, 0, 0, 1) !important;
} */

.projects__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0 0 0;
    column-gap: 2px;
    row-gap: 16px;
}

.project-single .projects__items {
    display: block !important;
    margin-bottom: 120px;
    margin-top: 120px;
}

.project-single .projects__items .swiper {
    height: auto;
}

.projects__items .item {
    position: relative;
}

.projects__items .item__content {
    background: rgba(249, 248, 248, 1);

}

.projects__items .item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
}

.projects__items .item__image {
    height: 240px;
    width: 100%;
    overflow: hidden;
    display: block;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.projects__items .item__content {
    display: block;
    width: 100%;
    padding: 16px;
}

.projects__items .item .h5 {
    font-size: 20px;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}



.projects__items .item .item-props {
    margin-top: 16px;
}

.projects__items .item .item-props-item {
    display: flex;
}

@media (max-width: 768px) {

    .project-single .projects__items {
        margin: 80px 0;
    }

    .projects-photo .swiper-button-next,
    .projects-photo .swiper-button-prev,
    .swiper-counter {
        bottom: 0;
    }

    .projects-photo {
        background: rgba(237, 237, 237, 1);
    }

    .projects-photo,
    .projects-photo .swiper {
        height: auto;
    }

    .projects-photo .swiper {
        padding-bottom: 70px;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-ds {
        display: block;
    }

    .project-top {
        flex-direction: column;
    }

    .project-right {
        order: 1;
        min-width: initial;
    }

    .project-left {
        order: 2;
    }

    .project-characteristic {
        padding: 24px 16px 92px 16px;
        height: auto;
    }

    .project-characteristic h2 {
        font-size: 16px;
        text-transform: uppercase;
    }

    .item-characteristics-item {
        flex-direction: column;
    }

    .item-characteristics_title,
    .item-characteristics_value {
        font-size: 14px;
    }

    .works {
        left: 0;
    }

    .works-item {
        padding: 13px 16px;
    }

    .equipment h2 {
        font-size: 16px;
        text-transform: uppercase;
    }

    .equipment_title,
    .equipment_expert {
        font-size: 14px;
    }

    .equipment_title {
        margin-bottom: 8px;
    }
}