.our-clients {
    overflow: hidden;
}

.our-clients__wrapper {
    border-radius: 40px;
    background: #202029;
    padding: 80px;
    overflow: hidden;
}

.our-clients__top {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}

.our-clients__slide-wrapper {
    display: flex;
    border-radius: 14px;
    background: #f8f8fb;
    align-items: center;
    justify-content: center;
}

.our-clients__slide-image {
    border-radius: 14px;
    height: 82px;
    object-fit: contain;
}

.our-clients__nav-prev,
.our-clients__nav-next {
    background: transparent;
    border: 1px solid #FFF;
}

.our-clients__white-wrapper {
    display: flex;
    column-gap: 24px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.our-clients__white-item-wrapper {
    display: flex;
    flex-basis: calc((100% - 120px) / 6);
}

.our-clients__white-item-image {
    border-radius: 20px;
}

.style-black-style .our-clients__wrapper {
    background: #FFF;
}

.style-black-style .our-clients__heading {
    color: #202029;
}

.style-black-style .our-clients__swiper {
    display: none;
}

.swiper-container-free-mode > .swiper-wrapper{
    transition-timing-function : linear;
}

.our-clients__navigation {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .our-clients__wrapper {
        padding: 60px;
    }
}

@media screen and (max-width: 1023.98px) {
    .our-clients__top {
        margin-bottom: 25px;
    }
    .our-clients__navigation {
        display: none;
    }

    .our-clients__wrapper {
        padding: 40px;
        border-radius: 20px;
    }

    .style-black-style .our-clients__swiper {
        display: block;
    }

    .style-black-style .our-clients__white-wrapper {
        display: none;
    }


    .our-clients__slide-image {
        width: 100%;
        max-height: 80px;
    }

    .our-clients__scrollbar-wrapper {
        display: none;
    }
}

@media screen and (max-width: 599.98px) {
    .our-clients__wrapper {
        padding: 40px 25px 50px 25px;
    }
}

