

/* Start:/bitrix/templates/.default/components/bitrix/news.list/our-client-list/style.css?1773212990717*/
.our-clients-carousel {
    position: relative;
    margin-bottom: 3em;
}

.our-client-item-header {
    border: 1px solid transparent;
    border-radius: 10px;
    transition: .25s;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.our-client-item-header.active {
    border-color: #e5e5e5
}

.our-client-item-header img {
    width: auto;
    max-height: 120px;
    padding: 20px;
}

.our-client-item-header .swiper-slider {
    align-items: center !important;
}

.our-clients-detail {
    margin-top: 50px;
}

.our-client-item-body img {
    width: 100%
}

@media (min-width: 992px) {
    #headerfixed.fixed {
        display: none !important;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/our-client-list/style.css?1773212990717 */
