
html{ font-size: 10px; }

.wrapper {
  width: 960px;
  margin: 0 auto;
}
html {
  padding: 0;
  margin: 0;
  min-width: 960px;
}
body {
  padding: 0;
  margin: 0;
  min-width: 960px;
}
.button {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'noto_sansbold';
  font-size: 1.1rem;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 16px;
}
.button--blue {
  background: url("../img/buttonBlue_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.button--blue:hover {
  background: url("../img/buttonBlueHover_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.button--solidBlue {
  background: url("../img/buttonBlueSolid_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.button--solidBlue:hover {
  background: url("../img/buttonBlueSolidHover_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.button--darkBrown {
  background: url("../img/buttonBrown_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.button--darkBrown:hover {
  background: url("../img/buttonBrownHover_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page {
  background: url("../img/page_bg.png");
  padding: 1px 0;
}
.page__headerImg {
  width: 100%;
}
.page__wrapper {
  width: 960px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
  background: #fff;
  border-top: 5px solid #be934b;
  position: relative;
  top: -240px;
  margin-bottom: -140px;
}
.page__wrapper.menu_img{
    top: -90px;
}
.page__wrapper p {
  margin: 0 15px 0 15px;
}
.header__topBlock {
  background: url("../img/headerTop_bg.png");
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header__logo {
  display: inline-block;
  margin-top: 27px;
}
.header__nav {
  display: inline-block;
  vertical-align: top;
}
.header__nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header__nav__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header__nav__item:hover .header__nav__itemBlock {
  background-image: url("../img/headerMenuItem_bg_active.png");
  background-size: 100% 100%;
  z-index: 2;
}
.header__nav__item:hover .header__nav__submenu {
  display: block;
}
.header__nav__item:hover .header__nav__link {
  color: #000;
  position: relative;
}
.header__nav__item:hover .header__nav__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 13px;
  background-image: url("../img/headerMenuItem_after.png");
  left: 50%;
  bottom: -17px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header__nav__item--active .header__nav__itemBlock {
  background: url("../img/headerMenuItem_bg_active.png");
  background-size: cover;
}
.header__nav__itemBlock {
  background: url("../img/headerMenuItem_bg.png");
  width: 157px;
  height: 131px;
  background-size: cover;
  position: relative;
}
.header__nav__submenu {
  display: none;
  position: absolute;
  background-image: url("../img/submenu_bg.png");
  background-size: 100% 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  padding-top: 70px;
  width: 137px;
  list-style-type: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__nav__subitem {
  padding: 0 8px 0 5px;
  margin-top: -1px;
}
.header__nav__subitem:hover {
  background: #6e562f;
}
.header__nav__subitem:hover .header__nav__subLink {
  color: #fff;
}
.header__nav__subLink {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #6e562f;
  width: 100%;
  display: block;
  padding: 9px 0 10px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__nav__link {
  display: block;
  font-family: 'cuprumbold';
  font-size: 1.5rem;
  color: #be934b;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100px;
  text-align: center;
  position: relative;
  top: 69px;
  left: 22px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header__topBlockRight {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 20px;
}
.header__topBlockRight__link {
  font-family: 'noto_sansregular';
  font-size: 1.5rem;
  color: #be934b;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  padding-left: 4px;
}
.header__infoBlock {
  background: url("../img/headerInfo_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'noto_sansregular';
  font-size: 1.4rem;
}
.header__infoBlock__ico {
  width: 20px;
  height: 20px;
}
.header__phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  padding: 13px 0;
}
.header__address {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
  padding: 13px 0;
}
.header__how {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  padding: 4px 0;
  padding: 13px 0;
}
.header__howLink {
  text-decoration: underline;
  font-family: 'noto_sansregular';
  font-size: 1.4rem;
  color: #000;
}
.mainBooking {
  background: url("../img/mainBooking_bg.png");
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainBooking__formBlock {
  display: inline-block;
  position: relative;
  background: url("../img/mainBookingForm_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 73px 30px 33px 30px;
  min-height: 352px;
min-width: 398px;
}
.mainBooking__formTitle {
  font-size: 2.5rem;
  color: #2b2a29;
  font-family: 'cuprumregular';
  text-align: center;
  margin-bottom: 20px;
}
.mainBooking__formLabel {
  display: block;
  font-size: 1.4rem;
  color: #2b2a29;
  font-family: 'noto_sansregular';
}
.mainBooking__formGroup {
  text-align: center;
  margin-bottom: 20px;
}
.mainBooking__formGroup--inline {
  display: inline-block;
  margin-right: 15px;
}
.mainBooking__formSelect {
/*  max-width: 300px;*/
  min-width: 160px;
  padding: 8px 22px 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 99% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-top: 9px;
/*  padding-left: 15px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainBooking__formDate {
  padding: 8px 0;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-image: url("../img/select-date.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 130px;
}
.mainBooking__formSubmit {
  margin: 0 auto;
  margin-top: 20px;
  padding: 13px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-family: 'noto_sansbold';
  font-size: 1.4rem;
  color: #fff;
  background: url("../img/buttonBrown_bg.png");
  background-size: 100% 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.mainBooking__formSubmit:hover {
  background: url("../img/buttonBlue_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mainRelax {
  background: url("../img/mainRelax_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.mainRelax__title {
  font-size: 3.0rem;
  color: #000;
  text-transform: uppercase;
  font-family: 'cuprumregular';
  text-align: center;
  margin-bottom: 40px;
}
.mainRelax__part {
  display: inline-block;
  width: -webkit-calc(33% - 0.25em - 40px);
  width: calc(33% - 0.25em - 40px);
  margin-right: 40px;
  vertical-align: top;
  position: relative;
  min-height: 700px;
}
.mainRelax__part:last-child {
  margin-right: 0;
}
.mainRelax__partImgBlock {
  background: url("../img/mainRelaxPart_border.png");
  width: 260px;
  height: 240px;
  position: relative;
}
.mainRelax__partImg {
  width: -webkit-calc(100% - 46px);
  width: calc(100% - 46px);
  position: relative;
  display: block;
  left: 23px;
  height: -webkit-calc(100% - 39px);
  height: calc(100% - 39px);
  top: 22px;
}
.mainRelax__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  background: url("../img/mainRelax_play.png");
  cursor: pointer;
}
.mainRelax__play:hover {
  background: url("../img/mainRelax_play-hover.png");
}
.mainRelax__partTitle {
  font-size: 2.5rem;
  color: #000;
  font-family: 'cuprumregular';
  text-align: center;
  margin: 35px 0;
}
.mainRelax__partPluses {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mainRelax__partPlus {
  padding-left: 14px;
  position: relative;
  margin-bottom: 17px;
  font-family: 'noto_sansregular';
  font-size: 1.4rem;
}
.mainRelax__partPlus::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  background: #574738;
  width: 7px;
  height: 7px;
  top: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mainRelax__partButton {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mainRelax__partLink {
  width: 158px;
  height: 20px;
  font-size: 1.4rem;
  font-family: 'noto_sansbold';
}
.mainSalesSlider__slide {
/*  background: url("../img/slide1.png");*/
  background: url("../img/akcia.jpg");
  background-position: top center;
}
.mainSalesSlider__slideInfo {
  background: url("../img/slider_slide_info_bg.png");
  width: -webkit-calc(33% + 90px);
  width: calc(33% + 90px);
  background-size: cover;
  background-position: top right;
  vertical-align: top;
  background-repeat: no-repeat;
  height: 100%;
  padding: 1px;
  padding-left: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.mainSalesSlider__title {
  margin: 30px 0;
  font-size: 2.5rem;
  color: #000;
  font-family: 'cuprumregular';
}
.mainSalesSlider__text {
  max-width: 255px;
  font-family: 'noto_sansregular';
  font-size: 1.4rem;
  line-height: 1.2;
}
.mainSalesSlider__button {
  width: 130px;
}
.mainSalesSlider__link {
  padding: 14px;
  color: #fff;
  font-size: 1.4rem;
}
.mainSalesSlider__pages {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 250px;
  padding-left: 30px;
  margin-top: 30px;
}
.mainSalesSlider__page {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  background: url("../img/pagination_page_nonactive.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.mainSalesSlider__page--active {
  background: url("../img/pagination_page_active.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.mainEvents {
  background: url("../img/mainEvents_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.mainEvents__header {
  position: relative;
  margin-bottom: 50px;
}
.mainEvents__title {
  font-size: 3.0rem;
  color: #e8e4de;
  text-transform: uppercase;
  font-family: 'cuprumregular';
  text-align: center;
}
.mainEvents__linkToAll {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #e8e4de;
  font-family: 'noto_sansbold';
  font-size: 1.2rem;
  text-transform: uppercase;
}
.mainEvents__linkToAll:hover {
  text-decoration: none;
}
.mainEvents__event {
  display: inline-block;
  width: -webkit-calc(50% - 0.25em);
  width: calc(50% - 0.25em);
}
.mainEvents__eventImgBlock {
  display: inline-block;
  margin-right: 15px;
}
.mainEvents__eventInfoBlock {
  display: inline-block;
  width: -webkit-calc(100% - 15px - 175px - 33px - 1px);
  width: calc(100% - 15px - 175px - 33px - 1px);
  vertical-align: top;
  padding-right: 33px;
}
.mainEvents__eventDate {
  display: inline-block;
  background: url("../img/date_bg.png");
  font-size: 1.2rem;
  color: #fff;
  font-family: 'noto_sansregular';
  padding: 0px 7px 0px 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mainEvents__eventPlace {
  display: inline-block;
}
.mainEvents__eventPlaceLink {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'noto_sansregular';
  text-decoration: none;
}
.mainEvents__eventPlaceLink:hover {
  text-decoration: underline;
}
.mainEvents__eventTitle {
  margin: 15px 0;
}
.mainEvents__eventTitleLink {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'cuprumregular';
  text-decoration: none;
  line-height: 1.2;
}
.mainEvents__eventTitleLink:hover {
  text-decoration: underline;
}
.mainEvents__eventText {
  font-size: 1.4rem;
  color: #e8e4de;
  font-family: 'noto_sansregular';
  line-height: 1.2;
}
.mainGallery {
  width: 100%;
  overflow: hidden;
}
.mainGallery__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 3000px;
}
.mainGallery__item {
  display: inline-block;
  width: -webkit-calc(330px - 0.25em);
  width: calc(330px - 0.25em);
  height: 330px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  float: left;
}
.mainGallery__img {
  width: 100%;
  height: 100%;
}
.mainAbout {
  background: url("../img/mainAbout_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 50px 0;
}
.mainAbout__title {
  font-size: 3.0rem;
  color: #2b2a29;
  text-transform: uppercase;
  font-family: 'cuprumregular';
  text-align: center;
  margin-bottom: 50px;
}
.mainAbout__textBlock {
  display: inline-block;
  width: -webkit-calc(50% - 0.25em - 45px);
  width: calc(50% - 0.25em - 45px);
  vertical-align: top;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  line-height: 1.2;
}
.mainAbout__textBlock:first-child {
  margin-right: 90px;
}
.mainAbout__textPar {
  margin-bottom: 20px;
}
.mainMap {
  position: relative;
}
.mainMap .wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.mainMap__map {
  position: relative;
}
.mainMap__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
}
.mainMap__contacts {
  display: inline-block;
  position: absolute;
  background: url("../img/mainContacts_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 52px 30px;
  min-width: 331px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mainMap__contactsTitle {
  font-size: 3.1rem;
  color: #fff;
  font-family: 'noto_sansregular';
  text-align: center;
  margin-bottom: 20px;
}
.mainMap__contactsAddress {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}
.mainMap__contactsPhone {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.mainMap__contactsEmail {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.mainMap__numberLink {
  color: #fff;
  text-decoration: none;
  cursor: text;
}
.mainMap__mailLink {
  color: #fff;
}
.mainMap__contactsButton {
  width: 150px;
  margin: 12px auto;
}
.mainMap__contactsButtonLink {
  font-size: 1.4rem;
  font-family: "noto_sansbold";
  color: #2b2a29;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 17px 0px;
}
.mainMap__mapImg {
  width: 100%;
}
.footer {
  background: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 0;
}
.footer__menuBlock {
  display: inline-block;
  vertical-align: top;
}
.footer__menu {
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
  max-width: 195px;
}
.footer__menuTitle {
  font-size: 1.4rem;
  color: #c19d61;
  font-family: 'noto_sansbold';
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer__menuList {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__menuList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  max-width: 195px;
}
.footer__menuList li a {
  font-size: 1.4rem;
  color: #c19d61;
  font-family: 'noto_sansbold';
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none;
}
.footer__menuList li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.footer__menuList li ul li {
  display: block;
  margin-right: 0;
}
.footer__menuList li ul li a {
  color: #c4bcb2;
  font-size: 1.4rem;
  font-family: 'noto_sansregular';
  text-transform: none;
}
.footer__menuList li ul li a:hover {
  text-decoration: underline;
}
.footer__menuLink {
  color: #c4bcb2;
  font-size: 1.4rem;
  font-family: 'noto_sansregular';
}
.footer__socialBlock {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.footer__menuTitleLink {
  color: #c19d61;
  font-family: 'noto_sansbold';
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none;
}
.footer__partnersBlock {
  display: inline-block;
  width: 295px;
}
.footer__partner {
  display: inline-block;
  width: -webkit-calc(50% - 0.25em - 10px);
  width: calc(50% - 0.25em - 10px);
}
.footer__partner:nth-child(odd) {
  margin-right: 10px;
}
.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.footer__socialIco {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.footer__socialLink {
  font-size: 1.4rem;
  color: #316699;
  text-decoration: underline;
  font-family: 'noto_sansregular';
}
.footer__copyright {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #c4bcb2;
  line-height: 1.2;
  width: 75%;
  margin-top: 30px;
}
.footer__created {
  display: inline-block;
  margin-top: 30px;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.2;
}
.footer__createdLink {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #5b4b30;
  text-decoration: underline;
}
.footer__createdName {
  color: #525252;
  text-decoration: none;
}
.popupSubstrate {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 5;
}
.popup__call__back {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  background-image: url("../img/popup_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 43px 25px;
  width: 287px;
  height: 287px;
}
#feedback-form .om-msg{
    left: 40px;
    padding: 10px;
    position: relative;
    top: 60px;
}
.popup__feed__back {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  background-image: url("../img/popup_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 43px 25px;
  width: 287px;
  height: 287px;
}
#feedback-form-f .om-msg{
    left: 40px;
    padding: 10px;
    position: relative;
    top: 60px;
}
.popup--review {
  width: 339px;
  padding: 58px 19px;
}
.popup--review .popup__formGroup--inline:nth-child(3) {
  margin-right: 0;
}
.popup__close {
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("../img/popup_close.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 30px;
  cursor: pointer;
}
.popup__title {
  font-size: 2.5rem;
  color: #2b2a29;
  font-family: 'cuprumregular';
  text-align: center;
  margin-bottom: 15px;
}
.popup__formLabel {
  display: block;
  font-size: 1.4rem;
  color: #2b2a29;
  font-family: 'noto_sansregular';
  margin-bottom: 12px;
}
.popup__formGroup {
  text-align: center;
  margin-bottom: 15px;
}
.popup__formGroup--inline {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  margin-bottom: 0;
}
.popup__formSubmit {
  margin: 0 auto;
  padding: 15px 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-family: 'noto_sansbold';
  font-size: 1.4rem;
  color: #fff;
  background: url("../img/buttonBrown_bg.png");
  background-size: 100% 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.popup__formSubmit:hover {
  background: url("../img/buttonBlue_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.popup__formInput {
  padding: 8px 0;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  width: 150px;
}
.popup__formArea {
  resize: none;
  height: 99px;
  padding: 8px 0;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  width: 150px;
}

.errorMessage {
    color: #ff0000;
    font-size: 1.0rem;
    font-style: italic;
}
.breadcrumbs {
  margin: 15px 0;
}
.breadcrumbs__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs__breadcrumb {
  display: inline-block;
  margin-right: 26px;
  font-size: 1.2rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  position: relative;
}
.breadcrumbs__breadcrumb:after {
  display: block;
  position: absolute;
  content: '';
  width: 13px;
  height: 7px;
  background-image: url("../img/breadcrumbsArrow.png");
  top: 6px;
  right: -20px;
}
.breadcrumbs__breadcrumb:last-child {
  margin-right: 0;
}
.breadcrumbs__breadcrumb:last-child:after {
  display: none;
}
.breadcrumbs__link {
  font-size: 1.2rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  text-decoration: underline;
}
h1 {
  font-size: 3.5rem;
  font-family: "cuprumregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-top: 39px;
  margin-bottom: 43px;
  font-weight: normal;
}
h2 {
  font-size: 3.0rem;
  font-family: "cuprumregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-top: 39px;
  margin-bottom: 43px;
  font-weight: normal;
}
.pageLine {
  width: 880px;
  height: 1px;
  background: #be934b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about__subWrapper {
  width: -webkit-calc(960px - 36px - 36px);
  width: calc(960px - 36px - 36px);
  margin: 30px auto;
}
.about__img {
  margin-bottom: -0.25em;
  position: relative;
}
.about__img__img {
  margin-bottom: -0.25em;
  vertical-align: top;
}
.about__text {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #000;
  margin-bottom: 10px;
}
.about h3 {
  font-size: 2.5rem;
  font-family: "cuprumregular";
  color: #000;
  line-height: 1.2;
}
.about h4 {
  font-size: 1.2rem;
  font-family: "noto_sansbold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 31px;
  margin-bottom: 21px;
}
.about ul {
  margin: 0;
  padding: 0;
  padding-left: 3px;
  list-style-type: none;
}
.about ul li {
  padding-left: 17px;
  position: relative;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  margin-bottom: 10px;
}
.about ul li:before {
  content: '';
  display: block;
  left: 0;
  top: 8px;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #574738;
}
.about ul a {
  color: #be934b;
}
.about a {
  color: #be934b;
}
.about ol {
  margin: 0;
  padding: 0;
  counter-reset: item;
  margin-bottom: 30px;
}
.about ol li {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  margin-bottom: 10px;
}
.about ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #be934b;
  font-family: "noto_sansbold";
}
.about ol li a {
  color: #be934b;
}
.about table {
  border: 1px solid #c6bfb6;
  width: 100%;
  padding: 0;
  border-spacing: initial;
}
.about table thead th {
  background: #c6bfb6;
  padding: 13px 0;
  padding-left: 24px;
  text-align: left;
}
.about table tbody tr:nth-child(even) {
  background: #f0eee6;
}
.about table tbody td {
  padding: 13px 0;
  padding-left: 24px;
  text-align: left;
  font-family: "noto_sansregular";
  font-size: 1.4rem;
}
.about table tbody td:nth-child(1) {
  border-right: 1px solid #c6bfb6;
  width: 33%;
}
.about h5 {
  margin: 0;
  padding: 0;
  color: #574738;
  font-family: "cuprumregular";
  font-size: 1.8rem;
}
.about__imgTextBlock {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(255,255,255,0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 34px;
  text-align: center;
  font-family: "noto_sansregular";
  font-size: 1.4rem;
}
.menuCat {
  padding: 0 42px;
}
.menuCat__item {
  display: inline-block;
  width: -webkit-calc(25% - 0.25em - 7px);
  width: calc(25% - 0.25em - 7px);
  margin-right: 10px;
  margin-bottom: 26px;
}
.menuCat__item:nth-child(4n) {
  margin-right: 0;
}
.menuCat__itemLink {
  font-size: 1.2rem;
  font-family: "noto_sansbold";
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.menuCat__itemLink:hover {
  text-decoration: underline;
}
.menuCat__itemTitle {
  text-align: center;
  margin-top: 22px;
}
.gallery {
  padding: 0 42px;
  padding-bottom: 30px;
}
.gallery__item {
  display: inline-block;
  width: -webkit-calc(25% - 0.25em - 7px);
  width: calc(25% - 0.25em - 7px);
  margin-right: 10px;
  margin-bottom: 26px;
  vertical-align: top;
}
.gallery__item:nth-child(4n) {
  margin-right: 0;
}
.gallery__itemImg {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 22px;
}
.gallery__date {
  display: inline-block;
  background: url("../img/date_bg.png");
  font-size: 1.2rem;
  color: #fff;
  font-family: 'noto_sansregular';
  padding: 0px 7px 0px 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
  float: left;
}
.gallery__itemLink {
  font-size: 1.2rem;
  font-family: "noto_sansbold";
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.gallery__itemLink:hover .gallery__itemTitle {
  text-decoration: underline;
}
.gallery__itemLink:hover .gallery__date {
  background: url("../img/date_bg-hover.png");
}
.gallery__itemTitle {
  display: inline-block;
  text-align: center;
  float: right;
  width: -webkit-calc(100% - 0.25em - 66px);
  width: calc(100% - 0.25em - 66px);
  vertical-align: top;
  text-align: left;
}
.about__gallery{
   padding: 10px; 
}

.text-subWrapper {
  padding: 0 42px;
  padding-bottom: 30px;
}

.text-subWrapper img {
  float: left;
  padding: 10px;
}
.events {
  padding: 0 42px;
  padding-bottom: 30px;
}
.events__header {
  position: relative;
  margin-bottom: 50px;
}
.events__title {
  font-size: 3.0rem;
  color: #e8e4de;
  text-transform: uppercase;
  font-family: 'cuprumregular';
  text-align: center;
}
.events__linkToAll {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #e8e4de;
  font-family: 'noto_sansbold';
  font-size: 1.2rem;
  text-transform: uppercase;
}
.events__event {
  display: block;
  margin-bottom: 20px;
}
.events__eventImgBlock {
  display: inline-block;
  margin-right: 15px;
}
.events__eventInfoBlock {
  display: inline-block;
  width: -webkit-calc(100% - 15px - 175px - 33px);
  width: calc(100% - 15px - 175px - 33px);
  vertical-align: top;
  padding-right: 33px;
}
.events__eventInfoBlock:hover .events__eventDate {
  background: url("../img/date_bg-hover.png");
}
.events__eventInfoBlock:hover .events__eventTitleLink {
  text-decoration: underline;
}
.events__eventDate {
  display: inline-block;
  background: url("../img/date_bg.png");
  font-size: 1.2rem;
  color: #fff;
  font-family: 'noto_sansregular';
  padding: 0px 7px 0px 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.events__eventPlaceLink {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'noto_sansregular';
  text-decoration: none;
}
.events__eventPlaceLink:hover {
  text-decoration: underline;
}
.events__eventTitle {
  margin: 15px 0;
}
.events__eventTitleLink {
  font-size: 1.8rem;
  color: #574738;
  font-family: 'cuprumregular';
  text-decoration: none;
  line-height: 1.2;
}
.events__eventText {
  font-size: 1.4rem;
  color: #000;
  font-family: 'noto_sansregular';
  line-height: 1.2;
}
.menu {
  padding: 0 42px;
  padding-bottom: 30px;
}
.menu__menuBlock {
  display: inline-block;
  width: -webkit-calc(100% - 224px - 0.25em);
  width: calc(100% - 224px - 0.25em);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 21px;
}
.menu__navBlock {
  display: inline-block;
  width: 223px;
  vertical-align: top;
}
.menu__navList {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu__navItem {
  padding: 0 15px;
}
.menu__navItem:hover {
  background: #be934b;
}
.menu__navItem:hover .menu__navLink {
  color: #fff;
}
.menu__navItem:hover .menu__navLink:after {
  display: none;
}

.menu__navItem.active {
  background: #be934b;
}
.menu__navItem.active .menu__navLink {
  color: #fff;
}
.menu__navItem.active .menu__navLink:after {
  display: none;
}

.menu__navLink {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'noto_sansbold';
  font-size: 1.2rem;
  display: block;
  padding: 18px 0;
  position: relative;
}
.menu__navLink:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: url("../img/menu_nav_border.png");
  bottom: 0;
  left: 0;
}
.menu__item {
  margin-bottom: 40px;
}
.menu__itemImgBlock {
  display: inline-block;
  width: 135px;
  margin-right: 22px;
}
.menu__itemImg {
  width: 100%;
}
.menu__itemInfoBlock {
  display: inline-block;
  width: -webkit-calc(100% - 135px - 22px - 0.25em);
  width: calc(100% - 135px - 22px - 0.50rem);
  vertical-align: top;
}
.menu__itemTitle {
  font-size: 1.2rem;
  font-family: "noto_sansbold";
  color: #000;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.menu__itemText {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  line-height: 1.2;
  margin-bottom: 25px;
}
.menu__textUnderPrice {
  margin-top: 15px;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  line-height: 1.2;
  margin-bottom: 25px;
}
.menu__itemWeight {
  display: inline-block;
  width: -webkit-calc(50% - 0.25em);
  width: calc(50% - 0.25em);
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  line-height: 1.2;
}
.menu__itemPrice {
  display: inline-block;
  width: -webkit-calc(50% - 0.25em);
  width: calc(50% - 0.25em);
  text-align: right;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  line-height: 1.2;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking {
  padding: 0 42px;
  padding-bottom: 50px;
}
.booking__formLabel {
  display: block;
  font-size: 1.4rem;
  color: #2b2a29;
  font-family: 'noto_sansregular';
  margin-bottom: 9px;
}
.booking__formGroup {
  text-align: left;
  margin-bottom: 20px;
}
.booking__formGroup--inline {
  display: inline-block;
  margin-right: 15px;
  width: -webkit-calc(25% - 0.25em - 11px);
  width: calc(25% - 0.25em - 11px);
}
.booking__formGroup--inline:nth-child(4n) {
  margin-right: 0;
}
.booking__formGroup--button {
  width: -webkit-calc(25% - 0.25em - 5px);
  width: calc(25% - 0.25em - 5px);
  display: inline-block;
  text-align: right;
}
.booking__formSelect {
  width: 100%;
  padding: 8px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  border: none;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #e5e0d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking__formDate {
  padding: 8px 0;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-image: url("../img/select-date.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #e5e0d8;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking__formInput {
  padding: 8px 0;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  width: 100%;
  background-color: #e5e0d8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking__formSubmit {
  margin: 0 auto;
  margin-top: 20px;
  padding: 16px 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  font-family: 'noto_sansbold';
  font-size: 1.4rem;
  color: #fff;
  background: url("../img/buttonBrownHover_bg.png");
  background-size: 100% 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.booking__formSubmit:hover {
  background: url("../img/buttonBrown_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.booking__formNotice {
  display: inline-block;
  width: -webkit-calc(50% - 0.25em - 11px);
  width: calc(50% - 0.25em - 11px);
  text-align: right;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
  line-height: 1.2;
  margin-right: 15px;
}
.contacts {
  padding: 0 42px;
  padding-bottom: 30px;
}
.contacts__infoBlock {
  display: inline-block;
  width: -webkit-calc(26% - 0.25em);
  width: calc(26% - 0.25em);
  margin-right: 30px;
  vertical-align: top;
}
.contacts__mapBlock {
  display: inline-block;
  width: -webkit-calc(74% - 0.25em - 30px);
  width: calc(74% - 0.25em - 30px);
}
.contacts__address {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contacts__numberLink {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #000;
  line-height: 1.2;
  text-decoration: none;
}
.contacts__phone {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #000;
  line-height: 1.2;
}
.contacts__email {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #000;
  line-height: 1.2;
}
.contacts__mailLink {
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #be934b;
  line-height: 1.2;
}
.contacts__feedback {
  margin-top: 35px;
}
.contacts__feedbackTitle {
  font-size: 2.5rem;
  font-family: "cuprumregular";
  color: #000;
  line-height: 1.2;
}
.contacts__formGroup {
  margin-top: 25px;
}
.contacts__formLabel {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
  color: #2b2a29;
}
.contacts__formInput {
  width: 100%;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e5e0d8;
  padding: 8px 0;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacts__formArea {
  width: 100%;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e5e0d8;
  padding-left: 15px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 90px;
}
.contacts__formSubmit {
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px 37px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  font-family: 'noto_sansbold';
  font-size: 1.4rem;
  color: #fff;
  background: url("../img/buttonBrown_bg.png");
  background-size: 100% 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.contacts__formSubmit:hover {
  background: url("../img/buttonBrownHover_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rooms {
  padding-bottom: 10px;
}
.rooms__sliderList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rooms__sliderItem {
  display: inline-block;
  margin-right: -4px;
}
/*
.rooms__sliderItem:first-child {
  width: 120px;
}
.rooms__sliderItem:last-child {
  width: 120px;
}
.rooms__sliderItem:nth-child(2) {
  width: 724px;
}*/
.rooms__roomSlider {
  position: relative;
}
.rooms__imgBlock {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 726px;
  height: 100%;
  background: rgba(255,255,255,0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.rooms__title {
  font-size: 3.0rem;
  font-family: "cuprumregular";
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  text-decoration: underline;
}

.rooms__title:hover  {
        text-decoration: none;
     	cursor: pointer;
}

.rooms__price {
  font-size: 1.2rem;
  font-family: "noto_sansbold";
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.rooms__linkToAll {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rooms__linkToAllIco {
  margin-right: 5px;
}
.rooms__linkToAllLink {
  font-size: 1.2rem;
  font-family: "noto_sansbold";
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.rooms__linkToAllLink:hover {
  text-decoration: underline;
}


.rooms__button {
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px 10px;
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-family: 'noto_sansbold';
  font-size: 1.1rem;
  color: #fff;
  background: url("../img/buttonBrown_bg.png");
  background-size: 100% 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.rooms__button:hover {
  background: url("../img/buttonBlue_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rooms__button:hover .rooms__buttonLink {
  color: #000;
}
.rooms__buttonLink {
  width: 100%;
  height: 100%;
  font-family: 'noto_sansbold';
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.rooms__textBlock {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 1.4rem;
  font-family: "noto_sansregular";
}
.rooms__room {
  margin-bottom: 20px;
}
.novisible{
    visibility: hidden;
}

#ui-datepicker-div
{
  font-size : 1.2rem;
}

    .rooms__sliderList .owl-nav {
      height: 0;
      position: absolute;
      top: 50%;
      width: 100%;
     }
      .rooms__sliderList .owl-nav .owl-prev {
        float: left;
        width: 21px;
        width: 28px;/*new*/
        height: 40px;
        height: 44px;/*new*/
        background: url("../img/pagination_before.png") no-repeat;
        background: url("../img/slider-arrow-left.png") no-repeat;/*new*/ }
      .rooms__sliderList .owl-nav .owl-next {
        float: right;
        width: 21px;
        width: 28px;/*new*/
        height: 40px;
        height: 44px;/*new*/
        background: url("../img/pagination_after.png") no-repeat;
        background: url("../img/slider-arrow-right.png") no-repeat;/*new*/ }
      
  .btn.hd{
        color: #c4bcb2;
        cursor: pointer;
        font-size: 1.6rem;
        line-height: 1.2;
  }