.keen-slider:not([data-keen-slider-disabled]) {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	align-content: flex-start;
	display: flex;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
	flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
	flex-wrap: wrap;
}

.right_shadow {
	position: absolute;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 90%,
		rgba(255, 255, 255, 1) 100%
	);
	width: max(15vw, 80px);
	height: 100%;
	right: -5vw;
	top: 0;
	z-index: 999;
	pointer-events: none;
}

@media screen and (min-width: 1652px) {
	.right_shadow {
		left: 100%;

		transform: translateX(
			calc(((100vw - max(90%, 1487px)) / 2) - max(15vw, 150px))
		);
	}
}
/* @media (max-width: 768px) {
  .block.block-swiper,
  .block.block-imageslider {
    overflow: hidden;
  }
} */

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
	/* width: auto;
  overflow: visible; */
	min-width: auto;
	overflow: visible;
}

.keen-slider {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.keen-slider:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.keen-slider__slide {
	width: auto;
	width: 100%;
	min-width: 100%;
	object-fit: contain;
}

.keen-slider__slide img {
	height: inherit;
	width: auto;
	object-fit: cover;
	object-position: center;
}

.autoplay-slider.images-contained {
	height: 100px;
}

.autoplay-slider.images-contained .keen-slider__slide {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border:1px solid black; */
}

.autoplay-slider.images-contained .keen-slider__slide img {
	height: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.keen-slider .keen-slider__slide {
	max-width: 80vw;
	min-width: 40vw;
	overflow: visible;
}

.keen-slider__slide img {
	transition: transform 240ms ease-in-out;
}

.keen-slider__slide a:hover img {
	transform: scale(1.02);
}

/*
@media (min-width: 1700px) {

	.keen-slider__slide:first-child {
		margin-left: calc(50vw - 1700px/2);
	}



} */

.keen-slider {
	max-width: 1660px !important;
	overflow: visible !important;
	position: relative;
}

.block-swiper figure {
	padding: 0;
	margin: 0;
	overflow: hidden;
	flex-grow: 1;
}

.block-swiper img {
	width: 100%;
	height: 100%;
}

.block-swiper a {
	text-decoration: none;
	height: 100%;
}

.keen-slider__slide > * + * {
	margin-top: 0.5em;
}

.swiper .slide-title {
	font-size: var(--step-3);
	/* font-weight:bold; */
	color: black;
	text-transform: uppercase;
	line-height: 1.2;
	padding-top: 10px;
	display: block;
}

.navigation-wrapper {
	position: relative;
}

.controls-wrapper {
	margin-top: 2rem;

	display: flex;
	justify-content: center;
}

.dots {
	display: flex;
	padding: 6px 0;
	margin: 0 10px;
	justify-content: center;
}

.dot {
	border: none;
	width: 20px;
	height: 20px;
	background: #dedede;
	background: white;
	border: 1px solid currentColor;
	margin: 0 5px;
	padding: 5px;
	cursor: pointer;
	transition: 140ms all ease-in-out;
	transition-delay: 45ms;
}

@media (min-width: 769px) {
	.dot:last-child {
		display: none;
	}

	.dot--active {
		width: 55px;
	}
}

@media (min-width: 1281px) {
	.dot:last-child,
	.dot:nth-last-child(2) {
		display: none;
	}

	.dot--active {
		width: 75px;
	}
}

.dot:focus {
	outline: none;
}

.dot--active {
	background: currentColor;
}

.arrow {
	display: none;
	width: 30px;
	height: 30px;
	bottom: -45px;
	fill: #fff;
	cursor: pointer;
}

.arrow--left {
	left: 0px;
	fill: "#fff";
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--right {
	left: auto;
	left: 40px;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled {
	opacity: 0;
	cursor: default;
}

.arrow--disabled.arrow--left {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--right {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
