body.dark-theme .functionality__items h2{
	color: #fff;
}
body.dark-theme .functionality__items span{color: #fff;}
.functionality__item--left-col img{
	margin: auto;
	width: 70%;
}
.functionality__item--left-img{
	left: auto!important;
}
.logo--odd{
	width: 100%;
	display: flex;
	justify-content: end;
}
.scrollable-slider:not(.swiper) .scrollable-slider__inner {
	gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
}@media (max-width: 640px) {

	.scrollable-slider__inner.swiper-wrapper {
		transform: translate3d(0px, 0px, 0px);
	}
}
#reviews {
	overflow: hidden;
}

#reviews .swiper {
	overflow: visible;
}
#reviews .swiper .scrollable-slider__item {
	min-height: 700px;
}
#reviews .scrollable-slider__item:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%) !important;
}
.swiper-slide {
	/* Optional: ensure slides size nicely */
	height: auto;
	box-sizing: border-box;
}
.theme-rhmtkassa .scrollable-slider__item
{
	background: none;
}

.scrollable-slider__item .previw-img-block,
.scrollable-slider__item .previw-img-block__img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

#reviews .swiper .scrollable-slider__item {
	min-height: 700px;
}

.scrollable-slider__item .previw-img-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5rem;
}

.previw-img-block__img {
	z-index: 0;
}

.previw-img-block__title {
	position: relative;
	color: var(--color-white);
	margin: 0;
	z-index: 2;
}
.scrollable-slider__navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.scrollable-slider__navigation .arrows {
	display: flex;
	gap: 1rem;
}
.scrollable-slider__navigation .arrows > div {
	position: static;
	height: auto;
}