.header {
  position: static;
  width: 100%;
  height: 100vh;
}

.first-section {
  height: auto;
  padding-bottom: 0px;
}

.first-section.acc {
  height: 460px;
}

.slider-main {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 100vh;
}

.navigation {
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 105px;
  min-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-image: -webkit-gradient(*/
  /*  linear,*/
  /*  left top,*/
  /*  left bottom,*/
  /*  from(rgba(30, 30, 30, 0.6)),*/
  /*  to(hsla(0, 0%, 100%, 0))*/
  /*);*/
  background-image: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.4) -55%,
          rgba(0, 0, 0, 0.0) 100%
  );
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

/*.navigation-wrapper {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr) !important; !* three columns of equal width *!*/
/*  gap: 1rem !important; !* optional spacing between columns *!*/
/*  padding: 0 5% !important;*/
/*}*/

.navigation.covid {
  position: fixed;
  left: 0;
  top: -1%;
  right: 0;
  bottom: auto;
}

.navbar {
  position: relative;
  display: block;
  margin-top: -18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  height: 105px;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  text-align: left;
}

.container:hover {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

@media only screen and (max-width: 715px) {
  /* INDEX PHOTOS */
  .slide-1.about {
    background-position: 50% 0% !important;
  }
  .slide-2.about {
    background-position: 32% 40% !important;
  }
  .slide-3.about {
    background-position: 57% 100% !important;
  }
  .slide-4.about {
    background-image: url("../images/index_photos/04.webp") !important;
    background-position: 0% 75% !important;
  }
  .slide-5.about {
    background-position: 35% 0% !important;
  }
  .slide-6.about {
    background-position: 77% 0% !important;
  }
  .slide-7.about {
    background-position: 40% 0% !important;
  }
  .slide-8.about {
    background-position: 85% 0% !important;
  }
  .slide-9.about {
    background-position: 60% 100% !important;
  }
  .slide-10 {
    background-position: 65% 50% !important;
  }
  .slide-11 {
    background-position: 77% 40% !important;
  }
  .slide-12 {
    background-position: 70% 100% !important;
  }
  .slide-13 {
    background-position: 65% 50% !important;
  }
  /* ACCOMOODATION PHOTOS */
  .slide-1.acc {
    background-position: 57% 100% !important;
  }
  .slide-2.acc {
    background-position: 57% 100% !important;
  }
  .slide-3.acc {
    background-position: 50% 100% !important;
  }
  .slide-4.acc {
    background-position: 45% 100% !important;
  }
  .slide-5.acc {
    background-position: 62% 100% !important;
  }
  .slide-6.acc {
    background-position: 28% 100% !important;
  }
  .slide-7.acc {
    background-position: 65% 100% !important;
  }
  .slide-8.acc {
    background-position: 82% 100% !important;
  }
  .slide-9.acc {
    background-position: 28% 100% !important;
  }

  /* ROOM CLASSIC PHOTOS */
  .slide-3.acc.room {
    background-position: 13% 100% !important;
  }
  .slide-4.acc.room {
    background-position: 50% 100% !important;
  }

  /* ROOM SEA PHOTOS */
  .slide-1.acc.room.room-sea {
    background-position: 40% 100% !important;
  }
  .slide-2.acc.room {
    background-position: 25% 100% !important;
  }

  /* APARTMENT CLASSIC PHOTOS */
  .slide-1.acc.room.ap-classic {
    background-position: 87% 100% !important;
  }
  .slide-2.acc.room.ap-classic {
    background-position: 45% 100% !important;
  }
  .slide-3.acc.room.ap-classic {
    background-position: 48% 100% !important;
  }
  .slide-4.acc.room.ap-classic {
    background-position: 69% 100% !important;
  }

  /* APARTMENT SEA PHOTOS */
  .slide-1.acc.room.ap-sea {
    background-position: 16% 100% !important;
  }
  .slide-2.acc.room.ap-sea {
    background-position: 62% 100% !important;
  }
  .slide-3.acc.room.ap-sea {
    background-position: 60% 100% !important;
  }
  .slide-4.acc.room.ap-sea {
    background-position: 14% 100% !important;
  }

  /* APARTMENT ORANGE PHOTOS */
  .slide-1.acc.room.ap-orange {
    background-position: 55% 100% !important;
  }
  .slide-2.acc.room.ap-orange {
    background-position: 2% 100% !important;
  }
  .slide-3.acc.room.ap-orange {
    background-position: 40% 100% !important;
  }
  .slide-4.acc.room.ap-orange {
    background-position: 52% 100% !important;
  }

  /* APARTMENT FRESH PHOTOS */
  .slide-1.acc.room.ap-fresh {
    background-position: 43% 100% !important;
  }
  .slide-2.acc.room.ap-fresh {
    background-position: 25% 100% !important;
  }
  .slide-3.acc.room.ap-fresh {
    background-position: 45% 100% !important;
  }
  .slide-4.acc.room.ap-fresh {
    background-position: 54% 100% !important;
  }
  .slide-5.acc.room.ap-fresh {
    background-position: 11% 100% !important;
  }

  /* APARTMENT RELAX PHOTOS */
  .slide-1.acc.room.ap-relax {
    background-position: 35% 100% !important;
  }
  .slide-2.acc.room.ap-relax {
    background-position: 61% 100% !important;
  }
  .slide-3.acc.room.ap-relax {
    background-position: 42% 100% !important;
  }
  .slide-4.acc.room.ap-relax {
    background-position: 50% 100% !important;
  }

  /* APARTMENT FAMILY PHOTOS */
  .slide-1.acc.room.ap-family {
    background-position: 82% 100% !important;
  }
  .slide-2.acc.room.ap-family {
    background-position: 28% 100% !important;
  }
  .slide-3.acc.room.ap-family {
    background-position: 77% 100% !important;
  }
  .slide-4.acc.room.ap-family {
    background-position: 44% 100% !important;
  }
  .slide-5.acc.room.ap-family {
    background-position: 82% 100% !important;
  }
  .slide-6-ap-family.acc.room.ap-family {
    background-position: 29% 100% !important;
  }
  .slide-7-ap-lux.acc.room.ap-family {
    background-position: 65% 100% !important;
  }
  /* APARTMENT LUX PHOTOS */
  .slide-1.acc.room.ap-lux {
    background-position: 8% 100% !important;
  }
  .slide-2.acc.room.ap-lux {
    background-position: 63% 100% !important;
  }
  .slide-3.acc.room.ap-lux {
    background-position: 32% 100% !important;
  }
  .slide-4.acc.room.ap-lux {
    background-position: 14% 100% !important;
  }
  .slide-5.acc.room.ap-lux {
    background-position: 58% 100% !important;
  }
  .slide-6-ap-family.acc.room.ap-lux {
    background-position: 45% 100% !important;
  }
  .slide-7-ap-lux.acc.room.ap-lux {
    background-position: 37% 100% !important;
  }

  /* BATH 1 PHOTOS */
  .slide-5.acc.room,
  .slide-3.acc.room.room-sea,
  .slide-5.acc.room.ap-sea {
    background-position: 0% 100% !important;
  }

  /* BATH 2 PHOTOS */
  .slide-5.acc.room.ap-classic,
  .slide-5.acc.room.ap-orange,
  .slide-6.acc.room.ap-fresh,
  .slide-5.acc.room.ap-relax,
  .slide-8-ap-family.acc.room.ap-family,
  .slide-8-ap-family-copy.acc.room.ap-lux {
    background-position: 41% 100% !important;
  }

  /* BATH 3 PHOTOS */
  .slide-9-ap-luxury.acc.room.ap-lux {
    background-position: 33% 100% !important;
  }
}

.slide-1 {
  background-image: url("../images/ap_rooms/studio_classic/D12_studio_01.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.about {
  background-image: url("../images/index_photos/01.webp");
}

.slide-1.acc {
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1.acc.room {
  background-image: url("../images/ap_rooms/studio_sea/E8_studio_01.webp");
}

.slide-1.acc.room.room-sea {
  background-image: url("../images/ap_rooms/studio_classic/D12_studio_01.webp");
}

.slide-1.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/C5_01.webp");
}

.slide-1.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E7_01.webp");
}

.slide-1.acc.room.ap-fresh {
  background-image: url("../images/ap_rooms/ap_fresh/06_1.webp");
}

.slide-1.acc.room.ap-relax {
  background-image: url("../images/ap_rooms/ap_relax/07_1.webp");
}

.slide-1.acc.room.ap-orange {
  background-image: url("../images/ap_rooms/double_lux/C14_01.webp");
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.acc.room.ap-family {
  background-image: url("../images/ap_rooms/ap_family.webp");
}

.slide-1.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_01.webp");
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: auto;
  height: 50px;
  padding-bottom: 80px;
  padding-left: 65px;
  opacity: 1;
}

.slide-2 {
  background-image: url("../images/ap_rooms/studio_sea/E8_studio_01.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-2.about {
  background-image: url("../images/index_photos/02.webp");
  background-position: 0% 90%;
}

.slide-2.acc {
  background-position: 50% 100%;
}

.slide-2.acc.room {
  background-image: url("../images/ap_rooms/studio_sea/E8_studio_02.webp");
}

.slide-2.acc.room.room-sea {
  background-image: url("../images/ap_rooms/studio_classic/D12_studio_02.webp");
}

.slide-2.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/C5_02.webp");
}

.slide-2.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E7_02.webp");
}

.slide-2.acc.room.ap-fresh {
  background-image: url("../images/ap_rooms/ap_fresh.webp");
}

.slide-2.acc.room.ap-relax {
  background-image: url("../images/ap_rooms/ap_relax.webp");
}

.slide-2.acc.room.ap-orange {
  background-image: url("../images/ap_rooms/double_lux/C14_02.webp");
  background-position: 0 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.acc.room.ap-family {
  background-image: url("../images/ap_rooms/ap_family/08_2.webp");
}

.slide-2.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_02.webp");
  background-position: 0% 45%;
}

.nav-link {
  height: auto;
  padding-top: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.logo {
  position: static;
  display: block;
  overflow: auto;
  width: 167px;
  height: 39px;
  margin-top: 0px;
  margin-left: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url("../images/logo-light.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: none;
  object-fit: none;
}

.logo.dark {
  overflow: auto;
  margin-left: 0px;
  background-image: url("../images/logo-blue.svg");
  opacity: 0.87;
  background-clip: border-box;
  -o-object-fit: none;
  object-fit: none;
}

.logo.dark.w--current {
  background-image: url("../images/logo-blue.svg");
}

.logo.white {
  clear: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.nav-link-wrapper:hover {
  background-color: transparent;
}

.nav-link-wrapper.end-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrapper.lan-end {
  padding-right: 40px;
}

.div-block {
  height: 2px;
  color: #fff;
}

.div-block-2 {
  height: 2px;
}

.nav-link-hover {
  height: 2px;
}

.nav-links {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-underline {
  height: 1px;
  margin-top: 0px;
  float: none;
  clear: left;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  line-height: 0px;
}

.nav-underline.nav-active.pricing {
  transform: none !important;
  transition: none !important;
}

.nav-underline.nav-active {
  width: 100%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-underline.nav-active:hover {
  width: 100%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.heading {
  padding-top: 49px;
  /*font-family: Montserrat, sans-serif;*/
  font-family: "Forum", serif;
  font-style: normal;
  color: #2F4157;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
}

.heading.acc {
  margin-top: 20px;
}

.heading.covid {
  font-weight: 400;
}

.heading.covid.ending {
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 8%;
  padding-left: 8%;
  font-size: 28px;
  text-align: center;
}

.heading.pricing.small-heading {
  color: #f79e02;
  font-size: 21px;
  line-height: 30px;
}

.heading.room {
  font-weight: 500;
}

.heading.room.ap-classic {
  font-weight: 500;
}

.heading.room.ap-classic.room-services {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading.room.ap-classic.room-prices {
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.heading.ap-family-price {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 8%;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  text-align: left;
}

.read-more {
  margin-top: 0px;
  padding: 10px 8% 60px 8%;
  font-family: Montserrat, sans-serif;
  color: #7b7d85;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.read-more.location-text {
  padding: 10px 8% 90px;
}

.read-more.acc {
  margin-bottom: 0px;
}

.read-more.covid {
  overflow: visible;
  margin-bottom: 0px;
  line-height: 30px;
  text-align: left;
  text-indent: 0px;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.read-more.pricing {
  font-size: 21px;
}

.read-more.pricing-text {
  text-align: left;
}

.read-more.room-classic {
  margin-bottom: 0px;
  text-align: center;
}

.read-more.room-classic.room-services {
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand-container {
  position: static;
}

.icon {
  color: #fff;
}

#pop-up-phone {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background-color: #2F4157;
  color: #EEE3DA;
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 90px;
  box-sizing: border-box;
  padding: 0 15px;
  z-index: 1000;
  overflow: hidden;
  transition: 0.4s ease;
  cursor: pointer;
  text-wrap: nowrap !important;
  opacity: 0;
  pointer-events: none;
}

#pop-up-phone:hover, #back-to-top-button:hover {
  background-color: #5E7A8E;
}

#pop-up-phone i, #back-to-top-button i {
  color: #EEE3DA;
}

.fixed-element {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 57px;
  margin-top: 50%;
  margin-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 50px 50px 0px;
  opacity: 1;
  transition: 0.4s ease !important;
}

.fixed-element:hover {
  background-color: #ff9e0e;
}

#back-to-top-button {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background-color: #2F4157;
  color: #EEE3DA;
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0 15px;
  z-index: 1000;
  overflow: hidden;
  transition: 0.4s ease;
  cursor: pointer;
  text-wrap: nowrap !important;
  opacity: 0;
  pointer-events: none;
}

#back-to-top-button:hover {
  opacity: 1;
}

.slider-number {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 0vh;
  padding-right: 65px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: left;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: right;
}

.slider-number.hashtags {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50px;
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-number.hashtags.two-line {
  margin-top: 94vh;
}

.slider-number.hashtags.two-line.acc {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 50vh;
  margin-left: 5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-number.hashtags.acc {
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 10;
  width: 92%;
  height: 300px;
  margin-top: 68vh;
  margin-bottom: 0px;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-number.hashtags.room-ap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  margin: 0vh 0px 0px;
  padding-bottom: 0px;
  padding-left: 65px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-number-text {
  width: auto;
  height: 20px;
  padding-right: 0px;
  padding-left: 10px;
  clear: right;
  font-size: 20px;
}

.slider-number-text.hashtag-text {
  display: block;
  height: 100%;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 76px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.2px;
}

.slider-number-text.hashtag-text.acc {
  position: absolute;
  width: 500%;
  height: 100px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: -75px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  font-family: Oswald, sans-serif;
  font-size: 125px;
  letter-spacing: 0.2px;
}

.slider-number-text.hashtag-text.acc.room-classic {
  width: 100%;
  margin-top: -105px;
  margin-left: 0px;
  line-height: 70px;
}

.slider-number-text.hashtag-text.acc.room-classic.time {
  font-family: "Varela Round", sans-serif;
}

.slider-number-text.hashtag-text.acc.room-classic.room-sea {
  margin-left: -5px;
  padding-right: 0px;
}

.slider-number-text.hashtag-text.about {
  width: 100%;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 38px;
  font-weight: 400;
}

.slider-number-text.hashtag-text.room-ap {
  position: absolute;
  z-index: 10000;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: ltr;
  font-size: 30px;
  font-weight: 200;
  text-align: left;
}

.slider-number-divider {
  width: 40px;
  height: 1px;
  margin-top: 0px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.counter {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: Forum, sans-serif;
  color: #f79e02;
  font-size: 110px;
  font-weight: 400;
}

.counter.first {
  color: #f79e02;
  font-weight: 300;
}

.counter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.counter-support-text {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #7b7d85;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
}

.counter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.counter-section.acc {
  height: 265px;
}

.services {
  height: 300px;
  margin-top: 0px;
  background-color: #fff;
}

.services.acc {
  overflow: visible;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax {
  position: relative;
  display:grid;
  grid-auto-flow:column;
  height: 100%;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.main-wrapper.covid {
  margin-top: 105px;
}

.nav-shadow {
  position: absolute;
  width: 100%;
  height: 105px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.41);
  opacity: 0;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.google-map {
  height: 650px;
}

.vr-divider {
  position: absolute;
  width: 1px;
  height: 45px;
  margin-top: 0vh;
  margin-left: 0px;
  padding-right: 0px;
  background-color: #fff;
}

.beach-complex {
  position: absolute;
  width: 300px;
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
}

.text-block {
  width: 100%;
  height: 100%;
  padding-top: 13px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
}

.secondary-text-wrapper {
  margin-left: 225px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0000075352045%;
  height: 330px;
  min-height: 330px;
  padding: 40px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #EEE3DA;
}

.reservations-heading {
  font-family: "Forum", serif;
  font-style: normal;
  color: #2F4157;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}

.reception {
  display: block;
  width: 50%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reception.first {
  width: 100%;
  height: 60%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.reception.second {
  width: 43%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.reservations-time {
  /*height: 75px;*/
  padding-top: 35px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #696969;
  font-size: 14px;
  /*font-style: italic;*/
  font-weight: 400;
}

.footer-contacts-text {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #696969;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contacts-text a {
  color: #696969;
  display: flex;
  align-items: center;
}

i {
  padding-right: 10px;
  font-size: 23px;
  color: #2F4157;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 50%;
  clear: right;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
  gap: 20px;
}

.contact-form {
  width: 62%;
  height: 75%;
  padding-left: 2%;
  clear: right;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.form-labels {
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-weight: 400;
}

.gform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.submit-button {
  position: relative;
  box-sizing: border-box;
  padding: 10px 30px;
  z-index: 50;
  margin-top: 10px;
  background-color: #2F4157;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  white-space: normal;
  background-clip: border-box;
}

.lan-divider {
  position: relative;
  width: 1px;
  height: 20px;
  margin-left: 20px;
  padding-left: 0px;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  text-align: left;
}

.lan-text {
  padding-right: 0px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

.contact-field {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-top: 10px;
  border: 1px solid #696969;
  background-color: #EEE3DA;
}

.contact-field.first {
  width: 100%;
  margin-top: 0;
}

.textarea.contact-field {
  height: 100%;
  margin-top: 0;
  border: 1px solid #696969;
  text-align: left;
  background-color: #EEE3DA;
}

.div-block-4 {
  height: 110px;
}

.message {
  width: 50%;
  height: 120px;
  margin-left: 20px;
  padding-left: 0px;
}

.name-mail {
  width: 50%;
  height: 120px;
}

.horizontal-line {
  position: absolute;
  width: 90%;
  height: 1px;
  margin-top: -100px;
  margin-bottom: 0px;
  margin-left: 5%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #fff;
}

.form-block {
  display: block;
  width: 100%;
  float: right;
}

.footer-socials {
  width: 100%;
  margin-top: 38px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.social-icons a {
  text-decoration: none;
  color: #2F4157;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
}

.image {
  width: 40px;
  height: 40px;
}

.footer-socials-img {
  width: 35px;
  height: 35px;
  margin-left: 0px;
  padding-left: 0px;
}

.footer-socials-img.last {
  margin-left: 15px;
}

.image-2 {
  background-color: transparent;
  color: #fff;
}

.down-arrow {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  width: 40px;
  padding-bottom: 45px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  text-align: center;
  cursor: pointer;
}

.down-arrow:hover {
  margin-bottom: -10px;
  padding-bottom: 45px;
}

.copyright-text {
  padding-right: 5px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #2F4157;
}

.socials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.success-message {
  font-family: Montserrat, sans-serif;
  color: #EEE3DA !important;
}

.error-message {
  font-family: Montserrat, sans-serif;
}

.slide-3 {
  background-image: url("../images/ap_rooms/single_classic/C5_01.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.about {
  background-image: url("../images/index_photos/03.webp");
  background-position: 0% 80%;
  background-size: cover;
}

.slide-3.acc {
  background-position: 50% 100%;
}

.slide-3.acc.room {
  background-image: url("../images/ap_rooms/studio_sea/E8_studio_03.webp");
}

.slide-3.acc.room.room-sea {
  background-image: url("../images/ap_rooms/studio_classic/D12_studio_03.webp");
  background-position: 50% 50%;
}

.slide-4.acc.room.room-sea {
  background-image: url("../images/ap_rooms/studio_classic/D12_studio_04.webp");
  background-position: 50% 50%;
}


.slide-3.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/C5_03.webp");
}

.slide-3.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E7_03.webp");
}

.slide-3.acc.room.ap-fresh {
  background-image: url("../images/ap_rooms/ap_fresh/06_3.webp");
}

.slide-3.acc.room.ap-relax {
  background-image: url("../images/ap_rooms/ap_relax/07_3.webp");
}

.slide-3.acc.room.ap-orange {
  background-image: url("../images/ap_rooms/double_lux/C14_03.webp");
  background-position: 0 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.acc.room.ap-family {
  background-image: url("../images/ap_rooms/ap_family/08_3.webp");
}

.slide-3.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_03.webp");
}

.slide-4 {
  background-image: url("../images/ap_rooms/single_sea/E7_01.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.about {
  background-image: url("../images/index_photos/04.webp");
  background-position: 0% 50%;
  background-size: cover;
}

.slide-4.acc {
  background-position: 50% 100%;
}

.slide-4.acc.room {
  background-image: url("../images/ap_rooms/studio_sea/E8_studio_04.webp");
}

.slide-4.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/C5_04.webp");
}

.slide-4.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E7_04.webp");
}

.slide-4.acc.room.ap-fresh {
  background-image: url("../images/ap_rooms/ap_fresh/06_4.webp");
}

.slide-4.acc.room.ap-relax {
  background-image: url("../images/ap_rooms/ap_relax/07_4.webp");
}

.slide-4.acc.room.ap-orange {
  background-image: url("../images/ap_rooms/double_lux/C14_04.webp");
  background-position: 0 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.acc.room.ap-family {
  background-image: url("../images/ap_rooms/ap_family/08_4.webp");
}

.slide-4.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_04.webp");
}

.slide-5 {
  background-image: url("../images/ap_rooms/double_exclusive/D15_01.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5.about {
  background-image: url("../images/index_photos/05.webp");
}

.slide-5.acc {
  background-position: 50% 100%;
}

.slide-5.acc.room {
  background-image: url("../images/ap_rooms/studio_sea/E8_studio_05.webp");
  background-position: 50% 50%;
  background-attachment: scroll;
}

.slide-5.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/A5_05.webp");
}

.slide-6.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/A5_06.webp");
}
.slide-7.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/A5_07.webp");
}
.slide-8.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/A5_08.webp");
}
.slide-9.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/A5_09.webp");
}
.slide-10.acc.room.ap-classic {
  background-image: url("../images/ap_rooms/single_classic/A5_10.webp");
}

.slide-5.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E7_05.webp");
}

.slide-6.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E7_06.webp");
}
.slide-7.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E7_07.webp");
}
.slide-8.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E8_studio_08.webp");
}
.slide-9.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E8_studio_09.webp");
}
.slide-10.acc.room.ap-sea {
  background-image: url("../images/ap_rooms/single_sea/E8_studio_10.webp");
}

.slide-5.acc.room.ap-fresh {
  background-image: url("../images/ap_rooms/ap_fresh/06_5.webp");
}

.slide-5.acc.room.ap-relax {
  background-image: url("../images/ap_rooms/baths/bath_02.webp");
}

.slide-5.acc.room.ap-orange {
  background-image: url("../images/ap_rooms/double_lux/C14_05.webp");
  background-position: 0 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6.acc.room.ap-orange {
  background-image: url("../images/ap_rooms/double_lux/C14_06.webp");
  background-position: 0 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7.acc.room.ap-orange {
  background-image: url("../images/ap_rooms/double_lux/C14_07.webp");
  background-position: 0 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5.acc.room.ap-family {
  background-image: url("../images/ap_rooms/ap_family/08_5.webp");
}

.slide-5.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_05.webp");
}

.slide-6 {
  background-image: url("../images/ap_rooms/double_lux/C14_01.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6.about {
  background-image: url("../images/index_photos/06.webp");
  background-position: 60% 60% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6.acc {
  background-position: 50% 50%;
}

.slide-7 {
  background-image: url("../images/ap_rooms/ap_relax.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7.about {
  background-image: url("../images/index_photos/07.webp");
}

.slide-7.acc {
  background-position: 50% 100%;
}

.slide-8 {
  background-image: url("../images/ap_rooms/ap_family.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8.about {
  background-image: url("../images/index_photos/08.webp");
  background-position: 0% 10%;
}

.slide-8.acc {
  background-position: 50% 50%;
}

.slide-9 {
  background-image: url("../images/ap_rooms/ap_exclusive.jpg");
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9.about {
  background-image: url("../images/index_photos/09.webp");
}

.slide-9.acc {
  background-position: 50% 100%;
}

.slide-10 {
  background-image: url("../images/index_photos/10.webp");
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url("../images/index_photos/11-cut.webp");
  background-position: 0% 95%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  padding-right: 27px;
  padding-left: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.service-image {
  height: 55px;
}

.service-image span {
  font-size: 50px;
  text-align: center;
  color: #2F4157;
}

.service-image img {
  height: 50px;
}

.service-text {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #a4afbb;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.se {
  padding-bottom: 0px;
}

.slide-12 {
  background-image: url("../images/index_photos/12.webp");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url("../images/index_photos/13.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 50%;
}

.span-1 {
  color: #f79e02;
  font-weight: 600;
}

.span-1.accomodation {
  font-weight: 400;
}

.read-more-link {
  color: #10cae7;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.covid-19-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.47);
  opacity: 1;
}

.covid-19 {
  width: 85vw;
  height: 85vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 7px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
}

.page-load-mask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  margin-top: -1000px;
  background-color: #fff;
}

.span-acc {
  font-weight: 300;
}

.room-span {
  font-weight: 200;
}

.room-span.active-room {
  font-weight: 400;
  text-decoration: none;
}

.apart-span {
  font-weight: 400;
}

.apart-span.apart-inactive {
  font-weight: 200;
}

.acc-rooms-link {
  color: #fff;
  text-decoration: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

.acc-apart-link {
  color: #fff;
  text-decoration: none;
}

.covid-info {
  padding-bottom: 60px;
}

.weather-check-in-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-top: -20px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0px;
  padding-bottom: 0px;
}

.table.no-pad.overflow {
  position: relative;
  overflow: auto;
  overflow-y: hidden;
  height: auto;
  max-height: 360px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table.no-pad.overflow.room-classic {
  width: 60%;
}

.table.no-pad.overflow.acc {
  width: 100%;
  max-height: 150px;
}

.t1-h1 {
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.t1-h1.data {
  width: 100%;
  font-weight: 400;
  text-align: right;
}

.t1-h1.data.center {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 16px;
  font-size: 16px;
  text-align: right;
}

.t1-h1.data.center.long {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.t1-h1.table-period {
  color: #595959;
  font-weight: 700;
}

.table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 58.5px;
}

.table-col.long {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-row-4-col {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  width: 140vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  min-width: calc(8 * 74.5px);
}

.table-row-4-col.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border-top-style: none;
  border-bottom-style: solid;
  background-color: #fff;
}

.table-row-4-col.header.room-classic {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.table-row-4-col.data-row {
  width: 100%;
  height: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.table-row-4-col.data-row:hover {
  background-color: transparent;
}

.table-row-4-col.data-row.room-classic {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.table-row-4-col.data-row.room-classic.acc {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.table-wrapper {
  position: relative;
  width: 50%;
  height: auto;
  margin-right: 10px;
  margin-left: 3px;
  padding: 15px 5px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.table-wrapper._100 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.prices-no-padding {
  padding-bottom: 0 !important;
}

.table-wrapper._100.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  max-height: none;
  padding: 60px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-color: #fff;
  border-radius: 0;
}

.table-wrapper._100.table.room-classic {
  height: auto;
  margin-top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-label {
  margin-bottom: 12px;
  padding-bottom: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.text-span-cite {
  font-weight: 400;
}

.table-header-details-text {
  font-size: 12px;
  line-height: 14px;
}

.text-span {
  color: #595959;
  font-size: 20px;
  font-weight: 500;
}

.text-span.pricing-text-span {
  color: #2F4157;
  font-size: 21px;
  font-weight: 500;
}

.see-more-link {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-left: -75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
}

.see-more-link.ap {
  margin-left: -75px;
}

.see-more-text {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
}

.see-more-icon {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
}

.see-more-link-mask {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0vh;
}

.see-more-link-container {
  position: absolute;
  z-index: 10000;
  width: 62%;
  height: 15vh;
  margin-top: 45vh;
}

.span-room-classic {
  color: #f79e02;
}

.span-room-classic-2 {
  text-align: justify;
}

.slider-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 45%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.45))
  );
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45));
}

.nav-shadow-remover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  width: 100%;
  height: 32px;
}

.hot-offer {
  position: fixed;
  left: auto;
  top: 20vh;
  right: 5vw;
  bottom: 0%;
  z-index: 10000;
  display: block;
  width: 400px;
  height: 400px;
  margin-right: -500px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #ffc74e;
  opacity: 0;
  background-clip: border-box;
}

.hot-offer-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-top: 37px;
  margin-right: 37px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 7px -4px #000;
  cursor: pointer;
}

.room-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  color: #fff;
  text-decoration: none;
}

.image-4 {
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #fff;
}

.hot-offer-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.hot-offer-heading {
  font-family: Montserrat, sans-serif;
  color: #286d1e;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.hot-offer-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.hot-offer-close-x {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50%;
  color: #1c1c1c;
  line-height: 14px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.phone-hot-offer {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 45px;
  font-style: normal;
}

.phone-span {
  display: inline;
  padding-left: 5px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 17px;
  line-height: 17px;
  white-space: normal;
}

.info-span {
  padding-right: 5px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.share-span {
  padding-right: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-style: normal;
}

.check-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 30%;*/
  height: 100%;
}

.weather {
  width: 50%;
  height: 100%;
}

.clock {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 50px;
}

.hot-offer-3-nights {
  font-size: 38px;
  font-weight: 800;
}

.hot-offer-phone-wrap {
  margin-top: 0px;
  padding-top: 20px;
}

.image-5 {
  background-color: transparent;
  opacity: 0.85;
}

.footer-social-link {
  padding-right: 15px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 42px;
  text-decoration: none;
}

.footer-social-link.share {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer-link-span {
  font-family: "Font awesome 5 brands 400", sans-serif;
  color: #fff;
  text-decoration: none;
}

.telephone-link {
  text-decoration: none;
}

.main-text-room.children {
  font-size: 16px;
  font-style: italic;
}

.room-list {
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 16px;
  line-height: 23px;
}

.room-services-list {
  display: block;
  width: auto;
  padding-left: 15px;
  text-align: left;
  list-style-type: disc;
}

.room-services-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 6th Image Apartment Family */
.slide-6-ap-family {
  background-image: url("../images/ap_rooms/ap_family/08_6.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 6th Image Apartment Lux */
.slide-6-ap-family.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_06.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-ap-family.acc {
  background-position: 50% 100%;
}

/* 6th Image Apartment Fresh */
.slide-5.acc.room.ap-fresh.slide-6 {
  background-image: url("../images/ap_rooms/baths/bath_02.webp");
}

.slide-7-ap-lux.about {
  background-image: url("../images/ap_rooms/ap_lux.webp");
}

.slide-7-ap-lux.acc {
  background-position: 50% 100%;
}

/* 7th Image Apartment Lux */
.slide-7-ap-lux.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_07.webp");
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 7th Image Apartment Family */
.slide-7-ap-lux.acc.room.ap-family {
  background-image: url("../images/ap_rooms/ap_family/08_7.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8-ap-family.acc {
  background-position: 50% 100%;
}

/* 8th Image Apartment Family */
.slide-8-ap-family.acc.room.ap-family {
  background-image: url("../images/ap_rooms/baths/bath_02.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-ap-lux.acc {
  background-position: 50% 100%;
}

/* 8th Image Apartment Lux */
.slide-8-ap-family-copy.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_08.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 9th Image Apartment Lux */
.slide-9-ap-luxury.acc.room.ap-lux {
  background-image: url("../images/ap_rooms/double_exclusive/D15_09.webp");
  background-position: 0% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8-ap-lux.acc {
  background-position: 50% 100%;
}

.slide-9-ap-lux.acc {
  background-position: 50% 100%;
}

.form-block-2 {
  display: none;
  width: 42px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 42px;
}

.form-field-inherit {
  display: none;
}

.coupon-field {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  color: #9ccd65;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.coupon-field::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field::placeholder {
  color: #9ccd65;
}

.copy-btn {
  position: relative;
  z-index: 5;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(236, 70, 10, 0);
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 42px;
  text-align: center;
}

.form-2 {
  display: none;
}

.html-embed {
  display: block;
  height: auto;
  margin-top: 50px;
  margin-right: 0%;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message-2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 100%;
  width: auto;
  margin-top: 18px;
  margin-left: 0px;
  float: right;
  border-radius: 6px;
}

.return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
}

.return-text {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
}

.return-icon {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
}

.return-span {
  padding-right: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 25px;
  font-style: normal;
}
/**
.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.preloader-ball {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #10cae7;
}
**/
.close-mobile-nav {
  display: none;
}

.mobile-menu-socials {
  display: none;
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-1.simple {
  top: 18px;
}

.line-1.simple.white {
  background-color: #fff;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.line-2.simple {
  top: 28px;
}

.line-2.simple.white {
  background-color: #fff;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.line-3.simple {
  top: 38px;
}

.line-3.simple.white {
  background-color: #fff;
}

.spring-3 {
  position: absolute;
  left: 0px;
  top: 43px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.simple-nav-link-holder {
  background-color: hsla(0, 0%, 100%, 0);
}

.spring-2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.spring-menu {
  left: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  margin-top: 70px;
  border-radius: 5px;
  background-color: #786df7;
  color: #fff;
}

.spring-1 {
  position: absolute;
  left: 0px;
  top: 12px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.spring-nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
}

.spring-nav-menu.w--open {
  background-color: #fff;
}

.nav-links-2 {
  width: 100%;
  float: left;
  clear: left;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-10 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #4de79d;
}

.button-10.w--open {
  background-color: #48d591;
}

.menu-row {
  position: relative;
  background-color: #f5f5f5;
}

.spring-nav {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.menu-column {
  overflow: hidden;
  height: 50vh;
  padding-top: 10px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #fff;
}

.menu-column.padded-top {
  padding-top: 10px;
}

.menu-column.middle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.simple-link {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #afafaf;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #333;
}

.number {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  padding: 20px;
  background-color: #333;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
}

.simple-nav {
  background-color: hsla(0, 0%, 100%, 0);
}

.simple-menu-button-2 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button-2.w--open {
  background-color: #fff;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.text-span-2 {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.phone-text-icon {
  padding-left: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  color: #fff;
  font-size: 17px;
}

.text-span-3 {
  color: #f79e02;
}

.link-7 {
  /*color: #51a3f6;*/
  color: #5E7A8E;
  text-decoration: none;
}

.italic-text {
  font-style: normal;
}

.check-clock {
  width: 50px;
  height: 50px;
  margin: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
  font-family: "Font awesome 5 free 400", sans-serif;
  color: #2F4157;
  font-size: 50px;
}

.slide-9-ap-luxury {
  background-image: url("../images/room_classic.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9-ap-luxury.acc.room.ap-family {
  background-image: url("../images/ap_rooms/ap_family.webp");
}

@media screen and (max-width: 1367px) {
  .footer-contacts-text {
      font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    height: 97px;
  }

  .logo.dark.w--current {
    position: absolute;
    margin-left: 38px;
    opacity: 1;
  }

  .nav-menu {
    z-index: 1000;
    width: 100%;
    padding-top: 27vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-link-wrapper {
    margin-top: 50px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-wrapper.end-link {
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .nav-link-wrapper.lan-end {
    margin-top: 18vh;
  }

  .nav-links {
    color: #1d1d1d;
    font-size: 27px;
  }

  .nav-underline {
    margin-top: 8px;
  }

  .nav-underline.nav-active {
    margin-top: 8px;
  }

  .heading {
    padding-right: 8%;
    padding-left: 8%;
    font-size: 44px;
  }

  .heading.pricing.small-heading {
    padding-right: 8%;
    padding-left: 8%;
    color: #f79e02;
  }

  .read-more.location-text {
    padding-top: 50px;
  }

  .read-more.main-page {
    font-size: 16px;
  }

  .icon {
    display: none;
  }

  .fixed-element.phone {
    margin-top: 30%;
    margin-left: -230px;
  }

  .slider-number {
    padding-right: 30px;
    font-size: 12px;
  }

  .slider-number.hashtags.room-ap {
    padding-left: 30px;
    font-size: 12px;
    font-style: normal;
  }

  .slider-number-text {
    font-size: 18px;
  }

  .slider-number-text.hashtag-text.acc {
    margin-top: 0%;
    font-size: 90px;
  }

  .slider-number-text.hashtag-text.acc.room-classic.ap {
    font-size: 80px;
    line-height: 65px;
  }

  .slider-number-text.hashtag-text.about {
    font-size: 28px;
  }

  .slider-number-text.hashtag-text.room-ap {
    font-size: 25px;
  }

  .counter {
    font-size: 90px;
  }

  .counter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .counter-support-text {
    font-size: 18px;
    line-height: 20px;
  }

  .counter-section {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .services {
    height: auto;
    padding-bottom: 50px;
  }

  .parallax {
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-shadow {
    display: none;
  }

  .bold-text {
    font-size: 16px;
  }

  .footer {
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .reservations-heading {
    font-family: "Forum", serif;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    line-height: 2.5rem;
  }

  .reception.first {
    width: 100%;
  }

  .reception.second {
    width: 100%;
    margin-top: 80px;
  }

  .reservations-time {
    text-align: center;
  }

  .footer-contacts-text {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    align-items: center;
  }

  .footer-contacts-text.second {
    padding-top: 25px;
  }

  .contacts {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 65px;
  }

  .contact-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: fit-content;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gform {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .submit-button {
    position: relative;
    margin-top: 140px;
  }

  .footer-socials {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
  }

  .copyright-text {
    float: left;
    width: 50%;
  }

  .social-icons {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .lan-divider {
    height: 27px;
    background-color: #51a3f6;
  }

  .lan-text {
    color: #000;
    font-size: 20px;
  }

  .textarea.contact-field {
    margin-top: 20px;
    height: 120px;
  }

  .message {
    width: 100%;
    height: fit-content;
    margin-left: 0;
  }

  .name-mail {
    width: 100%;
  }

  .form-block {
    display: block;
    width: 90%;
    /*margin-top: -60px;*/
  }

  .footer-wrapper {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    gap: 65px;
  }

  .down-arrow {
    z-index: 100;
  }

  .socials-wrapper {
    width: 90%;
    margin-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .service {
    margin-top: 30px;
  }

  .service-image {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .span-1 {
    color: #f79e02;
  }

  .weather-check-in-out {
    margin-top: 100px;
    padding-bottom: 50px;
  }

  .table {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: none;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: auto;
    overflow-y: hidden;
  }

  .table.no-pad.overflow.room-classic {
    width: 80%;
  }

  .table.no-pad.overflow.acc {
    height: 120px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .t1-h1 {
    font-size: 10px;
    line-height: 14px;
  }

  .t1-h1.data.center {
    padding-top: 23px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
  }

  .t1-h1.data.center.long {
    width: auto;
    margin-top: 0px;
    padding-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    line-height: 14px;
  }

  .t1-h1.data.center.check-table {
    font-size: 15px;
  }

  .t1-h1.check-table {
    font-size: 13px;
  }

  .table-col.long {
    margin-top: -3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-row-4-col.header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .table-row-4-col.data-row {
    width: 100%;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    justify-items: stretch;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .table-row-4-col.data-row.room-classic.acc {
    justify-items: stretch;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-right: 4px;
    margin-bottom: 20px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .table-wrapper._100.table {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .table-wrapper._100.table.room-classic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table-header-details-text {
    font-size: 8px;
    line-height: 10px;
  }

  .span-room-classic {
    color: #f79e02;
  }

  .hot-offer {
    z-index: 800;
    margin-right: -500px;
    opacity: 0;
  }

  .room-share {
    margin-top: 0px;
  }

  .check-in {
    /*width: 32%;*/
  }

  .return {
    margin-top: 15px;
  }

  .preloader {
    display: none;
  }

  .close-mobile-nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
  }

  .mobile-menu-socials {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    font-family: "Font awesome 5 brands 400", sans-serif;
    font-size: 35px;
  }

  .mobile-menu-socials.share.other-font {
    font-family: "Font awesome 5 free solid 900", sans-serif;
  }

  .socials-mobile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .simple-menu-button {
    display: none;
    margin-right: 20px;
    background-color: rgba(104, 101, 101, 0);
  }

  .line-1.simple {
    background-color: #fff;
  }

  .line-2.simple {
    background-color: #fff;
  }

  .line-3.simple {
    background-color: #fff;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }

  .menu-button {
    display: none;
  }

  .nav-button-animated {
    margin-top: 20px;
  }

  .top-line {
    width: 35px;
    height: 1px;
    border-radius: 20px;
  }

  .middle-line {
    width: 35px;
    height: 1px;
    border-radius: 20px;
  }

  .bottom-line {
    width: 35px;
    height: 1px;
    border-radius: 20px;
  }

  .link-5 {
    color: #fff;
    text-decoration: none;
  }

  .text-span-3 {
    color: #ffa200;
    text-decoration: none;
  }

  .link-7 {
    text-decoration: none;
  }

  .check-clock {
    margin-top: -70px;
  }
}

@media screen and (max-width: 767px) {
  #pop-up-phone {
    bottom: 90px;
    right: 20px;
  }

  .first-section.acc {
    height: auto;
  }

  .navigation {
    background-image: repeating-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.53),
      transparent
    );
    background-clip: border-box;
  }

  .container {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .logo.dark.w--current {
    position: absolute;
    margin-left: 38px;
    padding-left: 0px;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-link-wrapper {
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-link-wrapper.end-link {
    padding-left: 0px;
  }

  .nav-link-wrapper.lan-end {
    padding-top: 35%;
  }

  .nav-links {
    color: #000;
    font-size: 17px;
  }

  .heading.room.ap-classic.room-services {
    font-size: 28px;
  }

  .heading.room.ap-classic.room-prices {
    font-size: 28px;
  }

  .read-more.covid {
    font-size: 15px;
  }

  .read-more.pricing-text {
    font-size: 15px;
  }

  .fixed-element.phone {
    margin-left: -230px;
    background-color: #4de942;
  }

  .fixed-element.phone:hover {
    background-color: #4de942;
  }

  .slider-number.hashtags.acc {
    margin-top: 69vh;
  }

  .slider-number.hashtags.room-ap {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slider-number-text.hashtag-text.acc {
    width: 20%;
    margin-top: -30%;
    line-height: 100px;
  }

  .slider-number-text.hashtag-text.acc.room-classic {
    width: 50%;
    margin-top: -110px;
    font-size: 85px;
    line-height: 90px;
  }

  .slider-number-text.hashtag-text.acc.room-classic.room-sea {
    width: 30%;
  }

  .slider-number-text.hashtag-text.acc.room-classic.ap {
    margin-top: -90px;
    line-height: 85px;
  }

  .slider-number-text.hashtag-text.about {
    font-size: 20px;
  }

  .vr-divider {
    display: none;
  }

  .text-block {
    display: none;
  }

  .lan-divider {
    background-color: #000;
  }

  .lan-text {
    color: #000;
    font-size: 17px;
  }

  .phone-text {
    position: static;
    font-family: Montserrat, sans-serif;
  }

  .arrow-container {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 83vh;
  }

  .weather-check-in-out {
    margin-top: 50px;
  }

  .table.no-pad {
    padding-right: 0px;
    padding-left: 10px;
  }

  .table.no-pad.overflow {
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    max-height: none;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 112px;
  }

  .table.no-pad.overflow.room-classic {
    width: 80%;
  }

  .t1-h1 {
    font-size: 10px;
    line-height: 12px;
  }

  .t1-h1.data.center {
    font-size: 12px;
    line-height: 14px;
  }

  .table-row-4-col.header {
    width: 100%;
  }

  .table-row-4-col.data-row {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .table-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .table-wrapper._100 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-wrapper._100.table {
    width: 80%;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .table-label {
    font-size: 14px;
  }

  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .room-share {
    margin-top: 100px;
  }

  .check-in {
    /*width: 50%;*/
  }

  .return {
    margin-top: 15px;
  }

  .close-mobile-nav {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-column {
    min-height: 350px;
    border-color: #000 #fff #fff;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .menu-column.middle {
    border-top: 1px none #000;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .phone-text-icon {
    padding-left: 10px;
    font-family: "Font awesome 5 free solid 900", sans-serif;
    color: #fff;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 87vh;
  }

  .slider-main {
    height: 87vh;
  }

  .navigation {
    height: 85px;
  }

  .container {
    height: 85px;
    padding-top: 25px;
  }

  .slide-1.acc.room.ap-lux {
    background-position: 20% 50%;
  }

  .logo.dark.w--current {
    position: absolute;
    width: 150px;
    margin-left: 27px;
    opacity: 1;
  }

  .logo.white {
    margin-left: 20px;
  }

  .logo.white.w--current {
    width: 150px;
    margin-left: 27px;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 32%;
  }

  .nav-link-wrapper {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .nav-link-wrapper.end-link {
    margin-top: 25px;
  }

  .nav-link-wrapper.lan-end {
    position: relative;
    margin-top: 0%;
    padding-top: 31%;
  }

  .nav-underline {
    margin-top: 4px;
  }

  .heading {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
  }

  .heading.acc {
    padding-right: 8%;
    padding-left: 8%;
  }

  .heading.room.ap-classic.room-services {
    font-size: 28px;
  }

  .heading.room.ap-classic.room-prices {
    font-size: 28px;
  }

  .read-more.location-text {
    padding-top: 20px;
  }

  .read-more.acc {
    font-size: 15px;
  }

  .read-more.main-page {
    padding-right: 9%;
    padding-left: 9%;
    font-size: 15px;
  }

  .icon {
    background-color: transparent;
    color: #fff;
  }

  .fixed-element.phone {
    margin-top: 45vh;
  }

  .slider-number {
    height: 40px;
    margin-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
  }

  .slider-number.hashtags {
    width: 50%;
    height: 40px;
    margin-top: 0vh;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .slider-number.hashtags.acc {
    margin-top: 53vh;
  }

  .slider-number.hashtags.acc.room {
    z-index: 101;
    height: 140px;
    margin-top: 49vh;
  }

  .slider-number.hashtags.room-ap {
    width: 60%;
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 10px;
  }

  .slider-number-text {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
  }

  .slider-number-text.hashtag-text.acc {
    margin-top: -125px;
    font-size: 68px;
    line-height: 73px;
  }

  .slider-number-text.hashtag-text.acc.room-classic {
    width: 75%;
    margin-top: -90px;
    font-size: 75px;
    line-height: 72px;
  }

  .slider-number-text.hashtag-text.acc.room-classic.room-sea {
    width: 50%;
  }

  .slider-number-text.hashtag-text.acc.room-classic.ap {
    margin-top: -70px;
    font-size: 60px;
    line-height: 65px;
  }

  .slider-number-text.hashtag-text.about {
    margin-top: 0px;
    font-size: 17px;
  }

  .slider-number-text.hashtag-text.room-ap {
    margin-top: 0px;
    font-size: 15px;
  }

  .slider-number-divider {
    width: 28px;
    margin-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .counter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    clear: left;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 105px;
  }

  .counter.first {
    margin-top: -12px;
  }

  .counter-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .counter-support-text {
    position: relative;
    display: block;
    width: 50%;
    height: 100px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .counter-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 650px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vr-divider {
    display: none;
  }

  .text-block {
    display: none;
  }

  .reservations-heading {
    line-height: 30px;
  }

  .footer-contacts-text {
    text-decoration: none;
  }

  .contact-form {
    height: 75%;
  }

  .submit-button {
    margin-top: 145px;
  }

  .footer-socials {
    width: 100%;
    clear: none;
  }

  .down-arrow {
    z-index: 100;
    width: 31px;
  }

  .copyright-text {
    float: left;
    font-size: 12px;
    line-height: 16px;
  }

  .socials-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 73vh;
  }

  .slide-3.acc.room.ap-lux {
    background-position: 45% 100%;
  }

  .service-text {
    color: #a4afbb;
  }

  .arrow-left {
    z-index: 100;
    height: 87vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .arrow-right {
    z-index: 100;
    height: 87vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .span-1.accomodation {
    font-size: 15px;
  }

  .weather-check-in-out {
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    max-height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .table.no-pad.overflow.room-classic {
    width: 100%;
  }

  .t1-h1.data.center.long {
    margin-top: -15px;
  }

  .table-row-4-col.header {
    width: 100%;
  }

  .table-row-4-col.header.room-classic {
    width: 100%;
  }

  .table-row-4-col.data-row {
    width: 100%;
  }

  .table-row-4-col.data-row.room-classic {
    width: 100%;
  }

  .table-row-4-col.data-row.room-classic.acc {
    width: 100%;
  }

  .table-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-wrapper._100 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-wrapper._100.table {
    width: 90%;
    height: 450px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }

  .see-more-link {
    margin-top: 30px;
  }

  .see-more-text {
    font-size: 18px;
    line-height: 35px;
  }

  .see-more-icon {
    margin-top: 11px;
    font-size: 16px;
  }

  .slider-gradient {
    height: 30%;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(37%, rgba(0, 0, 0, 0.51))
    );
    background-image: linear-gradient(
      180deg,
      transparent,
      rgba(0, 0, 0, 0.51) 37%
    );
  }

  .slider-gradient.acc {
    height: 75%;
  }

  .hot-offer {
    display: none;
  }

  .room-share {
    margin-top: 70px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .share-span {
    font-size: 20px;
  }

  .check-in {
    /*width: 70%;*/
  }

  .footer-social-link {
    padding-right: 10px;
  }

  .footer-link-span {
    font-size: 40px;
  }

  .main-text-room {
    font-size: 15px;
  }

  .main-text-room.children {
    font-size: 15px;
  }

  .room-list {
    font-size: 15px;
  }

  .slide-6-ap-family.acc.room.ap-lux {
    background-image: url("../images/ap_rooms/double_exclusive/D15_09.webp");
    background-position: 60% 50%;
  }

  .copy-btn {
    font-size: 40px;
  }

  .html-embed {
    padding-right: 9%;
    padding-left: 9%;
  }

  .return {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 100;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .return-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 18px;
  }

  .return-span {
    font-size: 19px;
    font-weight: 400;
  }

  .mobile-menu-socials {
    font-family: "Font awesome 5 brands 400", sans-serif;
    font-size: 32px;
    text-decoration: none;
  }

  .mobile-menu-socials.share {
    font-family: "Font awesome 5 free solid 900", sans-serif;
  }

  .socials-mobile-wrapper {
    position: fixed;
    width: 100%;
    margin-top: 2%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-button-animated {
    width: 60px;
    height: 60px;
    margin-top: 17px;
    margin-right: 10px;
  }

  .nav-button-animated._2 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .top-line {
    width: 30px;
    height: 1px;
  }

  .middle-line {
    width: 30px;
    height: 1px;
  }

  .bottom-line {
    width: 30px;
    height: 1px;
  }

  .link-2 {
    text-decoration: none;
  }

  .link-3 {
    color: #fff;
    text-decoration: none;
  }

  .text-span-2 {
    color: #fff;
  }

  .link-4 {
    color: #fff;
    text-decoration: none;
  }

  .icon-2 {
    margin-top: 73vh;
    margin-bottom: 0px;
  }

  .icon-3 {
    margin-top: 73vh;
    margin-bottom: 0px;
  }

  .icon-4 {
    margin-top: 33vh;
  }

  .slider-icon {
    margin-top: 73vh;
  }

  .icon-6 {
    margin-top: 34vh;
  }

  .icon-7 {
    margin-top: 34vh;
  }

  .icon-8 {
    margin-top: 34vh;
  }

  .icon-9 {
    margin-top: 34vh;
  }

  .icon-10 {
    margin-top: 34vh;
  }

  .icon-11 {
    margin-top: 34vh;
  }

  .icon-12 {
    margin-top: 34vh;
  }

  .icon-13 {
    margin-top: 34vh;
  }

  .icon-14 {
    margin-top: 34vh;
  }

  .icon-15 {
    margin-top: 34vh;
  }

  .icon-16 {
    margin-top: 34vh;
  }

  .icon-17 {
    margin-top: 34vh;
  }

  .icon-18 {
    margin-top: 34vh;
  }

  .icon-19 {
    margin-top: 34vh;
  }

  .icon20 {
    margin-top: 73vh;
  }

  .slide-icon {
    margin-top: 73vh;
  }

  .check-clock {
    width: 50px;
    height: 50px;
    margin-top: -30px;
    font-size: 50px;
  }
}

#w-node-_068e365f-e946-e92a-9754-2e9f9c5150d9-1d704208 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_068e365f-e946-e92a-9754-2e9f9c5150e2-1d704208 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c08aa864-3050-7f3d-9602-2b4516d7b6e3-1d704208 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_068e365f-e946-e92a-9754-2e9f9c5150d9-2c3ad9af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_068e365f-e946-e92a-9754-2e9f9c5150e2-2c3ad9af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c08aa864-3050-7f3d-9602-2b4516d7b6e3-2c3ad9af {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_068e365f-e946-e92a-9754-2e9f9c5150d9-328ffbab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_068e365f-e946-e92a-9754-2e9f9c5150e2-328ffbab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c08aa864-3050-7f3d-9602-2b4516d7b6e3-328ffbab {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_794a2168-dbb1-9955-551e-8ccf29a5ed14-14fff05d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d77f011e-9c91-243e-e80f-3899ab0b28b0-14fff05d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ce1df2cd-3015-a022-a25c-30eeb35f2381-14fff05d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_18340098-ff44-5993-d1aa-ddc0ac1bfe65-14fff05d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_815350a3-9c69-fa0e-fb94-ceee8cde52e3-c60be232 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_815350a3-9c69-fa0e-fb94-ceee8cde52e6-c60be232 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f48-c60be232 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f4d-c60be232 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f54-c60be232 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f59-c60be232 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f5e-c60be232 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f63-c60be232 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f6a-c60be232 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_068e365f-e946-e92a-9754-2e9f9c5150d9-1d704208 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2623e8ec-60e8-4087-c6b0-3db1ed6ded4b-1d704208 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c08aa864-3050-7f3d-9602-2b4516d7b6e3-1d704208 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_794a2168-dbb1-9955-551e-8ccf29a5ed14-1a73a915 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d77f011e-9c91-243e-e80f-3899ab0b28b0-1a73a915 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ce1df2cd-3015-a022-a25c-30eeb35f2381-1a73a915 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_18340098-ff44-5993-d1aa-ddc0ac1bfe65-1a73a915 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_815350a3-9c69-fa0e-fb94-ceee8cde52e3-6e4ca58b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_815350a3-9c69-fa0e-fb94-ceee8cde52e6-6e4ca58b {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f48-6e4ca58b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f4d-6e4ca58b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f54-6e4ca58b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f59-6e4ca58b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f5e-6e4ca58b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f63-6e4ca58b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f6a-6e4ca58b {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_068e365f-e946-e92a-9754-2e9f9c5150d9-2c3ad9af {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2623e8ec-60e8-4087-c6b0-3db1ed6ded4b-2c3ad9af {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c08aa864-3050-7f3d-9602-2b4516d7b6e3-2c3ad9af {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_794a2168-dbb1-9955-551e-8ccf29a5ed14-a392d745 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d77f011e-9c91-243e-e80f-3899ab0b28b0-a392d745 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ce1df2cd-3015-a022-a25c-30eeb35f2381-a392d745 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_18340098-ff44-5993-d1aa-ddc0ac1bfe65-a392d745 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_815350a3-9c69-fa0e-fb94-ceee8cde52e3-f87a7064 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_815350a3-9c69-fa0e-fb94-ceee8cde52e6-f87a7064 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f48-f87a7064 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f4d-f87a7064 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f54-f87a7064 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f59-f87a7064 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f5e-f87a7064 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f63-f87a7064 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0e5b389-e22a-ee64-2368-59e5d8ea5f6a-f87a7064 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_068e365f-e946-e92a-9754-2e9f9c5150d9-328ffbab {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2623e8ec-60e8-4087-c6b0-3db1ed6ded4b-328ffbab {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c08aa864-3050-7f3d-9602-2b4516d7b6e3-328ffbab {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: "Font awesome 5 free 400";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-regular-400.ttf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-solid-900.ttf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-brands-400.ttf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

label[for="honeypot"],
#honeypot {
  display: none;
  visibility: hidden;
}

/* TABLE / IFRAME TABLE */

.pricing-frame {
  min-height: calc(7 * 40px + 80px);
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .pricing-frame {
    min-height: calc(7.25 * 60px + 80px);
    width: 100%;
  }
}

@media only screen and (max-width: 784px) {
  .pricing-frame {
    height: 421px;
    width: 100%;
    padding: 0px 8%;
  }
  .table-wrapper._100.table.iframe {
    height: 421px;
  }
}

.table-wrapper._100.table.iframe {
  width: 100%;
}

.table.no-pad.overflow {
  padding: 0px;
}
/* .table-wrapper._100.table.iframe {
  padding: 0px 8%;
} */

body.test {
  height: 100%;
}

@media only screen and (max-width: 400px) {
  .slide-icon,
  .arrow-container {
    margin-top: 67vh;
  }
  .nav-links,
  .lan-text {
    font-size: 15px;
  }
  .nav-link-wrapper,
  .nav-link-wrapper.end-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-link-wrapper.lan-end {
    padding-top: 19%;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 422px) {
  .t1-h1.data.center.long {
    margin-top: -8px !important;
  }
}
@media only screen and (max-width: 375px) {
  .t1-h1.data.center.long {
    margin-top: -15px !important;
  }
}
@media only screen and (max-width: 1264px) {
  .t1-h1.data.center {
    font-size: 12.5px !important;
  }
}

.slider-main {
  pointer-events: none;
}

.arrow-left,
.arrow-right,
.scroll-arrow-container {
  pointer-events: auto;
}

@media only screen and (max-width: 400px) {
  .slide-icon,
  .arrow-container {
    margin-top: 67vh;
  }
}