body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #434040;
  background-repeat: repeat;
}

.mainWrapper {
  font-size: 1rem;
  overflow: hidden;
  position: relative;
}

html {
  font-size: 16px;
}

.wrapper {
  width: 1600px;
  margin: auto;
}

@media (max-width: 1600px) {
  .wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: #000000;
}

.hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  display: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 100;
  border-radius: 50%;
}

@media (max-width: 1600px) {
  .hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
    display: inline-block;
  }
}

.hamburgerIcon img, .mobilePhoneIcon img, .mobileMapIcon img, .mobileMailIcon img, .mobileLanguageIcon img {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.mobilePhoneIcon {
  right: -250px;
  left: auto;
  margin-top: 42px;
}

.mobileMapIcon {
  margin-top: 84px;
  right: -250px;
  left: auto;
}

.mobileMailIcon {
  right: -250px;
  left: auto;
  margin-top: 84px;
}

.mobileLanguageIcon {
  margin-top: 126px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  width: 36px;
  height: 36px;
}

.mobilePhoneContent, .mobileMapContent, .mobileMailContent {
  display: inline-block;
  background-color: #383385;
  background-color: #383385ad;
  padding: 7px 12px;
  border-radius: 4px;
  text-align: center;
  width: 250px;
  margin-left: 12px;
  color: #fff;
  font-size: 0.8rem;
}

.mobilePhoneContent a, .mobileMapContent a, .mobileMailContent a {
  color: #fff;
}

.contactActive {
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}

.mobileMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #b28962;
  z-index: 110;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1rem;
  overflow-y: auto;
  right: -100%;
  -webkit-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  display: none;
  text-align: left;
  opacity: 0;
}

@media (max-width: 1600px) {
  .mobileMenu {
    display: block;
  }
}

.mobileMenu .closeContainer {
  padding: 1rem;
  text-align: right;
}

.mobileMenu .closeContainer .closeMenuIcon {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.mobileMenu .closeContainer .closeMenuIcon img {
  width: 100%;
}

.mobileMenu .navigation {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}

.mobileMenu .navigation .dropdownParent {
  color: #fff;
  font-weight: normal;
  padding-top: 0 !important;
}

.mobileMenu .navigation .dropdownParent .dropdownChild {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.mobileMenu .navigation .dropdownParent .dropdownChild a {
  color: #fff;
}

.mobileMenu .navigation .dropdownParent .dropdownChild li {
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.mobileMenu .navigation .navLink {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.mobileMenu .navigation .navLink a {
  color: #fff;
}

.subpageTop {
  height: 180px;
}

@media (max-width: 1600px) {
  .subpageTop {
    display: none;
  }
}

.subpageNavImage {
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .subpageNavImage {
    display: none;
  }
}

.subpageNavImage .subpageHeader {
  margin: 0;
  padding-top: 230px;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.085em;
}

@media (max-width: 800px) {
  .subpageNavImage .subpageHeader {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .subpageNavImage .subpageHeader {
    font-size: 1.5rem;
  }
}

.subpageNavImage .subpageHeader span, .subpageNavImage .subpageHeader b, .subpageNavImage .subpageHeader strong {
  color: #000;
}

.articlePageNavImage {
  height: 520px;
  margin-top: 80px;
}

@media (max-width: 1600px) {
  .articlePageNavImage {
    display: block;
    height: 400px;
    margin-top: 0;
  }
}

.articlePageNavImage .articleInner {
  position: relative;
  height: 520px;
}

@media (max-width: 1600px) {
  .articlePageNavImage .articleInner {
    height: 400px;
  }
}

.articlePageNavImage .articleHeader {
  position: absolute;
  right: 0;
  bottom: 3rem;
  color: #fff;
  background-color: #992b2be6;
  padding-left: 94px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 1600px) {
  .articlePageNavImage .articleHeader {
    padding: 32px 12px;
    text-align: center;
    width: 100%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.articlePageNavImage .articleHeader::before {
  content: '';
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background-color: #992b2be6;
}

@media (max-width: 1600px) {
  .articlePageNavImage .articleHeader::before {
    display: none;
  }
}

.articlePageNavImage .articleSliderImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-99%);
          transform: translateX(-99%);
}

@media (max-width: 1600px) {
  .articlePageNavImage .articleSliderImage {
    display: none;
  }
}

.articlePageContent {
  margin-top: 2rem;
}

.subpageSection {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #242424;
  min-height: 400px;
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.75s;
  animation-name: fadeInDropdown;
  animation-duration: 0.75s;
}

@media (max-width: 1600px) {
  .subpageSection {
    padding-top: 2rem;
  }
}

.subpageSection img {
  max-width: 100%;
}

.subpageSection a {
  color: #000;
}

.subpageSection .subpageSubheader {
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 0;
  font-size: 1.4rem;
  color: #6DA075;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.035em;
}

@media (max-width: 1600px) {
  .subpageSection .subpageSubheader {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}

.subpageSection .subpageHeader {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.085em;
  text-align: center;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 800px) {
  .subpageSection .subpageHeader {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .subpageSection .subpageHeader {
    font-size: 1.5rem;
  }
}

.subpageSection .subpageContent {
  margin-bottom: 1rem;
  text-align: justify;
  font-style: normal;
  font-weight: 300;
  line-height: 170.8%;
  letter-spacing: 0.15em;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
}

@media (max-width: 1600px) {
  .subpageSection .subpageContent {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.subpageSection .subpageContent a {
  color: #000000 !important;
}

.subpageSection .subpageImage {
  float: left;
  max-width: 50%;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 997px) {
  .subpageSection .subpageImage {
    width: 100%;
    max-width: initial;
    float: none;
    padding-right: 0;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.subpageSection .subpageImage img {
  max-width: 100%;
}

.subpageSection .galleryContent {
  margin-top: 2rem;
  text-align: justify;
}

.subpageSection .galleryContent .galleryHeader {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.subpageSection .galleryContent .photosContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpageSection .galleryContent .photosContainer .photo {
  width: 31.3%;
  margin-bottom: 1rem;
  margin-right: 1%;
  margin-left: 1%;
  height: 220px;
  overflow-y: hidden;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.subpageSection .galleryContent .photosContainer .photo:hover {
  opacity: 0.9;
  cursor: pointer;
  border-color: #0f0b50;
}

.subpageSection .galleryContent .photosContainer .photo img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 180px;
}

@media (max-width: 800px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 48%;
    height: 220px;
  }
}

@media (max-width: 600px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 100%;
  }
}

.subpageSection .projectsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.subpageSection .projectsContainer .article {
  margin-bottom: 1rem;
}

.contactContent {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .contactContent {
    width: 100%;
  }
}

.contactContent .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

@media (max-width: 997px) {
  .contactContent .flexBox {
    display: block;
  }
}

.contactContent .flexBox .contactBox {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-top: 1rem;
}

@media (max-width: 997px) {
  .contactContent .flexBox .contactBox {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
}

.contactContent .flexBox .contactBox .contactBoxHeader {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 1rem;
}

.contactContent .flexBox .contactBox .contact {
  padding: 1rem;
  background-color: #383385;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 4px;
  position: relative;
  padding-left: 64px;
}

.contactContent .flexBox .contactBox .contact img {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}

.contactContent .flexBox .contactBox .contact:hover {
  background-color: #2f2a77;
  color: #fff;
  cursor: pointer;
}

.contactContent .flexBox .formBox {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 997px) {
  .contactContent .flexBox .formBox {
    width: 100%;
    display: block;
  }
}

.contactContent .contactFormSmallBox {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 800px) {
  .contactContent .contactFormSmallBox {
    width: 100%;
    margin-bottom: 0;
  }
}

.contactContent .contactFormSmallBox .contactFixedBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1600px) {
  .contactContent .contactFormSmallBox .contactFixedBox {
    display: block;
  }
}

.contactContent .contactFormSmallBox .contactFixedBox input {
  width: 49%;
}

@media (max-width: 1600px) {
  .contactContent .contactFormSmallBox .contactFixedBox input {
    width: 100%;
  }
}

.contactContent .contactFormSmallBox input {
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 13px;
  border-color: #434040;
  border-radius: 4px;
  border-width: 1px;
}

@media (max-width: 800px) {
  .contactContent .contactFormSmallBox input {
    width: 100%;
  }
}

.contactContent .captcha {
  text-align: right;
  float: right;
}

@media (max-width: 800px) {
  .contactContent .captcha {
    float: none;
  }
}

.contactContent .contactFormBigBox {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 800px) {
  .contactContent .contactFormBigBox {
    width: 100%;
    margin-top: 0;
  }
}

.contactContent .contactFormBigBox textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #000;
  border-radius: 4px;
  border-width: 1px;
}

.contactContent .contactFormLabel {
  font-size: 1.25rem;
  color: #242424;
}

.contactContent input {
  color: #000;
}

.contactContent textarea {
  color: #000;
  resize: none;
}

.contactContent .rodo {
  font-size: 0.8rem;
  text-align: justify;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}

.alertError {
  text-align: center;
  background-color: #d42323;
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alertError:hover {
  cursor: pointer;
  background-color: #c72020;
}

.alertError p {
  margin-bottom: 0;
}

.alertSuccess {
  text-align: center;
  background-color: #38ac21;
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alertSuccess:hover {
  cursor: pointer;
  background-color: #2f941b;
}

.alertSuccess p {
  margin-bottom: 0;
}

.btnContainer {
  text-align: right;
}

@media (max-width: 800px) {
  .btnContainer {
    text-align: center;
  }
}

.btnContainer .btn, .btnContainer button {
  padding: 0.75rem 4rem;
  color: #434040;
  border: 1px solid #434040;
  text-transform: uppercase;
  margin-top: 1rem;
  background-color: #fff;
}

.btnContainer .btn:hover, .btnContainer button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #434040;
}

.fbContainer {
  position: fixed;
  top: 34%;
  left: -250px;
  z-index: 50;
  width: 250px;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  background-color: #fff;
  min-height: 200px;
}

.fbContainer .fb-page {
  width: 100% !important;
}

.fbContainer .fbLogoContainer {
  position: relative;
}

.fbContainer .fbLogoContainer .fbLogo {
  position: absolute;
  right: -36px;
  width: 36px;
  height: 36px;
}

.fbContainer .fbLogoContainer .fbLogo:hover {
  cursor: pointer;
}

.fbContainer .fbLogoContainer .fbLogo img {
  width: 100%;
}

.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
}

.modal .modalClose {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 1010;
}

.modal .modalClose:hover {
  cursor: pointer;
}

.modal .modalPrev {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1010;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .modalPrev:hover {
  cursor: pointer;
}

.modal .modalNext {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1010;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .modalNext:hover {
  cursor: pointer;
}

.modal .modalContainer {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal .modalContainer img {
  max-width: 90vw;
  max-height: 90vh;
  display: none;
}

.paginationLinks {
  text-align: center;
}

.paginationLinks .pagination > .active > span {
  background-color: #0f0b50;
  border-color: #0f0b50;
}

.paginationLinks .pagination > li > a {
  color: #0f0b50;
}

.dropdown {
  width: 300px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  background-color: #2b2b2b;
  text-align: left;
  z-index: 20;
  padding: 0;
  font-size: 1rem;
  border-radius: 4px;
}

.dropdown li {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  color: #fff;
}

.dropdown li a {
  color: #fff !important;
}

.dropdown li:hover {
  cursor: pointer;
  border-radius: 4px;
  background-color: #1d1d1d;
}

.dropdown li:hover a {
  color: #fff !important;
}

.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropdownParent {
  color: #fff;
  position: relative;
}

.dropdownParent:hover .dropdown {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.25s;
  animation-name: fadeInDropdown;
  animation-duration: 0.25s;
}

.confirmBox {
  padding: 1rem;
  background-color: #2b2b2b;
  color: #fff;
  border-top: 1px solid #fff;
  position: fixed;
  left: 0;
  bottom: -100%;
  right: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.confirmBox .confirmText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: 85%;
  padding-top: 0.5rem;
  color: #fff;
}

@media (max-width: 997px) {
  .confirmBox .confirmText {
    padding-top: 0;
    width: 100%;
  }
}

.confirmBox .confirmBtn {
  margin-left: 5%;
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
}

@media (max-width: 997px) {
  .confirmBox .confirmBtn {
    width: 160px;
    float: right;
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
}

.confirmBox .confirmBtn:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.loadingSection {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.loadingSection .logo {
  position: absolute;
  max-width: 50vw;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loadingSection .logo img {
  -webkit-animation: loadingScale 1.25s linear infinite alternate;
  animation: loadingScale 1.25s linear infinite alternate;
  max-width: 300px;
}

@media (max-width: 1600px) {
  .loadingSection .logo img {
    max-width: 150px;
  }
}

.disableLoadingSection {
  opacity: 0;
}

.fixedMenu {
  position: fixed;
  z-index: 25;
  left: 0;
  right: 0;
  top: -100%;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  margin: auto;
}

@media (max-width: 1600px) {
  .fixedMenu {
    display: none;
  }
}

.fixedMenu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}

.fixedMenu .navigation .navLink a {
  color: #fff;
}

.fixedMenu .navigation .navLink a:hover {
  color: #8BE28B !important;
}

.fixedMenu .navigation .homeIcon {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixedMenu .navigation .homeIcon img {
  width: 24px;
  margin-top: 10px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.fixedMenu .navigation .homeIcon img:hover {
  opacity: 0.7;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.fixedMenu .navigation .dropdownParent {
  color: #fff;
}

.fixedMenu .navigation .dropdownParent:hover {
  color: #e6e6e6;
}

.fixedMenu .navigation .navLink {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hideme {
  opacity: 0;
}

@media (max-width: 1600px) {
  .hideme {
    opacity: 1;
  }
}

.fadeInEffect {
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDropdown;
  animation-duration: 0.8s;
}

@-webkit-keyframes headerAnimation {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}

@keyframes headerAnimation {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes logoScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadingScale /* Safari and Chrome */ {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes loadingScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.content-container {
  position: relative;
  min-height: 100vh;
}

@media (max-width: 1600px) {
  .content-container {
    position: static;
    min-height: auto;
  }
}

.content-wrap {
  padding-bottom: 210px;
}

@media (max-width: 1600px) {
  .content-wrap {
    padding-bottom: 0;
  }
}

.footerBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  background-color: #FBF5EF;
}

@media (max-width: 1600px) {
  .footerBottom {
    position: static;
    height: auto;
  }
}

.sliderSection .carousel {
  position: relative;
}

.sliderSection .carousel .moveArrow {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

@media (max-width: 1600px) {
  .sliderSection .carousel .moveArrow {
    display: none;
  }
}

.sliderSection .carousel .carousel-control {
  opacity: 0;
}

.sliderSection .carousel .carousel-inner {
  height: 100vh;
}

@media (max-width: 1600px) {
  .sliderSection .carousel .carousel-inner {
    height: 500px;
  }
}

@media (max-width: 800px) {
  .sliderSection .carousel .carousel-inner {
    height: 400px;
  }
}

.sliderSection .carousel .carousel-inner .item {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .sliderSection .carousel .carousel-inner .item {
    height: 500px;
  }
}

@media (max-width: 800px) {
  .sliderSection .carousel .carousel-inner .item {
    height: 400px;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper {
  height: 100%;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderWrapper {
  position: relative;
  height: 100%;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
}

@media (max-width: 1600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
    left: 0;
    top: 40%;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 0.035em;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader {
    font-size: 1.25rem;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader span {
  color: #794e26;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 78px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    font-size: 2rem;
  }
}

@media (max-width: 800px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    line-height: normal;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .seeMoreBtn {
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 3rem;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #434040;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .seeMoreBtn:hover {
  background-color: #434040;
  color: #fff;
}

@media (max-width: 1600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .seeMoreBtn {
    max-width: 100%;
    margin-top: 2rem;
  }
}

.sliderSection .carousel .carousel-indicators {
  bottom: 1rem;
  text-align: center;
}

.sliderSection .carousel .carousel-indicators li {
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50%;
  border: 4px solid #c4c4c4;
}

.sliderSection .carousel .carousel-indicators .active {
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  background-color: #c4c4c4;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50%;
  border: 4px solid #c4c4c4;
}

.sliderSection .carousel .carouselArrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.sliderSection .carousel .carouselArrows .carousel-control-prev {
  position: absolute;
  left: 1rem;
}

.sliderSection .carousel .carouselArrows .carousel-control-prev img {
  width: 24px;
}

.sliderSection .carousel .carouselArrows .carousel-control-next {
  position: absolute;
  right: 1rem;
}

.sliderSection .carousel .carouselArrows .carousel-control-next img {
  width: 24px;
}

.autoSliderContainer {
  overflow-x: hidden;
  white-space: nowrap;
}

.autoSliderContainer .autoSlider {
  display: inline-block;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.companiesContainer {
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.companiesContainer .companyElement {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.headerSection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
}

@media (max-width: 1600px) {
  .headerSection {
    position: static;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.headerSection .topSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
}

@media (max-width: 1600px) {
  .headerSection .topSection {
    display: none;
  }
}

.headerSection .topSection .contacts .contact {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-right: 24px;
}

.headerSection .topSection .contacts .contact:hover {
  opacity: 0.8;
}

.headerSection .topSection .contacts .contact:hover .contactIcon {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.headerSection .topSection .contacts .contact .contactIcon {
  margin-right: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.headerSection .topSection .actions .action {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  margin-left: 6px;
}

.headerSection .topSection .actions .action img {
  max-width: 100%;
}

.headerSection .topSection .actions .action img:hover {
  opacity: 0.8;
}

.headerSection .topSection .actions .languages {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  margin-left: 6px;
  margin-top: 2px;
}

.headerSection .topSection .actions .languages img {
  max-width: 100%;
}

.headerSection .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 64px;
  padding-right: 64px;
}

@media (max-width: 1600px) {
  .headerSection .navigation {
    display: none;
  }
}

.headerSection .navigation .leftNavigation {
  width: 50%;
}

.headerSection .navigation .leftNavigation .navLink {
  margin-right: 48px;
}

.headerSection .navigation .rightNavigation {
  width: 50%;
  text-align: right;
}

.headerSection .navigation .rightNavigation .navLink {
  margin-left: 48px;
}

.headerSection .navigation .navLink {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.headerSection .navigation .navLink a {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
}

.headerSection .navigation .navLink a:hover {
  color: #8BE28B;
}

.headerSection .pageLogo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1600px) {
  .headerSection .pageLogo {
    position: static;
    max-width: 200px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: auto;
    margin-right: auto;
  }
}

.headerSection .pageLogo a img {
  max-width: 80%;
}

.headerSection .pageLogo a img:hover {
  opacity: 0.95;
}

.offerSection {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

@media (max-width: 1600px) {
  .offerSection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.offerSection .offersHeader {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.085em;
  margin: 0;
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .offerSection .offersHeader {
    font-size: 1.75rem;
  }
}

.offerSection .offersArrows {
  margin-top: 36px;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 1600px) {
  .offerSection .offersArrows {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.offerSection .offersArrows .before {
  width: 33.333%;
  text-align: center;
}

@media (max-width: 1600px) {
  .offerSection .offersArrows .before {
    width: 50%;
  }
}

.offerSection .offersArrows .after {
  width: 33.333%;
  text-align: center;
}

@media (max-width: 1600px) {
  .offerSection .offersArrows .after {
    width: 50%;
  }
}

.offerSection .offersArrows .innerText {
  display: inline-block;
  padding-left: 4px;
  border-left: 6px solid #E28BE2;
}

.offerSection .offersArrows .innerText:hover {
  color: #E28BE2;
  cursor: pointer;
}

@media (max-width: 600px) {
  .offerSection .offersArrows .innerText {
    font-size: 0.8rem;
    padding-left: 0;
    border-left: none;
  }
}

.offerSection .offers {
  overflow-x: hidden;
  white-space: nowrap;
}

.offerSection .offers .offerBox {
  width: calc(100%/3);
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: normal;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1600px) {
  .offerSection .offers .offerBox {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 997px) {
  .offerSection .offers .offerBox {
    width: 100%;
  }
}

.offerSection .offers .offer {
  width: 460px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .offerSection .offers .offer {
    width: 100%;
  }
}

.offerSection .offers .offer:hover .offerImage .offerOverlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.offerSection .offers .offer .offerImage {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width: 600px) {
  .offerSection .offers .offer .offerImage {
    height: 200px;
  }
}

.offerSection .offers .offer .offerImage .offerOverlay {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 149.5%;
  letter-spacing: 0.1em;
  background: #fbf5ef;
  background: #fbf5efc0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1600px) {
  .offerSection .offers .offer .offerImage .offerOverlay {
    font-size: 0.9rem;
  }
}

.offerSection .offers .offer .offerImage .offerOverlay .offerOverlayInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.offerSection .offers .offer .offerImage .offerOverlay p {
  margin: 0;
  padding: 0;
}

.offerSection .offers .offer .offerTitle {
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 46px;
  background-color: #FBF5EF;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 0.035em;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .offerSection .offers .offer .offerTitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 600px) {
  .offerSection .offers .offer .offerTitle {
    font-size: 1rem;
    padding-bottom: 16px;
  }
}

.offerSection .offers .offer .offerPrice {
  min-width: 300px;
  max-width: 100%;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 0.035em;
  text-align: center;
  border-radius: 22px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -30px;
  display: inline-block;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .offerSection .offers .offer .offerPrice {
    min-width: auto;
    font-size: 1.25rem;
  }
}

@media (max-width: 600px) {
  .offerSection .offers .offer .offerPrice {
    font-size: 0.8rem;
    position: static;
    display: block;
    font-size: 1rem;
    border-radius: 0;
  }
}

.offerSection .seeMoreBtn {
  margin-top: 54px;
}

@media (max-width: 1600px) {
  .offerSection .seeMoreBtn {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.offerSection .seeMoreBtn a {
  border: 2px solid #F1DCC6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #434040;
  padding: 12px 24px;
}

.offerSection .seeMoreBtn a:hover {
  border-color: #2b2b2b;
}

@media (max-width: 600px) {
  .offerSection .seeMoreBtn a {
    font-size: 0.7rem;
  }
}

.homeSection {
  padding-top: 64px;
  padding-bottom: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .homeSection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.homeSection .homeHeader {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .homeSection .homeHeader {
    font-size: 1.75rem;
  }
}

.homeSection .homeContent {
  margin-top: 64px;
  width: 620px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(251, 245, 239, 0.9);
  border-radius: 22px;
  text-align: center;
  padding: 46px;
  position: relative;
}

@media (max-width: 1600px) {
  .homeSection .homeContent {
    margin-top: 2rem;
    padding: 2rem;
    width: 60%;
    font-size: 1rem;
    border-radius: 0;
    width: 100%;
    text-align: justify;
  }
}

.homeSection .homeContent .icons {
  position: absolute;
  bottom: -16px;
  right: 60px;
}

@media (max-width: 1600px) {
  .homeSection .homeContent .icons {
    display: none;
  }
}

.aboutSection {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 1600px) {
  .aboutSection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.aboutSection .aboutsHeader {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  padding-bottom: 64px;
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .aboutSection .aboutsHeader {
    font-size: 1.75rem;
    padding-bottom: 2rem;
  }
}

.aboutSection .abouts .aboutBox {
  position: relative;
}

@media (max-width: 1600px) {
  .aboutSection .abouts .aboutBox {
    position: static;
  }
}

.aboutSection .abouts .aboutBox:nth-of-type(odd) .aboutImage {
  margin-left: auto;
}

.aboutSection .abouts .aboutBox:nth-of-type(odd) .aboutContent {
  left: 0;
}

.aboutSection .abouts .aboutBox:nth-of-type(even) .aboutImage {
  margin-right: auto;
}

.aboutSection .abouts .aboutBox:nth-of-type(even) .aboutContent {
  right: 0;
}

.aboutSection .abouts .aboutBox .aboutContent {
  width: 720px;
  padding: 64px 40px;
  background-color: #FBF5EF;
  position: absolute;
  top: 50%;
  border-radius: 22px;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.aboutSection .abouts .aboutBox .aboutContent:hover {
  -webkit-transform: scale(1.1) translateY(-50%);
          transform: scale(1.1) translateY(-50%);
}

@media (max-width: 1600px) {
  .aboutSection .abouts .aboutBox .aboutContent {
    width: 100%;
    padding: 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 0;
    position: static;
  }
  .aboutSection .abouts .aboutBox .aboutContent:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.aboutSection .abouts .aboutBox .aboutContent .aboutHeader {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  padding: 12px 36px;
  background: #F9FBFD;
  border-radius: 22px;
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .aboutSection .abouts .aboutBox .aboutContent .aboutHeader {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-radius: 0;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
    padding: 12px;
    white-space: normal;
  }
}

.aboutSection .abouts .aboutBox .aboutContent .aboutHeader .aboutIcon {
  height: 29px;
  margin-right: 6px;
}

@media (max-width: 1600px) {
  .aboutSection .abouts .aboutBox .aboutContent .aboutHeader .aboutIcon {
    display: none;
  }
}

.aboutSection .abouts .aboutBox .aboutContent .aboutText {
  text-align: center;
}

@media (max-width: 1600px) {
  .aboutSection .abouts .aboutBox .aboutContent .aboutText {
    text-align: justify;
  }
}

.aboutSection .abouts .aboutBox .aboutContent .seeMoreBtn {
  display: inline-block;
  background: #FFFFFF;
  border: 2px solid #FBF5EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  padding: 12px 76px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aboutSection .abouts .aboutBox .aboutContent .seeMoreBtn:hover {
  border-color: #2b2b2b;
}

@media (max-width: 1600px) {
  .aboutSection .abouts .aboutBox .aboutContent .seeMoreBtn {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 2rem;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 12px;
  }
}

.aboutSection .abouts .aboutBox .aboutImage {
  width: 920px;
  height: 530px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1600px) {
  .aboutSection .abouts .aboutBox .aboutImage {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 800px) {
  .aboutSection .abouts .aboutBox .aboutImage {
    height: 300px;
  }
}

.roomSection .roomsHeader {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  padding-bottom: 64px;
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .roomSection .roomsHeader {
    padding-bottom: 2rem;
    font-size: 1.75rem;
  }
}

.roomSection .rooms .room {
  width: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .roomSection .rooms .room {
    width: 300px;
    height: 300px;
  }
}

.roomSection .rooms .room:hover .roomOverlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.roomSection .rooms .room .roomOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px;
  background-color: #fbf5ef;
  background-color: #fbf5ef9d;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  white-space: normal;
}

@media (max-width: 1600px) {
  .roomSection .rooms .room .roomOverlay {
    display: none;
  }
}

.roomSection .rooms .room .roomOverlay .roomOverlayInside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.roomSection .rooms .room .roomOverlay .roomOverlayHeader {
  margin: 0;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
}

.roomSection .rooms .room .roomOverlay .roomOverlayContent {
  margin-top: 26px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 149.5%;
  letter-spacing: 0.1em;
}

.roomSection .rooms .room .roomOverlay .roomOverlayAttributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}

.roomSection .rooms .room .roomOverlay .roomOverlayAttributes .roomOverlayAttribute {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.085em;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.roomSection .rooms .room .roomOverlay .roomOverlayAttributes .roomOverlayAttribute img {
  margin-right: 4px;
}

.reviewSection {
  padding-top: 64px;
}

@media (max-width: 1600px) {
  .reviewSection {
    padding-top: 0rem;
  }
}

.reviewSection .reviewsHeader {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1600px) {
  .reviewSection .reviewsHeader {
    font-size: 1.75rem;
  }
}

.reviewSection .reviewsArrows {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 1600px) {
  .reviewSection .reviewsArrows {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.reviewSection .reviewsArrows .before {
  width: 33.333%;
  text-align: center;
}

@media (max-width: 1600px) {
  .reviewSection .reviewsArrows .before {
    width: 50%;
  }
}

.reviewSection .reviewsArrows .after {
  width: 33.333%;
  text-align: center;
}

@media (max-width: 1600px) {
  .reviewSection .reviewsArrows .after {
    width: 50%;
  }
}

.reviewSection .reviewsArrows .innerText {
  display: inline-block;
  padding-left: 4px;
  border-left: 6px solid #E28BE2;
}

.reviewSection .reviewsArrows .innerText:hover {
  color: #E28BE2;
  cursor: pointer;
}

@media (max-width: 600px) {
  .reviewSection .reviewsArrows .innerText {
    font-size: 0.8rem;
    padding-left: 0;
    border-left: none;
  }
}

.reviewSection .reviews {
  overflow-x: hidden;
  white-space: nowrap;
  padding-top: 112px;
  padding-bottom: 112px;
}

@media (max-width: 1600px) {
  .reviewSection .reviews {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}

.reviewSection .reviews .reviewBox {
  width: calc(100%/3);
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: normal;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  padding-left: 2%;
  padding-right: 2%;
}

@media (max-width: 1600px) {
  .reviewSection .reviews .reviewBox {
    width: 100%;
  }
}

.reviewSection .reviews .review {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #FBF5EF;
  border-radius: 22px;
  position: relative;
  padding: 64px 48px 20px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1600px) {
  .reviewSection .reviews .review {
    padding: 24px;
  }
}

.reviewSection .reviews .review .logos {
  position: absolute;
  left: 48px;
  top: -24px;
}

@media (max-width: 1600px) {
  .reviewSection .reviews .review .logos {
    display: none;
  }
}

.reviewSection .reviews .review .citeStart {
  position: absolute;
  bottom: -12px;
  left: 48px;
}

@media (max-width: 1600px) {
  .reviewSection .reviews .review .citeStart {
    display: none;
  }
}

.reviewSection .reviews .review .citeEnd {
  position: absolute;
  top: -12px;
  right: 48px;
}

@media (max-width: 1600px) {
  .reviewSection .reviews .review .citeEnd {
    display: none;
  }
}

.reviewSection .reviews .review .reviewContent {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 149.5%;
  text-align: center;
  letter-spacing: 0.1em;
}

.reviewSection .reviews .review .reviewContent .reviewAuthor {
  margin-top: 1rem;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 149.5%;
  letter-spacing: 0.1em;
  color: #878080;
  text-align: right;
}

.mapSection {
  height: 600px;
}

@media (max-width: 1600px) {
  .mapSection {
    height: 300px;
  }
}

.footerSection {
  background-color: #FBF5EF;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1600px) {
  .footerSection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.footerSection .footerArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
  .footerSection .footerArrow {
    display: none;
  }
}

.footerSection .footerArrow .arrows {
  width: 50px;
}

.footerSection .footerArrow .arrows:hover .arrowTop1 {
  top: 14px;
}

.footerSection .footerArrow .arrows:hover .arrowTop3 {
  top: -14px;
}

.footerSection .footerArrow .arrows .arrowTop1 {
  position: relative;
  top: 12px;
  -webkit-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
}

.footerSection .footerArrow .arrows .arrowTop3 {
  position: relative;
  top: -12px;
  -webkit-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
}

.footerSection .fixedBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 1600px) {
  .footerSection .fixedBox {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1600px) {
  .footerSection .fixedBox .leftBox {
    padding-top: 0;
  }
}

.footerSection .fixedBox .leftBox .footerInfo {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.footerSection .fixedBox .leftBox .footerInfo p {
  margin: 0;
}

@media (max-width: 1600px) {
  .footerSection .fixedBox .leftBox .footerInfo {
    display: block;
  }
}

.footerSection .fixedBox .leftBox .contacts {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 100px;
}

@media (max-width: 1600px) {
  .footerSection .fixedBox .leftBox .contacts {
    display: block;
    margin-left: 0;
  }
}

.footerSection .fixedBox .leftBox .contacts .contact {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.footerSection .fixedBox .leftBox .contacts .socials {
  margin-top: 10px;
  margin-bottom: 1rem;
}

.footerSection .fixedBox .leftBox .contacts .socials .social {
  margin-right: 6px;
}

.footerSection .fixedBox .leftBox .contacts .socials .social:hover {
  opacity: 0.8;
}

@media (max-width: 1600px) {
  .footerSection .fixedBox .leftBox .contacts .socials .social {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.footerSection .fixedBox .rightBox .footerLogo {
  text-align: right;
}

@media (max-width: 1600px) {
  .footerSection .fixedBox .rightBox .footerLogo {
    text-align: center;
  }
}

.footerSection .fixedBox .rightBox .footerLogo img {
  max-width: 80%;
}

.footerSection .fixedBox .rightBox .footerLogo img:hover {
  opacity: 0.8;
}

@media (max-width: 1600px) {
  .footerSection .fixedBox .rightBox .footerLogo {
    margin-top: 1rem;
  }
}

.sliderSection {
  position: relative;
}

.sliderSection .sliderArrow {
  position: absolute;
  z-index: 4;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.sliderSection .sliderArrow a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #fff;
}

.sliderSection .sliderArrow a:hover .arrow .arrowTop1 {
  -webkit-transform: translateX(-50%) translateY(-6px);
          transform: translateX(-50%) translateY(-6px);
}

.sliderSection .sliderArrow a:hover .arrow .arrowTop2 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sliderSection .sliderArrow a:hover .arrow .arrowTop3 {
  -webkit-transform: translateX(-50%) translateY(6px);
          transform: translateX(-50%) translateY(6px);
}

.sliderSection .sliderArrow a .arrow {
  height: 30px;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 12px;
}

.sliderSection .sliderArrow a .arrow img {
  width: 20px;
  display: inline-block;
}

.sliderSection .sliderArrow a .arrow .arrowTop1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.sliderSection .sliderArrow a .arrow .arrowTop2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.sliderSection .sliderArrow a .arrow .arrowTop3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.languages {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 6px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.languages:hover .languagesBox {
  display: block;
}

.languages:hover .languageArrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.languages img {
  width: 8px !important;
}

.languages .languageArrow {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.languages .languagesBox {
  position: absolute;
  padding-top: 32px;
  top: 0;
  display: none;
}

.languages .languagesBox .language {
  display: inline-block;
  margin-bottom: 6px;
  text-align: center;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  border-radius: 50%;
  color: #fff;
}

.languages .languagesBox .language:hover {
  background-color: #000;
  cursor: pointer;
}

.mobileLanguages {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
}

.mobileLanguages a {
  color: #fff !important;
}

@media (max-width: 1600px) {
  .mobileLanguages {
    display: inline-block;
  }
}

.mobileLanguages .language {
  width: 36px !important;
  height: 36px !important;
  padding-top: 12px !important;
}

.mobileLanguages .languagesBox {
  padding-top: 42px !important;
}

.mobileLanguages .actualLanguage {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center !important;
  font-size: 0.65rem !important;
  padding-top: 11px !important;
  margin-left: 0 !important;
}

.subpageHeaderSection {
  background-color: #2b2b2b;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media (max-width: 1600px) {
  .subpageHeaderSection {
    position: static;
  }
}

.subpageHeaderSection .subpageHeaderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1600px) {
  .subpageHeaderSection .subpageHeaderWrapper {
    display: block;
    text-align: center;
  }
}

.subpageHeaderSection .subpageHeaderWrapper .subpageLogo img {
  max-width: 140px;
}

.subpageHeaderSection .subpageHeaderWrapper .navigations {
  font-weight: bold !important;
  margin-top: 6px;
}

@media (max-width: 1600px) {
  .subpageHeaderSection .subpageHeaderWrapper .navigations {
    display: none;
  }
}

.subpageHeaderSection .subpageHeaderWrapper .navigations .navLink {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 26px;
  margin-right: 26px;
}

.subpageHeaderSection .subpageHeaderWrapper .navigations a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.subpageHeaderSection .subpageHeaderWrapper .navigations a:hover {
  color: #8BE28B;
}

.subpageHeaderSection .subpageHeaderWrapper .topSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
}

@media (max-width: 1600px) {
  .subpageHeaderSection .subpageHeaderWrapper .topSection {
    display: none;
  }
}

.subpageHeaderSection .subpageHeaderWrapper .topSection .contacts .contact {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-right: 24px;
}

.subpageHeaderSection .subpageHeaderWrapper .topSection .contacts .contact .contactIcon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.subpageHeaderSection .subpageHeaderWrapper .topSection .actions .action {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  margin-left: 6px;
}

.subpageHeaderSection .subpageHeaderWrapper .topSection .actions .action img {
  max-width: 100%;
}

.subpageHeaderSection .subpageHeaderWrapper .topSection .actions .languages {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  margin-left: 6px;
  margin-top: 2px;
}

.subpageHeaderSection .subpageHeaderWrapper .topSection .actions .languages img {
  max-width: 100%;
}

.subpageBanner {
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 0px;
}

@media (max-width: 1600px) {
  .subpageBanner {
    display: none;
  }
}

.subpageBanner .subpageBannerImage {
  margin-top: 300px;
}

.subpageBanner img {
  max-width: 100%;
}

.contactContent .flexBox .contactBox {
  position: relative;
}

.contactContent .flexBox .contactBox .icons {
  position: absolute;
  top: 0;
  left: -32px;
}

@media (max-width: 1600px) {
  .contactContent .flexBox .contactBox .icons {
    display: none;
  }
}

.reserveBox {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
}

.reserveBox:hover .reserveOverlay {
  display: inline-block;
}

.reserveBox .reserveIcon {
  background-color: #8BB6E2;
  border-radius: 50%;
  padding: 1rem;
}

.reserveBox .reserveIcon:hover {
  cursor: pointer;
  color: #d8d8d8;
}

.reserveBox .reserveOverlay {
  text-align: center;
  padding: 1rem;
  border-radius: 4px;
  background-color: #8BB6E2;
  background-color: #8BB6E2ab;
  color: #fff;
  position: absolute;
  left: 4rem;
  top: -12px;
  min-width: 250px;
  display: none;
  z-index: 5;
}

@media (max-width: 1600px) {
  .reserveBox .reserveOverlay {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .reserveBox .reserveOverlay {
    width: 70vw;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.reserveBox .reserveOverlay::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 60px;
}

.reserveBox .reserveOverlay .contact a {
  margin-top: 1rem;
  color: #fff;
}

.reserveBox .reserveOverlay .contact a img {
  margin-right: 8px;
}

.markBox {
  position: fixed;
  left: 1rem;
  bottom: 5rem;
}

.markBox:hover .reserveOverlay {
  display: inline-block;
}

.markBox .reserveIcon {
  background-color: #8BB6E2;
  border-radius: 50%;
  padding: 1rem;
}

.markBox .reserveIcon:hover {
  cursor: pointer;
  color: #d8d8d8;
}

.markBox .reserveOverlay {
  text-align: center;
  border-radius: 4px;
  background-color: #8BB6E2;
  background-color: #8BB6E2ab;
  color: #fff;
  position: absolute;
  left: 4rem;
  top: -12px;
  min-width: 250px;
  display: none;
  z-index: 5;
}

@media (max-width: 1600px) {
  .markBox .reserveOverlay {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .markBox .reserveOverlay {
    width: 70vw;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.markBox .reserveOverlay::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 60px;
}

.markBox .reserveOverlay .contact a {
  margin-top: 1rem;
  color: #fff;
}

.markBox .reserveOverlay .contact a img {
  margin-right: 8px;
}

.galleryPageSection {
  margin-top: 2rem;
}

.galleryPageSection .galleryHeaders {
  text-align: center;
  margin-bottom: 3rem;
}

.galleryPageSection .galleryHeaders .galleryHeader {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #242424;
  font-weight: bolder;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
}

.galleryPageSection .galleryHeaders .galleryHeader:hover {
  cursor: pointer;
  color: #242424;
  border-bottom: 3px solid #E28BE2;
}

.galleryPageSection .galleryHeaders .galleryHeaderActive {
  border-bottom: 3px solid #E28BE2;
}

.galleryPageSection .galleryTabs .photosContainer {
  display: none;
}

.galleryPageSection .galleryTabs .galleryBoxActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roomSubpageSection {
  margin-top: 2rem;
}

.roomSubpageSection .roomBlue .roomContent .roomPrice::after {
  background-color: #8BB6E2 !important;
}

.roomSubpageSection .roomBlue .roomContent .roomPrice span {
  color: #8BB6E2 !important;
}

.roomSubpageSection .roomBlue .roomContent .seeMoreBtn a {
  border-color: #8BB6E2 !important;
}

.roomSubpageSection .roomGreen .roomContent .roomPrice::after {
  background-color: #8BE28B !important;
}

.roomSubpageSection .roomGreen .roomContent .roomPrice span {
  color: #8BE28B !important;
}

.roomSubpageSection .roomGreen .roomContent .seeMoreBtn a {
  border-color: #8BE28B !important;
}

.roomSubpageSection .room {
  margin-bottom: 64px;
}

.roomSubpageSection .room .roomImage {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.roomSubpageSection .room .roomContent {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  min-height: 175px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

@media (max-width: 997px) {
  .roomSubpageSection .room .roomContent {
    width: 95%;
  }
}

.roomSubpageSection .room .roomContent .roomPrice {
  position: absolute;
  right: 112px;
  top: -24px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.085em;
  background: #FFFFFF;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
}

.roomSubpageSection .room .roomContent .roomPrice::after {
  content: '';
  display: block;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 3px;
  background-color: #DE8EDE;
}

@media (max-width: 997px) {
  .roomSubpageSection .room .roomContent .roomPrice {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .roomSubpageSection .room .roomContent .roomPrice {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
    border-radius: 0;
  }
}

.roomSubpageSection .room .roomContent .roomPrice span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.085em;
  color: #DE8EDE;
}

@media (max-width: 997px) {
  .roomSubpageSection .room .roomContent .roomPrice span {
    font-size: 12px;
  }
}

.roomSubpageSection .room .roomContent .roomHeader {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.085em;
  text-align: center;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
}

@media (max-width: 997px) {
  .roomSubpageSection .room .roomContent .roomHeader {
    font-size: 1.25rem;
  }
}

.roomSubpageSection .room .roomContent .roomOverlayAttributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}

.roomSubpageSection .room .roomContent .roomOverlayAttributes .roomOverlayAttribute {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.085em;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.roomSubpageSection .room .roomContent .roomOverlayAttributes .roomOverlayAttribute img {
  margin-right: 4px;
}

.roomSubpageSection .room .roomContent .seeMoreBtn {
  text-align: center;
  margin-top: 1rem;
  font-family: 'Karma', serif;
  font-weight: 400;
  font-style: normal;
}

.roomSubpageSection .room .roomContent .seeMoreBtn a {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.035em;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  border-bottom: 3px solid #DE8EDE;
}

.subpageOfferSection {
  padding-bottom: 0;
  padding-top: 2rem;
}

.subpageOfferSection .wrapper {
  width: 100%;
}

.subpageOfferSection .offers {
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subpageOfferSection .offers .offerBox {
  width: 50%;
}

@media (max-width: 1600px) {
  .subpageOfferSection .offers .offerBox {
    width: 100%;
  }
}

.fixedMenu .subpageHeaderSection {
  position: static;
}

.subpageBody .content-wrap {
  padding-top: 80px;
}

@media (max-width: 1600px) {
  .subpageBody .content-wrap {
    padding-top: 0;
  }
}

.credits {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

@media (max-width: 1600px) {
  .credits {
    text-align: center;
  }
}

.credits a {
  color: #000;
  font-size: 12px;
}

.footer-navigation {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */