.b-logos-slider .c-title {
    text-align: center;
    margin-bottom: 42px;
    color: #E65043;
    font-size: 25px;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-logos-slider .c-title:before {
    content: '';
    background: #E65043;
    display: inline-block;
    height: 3px;
    width: 25px;
    margin-right: 46px;
    border-radius: 30px;
}

.b-logos-slider .c-title:after {
    content: '';
    background: #E65043;
    display: inline-block;
    height: 3px;
    width: 25px;
    margin-left: 46px;
    border-radius: 30px;
}

.leading-platforms .block-container {
    max-width: 100%;
}

.b-logos-slider .swiper-container--free-mode > .swiper-wrapper {
    transition-timing-function: linear
}

.b-logos-slider .swiper-slide img {
    width: auto;
    max-height: 85px;
    margin: auto
}

.b-logos-slider.leading-platforms .swiper-slide img {
    width: auto;
    max-height: 157px;
    margin: auto;
    object-fit: contain;
}

.b-logos-slider .c-gallery-hidden {
    flex-wrap: wrap;
    justify-content: center;
    display: none
}

.b-logos-slider .gallery__item {
    width: 33.3333%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex
}

.b-logos-slider .gallery__item img {
    min-height: 60px;
    min-width: 60px
}

.b-logos-slider--layout-images .c-gallery-hidden {
    display: flex
}

.b-logos-slider--layout-images .c-title {
    margin-bottom: 35px;
    font-size: 3.2rem;
    font-weight: 300
}

.b-logos-slider--layout-images .gallery__item {
    position: relative
}

.b-logos-slider--layout-images .gallery__item:before {
    content: "";
    width: 200px;
    height: 200px;
    opacity: .5;
    filter: blur(50px);
    background: linear-gradient(1110deg, #ff781680 10%, #ffe87680 90%);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

@media only screen and (max-width: 992px) {
    .b-logos-slider .c-title {
        margin-bottom: 10px;
        font-size: 1.7rem;
        font-weight: 500;
    }

    .b-logos-slider .c-title:before {
        height: 1px;
        width: 11px;
        margin-right: 20px;
    }

    .b-logos-slider .c-title:after {
        height: 1px;
        width: 13px;
        margin-left: 20px;
    }

    .b-logos-slider .c-gallery-hidden {
        display: flex
    }

    .b-logos-slider .slider-logos {
        /*display: none*/
    }

    .b-logos-slider--layout-images .c-gallery-hidden {
        display: flex
    }

    .b-logos-slider--layout-images .c-title {
        margin-bottom: 35px;
        font-size: 3.2rem;
        font-weight: 300
    }

    .b-logos-slider--layout-images .gallery__item {
        width: 50%;
        position: relative
    }

    .b-logos-slider--layout-images .gallery__item:before {
        width: 90px;
        height: 90px;
        opacity: .5;
        filter: blur(44px);
        background: linear-gradient(110deg, #ff781680 10%, #ffe87680 90%);
        transform: matrix(-.9, .5, .5, .9, 0, 0)
    }
}
/*23.10.25*/

body .top-gallery {
  padding: 28px 0;
  position: relative;
}

body .top-gallery .c-gallery.c-gallery-hidden {
  max-width: 100%;
  gap: 20px;
  justify-content: space-between;
}

body .top-gallery.b-logos-slider--layout-images .gallery__item {
	width: auto;
}

@media only screen and (max-width: 1076px) {
	body .top-gallery .c-gallery.c-gallery-hidden {
		justify-content: center;
	}
}

@media only screen and (max-width: 991px) {
	body .top-gallery {
	  padding: 18px 0 27px;
	  position: relative;
	}
	
	body .top-gallery .c-gallery.c-gallery-hidden {
		flex-wrap: nowrap;
		height: 55px;
	}

	body .top-gallery.b-logos-slider--layout-images .gallery__item {
	  	width: auto;
	  	margin: 0;
	}
	
	
	body .top-gallery.b-logos-slider--layout-images .gallery__item img {
	  min-height: auto;
	  min-width: auto;
	  width: 100%;
	  object-fit: contain;
	  display: block;
	  height: 100%;
	}
}

/*23.10.25*/

/*# sourceMappingURL=block-logos-slider.css.map */
