h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
textarea,
p,
body,
span {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  box-sizing: border-box;
}
a {
  transition: all 0.15s ease-in-out;
}
div,
article,
section,
img,
main,
input,
textarea {
  box-sizing: border-box;
  display: block;
}
input,
textarea,
img,
a,
option,
select,
button {
  outline: none;
}
.font {
  font-family: 'Encode Sans', sans-serif;
}
.font-title {
  font-family: 'Martel', serif;
}
.playfair {
  font-family: 'Playfair Display', serif;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin: 1em 30px;
}
html {
  font-size: 10px;
  font-family: 'Encode Sans', sans-serif;
}
body {
  font-size: 1.6rem;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
.title-underline {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4rem;
  height: 2px;
  left: 50%;
  background: #f4d99d;
  transform: translate(-50%, 0);
}
.title-underline--white::after {
  background: #fff;
}
.content {
  width: 100%;
  padding: 0 3rem;
  position: relative;
}
.content--big {
  max-width: 1780px;
  margin: 0 auto;
}
.content--regular {
  max-width: 1460px;
  margin: 0 auto;
}
.content--global {
  max-width: 1120px;
  margin: 0 auto;
}
.content--small {
  max-width: 900px;
  margin: 0 auto;
}
.content--special-offer {
  padding: 0 1.5rem;
}
.content--text-page {
  max-width: 930px;
  margin: 0 auto;
}
.section {
  padding: 15rem 0 10rem;
}
.section--no-bottom {
  padding-bottom: 0;
}
.section--no-top {
  padding-top: 0;
}
.section--small-padding {
  padding: 6rem 0;
}
.section--page {
  padding: 10rem 0 5rem 0;
}
.section:first-child {
  padding-top: 7rem;
}
.section-title {
  font-family: 'Martel', serif;
  font-size: 3rem;
  display: block;
  position: relative;
  text-align: center;
}
.section-subheading {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #a2a8ad;
  text-align: center;
  margin-top: 0.3rem;
}
.link {
  color: #00508f;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.hover-color::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.hover-color:hover::after {
  opacity: 0.4;
}
.button {
  font-size: 1.4rem;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  text-align: center;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 700;
}
.button--white {
  color: #000;
  background: #fff;
}
.button--white:hover {
  color: #fff;
  box-shadow: inset 0 -3.25em 0 0 #00508f;
}
.button--search {
  color: #fff;
  background: #cea155 url(../img/magnifier-white.svg) 2rem center / 1.8rem 1.8rem no-repeat;
  border: none;
  padding: 1.7rem 2rem;
  padding-left: 5rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  margin: 1.5rem;
}
.button--search:hover {
  color: #fff;
  background-color: #00508f;
}
.button--reservation-form.back {
  color: #00508f;
  background-color: #fff;
  border: 1px solid #e5f3f8;
  padding: 1.7rem 2rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.button--reservation-form.back:hover {
  color: #fff;
  background-color: #00508f;
  border: 1px solid #00508f;
}
.button--reservation-form.next {
  color: #fff;
  background: #cea155 url(../img/arrow-right-white-button.svg) right 2rem center / 3.3rem 1.5rem no-repeat;
  border: none;
  padding: 1.7rem 7rem 1.7rem 2rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.button--reservation-form.next:hover {
  color: #fff;
  background-color: #00508f;
}
.button--wired {
  color: #fff;
  border: 1px solid #fff;
}
.button--wired:hover {
  color: #000;
  box-shadow: inset 0 -3.25em 0 0 #fff;
}
.button-wrapper {
  text-align: center;
  display: block;
}
.wp-block-media-text {
  margin: 4rem 0;
}
.wp-block-columns:not(:last-of-type) {
  margin-bottom: 4rem;
}
.wp-block-column > *:first-of-type {
  margin-top: 0;
}
.global-style p a,
.global-style li a,
.global-style table a {
  color: #00508f;
  text-decoration: underline;
}
.global-style p a:hover,
.global-style li a:hover,
.global-style table a:hover {
  text-decoration: none;
}
.global-style p {
  margin: 2rem 0;
  font-size: 1.6rem;
  line-height: 2.7rem;
}
.global-style hr {
  border: 0;
  height: 1px;
  background: #000;
  clear: both;
  margin: 2rem 0;
}
.global-style h2 {
  margin: 5rem 0 2rem 0;
  font-size: 2.4rem;
  font-family: 'Martel', serif;
}
.global-style h3 {
  margin: 4rem 0 2rem 0;
  font-size: 2rem;
  font-family: 'Martel', serif;
}
.global-style h4 {
  margin: 3rem 0 2rem 0;
  font-size: 1.6rem;
  font-family: 'Martel', serif;
  text-transform: uppercase;
}
.global-style ol:not(.wp-block-gallery),
.global-style ul:not(.wp-block-gallery) {
  counter-reset: item;
  list-style: none;
  margin: 2rem 0;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 2.7rem;
}
.global-style ol:not(.wp-block-gallery) li,
.global-style ul:not(.wp-block-gallery) li {
  padding-left: 2.4rem;
  position: relative;
}
.global-style ol:not(.wp-block-gallery) li:not(:last-of-type),
.global-style ul:not(.wp-block-gallery) li:not(:last-of-type) {
  padding-bottom: 0.8rem;
}
.global-style ul:not(.wp-block-gallery) li {
  padding-left: 2rem;
}
.global-style ul:not(.wp-block-gallery) li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  background: #cea155;
}
.global-style ol li {
  padding-left: 3rem;
}
.global-style ol li::before {
  counter-increment: item;
  content: counter(item) '. ';
  color: #00508f;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
}
.global-style .wp-block-table,
.global-style table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 3rem 0;
}
.global-style .wp-block-table tr:first-of-type td,
.global-style table tr:first-of-type td {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: uppercase;
  border-bottom: 2px solid #d8d8d8;
}
.global-style .wp-block-table tr:hover,
.global-style table tr:hover {
  background-color: rgba(249, 247, 242, 0.5);
}
.global-style .wp-block-table td:nth-of-type(even),
.global-style table td:nth-of-type(even) {
  background-color: #fbf5e9;
}
.global-style .wp-block-table td,
.global-style table td {
  border-bottom: 1px solid #d8d8d8;
  padding: 1.5rem 2rem;
  vertical-align: top;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.global-style .wp-block-table td:first-of-type,
.global-style table td:first-of-type {
  text-align: left;
}
.global-style .wp-block-table td:last-of-type,
.global-style table td:last-of-type {
  text-align: right;
  white-space: nowrap;
  padding-left: 3rem;
}
.global-style .wp-block-table del,
.global-style table del {
  color: #cea155;
}
.global-style .wp-block-table em,
.global-style table em {
  font-style: normal;
  color: #949494;
}
.global-style .wp-block-image {
  margin: 3rem 0;
}
.top-bar {
  background: #fff;
  padding: 2rem 0;
}
.top-bar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu {
  display: flex;
  flex-wrap: nowrap;
}
.menu li {
  flex: 1 1 0;
  display: inline-block;
}
.menu li.current_page_item a {
  color: #cea155;
}
.menu li.one-level .sub-menu {
  display: block;
}
.menu > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 3rem 3rem;
  white-space: nowrap;
}
.menu > li > a:hover {
  color: #cea155;
}
.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.menu > li > .sub-menu {
  position: absolute;
  padding: 2.6rem 3rem;
  background: url(../img/submenu-background.svg) right bottom -15rem / auto no-repeat;
  background-color: #fbf5e9;
  display: flex;
  z-index: 50;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-top: 1rem;
}
.menu > li > .sub-menu::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fbf5e9;
  transform: rotate(45deg);
  top: -1rem;
  left: 5rem;
}
.menu > li > .sub-menu > li {
  display: block;
}
.menu > li > .sub-menu > li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.menu > li > .sub-menu > li > a {
  display: block;
  font-size: 1.4rem;
  color: #000;
  padding: 0.4rem 0;
}
.menu > li > .sub-menu > li > a:hover {
  color: #00508f;
}
.menu > li > .sub-menu > li.menu-item-has-children > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00508f;
  padding: 0;
  margin-bottom: 1.5rem;
}
.menu > li > .sub-menu > li.menu-item-has-children:not(:last-of-type) {
  margin-right: 4rem;
}
.menu > li > .sub-menu .sub-menu li {
  display: block;
}
.menu > li > .sub-menu .sub-menu li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.menu > li > .sub-menu .sub-menu a {
  display: block;
  font-size: 1.4rem;
  color: #000;
  padding: 0.4rem 0;
}
.menu > li > .sub-menu .sub-menu a:hover {
  color: #00508f;
}
.menu-search-language {
  display: flex;
  align-items: center;
}
.search:not(body) {
  position: relative;
  padding-left: 3rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
.search:not(body)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 4.4rem;
  background-color: #e1e8ee;
}
.search:not(body) input {
  border: none;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  color: #000;
  max-width: 13rem;
  min-width: 13rem;
}
.search:not(body) .icon-search {
  min-width: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/magnifier.svg) center / contain no-repeat;
}
.search:not(body) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.search:not(body) ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.search:not(body) :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.search:not(body) :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.language {
  padding: 1.5rem 0;
  padding-right: 1.6rem;
  background: url(../img/arrow-down.svg) center right / 0.9rem 0.6rem no-repeat;
  position: relative;
  z-index: 50;
  cursor: pointer;
}
.language:hover .other-languages {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.language .current-language {
  font-size: 1.4rem;
}
.language .other-languages {
  position: absolute;
  background-color: #fbf5e9;
  padding: 1rem 1.3rem;
  right: 0;
  top: 100%;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-top: 1rem;
}
.language .other-languages::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fbf5e9;
  transform: rotate(45deg);
  top: -0.5rem;
  right: 1.6rem;
}
.language .other-language {
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  display: block;
  padding: 0.3rem 0;
}
.language .other-language:hover {
  color: #00508f;
}
.header {
  z-index: 99;
  position: relative;
}
.header__info-panel {
  position: relative;
  z-index: 1;
}
.info-panel {
  display: block;
  width: 100vw;
  padding: 2.5rem 0;
  background-color: #ff00ff;
  color: #fff;
  font-family: 'Encode Sans', sans-serif;
  font-size: 3rem;
}
.info-panel__wrapper {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}
.hp-header-banner {
  position: relative;
}
.hp-header-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.hp-header-banner .content {
  z-index: 5;
}
.hp-header-banner .header-banner-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hp-header-banner .header-banner-slider .slick-slide,
.hp-header-banner .header-banner-slider .slick-list,
.hp-header-banner .header-banner-slider .slick-track {
  height: 100%;
}
.hp-header-banner .header-banner-slider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header-banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header-services-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 83rem;
}
.header-services-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.header-service {
  padding: 2rem;
  max-width: 32rem;
  position: relative;
  top: 15rem;
}
.header-service__title {
  text-align: center;
  text-shadow: 0 0 8px black;
  font-family: 'Martel', serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.4rem;
}
.header-service:hover .header-service__content {
  opacity: 1;
  visibility: visible;
}
.header-service__content {
  position: relative;
  display: block;
  background: #fff;
  transition: all 0.15s ease-in-out;
  padding: 2.5rem;
  color: #000;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.header-service__content-title {
  font-size: 2.4rem;
  font-family: 'Martel', serif;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.header-service__content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4rem;
  height: 2px;
  left: 50%;
  background: #f4d99d;
  transform: translate(-50%, 0);
}
.header-service__content-title--white::after {
  background: #fff;
}
.header-service p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 6rem 0;
}
.header-service__link {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.header-service__link:hover {
  text-decoration: none;
}
.section--hp-1 {
  padding: 10rem 0;
  background: url(../img/logo-background.jpg) center bottom / 100% auto no-repeat;
}
.section--hp-3 {
  padding: 7rem 0;
}
.hp-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.5rem;
}
.hp-articles--home {
  margin-top: 5rem;
}
.hp-articles .article {
  flex-basis: calc(25% - 3rem);
  margin: 1.5rem;
  background-color: #eef3f7;
  position: relative;
}
.hp-articles .article:hover .article__header::after {
  opacity: 0.5;
}
.hp-articles .article__header {
  position: relative;
  min-height: 18rem;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem;
  padding-bottom: 1rem;
  text-shadow: 0 0 4px black;
}
.hp-articles .article__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.hp-articles .article__header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.hp-articles .article__header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hp-articles .article__title {
  position: relative;
  z-index: 5;
  color: #fff;
  font-family: 'Martel', serif;
  font-size: 2.2rem;
}
.hp-articles .article__title::after {
  left: 0;
  transform: none;
}
.hp-articles .article__content {
  padding: 1.5rem 2.5rem;
  color: #000;
}
.hp-articles .article__content ul li,
.hp-articles .article__content p {
  font-size: 1.6rem !important;
  line-height: 2.7rem;
}
.hp-articles .article__content ul li::before {
  background-color: #cea155 !important;
  top: 1rem !important;
}
.hp-articles .article--show-posts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-articles .article--show-posts .button {
  position: relative;
  z-index: 5;
}
.hp-articles .article--show-posts img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hp-testamonial {
  padding-top: 10rem;
  text-align: center;
}
.hp-testamonial__text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
}
.hp-testamonial__quote {
  font-size: 2.3rem;
  line-height: 3.1rem;
  color: #005698;
  margin-top: 4rem;
  font-family: 'Playfair Display', serif;
}
.hp-testamonial__author {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-family: 'Martel', serif;
  letter-spacing: 0.15rem;
}
.js-stays {
  display: flex;
  margin-top: 5rem;
}
.js-stays .slick-slide {
  padding: 0 1.5rem;
}
.stays-item {
  position: relative;
  text-align: center;
  padding: 4rem;
  min-height: 25.8rem;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}
.stays-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
}
.stays-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.stays-item:hover::after {
  opacity: 0.4;
}
.stays-item:hover .stays-item__title {
  padding-bottom: 3rem;
}
.stays-item__title {
  font-family: 'Martel', serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
  z-index: 3;
  transition: all 0.15s ease-in-out;
  text-shadow: 0 0 4px black;
}
.stays-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slick-arrow {
  color: transparent;
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 4px solid #fff;
  background: url(../img/arrow-left-slider.svg) center / 1.5rem 1.4rem no-repeat;
  background-color: #00508f;
  transform: translate(0, -50%);
  z-index: 10;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.slick-arrow:hover {
  background-color: #cea155;
}
.slick-prev {
  left: -1rem;
}
.slick-next {
  right: -1rem;
  transform: translate(0, -50%) rotate(180deg);
}
.slick-disabled {
  background-color: #a2a8ad;
  cursor: not-allowed;
}
.slick-disabled:hover {
  background-color: #8e9499;
}
.section-hp-3 {
  background: url(../img/houses-background.jpg) center / 100% auto no-repeat;
  padding-top: 5rem;
}
.spa-houses {
  margin-top: 5rem;
  display: flex;
}
.spa-houses-other {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -1.5rem;
  flex-basis: 100%;
}
.spa-house {
  flex-basis: calc(33.33% - 3rem);
  margin: 1.5rem;
  position: relative;
  max-width: 25.8rem;
  min-height: 25.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
}
.spa-house:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.spa-house::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.spa-house:hover::after {
  opacity: 0.4;
}
.spa-house__title {
  font-family: 'Martel', serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
  z-index: 3;
  transition: all 0.15s ease-in-out;
  opacity: 1;
  visibility: visible;
  text-align: center;
  text-shadow: 0 0 3px black;
}
.spa-house__inner {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  z-index: 3;
  transition: all 0.15s ease-in-out;
  margin-top: 3rem;
  flex-basis: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px black;
}
.spa-house__inner::before {
  content: "";
  position: absolute;
  top: -1rem;
  width: 4rem;
  height: 3px;
  left: 50%;
  background: #f4d99d;
  transform: translate(-50%, 0);
}
.spa-house__inner::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  width: 3.2rem;
  height: 1.5rem;
  left: 50%;
  background: #f4d99d;
  transform: translate(-50%, 0);
  background: url(../img/yellow-arrow-right.svg) center / 3.2rem 1.5rem no-repeat;
}
.spa-house:hover .spa-house__title {
  opacity: 0;
  visibility: hidden;
  margin-top: -3rem;
}
.spa-house:hover .spa-house__inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.spa-house__text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
}
.spa-house img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spa-house-big {
  flex-basis: 100%;
  padding: 5rem;
  position: relative;
  min-height: 54.6rem;
  max-width: 54.6rem;
  display: block;
  margin-right: 3rem;
}
.spa-house-big:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.spa-house-big::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.spa-house-big:hover::after {
  opacity: 0.4;
}
.spa-house-big:hover::before {
  opacity: 0.4;
}
.spa-house-big:hover .spa-house-big__text::after {
  opacity: 1;
  visibility: visible;
  bottom: -5rem;
}
.spa-house-big__title {
  text-align: left;
  font-family: 'Martel', serif;
  color: #fff;
  font-size: 2.8rem;
  line-height: 3.2rem;
  position: relative;
  z-index: 3;
  text-shadow: 0 0 5px black;
}
.spa-house-big__title::after {
  left: 0;
  transform: none;
}
.spa-house-big__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  position: relative;
  z-index: 3;
  font-weight: 500;
  max-width: 20rem;
  display: inline-block;
  margin-top: 0.8rem;
  text-shadow: 0 0 5px black;
}
.spa-house-big__text::after {
  content: "";
  position: absolute;
  bottom: -8rem;
  width: 3.2rem;
  height: 1.5rem;
  left: 0;
  background: #f4d99d;
  background: url(../img/yellow-arrow-right.svg) center / 3.2rem 1.5rem no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
.spa-house-big img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.we-choose {
  display: flex;
  margin: -1.5rem;
}
.we-choose-item {
  flex-basis: calc(33.33% - 3rem);
  margin: 1.5rem;
  max-width: 45.1rem;
  min-height: 46rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem;
}
.we-choose-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.we-choose-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.we-choose-item:hover::after {
  opacity: 0.4;
}
.we-choose-item__title {
  text-align: left;
  font-family: 'Martel', serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.2rem;
  position: relative;
  z-index: 3;
  text-shadow: 0 0 4px black;
}
.we-choose-item__title::after {
  left: 0;
  transform: none;
}
.we-choose-item__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  position: relative;
  z-index: 3;
  font-weight: 500;
  display: inline-block;
  margin-top: 0.8rem;
  text-shadow: 0 0 3px black;
}
.we-choose-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-hp-5 {
  background: url(../img/logo-background.jpg) center bottom / 100% auto no-repeat;
  padding-top: 3rem;
}
.video-wrapper {
  max-width: 84rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  cursor: pointer;
}
.video-wrapper:hover .play-video {
  background-color: #cea155;
}
.video-wrapper:hover .play-video::after {
  opacity: 0.5;
  width: 11rem;
  height: 11rem;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 10;
  display: none;
}
.video-wrapper iframe.visible {
  display: block;
}
.video-wrapper .play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  background: url(../img/play.svg) center / 1.8rem 1.9rem no-repeat;
  background-color: #00508f;
  transition: all 0.15s ease-in-out;
  z-index: 2;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.5);
}
.video-wrapper .play-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.3;
  transition: all 0.15s ease-in-out;
}
.video-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section--special-offer {
  padding-top: 3rem !important;
  padding-bottom: 7rem !important;
}
.section--special-offer .slick-slide {
  padding: 0 1.5rem;
}
.special-offer {
  position: relative;
  min-height: 54rem;
}
.special-offer__info {
  position: relative;
  margin-right: 4rem;
  margin-left: auto;
  z-index: 2;
  background: url(../img/favicon-yellow.svg) right -80% center / 30rem auto no-repeat;
  background-color: #f4d99d;
  max-width: 48rem;
  width: 100%;
  padding: 3.5rem;
}
.special-offer__subheading {
  color: #c9ab68;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.special-offer__title {
  font-family: 'Martel', serif;
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: #8c6c3a;
  margin-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.special-offer__title::after {
  background: #c9ab68;
  left: 0;
  transform: none;
}
.special-offer__text {
  line-height: 2.1rem;
  color: #8c6c3a;
}
.special-offer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 1rem;
  height: calc(100% - 1rem);
}
.special-offer .button {
  margin-top: 3rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}
.special-offer .button:hover {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.25), inset 0 -3.25em 0 0 #00508f;
}
.footer {
  background: #eef3f7;
}
.footer .content--footer {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.footer .footer-columns {
  display: flex;
  justify-content: space-between;
}
.footer .footer-column__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #868686;
  margin-bottom: 2rem;
}
.footer .footer-column--first {
  flex-grow: 3;
  margin-right: 6rem;
}
.footer .footer-column--second {
  flex-grow: 2;
  margin-right: 6rem;
}
.footer .footer-column--third {
  flex-grow: 2;
}
.copyright {
  background: #fff;
  padding: 4rem 0;
  text-align: center;
  color: #b7b7b7;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.footer-menu {
  column-count: 3;
  column-gap: 8rem;
}
.footer-menu li {
  display: block;
  margin-bottom: 0.7rem;
}
.footer-menu a {
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #000;
  margin-bottom: 0.5rem;
  display: block;
}
.footer-menu a:hover {
  color: #cea155;
}
.socials {
  display: flex;
}
.social {
  margin-right: 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e4e7;
  transition: all 0.15s ease-in-out;
}
.social path {
  transition: all 0.15s ease-in-out;
}
.social:hover {
  background: #fff;
}
.social:hover path {
  fill: #cea155;
}
.arrow-up {
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: url(../img/arrow-up.svg) center / 1.4rem 1.6rem no-repeat;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #eef3f7;
  right: 0;
  bottom: -2.5rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.arrow-up:hover {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}
.spa-house-list {
  padding: 10rem 0 5rem 0;
  display: flex;
  position: relative;
}
.spa-house-list:nth-of-type(even) .spa-house-list-big {
  order: 2;
  margin-left: 3rem;
  margin-right: 0;
}
.spa-house-list:nth-of-type(even) .shadow-title {
  right: auto;
  left: -10rem;
}
.shadow-title {
  font-size: 12rem;
  color: #f7fafb;
  position: absolute;
  top: 0rem;
  right: -10rem;
  font-family: 'Martel', serif;
  z-index: -1;
}
.spa-house-list-big {
  flex-basis: 100%;
  padding: 5rem;
  position: relative;
  min-height: 54.6rem;
  max-width: 54.6rem;
  margin-right: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
.spa-house-list-big:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
}
.spa-house-list-big::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.spa-house-list-big:hover::after {
  opacity: 0.4;
}
.spa-house-list-big:hover .spa-house-big__text::after {
  opacity: 1;
  visibility: visible;
  bottom: -5rem;
}
.spa-house-list-big__title {
  text-align: left;
  font-family: 'Martel', serif;
  color: #fff;
  font-size: 3.4rem;
  line-height: 4rem;
  position: relative;
  z-index: 3;
  max-width: 30rem;
  text-shadow: 0 0 5px black;
}
.spa-house-list-big__title::after {
  left: 0;
  transform: none;
}
.spa-house-list-big img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spa-house-list-big .button {
  position: relative;
  z-index: 3;
}
.spa-house-list-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spa-house-list-info p {
  line-height: 2.4rem;
  margin-bottom: 2.5rem;
}
.spa-house-list-info p:first-of-type {
  margin-top: -0.5rem;
}
.spa-houses-list-other {
  display: flex;
  margin: -1.5rem;
}
.spa-house-list-normal {
  flex-basis: calc(33.33% - 3rem);
  margin: 1.5rem;
  position: relative;
  max-width: 25.8rem;
  min-height: 25.8rem;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-shadow: 0 0 4px black;
}
.spa-house-list-normal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.spa-house-list-normal::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.spa-house-list-normal:hover::after {
  opacity: 0.4;
}
.spa-house-list-normal .inside-wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
}
.spa-house-list-normal__title {
  font-family: 'Martel', serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.2rem;
  transition: all 0.15s ease-in-out;
  flex-basis: 100%;
}
.spa-house-list-normal__subheading {
  position: relative;
  flex-basis: 100%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.spa-house-list-normal .button {
  margin: 0 auto;
  margin-top: 2rem;
}
.spa-house-list-normal__text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
}
.spa-house-list-normal img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-contacts {
  max-width: 70rem;
  margin: 0 auto;
  background-color: #ffebca;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.main-contacts__phone,
.main-contacts__email {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  padding: 0 3rem 0 8rem;
  line-height: 3.1rem;
}
.main-contacts__phone {
  background: url(../img/contact-phone.svg) 3rem center / auto 3.1rem no-repeat;
}
.main-contacts__email {
  background: url(../img/contact-email.svg) 3rem center / auto 2.5rem no-repeat;
  text-decoration: underline;
}
.main-contacts__email:hover {
  text-decoration: none;
}
.contact-title {
  font-family: 'Martel', serif;
  font-size: 2.4rem;
  display: block;
  position: relative;
  text-align: center;
}
.contact-title::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 13rem;
  bottom: 0.3rem;
  height: 1.5rem;
  background-color: rgba(0, 139, 191, 0.1);
  transform: translate(-50%, 0);
}
.spa-contacts {
  column-count: 5;
  column-gap: 7rem;
  column-rule: 1px solid #d8d8d8;
  margin-top: 4rem;
}
.spa-contacts div {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  display: table;
}
.global-contact-style h4 {
  font-size: 1.8rem;
  margin-bottom: -2rem;
}
.global-contact-style p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 2rem 0;
}
.global-contact-style a:not(.button) {
  color: #00508f;
  text-decoration: underline;
}
.global-contact-style a:not(.button):hover {
  text-decoration: none;
}
.global-contact-style table td {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.global-contact-style del {
  color: #cea155;
}
.global-contact-style em {
  font-style: normal;
  color: #949494;
}
.procedures-reservation {
  background-color: #e5f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  margin: 8rem 0;
}
.reservation {
  padding: 1rem 0;
}
.reservation:not(:last-of-type) {
  margin-right: 5rem;
  padding-right: 3rem;
  border-right: 1px solid #acc8d2;
}
.reservation__title {
  font-family: 'Martel', serif;
  font-size: 1.8rem;
}
.reservation__phone {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  padding: 0.2rem 3rem 0.2rem 8rem;
  line-height: 3.1rem;
  background: url(../img/contact-phone.svg) 3rem center / auto 3rem no-repeat;
  white-space: nowrap;
}
.contact-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 86rem;
  margin: 0 auto;
}
.contact-information .text-wrapper,
.contact-information .image-wrapper {
  flex-basis: 50%;
  padding: 0 5rem;
}
.contact-information .image-wrapper {
  flex-basis: 48%;
}
.contact-information .text-wrapper {
  flex-basis: 52%;
}
.three-columns {
  display: flex;
  margin: -3.5rem;
  margin-top: 4rem;
}
.three-columns .column {
  flex-basis: calc(33.33% - 7rem);
  margin: 3.5rem;
}
.section-transporation {
  padding-top: 15rem;
}
.transportation h4 {
  font-size: 2.2rem;
  margin: 1.5rem 0 -1rem;
}
.transportation table {
  border-collapse: collapse;
}
.transportation table td {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 1.5rem 0;
  vertical-align: top;
}
.transportation table td:last-of-type {
  text-align: right;
  white-space: nowrap;
  padding-left: 3rem;
}
.transportation .button {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #fff;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 6rem;
  background: url(../img/transportation.svg) 2rem center / 1.9rem auto no-repeat;
  background-color: #cea155;
}
.transportation .button:hover {
  background-color: #00508f;
}
.procedure {
  display: flex;
  position: relative;
  margin-top: 7rem;
}
.procedure__image {
  flex-basis: 100%;
  padding: 5rem;
  position: relative;
  min-height: 54.6rem;
  max-width: 54.6rem;
  display: block;
  margin-right: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
.procedure__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}
.procedure__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.procedure__image:hover::after {
  opacity: 0.4;
}
.procedure__image:hover::before {
  opacity: 0.4;
}
.procedure__image:hover .spa-house-big__text::after {
  opacity: 1;
  visibility: visible;
  bottom: -5rem;
}
.procedure__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.procedure__image .button {
  position: relative;
  z-index: 3;
  padding-left: 5rem;
  background: url(../img/pricelist.svg) 2rem center / 1.8rem 1.9rem no-repeat;
  color: #000;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.procedure__image .button:hover,
.procedure__image .button.active {
  background-color: #00508f;
  color: #fff;
  background-image: url(../img/pricelist-white.svg);
}
.procedure__info {
  width: 100%;
}
.procedure__info a {
  color: #00508f;
  text-decoration: underline;
}
.procedure__info a:hover {
  text-decoration: none;
}
.procedure__title {
  text-align: left;
  font-family: 'Martel', serif;
  color: #fff;
  font-size: 3.4rem;
  line-height: 4.6rem;
  position: relative;
  z-index: 3;
  max-width: 30rem;
  text-shadow: 0 0 5px black;
}
.procedure__title::after {
  left: 0;
  transform: none;
}
.procedure .shadow-title {
  top: -3rem;
}
.procedure p {
  line-height: 2.4rem;
  margin-bottom: 2.5rem;
}
.procedure p:first-of-type {
  margin-top: -0.5rem;
}
.procedure ul:first-of-type {
  margin-top: -0.3rem;
}
.procedure li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.procedure li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00508f;
}
.icons {
  display: flex;
  margin-top: 7rem;
}
.icons .icon {
  border-right: 1px solid #e0ecf0;
  max-width: 15rem;
  flex-shrink: 0;
  flex-grow: 1;
  text-align: center;
  padding: 2rem;
}
.icons .icon img {
  margin: 0 auto;
}
.icons .icon__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
}
.icons .icon__icon {
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.icons .button {
  flex-basis: 10%;
  align-self: center;
  background: #cea155;
  color: #fff;
  margin-left: 4rem;
  padding: 2rem 5rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}
.icons .button:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05), inset 0 -4.25em 0 0 #00508f;
}
.price-table {
  width: 100%;
  max-width: 100%;
}
.price-table__wrapper {
  width: 100%;
  overflow-x: auto;
}
.price-table .pricelist-note {
  margin-top: 1em;
}
.price-table table {
  margin-top: 4rem;
  border-collapse: collapse;
  table-layout: fixed;
  white-space: nowrap;
}
.price-table table .board-division th {
  white-space: initial;
  font-size: 0.6em;
}
.price-table table tr th {
  font-weight: 700;
  color: white;
  background-color: #cea155;
  white-space: nowrap;
}
.price-table table tr th,
.price-table table tr td {
  border: 1px solid #d9b77d;
  padding: 2px 5px;
  font-size: 1em;
}
.price-table table tr th:nth-child(1),
.price-table table tr td:nth-child(1) {
  width: 25%;
}
.price-table table tr th:nth-child(2),
.price-table table tr td:nth-child(2) {
  width: 20%;
}
.house-header {
  position: relative;
  min-height: 83rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.house-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.house-header .inside-wrapper {
  max-width: 84rem;
  padding-top: 20rem;
  position: relative;
  z-index: 5;
  text-align: center;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.house-header__back {
  color: #fff;
  padding-left: 5.5rem;
  background: url(../img/arrow-left-white-header.svg) 1rem center / 3.3rem 1.4rem no-repeat;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}
.house-header__back:hover {
  text-decoration: none;
  background-position: left center;
}
.house-header__title {
  font-family: 'Martel', serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1em;
  text-shadow: 0 0 10px black;
}
.house-header__title small {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: -2.5rem;
  display: block;
}
.house-header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.house-header p {
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 2.7rem;
  text-shadow: 0 0 5px black;
}
.house-informations {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
  justify-content: left;
}
.house-item {
  flex-basis: calc(33.33% - 3rem);
  margin: 1.5rem;
  background-color: #eef3f7;
}
.house-item__header {
  position: relative;
  min-height: 18rem;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem;
  padding-bottom: 1rem;
}
.house-item__header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.house-item__title {
  position: relative;
  z-index: 5;
  color: #fff;
  font-family: 'Martel', serif;
  font-size: 2.2rem;
}
.house-item__title::after {
  left: 0;
  transform: none;
}
.house-item__content {
  padding: 1.5rem 2.5rem;
}
.house-item__content ul li,
.house-item__content p {
  font-size: 1.6rem !important;
  line-height: 2.7rem;
}
.house-item__content ul li::before {
  background-color: #cea155 !important;
  top: 1rem !important;
}
.house-item__content a {
  color: #00508f !important;
}
.map-wrapper {
  margin-top: 5rem;
}
.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 40rem;
  border: none;
}
.page-header {
  position: relative;
  min-height: 36rem;
}
.page-header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.documents__title {
  font-family: 'Martel', serif;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.documents:not(:first-of-type) {
  margin-top: 7rem;
}
.document {
  border-top: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  padding: 2.2rem 1.5rem 2.5rem 6.5rem;
  background: url(../img/icon-pdf.svg) 1.5rem center / 2.6rem 3.4rem no-repeat;
}
.document:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.document__title {
  color: #00508f;
  text-decoration: underline;
}
.document__file-size {
  color: #949494;
}
.document:hover .document__title {
  text-decoration: none;
}
.content--menu {
  display: flex;
  align-items: flex-start;
}
.content--menu .sidebar {
  margin-right: 3rem;
  transition: all 0.15s ease-in-out;
}
.content-with-menu {
  flex-basis: 100%;
}
.sidebar {
  position: relative;
  z-index: 20;
}
.sidebar-menu {
  min-width: 32rem;
  max-width: 32rem;
  background: #fff;
}
.sidebar-menu > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  padding: 1.3rem 2rem;
  background-color: #fbf5e9;
  border-top: 1px solid #e5dcc8;
  border-bottom: 1px solid #e5dcc8;
  margin-bottom: -1px;
}
.sidebar-menu .sub-menu {
  padding: 1rem 0;
}
.sidebar-menu .sub-menu .current-menu-item a {
  text-decoration: underline;
}
.sidebar-menu .sub-menu a {
  padding: 0.5rem 2rem;
  color: #00508f;
  display: block;
  font-size: 1.4rem;
}
.sidebar-menu .sub-menu a:hover {
  text-decoration: underline;
}
.sidebar-menu .menu-item-has-children:not(.current-menu-parent) > a {
  background-color: #fbf5e9;
  position: relative;
}
.sidebar-menu .menu-item-has-children:not(.current-menu-parent) > a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/menu-arrow-down.svg) center center / 1.1rem 0.7rem no-repeat;
  width: 1.1rem;
  height: 0.7rem;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.sidebar-menu .menu-item-has-children:not(.current-menu-parent) .open::after {
  transform: translate(0, -50%) rotate(180deg);
}
.sidebar-menu .menu-item-has-children:not(.current-menu-parent) .sub-menu {
  display: none;
}
.sidebar-menu .current-menu-parent > a {
  position: relative;
  color: #fff;
  border-top: 1px solid #004685;
  border-bottom: 1px solid #004685;
  background-color: #00508f;
}
.sidebar-menu .current-menu-parent > a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  background: url(../img/menu-arrow-up.svg) center center / 1.1rem 0.7rem no-repeat;
  width: 1.1rem;
  height: 0.7rem;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  transform: translate(0, -50%) rotate(180deg);
}
.sidebar-menu .current-menu-parent > a.open::after {
  transform: translate(0, -50%);
}
.wp-block-columns {
  align-items: center;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  clear: both;
}
.alignright {
  float: right;
  clear: both;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
}
.souvenirs {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.souvenir {
  display: block;
  flex-basis: calc(20% - 3rem);
  margin: 1.5rem;
  border: 1px solid #dfe7ea;
  padding: 1.4rem;
}
.souvenir__title {
  padding-top: 1.4rem;
  font-size: 1.6rem;
  color: #00508f;
  font-family: 'Martel', serif;
  text-align: center;
}
.souvenir__title-wrapper {
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.pagination ul {
  margin: 0 auto;
  text-align: center;
}
.pagination ul li {
  position: inherit;
  padding: 0;
  margin: 0;
}
.pagination li a {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  padding: 0.8rem 1.3rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background: #eacf93;
  color: #8c6c3a;
  margin: 0 0.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
.pagination li {
  display: inline-block;
}
.pagination li.active a {
  color: #000;
  background: #fff;
  cursor: default;
}
.pagination li.active a:hover {
  color: #000;
  background: #fff;
}
.pagination li a:hover {
  background: #00508f;
  color: #fff;
  text-decoration: none;
}
.pagination li::before {
  content: none !important;
}
.sticky-contact {
  position: fixed;
  z-index: 50;
  top: 50%;
  right: 0;
  background: #f4d99d url(../img/phone-contact.svg) 1.8rem center / 1.8rem 1.8rem no-repeat;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #8c6c3a;
  display: inline-block;
  padding: 1.5rem 1rem 1.5rem 4.6rem;
}
.mobile-menu-wrapper {
  box-shadow: 0 30px 30px -5px rgba(0, 0, 0, 0.5);
  background-color: #fbf5e9;
  padding: 0.5rem;
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fbf5e9;
  transform: rotate(45deg);
  top: -0.5rem;
  right: 3.5rem;
}
.mobile-menu > li {
  display: block;
  position: relative;
  z-index: 2;
}
.mobile-menu > li.menu-item-has-children > a {
  background: url(../img/menu-arrow-down.svg) right 1.5rem center / auto no-repeat;
}
.mobile-menu > li.menu-item-has-children > a.open {
  background: url(../img/menu-arrow-up.svg) right 1.5rem center / auto no-repeat;
  color: #fff;
  background-color: #cea155;
}
.mobile-menu > li > a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  margin: -1px 0;
  border-top: 1px solid #efe7d6;
  border-bottom: 1px solid #efe7d6;
  display: block;
}
.mobile-menu > li > .sub-menu {
  background-color: #fefcf7;
  display: none;
}
.mobile-menu > li > .sub-menu > li {
  position: relative;
}
.mobile-menu > li > .sub-menu > li.menu-item-has-children > a {
  background: url(../img/menu-arrow-down.svg) right 1.5rem center / auto no-repeat;
}
.mobile-menu > li > .sub-menu > li.menu-item-has-children > a.open {
  background: url(../img/menu-arrow-up-yellow.svg) right 1.5rem center / auto no-repeat;
  color: #cea155;
  background-color: #f7e9cd;
}
.mobile-menu > li > .sub-menu > li > a {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  padding-left: 3.5rem;
  color: #00508f;
  display: block;
  margin: -1px 0;
  border-top: 1px solid #efe7d6;
  border-bottom: 1px solid #efe7d6;
}
.mobile-menu > li > .sub-menu > li > .sub-menu {
  padding: 1rem 0;
  display: none;
}
.mobile-menu > li > .sub-menu > li > .sub-menu li.current-menu-item a {
  color: #cea155;
}
.mobile-menu > li > .sub-menu > li > .sub-menu a {
  font-size: 13px;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  padding-left: 5.5rem;
  color: #000;
  display: block;
}
.js-open-submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  bottom: 0;
  z-index: 5;
}
.menu-hamburger svg,
.search-icon svg {
  transition: all 0.15s ease-in-out;
}
.menu-hamburger.active svg,
.search-icon.active svg {
  fill: #cea155;
}
.mobile-language-switcher {
  max-width: 3rem;
  margin: 0 auto;
}
.mobile-language-switcher .other-languages {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  background: #cea155;
}
.mobile-language-switcher .other-languages::after {
  background-color: #cea155;
}
.mobile-menu-search {
  display: none;
}
.mobile-swipe {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
.header-services-wrapper.slick-initialized + .mobile-swipe {
  display: block;
}
.hide-submenu-mobile {
  text-align: right;
  background: url(../img/arrow-submenu-left.svg) right 1rem center / 0.7rem 1rem no-repeat;
  background-color: #fbf5e9;
  padding: 0.5rem 1rem;
  padding-right: 3rem;
  font-size: 1.2rem;
  display: none;
}
.show-submenu-mobile {
  background: url(../img/arrow-submenu-right.svg) right 1rem center / 0.7rem 1rem no-repeat;
  background-color: #fbf5e9;
  padding: 0.5rem 1rem;
  padding-right: 3rem;
  font-size: 1.2rem;
  display: none;
  margin-bottom: 2rem;
  margin-top: -2rem;
}
.mobile-search-wrapper {
  background-color: #fbf5e9;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 100;
  left: 1rem;
  right: 1rem;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mobile-search-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.mobile-search-wrapper::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fbf5e9;
  transform: rotate(45deg);
  top: -0.5rem;
  right: 4.5rem;
}
.mobile-search-wrapper form {
  display: flex;
}
.mobile-search-wrapper form input {
  background: #fbf5e9;
  padding-left: 0;
}
.mobile-search-wrapper form .search-button {
  background: #fbf5e9;
  border: none;
  position: relative;
  z-index: 5;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
.mobile-search-wrapper form .search-button:hover {
  color: #fff;
  background: #00508f;
}
.error404banner {
  display: block;
  height: 8rem;
  background: url(../img/reservation-line.jpg) left top / 100% auto repeat-y;
}
.button-reservation-wrapper {
  display: flex;
  flex-flow: row-reverse;
  flex-grow: 1;
  flex-basis: 50%;
}
.no-matched-procedures {
  display: none;
  text-align: center;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 700;
}
.nothing-found {
  text-align: center;
  margin-top: 4rem;
  font-weight: 700;
}
.search-results-wrapper {
  margin-top: 2rem;
}
.search-result-item {
  padding: 4rem 0;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
.search-result-item__image {
  margin-right: 4rem;
  flex-shrink: 0;
}
.search-result-item__title {
  color: #00508f;
  font-size: 2rem;
  text-decoration: underline;
  display: inline-block;
  font-weight: 700;
  font-family: 'Martel', serif;
}
.search-result-item__title:hover {
  color: #cea155;
  text-decoration: none;
}
.search-result-item__url {
  font-size: 1.4rem;
  color: #949494;
  display: block;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.search-result-item p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  max-width: 84rem;
}
.pagination-search .pagination {
  display: block;
  text-align: left;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
}
.pagination-search .pagination ul {
  margin: 0;
  text-align: left;
}
.pagination-search .pagination ul li {
  position: inherit;
  padding: 0;
  margin: 0;
}
.pagination-search .pagination li a {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  padding: 1.4rem 1.9rem;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin: 0 0.2rem;
  border-radius: 2px;
  border: 1px solid #dbe4e8;
  background-color: #fff;
  color: #00508f;
}
.pagination-search .pagination li {
  display: inline-block;
}
.pagination-search .pagination li.active a {
  color: #fff;
  background: #cea155;
  cursor: default;
}
.pagination-search .pagination li.active a:hover {
  color: #fff;
  background: #cea155;
}
.pagination-search .pagination li a:hover {
  background: #00508f;
  color: #fff;
  text-decoration: none;
}
.pagination-search .pagination li::before {
  content: none !important;
}
.house-gallery {
  max-height: 53rem;
}
.house-gallery .slick-slide {
  position: relative;
}
.house-gallery .slick-slide:hover .house-gallery__caption {
  opacity: 1;
}
.house-gallery__caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
[id^="gallery"].gallery,
.wp-block-gallery {
  margin: 2rem -1rem;
  text-align: center;
}
[id^="gallery"].gallery a,
.wp-block-gallery a {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  transition: all 0.15s ease-in-out;
  border: none !important;
  padding: 0 !important;
}
[id^="gallery"].gallery a:before,
.wp-block-gallery a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #cea155;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
[id^="gallery"].gallery a:hover:before,
.wp-block-gallery a:hover:before {
  opacity: 0.4;
}
[id^="gallery"].gallery .gallery-item,
.wp-block-gallery .gallery-item {
  display: inline-block;
  margin: 1rem !important;
  font-size: 0;
}
[id^="gallery"].gallery img,
.wp-block-gallery img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto !important;
}
[id^="gallery"].gallery.gallery-columns-6 .gallery-item,
.wp-block-gallery.gallery-columns-6 .gallery-item {
  width: calc(16.6% - 2rem);
}
[id^="gallery"].gallery.gallery-columns-5 .gallery-item,
.wp-block-gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - 2rem);
}
[id^="gallery"].gallery.gallery-columns-4 .gallery-item,
.wp-block-gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 2rem);
}
[id^="gallery"].gallery.gallery-columns-3 .gallery-item,
.wp-block-gallery.gallery-columns-3 .gallery-item {
  width: calc(33.3% - 2rem);
  margin: 1rem;
  max-width: 280px;
}
[id^="gallery"].gallery.gallery-columns-2 .gallery-item,
.wp-block-gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 600px) {
  [id^="gallery"].gallery.gallery-columns-6 .gallery-item,
  .wp-block-gallery.gallery-columns-6 .gallery-item {
    width: calc(25% - 2rem);
  }
  [id^="gallery"].gallery.gallery-columns-5 .gallery-item,
  .wp-block-gallery.gallery-columns-5 .gallery-item {
    width: calc(25% - 2rem);
  }
  [id^="gallery"].gallery.gallery-columns-4 .gallery-item,
  .wp-block-gallery.gallery-columns-4 .gallery-item {
    width: calc(33.3% - 2rem);
  }
  [id^="gallery"].gallery.gallery-columns-3 .gallery-item,
  .wp-block-gallery.gallery-columns-3 .gallery-item {
    width: calc(33.3% - 2rem);
    margin: 1rem;
    max-width: 280px;
  }
  [id^="gallery"].gallery.gallery-columns-2 .gallery-item,
  .wp-block-gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 5rem);
  }
}
@media screen and (max-width: 500px) {
  [id^="gallery"].gallery.gallery-columns-6 .gallery-item,
  .wp-block-gallery.gallery-columns-6 .gallery-item {
    width: calc(33.3% - 2rem);
  }
  [id^="gallery"].gallery.gallery-columns-5 .gallery-item,
  .wp-block-gallery.gallery-columns-5 .gallery-item {
    width: calc(33.3% - 2rem);
  }
  [id^="gallery"].gallery.gallery-columns-4 .gallery-item,
  .wp-block-gallery.gallery-columns-4 .gallery-item {
    width: calc(50% - 2rem);
  }
  [id^="gallery"].gallery.gallery-columns-3 .gallery-item,
  .wp-block-gallery.gallery-columns-3 .gallery-item {
    width: auto;
    max-width: 100%;
  }
  [id^="gallery"].gallery.gallery-columns-2 .gallery-item,
  .wp-block-gallery.gallery-columns-2 .gallery-item {
    width: auto;
    max-width: 100%;
  }
}
img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignnone {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
a img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignnone {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  width: calc(100% - 2rem);
}
.wp-block-image .alignleft {
  margin-top: 0;
}
main img {
  max-width: 100%;
  height: auto;
}
.wp-caption-text {
  margin-top: 1rem;
}
/* SLICK Slider */
input,
select {
  display: block;
  width: 100%;
  border: none;
  padding: 1rem 2rem;
  font-family: 'Encode Sans', sans-serif;
  color: #000;
  font-size: 1.3rem;
  position: relative;
  transition: all 0.15s ease-in-out;
  background-color: #fff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.newsletter .acceptance-text.error {
  color: #d21414;
}
.newsletter .acceptance-text.error:before {
  border: 1px solid #d21414;
}
.newsletter-inputs-wrapper {
  display: flex;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
}
.newsletter-inputs-wrapper button {
  background: #eacf93;
  border: none;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  font-size: 1.3rem;
  color: #8c6c3a;
  font-weight: 700;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.newsletter-inputs-wrapper button:hover {
  box-shadow: inset 0 -4em 0 0 #00508f;
  color: #fff;
}
.newsletter-inputs-wrapper button:disabled {
  background: #a2a8ad;
  color: #fff;
}
.newsletter-inputs-wrapper button:disabled:hover {
  box-shadow: none;
  color: #fff;
}
#newsletter-email {
  padding-left: 5rem;
  background: #fff url(../img/envelope.svg) 2rem center / 2.2rem 1.5rem no-repeat;
  z-index: 2;
}
#newsletter-email.error {
  border: 1px solid #d21414;
}
.acceptance {
  margin-top: 2rem;
  display: block;
}
.acceptance input {
  display: none;
}
.acceptance input:checked + .acceptance-text::after {
  opacity: 1;
}
.acceptance-text {
  font-size: 1.3rem;
  padding-left: 3rem;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.acceptance-text a {
  text-decoration: underline;
  color: #000;
}
.acceptance-text a:hover {
  text-decoration: none;
}
.acceptance-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.acceptance-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/checkbox.svg) center / 1.1rem auto no-repeat;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.search-reservation {
  background: url(../img/reservation-line.jpg) left top / 100% auto repeat-y;
  padding: 2.5rem 0;
}
.search-reservation form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -1.5rem;
}
.search-reservation .input-wrapper {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  margin: 1.5rem;
  padding: 0.5rem 1.5rem;
}
.search-reservation label {
  display: flex;
  align-items: center;
}
.search-reservation .label-span {
  color: #999;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
}
.search-reservation input[type="date"] {
  background: #fff url(../img/calendar.svg) right center / 1.6rem 1.8rem no-repeat;
  font-size: 1.5rem;
  font-weight: 700;
}
.search-reservation select {
  font-size: 1.5rem;
  font-weight: 700;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/arrow-down-select.svg) right center / 1rem 0.7rem no-repeat;
  background-color: #fff;
  width: 100%;
}
.search-reservation select::-ms-expand {
  display: none;
}
.filtering {
  margin-top: 5rem;
  background-color: #f1f9fc;
  border: 2px solid #cfe3ea;
  padding: 2rem 1.5rem;
  padding-top: 0rem;
}
.filtering form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.filtering label {
  margin: 0 1.5rem;
  margin-top: 2rem;
}
.filtering label span {
  font-size: 1.2rem;
  color: #868686;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
.filtering select {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e4e7;
  font-size: 1.4rem;
  color: #000;
  padding: 0.9rem 1.1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Encode Sans', sans-serif;
  background: url(../img/arrow-down-select.svg) right 1.1rem center / 1rem 0.7rem no-repeat;
  background-color: #fff;
  width: 100%;
  display: block;
  min-width: 23rem;
}
.filtering select::-ms-expand {
  display: none;
}
.filtering select option {
  font-weight: normal;
}
.filtering .button {
  background-size: 2.3rem auto;
  padding-right: 6rem;
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  margin-left: 1.5rem;
}
.reservation-form {
  position: relative;
  margin-top: 5rem;
}
.reservation-form__steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem -2rem;
}
.reservation-form__step {
  border: 1px solid #dbe4e8;
  border-radius: 3rem;
  padding: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 2rem;
}
.reservation-form__step.done {
  background-color: #e5f3f8;
  border-color: #e5f3f8;
}
.reservation-form__step.done .reservation-form__step-number {
  background-color: #fff;
}
.reservation-form__step.active {
  background-color: #f4d99d;
  border-color: #f4d99d;
}
.reservation-form__step.active .reservation-form__step-number {
  background-color: #fff;
}
.reservation-form__step-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 1rem;
}
.reservation-form__step-number {
  font-size: 1.4rem;
  font-weight: 500;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #e5f3f8;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservation-form__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 8;
}
.reservation-form__overlay:before {
  content: "";
  display: block;
  background: transparent url(../img/loading.gif) no-repeat center / 64px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.reservation-form__inputs {
  max-width: 40rem;
  margin: 0 auto;
}
.reservation-form__inputs.summary {
  max-width: 70rem;
}
.reservation-form__inputs.summary table {
  margin-bottom: 1rem;
}
.reservation-form__inputs button[disabled] {
  background-color: #a2a8ad;
}
.reservation-form__inputs button[disabled]:hover {
  background-color: #a2a8ad;
}
.reservation-form__inputs select,
.reservation-form__inputs input,
.reservation-form__inputs textarea {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e4e7;
  font-size: 1.4rem;
  color: #000;
  padding: 1.1rem 1.1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Encode Sans', sans-serif;
  width: 100%;
  display: block;
  min-width: 23rem;
  background-color: #fff;
}
.reservation-form__inputs select:focus,
.reservation-form__inputs input:focus,
.reservation-form__inputs textarea:focus {
  border: 1px solid #00508f;
}
.reservation-form__inputs select.error,
.reservation-form__inputs input.error,
.reservation-form__inputs textarea.error {
  border-color: #d21414;
}
.reservation-form__inputs select[disabled],
.reservation-form__inputs input[disabled],
.reservation-form__inputs textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.075);
  color: #333333;
}
.reservation-form__inputs textarea {
  resize: none;
}
.reservation-form__inputs input {
  min-width: inherit;
}
.reservation-form__inputs input[type="checkbox"] {
  display: none;
}
.reservation-form__inputs .input-wrapper--bigger-margin-top {
  margin-top: 3.5rem;
}
.reservation-form__inputs .message-wrapper {
  margin-top: 2rem;
}
.reservation-form__inputs .message-text {
  line-height: 1.15;
  font-weight: 500;
  font-size: 1.3rem;
}
.reservation-form__inputs .message-success-text {
  line-height: 1.15;
  font-weight: 500;
  font-size: 1.3rem;
  color: #00733d;
}
.reservation-form__inputs .presummary-wrapper {
  margin-top: 4rem;
}
.reservation-form__inputs .presummary-text {
  line-height: 1.15;
  font-weight: 500;
  font-size: 2.2rem;
  text-align: right;
}
.reservation-form__inputs .acceptance-text {
  line-height: 2rem;
}
.reservation-form__inputs .acceptance-text--right {
  padding-right: 3rem;
}
.reservation-form__inputs .acceptance-text--right::before {
  right: 0;
  left: auto;
}
.reservation-form__inputs .acceptance-text--right::after {
  right: 0;
  left: auto;
}
.reservation-form__inputs .acceptance-text::before {
  border: 1px solid #e0e4e7;
}
.reservation-form__inputs .acceptance-text::after {
  width: 2rem;
  height: 2rem;
}
.reservation-form__inputs select {
  background: url(../img/arrow-down-select.svg) right 1.1rem center / 1rem 0.7rem no-repeat;
  background-color: #fff;
}
.reservation-form__inputs select::-ms-expand {
  display: none;
}
.reservation-form__inputs select option {
  font-weight: normal;
}
.reservation-form__inputs label {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: block;
}
.reservation-form__inputs .label-span {
  display: inline-block;
  margin-right: 1rem;
}
.reservation-form__inputs .label-span span {
  color: #d21414;
}
.reservation-form__inputs .label-error-message {
  color: #d21414;
  display: none;
}
.reservation-form__inputs .label-error-message.visible {
  display: inline-block;
}
.reservation-form__inputs .form-error-message {
  color: #d21414;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 1rem 0;
  display: none;
}
.reservation-form__inputs .form-error-message.visible {
  display: block;
}
.reservation-form__inputs .inputs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservation-form__inputs .inputs-wrapper .input-wrapper {
  flex-basis: 50%;
}
.reservation-form__inputs .from-to {
  padding: 1rem;
  margin-top: 5.5rem;
}
.reservation-form__inputs .date-field {
  width: 100%;
  background: transparent url(../img/calendar.svg) right 1.5rem center / 1.6rem 1.8rem no-repeat;
  padding-right: 4rem;
}
.reservation-form__inputs .half-field {
  max-width: 50%;
}
.reservation-form__inputs .acceptances-wrapper {
  margin-top: 4rem;
}
.reservation-form__inputs .button-wrapper {
  margin-top: 5rem;
}
.reservation-form__inputs .buttons-wrapper {
  margin-top: 5rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}
.reservation-form__inputs .buttons-wrapper button.back {
  flex-grow: 1;
}
.reservation-form__inputs .buttons-wrapper button.next {
  flex-grow: 2;
}
.reservation-form__inputs .buttons-wrapper button:nth-child(n+2) {
  margin-left: 1rem;
}
.people {
  display: flex;
  align-items: center;
}
.bootstrap-touchspin {
  position: relative;
  max-width: 6rem;
}
.bootstrap-touchspin input {
  width: 100%;
  min-width: inherit !important;
}
.bootstrap-touchspin input::-webkit-outer-spin-button,
.bootstrap-touchspin input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.bootstrap-touchspin input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2rem;
}
.bootstrap-touchspin .input-group-btn-vertical button:last-of-type {
  bottom: 0;
}
.bootstrap-touchspin .input-group-btn-vertical button:first-of-type {
  top: 0;
}
.bootstrap-touchspin button {
  border: 1px solid #e0e4e7;
  background: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  height: 50%;
  width: 2rem;
  transition: all 0.15s ease-in-out;
  padding: 0;
}
.bootstrap-touchspin button:hover {
  color: #cea155;
}
@media screen and (max-width: 1760px) {
  .shadow-title {
    right: 0;
  }
  .spa-house-list:nth-of-type(even) .shadow-title {
    left: 0;
  }
  .three-columns {
    margin: -3rem;
  }
  .three-columns .column {
    flex-basis: calc(33.33% - 6rem);
    margin: 3rem;
  }
}
@media screen and (max-width: 1440px) {
  .menu > li > a {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .icons {
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .icons .button-reservation-wrapper {
    flex-basis: 100%;
    margin-top: 3rem;
  }
  .icons .button {
    margin-left: 0;
  }
  .icons .icon {
    border: none;
  }
  .icons .icon:not(:first-of-type) {
    border-left: 1px solid #e0ecf0;
  }
  .shadow-title {
    font-size: 6rem;
  }
  .procedure .shadow-title {
    top: -3rem;
  }
}
@media screen and (max-width: 1360px) {
  .logo img {
    width: 20rem;
  }
  .top-bar {
    padding: 1rem 0;
  }
  .menu > li > a {
    padding: 2rem 2rem;
  }
  .header-services-wrapper {
    min-height: 48rem;
  }
  .spa-contacts {
    column-gap: 4rem;
  }
  .procedures-reservation {
    display: block;
    text-align: center;
  }
  .reservation:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #acc8d2;
  }
  .price-table table tr th,
  .price-table table tr td {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1200px) {
  .spa-house-list {
    display: block;
    padding: 5rem 0 2rem;
  }
  .spa-house-list .shadow-title {
    display: none;
  }
  .spa-house-list-big {
    min-height: 30rem;
    margin: 0 !important;
    margin-bottom: 3rem !important;
  }
  .procedure__image {
    min-height: 40rem;
    max-width: 40rem;
  }
  .section-hp-1 {
    padding: 6rem;
  }
  .hp-articles .article {
    flex-basis: calc(33.33% - 3rem);
  }
  .hp-articles .article--show-posts {
    flex-basis: 100%;
    min-height: inherit;
    height: auto;
    padding: 0 !important;
    margin-top: 3rem;
  }
  .hp-articles .article--show-posts::before,
  .hp-articles .article--show-posts::after {
    content: none;
  }
  .hp-articles .article--show-posts img {
    display: none;
  }
  .hp-articles .article--show-posts .button {
    border-radius: 2px;
    border: 1px solid #e5f3f8;
    font-size: 11px;
    color: #00508f;
  }
  .hp-testamonial {
    padding-top: 12rem;
  }
  .section {
    padding: 10rem 0 6rem;
  }
  .stays-item {
    min-height: 18rem;
  }
  .spa-house-big {
    max-width: 40rem;
    min-height: 40rem;
  }
  .spa-house {
    min-height: 20rem;
  }
  .menu-search-language {
    display: none;
  }
  .mobile-menu-search {
    display: flex;
    align-items: center;
  }
  .mobile-menu-search .search-icon {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .mobile-menu-search > * {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sticky-contact {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .search-reservation form {
    margin: -1.5rem -1rem;
  }
  .content--menu {
    margin-top: -1rem;
  }
  .section-transporation {
    padding-top: 10rem;
  }
  .three-columns {
    margin: -1rem;
  }
  .three-columns .column {
    flex-basis: calc(33.33% - 2rem);
    margin: 1rem;
  }
  .spa-contacts {
    column-count: 3;
    column-rule: none;
  }
  .global-contact-style {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
  }
  .contact-map-wrapper .gmpMapDetailsContainer,
  .contact-map-wrapper .gmp_MapPreview {
    height: 44rem !important;
  }
  .house-header {
    min-height: 46rem;
  }
  .house-header__title {
    font-size: 6rem;
    margin-top: 1rem;
  }
  .house-header__title small {
    font-size: 2.4rem;
    margin-bottom: -1rem;
  }
  .house-header .inside-wrapper {
    padding-top: 6rem;
  }
  .house-informations {
    margin: -0.5rem;
  }
  .house-item {
    flex-basis: calc(33.33% - 1rem);
    margin: 0.5rem;
  }
  .spa-houses-list-other {
    margin: -0.5rem;
  }
  .spa-house-list-normal {
    flex-basis: calc(33.33% - 1rem);
    margin: 0.5rem;
  }
  .section--special-offer {
    padding-bottom: 3rem !important;
  }
  .souvenirs {
    margin: -0.5rem;
    margin-top: 4rem;
  }
  .souvenir {
    flex-basis: calc(25% - 1rem);
    margin: 0.5rem;
  }
  .sidebar {
    position: absolute;
    left: -100%;
    top: 0;
  }
  .sidebar.visible {
    left: 0;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.11);
  }
  .hide-submenu-mobile {
    display: block;
  }
  .show-submenu-mobile {
    display: inline-block;
    margin-left: -1rem;
  }
  .content--menu {
    display: block;
  }
  .icons .icon {
    padding: 1rem;
    flex-basis: 25%;
  }
  .icons .icon__icon {
    min-height: 3.5rem;
    margin-bottom: 1rem;
  }
  .icons .icon__icon img {
    max-height: 3.5rem;
  }
  .icons .icon__text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .icons .button {
    padding: 1.3rem 3.5rem;
  }
  .procedure {
    align-items: flex-start;
  }
  .procedure__image {
    margin-right: 2rem;
  }
  .hp-articles {
    margin: -0.5rem;
  }
  .hp-articles .article {
    flex-basis: calc(33.33% - 1rem);
    margin: 0.5rem;
  }
  .hp-articles .article--show-posts {
    margin-top: 2rem !important;
  }
  .section {
    padding: 7rem 0 3rem;
  }
  .section--hp-1 {
    padding-top: 4rem;
  }
  .section-hp-5 {
    padding: 3rem 0 0;
  }
  .section--no-bottom {
    padding-bottom: 0;
  }
  .hp-testamonial {
    padding-top: 7rem;
  }
  .section--small-padding {
    padding: 3rem 0;
  }
  .content {
    padding: 0 1rem;
  }
  .mobile-menu-wrapper::after {
    right: 1.5rem;
  }
  .js-stays .slick-slide {
    padding: 0 0.5rem;
  }
  .spa-house-big {
    max-width: 30rem;
    min-height: 30rem;
    margin-right: 1rem;
    padding: 3rem;
  }
  .spa-houses-other {
    margin: -0.5rem;
  }
  .spa-house {
    flex-basis: calc(33.33% - 1rem);
    margin: 0.5rem;
    min-height: 15rem;
  }
  .we-choose {
    margin: -0.5rem;
    margin-top: 3.5rem;
  }
  .we-choose-item {
    flex-basis: calc(33.33% - 1rem);
    margin: 0.5rem;
  }
  .footer .footer-columns {
    flex-wrap: wrap;
  }
  .footer .footer-columns .footer-column {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 0 !important;
  }
  .footer .footer-columns .footer-column:last-of-type {
    margin-bottom: 0;
  }
  .footer .content--footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .arrow-up {
    right: 1rem;
    bottom: 3.5rem;
  }
  .newsletter-inputs-wrapper {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .info-panel {
    font-size: 1.5rem;
  }
  .icons .icon {
    padding: 1rem 0.5rem;
  }
  .icons .icon__icon img {
    max-height: 5rem;
    width: auto;
  }
  .icons .icon__text {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .header-service__link {
    font-size: 1.2rem;
  }
  .column.transportation:nth-of-type(2) {
    margin-bottom: 3rem;
  }
  .souvenir__title-wrapper {
    min-height: 4rem;
  }
  .contact-map-wrapper .gmpMapDetailsContainer,
  .contact-map-wrapper .gmp_MapPreview {
    height: 32rem !important;
  }
  .section-transporation {
    padding-top: 5rem;
  }
  .three-columns {
    flex-wrap: wrap;
  }
  .three-columns .column {
    flex-basis: calc(100% - 2rem);
  }
  .global-contact-style h4 {
    font-size: 1.4rem;
  }
  .global-contact-style p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .transportation {
    text-align: center;
  }
  .transportation:first-of-type {
    margin-top: 3rem;
  }
  .transportation img {
    margin: 0 auto;
  }
  .transportation table {
    margin: 0 auto;
    text-align: left;
  }
  .transportation table td {
    font-size: 1.2rem !important;
    line-height: 2.2rem !important;
  }
  .transportation table td:last-of-type {
    white-space: normal;
  }
  .main-contacts {
    padding: 1rem;
    padding-top: 1.5rem;
    margin-bottom: 4rem;
  }
  .main-contacts__phone,
  .main-contacts__email {
    padding: 2rem 1rem 0 1rem;
    background-position: center top;
    background-size: auto 2rem;
    font-size: 1.2rem;
  }
  .contact-title {
    font-size: 1.6rem;
  }
  .contact-title::after {
    width: 10rem;
    height: 1rem;
  }
  .spa-contacts {
    column-count: 1;
    text-align: center;
  }
  .spa-contacts .global-contact-style {
    display: block;
  }
  .spa-contacts .global-contact-style:not(:last-of-type) {
    border-bottom: 1px solid #d8d8d8;
  }
  .spa-contacts .global-contact-style h4 {
    font-size: 1.4rem;
    margin-bottom: -0.5rem;
  }
  .spa-contacts .global-contact-style p {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  .procedures-reservation {
    margin: 1em 0 5rem;
    padding: 1rem;
  }
  .reservation:not(:last-of-type) {
    padding-right: 0;
  }
  .reservation {
    margin: 0 auto !important;
    padding: 2rem 0;
  }
  .reservation__title {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
  .reservation__phone {
    font-size: 1.2rem;
    padding: 0.3rem 1.5rem;
    padding-left: 2.5rem;
    background-size: auto 1.8rem;
    background-position: left center;
  }
  .global-style .wp-block-table td {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
  .js-stays {
    margin-top: 3rem;
  }
  .house-informations {
    flex-wrap: wrap;
  }
  .house-item {
    flex-basis: calc(100% - 1rem);
  }
  .house-item__header {
    padding: 2rem;
  }
  .house-item__title {
    font-size: 1.7rem;
  }
  .house-item__content {
    padding: 1.2rem 2rem;
  }
  .house-item__content ul {
    margin: 0 !important;
  }
  .house-item__content ul li,
  .house-item__content p {
    font-size: 1.2rem !important;
    line-height: 2.2rem !important;
  }
  .house-item__content ul li::before {
    width: 5px;
    height: 5px;
    top: 0.7rem !important;
  }
  .map-wrapper iframe {
    height: 31rem;
  }
  .alignright,
  .alignleft {
    float: none;
  }
  .global-style p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 1rem 0;
  }
  .global-style h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .global-style h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .global-style h4 {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .global-style li {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .global-style figure {
    width: auto !important;
    text-align: center;
  }
  .global-style figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .global-style .wp-block-table tr {
    display: block;
    border-bottom: 1px solid #d8d8d8;
    padding: 0.6rem 0;
  }
  .global-style .wp-block-table tr:first-of-type {
    border-top: 1px solid #d8d8d8;
  }
  .global-style .wp-block-table td {
    display: block;
    border: none;
    padding: 0.3rem 0;
  }
  .global-style .wp-block-table td:last-of-type {
    text-align: left;
    padding-left: 0;
  }
  .global-style ol:not(.wp-block-gallery) li:not(:last-of-type),
  .global-style ul:not(.wp-block-gallery) li:not(:last-of-type) {
    padding-bottom: 0.3rem;
  }
  .global-style ul:not(.wp-block-gallery) li::before {
    top: 0.9rem;
  }
  .wp-block-columns:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .global-style .wp-block-image {
    margin: 1.5rem 0;
  }
  .section--house {
    padding-top: 1rem;
  }
  .house-header {
    min-height: 30rem;
  }
  .house-header__back {
    font-size: 1.2rem;
    background-size: 2rem auto;
    padding-left: 4.2rem;
  }
  .house-header__title {
    font-size: 2.6rem;
  }
  .house-header__title small {
    font-size: 1.3rem;
    margin-bottom: 0rem;
  }
  .house-header p {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .spa-house-list-normal {
    min-height: 16rem;
  }
  .spa-house-list-normal__subheading {
    font-size: 1rem;
  }
  .spa-house-list-normal__title {
    font-size: 1.2rem;
  }
  .spa-house-list {
    text-align: center;
  }
  .spa-house-list-big {
    padding: 3rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    min-height: 20rem;
  }
  .spa-house-list-info p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .spa-house-list-big__title {
    font-size: 1.7rem;
  }
  .page-header {
    min-height: 30rem;
  }
  .souvenir {
    flex-basis: calc(33.33% - 1rem);
    padding: 1rem;
  }
  .souvenir__title {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .sidebar a {
    font-size: 1.2rem !important;
  }
  .documents:not(:first-of-type) {
    margin-top: 5rem;
  }
  .documents__title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .document {
    display: block;
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding: 1.5rem 0.8rem;
    padding-left: 3.6rem;
    background-size: 1.6rem 2rem;
    background-position: 0.8rem 1.7rem;
  }
  .document__title {
    display: block;
  }
  .procedure {
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
  .procedure .shadow-title {
    display: none;
  }
  .procedure__image {
    padding: 3.5rem 3rem;
    margin-right: 0;
    margin-bottom: 2rem;
    max-width: none;
    min-height: 20rem;
  }
  .procedure__title {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  .procedure li,
  .procedure p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .procedure li {
    padding-left: 1.5rem;
  }
  .procedure li::before {
    width: 5px;
    height: 5px;
  }
  .icons .button-reservation-wrapper {
    text-align: center;
    display: block;
  }
  .section--special-offer {
    padding-top: 4rem;
  }
  input,
  select {
    font-size: 1.2rem;
  }
  .footer .footer-column__title {
    font-size: 1.3rem;
  }
  .footer-menu a {
    font-size: 1.1rem;
  }
  .newsletter-inputs-wrapper button {
    font-size: 1.1rem;
  }
  .special-offer {
    min-height: 34rem;
  }
  .section--special-offer .slick-slide {
    padding: 0;
  }
  .special-offer__info {
    padding: 2.2rem;
    background-size: 18rem auto;
    background-position: right -30% center;
  }
  .special-offer__subheading {
    font-size: 1rem;
  }
  .special-offer__title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .special-offer__text {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .button {
    font-size: 1.2rem;
    padding: 1rem 3rem;
  }
  .video-wrapper .play-video {
    width: 5rem;
    height: 5rem;
    background-size: 1.4rem auto;
  }
  .video-wrapper .play-video::after {
    width: 7rem;
    height: 7rem;
  }
  .we-choose-item {
    min-height: 31rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-title::before {
    width: 2.6rem;
    height: 2.5rem;
    top: -3.4rem;
  }
  .section-title::after {
    height: 1.5rem;
    width: 10rem;
    bottom: 0;
  }
  .section-subheading {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .stays-item__title {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .slick-arrow {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 1.2rem 1.1rem;
    border-width: 2px;
  }
  .spa-house-big__title,
  .we-choose-item__title {
    font-size: 1.7rem;
  }
  .spa-house-big__text {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .spa-house__title,
  .spa-house__inner,
  .we-choose-item__text {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .hp-testamonial__text {
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-top: 2rem;
  }
  .hp-testamonial__quote {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 2.5rem;
  }
  .hp-testamonial__author {
    font-size: 1.1rem;
  }
  .hp-articles .article {
    padding: 2rem 3.5rem 5rem;
  }
  .hp-articles .article__title {
    font-size: 1.4rem;
  }
  .hp-articles .article p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .hp-articles .article .arrow {
    bottom: 2rem;
  }
  .logo img {
    width: 12rem;
  }
  .header-service {
    top: 10rem;
  }
  .header-service__title {
    font-size: 1.3rem;
  }
  .header-service__content-title {
    font-size: 1.6rem;
  }
  .header-service__content {
    padding: 1.5rem;
    position: relative;
    top: -10rem;
  }
  .header-service p {
    margin: 2rem 0;
  }
  .header-services-wrapper {
    min-height: 34rem;
  }
  .mobile-swipe {
    font-size: 1.1rem;
  }
  .title-underline::after {
    width: 2.4rem;
  }
}
@media screen and (max-width: 720px) {
  .global-style .wp-block-table tr:first-of-type td,
  .global-style table tr:first-of-type td {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .global-style .wp-block-table td,
  .global-style table td {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .search-result-item__image {
    max-width: 20rem;
  }
  .contact-information {
    flex-wrap: wrap;
  }
  .contact-information .image-wrapper {
    padding: 0;
    margin-bottom: 2rem;
    flex-basis: 100%;
  }
  .contact-information .image-wrapper img {
    margin: 0 auto;
    max-width: 18rem;
    margin-bottom: 1.5rem;
  }
  .contact-information .text-wrapper {
    flex-basis: 100%;
    text-align: center;
  }
  .spa-houses {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
    width: 100%;
  }
  .spa-house-big {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: 54rem;
  }
  .spa-house {
    max-width: 26.5rem;
    flex-basis: calc(50% - 1rem);
  }
  .spa-houses-other {
    flex-basis: auto;
  }
  .hp-articles {
    justify-content: center;
  }
  .hp-articles .article {
    flex-basis: calc(100% - 1rem);
    max-width: 33rem;
  }
  .we-choose {
    flex-wrap: wrap;
    justify-content: center;
  }
  .we-choose-item {
    flex-basis: calc(100% - 1rem);
    max-width: 45.1rem;
  }
  .special-offer {
    min-height: inherit;
  }
  .special-offer__info {
    max-width: none;
    background-position: right -9rem center;
  }
  .special-offer img {
    display: none;
  }
  .hp-articles .article:not(.article--show-posts) {
    min-height: 21rem;
  }
  .stays-item {
    min-height: 14rem;
    padding: 2rem;
  }
  .spa-house-big {
    min-height: 20rem;
  }
  .spa-houses {
    margin-top: 3.5rem;
  }
  .footer-menu {
    column-count: 1;
    column-gap: 0;
  }
  .header-service {
    padding: 2rem 0;
  }
  .header-service p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .souvenir {
    flex-basis: calc(50% - 1rem);
  }
  .page-header {
    min-height: 18rem;
  }
}
@media screen and (max-width: 560px) {
  .spa-houses-list-other {
    margin: 0;
  }
  .spa-houses-list-other .slick-slide {
    padding: 0 0.5rem;
  }
  .spa-houses-list-other .slick-slide .spa-house-list-normal {
    margin: 0;
  }
  .search-results-wrapper {
    margin-top: 1rem;
  }
  .search-result-item {
    padding: 2rem 0;
    display: block;
  }
  .search-result-item__image {
    margin-right: 2rem;
    max-width: 8rem;
    float: left;
  }
  .search-result-item__title {
    color: #00508f;
    font-size: 1.4rem;
  }
  .search-result-item__url {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    word-break: break-all;
  }
  .search-result-item p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .reservation-form__inputs .half-field {
    max-width: 75%;
  }
}
/* IE 11 */
/*# sourceMappingURL=style.css.map */