/* Base */
html,
body {
  height: 100%;
}
body {
  font-family: 'Lato-Regular', sans-serif;
  line-height: 1;
  font-weight: 300;
  -ms-overflow-style: scrollbar;
  position: relative;
}
body.disable-scroll {
  overflow: hidden;
}
*:focus,
a:focus {
  outline: none !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1259px) {
  .dropdown-backdrop {
    display: none !important;
  }
}
.wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 230px;
}
.wrapper.full {
  max-width: 100%;
  padding-right: 0;
}
@media (max-width: 1259px) {
  .wrapper {
    padding-right: 0;
  }
}
.container {
  width: 100%;
  padding: 0 70px;
}
.container.full {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 1499px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1259px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 969px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 599px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  min-width: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  margin: 0;
}
a:link {
  text-decoration: none;
}
select::-ms-expand {
  display: none !important;
}
::-ms-expand {
  display: none !important;
}
code {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #c7254e;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 40px;
}
.ux {
  padding: 20px 40px;
  position: relative;
}
.ux.bg-black {
  background-color: #a9a9a9;
}
.ux--full-height {
  height: 100%;
}
div.ui-datepicker {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  z-index: 30 !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 5px;
}
.slick-slide {
  height: auto;
}
input,
select,
textarea {
  border: 0px solid transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  text-indent: 0.01px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
}
.i-adult {
  width: 43px;
  height: 43px;
  border: 5px solid #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background-color: #3d808b;
}
.i-adult__text {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  font-family: 'Lato-Light';
  line-height: 1 !important;
}
.btn-main { 
  border-radius: 2px;
  padding: 4px 0;
  margin: 1px;
  border: 1px solid #879A73;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
  min-width: 134px;
  opacity: 1;
      border-radius: 2px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-main.verde {
  background-color: #879A73;
}
.btn-main__text {
  font-size: 14px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #9BBDA7;
  line-height: 1.4;
  display: block;
  text-align: center;
  padding: 0 20px;
  letter-spacing: 1.3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-main.verde .btn-main__text {
  color: #fff;
}
.btn-main:hover,
.btn-main:focus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background: #879A73;
    color: #fff;
}
.btn-main:hover .btn-main__text,
.btn-main:focus .btn-main__text {
  color: #fff;
}
.btn-main--transparent {
  border-color: #fff; 
  -ms-filter: none;
  filter: none;
}
.btn-main--transparent .btn-main__text {
  color: #fff;
}
.btn-main--transparent:hover,
.btn-main--transparent:focus {
  background-color: #fff;
}
.btn-main--transparent:hover .btn-main__text,
.btn-main--transparent:focus .btn-main__text {
  color: #4D692F;
}
.btn-main--full-width {
  width: 100%;
  min-width: 100%;
}
.btn-main--open-sans {
  padding: 4.5px 0;
}
.btn-main--open-sans .btn-main__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.btn-main--lg {
  padding: 5.5px 0;
  min-width: 120px;
}
.btn-main--lg .btn-main__text {
  font-size: 15px;
  font-family: 'Lato-Light', sans-serif;
  font-weight: 400;
}
.btn-main--reverse {
  background-color: #879A73;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border: 0;
  margin: 0;
}
.btn-main--reverse .btn-main__text {
  color: #879A73; 
  font-size: 15px;
  font-weight:700;
  background-color: #fff;
  padding: 5px 10px; 
  font-family: 'Lato-Light', sans-serif;
}
.btn-main--reverse:hover,
.btn-main--reverse:focus {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-main--reverse:hover .btn-main__text,
.btn-main--reverse:focus .btn-main__text{
  color: #879A73; 
  padding-right: 7px;
}
.btn-circle {
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #879A73;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-circle:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 1;
  color: #9BBDA7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-circle:hover,
.btn-circle:focus,
.btn-top:hover .btn-circle,
.btn-top:focus .btn-circle,
.m-faq-item__wrap-title:hover .btn-circle,
.m-faq-item__wrap-title:focus .btn-circle,
.m-faq-item.active .btn-circle,
.m-floating-item:hover .btn-circle,
.m-floating-item:focus .btn-circle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
  background-color: #879A73;
  border-color: #879A73;
}
.btn-circle:hover:after,
.btn-circle:focus:after,
.btn-top:hover .btn-circle:after,
.btn-top:focus .btn-circle:after,
.m-faq-item__wrap-title:hover .btn-circle:after,
.m-faq-item__wrap-title:focus .btn-circle:after,
.m-faq-item.active .btn-circle:after,
.m-floating-item:hover .btn-circle:after,
.m-floating-item:focus .btn-circle:after{
  color: #fff;
}
.btn-circle--small {
  width: 28px;
  height: 28px;
}
.btn-circle--transparent {
  border-color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.btn-circle--transparent:after {
  color: #fff;
}
.btn-circle--transparent:hover,
.btn-circle--transparent:focus {
  background-color: #879A73;
}
.btn-circle--transparent:hover:after,
.btn-circle--transparent:focus:after {
  color: #fff;
}
.btn-circle--close:after {
  content: '\e902';
}
.btn-circle--plus:after {
  content: '\e903';
}
.btn-circle--arrow-top {
  content: '\e98b';
  font-size: 33px;
      border: 1px solid #9BBDA7 ;
}
.btn-circle--arrow-top:after {
  content: '\e98b';
  font-size: 33px;
      color: #879A73;
}
.btn-circle--arrow-bottom:after {
  content: '\e90b';
}
.btn-circle--arrow-right:after {
  content: '\e90a';
}
.btn-circle--arrow-left:after {
  content: '\e909';
}
.btn-circle--menu:after {
  content: '\e901';
}
.btn-link {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link__text {
  font-size: 13px;
  color: #879A73;
  line-height: 1.7;
  font-weight: 700;
}
.btn-link:hover,
.btn-link:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  text-decoration: none;
}
.btn-close-small-offer {
  width: 22px;
  height: 22px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #879A73;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  overflow: hidden;
}
.btn-close-small-offer:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 14px;
}
.btn-close-small-offer__text {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8px;
  padding-left: 8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-close-small-offer:hover,
.btn-close-small-offer:focus {
  width: 100%;
  height: 22px;
}
.btn-close-small-offer:hover .btn-close-small-offer__text,
.btn-close-small-offer:focus .btn-close-small-offer__text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.btn-open-small-offer {
  width: 92px;
  height: 92px;
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.btn-open-small-offer:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #879A73;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.btn-open-small-offer__text {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5px;
  display: block;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #171420;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.btn-open-small-offer:hover:after,
.btn-open-small-offer:focus:after {
  width: 108px;
  height: 108px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.btn-open-small-offer:hover .btn-open-small-offer__text,
.btn-open-small-offer:focus .btn-open-small-offer__text {
  color: rgba(255,255,255,0.6);
}
.btn-slide-control {
  width: 23px;
  height: 70px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-slide-control__btn {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
}
.btn-slide-control__btn:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #171420;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-slide-control:hover,
.btn-slide-control:focus {
  width: 30px;
  height: 70px;
}
.btn-slide-control:hover .btn-slide-control__btn:after,
.btn-slide-control:focus .btn-slide-control__btn:after {
  color: #879A73;
}
.btn-slide-control--next .btn-slide-control__btn {
  right: 0;
}
.btn-slide-control--next .btn-slide-control__btn:after {
  content: '\e909';
  left: 75%;
}
.btn-slide-control--prev .btn-slide-control__btn {
  left: 0;
}
.btn-slide-control--prev .btn-slide-control__btn:after {
  content: '\e90a';
  left: 25%;
}
.btn-toggle {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-toggle__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.35;
  letter-spacing: 1px;
  margin-right: 15px;
}
.btn-toggle__icon {
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.btn-toggle__icon:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.btn-toggle:hover,
.btn-toggle:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.btn-toggle--open .btn-toggle__icon:after {
  content: '\e901';
}
.btn-toggle--close .btn-toggle__icon:after {
  content: '\e902';
}
.btn-toggle--book .btn-toggle__text {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.btn-toggle--book .btn-toggle__icon {
  border-color: #fff;
}
.btn-toggle--book .btn-toggle__icon:after {
  color: #fff;
}
@media (max-width: 767px) {
  .btn-toggle--hotel-nav {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .btn-toggle--hotel-nav .btn-toggle__text {
    font-size: 17px;
    font-family: 'Amble Condensed', sans-serif;
    color: #fff;
    margin: 0;
  }
  .btn-toggle--hotel-nav .btn-toggle__icon {
    border-color: transparent;
    position: relative;
    top: -1px;
  }
  .btn-toggle--gallery-tab .btn-toggle__text {
    color: rgba(135,154,115,0.5);;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
  }
  .btn-toggle--gallery-tab .btn-toggle__icon {
    border-color: transparent;
    position: relative;
    top: -1px;
  }
  .btn-toggle--gallery-tab .btn-toggle__icon:after {
    color: rgba(135,154,115,0.5);;
  }
}
@media (max-width: 599px) {
  .btn-toggle__text {
    display: none;
  }
  .btn-toggle--hotel-nav .btn-toggle__text,
  .btn-toggle--gallery-tab .btn-toggle__text {
    display: inline-block;
  }
}
.btn-social {
  width: 40px;
  height: 40px;
  border: 1px solid #9BBDA7;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-social:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #879A73;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-social:hover {
  border: 1px solid #879A73;
  background-color: #879A73;
}
.btn-social:hover:after {
  color: #fff;
}
.btn-social--facebook:after {
  content: '\e91d';
      font-size: 40px;
}

/*.btn-social--facebook:hover,
.btn-social--facebook:focus {
  border-color: #185b95;
}
.btn-social--facebook:hover:after,
.btn-social--facebook:focus:after {
  color: #185b95;
}*/
.btn-social--twitter:after {
  content: '\e90d';
  font-size: 20px!important;
}
/*
.btn-social--twitter:hover,
.btn-social--twitter:focus {
  border-color: #00c3f4;
}
.btn-social--twitter:hover:after,
.btn-social--twitter:focus:after {
  color: #00c3f4;
}*/
.btn-social--youtube:after {
  content: '\e91f';
      font-size: 40px;
}
/*
.btn-social--youtube:hover,
.btn-social--youtube:focus {
  border-color: #f03b20;
}
.btn-social--youtube:hover:after,
.btn-social--youtube:focus:after {
  color: #f03b20;
}
*/
.btn-social--instagram:after {
  content: '\e91e';
      font-size: 40px;
}
/*
.btn-social--instagram:hover,
.btn-social--instagram:focus {
  border-color: #185b95;
}
.btn-social--instagram:hover:after,
.btn-social--instagram:focus:after {
  color: #185b95;
}
*/
.btn-social--rss:after {
  content: '\e920';
      font-size: 40px;
}
/*
.btn-social--rss:hover,
.btn-social--rss:focus {
  border-color: orange;
}
.btn-social--rss:hover:after,
.btn-social--rss:focus:after {
  color: orange;
}
*/
.btn-social--tripadvisor:after {
  content: '\e921';
      font-size: 40px;
}
/*
.btn-social--tripadvisor:hover,
.btn-social--tripadvisor:focus {
  border-color: green;
}
.btn-social--tripadvisor:hover:after,
.btn-social--tripadvisor:focus:after {
  color: green;
}*/
.btn-floating-toggle {
  padding: 0px 15px;
  margin: 0;
  border: 0;
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.btn-floating-toggle__text {
  font-size: 12px;
  color: #879A73;
  font-family: 'Lato-Regular', sans-serif;
  text-transform: uppercase; 
  line-height: 29px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-floating-toggle:hover .btn-floating-toggle__text,
.btn-floating-toggle:focus .btn-floating-toggle__text {
  color: #4e8189;
  line-height: 34px;
}
.btn-book-toggle {
  width: 70px;
  height: 25px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.btn-book-toggle__btn {
  width: 70px;
  height: 70px;
  border: 0;
  padding: 0;
  background-color: #879A73;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-book-toggle__btn:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90b';
  display: block;
  position: absolute;
  left: 50%;
  top: 75%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.5);
  font-size: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-book-toggle:hover .btn-book-toggle__btn,
.btn-book-toggle:focus .btn-book-toggle__btn,
.m-book-toggle:hover .btn-book-toggle .btn-book-toggle__btn,
.m-book-toggle:focus .btn-book-toggle .btn-book-toggle__btn {
  background-color:#5E6C50;
}
.btn-book-toggle:hover .btn-book-toggle__btn:after,
.btn-book-toggle:focus .btn-book-toggle__btn:after,
.m-book-toggle:hover .btn-book-toggle .btn-book-toggle__btn:after,
.m-book-toggle:focus .btn-book-toggle .btn-book-toggle__btn:after {
  color: #fff;
}
.btn-top {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.btn-top__text {
  font-size: 11px;
  text-transform: uppercase;
  color: #171420;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  letter-spacing: 1px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-top:hover .btn-top__text,
.btn-top:focus .btn-top__text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-bottom: 7px;
}
.lightbox .lb-outerContainer,
.lightbox .lb-image {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.lightbox .lb-container,
.lightbox .lb-dataContainer {
  padding: 0;
}
.lightbox .lb-dataContainer {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lightbox .lb-nav {
  height: auto;
  background-color: #f00;
  top: calc(50% - 13.5px);
}
.lightbox .lb-nav .lb-next,
.lightbox .lb-nav .lb-prev {
  display: inline-block !important;
  position: absolute;
}
.lightbox .lb-nav .lb-next {
  right: 30px;
}
.lightbox .lb-nav .lb-prev {
  left: 30px;
}
.lightbox .lb-data {
  padding: 0;
  position: relative;
}
.lightbox .lb-data .lb-details {
  float: none;
  width: 100%;
  background-color: #fff;
  padding: 0 30px;
}
.lightbox .lb-data .lb-caption {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(135,154,115,0.5);;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.lightbox .lb-data .lb-number {
  display: none !important;
}
.lightbox .lb-data .lb-close {
  background-image: none;
  width: 32px;
  height: 32px;
  border: 1px solid #171420;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: calc(50% - 16px);
  position: absolute;
  right: 19px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lightbox .lb-data .lb-close:after {
  content: '\e902';
  display: block;
  position: absolute;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #171420;
}
.lightbox .lb-data .lb-close:hover,
.lightbox .lb-data .lb-close:focus {
  border-color: $green-dark;
}
.lightbox .lb-data .lb-close:hover:after,
.lightbox .lb-data .lb-close:focus:after {
  color: $green-dark;
}
@-moz-keyframes move_arrow {
  0% {
    top: 0;
  }
  100% {
    top: 15px;
  }
}
@-webkit-keyframes move_arrow {
  0% {
    top: 0;
  }
  100% {
    top: 15px;
  }
}
@-o-keyframes move_arrow {
  0% {
    top: 0;
  }
  100% {
    top: 15px;
  }
}
@keyframes move_arrow {
  0% {
    top: 0;
  }
  100% {
    top: 15px;
  }
}
/* Modules */
.m-location-arrive__title {
  font-size: 30px;
  color: #879A73;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  line-height: 1.2;
}
.m-location-arrive__item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-location-arrive__item:first-child {
  padding-top: 20px;
}
.m-location-arrive__wrap-title {
  padding-bottom: 30px;
}
.m-location-arrive__wrap-btn {
  padding: 30px 0;
  text-align: right;
}
@media (max-width: 969px) {
  .m-location-arrive__content {
    padding: 0 30px;
  }
  .m-location-arrive__wrap-title,
  .m-location-arrive__wrap-btn {
    text-align: center;
  }
  .m-location-arrive__wrap-title {
    padding-top: 40px;
    border-top: 1px solid rgba(135,154,115,0.8);;
  }
}
@media (max-width: 767px) {
  .m-location-arrive__content {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .m-location-arrive__title {
    font-size: 28px;
  }
  .m-location-arrive__item {
    padding: 30px 0;
  }
  .m-location-arrive__item:first-child {
    padding-top: 0;
  }
}
.m-location-arrive-item__content {
  position: relative;
}
.m-location-arrive-item__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #879A73;
  text-transform: uppercase;
}
.m-location-arrive-item__text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(23, 20, 32, 0.80);
  padding-bottom: 10px;
}
.m-location-arrive-item__icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 46px;
  height: 46px;
}
.m-location-arrive-item__icon:before {
  font-family: 'c2t';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #9BBDA7;
}
.icon-c2t-vahiculo_04:before {
  content: "\e6ac";
}
.m-location-arrive-item__wrap-btn {
  padding-top: 10px;
  padding-left: 215px;
}
.m-location-arrive-item__wrap-icon {
  width: 46px;
  position: absolute;
  top: -10px;
  left: 140px;
}
.m-location-arrive-item__wrap-title {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.m-location-arrive-item__wrap-text {
  padding: 0 40px 0 215px;
}
@media (max-width: 1389px) {
  .m-location-arrive-item__wrap-text {
    padding: 0 40px 0 85px;
  }
  .m-location-arrive-item__wrap-title {
    position: static;
    width: 100%;
    padding-left: 85px;
    padding-bottom: 15px;
  }
  .m-location-arrive-item__wrap-btn {
    padding-left: 85px;
  }
  .m-location-arrive-item__wrap-icon {
    left: 0;
  }
}
@media (max-width: 767px) {
  .m-location-arrive-item__content {
    text-align: center;
  }
  .m-location-arrive-item__wrap-text {
    padding: 0 15px;
  }
  .m-location-arrive-item__wrap-title {
    padding: 15px 0;
  }
  .m-location-arrive-item__wrap-icon {
    position: static;
    width: 100%;
  }
  .m-location-arrive-item__wrap-btn {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .m-location-arrive-item__wrap-text {
    padding: 0;
  }
}
.m-location-left-info__title {
  font-size: 30px;
  color: #879A73;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}
.m-location-left-info__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.m-location-left-info__subtitle--hide {
  display: none;
}
.m-location-left-info__text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(135,154,115,0.5);;
}
.m-location-left-info__wrap-title {
  padding-bottom: 30px;
}
.m-location-left-info__wrap-text {
  padding: 10px 0;
  max-width: 190px;
}
.m-location-left-info__wrap-btn {
  padding: 10px 0;
}
.m-location-left-info__item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-location-left-info__item:last-child {
  border-bottom: 0;
}
@media (max-width: 969px) {
  .m-location-left-info__content {
    text-align: center;
    padding: 0 30px;
  }
  .m-location-left-info__wrap-title {
    display: none;
  }
  .m-location-left-info__wrap-text {
    margin: 0 auto;
  }
  .m-location-left-info__subtitle--hide {
    display: block;
  }
  .m-location-left-info__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 30px 0;
    border: 0;
    position: relative;
  }
  .m-location-left-info__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: rgba(135,154,115,0.8);;
    right: 0;
    top: 80px;
  }
  .m-location-left-info__item:nth-child(3),
  .m-location-left-info__item:nth-child(4) {
    border-top: 1px solid rgba(135,154,115,0.8);;
  }
  .m-location-left-info__item:nth-child(even):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-location-left-info__content {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .m-location-left-info__item {
    width: 100%;
    display: block;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
  .m-location-left-info__item:after {
    display: none !important;
  }
}
.m-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.m-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 800px;
  margin: 40px auto;
}
.m-popup__wrap-btn {
  position: absolute;
  bottom: 100%;
  right: 36px;
}
.m-popup--webmap {
  max-width: 660px;
}
.m-popup--webmap .m-popup__wrap-btn {
  display: none;
}
.m-webmap-content__content {
  position: relative;
  padding: 30px 65px 50px 65px;
}
.m-webmap-content__title {
  font-size: 45px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  color: #879A73;
  padding: 15px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  margin-bottom: 10px;
}
.m-webmap-content__wrap-btn {
  position: absolute;
  top: 58px;
  right: 65px;
}
.m-webmap-content__wrap-text {
  max-height: 400px;
  overflow: scroll;
}
.m-webmap-content__link-group {
  padding-top: 15px;
  margin-bottom: 10px;
}
.m-webmap-content__list {
  padding-bottom: 15px;
}
.m-webmap-content__item {
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  padding: 10px 0 10px 15px;
  position: relative;
}
.m-webmap-content__item:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90a';
  display: block;
  position: absolute;
  color: rgba(135,154,115,0.5);;
  left: 0;
  top: 17px;
  font-size: 12px;
}
.m-webmap-content__link {
  display: block;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: rgba(135,154,115,0.5);;
  font-weight: 400;
}
.m-webmap-content__link--list {
  line-height: 1.68;
}
.m-webmap-content__link--main {
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-webmap-content__link:hover,
.m-webmap-content__link:focus {
  text-decoration: underline;
  color: #879A73;
}
@media (max-width: 599px) {
  .m-webmap-content__content {
    padding: 30px;
  }
  .m-webmap-content__title {
    font-size: 35px;
  }
  .m-webmap-content__wrap-btn {
    right: 30px;
    top: 50px;
  }
}
.m-top-btn__content {
  position: relative;
}
.s-back-top{
      position: absolute; 
    width: 100%;
    z-index: 2;
}
.m-top-btn__wrap-btn {
  position: absolute;
  right: 70px;
  top: 25px;
  z-index: 1;
}
 
@media (max-width: 969px) {
  .m-top-btn__wrap-btn {
    position: static;
    top: auto;
    text-align: center;
    padding: 40px 0;
  }
  .m-top-btn--hotel .m-top-btn__wrap-btn {
    padding: 0;
  }
  .s-back-top{
    position: relative;
  }
}
.m-error-message {
  max-width: 630px;
  margin: 0 auto;
}
.m-error-message__wrapper {
  padding: 60px 0 90px 0;
}
.m-error-message__content {
  text-align: center;
  position: relative;
}
.m-error-message__content:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #d9d9da;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
}
.m-error-message__title {
  font-size: 18px;
  color: #879A73 ;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.4px;
  padding: 10px 0;
  font-weight: 400;
}
.m-error-message__code {
  font-size: 300px;
  color: #879A73;
  line-height: 1.05;
  font-family: 'Lato-Light', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.m-error-message__text {
  font-size: 14px;
  color: #879A73;
  line-height: 1.7;
  font-weight: 400;
  max-width: 480px;
  margin: 0 auto;
}
.m-error-message__wrap-btn {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .m-error-message__content:after {
    top: 150px;
  }
  .m-error-message__code {
    font-size: 250px;
  }
}
@media (max-width: 599px) {
  .m-error-message__wrapper {
    padding: 30px 0 0;
  }
  .m-error-message__content {
    padding: 0 13px;
  }
  .m-error-message__content:after {
    top: 100px;
  }
  .m-error-message__code {
    font-size: 150px;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .m-error-message__title {
    font-size: 16px;
  }
}
.m-job-info__content {
  padding: 40px 0 140px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-job-info__text p {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.7;
  font-weight: 400;
  padding: 10px 0;
}
.m-job-info__wrap-text {
  border-top: 1px solid rgba(135,154,115,0.8);;
  padding: 20px 0;
  padding-right: 55px;
}
.m-job-info__wrap-btn {
  padding: 10px 0;
}
.m-job-info__wrap-btn-top {
  text-align: right;
  padding: 45px 0;
}
@media (max-width: 969px) {
  .m-job-info__content {
    padding: 30px 0;
    text-align: center;
  }
  .m-job-info__wrap-text {
    padding: 20px;
  }
  .m-job-info__wrap-btn-top {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .m-job-info__wrap-text {
    padding: 20px 0;
  }
}
.m-faq-list__content {
  padding-top: 45px;
}
.m-faq-list__item {
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-faq-list__item:first-child {
  border-top: 1px solid rgba(135,154,115,0.8);;
}
.m-faq-list__wrap-btn {
  text-align: right;
  padding: 45px 0;
  padding-right: 20px;
}
@media (max-width: 969px) {
  .m-faq-list__content {
    padding-top: 20px;
  }
  .m-faq-list__wrap-btn {
    text-align: center;
    padding-right: 0;
  }
}
.m-faq-item__content {
  padding: 0 20px;
}
.m-faq-item__title {
  font-size: 28px;
  color: rgba(31,112,121,0.6);
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 50px;
}
.m-faq-item__title:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #879A73;
  left: 0;
  top: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-faq-item__text p {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.7;
  font-weight: 400;
  padding: 10px 0;
}
.m-faq-item__wrap-title {
  padding: 30px 20px 20px 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 -20px;
}
.m-faq-item__wrap-title:hover .m-faq-item__title,
.m-faq-item__wrap-title:focus .m-faq-item__title {
  color: #879A73;
}
.m-faq-item__wrap-btn {
  position: absolute;
  right: 20px;
  top: 28px;
}
.m-faq-item__wrap-text {
  padding-right: 140px;
  padding-left: 10px;
  padding-bottom: 30px;
  display: none;
}
.m-faq-item .btn-circle--close {
  display: none;
}
.m-faq-item.active .m-faq-item__wrap-text {
  display: block;
}
.m-faq-item.active .m-faq-item__title {
  padding-left: 10px;
  color: #879A73;
}
.m-faq-item.active .m-faq-item__title:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-faq-item.active .btn-circle--close {
  display: inline-block;
}
.m-faq-item.active .btn-circle--arrow-bottom {
  display: none;
}
@media (max-width: 1389px) {
  .m-faq-item__wrap-text {
    padding-right: 40px;
  }
}
@media (max-width: 969px) {
  .m-faq-item__content {
    padding: 0;
  }
  .m-faq-item__title {
    font-size: 25px;
  }
  .m-faq-item__wrap-text {
    padding-left: 0;
  }
  .m-faq-item__wrap-title {
    padding: 25px 0 20px 0;
    margin: 0;
  }
  .m-faq-item__wrap-btn {
    right: 0;
    top: 25px;
  }
}
@media (max-width: 599px) {
  .m-faq-item__title {
    font-size: 20px;
    color: #879A73;
  }
  .m-faq-item__wrap-text {
    padding-right: 0;
  }
}
.m-faq-left-info__title {
  font-size: 50px;
  color: #879A73;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Lato-Light', sans-serif;
}
.m-faq-left-info__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 25px 0;
}
.m-faq-left-info__text p {
  font-size: 13px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.7;
  font-weight: 400;
}
.m-faq-left-info__wrap-text {
  max-width: 210px;
}
.m-faq-left-info__wrap-btn {
  padding: 25px 0;
}
@media (max-width: 969px) {
  .m-faq-left-info__content {
    text-align: center;
  }
  .m-faq-left-info__subtitle {
    padding: 10px 0;
  }
  .m-faq-left-info__wrap-text {
    max-width: 560px;
    margin: 0 auto;
  }
  .m-faq-left-info__wrap-btn {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .m-faq-left-info__title {
    font-size: 45px;
  }
}
.m-location__content,
.m-company__content,
.m-faq__content,
.m-job__content {
  font-size: 0;
  padding-top: 60px;
}
.m-location__col,
.m-company__col,
.m-faq__col,
.m-job__col {
  display: inline-block;
  vertical-align: top;
}
.m-location__col--info,
.m-company__col--info,
.m-faq__col--info,
.m-job__col--info {
  width: 230px;
}
.m-location__col--text,
.m-company__col--text,
.m-faq__col--text,
.m-job__col--text {
  width: calc(100% - 230px);
  padding-left: 80px;
}
@media (max-width: 1259px) {
  .m-location__col--text,
  .m-company__col--text,
  .m-faq__col--text,
  .m-job__col--text {
    padding-left: 60px;
  }
}
@media (max-width: 969px) {
  .m-location__content,
  .m-company__content,
  .m-faq__content,
  .m-job__content {
    padding-top: 40px;
  }
  .m-location__col,
  .m-company__col,
  .m-faq__col,
  .m-job__col {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.m-company-extra__content {
  padding: 10px 0;
}
.m-company-extra__text p {
  font-size: 14px;
  color: #879A73;
  line-height: 1.7;
  font-weight: 400;
  padding: 20px 0;
}
.m-company-extra__text--companies p {
  text-transform: uppercase;
}
.m-company-extra__item {
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  padding-right: 50px;
}
.m-company-extra__wrap-btn {
  text-align: right;
  padding: 45px 0;
}
@media (max-width: 969px) {
  .m-company-extra__content,
  .m-company-extra__wrap-btn {
    text-align: center;
  }
  .m-company-extra__item {
    padding-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .m-company-extra__item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.m-company-hotels__content {
  padding: 15px 0;
}
.m-company-hotels__title {
  font-size: 30px;
  color: #879A73;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
}
.m-company-hotels__subtitle {
  font-size: 13px;
  color: #879A73;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 400;
}
.m-company-hotels__item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  position: relative;
}
.m-company-hotels__wrap-btn {
  position: absolute;
  right: 0;
  top: calc(50% - 14.5px);
}
.m-company-hotels .btn-main {
  min-width: 170px;
}
@media (max-width: 599px) {
  .m-company-hotels__content {
    text-align: center;
  }
  .m-company-hotels__wrap-btn {
    position: static;
    padding-top: 8px;
  }
}
.m-company-info__title {
  font-size: 28px;
  color: #879A73;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  padding: 10px 0;
}
.m-company-info__wrap-text {
  padding-right: 70px;
}
.m-company-info__text p {
  font-size: 13px;
  color: #879A73;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px 0;
  letter-spacing: 0.2px;
}
@media (max-width: 1389px) {
  .m-company-info__wrap-text {
    padding-right: 0;
  }
}
@media (max-width: 969px) {
  .m-company-info__wrap-text,
  .m-company-info__wrap-title {
    text-align: center;
  }
}
.m-company-left-info__title {
  font-size: 50px;
  color: #879A73;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-family: 'Lato-Light', sans-serif;
}
.m-company-left-info__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 25px 0;
}
.m-company-left-info__text p,
.m-company-left-info__link {
  font-size: 13px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.7;
  font-weight: 400;
}
.m-company-left-info__link {
  text-decoration: underline !important;
}
.m-company-left-info__link:hover,
.m-company-left-info__link:focus {
  color: #879A73;
}
.m-company-left-info__logo {
  background-image: url("/static/img/sprite.png");
  background-position: -202px -148px;
  width: 124px;
  height: 37px;
}
.m-company-left-info__wrap-logo {
  padding: 35px 0 25px 0;
}
.m-company-left-info__wrap-text {
  max-width: 175px;
}
.m-company-left-info__item:not(:last-child) {
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
@media (max-width: 969px) {
  .m-company-left-info__content {
    text-align: center;
  }
  .m-company-left-info__title {
    font-size: 45px;
  }
  .m-company-left-info__subtitle {
    padding: 10px 0;
  }
  .m-company-left-info__item:not(:last-child) {
    border-bottom: 0;
  }
  .m-company-left-info__item:not(:first-child) {
    display: none;
  }
}
@media (max-width: 599px) {
  .m-company-left-info__title {
    font-size: 40px;
  }
}
.m-contact-arrive__content {
  font-size: 0;
}
.m-contact-arrive__title {
  font-size: 14px;
  color: #879A73;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 400;
}
.m-contact-arrive__wrap-title {
  padding-top: 55px;
}
.m-contact-arrive__wrap-btn {
  text-align: right;
  padding: 40px 0;
}
.m-contact-arrive__col {
  display: inline-block;
  vertical-align: top;
}
.m-contact-arrive__col--title {
  width: 250px;
}
.m-contact-arrive__col--text {
  width: calc(100% - 250px);
}
.m-contact-arrive__item {
    padding: 50px 0;
    border-bottom: 1px solid rgba(135,154,115,0.8)
}
@media (max-width: 1389px) {
  .m-contact-arrive__col {
    display: block;
    width: 100%;
  }
  .m-contact-arrive__wrap-title {
    padding-top: 35px;
  }
}
@media (max-width: 969px) {
  .m-contact-arrive__wrap-btn {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .m-contact-arrive__content {
    text-align: center;
  }
}
.m-contact-arrive-item__content {
  font-size: 0;
  padding: 50px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-contact-arrive-item__title {
  font-size: 30px;
  color: #879A73;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  padding: 5px 0;
}
.m-contact-arrive-item__subtitle {
  font-size: 13px;
  color: #879A73;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.7;
}
.m-contact-arrive-item__text p {
  font-size: 13px;
  color: #879A73;
  line-height: 1.7;
  font-weight: 400;
}
.m-contact-arrive-item__item {
  display: inline-block;
  vertical-align: top;
}
.m-contact-arrive-item__item:nth-child(1) {
  width: 34%;
}
.m-contact-arrive-item__item:nth-child(2) {
  width: 25%;
}
.m-contact-arrive-item__item:nth-child(3) {
  width: 22%;
}
.m-contact-arrive-item__item:nth-child(4) {
  width: 19%;
}
.m-contact-arrive-item__wrap-btn {
  text-align: right;
}
@media (min-width: 1390px) and (max-width: 1499px) {
  .m-contact-arrive-item__item:nth-child(1),
  .m-contact-arrive-item__item:nth-child(2),
  .m-contact-arrive-item__item:nth-child(3) {
    width: 33.3333%;
  }
  .m-contact-arrive-item__item:nth-child(4) {
    width: 100%;
    padding-left: 33.3333%;
  }
  .m-contact-arrive-item__wrap-btn {
    text-align: left;
    padding-top: 30px;
  }
}
@media (max-width: 1389px) {
  .m-contact-arrive-item__content {
    padding: 45px 0;
  }
  .m-contact-arrive-item__item:nth-child(1) {
    width: 290px;
  }
  .m-contact-arrive-item__item:nth-child(2) {
    width: calc(38% - 96.6666px);
  }
  .m-contact-arrive-item__item:nth-child(3) {
    width: calc(31% - 96.6666px);
  }
  .m-contact-arrive-item__item:nth-child(4) {
    width: calc(31% - 96.6666px);
  }
}
@media (max-width: 969px) {
  .m-contact-arrive-item__content {
    padding: 40px 0 30px 0;
  }
  .m-contact-arrive-item__item:nth-child(1) {
    width: 250px;
  }
  .m-contact-arrive-item__item:nth-child(2) {
    width: calc(53% - 125px);
  }
  .m-contact-arrive-item__item:nth-child(3) {
    width: calc(47% - 125px);
  }
  .m-contact-arrive-item__item:nth-child(4) {
    width: 100%;
  }
  .m-contact-arrive-item__wrap-btn {
    text-align: left;
    padding-left: 250px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .m-contact-arrive-item__item:nth-child(1),
  .m-contact-arrive-item__item:nth-child(4) {
    width: 100%;
  }
  .m-contact-arrive-item__item:nth-child(2),
  .m-contact-arrive-item__item:nth-child(3) {
    width: 50%;
  }
  .m-contact-arrive-item__wrap-btn {
    padding-left: 0;
  }
  .m-contact-arrive-item__wrap-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .m-contact-arrive-item__content {
    padding: 15px 0 30px;
  }
  .m-contact-arrive-item__content,
  .m-contact-arrive-item__wrap-btn {
    text-align: center;
  }
  .m-contact-arrive-item__wrap-btn,
  .m-contact-arrive-item__wrap-title {
    padding: 0;
  }
  .m-contact-arrive-item__list {
    margin: -10px 0;
  }
  .m-contact-arrive-item__item:nth-child(1),
  .m-contact-arrive-item__item:nth-child(2),
  .m-contact-arrive-item__item:nth-child(3),
  .m-contact-arrive-item__item:nth-child(4) {
    width: 100%;
    padding: 10px 0;
  }
}
.m-contact-address__content, .m-contact-social__content,.m-contact-arrive__content {
  font-size: 0;
}

.m-contact-address__title, .m-contact-social__title{
  font-size: 14px;
  color: #879A73;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 400;
}
.m-contact-address__text p, .m-contact-social__text p, 
.m-contact-address__email, .m-contact-social__email {
  font-size: 13px;
  color:rgba(23, 20, 32, 0.82);
  font-weight: 400;
  line-height: 1.7;
  max-width: 206px;
  text-align: left;
}
.m-contact-address__wrap-title, .m-contact-social__wrap-title {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  padding-top: 35px;
}
.m-contact-address__list, .m-contact-social__list {
  width: calc(100% - 250px);
  display: inline-block;
  vertical-align: top;
  padding: 35px 0 50px 0;
  
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-contact-address__list {
  border-top: 1px solid rgba(135,154,115,0.8);;
}
.m-contact-address__item, .m-contact-social__item{
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}
.m-contact-address__item:last-child, .m-contact-social__item:last-child{
  text-align: right;
}
@media (max-width: 1389px) {
  .m-contact-social__wrap-title,
  .m-contact-social__list {
    display: block;
    width: 100%;
  }
  .m-contact-social__wrap-title {
    border-top: 1px solid rgba(135,154,115,0.8);;
    padding-bottom: 15px;
  }
  .m-contact-address__list{
    border-bottom: 0;
  }
  .m-contact-social__list {
    padding-top: 0;
    border-top: 0;
    padding-bottom: 30px;
  }
  .m-contact-social__item:nth-child(1) {
    width: 290px;
  }
  .m-contact-social__item:nth-child(2),
  .m-contact-social__item:nth-child(3) {
    width: calc(50% - 145px);
  }
}
@media (max-width: 969px) {
  .m-contact-social__item:nth-child(1) {
    width: 250px;
  }
  .m-contact-social__item:nth-child(2),
  .m-contact-social__item:nth-child(3) {
    width: calc(50% - 125px);
  }
  .m-contact-address__wrap-title, .m-contact-social__wrap-title, .m-contact-address__list, .m-contact-social__list {
    display: block;
    width: 100%;
  }
  .m-contact-address__wrap-title{
        border-top: 1px solid rgba(135,154,115,0.8); 
  }
  .m-contact-address__list{
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 969px) {
  .m-contact-social .m-social-share-links__list {
    margin: -5px;
  }
  .m-contact-social .m-social-share-links__item {
    display: block;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .m-contact-social__item:nth-child(1),
  .m-contact-social__item:nth-child(2) {
    width: 50%;
  }
  .m-contact-social__item:nth-child(2) {
    text-align: center;
  }
  .m-contact-social__item:nth-child(3) {
    width: 100%;
    text-align: center;
    padding-left: 50%;
  }
  .m-contact-address__item:nth-child(1), .m-contact-social__item:nth-child(1), 
  .m-contact-address__item:nth-child(2), .m-contact-social__item:nth-child(2), 
  .m-contact-address__item:nth-child(3), .m-contact-social__item:nth-child(3) {
    width: 100%;
    padding: 10px 0;
  }
  .m-contact-address__text p, 
  .m-contact-social__text p {
    margin: 0 auto;
  }
 
  .m-contact-address__text p, .m-contact-social__text p, 
  .m-contact-address__email, .m-contact-social__email {
      text-align: center;
  }
  .m-contact-address__content, .m-contact-social__content {
    text-align: center;
  }
  .m-contact-arrive__content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .m-contact-social__content {
    text-align: center;
  }
  .m-contact-social__text p {
    margin: 0 auto;
  }
  .m-contact-social__list {
    margin: -10px 0;
  }
  .m-contact-social__item:nth-child(1),
  .m-contact-social__item:nth-child(2),
  .m-contact-social__item:nth-child(3) {
    width: 100%;
    padding: 10px 0;
  }
}
.m-contact-title__content {
  position: relative;
  padding-top: 40px;
}
.m-contact-title__title {
  font-size: 50px;
  color: #879A73;
  line-height: 1.2;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  padding: 15px 0;
}
.m-contact-title__subtitle {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: rgba(135,154,115,0.5);;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0 30px 0;
}
.m-contact-title__text p {
  font-size: 13px;
  line-height: 1.7;
  color: #879A73;
  font-weight: 400;
  padding-bottom: 10px;
}
.m-contact-title__wrap-btn {
  position: absolute;
  top: 42px;
  right: 0;
}
.m-contact-title__wrap-text {
  max-width: 180px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
@media (max-width: 1389px) {
  .m-contact-title__content {
    font-size: 0;
    padding-bottom: 80px;
  }
  .m-contact-title__list {
    position: relative;
  }
  .m-contact-title__item {
    display: inline-block;
    vertical-align: top;
  }
  .m-contact-title__item:nth-child(1) {
    padding-right: 60px;
  }
  .m-contact-title__item:nth-child(4) {
    max-width: 300px;
    margin-top: 15px;
  }
  .m-contact-title__item:nth-child(3) {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .m-contact-title__wrap-text {
    max-width: 100%;
    position: static;
  }
}
@media (max-width: 969px) {
  .m-contact-title__content {
    text-align: center;
    padding-bottom: 30px;
  }
  .m-contact-title__title,
  .m-contact-title__subtitle,
  .m-contact-title__text p {
    padding: 8px 0;
  }
  .m-contact-title__wrap-text {
    max-width: 490px;
    margin: 0 auto;
  }
  .m-contact-title__wrap-btn {
    top: 35px;
  }
  .m-contact-title__item:nth-child(1),
  .m-contact-title__item:nth-child(2),
  .m-contact-title__item:nth-child(3),
  .m-contact-title__item:nth-child(4) {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: static;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .m-contact-title__wrap-btn {
    position: static;
    padding: 8px 0;
  }
  .m-contact-title__title {
    font-size: 40px;
  }
}
.m-location-map__content,
.m-contact-map__content {
  height: 460px;
}
@media (max-width: 1499px) {
  .m-location-map__content,
  .m-contact-map__content {
    height: 430px;
  }
}
@media (max-width: 1389px) {
  .m-location-map__content,
  .m-contact-map__content {
    height: 390px;
  }
}
@media (max-width: 1259px) {
  .m-location-map__content,
  .m-contact-map__content {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .m-location-map__content,
  .m-contact-map__content {
    height: 315px;
  }
}
@media (max-width: 599px) {
  .m-location-map__content,
  .m-contact-map__content {
    height: 200px;
  }
    .m-contact-title__title{
        font-size:35px;
    }
}
.m-book-title__content {
  padding: 40px 0 30px 0;
}
.m-book-title__title {
  font-size: 50px;
  font-family: 'Lato-Light', sans-serif;
  color: #879A73;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1259px) {
  .m-book-title__title {
    font-size: 45px;
  }
}
@media (max-width: 969px) {
  .m-book-title__content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .m-book-title__title {
    font-size: 40px;
  }
}
.m-book-group__content {
  font-size: 0;
}
.m-book-group__item {
  display: inline-block;
  vertical-align: top;
}
.m-book-group__item--book {
  width: calc(100% - 295px);
  float: left;
}
.m-book-group__item--offers {
  width: 295px;
  padding-left: 25px;
  float: right;
}
@media (max-width: 1259px) {
  .m-book-group__item {
    display: block;
    width: 100%;
    float: none;
  }
  .m-book-group__item--offers {
    padding-left: 0;
  }
}
.m-book__iframe {
  border: none;
  width: 100%;
  height: 'auto';
}
.m-book__content {
  border: 1px solid rgba(135,154,115,0.8);;
  background-color: #fff;
  min-height: 480px;
}
.m-book-offers-advantages__content {
  font-size: 0;
  position: relative;
  padding-bottom: 20px;
}
.m-book-offers-advantages__list {
  margin: -10px 0;
}
.m-book-offers-advantages__wrap-module {
  padding: 10px 0;
}
.m-book-offers-advantages .btn-main--hide-offers,
.m-book-offers-advantages .btn-main--hide-advantages {
  display: none;
}
.m-book-offers-advantages__wrap-btn {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
  display: none;
}
.m-book-offers-advantages__wrap-btn--offers {
  right: 150px;
}
.m-book-offers-advantages__wrap-btn .btn-main {
  width: 140px;
}
.m-book-offers-advantages__item {
  display: block;
}
.m-book-offers-advantages__item.active .m-book-offers-advantages__wrap-module {
  display: block;
}
.m-book-offers-advantages__item.active .btn-main--hide-offers,
.m-book-offers-advantages__item.active .btn-main--hide-advantages {
  display: inline-block;
}
.m-book-offers-advantages__item.active .btn-main--show-offers,
.m-book-offers-advantages__item.active .btn-main--show-advantages {
  display: none;
}
@media (max-width: 1259px) {
  .m-book-offers-advantages__wrap-btn {
    display: block;
  }
  .m-book-offers-advantages__wrap-module {
    display: none;
  }
}
@media (max-width: 969px) {
  .m-book-offers-advantages__content {
    margin-top: 40px;
  }
  .m-book-offers-advantages__wrap-btn {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .m-book-offers-advantages__wrap-btn--offers {
    margin-right: 75px;
  }
  .m-book-offers-advantages__wrap-btn--advantages {
    margin-right: -75px;
  }
}
@media (max-width: 599px) {
  .m-book-offers-advantages .btn-main {
    width: 210px;
  }
  .m-book-offers-advantages__content {
    padding-top: 50px;
  }
  .m-book-offers-advantages__wrap-btn--offers {
    margin-right: 0;
  }
  .m-book-offers-advantages__wrap-btn--advantages {
    margin-right: 0;
    margin-bottom: -30px;
  }
}
.m-book-advantages__content {
  border: 1px solid rgba(135,154,115,0.8);;
  padding: 20px 15px 10px 15px;
}
.m-book-advantages__title {
  font-size: 19px;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  color: rgba(31,112,121,0.9);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.m-book-advantages__text {
  font-size: 12px;
  color: rgba(32,112,121,0.5);
  line-height: 1.4;
  font-weight: 400;
}
.m-book-advantages__wrap-title {
  padding-bottom: 25px;
}
.m-book-advantages__list {
  border-top: 1px solid rgba(135,154,115,0.8);;
  padding: 10px 0;
}
.m-book-advantages__item {
  padding: 7px 0 7px 20px;
  position: relative;
}
.m-book-advantages__item:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90f';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 12px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  color: #879A73;
}
.m-book-offer-list__list {
  margin: -12px 0;
}
.m-book-offer-list__item {
  padding: 12px 0;
}
.m-book-offer__content {
  font-size: 0;
  border: 1px solid rgba(135,154,115,0.8);;
  padding: 20px 15px;
  padding-bottom: 30px;
  position: relative;
}
.m-book-offer__title {
  font-size: 19px;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(31,112,121,0.9);
  letter-spacing: 0.6px;
}
.m-book-offer__subtitle {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(135,154,115,0.7);;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 10px 0;
  position: relative;
}
.m-book-offer__subtitle:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: rgba(135,154,115,0.8);;
  bottom: 0;
  left: 0;
}
.m-book-offer__date {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 15px 0 10px 0;
  font-weight: 400;
}
.m-book-offer__currency {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.m-book-offer__value {
  font-size: 45px;
  font-family: 'Lato', sans-serif;
  color: rgba(33,112,122,0.6);
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.m-book-offer__price-info {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(135,154,115,0.5);;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: calc(100% - 50px);
}
.m-book-offer__text,
.m-book-offer p {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(135,154,115,0.5);;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.m-book-offer__text strong,
.m-book-offer p strong {
  margin-right: 5px;
}
.m-book-offer__wrap-text {
  display: none;
  background-color: rgba(234,234,234,0.3);
  padding: 15px 17px 60px 17px;
  margin: 20px -15px 0 -15px;
}
.m-book-offer__wrap-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.m-book-offer__header {
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-book-offer__price {
  padding-top: 15px;
}
.m-book-offer .btn-circle--less-info {
  display: none;
}
.m-book-offer.active .m-book-offer__content {
  padding-bottom: 0;
}
.m-book-offer.active .m-book-offer__wrap-text {
  display: block;
}
.m-book-offer.active .btn-circle--less-info {
  display: inline-block;
}
.m-book-offer.active .btn-circle--more-info {
  display: none;
}
.m-book-offer--no-currency .m-book-offer__currency {
  display: none;
}
.m-blog-post__content {
  font-size: 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  padding-bottom: 30px;
}
.m-blog-post__title {
  font-size: 28px;
  color: #879A73;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 5px 0;
}
.m-blog-post__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.4px;
  padding: 5px 0;
}
.m-blog-post__wrap-subtitle {
  padding-bottom: 20px;
  position: relative;
}
.m-blog-post__wrap-subtitle:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #e8ece3;
  bottom: 0;
  left: 0;
}
.m-blog-post__text p {
  font-size: 14px;
  color: rgba(25,95,102,0.7);
  line-height: 1.7;
  letter-spacing: 0.3px;
  padding: 15px 0;
  font-weight: 400;
}
.m-blog-post__wrap-text {
  padding-bottom: 15px;
  padding-right: 20px;
  position: relative;
}
.m-blog-post__wrap-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: rgba(135,154,115,0.8);;
  bottom: 0;
  left: 0;
}
.m-blog-post__author {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(135,154,115,0.5);;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.m-blog-post__description {
  font-size: 13px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: italic;
}
.m-blog-post__wrap-post-author {
  padding: 25px 0 35px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-blog-post__list-tag {
  margin-right: -30px;
}
.m-blog-post__item-tag {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 30px;
  position: relative;
}
.m-blog-post__item-tag:after {
  content: '\e915';
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  font-size: 12px;
  color: rgba(135,154,115,0.5);;
  left: 0;
  top: 20px;
}
.m-blog-post__item-tag:last-child .m-blog-post__link-tag,
.m-blog-post__item-tag:nth-last-child(2):nth-child(odd) .m-blog-post__link-tag {
  border-bottom: 0;
}
.m-blog-post__link-tag {
  display: block;
  font-size: 13px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.68;
  padding: 15px 0 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-blog-post__link-tag:hover,
.m-blog-post__link-tag:focus {
  text-decoration: underline;
  color: #879A73;
}
.m-blog-post__wrap-tags {
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  padding: 25px 0;
}
.m-blog-post__wrap-social,
.m-blog-post__wrap-btn {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.m-blog-post__wrap-btn {
  text-align: right;
}
.m-blog-post__wrap-actions {
  padding: 25px 0;
}
.m-blog-post__col {
  display: inline-block;
  vertical-align: top;
}
.m-blog-post__col--text {
  width: 570px;
  padding-left: 60px;
}
.m-blog-post__col--image {
  width: calc(100% - 570px);
}
.m-blog-post__wrap-img {
  position: relative;
  padding-top: 71.05263157894737%;
}
.m-blog-post__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-blog-post__wrap-video {
  padding: 30px 0 20px 0;
}
@media (max-width: 1499px) {
  .m-blog-post__col--text {
    width: 550px;
  }
  .m-blog-post__col--image {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1389px) {
  .m-blog-post__col--text {
    width: 480px;
  }
  .m-blog-post__col--image {
    width: calc(100% - 480px);
  }
  .m-blog-post__item-tag {
    width: 100%;
  }
  .m-blog-post__item-tag:nth-last-child(2):nth-child(odd) .m-blog-post__link-tag {
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
}
@media (max-width: 969px) {
  .m-blog-post__col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-blog-post__col--text {
    padding: 40px;
    padding-bottom: 0;
  }
  .m-blog-post__wrap-text {
    padding-right: 0;
  }
  .m-blog-post__wrap-video {
    display: none;
  }
  .m-blog-post__item-tag {
    width: 50%;
  }
  .m-blog-post__item-tag:last-child .m-blog-post__link-tag,
  .m-blog-post__item-tag:nth-last-child(2):nth-child(odd) .m-blog-post__link-tag {
    border-bottom: 0;
  }
  .m-blog-post__link-tag {
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
}
@media (max-width: 767px) {
  .m-blog-post__col--text {
    padding: 40px 15px;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  .m-blog-post__content {
    padding-bottom: 0;
  }
  .m-blog-post__col--text {
    padding: 40px 0;
    padding-bottom: 0;
  }
  .m-blog-post__title {
    font-size: 24px;
  }
  .m-blog-post__item-tag {
    width: 100%;
  }
  .m-blog-post__item-tag:nth-last-child(2):nth-child(odd) .m-blog-post__link-tag {
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
  .m-blog-post__wrap-social,
  .m-blog-post__wrap-btn {
    width: 100%;
    display: block;
    text-align: center;
  }
  .m-blog-post__wrap-btn {
    padding-top: 20px;
  }
  .m-blog-post__wrap-actions {
    padding: 35px 0;
  }
}
.m-video__wrapper {
  width: 100%;
  position: relative;
}
.m-video__wrapper:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.m-video__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-video iframe {
  width: 100%;
  height: 100%;
}
.m-blog-list-post__wrapper {
  padding: 40px 0;
}
.m-blog-list-post__content {
  position: relative;
}
.m-blog-list-post__title {
  font-size: 50px;
  color: #879A73;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Lato-Light', sans-serif;
}
.m-blog-list-post__wrap-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1259px) {
  .m-blog-list-post__wrapper {
    padding-bottom: 50px;
  }
  .m-blog-list-post__content {
    text-align: center;
  }
}
@media (max-width: 969px) {
  .m-blog-list-post__wrapper {
    padding: 40px 0;
  }
  .m-blog-list-post__wrap-btn {
    position: static;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .m-blog-list-post__title {
    font-size: 45px;
  }
}
.m-blog-list-title__wrapper {
  padding: 40px 0;
}
.m-blog-list-title__content {
  position: relative;
}
.m-blog-list-title__title {
  font-size: 30px;
  color: #879A73;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Lato-Light', sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.m-blog-list-title__subtitle {
  font-size: 14px;
  color: #171420;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase; 
  line-height: 1.4;
  letter-spacing: 0.4px;
  display: inline-block;
  vertical-align: middle;
}
.m-blog-list-title__wrap-title {
  position: relative;
}
.m-blog-list-title__wrap-input {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}
.m-blog-list-title__wrap-input .m-textinput--2  .m-textinput__content{
  border: 1px solid #879A73;
}
.m-blog-list-title__wrap-input .m-textinput--2 .m-textinput__input{
    background-color: transparent;
        color: #9BBDA7;
        font-size: 14px;
}
.m-blog-list-title__wrap-input .m-textinput--2 .m-textinput__input::-webkit-input-placeholder {
  color: #9BBDA7;
}
.m-blog-list-title__wrap-input .m-textinput--2 .m-textinput__input:-moz-placeholder {
  color: #9BBDA7;
  font-size: 14px;
}
.m-blog-list-title__wrap-input .m-textinput--2 .m-textinput__input::-moz-placeholder {
  color: #9BBDA7;
  font-size: 14px;
}
.m-blog-list-title__wrap-input .m-textinput--2 .m-textinput__input:-ms-input-placeholder {
  color: #9BBDA7;
  font-size: 14px;
}
@media (max-width: 1259px) {
  .m-blog-list-title__title,
  .m-blog-list-title__subtitle {
    display: block;
  }
  .m-blog-list-title__title {
    margin: 0;
    padding-bottom: 10px;
  }
  .m-blog-list-title__wrap-title {
    text-align: center;
  }
}
@media (max-width: 969px) {
  .m-blog-list-title__wrap-input {
    position: static;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  .m-blog-list-title__title {
    font-size: 25px;
  }
}
.m-place-info-item__content {
  font-size: 0;
}
.m-place-info-item__title {
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  color: #879A73;
  line-height: 1.2;
}
.m-place-info-item__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 4px 0;
  font-weight: 400;
}
.m-place-info-item__text {
  font-size: 14px;
  color: rgba(25,95,102,0.7);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.m-place-info-item__text--title {
  text-transform: uppercase;
}
.m-place-info-item__text--description {
  padding: 10px 0;
}
.m-place-info-item__wrap-title {
  padding: 10px 0;
}
.m-place-info-item__wrap-text {
  padding: 15px 0;
}
.m-place-info-item__wrap-img {
  padding-top: 62.99212598425197%;
  position: relative;
}
.m-place-info-item__wrap-btn {
  padding: 20px 0;
  display: none;
}
.m-place-info-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-place-info-item__table.table {
  margin: 0;
}
.m-place-info-item__table.table td {
  border-top: 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  padding: 10px;
}
.m-place-info-item__col {
  display: inline-block;
  vertical-align: top;
}
.m-place-info-item__col--img {
  width: 635px;
}
.m-place-info-item__col--text {
  width: calc(100% - 635px);
  padding-left: 77px;
  padding-top: 45px;
}
.m-place-info-item .btn-main--close {
  display: none;
}
.m-place-info-item.active .m-place-info-item__wrap-text {
  display: block;
}
.m-place-info-item.active .m-place-info-item__wrap-btn {
  padding: 0;
  padding-bottom: 40px;
}
.m-place-info-item.active .btn-main--open {
  display: none;
}
.m-place-info-item.active .btn-main--close {
  display: inline-block;
}
@media (max-width: 1499px) {
  .m-place-info-item__wrap-img {
    padding-top: 61.29032258064516%;
  }
  .m-place-info-item__title {
    font-size: 45px;
  }
  .m-place-info-item__col--img {
    width: 620px;
  }
  .m-place-info-item__col--text {
    width: calc(100% - 620px);
    padding-left: 75px;
    padding-top: 40px;
  }
}
@media (max-width: 1389px) {
  .m-place-info-item__wrap-img {
    padding-top: 64%;
  }
  .m-place-info-item__title {
    font-size: 40px;
  }
  .m-place-info-item__col--img {
    width: 500px;
  }
  .m-place-info-item__col--text {
    width: calc(100% - 500px);
    padding-left: 50px;
    padding-top: 40px;
  }
  .m-place-info-item__wrap-text {
    display: none;
  }
  .m-place-info-item__wrap-btn {
    display: block;
  }
}
@media (max-width: 1259px) {
  .m-place-info-item__wrap-img {
    padding-top: 63.829787234042556%;
  }
  .m-place-info-item__title {
    font-size: 35px;
  }
  .m-place-info-item__col--img {
    width: 470px;
  }
  .m-place-info-item__col--text {
    width: calc(100% - 470px);
    padding-left: 40px;
    padding-top: 30px;
  }
}
@media (max-width: 969px) {
  .m-place-info-item__content {
    text-align: center;
    padding: 0 30px;
  }
  .m-place-info-item__table {
    text-align: left;
  }
  .m-place-info-item__wrap-text {
    display: block;
  }
  .m-place-info-item__wrap-btn {
    display: none;
  }
  .m-place-info-item__col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-place-info-item__col--text {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 767px) {
  .m-place-info-item__content {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .m-place-info-item__title {
    font-size: 30px;
  }
  .m-place-info-item__subtitle {
    padding: 4px 30px;
  }
  .m-place-info-item__col--text {
    padding: 20px 0 30px;
  }
  .m-place-info-item__table.table {
    text-align: center;
  }
  .m-place-info-item__table.table td {
    width: 100%;
    display: block;
  }
  .m-place-info-item__table.table tr td:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.m-place-description__title,
.m-place-info__title {
  font-size: 14px;
  color: #171420;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
}
.m-place-description__wrap-title,
.m-place-info__wrap-title {
  padding: 70px 0 40px 0;
}
.m-place-description__wrap-list,
.m-place-info__wrap-list {
  margin-left: -70px;
}
.m-place-description__item,
.m-place-info__item {
  padding: 1px 0;
}
.m-place-description__wrap-btn,
.m-place-info__wrap-btn {
  padding: 25px 0;
  text-align: right;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
@media (max-width: 1389px) {
  .m-place-description__wrap-list,
  .m-place-info__wrap-list {
    margin-left: -50px;
  }
}
@media (max-width: 1259px) {
  .m-place-description__wrap-list,
  .m-place-info__wrap-list {
    margin-left: -40px;
  }
  .m-place-description__wrap-title,
  .m-place-info__wrap-title {
    text-align: center;
    padding: 30px 0;
  }
}
@media (max-width: 969px) {
  .m-place-description__wrap-list,
  .m-place-info__wrap-list {
    margin-left: 0;
  }
  .m-place-description__wrap-btn,
  .m-place-info__wrap-btn {
    text-align: center;
    padding-top: 0;
  }
}
.m-place-description-item__content {
  font-size: 0;
}
.m-place-description-item__title {
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  color: #879A73;
  line-height: 1.2;
}
.m-place-description-item__subtitle {
  font-size: 16px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 4px 0;
  font-weight: 400;
}
.m-place-description-item__text p {
  font-size: 14px;
  color: rgba(25,95,102,0.7);
  line-height: 28px;
  font-weight: 400;
  padding: 15px 0;
  color: #171420;
  opacity: 0.8;
  letter-spacing: 0.3px;
}
.m-place-description-item__wrap-title {
  padding: 10px 0;
}
.m-place-description-item__wrap-img {
  padding-top: 62.99212598425197%;
  position: relative;
}
.m-place-description-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-place-description-item__col {
  display: inline-block;
  vertical-align: top;
}
.m-place-description-item__col--img {
  width: 635px;
}
.m-place-description-item__col--text {
  width: calc(100% - 635px);
  padding-left: 77px;
  padding-top: 50px;
}
@media (max-width: 1499px) {
  .m-place-description-item__wrap-img {
    padding-top: 61.29032258064516%;
  }
  .m-place-description-item__title {
    font-size: 45px;
  }
  .m-place-description-item__col--img {
    width: 620px;
  }
  .m-place-description-item__col--text {
    width: calc(100% - 620px);
    padding-left: 75px;
    padding-top: 40px;
  }
}
@media (max-width: 1389px) {
  .m-place-description-item__wrap-img {
    padding-top: 64%;
  }
  .m-place-description-item__title {
    font-size: 40px;
  }
  .m-place-description-item__col--img {
    width: 500px;
  }
  .m-place-description-item__col--text {
    width: calc(100% - 500px);
    padding-left: 50px;
    padding-top: 40px;
  }
}
@media (max-width: 1259px) {
  .m-place-description-item__wrap-img {
    padding-top: 63.829787234042556%;
  }
  .m-place-description-item__title {
    font-size: 35px;
  }
  .m-place-description-item__col--img {
    width: 470px;
  }
  .m-place-description-item__col--text {
    width: calc(100% - 470px);
    padding-left: 40px;
    padding-top: 30px;
  }
}
@media (max-width: 969px) {
  .m-place-description-item__content {
    text-align: center;
    padding: 0 30px;
  }
  .m-place-description-item__col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-place-description-item__col--text {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 767px) {
  .m-place-description-item__content {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .m-place-description-item__title {
    font-size: 30px;
  }
  .m-place-description-item__col--text {
    padding: 20px 0 30px;
  }
}
.m-place-action__content {
  font-size: 0;
}
.m-place-action__title,
.m-place-action__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.m-place-action__title {
  position: relative;
}
.m-place-action__title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background-color: rgba(135,154,115,0.8);;
  margin: 0 15px;
  position: relative;
  top: -1px;
}
.m-place-action__wrap-title {
  padding: 40px 0;
}
.m-place-action__message {
  font-size: 30px;
  font-family: 'Lato-Light', sans-serif;
  line-height: 1.2;
  color: #879A73;
  text-transform: uppercase;
}
.m-place-action__wrap-message {
  padding: 35px 0;
  position: relative;
}
.m-place-action__wrap-message:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #bed5d8;
  top: 0;
  left: 0;
}
.m-place-action__wrap-list {
  padding-bottom: 15px;
}
.m-place-action__list {
  margin: -1px;
}
.m-place-action__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 1px;
}
@media (max-width: 1259px) {
  .m-place-action__title,
  .m-place-action__subtitle {
    display: block;
    width: 100%;
  }
  .m-place-action__title {
    font-size: 40px;
    color: #879A73;
    font-family: 'Lato-Light', sans-serif;
  }
  .m-place-action__title:after {
    display: none;
  }
  .m-place-action__wrap-title {
    text-align: center;
  }
  .m-place-action__item {
    width: 33.3333%;
  }
}
@media (max-width: 969px) {
  .m-place-action__item {
    width: 50%;
  }
  .m-place-action__wrap-message {
    text-align: center;
  }
  .m-place-action__wrap-message:after {
    width: 100px;
    left: calc(50% - 50px);
  }
}
@media (max-width: 599px) {
  .m-place-action__title {
    font-size: 35px;
  }
  .m-place-action__item {
    width: 100%;
  }
}
.m-place-action-item {
  display: block;
}
.m-place-action-item__wrap-img {
  padding-top: 71.42857142857143%;
  position: relative;
  overflow: hidden;
}
.m-place-action-item__wrap-img:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-place-action-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-place-action-item__title {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: rgba(32,112,121,0.8);
  line-height: 1.2;
  letter-spacing: 0.6px;
}
.m-place-action-item__wrap-text {
  padding: 12px;
  padding-bottom: 30px;
}
.m-place-action-item__wrap-btn--hover {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(100% - 13.5px);
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-place-action-item__wrap-btn--responsive {
  display: none;
}
@media (min-width: 970px) {
  .m-place-action-item:hover .m-place-action-item__wrap-img:after,
  .m-place-action-item:focus .m-place-action-item__wrap-img:after {
    bottom: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .m-place-action-item:hover .m-place-action-item__wrap-btn--hover,
  .m-place-action-item:focus .m-place-action-item__wrap-btn--hover {
    top: calc(50% - 13.5px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-width: 969px) {
  .m-place-action-item__content {
    text-align: center;
  }
  .m-place-action-item__wrap-btn--responsive {
    display: block;
    padding-bottom: 25px;
  }
  .m-place-action-item__wrap-text {
    padding: 12px;
  }
}
.m-offer-card__content {
  font-size: 0;
  padding: 30px 0;
}
.m-offer-card__main-title {
  font-size: 40px;
  font-family: 'Lato-Light', sans-serif;
  line-height: 69px;
  color: #879A73;
  text-transform: uppercase;
}
.m-offer-card__title {
  font-size: 40px;
  font-family: 'Lato-Light', sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  color: #879A73;
  letter-spacing: 0.6px;
  padding: 6px 0;
  max-width: 270px;
}
.m-offer-card__subtitle {
  font-size: 18px;
  font-family: 'Lato-Light', sans-serif;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #455D57;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px 0 2px;
}
.m-offer-card__text p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color:rgba(23,20,32,0.8); 
  line-height: 20px;
  padding: 15px 0;
  letter-spacing: 0px;
  text-align: justify;
}
.m-offer-card__title-list {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: rgba(135,154,115,0.5);
  padding: 23px 0;
  position: relative;
  border-bottom: 1px solid #e8ece3;
}
.m-offer-card__title-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #e8ece3;
  top: 0;
  left: 0;
}
.m-offer-card__wrap-main-title {
  padding: 40px 0;
  position: relative;
}
.m-offer-card__wrap-back-btn {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 60px;
}
.m-offer-card__wrap-img {
  padding-top: 131.57894736842104%;
  position: relative;
}
.m-offer-card__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center bottom;
}
.m-offer-card__wrap-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.m-offer-card__wrap-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #707070;
  opacity: 0.5;
  bottom: 0;
  left: 0;
}
.m-offer-card__wrap-price {
  position: absolute;
  right: 0;
  top: 0;
}
.m-offer-card__wrap-text {
  padding-right: 20px;
}
.m-offer-card__wrap-social {
  padding: 15px 0 27px 0;
}
.m-offer-card__item {
  border-bottom: 1px solid #e8ece3;
  padding: 5px 16px;
  position: relative;
}
.m-offer-card__item:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #76a0a4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 30px;
}
.m-offer-card__wrap-btn {
  padding: 30px 0;
  text-align: right;
  //border-bottom: 1px solid #e8ece3;
}
.m-offer-card__wrap-btn .btn-main.noborder{
      border: 0;
    background: transparent;
    float: left;
}
.m-offer-card__col {
  display: inline-block;
  vertical-align: top;
}
.m-offer-card__col--img {
  width: 570px;
}
.m-offer-card__col--text {
  width: calc(100% - 570px);
  padding-left: 60px;
   
}
@media (min-width: 1260px) {
  .m-offer-card__content .m-offer-card__col--text {
    width: 60%;
  }
}
@media (max-width: 1499px) {
  .m-offer-card__col--img {
    width: 500px;
  }
  .m-offer-card__col--text {
    width: calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (max-width: 1389px) {
  .m-offer-card__col--img {
    width: 450px;
  }
  .m-offer-card__col--text {
    width: calc(100% - 450px);
  }
}
@media (max-width: 1259px) {
  .m-offer-card__wrap-main-title {
    text-align: center;
    padding-top: 10px;
  }
  .m-offer-card__col--img {
    width: 435px;
  }
  .m-offer-card__col--text {
    width: calc(100% - 435px);
    padding-left: 40px;
  }
}
@media (max-width: 969px) {
  .m-offer-card__content {
    padding-bottom: 0;
  }
  .m-offer-card__col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-offer-card__col--text {
    padding: 40px;
    padding-bottom: 0;
  }
  .m-offer-card__wrap-img {
    padding-top: 73.13432835820896%;
  }
  .m-offer-card__wrap-btn {
    text-align: center;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .m-offer-card__wrap-back-btn {
    position: static;
    padding-top: 15px;
  }
  .m-offer-card__col--text {
    padding: 25px;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  .m-offer-card__main-title {
    font-size: 40px;
  }
  .m-offer-card__title {
    font-size: 28px;
    margin: 0 auto;
  }
  .m-offer-card__subtitle {
    padding-top: 0;
  }
  .m-offer-card__wrap-price {
    position: static;
    padding-top: 25px;
  }
  .m-offer-card__col--text {
    padding: 20px 0;
  }
  .m-offer-card__wrap-title,
  .m-offer-card__wrap-text,
  .m-offer-card__wrap-social {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-offer-card__wrap-title:after {
    display: none;
  }
  .m-offer-card__title-list:after {
    left: calc(50% - 5px);
  }
  .m-offer-card__wrap-btn {
    padding-bottom: 0;
  }
}
.m-social-share-links__content {
  font-size: 0;
}
.m-social-share-links .fb-share-button,
.m-social-share-links .twitter-share-button {
  display: inline-block;
  vertical-align: middle;
}
.m-social-share-links__list {
  margin: 0 -5px;
}
.m-social-share-links__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.m-offer-list__content {
  font-size: 0;
  padding: 25px 0;
}
.m-offer-list__title {
  font-size: 40px;
  font-family: 'Lato-Light', sans-serif;
  color: #879A73;
  text-transform: uppercase;
  line-height: 69px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.m-offer-list__subtitle {
  font-size: 18px;
  font-family: 'Lato-Light', sans-serif;
  color: #455D57;
  text-transform: uppercase; 
  line-height: 36px;
  letter-spacing: 0.4px;
  display: inline-block;
  vertical-align: middle;
}
.m-offer-list__wrap-title {
  padding: 40px 0;
}
.m-offer-list__list {
  margin: -1px;
}
.m-offer-list__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 6px;
}
.m-offer-card__content .m-offer:hover .m-offer__wrap-info, 
.m-offer-card__content .m-offer:focus .m-offer__wrap-info{
  left: 0;
  opacity: 1;
}

@media (min-width: 1260px) {
  .m-offer-card__content .m-offer-list__item {
    width:40%;
  }
  .m-offer-card__content .m-offer__wrap-img{
        padding-top: 96.666667%;
  }
}
@media (max-width: 1259px) {
  .m-offer-card__content .m-offer-list__item {
    width:435px;
  }
}
@media (max-width: 969px){
  .m-offer-card__content .m-offer-list__item {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1259px) {
  .m-offer-list__title,
  .m-offer-list__subtitle {
    display: block;
    width: 100%;
  }
  .m-offer-list__title {
    margin: 0;
    padding-bottom: 10px;
  }
  .m-offer-list__wrap-title {
    text-align: center;
    padding-top: 10px;
  }
  .m-offer-list__item {
    width: 50%;
  }
}
@media (max-width: 969px) {
  .m-offer-list__item {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .m-offer-list__list {
    max-width: 540px;
    margin: 0 auto;
  }
  .m-offer-list__item {
    width: 100%;
    padding: 0 60px 25px 60px;
  }
}
@media (max-width: 599px) {
  .m-offer-list__title {
    font-size: 40px;
  }
  .m-offer-list__list {
    max-width: 90%;
  }
  .m-offer-list__item {
    padding: 0 0 20px;
  }
}
.m-cocktail__content {
  font-size: 0;
  padding: 30px 0 50px 0;
}
.m-cocktail__title,
.m-cocktail__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.m-cocktail__title {
  position: relative;
}
.m-cocktail__title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background-color: rgba(135,154,115,0.8);;
  margin: 0 15px;
  position: relative;
  top: -1px;
}
.m-cocktail__wrap-title {
  padding: 40px 0;
}
.m-cocktail__slider {
  margin: 0 -37px;
}
.m-cocktail__item {
  padding: 0 37px;
}
.m-cocktail__wrap-slider {
  padding: 0 50px;
}
.m-cocktail .btn-circle {
  position: absolute;
  z-index: 1;
  top: calc(50% - 17px);
}
.m-cocktail .btn-circle--arrow-right {
  right: -13px;
}
.m-cocktail .btn-circle--arrow-left {
  left: -13px;
}
@media (max-width: 1259px) {
  .m-cocktail__wrap-title {
    text-align: center;
  }
  .m-cocktail__title {
    display: block;
    font-size: 40px;
    color: #879A73;
    font-family: 'Lato-Light', sans-serif;
    padding-bottom: 4px;
  }
  .m-cocktail__title:after {
    display: none;
  }
}
@media (max-width: 969px) {
  .m-cocktail__slider {
    margin: 0 -25px;
  }
  .m-cocktail__item {
    padding: 0 25px;
  }
  .m-cocktail .btn-circle--arrow-right {
    right: -25px;
  }
  .m-cocktail .btn-circle--arrow-left {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .m-cocktail__slider {
    margin: 0 -35px;
  }
  .m-cocktail__item {
    padding: 0 35px;
  }
  .m-cocktail .btn-circle--arrow-right {
    right: -15px;
  }
  .m-cocktail .btn-circle--arrow-left {
    left: -15px;
  }
}
@media (max-width: 599px) {
  .m-cocktail__wrap-slider {
    max-width: 270px;
    margin: 0 auto;
  }
  .m-cocktail__subtitle {
    padding: 0 10px;
  }
  .m-cocktail__slider {
    margin: 0 -25px;
  }
  .m-cocktail__item {
    padding: 0 25px;
  }
  .m-cocktail .btn-circle--arrow-right {
    right: -25px;
  }
  .m-cocktail .btn-circle--arrow-left {
    left: -25px;
  }
}
.m-cocktail-item__wrap-img {
  padding-top: 200%;
  position: relative;
}
.m-cocktail-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-cocktail-item__text {
  font-size: 14px;
  color: #879A73;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.m-cocktail-item__wrap-text {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(135,154,115,0.8);;
  margin-top: 20px;
}
.m-site-description__content {
  font-size: 0;
  padding: 60px 0 20px 0;
}
.m-site-description__title {
  font-size: 36px;
  font-family: 'Lato-Light', sans-serif;
  line-height: 1.2;
  color: #879A73;
  text-transform: uppercase;
  padding-bottom: 5px; 
}
.m-site-description__subtitle {
  font-size: 14px;
  font-family: 'Lato-Light', sans-serif;
  color: #171420;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.4px;
  padding: 5px 0 25px; 
}
.m-site-description__subtitle.margintop{
  margin-top: 15px;
}
.m-site-description__title-text {
  font-size: 14px;
  font-family: 'Lato-Regular', sans-serif;
  color:  rgba(23, 20, 32, 0.71); 
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.4px;
  padding: 5px 0;
}
.m-site-description__text p {
  font-size: 14px;
  color:  rgba(23, 20, 32, 0.71);
  line-height: 28px; 
  padding: 10px 0;
  font-family: 'Lato-Regular', sans-serif;
  font-weight: 300;
}
.m-site-description__wrap-img {
  width: 200px;
  height: 200px;
}
.m-site-description__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.m-site-description__wrap-btn {
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-top: 20px;
}
.m-site-description__wrap-btn  .btn-main__text{
  color: #9BBDA7;
   font-family: 'Lato-Light', sans-serif;
  font-size: 15px;
}
.m-site-description__list {
  position: relative;
}
 
.m-site-description__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.m-site-description__item:first-child {
  width: 300px;
  padding-right: 50px;
}
.m-site-description__item:nth-child(2) {
  width: calc(100% - 500px);
  padding-right: 40px;
}
.m-site-description__item:last-child {
  width: 200px;
  top: -30px;
}
.m-site-description__item.ancho100{
      width: calc(100% - 300px);
    top: 0;
}
.m-site-description__item .btn-main__text{
  color: #9BBDA7;
    font-family: 'Lato-Light', sans-serif;
    font-size: 14px;
    line-height: 17px; 
    border-radius: 2px; 
}
.m-site-description__item .btn-main.noborder{
    border: 0;
    background: transparent;
}
.m-site-description__item .btn-main.noborder:hover{
  opacity: 0.7;
}
@media (max-width: 1259px) {
  .m-site-description__content {
    text-align: center;
    padding: 60px 50px 30px;
    position: relative;
  }
 
  .m-site-description__title br {
    display: none;
  }
  .m-site-description__list:after {
    display: none;
  }
  .m-site-description__item {
    display: block;
  }
  .m-site-description__item:first-child,
  .m-site-description__item:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  .m-site-description__item:last-child {
    display: none;
  }
  .m-site-description__wrap-title {
    padding-bottom: 20px;
  }
  .m-site-description__wrap-btn {
    max-width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 969px) {
  .m-site-description__title {
    font-size: 40px;
  }
  .m-site-description__content {
    padding: 60px 30px 30px;
  }
}
@media (max-width: 767px) {
  .m-site-description__content {
    padding: 60px 15px 30px;
  }
}
@media (max-width: 599px) {
  .m-site-description__content {
    padding: 40px 0 30px;
  }
  .m-site-description__title {
    font-size: 35px;
  }
}
.m-services__wrapper {
  padding-bottom: 20px;
}
.m-services__content {
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.m-services__title,
.m-services__subtitle {
  font-size: 14px;
  font-family: 'Lato-Light', sans-serif;
  color: #171420;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  display: inline-block;
  vertical-align: middle;
}
.m-services__title{
  color: #9BBDA7;
  font-family: 'Lato-Regular', sans-serif;
}
.m-services__title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background-color: rgba(135,154,115,0.8);;
  margin: 0 15px;
  top: -1px;
  position: relative;
}
.m-services__message {
  font-size: 13px;
  line-height: 1.7;
  color: #9BBDA7;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.m-services__message:after {
  content: '';
  display: inline-block; 
  width: 4px;
  height: 4px;
  background-color:#748A5D; 
  top: 10px;
  left: -10px;
  position: absolute;
  border-radius: 50%;
}
.m-services__slider {
  margin: 0 -37px;
}
.m-services__item {
  padding: 0 37px;
}
.m-services__wrap-title {
  padding: 70px 0;
}
.m-services__wrap-message {
  padding: 50px 0;
}
.m-services__wrap-slider {
  padding-left: 100px;
  position: relative;
}
.m-services__wrap-slider:before {
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(135,154,115,0.8);;
}
.m-services__wrap-controls {
  margin: 0 -4px;
  position: absolute;
  left: 0;
  top: -17px;
}
.m-services__wrap-number {
  position: absolute;
  right: 0;
  bottom: 35px;
}
.m-services .btn-circle {
  margin: 0 4px;
}
.m-services .slick-dots {
  width: 50px;
  height: 50px;
  position: relative;
}
.m-services .slick-dots li:not(.slick-active) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-services .slick-dots li {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
}
.m-services .slick-dots li button {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 40px;
  font-family: 'Lato-Light', sans-serif;
  color: #9BBDA7;
}
@media (max-width: 1389px) {
  .m-services__slider {
    margin: 0 -30px;
  }
  .m-services__item {
    padding: 0 30px;
  }
}
@media (max-width: 1259px) {
  .m-services__wrap-slider {
    padding-left: 0;
  }
  .m-services__wrap-controls {
    right: 0;
    left: auto;
    top: -70px;
  }
  .m-services__wrap-title {
    text-align: center;
    padding: 40px 0;
  }
  .m-services__wrap-message {
    text-align: center;
    padding: 40px 0;
  }
  .m-services__title,
  .m-services__subtitle {
    display: block;
  }
  .m-services__title {
    font-size: 40px;
    font-family: 'Lato-Light', sans-serif;
    color: #879A73;
    padding-bottom: 7px;
  }
  .m-services__title:after {
    display: none;
  }
}
@media (max-width: 969px) {
  .m-services__wrap-controls {
    position: static;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
  .m-services__wrap-title {
    padding-bottom: 20px;
  }
  .m-services__wrap-slider:before {
    display: none;
  }
}
@media (max-width: 599px) {
  .m-services__title {
    font-size: 35px;
  }
  .m-services .slick-dots {
    display: none !important;
  }
}
.m-services-item__content {
  position: relative;
  padding-top: 20px;
  padding-right: 65px;
  min-height: 112px;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-services-item__text {
  font-family: 'Lato-Light', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #171420; 
  letter-spacing: 0.2px;
  line-height: 1.4;
  position: relative;
}
.m-services-item__text .cargo{
  width: 4px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: -12px;
  background-color: #748A5D;
  border-radius: 50%; 
}
.m-services-item__icon {
  width: 46px;
  height: 46px;
  position: relative;
}
.m-services-item__icon:before {
  font-family: 'c2t';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 42px;
  color: #9BBDA7;
}
.m-services-item__wrap-icon {
  position: absolute;
  right: 5px;
  top: 20px;
}
.m-hotel-info__content {
  position: relative;
}
.m-hotel-info__wrap-slider {
  margin-left: -70px;
}
.m-hotel-info__title {
  font-size: 14px;
  color: #9BBDA7;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
.m-hotel-info__wrap-title {
  position: relative;
  position: absolute;
  width: calc(565px - 75px);
  right: 0;
  top: 50px;
  z-index: 1;
}
.m-hotel-info__wrap-title:after {
    content: '';
    display: inline-block;
    position: relative;
    width: calc(100% - 280px);
    height: 1px;
    background-color: rgba(135,154,115,0.8);
    top: 0;
    left: 0;
    z-index: -1;
    vertical-align: middle;
}
.m-hotel-info__wrap-controls {
  margin: 0 -4px;
  position: absolute;
  right: 0;
  top: calc(50% - 17px);
  padding-left: 30px;
}
.m-hotel-info .btn-circle {
  margin: 0 4px;
}
@media (max-width: 1389px) {
  .m-hotel-info__wrap-title {
    width: calc(460px - 50px);
  }
}
@media (max-width: 1259px) {
  .m-hotel-info__content {
    padding: 0 40px;
    max-width: 890px;
    margin: 0 auto;
  }
  .m-hotel-info__wrap-title {
    width: auto;
    padding: 25px 0;
    position: static;
    text-align: center;
  }
  .m-hotel-info__wrap-title:after {
    display: none;
  }
  .m-hotel-info__title {
    font-size: 35px;
    font-family: 'Lato-Light', sans-serif;
    color: #879A73;
    padding-right: 0;
  }
  .m-hotel-info__wrap-controls {
    display: none;
  }
  .m-hotel-info__wrap-slider {
    margin: 0;
  }
  .m-hotel-info .btn-slide-control {
    top: calc(35% - 35px);
    position: absolute;
    z-index: 1;
  }
  .m-hotel-info .btn-slide-control--prev {
    right: 0;
  }
  .m-hotel-info .btn-slide-control--next {
    left: 0;
  }
}
@media (max-width: 969px) {
  .m-hotel-info__content {
    padding: 0;
    max-width: 668px;
  }
  .m-hotel-info .btn-slide-control {
    top: calc(32% - 35px);
  }
}
@media (max-width: 969px) {
  .m-hotel-info__content {
    max-width: 540px;
  }
  .m-hotel-info .btn-slide-control {
    top: calc(29% - 35px);
  }
}
.m-hote-info-item__content {
  font-size: 0;
}
.m-hote-info-item__wrap-img {
  padding-top: 70.79646017699115%;
  position: relative;
}
.m-hote-info-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-hote-info-item__title {
  font-size: 40px;
  color: #879A73;
  line-height: 45px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  padding: 4px 0;
}
.m-hote-info-item__subtitle {
      font-family: 'Lato-Light', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #737178;
  //opacity: 0.5;
      padding: 10px 0 30px;
}
.m-hote-info-item__subtitle:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #707070;
    opacity: 0.5;
    position: relative;
    display: block;
    bottom: -20px;
}

.m-hote-info-item__text p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(23,30,32,0.8);;
  line-height: 28px; 
  padding: 20px 28px 0 0;
  font-family: 'Lato-Regular', sans-serif;
}
.m-hote-info-item__item {
  display: inline-block;
  vertical-align: top;
}
.m-hote-info-item__item:first-child {
  width: calc(100% - 565px);
}
.m-hote-info-item__item:last-child {
  width: 565px;
  padding: 140px 0 0 75px;
}
@media (max-width: 1389px) {
  .m-hote-info-item__item:first-child {
    width: calc(100% - 460px);
  }
  .m-hote-info-item__item:last-child {
    width: 460px;
    padding: 120px 0 0 50px;
  }
}
@media (max-width: 1259px) {
  .m-hote-info-item__subtitle:after{
    margin: 0 auto;
  }
  .m-hote-info-item__content {
    text-align: center;
    position: relative;
  }
  .m-hote-info-item__content:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: rgba(135,154,115,0.8);;
    bottom: 0;
    left: calc(50% - 50px);
  }
  .m-hote-info-item__wrap-img {
    padding-top: 62.96296296296296%;
  }
  .m-hote-info-item__title {
    font-size: 40px;
  }
  .m-hote-info-item__text p {
    padding: 20px 0 0 0;
  }
  .m-hote-info-item__item {
    display: block;
  }
  .m-hote-info-item__item:first-child,
  .m-hote-info-item__item:last-child {
    width: 100%;
    padding: 0;
  }
  .m-hote-info-item__item:last-child {
    padding: 30px 40px;
  }
}
@media (max-width: 599px) {
  .m-hote-info-item__item:last-child {
    padding: 30px 0;
  }
  .m-hote-info-item__title {
    font-size: 35px;
    padding: 7px 0;
  }
}
.m-hotel-description__content {
  font-size: 0;
  padding: 55px 20px 80px 0;
}
.m-hotel-description__title {
  font-size: 35px;
  color: #879A73;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  line-height: 1.2;
  padding-bottom: 5px;
}
.m-hotel-description__subtitle {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #455D57;
  padding: 5px 0;
  margin-bottom: 20px;
}
.m-hotel-description__text p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(25,95,102,0.7);
  font-weight: 400;
  letter-spacing: 0.2px;
}
.m-hotel-description__message {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #879A73;
  letter-spacing: 0.6px;
  line-height: 1.4;
  max-width: 415px;
}
.m-hotel-description__wrap-icon {
  display: none;
}
.m-hotel-description__col {
  display: inline-block;
  vertical-align: top;
}
.m-hotel-description__col--title {
  width: 364px;
  padding-right: 60px;
}
.m-hotel-description__col--text {
  width: calc(100% - 364px);
  padding-right: 60px;
}
.m-hotel-description__item {
  display: inline-block;
  vertical-align: text-bottom;
}
.m-hotel-description__item:first-child {
  width: 364px;
}
.m-hotel-description__item:nth-child(2) {
  width: calc(100% - 364px - 220px);
}
.m-hotel-description__item:last-child {
  width: 220px;
}
@media (max-width: 1389px) {
  .m-hotel-description__content {
    padding: 55px 0 80px 0;
  }
  .m-hotel-description__wrap-info {
    padding-top: 20px;
  }
}
@media (max-width: 1259px) {
  .m-hotel-description__content {
    padding: 55px 60px 80px 60px;
  }
  .m-hotel-description__col {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .m-hotel-description__col--title {
    padding-bottom: 20px;
  }
  .m-hotel-description__title br {
    display: none;
  }
  .m-hotel-description__wrap-icon {
    display: block;
    padding-top: 10px;
  }
  .m-hotel-description__list {
    position: relative;
    padding-right: 270px;
    min-height: 140px;
  }
  .m-hotel-description__item {
    display: block;
  }
  .m-hotel-description__item:nth-child(1),
  .m-hotel-description__item:nth-child(2) {
    width: 100%;
    vertical-align: top;
  }
  .m-hotel-description__item:nth-child(3) {
    width: 270px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .m-hotel-description__wrap-info {
    padding: 40px;
    padding-bottom: 0;
  }
  .m-hotel-description__wrap-map {
    display: inline-block;
    vertical-align: top;
  }
  .m-hotel-description__wrap-btn {
    padding-bottom: 40px;
  }
}
@media (max-width: 969px) {
  .m-hotel-description__content {
    padding: 55px 20px 80px 20px;
  }
}
@media (max-width: 767px) {
  .m-hotel-description__content {
    padding-bottom: 30px;
  }
  .m-hotel-description__title {
    font-size: 45px;
  }
  .m-hotel-description__list {
    padding: 0;
    margin: -25px 0;
  }
  .m-hotel-description__wrap-btn {
    padding: 20px 0;
  }
  .m-hotel-description__message {
    margin: 0 auto;
  }
  .m-hotel-description__item:first-child,
  .m-hotel-description__item:nth-child(2),
  .m-hotel-description__item:last-child {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
  }
  .m-hotel-description__item:nth-child(2),
  .m-hotel-description__item:last-child {
    padding: 25px 0;
  }
}
@media (max-width: 599px) {
  .m-hotel-description__content {
    padding-left: 0;
    padding-right: 0;
  }
  .m-hotel-description__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-hotel-description__wrap-info {
    padding: 40px 0;
  }
  .m-hotel-description__message {
    font-size: 18px;
  }
}
.m-hotels-title__content {
  padding: 50px 0 40px 0;
}
.m-hotels-title__title {
  font-size: 30px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #879A73;
  line-height: 1.2;
}
@media (max-width: 1259px) {
  .m-hotels-title__content {
    text-align: center;
  }
}
@media (max-width: 969px) {
  .m-hotels-title__content {
    padding: 50px 20px 40px 20px;
  }
}
@media (max-width: 599px) {
  .m-hotels-title__content {
    padding: 50px 0px 40px 0px;
  }
  .m-hotels-title__title {
    font-size: 28px;
  }
}
.m-map-hotels__content {
  height: 440px;
}
@media (max-width: 1259px) {
  .m-map-hotels__content {
    height: 385px;
  }
}
@media (max-width: 599px) {
  .m-map-hotels__content {
    height: 220px;
  }
}
.m-map {
  width: 100%;
  height: 100%;
}
.m-map__wrapper,
.m-map__content,
.m-map__map {
  width: 100%;
  height: 100%;
}
.m-hotels-list__content {
  font-size: 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
  padding: 85px 0 30px 0;
}
.m-hotels-list__title {
  font-size: 45px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #879A73;
  line-height: 1.2;
  padding-bottom: 2px;
}
.m-hotels-list__subtitle {
   font-size: 14px;
    font-family: 'Lato-Light', sans-serif;
    color: #171420;
    text-transform: uppercase;
    font-weight: 100; 
    letter-spacing: 0.4px;
    padding: 5px 0;
}
.m-hotels-list__wrap-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-hotels-list__wrap-title {
  position: relative;
  margin-bottom: 30px;
}
.m-hotels-list__list {
  margin: -1px;
}
.m-hotels-list__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 1px;
}
@media (max-width: 1389px) {
  .m-hotels-list__item {
    width: 33.3333%;
  }
}
@media (max-width: 1259px) {
  .m-hotels-list__content {
    padding-top: 50px;
  }
  .m-hotels-list__wrap-title {
    text-align: center;
  }
  .m-hotels-list__wrap-btn {
    position: static;
    padding-top: 20px;
  }
 
}
@media (max-width: 969px) {
  .m-hotels-list__title {
    font-size: 40px;
  }
  .m-hotels-list__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .m-hotels-list__wrap-title {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .m-hotels-list__wrap-title {
    padding: 0;
  }
  .m-hotels-list__title {
    font-size: 35px;
    padding: 4px 15px;
  }
  .m-hotels-list__item {
    width: 100%;
  }
}

.m-footer-links__content {
  font-size: 0;
  padding: 32px 0 35px 0;
  position: relative;
}
.m-footer-links__logo {
  background-image: url("/static/svg/logo_blanco.svg");
  background-position: center;
  width: 118px;
  height: 48px;
  display: inline-block;
}
.m-footer-links__logo2 {
  background-image: url("/static/svg/logo_blanco.png");
  background-position: center;

     background-size: 100%;
  width: 80px;
  height: 48px;
  display: inline-block;
  margin-left: 20px;
}
.m-footer-links__text {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  font-weight: 100;
  line-height: 1.4;
  padding: 0 20px;
  display: block;
  opacity: 0.5;
}
.m-footer-links__link {
  display: block;
}
.m-footer-links__copy {
  font-size: 12px;
  color: #879A73;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}
.m-footer-links__list {
  margin: 0 -20px;
  text-align: right;
}
.m-footer-links__item {
  display: inline-block;
  vertical-align: middle;
}
.m-footer-links__item:hover .m-footer-links__link,
.m-footer-links__item:focus .m-footer-links__link {
  
}
.m-footer-links__item:hover .m-footer-links__text,
.m-footer-links__item:focus .m-footer-links__text {
  color: #fff;
  opacity: 1;
}
.m-footer-links__wrap-logo {
  position: absolute;
  left: 0;
  top: 13px;
}
.m-footer-links__wrap-list {
  padding-left: 300px;
}
.m-footer-links__wrap-copy {
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 1259px) {
  .m-footer-links__wrap-list {
    padding-left: 235px; 
  }
  .m-footer-links__text {
    //padding: 5px 0;
  }
  .m-footer-links__list {
    margin: 0;
  }
  .m-footer-links__item {
   // width: 33.3333%;
    //padding: 0;
  }
}
@media (max-width: 969px) {
  .m-footer-links__content {
    text-align: center;
    padding: 0;
  }
  .m-footer-links__wrap-logo,
  .m-footer-links__wrap-copy {
    position: static;
  }
  .m-footer-links__wrap-logo {
    padding: 30px 0;
  }
  .m-footer-links__wrap-copy {
    padding: 35px 0;
  }
  .m-footer-links__logo {
    margin: 0 auto;
  }
  .m-footer-links__wrap-list {
    padding-left: 0;
    max-width: 505px;
    margin: 0 auto 40px;
  }
  .m-footer-links__list {
    margin: 0 -15px;
  }
  .m-footer-links__item {
    width: 50%;
    padding: 0 15px;
    text-align: center;
  }
  .m-footer-links__item:nth-child(1) .m-footer-links__link,
  .m-footer-links__item:nth-child(2) .m-footer-links__link {
    //border-top: 1px solid rgba(135,154,115,0.8);;
  }
  .m-footer-links__item:nth-child(1) .m-footer-links__link  {
    border-top: 1px solid rgba(135,154,115,0.8);;
  }
  .m-footer-links__text {
    padding: 15px 0;
  }
  .m-footer-links__link {
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
  .m-footer-links__item {
    display: block;
    width: 100%;
  }
  .m-footer-links__logo2 {
    display: block;
    margin: 20px auto 0;
  }
}
@media (max-width: 599px) {
  .m-footer-links__content {
    padding: 0 30px;
  }
  
  .m-footer-links__item:nth-child(2) .m-footer-links__link {
    border-top: none;
  }
  
}
.m-advantages-group__content {
  font-size: 0;
  padding: 70px 0;
}
.m-advantages-group__item {
  display: inline-block;
  vertical-align: middle;
}
.m-advantages-group__item:first-child {
  width: calc(100% - 360px);
}
.m-advantages-group__item:last-child {
  width: 360px;
}
@media (max-width: 1499px) {
  .m-advantages-group__item:first-child {
    width: calc(100% - 350px);
  }
  .m-advantages-group__item:last-child {
    width: 350px;
  }
}
@media (max-width: 1389px) {
  .m-advantages-group__item:first-child {
    width: calc(100% - 310px);
  }
  .m-advantages-group__item:last-child {
    width: 310px;
  }
}
@media (max-width: 1259px) {
  .m-advantages-group__content {
    padding: 40px 0;
  }
  .m-advantages-group__item:first-child,
  .m-advantages-group__item:last-child {
    width: 50%;
  }
}
@media (max-width: 969px) {
  .m-advantages-group__item {
    display: block;
  }
  .m-advantages-group__item:first-child,
  .m-advantages-group__item:last-child {
    width: 100%;
  }
  .m-advantages-group__item:last-child {
    padding-top: 40px;
  }
}
.m-newsletter {
  max-width: 200px;
  margin: 0 auto;
}
.m-newsletter__content {
  text-align: center;
}
.m-newsletter__title {
  font-size: 35px;
  color: #879A73;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  line-height: 1.2;
  padding: 4px 0;
}
.m-newsletter__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.4px;
  padding: 5px 0;
}
.m-newsletter__wrap-input {
  padding: 10px 0;
}
.m-advantages__content {
  font-size: 0;
}
.m-advantages__title {
  font-size: 35px;
  color: #879A73;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  padding: 4px 0;
}
.m-advantages__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 2px 0;
}
.m-advantages__text {
  font-size: 22px;
  color: #879A73;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.6px;
}
.m-advantages__item-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.m-advantages__item-list:first-child {
  width: 235px;
  padding-left: 25px;
}
.m-advantages__item-list:last-child {
  width: calc(100% - 235px);
  padding: 0 50px 0 40px;
  position: relative;
}
.m-advantages__wrap-title {
  width: 170px;
}
.m-advantages__wrap-number {
  position: absolute;
  right: 0;
  top: calc(50% - 19px);
}
.m-advantages__wrap-controls {
  width: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-advantages .btn-circle {
  margin: 3px 0;
}
.m-advantages .slick-dots {
  width: 38px;
  height: 38px;
  position: relative;
}
.m-advantages .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.m-advantages .slick-dots li:not(.slick-active) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-advantages .slick-dots button {
  border: 1px solid #bed5d8;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  color: #a5c5c9;
  font-family: 'Lato', sans-serif;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1499px) {
  .m-advantages__item-list:first-child {
    width: 210px;
    padding-left: 0px;
  }
  .m-advantages__item-list:last-child {
    width: calc(100% - 210px);
  }
}
@media (max-width: 1389px) {
  .m-advantages__item-list:first-child {
    padding-left: 20px;
  }
  .m-advantages__item-list:last-child {
    padding-left: 35px;
  }
  .m-advantages__text br {
    display: none;
  }
}
@media (max-width: 1259px) {
  .m-advantages__content {
    padding-left: 20px;
  }
  .m-advantages__subtitle br {
    display: none;
  }
  .m-advantages__wrap-title {
    max-width: 300px;
    width: auto;
  }
  .m-advantages__item-list {
    display: block;
    width: 100%;
  }
  .m-advantages__item-list:first-child,
  .m-advantages__item-list:last-child {
    width: 100%;
    padding: 0;
  }
  .m-advantages__item-list:first-child {
    padding-bottom: 25px;
  }
  .m-advantages__wrap-controls {
    width: auto;
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding-top: 20px;
  }
  .m-advantages .btn-circle {
    margin: 0 3px;
  }
}
@media (max-width: 969px) {
  .m-advantages__content {
    text-align: center;
    padding-left: 0;
  }
  .m-advantages__wrap-title {
    max-width: 100%;
  }
  .m-advantages__wrap-number {
    position: static;
    padding-top: 15px;
  }
  .m-advantages__wrap-text {
    max-width: 510px;
    margin: 0 auto;
  }
  .m-advantages .slick-dots {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .m-advantages__wrap-text {
    max-width: 410px;
  }
}
@media (max-width: 599px) {
  .m-advantages__text {
    font-size: 17px;
  }
}
.m-cookies {
  background-color: #fff;
  position: relative;
  width: 233px;
  height: 233px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.m-cookies__content {
  position: absolute;
  width: 100%;
  max-width: 270px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.m-cookies__text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-family: 'Lato-Light', sans-serif;
  color: #4D692F;
}
.m-cookies__wrap-text {
  padding: 10px;
}
.m-cookies__wrap-text:after{ 
      color: #4D692F;
  font-family: 'icomoon';
    content: "\e917";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    text-align: center;
    top: auto; 
    bottom: -15px;
    display: block;
    position: relative;
    width: 100%;
    font-size: 60px;
    height: 40px;  
  transform: rotate(-180deg); 
}
.m-cookies__wrap-btn {
  padding-top: 0px;
}
.m-cookies .btn-main__text {
  font-size: 10px;
  font-family: 'Lato-Light', sans-serif;
  color: #9BBDA7;
  letter-spacing: 1.2px;
  line-height: 12px;
  padding: 0;
}
.m-cookies .btn-main {
    border-color: #879A73;
    width: 94px;
    display: block;
    min-width: 94px;
    margin: 0px auto 5px;
}
.m-cookies .btn-main:hover{
  background-color: #879A73;
}
.m-cookies .btn-main:hover .btn-main__text {
  color: #fff;
}
@media (max-width: 599px) {
  .m-cookies {
    width: 290px;
  }
  .m-cookies__content {
    padding: 0 20px;
  }
}
.m-blog-categories__content {
  font-size: 0;
  padding: 45px 0 55px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-blog-categories__title {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(135,154,115,0.5);;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.m-blog-categories__text {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  line-height: 1.5;
  padding: 17px 0 8px 0;
  display: block;
  border-bottom: 1px solid #e8ece3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-blog-categories__link {
  display: block;
  position: relative;
  padding-left: 24px;
}
.m-blog-categories__link:after {
  content: '\e915';
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  font-size: 12px;
  color: rgba(31,112,121,0.4);
  left: 0;
  top: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-blog-categories__link:hover:after,
.m-blog-categories__link:focus:after {
  color: #879A73;
}
.m-blog-categories__link:hover .m-blog-categories__text,
.m-blog-categories__link:focus .m-blog-categories__text {
  color: #879A73;
}
.m-blog-categories__list {
  margin: -20px -24px 0 -24px;
}
.m-blog-categories__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 24px;
}
.m-blog-categories__item:nth-last-child(-n + 3) .m-blog-categories__text {
  border-bottom: 0;
}
.m-blog-categories__col {
  display: inline-block;
  vertical-align: top;
}
.m-blog-categories__col--title {
  width: 250px;
}
.m-blog-categories__col--list {
  width: calc(100% - 250px);
}
@media (max-width: 1389px) {
  .m-blog-categories__title {
    padding-bottom: 20px;
  }
  .m-blog-categories__item {
    width: 33.3333%;
  }
  .m-blog-categories__item:nth-last-child(-n + 4) .m-blog-categories__text {
    border-bottom: 1px solid #d9d9da;
  }
  .m-blog-categories__item:nth-last-child(-n + 3) .m-blog-categories__text {
    border-bottom: 0;
  }
  .m-blog-categories__col {
    display: block;
    width: 100%;
  }
  .m-blog-categories__col--title {
    padding-bottom: 20px;
  }
}
@media (max-width: 969px) {
  .m-blog-categories__content {
    padding-right: 30px;
  }
  .m-blog-categories__item {
    width: 50%;
  }
  .m-blog-categories__item:nth-last-child(-n + 3) .m-blog-categories__text {
    border-bottom: 1px solid #d9d9da;
  }
  .m-blog-categories__item:nth-last-child(-n + 2) .m-blog-categories__text {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .m-blog-categories__content {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .m-blog-categories__list {
    margin: 0;
  }
  .m-blog-categories__item {
    width: 100%;
    padding-left: 0;
  }
  .m-blog-categories__item:nth-last-child(-n + 2) .m-blog-categories__text {
    border-bottom: 1px solid #d9d9da;
  }
  .m-blog-categories__item:last-child .m-blog-categories__text {
    border-bottom: 0;
  }
}
.m-blog-suggested-post-list__content {
  font-size: 0;
  padding: 30px 0;
  border-bottom: 1px solid rgba(135,154,115,0.8);;
}
.m-blog-suggested-post-list__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(135,154,115,0.5);;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.m-blog-suggested-post-list__wrap-title {
  padding: 20px 0;
}
.m-blog-suggested-post-list__list {
  margin: 0 -12px;
}
.m-blog-suggested-post-list__item {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 0 12px;
}
@media (max-width: 1389px) {
  .m-blog-suggested-post-list__item {
    width: 25%;
  }
  .m-blog-suggested-post-list__item:nth-child(n + 5) {
    display: none;
  }
}
@media (max-width: 1259px) {
  .m-blog-suggested-post-list__content {
    padding-top: 10px;
  }
  .m-blog-suggested-post-list__item {
    width: 33.3333%;
  }
  .m-blog-suggested-post-list__item:nth-child(n + 4) {
    display: none;
  }
}
@media (max-width: 969px) {
  .m-blog-suggested-post-list__list {
    margin: 0 -7px;
  }
  .m-blog-suggested-post-list__item {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .m-blog-suggested-post-list__item {
    width: 50%;
  }
  .m-blog-suggested-post-list__item:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 599px) {
  .m-blog-suggested-post-list__content {
    padding-bottom: 0;
  }
  .m-blog-suggested-post-list__list {
    margin: 0;
  }
  .m-blog-suggested-post-list__item {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(135,154,115,0.8);;
    padding: 30px 0;
  }
  .m-blog-suggested-post-list__item:nth-child(n + 3) {
    display: block;
  }
  .m-blog-suggested-post-list__item:nth-child(n + 4) {
    display: none;
  }
  .m-blog-suggested-post-list__item:nth-child(3) {
    border-bottom: 0;
  }
}
.m-blog-suggested-post {
  display: block;
}
.m-blog-suggested-post__wrap-img {
  position: relative;
  padding-top: 69.76%;
}
.m-blog-suggested-post__wrap-img:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-blog-suggested-post__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-blog-suggested-post__wrap-btn-hover {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 13.5px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.m-blog-suggested-post__title {
  font-size: 18px;
  color: #879A73;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.6px;
  min-height: 63px;
}
.m-blog-suggested-post__text {
  font-size: 14px;
  color: rgba(135,154,115,0.5);
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
}
.m-blog-suggested-post__wrap-title {
  padding-bottom: 10px;
}
.m-blog-suggested-post__wrap-text {
  padding: 10px 0;
  position: relative;
}
.m-blog-suggested-post__wrap-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #d9d9da;
  top: 0;
  left: 0;
}
.m-blog-suggested-post__wrap-btn {
  display: none;
}
.m-blog-suggested-post__cover {
  padding: 20px 0;
}
.m-blog-suggested-post:hover .m-blog-suggested-post__wrap-img:after,
.m-blog-suggested-post:focus .m-blog-suggested-post__wrap-img:after {
  bottom: 0;
}
.m-blog-suggested-post:hover .m-blog-suggested-post__wrap-btn-hover,
.m-blog-suggested-post:focus .m-blog-suggested-post__wrap-btn-hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 1499px) {
  .m-blog-suggested-post__title {
    font-size: 16px;
  }
}
@media (max-width: 1389px) {
  .m-blog-suggested-post__cover {
    padding: 16px;
  }
}
@media (max-width: 969px) {
  .m-blog-suggested-post__wrap-img:after,
  .m-blog-suggested-post__wrap-btn-hover {
    display: none;
  }
  .m-blog-suggested-post__wrap-btn {
    display: block;
    padding-top: 10px;
  }
}
@media (max-width: 599px) {
  .m-blog-suggested-post__content {
    position: relative;
  }
  .m-blog-suggested-post__content:after,
  .m-blog-suggested-post__content:before {
    content: '';
    display: table;
    clear: both;
  }
  .m-blog-suggested-post__title {
    max-width: 270px;
  }
  .m-blog-suggested-post__cover {
    float: left;
    width: calc(100% - 115px);
    padding: 0 7px;
    padding-right: 20px;
  }
  .m-blog-suggested-post__wrap-img {
    float: right;
    width: 115px;
    height: 90px;
    padding: 0;
    margin-bottom: 47px;
  }
  .m-blog-suggested-post__wrap-btn {
    position: absolute;
    right: 0;
    top: 90px;
  }
  .m-blog-suggested-post .btn-main {
    min-width: 115px;
  }
}
.m-blog-pagination__content {
  font-size: 0;
  text-align: right;
  position: relative;
}
.m-blog-pagination__content:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e8ece3;
  top: calc(50% - 0.5px);
  left: 0;
}
.m-blog-pagination__wrap-controls {
  display: inline-block;
  vertical-align: middle;
  margin: -8px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.m-blog-pagination .btn-circle {
  margin: 8px;
}
.m-blog-list__content {
  font-size: 0;
  padding-bottom: 60px;
}
.m-blog-list__content.nomargin{
   padding-bottom: 0px;
   margin-top: 30px;
}
.m-blog-list__list {
  margin: 0 -1px;
}
.m-blog-list__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 1px;
  padding-bottom: 20px;
}
.m-blog-list.new {
    position: relative;
}
.m-blog-list.new .m-blog-list__content{
    padding-bottom: 0px;
}
.m-blog-list.new .m-blog-pagination{
    position: absolute;
    top: 100px;
    width: 100%;
    padding: 0 15px;
}
.m-blog-list.new .m-blog-pagination__content:after{
  content: none;
}
.m-blog-list.new .m-blog-pagination__wrap-controls{
    width: 100%;
    text-align: center;
    margin: 0;
}
.m-blog-list.new .btn-circle{
  position: absolute;
  left: 0;
  opacity: 1;
      border: 1px solid #fff;
}
.m-blog-list.new .btn-circle.btn-circle--arrow-right {
  left: auto;
  right: 0;
}
.m-blog-list.new .btn-circle:after{
  color: #fff;
}
.m-blog-list__item.four{
 width: 25%;
}
.m-blog-list__item.four .m-blog-list-item__img{
     filter: saturate(0);
  background-position: top;
}
.m-blog-list__item.four .m-blog-list-item__wrap-img{
      padding-top: 90%;
}
.m-blog-list__item.four .m-blog-list-item__wrap-img:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 105, 47, 0.4);
}
.m-blog-list__item.four .m-blog-list-item__cover{
  padding: 0 5px 30px 5px;
}
.m-blog-list__item.four .m-blog-list-item__wrap-title{
      padding: 10px 0 0 0;
}
.m-blog-list__item.four .m-blog-list-item__title{
  font-family: 'Lato-Light', sans-serif;
  font-size: 25px;
  color: #9BBDA7;
  text-align: left;
  display: inline-block;
}
.m-blog-list__item.four .m-blog-list-item__wrap-title span{
  color: #171420;
  font-size: 15px;
  display: block;
  font-family: 'Lato-Light', sans-serif;
}
.m-blog-list__item.four .m-blog-list-item__text{
  font-family: 'Lato-Light', sans-serif;
  font-size: 15px;
  color: #9BBDA7;
}
.m-blog-list__item.four .m-blog-list-item__wrap-text:after{
  content: none;
}
.m-blog-list.recomendaciones .m-blog-list-item__wrap-img {
    padding-top: 65%;
} 
.m-blog-list.recomendaciones .m-blog-list-item__wrap-img:before {
    content: "";
    border: 1px solid #000;
    position: absolute;
    width: 92%;
    height: 92%;
    top: 4%;
    left: 4%;
    z-index: 2;
} 
.m-blog-list.recomendaciones .m-blog-pagination{
  top: 65px;
}
.m-blog-list-title.borderTop{
  border-top: 1px solid #879A73 ;
}
.m-blog-list__list.videos{
  padding-bottom: 50px;
  border-bottom: 1px solid #879A73 ;
  margin-bottom: 30px;
}
.m-blog-list__list.videos .m-blog-list-item__wrap-img{
  padding-top: 0;
      height: 270px;
    overflow: hidden;
}
.box-boton-play{
    position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.box-boton-play img{
  width: 87px;
  height: 87px;
  top: calc(50% - 42px);
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.box-boton-play img:hover{
  transform: scale(1.2);
}
.m-blog-list__list.videos iframe{
        height: 130%;
    top: -15%;
    position: absolute;
    width: 120%;
    left: -10%;
}
.m-blog-list__list.videos .m-blog-list-item__cover {
    padding: 0 10px 0px 10px;
}
.m-blog-list__list.videos .m-blog-list-item__wrap-title{
      padding: 10px 0 0px 0;
}
.m-blog-list__list.videos .m-blog-list-item__title{
  font-family: 'Lato-Light', sans-serif;
  font-size: 25px;
  color: #879A73;
  text-align: left;
  display: inline-block;
}
.m-blog-list .btn-slide-control{
  position: absolute;
  border: 1px solid #fff;
  z-index: 1;
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle; 
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%; 
  text-align: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  top: 115px;
  left: 24px;
}
.m-recomendaciones-slider__slider .btn-slide-control{ 
  top: 95px;
}
.m-blog-list .btn-slide-control .btn-slide-control__btn{
  background-color: transparent;
  display: none;
}
    
.m-blog-list .btn-slide-control:after {
      font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 1; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  content: '\e909';
  color: #fff;

}
.m-blog-list .btn-slide-control--prev{
  left: auto;
  right: 24px;
}
.m-blog-list .btn-slide-control--prev:after{
      content: '\e90a';
}
.m-blog-list .btn-slide-control:hover{
  background-color: #879A73;
  border-color: #879A73;
}
@media (max-width: 1259px) {
  .m-blog-list__content {
    padding-bottom: 10px;
  }
  .m-blog-list__item {
    width: 33.3333%;
  }
  .m-blog-list__item.four {
    width: 33%;
  }
}
@media (max-width: 969px) {
  .m-blog-list__item {
    width: 50%;
  }
  .m-blog-list__item.four {
    width: 50%;
  }
  .m-blog-list .btn-slide-control{
    //top: 160px;
  }
   
}
@media (max-width: 767px) {
  .m-blog-list__item {
    width: 100%;
    display: block;
  }
  .m-blog-list__item.four {
    width: 100%;
  }
}
.m-blog-list-item {
  display: block;
}
.m-blog-list-item__content {
  font-size: 0;
  position: relative;
}
.m-blog-list-item__wrap-img {
  position: relative;
  padding-top: 71.2%;
}
.m-prensa-slider__slider .m-blog-list-item__wrap-img,
.m-blog-slider__slider .m-blog-list-item__wrap-img
 {
  padding-top: 0!important;
  height: 250px;
}
.m-recomendaciones-slider__slider .m-blog-list-item__wrap-img {
  padding-top: 0!important;
  height: 225px;
}
.m-recomendaciones-slider__slider .m-blog-list-item__img{
  background-position: center!important;
}
.m-blog-list-item__wrap-img.rounded{
      padding-top: 0;
    height: 286px;
}
.m-blog-list-item__wrap-img.rounded .m-blog-list-item__img{
    margin: 0 auto;
    border-radius: 90%;
    width: 286px;
    height: 286px;
}
.m-blog-list-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-blog-list-item__title {
  font-size: 18px;
  color: rgba(135,154,115,0.7);
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.6px; 
  text-align: center;
  position: relative;
}
.m-blog-list-item__text {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(135,154,115,0.5);
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.m-blog-list-item__title.hoja:before {  
      font-family: 'icomoon';
    content: "\e917";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 85px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    text-align: center;
    top: -90px;
    display: block;
    position: absolute;
    width: 132.59px;
    font-size: 130px;
    height: 84.49px; 
    left: calc(50% - 66px);
    overflow: hidden;
}
.m-blog-list-item__title.reverse:before{
  transform: rotate(-180deg);
  top: -103px;
}
.m-blog-list-item__title.azul{
  color: #B3C4C5;
}
 
.m-blog-list-item__title.marron{
  color: #D4C7B5;
}
 
.m-blog-list-item__title.verde{
  color: #4D692F;
      font-family: 'Lato-Bold', sans-serif;
}
.m-blog-list-item__title.amarillo{
  color: #FEC242;
}
.m-blog-list-item__title.rojo{
  color: #480000;
}
.m-blog-list-item__img {
  margin: 0 auto;
}
.m-blog-list-item__wrap-title {
  padding: 40px 0 10px 0;
}
.m-blog-list-item__wrap-text {
  padding: 12px 0;
  position: relative;
}
.m-blog-list-item__wrap-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: rgba(135,154,115,0.8);;
  left: 0;
  top: 0;
}
.m-blog-list-item__cover {
  padding: 0 25px 22px 25px;
}
.m-blog-list-item__wrap-btn {
  padding-top: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.m-blog-list-item .btn-main {
  min-width: 160px;
}
.m-blog-list-item:hover .m-blog-list-item__wrap-btn,
.m-blog-list-item:focus .m-blog-list-item__wrap-btn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 1499px) {
  .m-blog-list-item__title {
    font-size: 20px;
  }
}
@media (max-width: 1389px) {
  .m-blog-list-item__cover {
    padding: 0 40px 22px 40px;
  }
  .m-blog-list-item__title {
    font-size: 18px; 
  }
}
@media (max-width: 969px) {
  .m-blog-list-item__content {
    text-align: center;
  }
  .m-blog-list-item__wrap-text:after {
    left: calc(50% - 10px);
  }
  .m-blog-list-item__wrap-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-width: 767px) {
  .m-blog-list-item__title {
    max-width: 100%;
  }
  .m-blog-list__item.four .m-blog-list-item__title{
        font-size: 20px;
  }
}
@media (max-width: 599px) {
  .m-blog-list-item__cover {
    padding: 0 35px 22px 35px;
  } 
}
@media (max-width: 360px) {
   
  .m-blog-list-item__wrap-img.rounded .m-blog-list-item__img{
        width: 240px;
    height: 240px;
  }
  .m-blog-list-item__wrap-img.rounded {
    padding-top: 0;
    height: 245px;
  }
  .m-site-description__content {
    padding: 40px 0 10px;
  }
  .m-site-description__subtitle{
    line-height: 30px;
  }
}
.m-inner-slider__content {
  position: relative;
}
.m-inner-slider__wrap-icon {
  position: absolute;
  bottom: -22px;
  left: 64px;
}
.m-inner-slider__wrap-controls {
  position: absolute;
  left: 50px;
  bottom: 40px;
  margin: -2.5px;
}
.m-inner-slider .btn-circle {
  margin: 2.5px;
  border-color: transparent;
  display: inline-block !important;
  vertical-align: middle;
}
.m-inner-slider .btn-circle:hover,
.m-inner-slider .btn-circle:focus {
  border-color: #fff;
  background-color: transparent;
}
.m-inner-slider .btn-circle:hover:after,
.m-inner-slider .btn-circle:focus:after {
  color: #fff;
}
@media (max-width: 1259px) {
  .m-inner-slider__wrap-icon {
    display: none;
  }
  .m-inner-slider__wrap-controls {
    bottom: 20px;
    left: 40px;
  }
}
@media (max-width: 969px) {
  .m-inner-slider__wrap-controls {
    position: static;
  }
  .m-inner-slider .btn-circle {
    position: absolute;
    z-index: 1;
    top: calc(50% - 16.5px);
  }
  .m-inner-slider .btn-circle--arrow-right {
    right: 20px;
  }
  .m-inner-slider .btn-circle--arrow-left {
    left: 20px;
  }
}
.m-inner-slider-item__wrap-img {
  height: 460px;
}
.m-inner-slider-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1389px) {
  .m-inner-slider-item__wrap-img {
    height: 390px;
  }
}
@media (max-width: 1259px) {
  .m-inner-slider-item__wrap-img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .m-inner-slider-item__wrap-img {
    height: 315px;
  }
}
@media (max-width: 767px) {
  .m-inner-slider-item__wrap-img {
    position: relative;
    padding-top: 62.5%;
    height: auto;
  }
  .m-inner-slider-item__img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.m-home-more-info__content {
  font-size: 0;
  padding: 50px 47px 10px 0;
}
.m-home-more-info__title {
  font-size: 40px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #879A73;
  line-height: 1.2;
}
.m-home-more-info__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  padding: 10px 0;
}
.m-home-more-info__text p {
  font-size: 14px;
  color: rgba(25,95,102,0.7);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 10px 0 15px 0;
}
.m-home-more-info__message p {
  font-size: 22px;
  color: #879A73;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 10px 0;
}
.m-home-more-info__message {
  max-width: 540px;
}
.m-home-more-info__col {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.m-home-more-info__col--title {
  width: 350px;
  padding-right: 40px;
}
.m-home-more-info__col--text {
  width: calc(100% - 350px);
  top: -10px;
}
.m-home-more-info__list {
  margin: 0 -30px;
}
.m-home-more-info__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 30px;
}
.m-home-more-info__wrap-btn {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.m-home-more-info__wrap-btn--responsive {
  display: none;
}
@media (max-width: 1389px) {
  .m-home-more-info__content {
    padding-left: 60px;
    padding-right: 45px;
  }
  .m-home-more-info__title {
    font-size: 43px;
  }
  .m-home-more-info__title br {
    display: none;
  }
  .m-home-more-info__col {
    display: block;
    width: 100%;
    top: 0;
  }
  .m-home-more-info__col--title {
    padding: 0;
    padding-bottom: 35px;
  }
}
@media (max-width: 969px) {
  .m-home-more-info__content {
    text-align: center;
    padding: 30px;
  }
  .m-home-more-info__title {
    max-width: 450px;
    margin: 0 auto;
  }
  .m-home-more-info__subtitle {
    padding: 30px 0 20px 0;
  }
  .m-home-more-info__message {
    margin: 0 auto;
  }
  .m-home-more-info__list {
    margin: 0;
  }
  .m-home-more-info__item {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-home-more-info__col--title {
    padding-bottom: 20px;
  }
  .m-home-more-info__wrap-btn {
    position: static;
    padding-top: 20px;
  }
  .m-home-more-info__wrap-btn--responsive {
    display: inline-block;
  }
  .m-home-more-info__wrap-btn--default {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-home-more-info__content {
    padding: 30px 20px;
  }
  .m-home-more-info__title {
    font-size: 40px;
  }
  .m-home-more-info__wrap-message {
    max-width: 420px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 599px) {
  .m-home-more-info__content {
    padding: 30px 0;
  }
  .m-home-more-info__title {
    font-size: 35px;
  }
  .m-home-more-info__message p {
    font-size: 20px;
  }
}
.m-home-description__title {
  font-size: 40px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #879A73;
  line-height: 1.2;
}
.m-home-description__subtitle {
  font-family: 'Lato-Light', sans-serif;
  font-size: 16px;
  color: #737178;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  padding: 10px 0 30px;
}

.m-home-description__subtitle:after{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #707070;
    opacity: 0.5;
    position: relative;
    display: block; 
    bottom: -20px;
}
.boton_mas_info{
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.boton_mas_info button{
  background: transparent;
  border: none;
}
.boton_mas_info img{
  display: inline-block;
  height: 39px;
  width: 39px;
}
.boton_mas_info span{
  font-family: 'Lato-Light', sans-serif;
  display: inline-block;
  color: #9BBDA7;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 5px;
}
.boton_mas_info:hover{
  opacity: 0.7;
}
@media (max-width: 1259px) {
  .m-home-description__subtitle:after{
    margin: 0 auto;
  }
}
.m-home-description__text,
.m-home-description p {
  font-size: 14px;
  color: rgba(23, 20, 32, 0.8);
  line-height: 28px;
  font-weight: 400; 
  position: relative;
  z-index: 1;
}
.m-home-description p {
  padding: 10px 0 15px 0;
}
.m-home-description__wrap-img {
    display: block;
    max-width: 845px;
    width: 40%;
    height: 438px;
    float: left;
}
.m-home-description__wrap-img .m-home-description__img{ 
    width: 100%;
    height: 100%; 
}
.m-home-description__wrap-text {
      width: 100%;
    height: 450px;
    background-color: #fff;
    position: relative;
    margin: 0;
    float: left;
    text-align: left;
    max-width: 60%;
}
.s-home-description .wrapper {
    position: relative;
}
.s-home-description .wrapper:after {
    content: "";
    position: absolute;
    background-image: url(/static/svg/bienvenido.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 400px;
    height: 363px;
    left: auto;
    bottom: auto;
    right: -70px;
    top: 0;
    z-index: 2;
}
.m-home-description__cover {
  width: 420px;
  position: absolute;
  left: 120px;
  top: 40px;
  /*top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}
.m-home-description__wrap-btn {
  position: absolute;
  left: 68px;
  bottom: 25px;
}
.m-home-description__wrap-btn--responsive {
  display: none;
}
@media (max-width: 1389px) {
  .m-home-description__title {
    font-size: 43px;
  }
  .m-home-description__wrap-text {
    width: 500px;
    height: 420px;
  }
  
  .m-home-description__cover {
    width: 100%;
    left: 100px;
    padding: 0 70px 0 0px;
  }
}
@media (max-width: 1259px) {
  .m-home-description__content {
    text-align: center;
  }
  .m-home-description__wrap-text {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    max-width: 100%;
    text-align: center;
  }
  .m-home-description__wrap-text:after {
    display: none;
  }
  .m-home-description__cover {
    position: static;
    width: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding: 0;
  }
  .s-home-description .wrapper:after{
    display: none;
  }
  .m-home-description__text {
    max-width: 610px;
    margin: 0 auto;
  }
  .m-home-description__wrap-img {
    position: relative;
    width: 100%;
    height: 410px;
    display: block;
    margin: 0 auto;
    max-width: 890px;
    float: none;
  }
  .m-home-description__img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center; 
  }
  .m-home-description__wrap-btn {
    position: static;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .m-home-description__wrap-text:after {
    width: 0;
    height: 0;
    display: none;
    background: 0;
    border-style: solid;
    border-width: 0 0 420px 85px;
    border-color: transparent transparent #fff transparent;
  }
}
@media (max-width: 969px) {
  .m-home-description__wrap-img {
    width: 100%;
    height: 310px;
  }
  .m-home-description__wrap-btn--default {
    display: none;
  }
  .m-home-description__wrap-btn--responsive {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .m-home-description__wrap-img {
    width: 100%;
    height: 250px;
  }
  .m-home-description__title {
    font-size: 40px;
  }
  .m-home-description__cover {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .m-home-description__img {
   /* -webkit-background-size: auto 115%;
    -moz-background-size: auto 115%;
    background-size: auto 115%;
    background-position: -39px bottom;*/
  }
  .m-home-description__cover {
    padding: 0;
  }
  .m-home-description__title {
    font-size: 35px;
  }
  .m-home-description__subtitle {
    padding: 10px;
  }
}
.m-home-hotels__content {
  padding: 70px 0 35px 0;
}
.m-home-hotels__title {
  font-size: 38px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #879A73;
  line-height: 1.2;
}
.m-home-hotels__subtitle {
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  font-size: 16px;
  color: #171420;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 3px 0;
}
.m-home-hotels__wrap-title {
  position: relative;
  margin-bottom: 30px;
}
.m-home-hotels__wrap-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1389px) {
  .m-home-hotels__title {
    font-size: 38px;
  }
}
@media (max-width: 1259px) {
  .m-home-hotels__wrap-title {
    text-align: center;
  }
  .m-home-hotels__wrap-btn {
    position: static;
    padding-top: 15px;
  }
}
@media (max-width: 969px) {
  .m-home-hotels__content {
    padding-top: 0;
  }
  .m-home-hotels__title {
    font-size: 38px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .m-home-hotels__content {
    padding-top: 10px;
  }
  .m-home-hotels__title {
    font-size: 38px;
  }
}
@media (max-width: 599px) {
  .m-home-hotels__title {
    padding-bottom: 10px;
  }
  .m-home-hotels__subtitle {
    font-size: 15px;
  }
}
.m-home-slider {
  height: 100%;
  position: relative;
}
.m-home-slider:after{
    content: "";
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute; /* FF3.6-15 */
  /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);  
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );   
*/
}


.s-welcome .wrapper{
  position: relative;
}
.m-home-slider__wrapper,
.m-home-slider__content,
.m-home-slider__slider,
.m-home-slider__item,
.m-home-slider .slick-list,
.m-home-slider .slick-track {
  height: 100%;
}
.m-home-slider__content {
  position: relative;
  overflow: hidden;
}
.m-home-slider__wrap-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  z-index: 2;
}
.m-home-slider__wrap-text:hover ~ .m-home-slider__wrap-controls,
.m-home-slider__wrap-text:focus ~ .m-home-slider__wrap-controls {
  bottom: 45px;
}
.m-home-slider__wrap-text:hover ~ .m-home-slider__message-space,
.m-home-slider__wrap-text:focus ~ .m-home-slider__message-space {
  height: 30px;
}
.m-home-slider__message-space {
  height: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-slider__wrap-offer,
.m-home-slider__wrap-btn-offer {
  position: absolute;
  top: 50%;
  left: 38px;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1;
}
.m-home-slider__wrap-btn-offer {
  left: -200px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 184px;
  text-align: center;
}
.m-home-slider__wrap-controls {
  position: absolute;
  left: 25px;
  bottom: 15px;
  margin: -2.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.m-home-slider__wrap-controls .btn-circle {
  margin: 2.5px;
  border-color: transparent;
  display: inline-block !important;
  vertical-align: middle;
}
.m-home-slider__wrap-controls .btn-circle:hover,
.m-home-slider__wrap-controls .btn-circle:focus {
  border-color: #fff;
  background-color: transparent;
}
.m-home-slider__wrap-controls .btn-circle:hover:after,
.m-home-slider__wrap-controls .btn-circle:focus:after {
  color: #fff;
}
.m-home-slider.active .m-home-slider__wrap-btn-offer {
  left: 38px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-home-slider.active .m-home-slider__wrap-offer {
  left: -200px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media (max-width: 969px) {
  .m-home-slider {
    height: auto;
  }
  .m-home-slider__wrapper,
  .m-home-slider__content,
  .m-home-slider__slider,
  .m-home-slider__item,
  .m-home-slider .slick-list,
  .m-home-slider .slick-track {
    height: auto;
  }
  .m-home-slider__wrap-offer,
  .m-home-slider__wrap-btn-offer,
  .m-home-slider__message-space {
    display: none;
  }
  .m-home-slider__wrap-text {
    bottom: 40px;
  }
  .m-home-slider__wrap-controls {
    position: static;
  }
  .m-home-slider .btn-circle {
    position: absolute;
    z-index: 1;
    top: calc(50% - 15px);
  }
  .m-home-slider .btn-circle--arrow-right {
    right: 15px;
  }
  .m-home-slider .btn-circle--arrow-left {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .m-home-slider__wrap-text {
    display: none;
    display: block; 
    bottom: 10px;
    width: 100%;
  }
}
.m-home-slider-item {
  height: 100%;
}
.m-home-slider-item__wrapper,
.m-home-slider-item__content,
.m-home-slider-item__wrap-img {
  height: 100%;
}
.m-home-slider-item__wrap-img {
  position: relative;
}
.m-home-slider-item__img {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 969px) {
  .m-home-slider-item {
    height: auto;
  }
  .m-home-slider-item__wrapper,
  .m-home-slider-item__content,
  .m-home-slider-item__wrap-img {
    height: auto;
  }
  .m-home-slider-item__wrap-img {
    position: relative;
    padding-top: 67.70833333333333%;
  }
  .m-home-slider-item__img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .m-home-slider-item__wrap-img {
    position: relative;
    padding-top: 70.83333333333333%;
  }
}
@media (max-width: 599px) {
  .m-home-slider-item__wrap-img {
    position: relative;
    padding-top: 73.4375%;
  }
}
.m-home-slider-text__content {
  text-align: center;
}
.m-home-slider-text__title {
  font-size: 55px;
  font-family: 'BodoniMT', sans-serif;
  text-transform: none;
  line-height: 1;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
      font-weight: 100;
}
 
.m-home-slider-text__title:after {
  left: 100%;
}
.m-home-slider-text__title:before {
  right: 100%;
}
.m-home-slider-text__subtitle {
  font-family: 'Lato-Light', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.m-home-slider-text__wrap-btn {
  padding: 10px 0 30px 0;
}
.m-home-slider-text__message {
  background-color: #fff;
  font-size: 12px;
  color: rgba(135,154,115,0.7);;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-slider-text__message:hover,
.m-home-slider-text__message:focus {
  height: 30px;
}
.m-home-slider-text__cover:hover + .m-home-slider-text__message,
.m-home-slider-text__cover:focus + .m-home-slider-text__message {
  height: 30px;
}
.m-home-slider-text .btn-circle {
  position: relative;
  -webkit-animation-name: move_arrow;
  -moz-animation-name: move_arrow;
  -o-animation-name: move_arrow;
  -ms-animation-name: move_arrow;
  animation-name: move_arrow;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-slider-text .btn-circle:hover,
.m-home-slider-text .btn-circle:focus {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
  background-color: transparent;
  border-color: #fff;
}
.m-home-slider-text .btn-circle:hover:after,
.m-home-slider-text .btn-circle:focus:after {
  color: #fff;
}
@media (max-width: 1259px) {
  .m-home-slider-text__title {
    font-size: 35px;
  }
}
@media (max-width: 969px) {
  .m-home-slider-text__wrap-btn,
  .m-home-slider-text__message {
    display: none;
  }
}
@media (min-width: 970px) and (max-width: 1259px) {
  .site .m-book-form {
    max-width: 100%;
  }
  .site .m-book-form__content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px 0;
  }
  .site .m-book-form__list {
    margin: 0 auto;
    max-width: 414px;
    padding: 10px 0 0 0;
  }
  .site .m-book-form__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 7px;
  }
  .site .m-book-form__item:first-child {
    width: 100%;
  }
  .site .m-book-form__wrap-title {
    position: absolute;
    right: 100%;
    margin-right: 80px;
    top: calc(50% + 10px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    white-space: nowrap;
  }
  .site .m-book-form__title:before {
    left:0;
    position: relative;
  }
  .site .m-book-form__title{
        padding-bottom: 10px;
  }
  .site .m-book-form__subtitle{
    text-align: center;
  }
  .site .m-book-form__wrap-btn {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    margin-left: 65px;
  }
  .site .m-book-form__wrap-form {
    max-width: 414px;
    margin: 0 auto;
    position: relative;
  }
  .site .m-book-form__wrap-toggle {
    display: block;
    position: absolute;
    right: 40px;
    top: 20px;
  }
}
@media (max-width: 969px) {
  .site .m-book-form__wrap-toggle {
    display: block;
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 3;
  }
}
@media (max-width: 599px) {
  .site .m-book-form__wrap-toggle {
    right: 16px;
  }
}
.m-book-form {
  max-width: 200px;
}
.m-book-form__content {
  font-size: 0;
  padding: 28px 27px 15px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
  background-color: #879A73;
}
.m-book-form__wrap-toggle {
  display: none;
}
.m-book-form__title {
      font-size: 28px;
    font-family: 'BodoniMT', sans-serif;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 7px 0 4px;
    position: relative;
    font-size: 0;
    text-align: center;
        width: 130%;
    left: -15%;
}
.m-book-form__title:before{
      content: "";
    position: relative;
    background-image: url(/static/svg/reservar_tit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 23px;
    left: auto;
    bottom: auto;
    right: auto;
    top: 0;
    z-index: 2;
    display: block;
}
.m-book-form__title.en:before{
  background-image: url(/static/svg/reservar_tit_en.svg);
      height: 30px;
}
.m-book-form__title.fr:before{
  background-image: url(/static/svg/reservar_tit_fr.svg);
  height: 30px;
}
.m-book-form__title.de:before{
  background-image: url(/static/svg/reservar_tit_de.svg);
  height: 30px;
}
.m-book-form__subtitle {
  font-size: 12px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.35;
  letter-spacing: 0.5px;
  position: relative;
}
.m-book-form__wrap-title {
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.m-book-form__wrap-title:before { 
  font-family: 'icomoon';
    content: "\e985";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    text-align: center;
    top: -10px; 
    display: block;
    position: absolute;
    width: 100%;
    font-size: 73px;
    height: 40px; 
    color: #758B5E;
}
.m-book-form__list {
  margin: -8px 0;
  padding: 10px 0;
}
.m-book-form__item {
  padding: 5px 0;
}
.m-book-form__wrap-btn {
  padding: 5px 0;
  text-align: center;
}
.m-book-form__wrap-btn.secondary-btn{
    padding:0;
}
.m-book-form__wrap-btn.secondary-btn .btn-main .btn-main__text{
    background-color:#748A5D;
    color:#fff;
    padding: 5px;
    font-size:11px;
}
.m-book-form__wrap-btn.secondary-btn .btn-main:hover .btn-main__text{
    background-color:#4D692F;
}
@media (max-width: 969px) {
  .m-book-form {
    max-width: 100%;
  }
    .m-book-form__wrap-btn.secondary-btn .btn-main .btn-main__text{
        padding: 5px 15px;
    }
  .m-book-form__content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px 0;
  }
  .m-book-form__list {
    margin: 0 auto;
    max-width: 414px;
    padding: 10px 0 0 0;
  }
  .m-book-form__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 7px;
  }
  .m-book-form__item:first-child {
    width: 100%;
  }
  .m-book-form__title:before{
    left: 0;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .m-book-form__list {
    max-width: 260px;
  }
  .m-book-form__item {
    width: 50%;
  }
}
.reserve-form{
    min-height:80vh;
}
.reserve-form .m-contact-form__content{
    padding-left:0;
}
.reserve-form .m-contact-form__col--comment{
    width:50%;
}
.reserve-form .m-contact-form__col--input-list{
    width:50%;
    padding-right:40px;
}
.reserve-form .m-contact-form__wrap-comment{
    height:387px;
}
.reserve-form.restaurant .m-contact-form__wrap-comment{
    height:335px;
}
.m-contact-form__content {
  font-size: 0;
  padding-left: 250px;
  padding-bottom: 50px;
}
.m-contact-form__captcha-text {
  font-size: 13px;
  color: #9BBDA7;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  width: 60px;
}
.m-contact-form__required-text {
  font-size: 11px;
  color: #9BBDA7;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.m-contact-form__required-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #9BBDA7;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.m-contact-form__wrap-text {
  padding-bottom: 40px;
}
.m-contact-form__col {
  display: inline-block;
  vertical-align: top;
}
.m-contact-form__col--input-list {
  width: 220px;
}
.m-contact-form__col--comment {
  width: calc(100% - 220px);
  padding-left: 40px;
}
.m-contact-form__list {
  margin: -10px 0;
  padding-left: 15px;
}
.m-contact-form__item {
  padding: 10px 0;
  position: relative;
}
.m-contact-form__item .m-dropdown--2 .m-dropdown__content{
    border: 1px solid #879A73!important;
}
.m-contact-form__item .m-dropdown--2 .m-dropdown__input{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    height: 30px;
    color: #9BBDA7;
    border-radius: 3px;
    text-transform: lowercase;
}
.m-contact-form__item .m-dropdown--2 .m-dropdown__content:after{
    color:#879A73;
    height:31px;
}

.m-contact-form__item .m-datepicker--1 .m-datepicker__content:after{
    width:30px;
    height:31px;
    color:#879A73;
    line-height: 32px;
}
.m-contact-form__item .m-datepicker--1 .m-datepicker__input{
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  height: 30px;
  color: #9BBDA7;
  border-radius: 3px;
  text-transform: lowercase;
}
.m-contact-form__content .m-datepicker--1 .m-datepicker__content{
  border: 1px solid #879A73;
}
.m-contact-form__item .m-datepicker--1 .m-datepicker__input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.35;
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}
.m-contact-form__item .m-datepicker--1 .m-datepicker__input:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.35;
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}
.m-contact-form__item .m-datepicker--1 .m-datepicker__input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.35;
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}
.m-contact-form__item .m-datepicker--1 .m-datepicker__input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.35;
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}

.m-contact-form__item .m-textinput--2 .m-textinput__input{
  background-color: #fff;
  border: 1px solid #879A73!important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  height: 30px;
  color: #9BBDA7;
  border-radius: 3px;
  text-transform: lowercase;
}
.m-contact-form__content .m-textarea--2 .m-textarea__content{
  border: 1px solid #879A73;
}
.m-contact-form__item .m-textinput--2 .m-textinput__input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 2
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}
.m-contact-form__item .m-textinput--2 .m-textinput__input:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 2
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}
.m-contact-form__item .m-textinput--2 .m-textinput__input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 2
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}
.m-contact-form__item .m-textinput--2 .m-textinput__input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 2
  font-size: 13px;
   color: #9BBDA7;
   text-transform: lowercase;
}
.m-contact-form__item--required:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #9BBDA7;
  top: 50%;
  left: -15px;
  margin-top: -2.5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.m-contact-form__item--captcha .m-textinput {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
}
.m-contact-form__wrap-comment {
  height: 280px;
}
.m-contact-form__wrap-action {
  padding: 22px 0;
}
.m-contact-form__wrap-btn,
.m-contact-form__wrap-required-text {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.m-contact-form__wrap-btn {
  text-align: right;
}
@media (max-width: 1389px) {
  .m-contact-form__content {
    padding-left: 0;
  }
  .m-contact-form__list {
    padding-left: 0;
  }
  .m-contact-form__col--input-list {
    width: 250px;
  }
  .m-contact-form__col--comment {
    width: calc(100% - 250px);
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .m-contact-form__col {
    display: block;
    width: 100%;
    padding: 0;
  }
    .reserve-form .m-contact-form__col--input-list{
        width:100%;
        padding-right:0;
    }
    .reserve-form .m-contact-form__wrap-comment{
        height:280px;
    }
    .reserve-form.restaurant .m-contact-form__wrap-comment{
        height:280px;
    }
    .reserve-form .m-contact-form__col--comment{
        width:100%;
    }
  .m-contact-form__list {
    margin: 0 -25px;
    padding-bottom: 10px;
  }
  .m-contact-form__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .m-contact-form__item:after {
    left: 10px;
  }
  .m-contact-form__wrap-btn,
  .m-contact-form__wrap-required-text {
    width: 50%;
    vertical-align: middle;
  }
  .m-contact-form__wrap-btn {
    padding-right: 0;
    text-align: right;
  }
}
@media (max-width: 599px) {
  .m-contact-form__content {
    padding-right: 25px;
    padding-left: 25px;
  }
    .reserve-form .m-contact-form__content{
        padding-left:25px;
    }
    .reserve-form .m-contact-form__col--input-list{
        width:100%;
        padding-right:0;
    }
    .reserve-form .m-contact-form__col--comment{
        width:100%;
    }
    .reserve-form .m-contact-form__wrap-comment{
        height:280px;
    }
    .reserve-form.restaurant .m-contact-form__wrap-comment{
        height:280px;
    }
  .m-contact-form__col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-contact-form__col--input-list {
    padding-bottom: 20px;
  }
  .m-contact-form__wrap-btn,
  .m-contact-form__wrap-required-text {
    display: block;
    width: 100%;
    text-align: center;
  }
  .m-contact-form__wrap-btn {
    padding: 0;
    padding-top: 20px;
  }
}
.m-textarea--2 {
  width: 100%;
  height: 100%;
}
.m-textarea--2 .m-textarea__wrapper,
.m-textarea--2 .m-textarea__content {
  width: 100%;
  height: 100%;
}
.m-textarea--2 .m-textarea__content {
  border: 1px solid #4D692F;
  padding: 10px;
  border-radius: 3px;
}
.m-textarea--2 .m-textarea__input {
  resize: none;
  font-size: 13px;
  color: #9BBDA7;
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  line-height: 1.35;
  font-weight: 400;
  width: 100%;
  height: 100%;
  text-transform:lowercase;
}
.m-textarea--2 .m-textarea__input::-webkit-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 13px;
  color: #9BBDA7;
}
.m-textarea--2 .m-textarea__input:-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 13px;
  color: #9BBDA7;
}
.m-textarea--2 .m-textarea__input::-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 13px;
  color: #9BBDA7;
}
.m-textarea--2 .m-textarea__input:-ms-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 13px;
  color: #9BBDA7;
}
.m-datepicker__content {
  position: relative;
}
.m-datepicker__content:after {
  content: "\e905";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}
.m-datepicker__input {
  cursor: pointer;
}
.m-datepicker--1 .m-datepicker__content {
  border: 1px solid #748A5D;
}
.m-datepicker--1 .m-datepicker__content:after {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-datepicker--1 .m-datepicker__input {
  height: 23px;
  background-color: #748A5D;
  padding: 0 10px 0 7px;
  font-size: 11px;
  color: #fff;
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
}
.m-datepicker--1 .m-datepicker__input::-webkit-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
}
.m-datepicker--1 .m-datepicker__input:-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
}
.m-datepicker--1 .m-datepicker__input::-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
}
.m-datepicker--1 .m-datepicker__input:-ms-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
}
.m-datepicker--1:hover .m-datepicker__content:after,
.m-datepicker--1:focus .m-datepicker__content:after {
  background-color: #4D692F;
  color: #fff;
}
.m-datepicker--tooltip .m-datepicker__wrapper {
  position: relative;
}
.m-datepicker--tooltip .m-datepicker__tooltip {
  background-color: #4D692F;
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-left: -12px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  -ms-transition: margin 0.3s, opacity 0.3s;
  transition: margin 0.3s, opacity 0.3s;
}
.m-datepicker--tooltip .m-datepicker__tooltip:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #344a1b transparent transparent transparent;
  left: calc(50% - 5.5px);
  top: 100%;
}
.m-datepicker--tooltip .m-datepicker__text-tooltip {
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 1.2px;
  color: #fff;
  text-align: center;
  padding: 0 13px;
}
.m-datepicker--tooltip:hover .m-datepicker__tooltip,
.m-datepicker--tooltip:focus .m-datepicker__tooltip {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-bottom: 10px;
}
.m-dropdown__content {
  position: relative;
}
.m-dropdown__content:after {
  content: "\e90b";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}
.m-dropdown__input {
  cursor: pointer;
}
.m-dropdown--1 .m-dropdown__content {
  border: 1px solid #748A5D;
}
.m-dropdown--1 .m-dropdown__content:after {
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-dropdown--1 .m-dropdown__input {
  height: 23px;
  background-color: #748A5D;
  padding: 0 10px 0 7px;
  font-size: 10px;
  color: #fff;
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
   border-radius: 0;
}
.m-dropdown--1:hover .m-dropdown__content:after,
.m-dropdown--1:focus .m-dropdown__content:after {
  background-color: #4D692F;
  color: #fff;
}
.m-dropdown--2 .m-dropdown__content {
  border: 1px solid #748A5D;
}
.m-dropdown--2 .m-dropdown__content:after {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-dropdown--2 .m-dropdown__input {
  height: 28px;
  background-color: #748A5D;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  border-radius: 0;
}
.m-dropdown--2:hover .m-dropdown__content:after,
.m-dropdown--2:focus .m-dropdown__content:after {
  background-color: #4D692F;
  color: #fff;
}
.m-textinput--1 .m-textinput__content {
  border: 1px solid #748A5D;
}
.m-textinput--1 .m-textinput__input {
  height: 23px;
  background-color: #748A5D;
  padding: 0 7px;
  font-size: 11px;
  color: #fff;
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
}
.m-textinput--1 .m-textinput__input::-webkit-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput--1 .m-textinput__input:-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput--1 .m-textinput__input::-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput--1 .m-textinput__input:-ms-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput--2 .m-textinput__content {
  //border: 1px solid #748A5D;
}
.m-textinput--2 .m-textinput__input {
  height: 28px;
  background-color: #748A5D;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.m-textinput--2 .m-textinput__input::-webkit-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput--2 .m-textinput__input:-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput--2 .m-textinput__input::-moz-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput--2 .m-textinput__input:-ms-input-placeholder {
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.m-textinput-action__content {
  position: relative;
  font-size: 0;
}
.m-textinput-action__btn {
  padding: 0;
  margin: 0;
  border: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-textinput-action__btn:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  -moz-transform: translate(-50%, -50%) translateZ(0);
  -o-transform: translate(-50%, -50%) translateZ(0);
  -ms-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  color: #879A73;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-textinput-action .m-textinput__input {
  padding-right: 40px;
}
.m-textinput-action:hover .m-textinput-action__btn,
.m-textinput-action:focus .m-textinput-action__btn {
  background-color: #879A73;
}
.m-textinput-action:hover .m-textinput-action__btn:after,
.m-textinput-action:focus .m-textinput-action__btn:after {
  color: #fff;
}
.m-textinput-action--go .m-textinput-action__btn:after {
  content: '\e90a';
}
.m-textinput-action--search .m-textinput-action__btn:after {
  content: '\e900';
  font-size: 14px;
}
.m-book-toggle {
  cursor: pointer;
}
.m-book-toggle__content {
  background-color: #879A73;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-book-toggle__text {
  font-size: 34px;
  color: rgba(255,255,255,0.5);
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  line-height: 64px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-book-toggle__wrap-btn {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 35px);
}
.m-book-toggle:hover .m-book-toggle__content,
.m-book-toggle:focus .m-book-toggle__content {
  background-color: #5E6C50;
}
.m-book-toggle:hover .m-book-toggle__text,
.m-book-toggle:focus .m-book-toggle__text {
  color: #fff;
}
@media (max-width: 599px) {
  .m-book-toggle__text {
    font-size: 30px;
  }
}
.m-nav-hotel__content {
  font-size: 0;
  padding-left: 70px;
  position: relative;
}
.m-nav-hotel__title {
  font-size: 28px;
  color: #fff;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  line-height: 60px;
  padding-right: 25px;
  position: relative;
}
.m-nav-hotel__title:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: rgba(255,255,255,0.5);
  right: 0;
  top: calc(50% - 5px);
}
.m-nav-hotel__text {
  font-size: 17px;
  font-family: 'Amble Condensed', sans-serif;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.3px;
}
.m-nav-hotel .nav .open > a {
  background-color: transparent;
}
.m-nav-hotel .nav > li > a,
.m-nav-hotel__link {
  display: block;
  padding: 0 18px;
  position: relative;
  text-align: center;
}
.m-nav-hotel .nav > li > a:after,
.m-nav-hotel__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  left: calc(50% - 4px);
  bottom: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-nav-hotel .nav > li > a:hover,
.m-nav-hotel__link:hover,
.m-nav-hotel .nav > li > a:focus,
.m-nav-hotel__link:focus,
.m-nav-hotel .nav > li > a.open,
.m-nav-hotel__link.open {
  background-color: transparent;
}
.m-nav-hotel .nav,
.m-nav-hotel__list {
  display: inline-block;
  vertical-align: middle;
}
.m-nav-hotel__wrap-title {
  display: inline-block;
  vertical-align: middle;
}
.m-nav-hotel__wrap-btn {
  display: none;
}
.m-nav-hotel .nav > li,
.m-nav-hotel__item {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.m-nav-hotel .nav > li:hover .m-nav-hotel__link:after,
.m-nav-hotel__item:hover .m-nav-hotel__link:after,
.m-nav-hotel .nav > li:focus .m-nav-hotel__link:after,
.m-nav-hotel__item:focus .m-nav-hotel__link:after,
.m-nav-hotel .nav > li.active .m-nav-hotel__link:after,
.m-nav-hotel__item.active .m-nav-hotel__link:after,
.m-nav-hotel .nav > li.open .m-nav-hotel__link:after,
.m-nav-hotel__item.open .m-nav-hotel__link:after {
  bottom: 12px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-nav-hotel .nav > li:hover .m-nav-hotel__text,
.m-nav-hotel__item:hover .m-nav-hotel__text,
.m-nav-hotel .nav > li:focus .m-nav-hotel__text,
.m-nav-hotel__item:focus .m-nav-hotel__text,
.m-nav-hotel .nav > li.active .m-nav-hotel__text,
.m-nav-hotel__item.active .m-nav-hotel__text,
.m-nav-hotel .nav > li.open .m-nav-hotel__text,
.m-nav-hotel__item.open .m-nav-hotel__text {
  color: #fff;
}
@media (min-width: 970px) {
  .m-nav-hotel .nav > li:hover .m-nav-hotel__submenu,
  .m-nav-hotel__item:hover .m-nav-hotel__submenu,
  .m-nav-hotel .nav > li:focus .m-nav-hotel__submenu,
  .m-nav-hotel__item:focus .m-nav-hotel__submenu {
    display: block;
  }
}
.m-nav-hotel__submenu {
  top: 100%;
  width: 100%;
}
.m-nav-hotel--orange .m-nav-hotel__content {
  background-color: #f78d28;
}
.m-nav-hotel--yellow .m-nav-hotel__content {
  background-color: #d3bd49;
}
.m-nav-hotel--green .m-nav-hotel__content {
  background-color: #00c6c0;
}
.m-nav-hotel--pink .m-nav-hotel__content {
  background-color: #c28d8d;
}
@media (max-width: 1389px) {
  .m-nav-hotel__content {
    padding-left: 60px;
  }
  .m-nav-hotel .nav > li > a,
  .m-nav-hotel__link {
    display: block;
    padding: 0 15px;
  }
}
@media (max-width: 1259px) {
  .m-nav-hotel__content {
    padding-left: 40px;
  }
  .m-nav-hotel .nav > li.m-nav-hotel__item--hide,
  .m-nav-hotel__item--hide {
    display: none;
  }
}
@media (max-width: 969px) {
  .m-nav-hotel__content {
    padding-left: 0;
    text-align: center;
  }
  .m-nav-hotel .nav,
  .m-nav-hotel__list {
    border-top: 1px solid rgba(255,255,255,0.5);
  }
  .m-nav-hotel__wrap-title {
    display: block;
    width: 100%;
  }
  .m-nav-hotel__title {
    font-size: 36px;
    padding-right: 0;
  }
  .m-nav-hotel__title:after {
    display: none;
  }
  .m-nav-hotel__text {
    line-height: 45px;
  }
  .m-nav-hotel .nav > li:hover .m-nav-hotel__link:after,
  .m-nav-hotel__item:hover .m-nav-hotel__link:after,
  .m-nav-hotel .nav > li:focus .m-nav-hotel__link:after,
  .m-nav-hotel__item:focus .m-nav-hotel__link:after,
  .m-nav-hotel .nav > li.active .m-nav-hotel__link:after,
  .m-nav-hotel__item.active .m-nav-hotel__link:after,
  .m-nav-hotel .nav > li.open .m-nav-hotel__link:after,
  .m-nav-hotel__item.open .m-nav-hotel__link:after {
    bottom: 7px;
  }
  .m-nav-hotel__submenu {
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
}
@media (max-width: 767px) {
  .m-nav-hotel__content {
    padding: 0 80px;
  }
  .m-nav-hotel__wrap-btn {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 7.5px 0;
  }
  .m-nav-hotel .btn-toggle--close {
    display: none;
  }
  .m-nav-hotel .nav,
  .m-nav-hotel__list {
    border-top: 0;
    display: none;
    padding-bottom: 30px;
  }
  .m-nav-hotel .nav > li.m-nav-hotel__item--hide,
  .m-nav-hotel__item--hide {
    display: block;
  }
  .m-nav-hotel .nav > li,
  .m-nav-hotel__item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .m-nav-hotel .nav > li:last-child,
  .m-nav-hotel__item:last-child {
    border-bottom: 0;
  }
  .m-nav-hotel__text {
    line-height: 50px;
  }
  .m-nav-hotel__submenu {
    position: static;
    margin: 0 -80px;
    margin-bottom: -1px;
    width: auto;
    border-bottom: 0;
  }
  .m-nav-hotel.active .nav,
  .m-nav-hotel.active .m-nav-hotel__list {
    display: block;
  }
  .m-nav-hotel.active .m-nav-hotel__wrap-btn {
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .m-nav-hotel.active .btn-toggle--close {
    display: inline-block;
  }
  .m-nav-hotel.active .btn-toggle--open {
    display: none;
  }
}
@media (max-width: 599px) {
  .m-nav-hotel__content {
    padding: 0 45px;
  }
}
.m-offer-slider__wrapper {
  padding-top: 30px;
}
.m-offer-slider__content {
  position: relative;
}
.m-offer-slider__wrap-title {
  padding: 30px 0 30px 25px;
}
.m-offer-slider__title,
.m-offer-slider__subtitle {
  font-size: 14px;
  color: rgba(135,154,115,0.5);;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.4px;
  display: inline-block;
  vertical-align: middle;
}
.m-offer-slider__subtitle {
  color: #171420;
  font-family: 'Lato-Light', sans-serif;
}
.m-offer-slider__title:after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(135,154,115,0.8);;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
.m-offer-slider__title-text {
  font-size: 42px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  color: #879A73;
  padding: 8px 0;
}
.m-offer-slider__subtitle-text {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(135,154,115,0.5);;
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 8px 0;
}
.m-offer-slider__wrap-slider {
   
  position: relative;
}
.m-offer-slider__wrap-text {
  width: 246px;
  text-align: right;
  position: absolute;
  right: 35px;
  top: 15px;
}
.m-offer-slider__item {
  border: 1px solid #fff;
}
.m-offer-slider__wrap-controls {
  margin: 0 -4px;
  position: absolute;
  top: 22px;
  right: 28px;
}
.m-offer-slider .btn-circle {
  margin: 0 4px;
}
@media (max-width: 969px) {
  .m-offer-slider__title,
  .m-offer-slider__subtitle {
    display: block;
  }
  .m-offer-slider__title {
    font-size: 40px;
    color: #879A73;
    font-family: 'Lato-Light', sans-serif;
  }
  .m-offer-slider__title:after {
    display: none;
  }
  .m-offer-slider__wrap-title {
    text-align: center;
    padding-left: 0;
  }
  .m-offer-slider__wrap-controls {
    display: none;
  }
  .m-offer-slider .btn-circle.slick-arrow {
    position: absolute;
    top: -60px;
  }
  .m-offer-slider .btn-circle--arrow-right {
    right: 0;
  }
  .m-offer-slider .btn-circle--arrow-left {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .m-offer-slider__wrap-slider {
    max-width: 420px;
    margin: 0 auto;
  }
  .m-offer-slider .btn-circle.slick-arrow {
    position: absolute;
    top: calc(50% - 17.5px);
    z-index: auto;
  }
  .m-offer-slider .btn-circle--arrow-right {
    right: -60px;
  }
  .m-offer-slider .btn-circle--arrow-left {
    left: -60px;
  }
}
@media (max-width: 599px) {
  .m-offer-slider__title-text {
    display: none;
  }
  .m-offer-slider__wrap-controls {
    display: block;
    position: static;
    text-align: center;
    padding-bottom: 20px;
  }
  .m-offer-slider .btn-circle.slick-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    display: inline-block !important;
    vertical-align: middle;
  }
}
.m-menu-hotel {
  max-width: 845px;
  margin: 0 auto;
}
.m-menu-hotel__content {
  font-size: 0;
  padding: 10px 0 30px 0;
  position: relative;
}
.m-menu-hotel__title {
  font-family: 'Lato-Regular', sans-serif;
  font-size: 15px;
  color: #9BBDA7;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.m-menu-hotel__name {
  font-size: 20px;
  color: #4D692F; 
  font-family: 'Lato-Regular', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
  position: relative;
}
.m-menu-hotel__name:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  //content: '\e90a';
  content: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #115939;
  font-size: 26px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-menu-hotel__name.name2{
    color: #1B2411;
}
.m-menu-hotel__type {
  font-size: 11px;
  color: #9BBDA7;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.4px;
}
.m-menu-hotel__type.type2{
  color:#707070;
  opacity: 0.6;
}
.m-menu-hotel__wrap-img {
  width: 224px;
  height: 224px;
  position: relative;
}
.m-menu-hotel__img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position:50% 50%;
  background-size:cover;
  background-repeat:no-repeat;
}
.m-menu-hotel__img--thumbnail {
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-menu-hotel__img--placeholder {
  //background-color: rgba(135, 154, 115, 0.74);
  position: relative;
}
.m-menu-hotel__img--placeholder:after {
  /*font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e985';
  font-size: 160px;
  color: #4D692F;*/
  content: "";
  background-image: url("/static/img/imagen_menu.png");
  background-position: 0px 0px;
  width: 224px;
  height: 224px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-menu-hotel__link {
  display: block;
  padding: 20px 0 25px 0;
  border-top: 1px solid #879A73;
  min-height: 103px;
}
.m-menu-hotel__wrap-btn {
  text-align: center;
  padding-top: 30px;
}
.m-menu-hotel__wrap-btn .btn-main{
  opacity: 1;
  border-color: #879A73;
}
.m-menu-hotel__wrap-btn .btn-main__text{
  color: #879A73;
}
.m-menu-hotel__wrap-title {
  padding: 30px 0;
}
.m-menu-hotel__col {
  display: inline-block;
  vertical-align: top;
}
.m-menu-hotel__col--text {
  width: calc(100% - 220px);
  padding-right: 50px;
}
.m-menu-hotel__col--img {
  width: 220px;
  padding-top: 30px;
}
.m-menu-hotel__list {
  margin: 0 -25px;
}
@media (min-width: 970px) {
  .m-menu-hotel__list:hover .m-menu-hotel__item:not(:hover),
  .m-menu-hotel__list:focus .m-menu-hotel__item:not(:hover) {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.m-menu-hotel__item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 50px);
  margin: 0 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-menu-hotel__item:first-child:nth-last-child(1) {
  width: calc(100% - 50px);
}
.m-menu-hotel__item:first-child:nth-last-child(2),
.m-menu-hotel__item:first-child:nth-last-child(2) ~ .m-menu-hotel__item {
  width: calc(100% - 50px);
}
.m-menu-hotel__item:nth-child(even):nth-last-child(2) .m-menu-hotel__link {
      border-bottom: 1px solid rgba(155,189,167,0.3);
}
@media (min-width: 970px) {
  .m-menu-hotel__item:hover .m-menu-hotel__name:after,
  .m-menu-hotel__item:focus .m-menu-hotel__name:after,
  .m-menu-hotel__item.active .m-menu-hotel__name:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    right: 0;
  }
}
.m-menu-hotel__wrap-toggle {
  position: absolute;
  right: -60px;
  top: -30px;
}
@media (max-width: 969px) {
  .m-menu-hotel__content {
    padding: 10px 0px;
    padding-top: 0;
  }
  .m-menu-hotel__col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-menu-hotel__col--img {
    display: none;
  }
  .m-menu-hotel__wrap-title {
    text-align: center;
  }
  .m-menu-hotel__link {
    padding: 10px 0 15px 0;
    min-height: 83px;
    text-align: center;
  }
}

.m-menu-language {
  max-width: 110px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.m-menu-language__content {
  text-align: center;
  background-color: #fff;
  padding: 15px;
  font-size: 0;
}
@media (min-width: 970px) {
  .m-menu-language__item:not(:last-child) {
    border-bottom: 1px solid rgba(155,189,167,0.3);
  }
  .m-menu-language__item:hover .m-menu-language__text,
  .m-menu-language__item:focus .m-menu-language__text,
  .m-menu-language__item.active .m-menu-language__text {
    color: #879A73;
    font-family: 'Lato-Regular', 'Open Sans', sans-serif;
  }
}
.m-menu-language__link {
  display: block;
}
.m-menu-language__text {
  font-size: 11px;
  font-family: 'Lato-Light', 'Open Sans', sans-serif;
  text-transform: uppercase;
      color: #879A73;
  line-height: 38px;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 969px) {
  .m-menu-language {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .m-menu-language__content {
    padding: 17.5px 20px;
    border-top: 1px solid rgba(155,189,167,0.3);
    border-bottom: 1px solid rgba(155,189,167,0.3);
  }
  .m-menu-language__item {
    display: inline-block;
    vertical-align: middle;
    width: 33.3333%;
  }
  .m-menu-language__item:hover .m-menu-language__text,
  .m-menu-language__item:focus .m-menu-language__text,
  .m-menu-language__item.active .m-menu-language__text {
    color: #879A73;
  }
  .m-menu-language__item:hover .m-menu-language__text:after,
  .m-menu-language__item:focus .m-menu-language__text:after,
  .m-menu-language__item.active .m-menu-language__text:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .m-menu-language__text {
    position: relative;
  }
  .m-menu-language__text:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #879A73;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: calc(50% - 2.5px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 599px) {
  .m-menu-language__content {
    padding: 17.5px 0;
  }
  .m-menu-language__list {
    margin: 0 -25px;
  }
}
.m-nav {
  position: relative;
}
.m-nav__content {
  font-size: 0;
  text-align: right;
  position: relative;
  padding: 0 40px;
  border-bottom: 1px solid transparent;
}
.m-nav__logo {
  background-image: url("/static/svg/logo_blanco.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  width: 190px;
  height: 78px;
  display: block;
  position: absolute;
  top: 5px;
  left: 60px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
.m-nav__wrap-btn {
  display: none;
}
.m-nav__link {
  display: block;
  padding: 10px 10px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-nav__link--line:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: #fff;
  top: 0;
  left: calc(50% - 0.5px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-nav__link--language {
  padding: 10px 20px 0 20px;
}
.m-nav__link--language:after,
.m-nav__link--language:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 6px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background-color: #fff;
  top: calc(50% + 2px);
}
.m-nav__link--language:after {
  right: -1px;
}
.m-nav__link--language:before {
  left: -1px;
}
.m-nav__text {
  font-size: 13px;
  color: #fff;
  line-height: 75px;
  text-transform: uppercase;
  font-family: 'Lato-Regular', sans-serif;
  letter-spacing: 0.3px;
}
.m-nav__text--language:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  top: calc(50% - 1.5px);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.m-nav__text--language {
  font-size: 13px;
  padding-right: 5px;
  position: relative;
}
.m-nav__text--language:after {
  right: -5px;
}
.m-nav__text--hotel {
  //padding-right: 11px;
  position: relative;
}
.m-nav__text--hotel:after {
  right: 0px;
}
.m-nav__icon-home:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e913';
  display: inline-block;
  font-size: 14px;
  line-height: 75px;
  color: #fff;
}
.m-nav__submenu {
  z-index: 1;
}
.m-nav__submenu--language {
  width: 110px;
  top: 100%;
  left: 0;
  z-index: 11;
}
.m-nav__submenu--hotel {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  top: 85px;
  left: 0;
  bottom: 0;
  border-top: 1px solid #e8ece3;
}
.m-nav__wrap-menu-hotel {
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(0) translateZ(0);
  -moz-transform: translateY(-50%) translateX(0) translateZ(0);
  -o-transform: translateY(-50%) translateX(0) translateZ(0);
  -ms-transform: translateY(-50%) translateX(0) translateZ(0);
  transform: translateY(-50%) translateX(0) translateZ(0);
}
.m-nav__list {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 970px) {
  .m-nav__list:hover .m-nav__item:not(:hover):not(.m-nav__item--number):not(.open),
  .m-nav__list:focus .m-nav__item:not(:hover):not(.m-nav__item--number):not(.open) {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.m-nav__item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-nav__item--language {
  position: relative;
}
@media (min-width: 970px) {
  .m-nav__item:hover .m-nav__link--line:after,
  .m-nav__item:focus .m-nav__link--line:after,
  .m-nav__item.active .m-nav__link--line:after,
  .m-nav__item.open .m-nav__link--line:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 1px;
    height: 20px;
  }
  .m-nav__item:hover .m-nav__link--language,
  .m-nav__item:focus .m-nav__link--language,
  .m-nav__item.active .m-nav__link--language,
  .m-nav__item.open .m-nav__link--language {
    background-color: rgba(255,255,255,0.2);
  }
  .m-nav__item:hover .m-nav__text--hotel:after,
  .m-nav__item:focus .m-nav__text--hotel:after,
  .m-nav__item.active .m-nav__text--hotel:after,
  .m-nav__item.open .m-nav__text--hotel:after,
  .m-nav__item:hover .m-nav__text--language:after,
  .m-nav__item:focus .m-nav__text--language:after,
  .m-nav__item.active .m-nav__text--language:after,
  .m-nav__item.open .m-nav__text--language:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .m-nav__item:hover .m-nav__submenu--language,
  .m-nav__item:focus .m-nav__submenu--language {
    display: block;
  }
}
.m-nav--home-on-top .m-nav__content,
.m-nav--white .m-nav__content {
  background-color: #fff;
  border-bottom-color: #e8ece3;
}
.m-nav--home-on-top .m-nav__logo,
.m-nav--white .m-nav__logo {
  background-image: url("/static/svg/logo.svg");
  width: 164px;
  height: 68px;
  top: calc(50% - 34.5px);
}
.m-nav--home-on-top .m-nav__icon-home:after,
.m-nav--white .m-nav__icon-home:after {
  color: rgba(135,154,115,0.7);
}
.m-nav--home-on-top .m-nav__link--line:after,
.m-nav--white .m-nav__link--line:after {
  background-color: rgba(135,154,115,0.5);
  top: auto;
  bottom: 0;
}
.m-nav--home-on-top .m-nav__text,
.m-nav--white .m-nav__text {
  color: #879A73;
}

.m-nav--home-on-top .m-nav__text--language:after,
.m-nav--white .m-nav__text--language:after,
.m-nav--home-on-top .m-nav__text--hotel:after{
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #879A73 transparent transparent transparent;
} 
@media (min-width: 970px) {
  .m-nav--home-on-top .m-nav__item:hover .m-nav__link--line:after,
  .m-nav--white .m-nav__item:hover .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__item:focus .m-nav__link--line:after,
  .m-nav--white .m-nav__item:focus .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__item.active .m-nav__link--line:after,
  .m-nav--white .m-nav__item.active .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__item.open .m-nav__link--line:after,
  .m-nav--white .m-nav__item.open .m-nav__link--line:after {
    width: 1px;
    height: 15px;
  }
  .m-nav--home-on-top .m-nav__item:hover .m-nav__link--language,
  .m-nav--white .m-nav__item:hover .m-nav__link--language,
  .m-nav--home-on-top .m-nav__item:focus .m-nav__link--language,
  .m-nav--white .m-nav__item:focus .m-nav__link--language,
  .m-nav--home-on-top .m-nav__item.active .m-nav__link--language,
  .m-nav--white .m-nav__item.active .m-nav__link--language,
  .m-nav--home-on-top .m-nav__item.open .m-nav__link--language,
  .m-nav--white .m-nav__item.open .m-nav__link--language {
    background-color: #e3eadb;
  }
}
.m-nav--home-on-top .m-menu-language,
.m-nav--white .m-menu-language {
  -webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.3);
  box-shadow: 0 6px 6px -3px rgba(0,0,0,0.3);
}
.m-nav--home-on-top .m-menu-language__content,
.m-nav--white .m-menu-language__content {
  background-color: #e3eadb;
}
@media (min-width: 970px) {
  .m-nav--white .m-nav__item:hover .m-nav__submenu--hotel,
  .m-nav--white .m-nav__item:focus .m-nav__submenu--hotel {
    display: block;
  }
}
.m-nav--white .m-nav__submenu {
  z-index: 1;
}
.m-nav--white .m-nav__submenu--hotel {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: auto;
}
.m-nav--white .m-nav__wrap-menu-hotel {
  position: static;
  top: auto;
  width: 100%;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background-color: #fff;
}
.m-nav--white .m-menu-hotel__wrap-toggle {
  display: none;
}
@media (max-width: 1389px) {
  .m-nav__logo {
    left: 50px;
  }
}
@media (max-width: 1389px) {
  .m-nav__content {
    height: 75px;
    padding: 0;
  }
  .m-nav__wrap-btn {
    display: block;
    position: absolute;
    right: 40px;
    top: calc(50% - 16.5px);
  }
  .m-nav__logo {
    width: 146px;
    height: 68px;
    top: 24px;
    left: 40px;
  }
  .m-nav__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-left: 40px;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e8ece3;
  }
  .m-nav__link {
    display: block;
    padding: 0 17px;
  }
  .m-nav .btn-toggle--close {
    display: none;
  }
  .m-nav.active .m-nav__list {
    display: block;
  }
  .m-nav.active .btn-toggle--open {
    display: none;
  }
  .m-nav.active .btn-toggle--close {
    display: inline-block;
  }
  .m-nav.active .m-nav__content,
  .m-nav--home-on-top .m-nav__content,
  .m-nav--white .m-nav__content {
    background-color: #fff;
    border-bottom-color: #e8ece3;
  }
  .m-nav.active .m-nav__logo,
  .m-nav--home-on-top .m-nav__logo,
  .m-nav--white .m-nav__logo {
    background-image: url("/static/svg/logo.svg");
        width: 160px;
    height: 60px;
    top: 6px;
    background-size: contain;
  }
  .m-nav.active .m-nav__icon-home:after,
  .m-nav--home-on-top .m-nav__icon-home:after,
  .m-nav--white .m-nav__icon-home:after {
    color: rgba(135,154,115,0.7);
  }
  .m-nav.active .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__link--line:after,
  .m-nav--white .m-nav__link--line:after {
    background-color: rgba(135,154,115,0.5);
    top: auto;
    bottom: 0;
  }
  .m-nav.active .m-nav__text,
  .m-nav--home-on-top .m-nav__text,
  .m-nav--white .m-nav__text {
    color: #879A73;
  }
  .m-nav.active .m-nav__text--language:after,
  .m-nav--home-on-top .m-nav__text--language:after,
  .m-nav--white .m-nav__text--language:after,
  .m-nav.active .m-nav__text--hotel:after,
  .m-nav--home-on-top .m-nav__text--hotel:after,
  .m-nav--white .m-nav__text--hotel:after {
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #879A73 transparent transparent transparent;
  }
  .m-nav.active .m-nav__item:hover .m-nav__submenu--hotel,
  .m-nav--home-on-top .m-nav__item:hover .m-nav__submenu--hotel,
  .m-nav--white .m-nav__item:hover .m-nav__submenu--hotel,
  .m-nav.active .m-nav__item:focus .m-nav__submenu--hotel,
  .m-nav--home-on-top .m-nav__item:focus .m-nav__submenu--hotel,
  .m-nav--white .m-nav__item:focus .m-nav__submenu--hotel {
    display: block;
  }
  .m-nav.active .m-nav__item:hover .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__item:hover .m-nav__link--line:after,
  .m-nav--white .m-nav__item:hover .m-nav__link--line:after,
  .m-nav.active .m-nav__item:focus .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__item:focus .m-nav__link--line:after,
  .m-nav--white .m-nav__item:focus .m-nav__link--line:after,
  .m-nav.active .m-nav__item.active .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__item.active .m-nav__link--line:after,
  .m-nav--white .m-nav__item.active .m-nav__link--line:after,
  .m-nav.active .m-nav__item.open .m-nav__link--line:after,
  .m-nav--home-on-top .m-nav__item.open .m-nav__link--line:after,
  .m-nav--white .m-nav__item.open .m-nav__link--line:after {
    width: 1px;
    height: 15px;
  }
  .m-nav.active .m-nav__item:hover .m-nav__link--language,
  .m-nav--home-on-top .m-nav__item:hover .m-nav__link--language,
  .m-nav--white .m-nav__item:hover .m-nav__link--language,
  .m-nav.active .m-nav__item:focus .m-nav__link--language,
  .m-nav--home-on-top .m-nav__item:focus .m-nav__link--language,
  .m-nav--white .m-nav__item:focus .m-nav__link--language,
  .m-nav.active .m-nav__item.active .m-nav__link--language,
  .m-nav--home-on-top .m-nav__item.active .m-nav__link--language,
  .m-nav--white .m-nav__item.active .m-nav__link--language,
  .m-nav.active .m-nav__item.open .m-nav__link--language,
  .m-nav--home-on-top .m-nav__item.open .m-nav__link--language,
  .m-nav--white .m-nav__item.open .m-nav__link--language {
    background-color: #e3eadb;
  }
  .m-nav.active .m-nav__submenu,
  .m-nav--home-on-top .m-nav__submenu,
  .m-nav--white .m-nav__submenu {
    z-index: 1;
  }
  .m-nav.active .m-nav__submenu--hotel,
  .m-nav--home-on-top .m-nav__submenu--hotel,
  .m-nav--white .m-nav__submenu--hotel {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: auto;
  }
  .m-nav.active .m-nav__wrap-menu-hotel,
  .m-nav--home-on-top .m-nav__wrap-menu-hotel,
  .m-nav--white .m-nav__wrap-menu-hotel {
    position: static;
    top: auto;
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    background-color: #fff;
  }
  .m-nav.active .btn-toggle__text,
  .m-nav--home-on-top .btn-toggle__text,
  .m-nav--white .btn-toggle__text {
    color: #879A73;
  }
  .m-nav.active .btn-toggle__icon,
  .m-nav--home-on-top .btn-toggle__icon,
  .m-nav--white .btn-toggle__icon {
    border: 1px solid #879A73;
  }
  .m-nav.active .btn-toggle__icon:after,
  .m-nav--home-on-top .btn-toggle__icon:after,
  .m-nav--white .btn-toggle__icon:after {
    color: #879A73;
  }
  .m-nav.active .m-menu-hotel__wrap-toggle,
  .m-nav--home-on-top .m-menu-hotel__wrap-toggle,
  .m-nav--white .m-menu-hotel__wrap-toggle {
    display: none;
  }
  .m-nav.active .m-menu-language,
  .m-nav--home-on-top .m-menu-language,
  .m-nav--white .m-menu-language {
    -webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.3);
    box-shadow: 0 6px 6px -3px rgba(0,0,0,0.3);
  }
  .m-nav.active .m-menu-language__content,
  .m-nav--home-on-top .m-menu-language__content,
  .m-nav--white .m-menu-language__content {
    background-color: #e3eadb;
  }
}
@media (max-width: 1259px) {
  .m-nav__content {
    text-align: left;
  }
  .m-nav__content .m-nav__logo { 
    width: 160px;
    height: 60px;
    top: 6px;
  }
  .m-nav__list {
    padding: 0 160px;
  }
  .m-nav__submenu--language {
    display: block;
    position: static;
    z-index: auto;
    width: 100%;
  }
  .m-nav.active .m-nav__submenu--hotel, 
  .m-nav--home-on-top .m-nav__submenu--hotel, 
  .m-nav--white .m-nav__submenu--hotel{
    position: relative;
    top: auto; 
  }
  .open>.dropdown-menu {
   display: block!important;
  }
  .m-nav__submenu--hotel {
     
  }
  .m-nav__submenu.m-nav__submenu--hotel.dropdown-menu.item-list-rooms{
    display: none!important;
  }
  .m-menu-hotel__item:first-child:nth-last-child(2), .m-menu-hotel__item:first-child:nth-last-child(2) ~ .m-menu-hotel__item{
        width: 100%;
  }
  .m-menu-hotel__col--img{
    display: none;
  }
  .m-menu-hotel__col--text{
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .m-menu-hotel__wrap-title{
    padding: 0;
  }
  .m-menu-hotel__list{
    margin: 0;
  }
  .m-menu-hotel__item{
    width: 100%;
    margin: 0;
  }
  .m-menu-hotel__link,
  .m-menu-hotel__item:nth-child(even):nth-last-child(2) .m-menu-hotel__link{
    min-height: auto;
        padding: 5px 0 0 0;
    border-bottom: 1px solid rgba(155,189,167,0.3);
    border-top: 0!important;
  }
  .m-menu-hotel__name{
    padding: 10px 0;
    font-size: 13px;
    color: #72895C; 
     letter-spacing: 1px;
  }
  .m-nav .m-nav__list{
    border-top:1px solid rgba(155,189,167,0.3);
    padding: 0;
  }
  .m-nav__item {
    width: 100%;
    text-align: center;
    padding: 0 0px;
  }
  .m-nav__item--home,
  .m-nav__item:nth-last-child(2),
  .m-nav__item:last-child {
    width: 100%;
  }
  .m-nav__item:last-child .m-nav__link,
  .m-nav__item:nth-last-child(3) .m-nav__link {
    border-bottom: 0;
  }
  .m-nav__link {
    border-bottom: 1px solid rgba(155,189,167,0.3);
  }
  .m-menu-hotel{
    width: 100%;
    max-width: 100%;
  }
  .m-menu-hotel__content{
    padding: 0;
  }
  .m-nav__link--language {
    display: none;
  }
  .m-nav__text--hotel,
  .m-nav.active .m-nav__text, .m-nav--home-on-top .m-nav__text, .m-nav--white .m-nav__text {
    padding-right: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 4;
    color: #72895C;
  }
  .m-nav__item.open .m-nav__text--hotel{
      font-family: 'Lato-Regular', sans-serif;
      font-weight: bold;
  }
  .m-nav.active .m-nav__wrap-menu-hotel, 
  .m-nav--home-on-top .m-nav__wrap-menu-hotel, 
  .m-nav--white .m-nav__wrap-menu-hotel{
      background-color: rgba(159, 185, 167, 0.5);
  }
  .m-nav__text--hotel:after {
    display: none;
  }
  .m-nav.active .m-nav__item:hover .m-nav__submenu--hotel,
  .m-nav--home-on-top .m-nav__item:hover .m-nav__submenu--hotel,
  .m-nav--white .m-nav__item:hover .m-nav__submenu--hotel,
  .m-nav.active .m-nav__item:focus .m-nav__submenu--hotel,
  .m-nav--home-on-top .m-nav__item:focus .m-nav__submenu--hotel,
  .m-nav--white .m-nav__item:focus .m-nav__submenu--hotel {
    display: none;
  }
  .m-nav.active .m-menu-language,
  .m-nav--home-on-top .m-menu-language,
  .m-nav--white .m-menu-language {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }
  .m-nav.active .m-menu-language__content,
  .m-nav--home-on-top .m-menu-language__content,
  .m-nav--white .m-menu-language__content {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .m-nav__list {
    padding: 0 80px;
  }
  .m-nav__link{
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .m-menu-hotel__content {
    padding: 10px 0px;
  }
  .m-menu-hotel__wrap-title {
    display: none;
  }
  .m-menu-hotel__list {
    margin: 0;
  }
  .m-menu-hotel__item {
    padding: 0; 
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid rgba(155,189,167,0.3);
  }
  .m-menu-hotel__item:last-child {
    border-bottom: 0;
  }
  .m-menu-hotel__link {
    border: 0 !important; 
  }
}
@media (max-width: 599px) {
  .m-nav__logo {
    width: 113px;
    height: 53px;
    top: 12px;
  }
  .m-nav__wrap-btn {
    right: 16px;
  }
  .m-nav__content .m-nav__logo{
    left: 16px;
  }
  .m-nav__list {
    padding: 0 60px;
  }
  .m-nav__item {
    width: 100%;
    padding: 0;
  }
  .m-nav__icon-home:after {
    line-height: 60px;
  }
  .m-nav__text {
    line-height: 60px;
  }
}
.m-offer__content {
  position: relative;
  overflow: hidden;
}
.m-offer__wrap-img {
  padding-top: 106.66666666666667%;
  position: relative;
}
.m-offer__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center bottom;
}
.m-offer__wrap-info .m-offer__wrap-text{
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.m-offer__title {
  font-size: 15px;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.3px;
  position: relative;
  padding-bottom: 7px;  
}
 
.m-offer__subtitle {
  font-family: 'BodoniMT', sans-serif;
    font-size: 115px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.2px; 
    position: relative;
    padding: 20px 55px;
}
.m-offer__subtitle:before{ 
  content: "";
    background-image: url(/static/img/imagen_ofertas.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 233px;
    height: 233px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    max-width: 100%;
    width: 100%;
}

.m-offer__subtitle span{
  position: relative;
  z-index: 0;
}
.m-offer__subtitle.subtitle2 span{
  text-transform: none;
  font-size: 89px;
      top: -20px;
}
.m-offer__text {
  font-family: 'Lato-Light', sans-serif;
  font-size: 18px; 
  text-transform: uppercase;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  letter-spacing: 0.3px; 
  max-width: 170px;
  
}
.m-offer__wrap-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.m-offer__wrap-description {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.m-offer__wrap-description:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgba(0,0,0,0.6);
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
      border: 1px solid rgba(255, 255, 255, 0.49);
}
.m-offer__wrap-description >.m-offer__wrap-info-btn{
  display: none;
}
.m-offer__wrap-main-price {
  position: absolute;
  right: 27px;
  top: 27px;
}
.m-offer__wrap-info-btn {
  position: relative;
  margin-top: 15px;
}
.m-offer__wrap-info-btn .btn-circle--transparent{
  border-color: #B3C4C6;
}
.m-offer__wrap-info-btn .btn-circle--transparent:after {
    color: #9BBDA7;
}
.m-offer__wrap-info-btn .btn-circle--transparent:hover {
   border-color: #879A73;
}
.m-offer__wrap-info-btn .btn-circle--transparent:hover:after {
  color: #fff;
}
.m-offer__wrap-info-btn:hover .m-offer__tooltip,
.m-offer__wrap-info-btn:focus .m-offer__tooltip {
  margin-right: 13px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-offer__tooltip {
  font-size: 11px;
  text-transform: uppercase;
  color: #879A73;
  line-height: 25px;
  background-color: #fff;
  padding: 0 19px;
  font-weight: 400;
  letter-spacing: 0.8px;
  position: absolute;
  white-space: nowrap;
  right: 55%;
  margin-right: 0px;
  top: calc(50% - 12.5px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.m-offer__tooltip:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
  top: calc(50% - 6.5px);
}
.m-offer__content-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 28px 28px 28px;
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.m-offer__wrap-btn {
  padding: 20px 0 10px 0;
}
.m-offer__wrap-btn .btn-main--transparent{
  opacity: 1;
  border-radius: 3px;
}
.m-offer__text-description {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  //max-width: 238px;
  margin: 0 auto;
  font-family: 'Lato-Light', sans-serif;
}
.m-offer__wrap-second-price {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}
.m-offer__wrap-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 11px 0;
}
.m-offer__icon {
  width: 75px;
  height: 75px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.m-offer__icon:before {
  font-family: 'c2t';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 64px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-offer .btn-main--responsive {
  display: none;
}
.m-offer .m-price--second .m-price__content {
  border: 0;
}
@media (min-width: 970px) {
  .m-offer:hover .m-offer__wrap-info,
  .m-offer:focus .m-offer__wrap-info {
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .m-offer:hover .m-offer__wrap-description,
  .m-offer:focus .m-offer__wrap-description {
    right: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-width: 1499px) {
  .m-offer__wrap-img {
    padding-top: 125.71428571428571%;
  }
}
@media (min-width: 1260px) and (max-width: 1389px) {
  .m-offer__title {
    font-size: 20px;
  }
  .m-offer__wrap-img {
    padding-top: 130.44871794871796%;
  }
  .m-offer__wrap-info {
    //padding: 20px;
  }
  .m-offer__wrap-main-price {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1259px) {
  .m-offer__wrap-img {
    padding-top: 106.77200902934537%;
  }
}
@media (max-width: 969px) {
  .m-offer__wrap-img {
    //padding-top: 109.8507462686567%;
    padding: 0;
    height: 460px;
  }
   
  .m-offer__wrap-main-price {
    right: 20px;
    top: 20px;
  }
  .m-offer__content-description {
    position: static;
    padding: 0;
  }
  .m-offer__wrap-info {
    //height: 85%;
        height: 417px;
    padding: 0;
  }
  .m-offer__wrap-description {
    position: static;
    padding: 0;
    top: auto;
    opacity: 1;
    bottom: 0;
  }
  .m-offer__wrap-description:after {
    display: none;
  }
  .m-offer__wrap-second-price,
  .m-offer__wrap-icon,
  .m-offer__text-description {
    display: none;
  }
  .m-offer__wrap-btn {
    //padding: 20px 0;
    padding: 0;
    background-color: #fff;
  }
  .m-offer__wrap-description >.m-offer__wrap-info-btn {
    display: none;
  }
  .m-offer__wrap-info-btn {
        top: auto;
    bottom: 45px;
    right: 0px;
    margin: 0;
  }
  .m-offer .btn-main {
    min-width: 200px;
  }
  .m-offer .btn-main--responsive {
    display: inline-block;
  }
  .m-offer .btn-main--default {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-offer__wrap-img {
    //padding-top: 130.12048192771084%;
        height: 425px;
  }
  .m-offer__wrap-info {
    height: 425px;
  }
  .m-offer__wrap-info .m-offer__wrap-text{
    padding-bottom: 55px;
  }
}
@media (max-width: 599px) {
  .m-offer__title {
    font-size: 19px;
  }
  .m-offer__subtitle {
    font-size: 100px;
  }
  .m-offer__subtitle.subtitle2 span{
    font-size: 65px;
  }
  .m-offer__subtitle:before{ 
    //width: 183px;
    //background-size: contain;
    height: 183px;
  }
  .m-offer__wrap-info {
    //padding: 15px;
  }
  .m-offer__wrap-main-price {
    right: 15px;
    top: 15px;
  }
}
.m-gallery-head__content {
  font-size: 0;
  padding: 35px 0;
  position: relative;
}
.m-gallery-head__title {
  font-size: 50px;
  font-family: 'Lato-Light', sans-serif;
  color: #879A73;
  text-transform: uppercase;
  line-height: 1.2;
}
.m-gallery-head__wrap-title {
  padding-right: 35px;
}
.m-gallery-head__wrap-number {
  position: absolute;
  right: 0;
  top: calc(50% + 12px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-gallery-head__group-title,
.m-gallery-head__wrap-tabs {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 969px) {
  .m-gallery-head__content {
    text-align: center;
    padding: 10px 0 15px 0;
  }
  .m-gallery-head__group-title,
  .m-gallery-head__wrap-tabs {
    display: block;
    width: 100%;
  }
  .m-gallery-head__wrap-title {
    border-bottom: 1px solid rgba(135,154,115,0.8);;
    padding: 25px 0;
  }
  .m-gallery-head__wrap-number {
    top: 40px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .m-gallery-head__content {
    padding-bottom: 0;
  }
  .m-gallery-head__wrap-title {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .m-gallery-head__title {
    font-size: 40px;
  }
  .m-gallery-head__wrap-number {
    position: static;
    border-top: 1px solid rgba(135,154,115,0.8);;
    padding: 15px 0;
  }
}
.m-gallery-pictures-number__content {
  text-align: center;
}
.m-gallery-pictures-number__text,
.m-gallery-pictures-number__number {
  font-size: 11px;
  color: rgba(135,154,115,0.5);;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
.m-gallery-pictures-number__number {
  font-size: 14px;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(135,154,115,0.5);;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 35px;
  margin: 0 auto;
}
.m-gallery-pictures-number__text {
  padding: 5px 0;
}
@media (max-width: 599px) {
  .m-gallery-pictures-number__content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .m-gallery-pictures-number__text {
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: calc(50% - 12px);
  }
}
.m-gallery-tabs {
  display: inline-block;
  vertical-align: middle;
}
.m-gallery-tabs__content {
  font-size: 0;
}
.m-gallery-tabs__text {
  font-size: 13px;
  color: rgba(135,154,115,0.5);;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 0.2px;
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-gallery-tabs__wrap-btn {
  display: none;
}
.list-rooms-filter{
  display: none;
  position: absolute;
  //display: block;
  z-index: 2;
  background: #fff;
  width: 285px;
  left: -50%;
  text-align: center;
  padding: 10px 0;
}
.list-rooms-filter li:after{
  content: "";
  background-color: #9BBDA7;
  opacity: 0.3;
  width: 198px;
  height: 1px;
  display: block;
  margin: 0 auto;
}
.list-rooms-filter li:last-child:after{
  content: none; 
}
.list-rooms-filter li span{
      font-size: 13px;
    color: rgba(135,154,115,0.5);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 0.2px;
    padding: 0 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.list-rooms-filter li.active span,
.list-rooms-filter li:hover span
{ 
    color: #879A73;
}
#item-rooms-filter{
  cursor: pointer;
}
.m-gallery-tabs__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.m-gallery-tabs__item:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: rgba(135,154,115,0.8);;
  top: calc(50% - 5px);
  left: 0;
}
.m-gallery-tabs__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: rgba(135,154,115,0.3) transparent transparent transparent;
  bottom: 0;
  left: calc(50% - 4px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-gallery-tabs__item:hover:before,
.m-gallery-tabs__item:focus:before,
.m-gallery-tabs__item.active:before {
  bottom: 6px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-gallery-tabs__item:hover .m-gallery-tabs__text,
.m-gallery-tabs__item:focus .m-gallery-tabs__text,
.m-gallery-tabs__item.active .m-gallery-tabs__text {
  color: #879A73;
}
.m-gallery-tabs__link {
  display: block;
}
@media (max-width: 969px) {
  .m-gallery-tabs__item:first-child:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-gallery-tabs {
    display: block;
  }
  .list-rooms-filter{
        left: 0px;
    width: 100%;
    position: relative;
  }
  .m-gallery-tabs__wrap-btn {
    display: block;
    border-top: 1px solid rgba(135,154,115,0.8);;
    padding: 15px 0;
  }
  .m-gallery-tabs__list {
    display: none;
    padding-bottom: 40px;
  }
  .m-gallery-tabs__link {
    padding: 8.5px 0;
  }
  .m-gallery-tabs__item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
  .m-gallery-tabs__item:after {
    display: none;
  }
  .m-gallery-tabs__item:last-child {
    border-bottom: 0;
  }
  .m-gallery-tabs .btn-toggle--close {
    display: none;
  }
  .m-gallery-tabs.active .m-gallery-tabs__list {
    display: block;
  }
  .m-gallery-tabs.active .m-gallery-tabs__wrap-btn {
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
  .m-gallery-tabs.active .btn-toggle--close {
    display: inline-block;
  }
  .m-gallery-tabs.active .btn-toggle--open {
    display: none;
  }
}
.m-gallery-list__content {
  font-size: 0;
  min-height: 450px;
}
.m-gallery-list__list {
  margin: 1px;
}
.m-gallery-list__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 1px;
}
.m-gallery-list__wrap-video {
  padding: 0 75px;
}
.m-gallery-list .mix {
  display: none;
}
@media (max-width: 1389px) {
  .m-gallery-list__item {
    width: 33.3333%;
  }
}
@media (max-width: 969px) {
  .m-gallery-list__item {
    width: 50%;
  }
  .m-gallery-list__wrap-video {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .m-gallery-list__item {
    width: 100%;
  }
}
.m-gallery-item {
  display: block;
}
.m-gallery-item__wrap-img {
  position: relative;
  padding-top: 71.42857142857143%;
  overflow: hidden;
}
.m-gallery-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-gallery-item__wrap-text {
  padding-left: 15px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: -35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-gallery-item__text {
  font-size: 12px;
  text-transform: uppercase;
  color: #879A73;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 35px;
}
.m-gallery-item__icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.m-gallery-item__icon:after {
  content: '\e900';
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #879A73;
}
.m-gallery-item__icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #879A73;
  top: calc(50% - 6px);
  left: 0;
}
.m-gallery-item:hover .m-gallery-item__wrap-text,
.m-gallery-item:focus .m-gallery-item__wrap-text {
  bottom: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 969px) {
  .m-gallery-item__content {
    padding-bottom: 10px;
  }
  .m-gallery-item__wrap-img {
    overflow: visible;
  }
  .m-gallery-item__wrap-text {
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    bottom: auto;
  }
}
@media (max-width: 599px) {
  .m-gallery-item__icon {
    display: none;
  }
}
.s-footer-info{
      background: #fff;
    z-index: 1;
    position: relative;
}
.m-footer-info__content {
  font-size: 0;
      margin-top: 50px;
}
.m-footer-info__list {
  margin: 0 -35px;
}
.m-footer-info__item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 35px;
  position: relative;
}
.m-footer-info .m-footer-info-item {
  //border-top: 1px solid rgba(135,154,115,0.8);
}
.m-footer-info .m-footer-info__item:after{
    content: "";
    width: 1px;
    height: 118px;
    background-color: #879A73;
    position: absolute;
    right: 0;
    top: 90px; 
}
.m-footer-info__list .m-footer-info__item:last-child:after{
  content: none;
}
@media (min-width: 1260px) {
  .m-footer-info--hotel .m-footer-info__item {
    width: 20%;
  }
  .m-footer-info--hotel .m-footer-info__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: rgba(135,154,115,0.8);;
    right: 0;
    top: 95px;
  }
  .m-footer-info--hotel .m-footer-info__item:last-child:after {
    display: none;
  }
  .m-footer-info--hotel .m-footer-info-item {
    border-top: 0;
  }
}
@media (min-width: 1260px) and (max-width: 1389px) {
  .m-footer-info--hotel .m-footer-info__list {
    margin: 0 -30px;
  }
  .m-footer-info--hotel .m-footer-info__item {
    padding: 0 30px;
  }
}
@media (max-width: 1259px) {
  .m-footer-info__list {
    margin: 0 -24px;
  }
  .m-footer-info__item {
    padding: 0 24px;
  }
}
@media (min-width: 970px) and (max-width: 1259px) {
  .m-footer-info--hotel .m-footer-info__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .m-footer-info--hotel .m-footer-info__list {
    margin: 0 -30px;
  }
  .m-footer-info--hotel .m-footer-info__item {
    width: 33.3333%;
    padding: 0 30px;
  }
  .m-footer-info--hotel .m-footer-info__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: rgba(135,154,115,0.8);;
    right: 0;
    top: 95px;
  }
  .m-footer-info--hotel .m-footer-info__item:nth-child(3):after {
    display: none;
  }
  .m-footer-info--hotel .m-footer-info__item:nth-child(4):before {
    content: '';
    display: block;
    position: absolute;
    width: calc(300% - 60px);
    height: 1px;
    background-color: rgba(135,154,115,0.8);;
    left: 30px;
    top: 0;
  }
  .m-footer-info--hotel .m-footer-info__item:nth-child(4),
  .m-footer-info--hotel .m-footer-info__item:nth-child(5) {
    margin-top: 20px;
  }
  .m-footer-info--hotel .m-footer-info-item {
    border-top: 0;
  }
}
@media (max-width: 969px) {
  .m-footer-info__content {
    text-align: center;
    max-width: 505px;
    margin: 0 auto;
  }
  .m-footer-info__list {
    margin: 0;
  }
  .m-footer-info__item {
    width: 50%;
    padding: 0;
    border-top: 1px solid rgba(135,154,115,0.8);;
    position: relative;
  }
  .m-footer-info__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 150px;
    background-color: rgba(135,154,115,0.8);;
    right: 0;
    top: 70px;
  }
  .m-footer-info__item:nth-child(1),
  .m-footer-info__item:nth-child(2) {
    border-top: 0;
  }
  .m-footer-info__item:nth-child(2):after,
  .m-footer-info__item:last-child:after {
    display: none;
  }
  .m-footer-info .m-footer-info-item {
    border-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 969px) {
  .m-footer-info--hotel .m-footer-info__item:nth-child(4):after {
    display: none;
  }
  .m-footer-info--hotel .m-footer-info__item:last-child {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .m-footer-info--hotel .m-footer-info__item:nth-child(4):after {
    display: none;
  }
  .m-footer-info--hotel .m-footer-info__item:last-child {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .m-footer-info__item {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(135,154,115,0.8);;
    border-top: 0;
  }
  .m-footer-info__item:after {
    display: none;
  }
  .m-footer-info__item:last-child {
    border-bottom: 0;
  }
}
.m-footer-info-item {
  max-width: 250px;
}
.m-footer-info-item__content {
  padding-top: 10px;
  padding: 10px 0 35px 0;
}
.m-footer-info-item__title {
  font-size: 14px;
  color: #879A73;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
   font-family: 'Lato-Regular', sans-serif;
  line-height: 1.4;
}
.m-footer-info-item__wrap-title {
  padding: 30px 0;
  position: relative;
}
.m-footer-info-item__wrap-title:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9BBDA7;
  font-size: 18px;
}
.m-footer-info-item__text,
.m-footer-info-item p {
  font-size: 13px;
  color: #171420;
  line-height: 21px;
  font-weight: 400;   
}
.m-footer-info-item__wrap-btn {
  height: 28px;
  margin-top: 25px;
}
.m-footer-info-item__wrap-btn .btn-circle--plus{
  border-color: #9BBDA7;
}
.m-footer-info-item__wrap-btn .btn-circle--plus:after{
  color: #879A73;
}
.m-footer-info-item__wrap-btn .btn-main {
  display: none;
  min-width: 160px;
}
.m-footer-info-item:hover .m-footer-info-item__wrap-btn .btn-main,
.m-footer-info-item:focus .m-footer-info-item__wrap-btn .btn-main {
  display: inline-block;
}
.m-footer-info-item:hover .m-footer-info-item__wrap-btn .btn-circle,
.m-footer-info-item:focus .m-footer-info-item__wrap-btn .btn-circle {
  display: none;
}
.m-footer-info-item--location .m-footer-info-item__wrap-title:after {
  content: '\e907';
}
.m-footer-info-item--faq .m-footer-info-item__wrap-title:after {
  //content: '\e90c';
}
.m-footer-info-item--follow .m-footer-info-item__wrap-links {
  padding-top: 15px;
}
.m-footer-info-item--follow .m-footer-info-item__wrap-title:after {
  content: '\e904';
}
.m-footer-info-item--partners .m-footer-info-item__wrap-title:after {
  content: '\e906';
}
.m-footer-info-item--certificate .m-footer-info-item__wrap-title:after {
  content: '\e910';
}
@media (max-width: 969px) {
  .m-footer-info-item {
    margin: 0 auto;
  }
  .m-footer-info-item__content {
    padding: 40px 0;
  }
  .m-footer-info-item__wrap-text {
    max-width: 180px;
    margin: 0 auto;
  }
  .m-footer-info-item__wrap-title:after {
    right: 50%;
    top: 3px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .m-footer-info-item__wrap-btn .btn-main {
    display: inline-block;
  }
  .m-footer-info-item__wrap-btn .btn-circle {
    display: none;
  }
}
.m-footer-info-slider {
  max-width: 152px;
  margin: 0 auto;
}
.m-footer-info-slider__content {
  font-size: 0;
}
.m-footer-info-slider__wrap-img {
  width: 150px;
  height: 125px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.m-footer-info-slider__wrap-img:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.m-footer-info-slider__img {
  display: inline-block !important;
  vertical-align: middle;
}
.m-footer-info-slider__wrap-controls {
  text-align: center;
  padding: 14px 0;
}
.m-footer-info-slider .btn-circle {
  margin: 0 4px;
}
.m-social-links__content {
  font-size: 0;
}
.m-social-links__list {
  margin: -6px;
}
.m-social-links__item {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
}
@media (max-width: 1259px) {
  .m-footer-info .m-social-links {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
  }
  .m-footer-info .m-social-links__item {
    width: 50%;
  }
}
@media (min-width: 1260px) and (max-width: 1389px) {
  .m-footer-info--hotel .m-social-links {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
  }
  .m-footer-info--hotel .m-social-links__item {
    width: 50%;
  }
}
.m-footer-hotel-info__content {
  font-size: 0;
}
.m-footer-hotel-info__wrap-title {
  padding: 70px 0 20px 0;
}
.m-footer-hotel-info__title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Lato-Light', sans-serif;
  color: #879A73;
}
.m-footer-hotel-info__list {
  margin: 0 -35px;
}
.m-footer-hotel-info__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 35px;
}
@media (max-width: 1259px) {
  .m-footer-hotel-info__list {
    margin: 0 -24px;
  }
  .m-footer-hotel-info__item {
    padding: 0 24px;
  }
}
@media (max-width: 969px) {
  .m-footer-hotel-info__content {
    max-width: 505px;
    margin: 0 auto;
  }
  .m-footer-hotel-info__wrap-title {
    padding-top: 0;
    border-bottom: 1px solid rgba(135,154,115,0.8);;
    text-align: center;
    padding-bottom: 40px;
  }
  .m-footer-hotel-info__list {
    margin: 0;
  }
  .m-footer-hotel-info__item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(135,154,115,0.8);;
  }
  .m-footer-info .m-social-links__item{
    width: 33.333%;
  }
  .m-footer-info .m-social-links{
    max-width: 150px;
  }
}
@media (max-width: 599px) {
  .m-footer-hotel-info__title {
    line-height: 1.3;
    font-size: 28px;
  }
}
.m-footer-hotel-info-item {
  max-width: 190px;
}
.m-footer-hotel-info-item__content {
  font-size: 0;
  padding-bottom: 35px;
}
.m-footer-hotel-info-item__title {
  font-size: 16px;
  color: #171420;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.2px;
  padding: 25px 0;
}
.m-footer-hotel-info-item__text,
.m-footer-hotel-info-item p {
  font-size: 13px;
  color: #171420;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.m-footer-hotel-info-item__wrap-btn {
  height: 28px;
  margin-top: 25px;
}
.m-footer-hotel-info-item .btn-main {
  display: none;
  min-width: 160px;
}
.m-footer-hotel-info-item:hover .btn-main,
.m-footer-hotel-info-item:focus .btn-main {
  display: inline-block;
}
.m-footer-hotel-info-item:hover .btn-circle,
.m-footer-hotel-info-item:focus .btn-circle {
  display: none;
}
@media (max-width: 969px) {
  .m-footer-hotel-info-item {
    max-width: 100%;
  }
  .m-footer-hotel-info-item__content {
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .m-footer-hotel-info-item__wrap-title {
    position: relative;
    cursor: pointer;
  }
  .m-footer-hotel-info-item__wrap-title:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90b';
    font-size: 20px;
    color: #171420;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  .m-footer-hotel-info-item__wrap-text {
    display: none;
    padding-bottom: 20px;
  }
  .m-footer-hotel-info-item__text,
  .m-footer-hotel-info-item__wrap-btn {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .m-footer-hotel-info-item__wrap-btn {
    margin: 0;
    text-align: right;
  }
  .m-footer-hotel-info-item .btn-circle {
    display: none;
  }
  .m-footer-hotel-info-item .btn-main {
    display: inline-block;
  }
  .m-footer-hotel-info-item.active .m-footer-hotel-info-item__wrap-text {
    display: block;
  }
  .m-footer-hotel-info-item.active .m-footer-hotel-info-item__wrap-title:after {
    content: '\e908';
  }
}
@media (max-width: 599px) {
  .m-footer-hotel-info-item__title {
    font-size: 15px;
  }
  .m-footer-hotel-info-item__text,
  .m-footer-hotel-info-item__wrap-btn {
    display: block;
    width: 100%;
  }
  .m-footer-hotel-info-item__wrap-btn {
    text-align: left;
    padding-top: 20px;
    height: auto;
  }
}
.m-floating {
  max-width: 410px;
}
.m-floating__content {
  font-size: 0;
}
.m-floating__item {
  padding: 5px 10px;
  height: 170px;
}
.m-floating__item:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  background-color: #00f;
  vertical-align: middle;
}
.m-floating__item .m-floating-item {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
}
.m-floating-item {
  max-width: 380px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  width: 100%;
  background-color: #fff;
}
.m-floating-item__wrapper {
  display: table;
  width: 100%;
  min-height: 100px;
}
.m-floating-item__content {
  font-size: 0;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.m-floating-item__title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(135,154,115,0.7);
  line-height: 1.4;
}
.m-floating-item__text {
  font-size: 15px;
  color: #879A73;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.4px;
  padding: 3px 0;
  font-weight: 400;
}
.m-floating-item__icon {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.m-floating-item__icon:before {
  position: absolute;
  font-family: 'c2t' !important;
  left: 50%;
  top: 50%;
  font-size: 45px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(135,154,115,0.3);
}
.m-floating-item__wrap-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.m-floating-item__wrap-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  padding-left: 20px;
}
.m-floating-item__wrap-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
}
.m-floating-item__wrap-btn:hover .m-floating-item__tooltip,
.m-floating-item__wrap-btn:focus .m-floating-item__tooltip {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: -36px;
}
.m-floating-item__tooltip {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #879A73;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  top: -26px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-floating-item__tooltip:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #879A73 transparent transparent transparent;
  left: calc(50% - 5px);
}
.m-banner-item {
  display: block;
  margin-top: 80px;
}
.m-banner-item__content {
  position: relative;
}
.m-banner-item__wrap-img {
  width: 100%;
  height: 440px;
}
.m-banner-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.m-banner-item__title {
  font-size: 57px;
  font-family: 'Lato-Light', sans-serif;
  font-weight: 100;
  line-height: 66px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.m-banner-item__title.verde{
  color: #4D692F;
  margin-bottom: 25px;
}
.m-banner-item__subtitle {
  font-family: 'Lato-Regular', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 5px 0;
  color: #fff;
}
.m-banner-item__subtitle.verde{
  color: #4D692F;
}
.m-banner-item__wrap-btn {
  padding-top: 25px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  -moz-transition: opacity 0.3s, margin 0.3s;
  -o-transition: opacity 0.3s, margin 0.3s;
  -ms-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  margin-top: 20px;
}
.m-banner-item__wrap-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  left: 68px;
}
.m-banner-item .btn-main--default {
  display: none;
}
.m-banner-item__wrap-btn.verde .btn-main--transparent {
  border-color: #115939;
  opacity: 1;
}
.m-banner-item__wrap-btn.verde .btn-main--transparent .btn-main__text {
  color: #4D692F;
}
.m-banner-item__wrap-btn.verde .btn-main--transparent:hover {
  background-color: #879A73;
  opacity: 1;
  border-color: #879A73;
}
.m-banner-item__wrap-btn .btn-main--transparent:hover {
  background-color: #879A73;
  opacity: 1;
  border-color: #879A73;
}
.m-banner-item__wrap-btn .btn-main--transparent:hover .btn-main__text{
  color: #fff;
}
@media (min-width: 970px) {
  .m-banner-item:hover .m-banner-item__wrap-btn,
  .m-banner-item:focus .m-banner-item__wrap-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: initial;
    margin-top: 0;
  }
}
@media (max-width: 1389px) {
  .m-banner-item__title {
    font-size: 55px;
  }
}
@media (max-width: 1259px) {
  .m-banner-item__wrap-img {
    width: 100%;
    height: 380px;
  }
}
@media (max-width: 969px) {
  .m-banner-item__title {
    font-size: 40px;
    color: #879A73;
    font-family: 'Lato-Light', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 0;
    max-width: 390px;
    margin: 0 auto;
  }
  .m-banner-item__title br {
    display: none;
  }
  .m-banner-item__subtitle {
    font-size: 14px;
    color: #879A73;
    max-width: 390px;
    margin: 0 auto;
  }
  .m-banner-item__cover {
    padding: 20px 40px;
    border: 1px solid rgba(135,154,115,0.8);;
    border-top: 0;
    text-align: center;
  }
  .m-banner-item__wrap-text {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: static;
    padding: 0 80px;
  }
  .m-banner-item__wrap-btn {
    position: static;
    visibility: initial;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin: 0;
    padding: 30px 0 10px 0;
  }
  .m-banner-item .btn-main--transparent {
    display: none;
  }
  .m-banner-item .btn-main--default {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .m-banner-item__wrap-img {
    width: 100%;
    height: 290px;
  }
  .m-banner-item__wrap-text {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .m-banner-item__wrap-img {
    width: 100%;
    height: 180px;
  }
  .m-banner-item__title {
    font-size: 35px;
  }
  .m-banner-item__subtitle {
    padding: 5px 20px;
  }
  .m-banner-item__cover {
    padding: 20px 15px;
  }
  .m-banner-item__wrap-text {
    padding: 0 20px;
  }
  .m-banner-item__wrap-btn {
    padding-top: 15px;
  }
}
.m-offer-small {
  max-width: 184px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
  background-color: #fff;
}
.m-offer-small__content {
  padding: 8px;
  text-align: center;
  position: relative;
}
.m-offer-small__subtitle {
  font-family: 'Lato-Light', sans-serif;
  font-size: 10px;
  color: #9BBDA7;
  text-transform: uppercase; 
  line-height: 12px;
  letter-spacing: 0.4px;
  padding-bottom: 5px;
}
.m-offer-small__title {
  font-size: 16px;
  color: #869971;
  line-height: 19px;
  font-family: 'Lato-Light', sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 5px 0;
  position: relative;
  margin: 5px 0 9px 0;
}
.m-offer-small__title:after,
.m-offer-small__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 74px;
  height: 1px;
  background-color: #9BBDA7;;
  left: calc(50% - 37px);
}
.m-offer-small__title:after {
  top: 0;
}
.m-offer-small__title:before {
  bottom: 0;
}
.m-offer-small__wrap-img {
  width: 100%;
  height: 130px;
}
.m-offer-small__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.m-offer-small__wrap-btn-close {
  position: absolute;
  bottom: 100%;
  margin-bottom: -8px;
  right: 8px;
  width: 140px;
  text-align: right;
}
.m-offer-small__wrap-btn {
  padding-top: 9px;
}
.m-offer-small__wrap-text {
  padding: 9px;
}
.m-offer-small__wrap-price {
  padding: 2px 0;
}
.m-offer-small .btn-main {
  min-width: 120px;
  border: 0;
}
.m-offer-small .btn-main:hover{
  opacity: 0.7;
}
.m-price {
  display: inline-block;
  vertical-align: middle;
}
.m-price__content {
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
  min-width: 84px;
}
.m-price__since {
  font-size: 10px;
  font-family: 'Lato-light', sans-serif;
  text-transform: uppercase;
  color: #9BBDA7; 
  letter-spacing: 0.4px;
  line-height: 12px;
}
.m-price__value {
  font-size: 62px;
  font-family: 'BodoniMT', sans-serif;
  font-weight: 600;
  line-height: 27px; 
  color: #879A73;
}
.m-price__currency {
  font-size: 10px;
  font-family: 'Lato-light', sans-serif;
  text-transform: uppercase;
  color: #9BBDA7; 
  letter-spacing: 0.4px;
  line-height: 12px;
}
.m-price--small-offer .m-price__content {
  border: 0;
  min-width: 75px;
  padding: 0;
}
.m-price--small-offer .m-price__since {
  color: #9BBDA7;
}
.m-price--small-offer .m-price__value {
  line-height: 57px;
  color: #879A73;
  font-size: 62px;
}
.m-price--small-offer .m-price__currency {
  color: #9BBDA7;
}
.m-price--percent .m-price__content {
  min-height: 112px;
  padding: 7px;
  padding-top: 30px;
}
.m-price--percent .m-price__value {
  line-height: 1.25;
}
.m-price--percent .m-price__value span {
  font-size: 28px;
}
.m-price--percent .m-price__text {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.m-price--offer-card .m-price__content {
  min-width: 120px;
  padding: 20px 10px;
  border-color:rgba(135,154,115,0.5);
}
.m-price--offer-card .m-price__value {
  font-size: 60px;
  color:  #879A73;;
  line-height: 1.2;
}
.m-price--offer-card .m-price__currency,
.m-price--offer-card .m-price__since {
  color: rgba(135,154,115,0.5);
  font-size: 13px;
}
.m-home-hotel-slider__item {
  border: 1px solid #fff;
}
.m-home-hotel-slider .btn-slide-control {
  position: absolute;
  z-index: 1;
  top: calc(50% - 88px);
  margin-top: -35px;
}
.m-home-hotel-slider .btn-slide-control--prev {
  right: 0;
}
.m-home-hotel-slider .btn-slide-control--next {
  left: 0;
}
.m-home-hotel-slider .btn-slide-control__btn:after{
  color: #9BBDA7;
}
.m-home-hotel-item {
  display: block;
  cursor: pointer;
  margin: 0 auto;
}
.m-home-hotel-item__content {
  text-align: center;
}
.m-home-hotel-item__wrap-img {
  position: relative;
  padding-top: 92.85714285714286%;
}
.m-home-hotel-item__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-home-hotel-item__wrap-icon {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -21.5px;
  margin-top: -21.5px;
}
.m-home-hotel-item__wrap-text {
  padding: 15px 5px;
}
.m-home-hotel-item__title {
  font-size: 25px;
  color: #879A73;
  font-family: 'Lato-Light', sans-serif;
  text-transform: uppercase;
  padding: 8px 0;
}
.m-home-hotel-item__subtitle {
  font-family: 'Lato-Light', sans-serif;
  font-size: 15px;
  color: #171420;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3px;
}
.m-home-hotel-item__wrap-btn {
  padding-top: 20px;
  position: relative;
  top: -20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-home-hotel-item .btn-main {
  min-width: 170px;
}
.m-home-hotel-item:hover .m-home-hotel-item__wrap-btn,
.m-home-hotel-item:focus .m-home-hotel-item__wrap-btn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 0;
}
.m-home-hotel-item:hover .m-home-hotel-item__wrap-btn .btn-main{
  border: 1px solid #879A73;
  opacity: 1;
      min-width: 120px;
}
 
@media (max-width: 969px) {
  .m-home-hotel-item__wrap-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0;
  }
}
.m-hotel-map--bahia-san-antonio {
  background-image: url("/static/img/sprite.png");
  background-position: 0px 0px;
  width: 220px;
  height: 148px;
}
.m-hotel-map--santa-eulalia-rio {
  background-image: url("/static/img/sprite.png");
  background-position: 0px -148px;
  width: 202px;
  height: 137px;
}
.m-hotel-map--santa-eulalia {
  background-image: url("/static/img/sprite.png");
  background-position: -220px 0px;
  width: 219px;
  height: 137px;
}
/* Sections */
.s-main-container--home {
  height: 100%;
}
.s-main-container--site {
  //padding-top: 86px;
  padding-top: 75px;
}
@media (max-width: 1259px) {
  .s-main-container--site {
    padding-top: 75px;
  }
}
.s-cookies {
  position: fixed;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-cookies.active {
  display: none;
}
.s-nav {
  z-index: 30;
  width: 100%;
  top: 0;
  left: 0;
}
.s-nav--home {
  position: absolute;
 /* background: -moz-linear-gradient(top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);  
background: -webkit-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);  
background: linear-gradient(to bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );  
*/
}
.s-nav--site {
  position: fixed;
}
@media (max-width: 969px) {
  .s-nav {
    position: absolute;
  }
}
.s-hotel-nav {
  z-index: 20;
  width: 100%;
  top: 86px;
  left: 0;
  position: fixed;
}
@media (max-width: 1259px) {
  .s-hotel-nav {
    top: 75px;
  }
}
@media (max-width: 969px) {
  .s-hotel-nav {
    position: static;
  }
}
.s-main-slider--home {
  height: 100%;
}
.s-main-slider--home .wrapper,
.s-main-slider--home .container {
  height: 100%;
}
.s-main-slider--hotel {
  //padding-top: 60px;
  position: relative;
}
.s-main-slider .m-floating {
  position: absolute;
  top: 60px;
  left: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.s-main-slider .btn-floating-toggle {
  position: absolute;
  top: 194px;
  left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.s-main-slider.active-advantages .m-floating {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.s-main-slider.active-advantages .btn-floating-toggle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 1259px) {
  .s-main-slider .m-floating {
    left: 20px;
  }
  .m-book-toggle__text{
    font-size:30px;
    letter-spacing: 3px;
  }
}
@media (max-width: 969px) {
  .s-main-slider--home {
    height: auto;
  }
  .s-main-slider--hotel {
    padding-top: 0;
  }
  .s-main-slider .btn-floating-toggle,
  .s-main-slider .m-floating {
    display: none;
  }
}
@media (min-width: 970px) and (max-width: 1259px) {
  .site.s-book-form .container {
    height: auto !important;
    position: static !important;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 100%;
  }
  .site.s-book-form .m-book-form {
    position: static !important;
    margin-top: auto !important;
    display: none;
  }
  .site.s-book-form .m-book-toggle {
    display: block;
  }
  
}
@media (max-width: 969px) {
  .site.s-book-form .m-book-form {
    display: none;
  }
  .site.s-book-form .m-book-toggle {
    display: block;
  }

}
.s-book-form .wrapper {
  position: relative;
  //max-width: 100%;
}
.s-book-form .container {
  position: absolute;
  right: 0;
  width: 230px;
  z-index: 10;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  transition: opacity 1.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.s-book-form .m-book-form {
  position: fixed;
  top: 50%;
}
.s-book-form .m-book-form.stuck-down {
  position: absolute;
  bottom: 0;
  top: auto;
}
.s-book-form .m-book-toggle {
  display: none;
}
@media (max-width: 1259px) {
  .s-book-form .m-book-form {
    position: absolute;
  }
  .s-book-form .m-book-form.stuck-down {
    bottom: auto;
    top: 50%;
  }
  .s-book-form.no-slider {
    padding-top: 60px;
  }
  .s-book-form.active .m-book-form {
    display: block;
  }
  .s-book-form.active .m-book-toggle {
    display: none;
  }
}
@media (max-width: 969px) {
  .s-book-form .container {
    height: auto !important;
    position: static !important;
    width: 100%;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .s-book-form .m-book-form {
    position: static !important;
    margin-top: auto !important;
  }
  .s-book-form.no-slider {
    padding-top: 0;
  }
}
/*@media (min-width: 970px) {*/
/*  .s-welcome .container {*/
/*    padding-top: 60px;*/
/*  }*/
/*}*/
.s-home-description {
  /*background-image: url("/static/img/home/bg-description.jpg");*/
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.s-home-description:before {
      content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: inline-block;
    top: 0;
    left: 0;
}
.s-home-description:after {
      content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: inline-block;
    bottom: 0;
    left: 0;
}
@media (max-width: 1259px) {
  .s-home-description {
    background-image: none;
  }
}
.s-home-more-info {
  display: none;
}
.active-home-more-info .m-home-description__wrap-btn {
  display: none;
}
.active-home-more-info .s-home-more-info {
  display: block;
}
.s-footer {
  background-color: #748A5D;
  position: relative;
  z-index: 1;
}
.s-footer .wrapper {
  padding-right: 0;
}
@media (max-width: 1499px) {
  .s-footer .wrapper {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (max-width: 1389px) {
  .s-footer .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1259px) {
  .s-footer .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1499px) {
  .s-back-top .wrapper,
  .s-footer-info .wrapper {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (max-width: 1389px) {
  .s-back-top .wrapper,
  .s-footer-info .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1259px) {
  .s-back-top .wrapper,
  .s-footer-info .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.s-hotel-footer-info .wrapper {
  padding-right: 0;
}
.s-hotel-footer-info .container {
  padding-top: 20px;
}
.s-gallery .container {
  padding-top: 80px;
}
@media (max-width: 1259px) {
  .s-gallery .container {
    padding-top: 10px;
  }
}


//* GLOBAL BOX *//
/* pagina interface 50% */
.half-page{
    padding-top:70px;
    background-color: #212121;
    .wrap-halfpage{
        position:relative;
        min-height:100%;
        padding-bottom:32px;
        .half-img{
            position:fixed;
            top:70px;
            left:0;
            bottom:0;
            width:50%;
            height:calc(100% - 100px);
            overflow:hidden;
            .half-slider{
                width:100%;
                height:100%;
                .btn-slide-square{
                    background-color:rgba(#333333, 0.6);
                    @include hovers{
                        &:hover{
                            background-color:rgba(#ffffff, 0.6);
                        }
                    }
                }
                .half-slide{
                    position:relative;
                    overflow:hidden;
                    img{
                        position: absolute;
                        top:0;
                        left:50%;
                        @include transform(translateX(-50%));
                        width:auto;
                        height:100%;
                    }
                }
            }
            .half-text-slider{
                position:absolute;
                pointer-events:none;
                max-width:130px;
                left:50%;
                bottom:70px;
                @include transform(translateX(-50%));
                .text-slide{
                    text-align:center;
                    .slide-title{
                        padding-bottom:15px;
                        border-bottom:1px solid $corp-basic;
                        font-family:$corp-font1;
                        font-size:15px;
                        color:$corp-basic;
                        @include space(50em);
                        text-transform:uppercase;
                    }
                    .slide-subtitle{
                        padding-top:15px;
                        font-family:$corp-font1;
                        font-size:15px;
                        color:$corp-basic;
                        @include space(50em);
                        text-transform:uppercase;
                    }
                }
            }
        }
        .half-text{
            padding-left:50%;
            .wrap-half-text{
                position:relative;
                padding:300px 45px 0;
                max-width:calc(590px + 90px);
                margin:0 auto;
                .back-mandala{
                    position:absolute;
                    top:140px;
                    right:50%;
                    width:465px;
                    height:465px;
                    opacity: 0.5;
                    transform-origin:right;
                    @include transform(translateX(50%) translateZ(0));
                    background-image:url("/static/img/mandala.png");
                    background-size:contain;
                    background-repeat:no-repeat;
                    background-position:50% 50%;
                    &.inblog{
                        width:300px;
                        height:320px;
                    }
                }
                .half-page-end{
                    position:relative;
                    padding-top:75px;
                    .btn-top{
                        display:none;
                        position: absolute;
                        right: 20px;
                        top: 50px;
                        opacity: 0.5;
                        width: 28px;
                        height: 28px;
                        &:after{
                            content: '\e316';
                            font-family: 'icomoon';
                            font-size: 10px;
                        }
                        .top-text{
                            position: absolute;
                            top: -25px;
                            left: 50%;
                            @include transform(translateX(-50%) translateZ(0));
                            font-family: "TradeGothic18", sans-serif;
                            font-size: 13px;
                            text-transform: uppercase;
                            letter-spacing: 0.05em;
                        }
                    }
                    .end-mandala{
                        position: relative;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        width: 100%;
                        height: 135px;
                        overflow: hidden;
                        img{
                            display: block;
                            width: 340px;
                            height: auto;
                            margin: 0 auto;
                            opacity: 0.5;
                        }
                    }
                }
            }
        }
    }
    @include full-desktop{
        .wrap-halfpage{
            .half-text{
                .wrap-half-text{
                    padding: 260px 45px 0;
                }
            }
        }
    }
    @include medium-desktop{
        .wrap-halfpage{
            .half-text{
                .wrap-half-text{
                    padding: 260px 90px 0;
                }
            }
        }
    }
    @include small-desktop{
        .wrap-halfpage{
            height:auto;
            .half-img{
                position: relative;
                top:0;
                left: auto;
                bottom: auto;
                width: 100%;
                height: 490px;
                overflow: hidden;
                .half-slider{
                    .half-slide{
                        img{
                            top:50%;
                            @include transform(translateX(-50%) translateY(-50%));
                            min-width:100%;
                            height:100%;
                        }
                    }
                }
                .half-text-slider{
                    bottom:30px;
                }
            }
            .half-text{
                padding-left:0;
                overflow:hidden;
                position:relative;
                .wrap-half-text{
                    padding: 70px 45px 0;
                    .back-mandala{
                        width: 365px;
                        height: 365px;
                        top:0;
                        right:50%;
                        @include transform(translateX(50%) translateY(-60%));
                    }
                }
            }
        }
    }
    @include full-tablet{
        .wrap-halfpage{
            padding-bottom:0;
            .half-img{
                height: 512px;
            }
            .half-text{
                .wrap-half-text{
                    .half-page-end{
                        padding-top:100px;
                        .btn-top{
                            display:block;
                        }
                    }
                }
            }
        }
    }
    @include medium-tablet{
        .wrap-halfpage{
            .half-img{
                height: 360px;
                .half-text-slider{
                    .text-slide{
                        .slide-title{
                            padding-bottom:0;
                            border:none;
                        }
                        .slide-subtitle{
                            display:none;
                        }
                    }
                }
            }
            .half-text{
                .wrap-half-text{
                    padding: 70px 40px 0;
                }
            }
        }
    }
    @include small-tablet{
        .wrap-halfpage{
            .half-img{
                height: 250px;
            }
            .half-text{
                .wrap-half-text{
                    padding: 35px 50px 0;
                    .back-mandala{
                        width: 255px;
                        height: 255px;
                    }
                    .half-page-end{
                        .btn-top{
                            right:10px;
                        }
                        .end-mandala{
                            height:80px;
                            img{
                                width:250px;
                            }
                        }
                    }
                }
            }
        }
    }
    @include mobile{
        .wrap-halfpage{
            .half-img{
                height: 215px;
            }
            .half-text{
                .wrap-half-text{
                    padding: 70px 25px 0;
                }
            }
        }
    }
}
