.work-clients__container{
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    overflow: hidden;
}
.work-clients__slider{
    display: flex;
    align-items: center;
}
.work-clients__header{
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.work-clients__row{
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    /*margin: 0 -10px;*/
    width: 100%;
    transition: ease 0.7s;
}
.work-clients__row-2{
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    /*margin: 0 -10px;*/
    width: 100%;
    transition: ease 0.7s;
}
.work-clients__btn-next{
    /*bottom: 570px;*/
    right: -38px;
}
.work-clients__btn-prev{
    /*bottom: 570px;*/
    left: -38px;
}
.work-clients__btn-next-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-clients__btn-prev-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-clients__btn-next-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-clients__btn-prev-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-clients__btn-next-min-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-clients__btn-prev-min-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-clients__btn-next-min-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-clients__btn-prev-min-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-clients__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ABCAE9;
    border-radius: 8px;
    padding: 10px 25px;
    /*margin: 0 10px;*/
    user-select: none;
    height: 100px;
    object-fit: contain;
}
.work-clients__slider-buttons{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: -39px;
    z-index: 1;
}
.work-clients__slider-circles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}
.work-clients__slider-circles span{
    width: 10px;
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #ABCAE9;
    margin: 0 10px;
}
.circles-active{
    background: #005AAA !important;
    transition: ease 0.2s;
}
.owl__slider-max{
    display: flex;
}
.owl__slider-min{
    display: none;
}
/*.work-clients__logo img{*/
/*    width: auto;*/
/*    height: 70px;*/
/*    object-fit: contain;*/
/*}*/


@media (max-width: 1400px) {
    .project-work__btn{
        display: none !important;
    }
    /*.work-clients__slider-buttons{*/
    /*    display: flex;*/
    /*}*/
}
@media (max-width: 900px) {
    .work-clients__row {
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 370px;
        flex: 0 0 97%;
        margin: 0;
    }
    .work-clients__header{
        margin-bottom: 30px !important;
        font-size: 24px !important;
    }
    .work-clients__logo{
        padding: 23px !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

}
@media (max-width: 600px) {
    .owl__slider-max{
        display: none;
    }
    .owl__slider-min{
        display: flex;
    }
    .work-clients__logo{
        padding: 13px !important;
    }
}

.project-work__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    position: absolute;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.project-work__btn:hover{
    background: #ABCAE9;
    color: #ffffff;
}