

/* Start:/local/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17588991693260*/
.about-client ul, .about-right ul, .project_work-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-client ul li, .about-right ul li, .project_work-text ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
}
.about-client ul li::before, .about-right ul li::before, .project_work-text ul li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}
.step-card {
    height: 150px;
}
.reviews_img img {
    max-width: inherit !important;
}
.cases_detail {
    position: relative;
}
.cases_detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.cases_detail__text {
    z-index: 10;
}
.about-left .h2, .about-left h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.team_results .number__step {
    line-height: 25px !important;
    font-size: 22px !important;
}
.project_work-card {
    width: 100%;
}
.cases_detail_slider .owl-carousel .owl-nav {
    display: flex !important;
}
.title span {
    text-transform: uppercase;
}
.project_work h5, .charts h5 {
    font-weight: bold;
}
.cases_detail_slider .owl-item {
    float: right !important;
}

@media (max-width: 768px) {
    .step-card {
        height: 80px;
    }
    .number__step {
        margin-top: inherit !important;
    }
}


.slider-container {
    position: relative;
    float:right;
    width: 450px;
    height: 96px;
    overflow: hidden;
}

.slider-track {
    position: relative;
    width:calc(100% - 50px);
    margin:0 25px;
    height: 100%;
}

.slide-item {
    position: absolute;
    width: 96px;
    height: 96px;
    background: #fff;
    border-radius:50%;
    border:1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    left: 0;
}
.slide-item img {
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-btn.prev img{
    transform: rotate(180deg);
}
.arrow-btn.prev {
    left: 0px;
}

.arrow-btn.next {
    right: 0px;
}



.arrow-btn{
    background-color: #000;
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.slide-item.hidden {
    opacity: 0;
    pointer-events: none;
}
.arrow-btn:hover{
    opacity: 1;
    background-color:#0d6efd;

}
.arrow-btn:disabled {
    background-color: #000 !important;
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}
.slide-item.active {
border-color:#0d6efd;
}
.charts_owl {
    display: flex;
    flex-wrap: wrap;
}

.charts_owl .col-12.col-md-6 {
    display: flex;
}

.charts-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
/* End */
/* /local/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?17588991693260 */
