/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 1;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeOutDown {
    from {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes loading-spinner {
    0% {
      transform: rotate(0deg);
      clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
    }
    100% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0, 0 0);
    }
  }
}
.accommodation-slider__swiper-wrap {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .accommodation-slider__swiper-wrap {
    max-height: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.accommodation-slider__navigation .arrows {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  z-index: 4;
  transform: translateY(-50%);
}
.accommodation-slider__navigation .arrows:hover {
  opacity: 1;
}
.accommodation-slider__navigation .arrows:focus {
  outline: none;
}
.accommodation-slider__navigation .arrows:after, .accommodation-slider__navigation .arrows:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.accommodation-slider__navigation .arrows:after {
  left: 20px;
  height: 3px;
  width: 15px;
  background: #0046b4;
}
.accommodation-slider__navigation .arrows:before {
  position: relative;
  height: 9px;
  width: 9px;
  margin-top: -6px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #0046b4;
}
.accommodation-slider__navigation .arrows__disabled {
  display: none;
}
.accommodation-slider__navigation .arrows__left {
  left: -30px;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.accommodation-slider__navigation .arrows__left:before {
  left: 20px;
  transform: rotate(135deg);
}
.accommodation-slider__navigation .arrows__right {
  right: -30px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.accommodation-slider__navigation .arrows__right:before {
  left: 24px;
  transform: rotate(-45deg);
}
.accommodation-slider__navigation .arrows.swiper-button-disabled {
  opacity: 0;
}
.accommodation-slider .swiper-slide {
  max-width: 167px;
  height: 240px;
}
@media (min-width: 768px) {
  .accommodation-slider .swiper-slide {
    margin: 0 15px 30px;
    max-width: 264px;
    height: 264px;
    width: calc(25% - 30px);
  }
}
.accommodation-slider .swiper-slide .accommodation-block {
  height: 100%;
}
@media (min-width: 768px) {
  .accommodation-slider__wrapper.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.accommodation-slider__icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  padding: 5px;
  padding-right: 10px;
  border-radius: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .accommodation-slider__icon {
    display: none;
  }
}
.accommodation-slider__icon i.icon-swipe {
  color: #0046b4;
  font-size: 18px;
}

/* Vertical slider navigation */

/*# sourceMappingURL=accommodation-slider.css.map */
