.clients {
    margin-top: 90px
}
.clients-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.clients-text {
    margin: auto 0;
    width: 30%;
}
.clients-slider {
    width: 62%;
    clip-path: inset( -100vw -100vw -100vw 0 );
}
.clients-slider-line{
    transition: all ease 1s ;
    display: flex;
    width: 1000%;
}

.clients-slider-el {
    margin-right: 30px;
    width: 410px;
    height: auto;
}
.client-card {
    overflow: hidden;
    transition:  3s;
    padding: 60px 50px;
    background:
        linear-gradient(
            142.92deg,
            #252525 1.67%,
            #131313 99.01%
        );
    position: relative
}
.client-card-cr {
    margin: 50px 0;
}
.client-statistic-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}
.client-statistic-row-left, .client-statistic-row-right{
    display: flex;
    flex-direction: column;
}
.client-statistic-row-left{
    margin-right: 40px
}
.client-card-statistic-el {
    margin-bottom: 36px;
}
.client-card-statistic-header {
    margin-bottom: 10px;
}
.client-card-mask{
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}
.client-slider-count-block {
    width: 440px
}
.client-slider-count{
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    height: 5px;
    width: 350px;
    background: #252525;
}

.client-slider-count-line{
    height: 5px;
    width: 100px;
    background: #F1523C;
    transition: .5s;
}
.slider-el-amount, .slider-counter{
    margin-top: 40px;
}
.arrow-slider-btn{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.arrow-slider-btn {

}
.clients-action-btn{
    display: flex;
}

@media (max-width: 950px) {
    .clients{
        margin-top: 75px;
    }
    .clients-text {
        width: 100%;
    }
    .clients-block {
        justify-content: space-between;
        flex-direction: column;
    }
    .clients-slider{
        width: 100%;
    }
    .arrow-slider-btn{
        display: flex;
        justify-content: flex-start;
        margin-top: 15px;
    }
    .clients-action-btn{
        display: none;
    }

}
@media (max-width: 600px) {
    .client-slider-count-block{
        width: 75%;
    }
    .client-slider-count{
        width: 70%;
    }
}
@media (max-width: 490px) {
    /*.clients-slider{*/
    /*    width: 100%;*/
    /*    overflow: hidden;*/
    /*}*/
    .clients-slider-el {
        width: 90vw;
    }
    .client-card-mask{
        width: 100%;
    }
    .client-card {
        padding: 40px;
    }
    .client-statistic-row-left{
        margin-right: 100px;
    }
}
@media (max-width: 490px){
    .client-statistic-row-left{
        margin-right: 40px;
    }
}