.swiper-slide {
  box-sizing: border-box;
}

.sw_controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.sw_prev,
.sw_next {
  transition: all 0.3s ease;
  cursor: pointer;
}
.sw_prev.swiper-button-disabled,
.sw_next.swiper-button-disabled {
  pointer-events: none;
  color: #ffffff;
  opacity: 0.4;
  cursor: default;
}
.sw_prev:before,
.sw_next:before {
  font-size: 24px;
}
.sw_prev:after,
.sw_next:after {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  height: 9px;
  width: 68px;
  transition: all 0.3s ease;
}

.sw_prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='9' viewBox='0 0 69 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.6516 5.26398L1.23315 5.26398L1.23315 4.26398L63.6516 4.26398L63.6516 5.26398Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.96622 4.76399L5.61037 8.16248L4.92835 8.8938L0.499992 4.76399L4.92835 0.634168L5.61037 1.3655L1.96622 4.76399Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.6773 6.28985C66.5199 6.28985 67.2029 5.60678 67.2029 4.76416C67.2029 3.92155 66.5199 3.23848 65.6773 3.23848C64.8346 3.23848 64.1516 3.92155 64.1516 4.76416C64.1516 5.60678 64.8346 6.28985 65.6773 6.28985ZM68.2029 4.76416C68.2029 6.15906 67.0722 7.28985 65.6773 7.28985C64.2824 7.28985 63.1516 6.15906 63.1516 4.76416C63.1516 3.36927 64.2824 2.23848 65.6773 2.23848C67.0722 2.23847 68.2029 3.36926 68.2029 4.76416Z' fill='%23F5EEE9'/%3E%3C/svg%3E%0A");
}

.sw_next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='9' viewBox='0 0 69 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.05136 4.2641H67.4698V5.2641H5.05136V4.2641Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.7367 4.76409L63.0926 1.36561L63.7746 0.634277L68.2029 4.76409L63.7746 8.89391L63.0926 8.16258L66.7367 4.76409Z' fill='%23F5EEE9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.02569 3.23822C2.18307 3.23822 1.5 3.9213 1.5 4.76391C1.5 5.60653 2.18307 6.2896 3.02569 6.2896C3.8683 6.2896 4.55138 5.60653 4.55138 4.76391C4.55138 3.9213 3.8683 3.23822 3.02569 3.23822ZM0.5 4.76391C0.5 3.36901 1.63079 2.23822 3.02569 2.23822C4.42059 2.23822 5.55138 3.36901 5.55138 4.76391C5.55138 6.15881 4.42059 7.2896 3.02569 7.2896C1.63079 7.2896 0.5 6.15881 0.5 4.76391Z' fill='%23F5EEE9'/%3E%3C/svg%3E%0A");
}

.sw_pagination {
  width: auto !important;
  position: relative;
  text-align: center;
  bottom: 0 !important;
}
.sw_pagination.sand_pag .swiper-pagination-bullet {
  background-color: #B38255;
}
.sw_pagination.sand_pag .swiper-pagination-bullet:active {
  background-color: #f4ebe5;
}
@media screen and (min-width: 1025px) {
  .sw_pagination.sand_pag .swiper-pagination-bullet:hover {
    background-color: #f4ebe5;
  }
}
.sw_pagination.sand_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #B38255;
}
.sw_pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 10px;
  width: 10px;
  background-color: #f4ebe5;
  margin: 0 10px;
}
.sw_pagination .swiper-pagination-bullet:active {
  opacity: 1;
  background-color: #B38255;
}
@media screen and (min-width: 1025px) {
  .sw_pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    background-color: #B38255;
  }
}
.sw_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #B38255;
  border: 1px solid #f4ebe5;
}

.slider_amenities {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.slider_amenities.one_slide_only {
  margin-bottom: 64px;
}
.slider_amenities .top_line {
  border-top: 1px solid #223F52;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .slider_amenities .top_line {
    margin-bottom: 40px;
  }
}
.slider_amenities .bottom_line {
  border-bottom: 1px solid #223F52;
  margin-top: 40px;
}
.slider_amenities .bottom_line.big_margin {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .slider_amenities .flex_reverse__rwd {
    display: flex;
    flex-direction: column-reverse;
  }
}
.slider_amenities .flex_reverse__rwd .swiper {
  width: 100%;
}
.slider_amenities .flex_reverse__rwd .button {
  margin-top: 20px;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .slider_amenities .flex_reverse__rwd .button {
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
}
.slider_amenities .align_center {
  display: flex;
  align-items: center;
}
.slider_amenities .content_center {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .slider_amenities .slider_col {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .slider_amenities .swiper-slide .slider_line {
    flex-direction: column;
    align-items: flex-start;
  }
}
.slider_amenities .swiper-slide picture {
  display: block;
}
.slider_amenities .swiper-slide picture img {
  aspect-ratio: 350/224;
}
@media screen and (min-width: 1025px) {
  .slider_amenities .swiper-slide picture img {
    aspect-ratio: 633/403;
  }
}
@media screen and (max-width: 1024px) {
  .slider_amenities .swiper-slide .content {
    margin-bottom: 40px;
  }
}
.slider_amenities .swiper-slide .content p:has(b, strong) {
  margin-bottom: 10px;
}
.slider_amenities .swiper-slide .content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .slider_amenities .swiper-slide .content h2 {
    margin-bottom: 20px;
  }
}
.slider_amenities .swiper-slide .button {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .slider_amenities .swiper-slide .button {
    margin-top: 32px;
  }
}
.slider_amenities__controls {
  justify-content: space-between !important;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .slider_amenities__controls {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .slider_amenities__controls {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 480px) {
  .slider_amenities__controls {
    width: calc(100% - 44px);
  }
}
.slider_amenities__controls .sw_pagination .swiper-pagination-bullet {
  background-color: #B38255;
}
.slider_amenities__controls .sw_pagination .swiper-pagination-bullet:active {
  background-color: #f4ebe5;
  border: 1px solid #B38255;
}
@media screen and (min-width: 1025px) {
  .slider_amenities__controls .sw_pagination .swiper-pagination-bullet:hover {
    background-color: #f4ebe5;
    border: 1px solid #B38255;
  }
}
.slider_amenities__controls .sw_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f4ebe5;
  border: 1px solid #B38255;
}
@media screen and (max-width: 767px) and (min-width: 580px) {
  .slider_amenities .swiper-wrapper {
    align-items: stretch;
  }
}

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