.b-clients-new .owl-carousel.js-new-carusel .owl-item:last-child {
    margin-right: 0 !important;
}

.b-clients-new .owl-carousel.js-new-carusel .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-clients-new__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px;
}

.b-clients-new .b-items-img__item {
    width: 160px;
    height: 56px;
    background-size: contain;
}

.b-clients-new .b-items-img__box-img {
    max-width: 265px;
    width: 100%;
    height: 127px;
    margin: 10px auto;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-clients-new .b-items-img__box-img--niti img {
    width: 81%;
    height: auto;
}

.b-clients-new .b-items-img__box-img--sos img {
    width: 79%;
    height: auto;
}

.b-clients-new .b-items-img__box-img--krest img {
    width: 88%;
    height: auto;
}

.b-clients-new .b-items-img__box-img--shance img {
    width: 41%;
    height: auto;
}

.b-clients-new .b-items-img__box-img--maesens img {
    width: 26%;
    height: auto;
}

.b-clients-new .b-items-img__box-img--name img {
    width: 85%;
    height: auto;
}

.b-clients-new .b-items-img__box-img--shadow {
    -webkit-box-shadow: 0 0 36px rgba(49, 156, 222, 0.06);
    box-shadow: 0 0 36px rgba(49, 156, 222, 0.06);
}

.b-clients-new .b-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-clients-new .b-review__picture {
    margin-right: 30px;
    width: 270px;
    height: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
}

.b-clients-new .b-review__text {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.b-clients-new .b-review__text--italic {
    font-style: italic;
}

.b-clients-new .owl-carousel.js-new-carusel .owl-item {
    margin-bottom: 38px;
}

.b-clients-new .owl-carousel .owl-stage-outer {
    z-index: 3;
}

.b-clients-new .owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
}

.b-clients-new .owl-carousel .owl-nav.disabled {
    display: none;
}

.b-clients-new .owl-carousel .owl-nav .owl-prev {
    background: url(/local/templates/webcom_2018/images/content-blocks/clients-new/default/prev.svg) center/100% no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 58px;
}

.b-clients-new .owl-carousel .owl-nav .owl-next.disabled,
.b-clients-new .owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0;
    cursor: default;
}

.b-clients-new .owl-carousel .owl-nav .owl-next {
    background: url(/local/templates/webcom_2018/images/content-blocks/clients-new/default/next.svg) center/100% no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 58px;
}

.b-clients-new .owl-carousel .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}

.b-clients-new .owl-carousel .owl-dots.disabled {
    display: none;
}

.b-clients-new .owl-carousel .owl-dots,
.b-clients-new .owl-carousel .owl-item,
.b-clients-new .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-clients-new .owl-carousel .owl-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-clients-new .owl-carousel .owl-item:last-child {
    margin-right: 0 !important;
}

@media only screen and (min-width: 1200px) {
    .b-clients-new .owl-carousel .owl-dots {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .b-clients-new .owl-carousel .owl-nav {
        width: 101%;
    }
}

@media only screen and (max-width: 1199px) {
    .b-clients-new .b-review__text {
        font-size: 16px;
        line-height: 20px;
    }

    .b-clients-new__container {
        padding: 48px 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-clients-new .b-items-img__box-img {
        max-width: 220px;
        height: 87px;
    }

    .b-clients-new .b-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-clients-new .b-review__picture {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .b-clients-new .b-review__text {
        font-size: 15px;
        line-height: 19px;
    }

    .b-clients-new__container {
        padding: 40px 24px;
    }
}

@media only screen and (max-width: 767px) {
    .b-clients-new__container {
        padding: 32px 16px;
    }

    .b-clients-new .b-items-img {
        margin-bottom: 20px;
    }

    .b-clients-new .b-review__text {
        font-size: 14px;
        line-height: 17px;
    }

    .b-clients-new .owl-carousel.js-new-carusel .owl-item {
        display: block;
        margin-bottom: 40px;
    }

    .b-clients-new .owl-carousel .owl-nav .owl-prev {
        background: url(/local/templates/webcom_2018/images/content-blocks/clients-new/default/prev.svg) center/70% no-repeat;
    }

    .b-clients-new .owl-carousel .owl-nav .owl-next {
        background: url(/local/templates/webcom_2018/images/content-blocks/clients-new/default/next.svg) center/70% no-repeat;
    }

    .b-clients-new .owl-carousel .owl-item,
    .b-clients-new .owl-carousel .owl-stage {
        display: block;
    }
}
