/*keen-slider@6.8.5*/
.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;
}

.navigation-wrapper {
  position: relative;
}

.dots {
  display: none;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #000;
}

.arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 999px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  background-position: center;
}

.arrow::before {
  /* content: "";
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 999px;
  background-color: transparent;
  border: 1px solid black;
  position: absolute; */
}

.arrow--left {
  left: 36px;
  fill: "#fff";
  background-image: url("https://serwer2322015.home.pl/autoinstalator/wordpress1/wp-content/themes/windown/img/arrow-left.png");
}

.arrow::before.arrow--left {
  left: 36px;
}

.arrow::before.arrow--right {
  right: 36px;
}

.arrow--right {
  left: auto;
  right: 36px;
  background-image: url("https://serwer2322015.home.pl/autoinstalator/wordpress1/wp-content/themes/windown/img/arrow-right.png");
}

.arrow--disabled.arrow--left {
  background-image: url("https://serwer2322015.home.pl/autoinstalator/wordpress1/wp-content/themes/windown/img/arrow-left.png");
}

.arrow--disabled.arrow--right {
  background-image: url("https://serwer2322015.home.pl/autoinstalator/wordpress1/wp-content/themes/windown/img/arrow-right.png");
}
