/* Brands logo collage slider — clean rebuild */

.stk-brands-slider {
	--stk-brands-max: 860px;
	--stk-brands-arrow: 40px;
	box-sizing: border-box;
	width: 100%;
	max-width: calc(var(--stk-brands-max) + 140px);
	margin: 0 auto;
	padding: 28px 70px 46px;
	position: relative;
}

.stk-brands-slider__stage {
	position: relative;
	width: 100%;
	max-width: var(--stk-brands-max);
	margin: 0 auto;
}

.stk-brands-slider__track {
	position: relative;
	width: 100%;
	aspect-ratio: 860 / 550;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}

.stk-brands-slider__slide {
	display: none;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.stk-brands-slider__slide.is-active {
	display: block;
}

.stk-brands-slider__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 5px;
}

.stk-brands-slider__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: var(--stk-brands-arrow);
	height: var(--stk-brands-arrow);
	border: 0;
	border-radius: 50%;
	background: rgb(232, 232, 232);
	box-shadow: none;
	cursor: pointer;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.stk-brands-slider__arrow svg {
	display: block;
	width: 9px;
	height: 17px;
}

.stk-brands-slider__arrow--prev {
	left: -58px;
}

.stk-brands-slider__arrow--next {
	right: -58px;
}

.stk-brands-slider__arrow:hover {
	background: #dcdcdc;
}

.stk-brands-slider__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 16px 0 8px;
	margin: 0;
}

.stk-brands-slider__dot {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	background: #c7c7c7;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.stk-brands-slider__dot.is-active {
	background: #222;
}

.stk-brands-slider__caption {
	margin: 8px auto 0;
	max-width: var(--stk-brands-max);
	font-family: "TildaSans", "SiteSans", Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
	text-align: left;
}

@media screen and (max-width: 980px) {
	.stk-brands-slider {
		padding: 24px 52px 40px;
	}

	.stk-brands-slider__arrow--prev {
		left: -46px;
	}

	.stk-brands-slider__arrow--next {
		right: -46px;
	}

	.stk-brands-slider__caption {
		font-size: 24px;
	}
}

@media screen and (max-width: 640px) {
	.stk-brands-slider {
		padding: 20px 24px 34px;
	}

	.stk-brands-slider__arrow {
		width: 34px;
		height: 34px;
	}

	.stk-brands-slider__arrow--prev {
		left: -40px;
	}

	.stk-brands-slider__arrow--next {
		right: -40px;
	}

	.stk-brands-slider__caption {
		font-size: 20px;
	}
}

/* Brands section spacing — match Tilda rec paddings and title/descr gaps. */
#rec1801766361 .stk-section__title,
#rec1801766361 .t-section__title {
	margin-bottom: 40px;
}

#rec1801766361 .stk-section__descr,
#rec1801766361 .t-section__descr {
	margin-bottom: 90px;
}
