.rscable-trusted-clients {
	margin-bottom: clamp(36px, 4vw, 56px);
}

.rscable-trusted-clients .index-block__title-wrapper {
	margin-bottom: 32px;
}

.rscable-trusted-clients .index-block__link-wrapper {
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
}

.rscable-trusted-clients .rscable-trusted-clients__item {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	padding: 12px !important;
}

.rscable-trusted-clients .rscable-trusted-clients__item:hover,
.rscable-trusted-clients .rscable-trusted-clients__item:focus-within {
	box-shadow: none !important;
}

.rscable-trusted-clients .rscable-trusted-clients__image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-width: 0;
	height: 96px;
	min-height: 96px;
	padding: 0;
	box-sizing: border-box;
}

.rscable-trusted-clients .rscable-trusted-clients__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	transform-origin: center;
	transition: transform 0.18s ease;
	will-change: transform;
}

.rscable-trusted-clients__sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.rscable-trusted-clients__slider {
	position: relative;
	min-width: 0;
}

.rscable-trusted-clients__nav-wrap[hidden] {
	display: none !important;
}

@media (hover: hover) {
	.rscable-trusted-clients .rscable-trusted-clients__item:hover .rscable-trusted-clients__image,
	.rscable-trusted-clients .rscable-trusted-clients__item:focus-within .rscable-trusted-clients__image {
		transform: scale(1.06);
	}

	.rscable-trusted-clients .rscable-trusted-clients__item:active .rscable-trusted-clients__image {
		transform: scale(1.03);
	}
}

@media (min-width: 1200px) {
	.rscable-trusted-clients .rscable-trusted-clients__items {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.rscable-trusted-clients .rscable-trusted-clients__item {
		min-height: 120px;
	}
}

@media (min-width: 601px) and (max-width: 1199px) {
	body.front_page .rscable-trusted-clients .rscable-trusted-clients__items {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	body.front_page .rscable-trusted-clients .rscable-trusted-clients__items > .grid-list__item {
		flex: 0 0 calc(33.333333% - 8px);
		width: calc(33.333333% - 8px);
		min-width: 0;
		scroll-snap-align: start;
	}

	body.front_page .rscable-trusted-clients .rscable-mobile-scroll-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 100%;
		margin: 8px 0 0;
		padding: 0 12px;
		box-sizing: border-box;
	}

	body.front_page .rscable-trusted-clients .rscable-mobile-scroll-dot {
		display: block;
		width: 4px;
		height: 4px;
		min-width: 4px;
		min-height: 4px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: rgba(170, 178, 190, 0.72);
		box-shadow: none;
		opacity: 1;
		transition: width 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
	}

	body.front_page .rscable-trusted-clients .rscable-mobile-scroll-dot.is-active {
		width: 14px;
		background: rgba(132, 141, 154, 0.85);
	}

	body.front_page .rscable-trusted-clients .rscable-trusted-clients__items.rscable-mobile-scroll-dots-inited {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	body.front_page .rscable-trusted-clients .rscable-trusted-clients__items.rscable-mobile-scroll-dots-inited::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body.front_page .rscable-trusted-clients .rscable-trusted-clients__items > .grid-list__item {
		flex-basis: calc(25% - 9px);
		width: calc(25% - 9px);
	}
}

@media (max-width: 1199px) {
	body#main .rscable-trusted-clients .rscable-trusted-clients__nav-wrap:not([hidden]) {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		top: 0;
		left: -20px;
		right: -20px;
		height: var(--rscable-trusted-clients-track-height, 120px);
		pointer-events: none;
		z-index: 5;
	}

	body#main:not(.front_page) .rscable-trusted-clients .rscable-trusted-clients__nav-wrap:not([hidden]) {
		left: -8px;
		right: -8px;
	}

	body#main .drag-block.container.REVIEWS .brands-list.rscable-trusted-clients .rscable-trusted-clients__nav {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		position: relative;
		flex: 0 0 40px;
		width: 40px !important;
		height: 40px !important;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent !important;
		color: var(--white_text_black, #222) !important;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
		cursor: pointer;
		opacity: 0.72;
		pointer-events: auto;
		transform-origin: center center;
		transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
	}

	body#main .rscable-trusted-clients .rscable-trusted-clients__nav svg {
		display: block;
		width: 24px;
		height: 24px;
		fill: currentColor;
	}

	body#main .drag-block.container.REVIEWS .brands-list.rscable-trusted-clients .rscable-trusted-clients__nav:hover,
	body#main .drag-block.container.REVIEWS .brands-list.rscable-trusted-clients .rscable-trusted-clients__nav:focus-visible {
		background-color: var(--darkerblack_bg_black, #f1f3f5) !important;
		opacity: 1;
		transform: scale(1.16);
	}

	body#main .drag-block.container.REVIEWS .brands-list.rscable-trusted-clients .rscable-trusted-clients__nav:active {
		transform: scale(1.06);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body.front_page .rscable-trusted-clients .rscable-trusted-clients__items > .grid-list__item {
		flex-basis: calc(20% - 9.6px);
		width: calc(20% - 9.6px);
	}
}

@media (max-width: 600px) {
	body#main .rscable-trusted-clients .rscable-trusted-clients__nav-wrap:not([hidden]) {
		left: -8px;
		right: -8px;
	}

	.rscable-trusted-clients {
		margin-bottom: 36px;
	}

	.rscable-trusted-clients .index-block__title-wrapper {
		margin-bottom: 28px;
	}

	.rscable-trusted-clients .rscable-trusted-clients__item {
		padding: 10px !important;
	}

	.rscable-trusted-clients .rscable-trusted-clients__image-wrapper {
		height: 148px;
		min-height: 148px;
		padding: 0;
	}

	.rscable-trusted-clients .rscable-trusted-clients__image {
		max-width: 100%;
		max-height: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rscable-trusted-clients .rscable-trusted-clients__items {
		scroll-behavior: auto;
	}

	.rscable-trusted-clients .rscable-trusted-clients__nav {
		transition: none;
	}
}
