@charset 'UTF-8';
/*grid start*/
.container {
    width: 100%;
    padding-right:15px;
    position: relative;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
  }
  @media (max-width:991px){
    .container {
      max-width:720px;
    }
  }
  @media (max-width:767px){
    .container {
      max-width:540px;
    }
  }
  @media screen and (min-width: 992px) {
    body .container{
    max-width: 90vw;
    padding-right:15px;
    position: relative;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
  }
  }
  @media screen and (min-width: 1440px) {
    body .container{
    max-width: 1280px;
    padding-right:15px;
    position: relative;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
  }
  }
  /*grid end*/
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@font-face {
  font-style: normal;
  font-family: Stolzl-Light;
  font-display: swap;
  src: url(.././fonts/Stolzl-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: Stolzl-Regular;
  font-display: swap;
  src: url(.././fonts/Stolzl-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
  *, html {
    line-height: 1.3;
    font-size: 1.1rem;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
  }
  p, ul, li, div {
    font-weight: 300;
    font-family: Stolzl-Light,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
.center {
    text-align: center;
}
.white {
  color: #fff;
}
.margin-bottom {
    margin-bottom: 50px;
}
a {
    text-decoration: none;
}
.parallax-block .block-title, .parallax-block .block-title > a {
    font-size: 60px;
    max-width: 50%;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-family: Stolzl-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  }
  .parallax-block h1 {
  color: #fff;
  }
  /*header start*/
    .header__mobile-icon {
      display: none;
    }
    
    .header__mobile__menu {
      text-align: center;
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999999999;
      background: white;
      width: 100%;
      height: 100%;
    }
    .first-block .button {
      width: auto;
      cursor: pointer;
      font-weight: 700;
  }
    
    body .header__sticky .header__wrapper {
      padding-top: 0;
    }
    
    body .header-bottom.header__sticky {
      top: 0;
      left: 0;
      z-index: 999;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: fixed;
      -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      width: 100%;
      background-color: black;
      color: white;
    }
    
    .header__sticky .header__phone {
      margin: 0;
    }
    
    .header__sticky .header__mobile-icon .header__mobile-icon_line-1, .header__sticky .header__mobile-icon .header__mobile-icon_line-2, .header__sticky .header__mobile-icon .header__mobile-icon_line-3 {
      width: 35px;
      height: 4px;
      margin-bottom: 7px;
    }
    
    /* .header__logo img {
      max-height: 70px;
    } */
    
    .header__logo-mobile {
      display: none;
    }
    
    /* .header__sticky .header__logo img {
      width: 100px;
    } */
    
    /* .header__wrapper > .header__logo > img {
      width: 105px;
      height: auto;
    } */
    
    .header__mobile__close-button {
      display: none;
    }
    
    .header__wrapper .header__menu {
      margin: 0 auto;
      text-align: center;
    }
    
    .header__mobile__menu .header__menu-link {
      color: #1f2132;
      display: block;
      font-size: 24px;
      text-transform: capitalize;
      margin-bottom: 25px;
    }
    
    .header__menu-flex .header__menu-link:not(:first-child) {
      margin-top: 20px;
    }
    
    .menu-opened #header__mobile__menu-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      display: none;
      z-index: 999999;
      cursor: pointer;
      height: 50px;
      text-align: center;
      margin: auto;
      background: white;
    }
    /*header end*/
    /*parallax block start*/
.parallax-block {
  position: relative;
  height: 100%;
  min-height: 75vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.parallax-block .block-subtitle {
  font-size: 18px;
  color: #fff;
  margin: 10px 0 70px;
}
.parallax-block  .form-row__text {
  color: #fff;
  font-weight: 700;
}
.parallax-bg {
    background-color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #000));
    background: -o-linear-gradient(top, transparent 0%, #000 60%);
    background: linear-gradient(to bottom, transparent 0%, #000 60%);
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.parallax-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.parallax-block .parallax-block-text {
  color: #fff;
  font-size: 25px;
  -ms-transform:translate(-50%, -50%);
  line-height:1.5;
  z-index: 4;
  margin: auto;
  padding: 20px 0;
}
/*header parallax start*/
body .header, body .header__slide-wrapper{ height: auto;}
.header__slider {
  background: #000;
  position: relative;
  height: 60vh;
}
.header__slider img{
  height: 60vh;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  opacity: 0.7;
}
.header__slider img.object_position{
  object-position: top;
}
.header__slide__hotel_name{
  font-size: 60px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #ffba42;
}
.header__slide__hotel_description{
  font-size: 35px;
  margin-bottom: 20px;
  font-family: Stolzl-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  color: #fff;
}
.header__slide__content .button{
  width: fit-content;
}
.header__slide{
  position: relative;
}
.header__slide__content{
  position: absolute;
  top: 50%;
  left: calc(100vw - 90%);
  transform: translateY(-50%);
}
.stars{
  color: #ffba42;
}
/* .header__slider:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4)
} */
.parallax-block .parallax-text {
  text-transform: uppercase;
  width: 50%;
  margin: auto;
  font-size: 45px;
}
.arrow-wrapper{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.search_form{
  width: 100%;
  background: #fafafa;
}
.header-bottom.header__sticky .search_form{
  display: none;
}
body .header{
  border-bottom: 1px solid #ffba42;
}
.arrow-wrapper img:last-child{
margin-left: 10px;
}
.arrow-wrapper img{
  width: 64px;
  height: 64px;
  object-fit: cover;
  filter: invert(1);
  cursor: pointer;
  }
  @media(max-width: 1200px){
    .header__slider {
      height: 70vh;
    }
    .header__slider .header__slide-wrapper img{
      height: 70vh;
    }
  }
  @media(max-width: 991px){
    .header__slide__content {
      top: 50%;
      left: 0;
  }
  .header__slider {
    height: 55vh;
  }
  .header__slider .header__slide-wrapper img{
    height: 55vh;
  }
  .header__slide__hotel_name{
    margin-top: 0;
  }
  .arrow-wrapper{
    right: 20px;
    bottom: 20px;
    transform: translateX(-50%);
    transform: none;
  }
  .arrow-wrapper img {
    width: 55px;
    height: 55px;
  }
  }
@media (max-width: 767px) {
  .header__slide__content{
    top: 50%;
    left: 0;
  }
  .header__slide__hotel_name{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .header__slide__hotel_description{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .parallax-block .parallax-block-text{
      width: 100%;
      padding: 20px 15px;
  }
   .parallax-block .parallax-block-text .block-title, .parallax-block .parallax-block-text .block-title > a {
      line-height: 1;
      text-align: left;
      font-size: 36px;
      max-width: 100%;
   }
   .parallax-block .parallax-text {
  text-transform: uppercase;
  width: 100%;
  margin: auto;
  font-size: 20px;
}
.header__slider {
  height: 48vh;
}
.header__slider .header__slide-wrapper img{
  height: 48vh;
}
.header__slider img.object_position{
  object-position: right;
}
}
.parallax-block .breadcrumbs-wrapper {
  position: static;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  z-index: 3;
  background-color: rgba(0,0,0,0.25);
}
.parallax-block .input {
  width: 100%;
  z-index: 99;
  border-color: #fff;
  color: #fff;
}
.parallax-block form input::-webkit-input-placeholder {
    color: #fff;
}

.parallax-block form input::-moz-placeholder {
    color: #b9b6b6;
}

.parallax-block form input:-ms-input-placeholder {
    color:#b9b6b6;
}

.parallax-block form input::-ms-input-placeholder {
    color: #b9b6b6;
}

.parallax-block form input::placeholder {
    color:#b9b6b6;
}
/*block parallax end*/
/* начало новой формы для travelline */
.sf__fields-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0 auto;
  padding: 5px 0 15px 0;
  position: relative;
}
.header_bottom__sf-wrapper{
  display: none;
}
.header-bottom .sf__fields-wrapper{
  padding: 0px;
}
.sf__field-wrapper {
  position: relative;
  margin-right: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.sf__submit-button.button{
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 8px;
}
.sf__arrival_date-wrapper, .sf__departure_date-wrapper{
  z-index: 9;
}
.header-bottom .sf__field-wrapper {
  z-index: 9;
}
.sf__fields-wrapper .sf__field-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.sf__fields-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sf__fields-wrapper input[type="text"], .sf__fields-wrapper select{
  color: #000;
  background: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #000;
  user-select: none;
  min-width: 0;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  line-height: 19px;
  height: 45px;
  padding: 19px 15px 5px 15px;
  font-family: Stolzl-Light,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}
.sf__fields-wrapper select option{
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  font-family: Stolzl-Light,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  color: #000;
}
.sf__fields-wrapper select{
  -webkit-appearance: none;
  padding: 19px 35px 5px 15px;
}
.sf__fields-wrapper .sf__arrival_date-wrapper .sf__calendar_button {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck-in-date%3C%2Ftitle%3E%3Cg%20id%3D%22check-in-date%22%3E%3Cpath%20id%3D%22check-in-date-2%22%20data-name%3D%22check-in-date%22%20class%3D%22cls-1%22%20d%3D%22M19%2C3H18V2a1%2C1%2C0%2C0%2C0-1-1H16a1%2C1%2C0%2C0%2C0-1%2C1V3H9V2A1%2C1%2C0%2C0%2C0%2C8%2C1H7A1%2C1%2C0%2C0%2C0%2C6%2C2V3H5A2%2C2%2C0%2C0%2C0%2C3%2C5V19a2%2C2%2C0%2C0%2C0%2C2%2C2H19a2%2C2%2C0%2C0%2C0%2C2-2V5A2%2C2%2C0%2C0%2C0%2C19%2C3ZM9%2C19H5V16H9Zm0-8H5V8H9Zm5%2C8H10V16h4Zm0-4H10V12h4Zm0-4H10V8h4Zm5%2C8H15V16h4Zm0-4H15V12h4Zm0-4H15V8h4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.sf__fields-wrapper .sf__departure_date-wrapper .sf__calendar_button {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck-out-date%3C%2Ftitle%3E%3Cg%20id%3D%22check-out-date%22%3E%3Cpath%20id%3D%22check-out-date-2%22%20data-name%3D%22check-out-date%22%20class%3D%22cls-1%22%20d%3D%22M3%2C5V19a2%2C2%2C0%2C0%2C0%2C2%2C2H19a2%2C2%2C0%2C0%2C0%2C2-2V5a2%2C2%2C0%2C0%2C0-2-2H18V2a1%2C1%2C0%2C0%2C0-1-1H16a1%2C1%2C0%2C0%2C0-1%2C1V3H9V2A1%2C1%2C0%2C0%2C0%2C8%2C1H7A1%2C1%2C0%2C0%2C0%2C6%2C2V3H5A2%2C2%2C0%2C0%2C0%2C3%2C5ZM15%2C16h4v3H15Zm0-8h4v3H15Zm-5%2C8h4v3H10Zm0-4h4v3H10Zm0-4h4v3H10ZM5%2C16H9v3H5Zm0-4H9v3H5ZM5%2C8H9v3H5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.sf__fields-wrapper .sf__guests__field-wrapper:after {
  display: block;
  filter: invert(1);
  cursor: pointer;
  margin: 6px 6px 2px -24px;
  width: 24px;
  height: 42px;
  right: 0;
  bottom: 0;
  opacity: .73;
  content: ' ';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%20%7B%20fill%3A%20%23ffffff%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M13.09%2C21H10.91C5.45%2C21%2C5%2C19.85%2C5%2C19.85a7%2C7%2C0%2C0%2C1%2C.3-2c.42-1%2C.69-1.42%2C2.49-2.08s2.42-1.56%2C2.51-1.88V12.68A6.45%2C6.45%2C0%2C0%2C1%2C8.57%2C8.46C8.57%2C5.49%2C10.27%2C4%2C12%2C4s3.43%2C1.53%2C3.43%2C4.46a6.45%2C6.45%2C0%2C0%2C1-1.73%2C4.22v1.17c.08.32.74%2C1.23%2C2.51%2C1.88s2.07%2C1.11%2C2.49%2C2.08a7%2C7%2C0%2C0%2C1%2C.3%2C2S18.52%2C21%2C13.09%2C21Z%22%2F%3E%3C%2Fsvg%3E);
}
.sf__fields-wrapper .sf__arrival_date-wrapper .sf__calendar_button, .sf__fields-wrapper .sf__departure_date-wrapper .sf__calendar_button, .sf__fields-wrapper .sf__arrow_button {
  display: block;
  filter: invert(1);
  cursor: pointer;
  margin: 6px 6px 2px -24px;
  width: 24px;
  height: 42px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  opacity: .73;
  z-index: -1;
}
.sf__fields-wrapper .sf__arrow_button {
  background-image: url(https://static.mghotels.ru/taganskaya/icons/arrow-down.png);
  width: 15px;
  margin: 6px 10px 2px -24px;
  filter: none;
}
.sf__fields-wrapper .sf__promocode-wrapper .sf__promocode-text {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  font-size: 12px;
  line-height: 19px;
  padding: 19px 15px;
  border: 1px solid transparent;
}
.sf__submit-wrapper{
  width: 100%;
}
/* .sf__fields-wrapper .sf__submit-wrapper .sf__submit-button {
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 13.5px;
  font-weight: bold;
  font-style: normal;
  display: block;
  text-transform: none;
  color: #000000;
  height: 59px;
  background-color: #ffba42;
  background-image: -webkit-linear-gradient(bottom, #ffba42, #ffba42);
  background-image: linear-gradient(to top, #ffba42, #ffba42);
  border: 1px solid;
  border-color: rgba(255,255,255,0.16);
  border-top-color: rgba(255,255,255,0.16);
  border-top-width: 1px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0%), 0 1px 0 0 rgb(255 255 255 / 0%) inset;
  text-shadow: 0 0 0 rgb(0 0 0 / 0%);
  padding: 20px;
  cursor: pointer;
  white-space: normal;
  min-width: 168px;
  width: 100%;
  text-align: center;
} */
.sf__fields-wrapper .sf__promocode-wrapper>* {
  opacity: 0;
}
.sf__fields-wrapper .sf__promocode-wrapper.show_input>* {
  opacity: 1;
}
.sf__fields-wrapper>* {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 auto;
  flex: 3 1 auto;
}
.sf__fields-wrapper .sf__arrival_date-wrapper:hover .sf__calendar_button, .sf__fields-wrapper .sf__departure_date-wrapper:hover .sf__calendar_button, .sf__fields-wrapper .sf__guests__field-wrapper:hover:after {
  opacity: 1;
}
.sf__fields-wrapper .sf__promocode-wrapper .sf__promocode-text:hover {
  background: rgba(255,255,255,0.2);
}
/* .sf__fields-wrapper .sf__submit-wrapper .sf__submit-button:hover {
  color: #000000;
  background-color: #ffc96b;
  background-image: -webkit-linear-gradient(bottom, #ffc96b, #fce4ba);
  background-image: linear-gradient(to top, #ffc96b, #fce4ba);
  border: 1px solid rgba(255,255,255,0.16);
  border-top-width: 1px;
  border-top-color: rgba(255,255,255,0.16) !important;
} */
.relative_field{
  position: relative;
}
.sf__guests_popup{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.header-bottom .search_form{
  border-top: 1px solid #ffba42;
}
.header .header-bottom .container {
  padding: 10px 15px 15px 15px;
}
@media(min-width: 991px){
  .sf__fields-wrapper {
    flex-direction: row;
    padding: 10px 1px 10px 1px;
  }
  .sf__field-wrapper {
    margin-right: 15px;
    margin-top: 0;
  }
  .sf__fields-wrapper .sf__field-label {
      position: absolute;
      top: -27px;
      left: 0;
      padding: 0;
      height: 12px;
  }
  .sf__fields-wrapper .sf__promocode-wrapper .sf__promocode-text {
    margin-top: 0;
    font-size: 10px;
    padding: 19px 0;
  }
  .sf__submit-button.button {
    padding: 17px;
    font-size: 12px;
    margin-top: 0;
}
}
@media(min-width: 1201px){
  .header-bottom.header__sticky .search_form{
    display: block;
  }
  .header .header-bottom .container {
    padding: 5px 0;
}
  .sf__fields-wrapper .sf__promocode-wrapper .sf__promocode-text {
    margin-top: 0;
    font-size: 12px;
    padding: 19px 15px;
  }
  .sf__field-wrapper {
    margin-right: 24px;
  }
  .sf__submit-button.button {
    padding: 17px;
    font-size: 16px;
}
}
/* конец новой формы для travelline */
/* начало новой формы для travelline */
body .date-picker-wrapper .month-wrapper table .day, .date-picker-wrapper *{
  font-size: 12px;
  font-family: 'Stolzl-Regular';
  color: #000;
}
body .date-picker-wrapper{
  z-index: 99;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 5px;
}
body .date-picker-wrapper .month-wrapper{
  border: none;
}
/* body .date-picker-wrapper .month-wrapper table{
width: 30%;
} */
body .date-picker-wrapper .month-wrapper table.month2{
  margin-left: 1.5rem;
  }
body .date-picker-wrapper .gap{
  display: none;
}
body .date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #ffba42;
}
body .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #ffba42;
}
body .date-picker-wrapper .first-date-selected, body .date-picker-wrapper .last-date-selected {
  background-color: #ffba42!important;
  color: #000!important;
}
body .drp_top-bar{
  display: none;
}
body .date-picker-wrapper table .caption .next, body .date-picker-wrapper table .caption .prev{
  font-family: monospace;
  font-size: 25px;
  color: #000;
}
body .date-picker-wrapper table .caption .next:hover, body .date-picker-wrapper table .caption .prev:hover{
  color: #000;
  background-color: #fff;
}
body .date-picker-wrapper .month-wrapper table .day{
  height: 45px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    cursor: pointer;
}
body .date-picker-wrapper .month-wrapper table .invalid{
  cursor: not-allowed;
  background-color: #ebebeb;
  }
body .date-picker-wrapper table .caption{
  margin-bottom: 10px;
}
body .date-picker-wrapper .month-wrapper table .week-name th {
  height: 45px;
    width: 45px;
}
.sf__fields-wrapper input:focus-visible {
  outline: none;
}
/* .show_input{
  margin-bottom: 15px;
} */
body .date-picker-wrapper .month-wrapper table {
  width: 100%;
}
@media(min-width: 480px){
  body .date-picker-wrapper .month-wrapper table {
    width: 190px;
  }
  body .date-picker-wrapper .month-wrapper table .day{
    width: 45px;
}
}
@media(min-width: 991px){
  body .date-picker-wrapper .month-wrapper table .day{
    height: 45px;
    width: 45px;
  }
  body .date-picker-wrapper .month-wrapper table .week-name th {
    height: 45px;
    width: 45px;
  }
  .show_input{
    margin-bottom: 0;
  }
}
.sf__guests_popup p, .sf__guests_popup span, .sf__guests_popup div{
  font-size: 12px;
  font-family: 'Stolzl-Regular';
}
.sf__guests_popup__container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, .24);
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .24);
	border-radius: 5px;
	position: relative;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 20px 24px;
	font: 12px Arial, sans-serif;
	line-height: 15px;
	color: #3d3d3d;
	width: 300px;
	min-height: 268px
}

.sf__guests_popup__container .sfl-loader {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% + 20px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sf__guests_popup__container.loading {
	cursor: progress
}

.sf__guests_popup__container.loading .sfl-loader {
	display: block
}

.sf__guests_popup__container.loading .sfl-loader svg {
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite
}

.sf__guests_popup__container.loading .sfl-guests-control-add-room,
.sf__guests_popup__container.loading .sf__guests_popup__controls,
.sf__guests_popup__container.loading .sf__guests_popup__rooms {
	display: none!important
}

.sf__guests_popup__container div:focus {
	outline: 2px solid #fda908
}

.sf__guests_popup__container .sf__guests_popup__header {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(61, 61, 61, .24)
}

.sf__guests_popup__container .sf__guests_popup__header .sf__guests_popup__title {
	font-size: 18px;
	font-weight: 600
}

.sf__guests_popup__container .sf__guests_popup__header .sfl-guests-note {
	display: none;
	margin-top: 13px;
	font-size: 11px;
	background: rgba(251, 192, 45, .09);
	border: 1px solid #fbc02d;
	color: #c68d00;
	padding: 12px;
	font-weight: 700
}

.sf__guests_popup__container .sf__guests_popup__header .sfl-guests-note [data-message] {
	display: none;
	text-transform: uppercase
}

.sf__guests_popup__container .sf__guests_popup__room {
	padding: 10px 0 24px;
	border-bottom: 1px solid rgba(61, 61, 61, .24)
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__room__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__room__header .sf__guests_popup__room__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-weight: 600;
	line-height: 32px;
	white-space: nowrap
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__room__header .sf__guests_popup__room__title .sf__guests_popup__room__number {
	padding-left: 5px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__room__header .sf__guests_popup__room__remove {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__room__header .sf__guests_popup__room__remove .sf__guests_popup__room__remove_button {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fda908%22%20d%3D%22M15%2C9H13v9h2ZM11%2C9H9v9h2Zm9-5V6H19V20a2%2C2%2C0%2C0%2C1-2%2C2H7a2%2C2%2C0%2C0%2C1-2-2V6H4V4H9V3a1%2C1%2C0%2C0%2C1%2C1-1h4a1%2C1%2C0%2C0%2C1%2C1%2C1V4ZM17%2C7H7V20H17Z%22%2F%3E%3C%2Fsvg%3E);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: .75
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__room__header .sf__guests_popup__room__remove .sf__guests_popup__room__remove_button:hover {
	opacity: 1
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults,
.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	max-width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults {
	padding-right: 8px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs {
	padding-left: 8px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults__title,
.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs-label {
	opacity: .8;
	padding-bottom: 5px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults__title span,
.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs-label span {
	display: none
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults__title span.-show,
.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs-label span.-show {
	display: block
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults__controls,
.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs-control {
	position: relative
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults-input,
.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs-input {
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	font-size: 21px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.sf__guests_popup__adults-input::-webkit-outer-spin-button, .sf__guests_popup__adults-input::-webkit-inner-spin-button, .sfl-guests-childs-input::-webkit-outer-spin-button, .sfl-guests-childs-input::-webkit-inner-spin-button  {
  -webkit-appearance: none;
  margin: 0;
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-note {
	position: absolute;
	top: -6px;
	-webkit-transform: translate(0%, -100%);
	-ms-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	padding: 12px;
	z-index: 1;
	border-radius: 5px;
	background: rgba(61, 61, 61, .95);
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity ease-out .3s;
	-o-transition: opacity ease-out .3s;
	transition: opacity ease-out .3s;
	pointer-events: none;
	-webkit-backdrop-filter: blur(3px)
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-note:after {
	content: ' ';
	position: absolute;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(61, 61, 61, .95)
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-note.shown {
	opacity: .9;
	pointer-events: inherit
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults-note {
	left: 0
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sf__guests_popup__adults-note:after {
	left: 55px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs-note {
	right: 0
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__select .sfl-guests-childs-note:after {
	right: 55px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 8px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-title .sf__guests_popup__child_age-title-text {
	opacity: .8
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-title .sf__guests_popup__child_age-title-note {
	opacity: .5;
	font-size: 11px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-controls {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: inherit;
	height: 32px;
	line-height: 32px;
	font-size: 17px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-remove {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 10px
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-remove .sf__guests_popup__child_age-remove-btn {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fda908%22%20%20d%3D%22M12%2C2A10%2C10%2C0%2C1%2C0%2C22%2C12%2C10%2C10%2C0%2C0%2C0%2C12%2C2Zm0%2C18a8%2C8%2C0%2C1%2C1%2C8-8A8%2C8%2C0%2C0%2C1%2C12%2C20ZM17%2C8.25%2C13.25%2C12%2C17%2C15.75%2C15.75%2C17%2C12%2C13.25%2C8.25%2C17%2C7%2C15.75%2C10.75%2C12%2C7%2C8.25%2C8.25%2C7%2C12%2C10.75%2C15.75%2C7Z%22%2F%3E%3C%2Fsvg%3E);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: .75
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-remove .sf__guests_popup__child_age-remove-btn:hover {
	opacity: 1
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-error {
	display: none;
	background: #cc2d2d;
	color: #fff;
	border-radius: 5px;
	padding: 6px 9px;
	position: relative;
	margin: 6px 0 0;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age .sf__guests_popup__child_age-error:before {
	content: ' ';
	position: absolute;
	border-color: transparent transparent #cc2d2d;
	border-width: 6px;
	border-style: solid;
	right: 50px;
	bottom: 100%
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age.-invalid .sf__guests_popup__child_age-input {
	border-color: #cc2d2d
}

.sf__guests_popup__container .sf__guests_popup__room .sf__guests_popup__child_age.-invalid .sf__guests_popup__child_age-error {
	display: block
}

.sf__guests_popup__container .sf__guests_popup__room:first-child .sf__guests_popup__room__remove_button {
	display: none
}

.sf__guests_popup__container .sf__guests_popup__input {
	border-radius: 5px;
	border: 1px solid rgba(61, 61, 61, .38);
	background: #fff;
	color: #3d3d3d;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.sf__guests_popup__container .sf__guests_popup__step {
	position: absolute;
	top: 0;
	margin: 8px;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background-color: rgba(253, 169, 8, .09);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fda908;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.sf__guests_popup__container .sf__guests_popup__step.-disabled {
	background-color: rgba(61, 61, 61, .09);
	pointer-events: none
}

.sf__guests_popup__container .sf__guests_popup__step.-disabled:hover {
	background-color: rgba(61, 61, 61, .09)
}

.sf__guests_popup__container .sf__guests_popup__step:hover {
	background-color: rgba(253, 169, 8, .17)
}

.sf__guests_popup__container .sf__guests_popup__step-minus {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fda908%22%20d%3D%22M19%2011H13H11H5V13H11H13H19V11Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
	left: 0
}

.sf__guests_popup__container .sf__guests_popup__step-minus.-disabled {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%229e%22%20d%3D%22M19%2011H13H11H5V13H11H13H19V11Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E)
}

.sf__guests_popup__container .sf__guests_popup__step-plus {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fda908%22%20d%3D%22M19%2011H13V5H11V11H5V13H11V19H13V13H19V11Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
	right: 0
}

.sf__guests_popup__container .sf__guests_popup__step-plus.-disabled {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%229e%22%20d%3D%22M19%2011H13V5H11V11H5V13H11V19H13V13H19V11Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E)
}

.sf__guests_popup__container .sf__guests_popup__child_age-select {
	font-size: 14px;
	padding: 0 30px 0 12px;
	height: 40px;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2212%22%20height%3D%226%22%20viewBox%3D%220%200%2012%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6%206L0%200H12L6%206Z%22%20fill%3D%22%23fda908%22%2F%3E%0A%3C%2Fsvg%3E);
	background-position: right 14px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	text-align: left;
	cursor: pointer
}

.sf__guests_popup__container .sf__guests_popup__child_age-select option {
	color: #3d3d3d;
  font-size: 14px;
  color: #000;
  background: white;
}

.sf__guests_popup__container .sf__guests_popup__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 24px
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button-wrapper {
	min-width: 104px;
	outline: 0
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button-wrapper.sf__guests_popup__controls__room_button-wrapper {
	margin-right: 16px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	height: 40px;
	width: 100%
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button span {
	display: inline-block;
	max-width: 100%
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button.sf__guests_popup__controls__add_room {
	background: rgba(253, 169, 8, .09);
	color: #fda908;
	font-weight: 400
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button.sf__guests_popup__controls__add_room:hover {
	background: rgba(253, 169, 8, .17)
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button.sf__guests_popup__controls__apply_button {
	background: #fda908;
	color: #fff;
	font-weight: 600
}

.sf__guests_popup__container .sf__guests_popup__controls .sf__guests_popup__controls__button.sf__guests_popup__controls__apply_button:hover {
	background: rgba(253, 169, 8, .92)
}
.sf__guests_popup__container .sf__guests_popup__child_age:first-child {
  margin-top: 15px;
}
.sf__guests_popup__container .sf__guests_popup__child_age:not(:last-child) {
  margin-bottom: 8px;
}
/* конец новой формы для travelline */
.form__input_wrapper.active .input-label {
  font-size: 10px;
  top: 20%;
  left: 15px;
  opacity: 1;
  z-index: 9;
}
.form__input_wrapper{
  position: relative;
  height: 100%;
  display: flex;
  width: 100%;
}
.relative_field.form__input_wrapper {
  display: block;
}
.form__input_wrapper .input-label{
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
form .input-field:not(.input-field:first-child), form .insert_date{
  margin-top: 20px;
}
.form__input_wrapper .iti{
  width: 100%;
}
body .sf__field-wrapper.active .input-label{
color: #000;
top: 30%;
}
body .sf__field-wrapper.form__input_wrapper .input-label{
  color: #000;
  }
  body .sf__field-wrapper.active .input-label{
    top: 30%;
    }
    body .header-bottom .sf__field-wrapper.active .input-label{
      top: 26%;
      }
@media(max-width: 767px){
  .form__input_wrapper.active .input-label {
    font-size: 9px;
    left: 15px;
  }
}
div.block-title {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
      align-items: baseline;
      flex-wrap: wrap;

}
.block-title, .block-title > a{
    color: #000;
    font-size: 60px;
    line-height: 1.8em;
    position: relative;
    padding: 50px 0 0 0;
    font-weight: normal;
    font-family: Stolzl-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}
.center .block-title, .parallax-block-text .block-title{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
    .header__menu .header__socials{
        display: none;
      }
    @media (max-width:1200px){
        .dropdown__arrow{
          display: block;
        }
        body .header .header__menu .dropdown{
          width: 250px;
          margin-left: auto;
          margin-right: auto;
        }
        .dropdown-child{
          background-color: #fff;
          position: static;
          -webkit-transform: unset;
              -ms-transform: unset;
                  transform: unset;
          margin: auto;
          max-width: 200px;
        }
        .parallax-bg {
          background: #000;
        }
        .header__menu{
          display: none;
        }
        body .menu-opened .header__menu-link.link__yellow {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
            margin: 0px auto;
            margin-left: auto !important;
        }
        .header__mobile-icon .header__mobile-icon_line-1, .header__mobile-icon .header__mobile-icon_line-2, .header__mobile-icon .header__mobile-icon_line-3 {
          width: 35px;
          height: 4px;
          background-color: #ffffff;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          margin-bottom: 7px;
        }
        .header__socials {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 20px auto;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
        }
        
        .header__socials a {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          vertical-align: middle;
          margin: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
        .s-content h1 {
          color: #474747;
      }
        .header-bottom .header__socials{
          display: none;
        }
        body .menu-opened .header__phone-mobile, body .menu-opened .header__socials {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
        body .menu-opened .header__socials{
          margin: 30px auto;
        }
        body .header__mobile-icon {
          display: block;
        }
        body .menu-opened .menu__element-first {
          padding-top: 100px;
        }
        body .menu-opened .header__logo-mobile {
          display: block;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0 auto;
        }
        body .menu-opened .header__menu-link {
          color: black;
          color: #1f2132;
          font-size: 24px;
          font-weight: 500;
          line-height: 30px;
          text-transform: capitalize;
        }
           body .menu-opened .header__menu .header__menu-link.active:not(.dropdown .header__menu-link.active) {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
          margin-left: auto;
          margin-right: auto;
          }
        body .menu-opened .header__menu {
          overflow-y: scroll;
          -webkit-overflow-scrolling:touch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 999999999;
          background: white;
          width: 100%;
          height: 100%;
        }
        .header__wrapper .header__menu {
          display: none;
        }
        body .header__menu > .header__menu-link:not(:first-child), body .header__menu > .dropdown{
          margin-left: 0;
          margin-top: 20px;
          text-align: center;
        }
        .menu-opened .header__menu-link:hover:after {
          width: 0;
        }
        .header__wrapper {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }
        body .menu-opened #header__mobile__menu-close {
          position: absolute;
          top: 0;
          right: 0;
          width: 50px;
          display: none;
        }
        body .menu-opened #header__mobile__menu-close img {
          display: block;
          margin-left: 20%;
          margin-top: 10%;
          width: 30px;
          height: auto;
        }
        /*header end*/
      }
      @media (max-width:1200px){
        body .menu-opened .header__logo-mobile img{
          width: 200px;
          height: auto;
          filter: brightness(0.5);
        }
        /*header end*/
      }
      /*new header*/
.header .header-top {
    background: #d6d6d6;
    padding: 6px 0;
    position: relative;
}
.header .header-top .header-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #d6d6d6;
    justify-items: center;
}
.header-top__left .header-top__metro {
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-top__left div, .header-top__left a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.header .header-top>.container, .header .header-bottom>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header .header-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #000;
  padding: 10px 0 0 0;
  border-top: 1px solid #ffba42; 
  border-bottom: 1px solid #ffba42; 
  /*  -o-border-image: -o-radial-gradient( circle, #fdf09d, #b56a1f);
       border-image: radial-gradient( circle, #fdf09d, #b56a1f);
    -webkit-border-image: -webkit-radial-gradient(circle, #fdf09d, #b56a1f);
    border-image-slice: 1;border-image-width: 3px 0;*/
}
.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5px;
}
.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 30px;
}
.header__socials a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__socials svg:hover {
    fill:#ffba42;
}
.header__socials svg{
  width: 30px;
  height: 30px;
}
.header__socials svg.vk__icon{
  height: 44px;
  width: 43px;
}
@media (max-width: 320px){
  .header__socials a {
    margin: 0 20px;
}
}
.header__phone {
    white-space: nowrap;
    color: #ffba42;
    font-size: 22px;
    font-weight: 500;
}
.header__phone span {
  font-size: 22px;
    font-weight: 300;
}
.header__phone:hover, .header__phone:hover svg, .header__phone:hover span  {
   color: #fff;
   fill: #fff;
}
.header__menu-link {
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
}
.header__menu-link.not__link {
    display: inline;
}
.header__menu-link:not(.link__yellow):after {
    left: 50%;
    width: 0;
    bottom: -4px;
    height: 2px;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
        transform: translate(-50%);
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    background-color: #ffba42;
}
.header__menu-link.active:after{
    width: 100%;
}
.header__menu-link:hover:after {
    width: 100%;
}
.header__menu > .header__menu-link:not(:first-child), .header__menu > .dropdown{
    margin-left: 20px;
}
.header__menu > .header__menu-link:first-child {
    padding: 6px;
    background: #ffba42;
    color: #000;
    border-radius: 10px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .header__logo img {
    width: 150px;
  }
  .header__menu > .header__menu-link:not(:first-child), .header__menu > .dropdown {
    margin-left: 8px;
}
}
@media (max-width: 767px) {
  .header__logo > img {
    width: 120px;
}
.header__sticky .header__phone{
  margin: 0 5px;
}
  .header-top__left div, .header-top__left a {
    font-size: 10px;
    color: #000;
}
.header__phone span {
  font-size: 16px;
}
.room__col .numbers-tile__button, .sliderrooms .numbers-tile__button{
  display: inline-block;
  width: 100%;
}
}
/*new header*/

/*new sticky*/
@media (min-width: 1201px) and (max-width: 1400px) {
.header__sticky .header__phone span {
  font-size: 18px;
}
.header__sticky .header__menu-link:not(.link__yellow) {
  font-size: 16px;
}
}
@media (min-width: 1201px) {
/* .header__sticky .header__logo img {
    max-width: 100px;
} */
.header__sticky .header-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
}
.header__sticky  .header__menu > .header__menu-link:not(:first-child),.header__sticky .header__menu > .dropdown {
    margin-left: 10px;
}
.header__sticky .header__menu-link:not(.link__yellow), .header__sticky .header__phone span {
  font-size: 18px;
}
/*.header__sticky .header__phone span {
    display: none;
}*/
.header__sticky .header__phone {
    margin-left: 20px;
}
}
/*new sticky end*/
/*page offers start*/
.offers_accordion {
    padding: 50px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .offers_accordion .accordion_item {
      background-size: cover;
      margin: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-shadow: 0px 15px 113px rgba(0,0,0,0.15);
              box-shadow: 0px 15px 113px rgba(0,0,0,0.15);
  }
  .layout {
      position: absolute;
      background: -o-linear-gradient(45deg, #1f2844f0, transparent);
      background: linear-gradient(45deg, #1f2844f0, transparent);
      width: 100%;
      height: 100%;
  }
  .accordion_item__text {
      height: auto;
      margin: auto auto 0 auto;
      padding: 15px;
      color: #fff;
      z-index: 1;
      width: 100%;
  }
  .accordion_item__description a {
      color: #ffc260;
      line-height: 1.5;
      text-transform: uppercase;
      font-weight: 600;
  }
  .accordion_item__description p {
      font-size: 16px;
      line-height: 1.5;
  }
  .accordion_item_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 10px;
  }
  .accordion_item_buttons .button:first-child {
    width: 68%;
  }
  .accordion_item_buttons .button:last-child {
    width: 28%;
    background-color: white;
  }
  .accordion_item_buttons .button {
    padding: 4% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Stolzl-Regular';
  }
  .offers_accordion {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .offers_accordion .accordion_item{
    margin: 5px;
  }
  @media (max-width:991px){
  .offers_accordion .accordion_item {
    width: 45%;
    height: 40vw;
  }
  }
  @media (max-width:767px){
  .offers_accordion .accordion_item {
      width: 100vw;
      height: auto;
      min-height: 360px;
  }
  .offers_accordion {
            justify-content: center;
  }
  .offers_accordion .accordion_item{
    margin: 5px 0;
  }
  }
  
  @media screen and (min-width: 992px) {
  .offers_accordion .accordion_item {
      width: 42vw;
      height: 42vw;
  }
  }
  
  @media screen and (min-width: 1200px) {
  .offers_accordion .accordion_item {
      width: 28vw;
      height: 28vw;
      max-height: 405px;
      max-width: 405px;
  }
  }
  .button {
    padding: 19px 50px;
    border: none;
    font-size: 16px;
    line-height: 19px;
    background-color: #ffba42;
    color: #000;
    font-family: 'Stolzl-Regular';
    display: block;
}
.numbers-tile__button {
    padding: 11px 35px;
    border: 2px solid #aaadb4;
    background-color: transparent;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Stolzl-Regular';
    font-weight: 600;
}
.numbers-tile__button.fill, .contact-form .submit-button, .button:not(.accordion_item_buttons a:last-child), .restaurant-preview__controls.fill {
    border: 2px solid #ffba42;
}
.numbers-tile__button.fill:hover, .button:hover{
    color: #ffba42;
    background: transparent;
    border: 2px solid #ffba42;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.numbers-tile__button:hover, .accordion_item_buttons .button:last-child:hover{
    border: 2px solid #ffba42;
    color: #fff;
    background-color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767px){
body .block-title, body .block-title h1, body .block-title > a {
    font-size: 32px;
    padding: 30px 0 0 0;
    line-height: 1;
    font-weight: normal;
}
}
@media (max-width: 320px){
body .block-title, body .block-title h1, body .block-title > a {
    font-size: 20px;
}
}
.hotels{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 50px 15px;
}
.hotels > div{
width: 35%;
display: flex;
flex-direction: column;
justify-content: center;
height: 27rem;
text-align: center;
margin-bottom: 50px;
}
.hotels img:not(.metro_image){
width: 30%;
margin: auto;
object-fit: cover;
height: auto;
margin-bottom: 50px;
    }
    .metro_image{
      width: 2rem;
      margin-right: 10px;
    }
    .metro_wrapper{
      display: flex;
    margin: 5px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
.hotels .button{
    width: fit-content;
    margin: 10px auto 0 auto;
}
.hotels p{
    margin: 5px 0;
}
@media(max-width: 992px){
    .hotels{
        display: flex;
        flex-direction: column;
    } 
    .hotels > div{
        height: auto;
        width: 100%;
        margin-bottom: 100px;        
        }
        .hotels img:not(.metro_image){
            margin-bottom: 25px;
                }
}
.bankets{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 0;
}
.banket-wrapper{
    width: calc(100% / 3);
    overflow: hidden;
}
.bankets .banket-wrapper:nth-child(1) .banket{
    background-image: url(../images/image1.jpeg);
}
.bankets .banket-wrapper:nth-child(2) .banket{
    background-image: url(../images/image2.jpeg);
}
.bankets .banket-wrapper:nth-child(3) .banket{
    background-image: url(../images/image3.jpeg);
    background-position: 75%;
}
.banket{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 1s;
    text-decoration: none;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.banket::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}
.banket_content {
    text-align: center;
    margin: auto;
    z-index: 99;
}
.bankets-item-name {
        font-size: 2.2vw;
    line-height: 2.25rem;
    font-weight: 600;
    color: white;
    z-index: 999;
}
.banket:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
            
@media (max-width: 1200px){
    .full-info-bankets>div:first-child, .full-info-bankets>div:last-child {
        width: auto;
    }
    .full-info-bankets-title {
        padding: 0 20px;
        text-align: center;
        font-size: 28px;
        margin: auto 0;
    }

    .banket{
        background-position: center 30%;
    }
}
@media (max-width: 991px){
    .bankets {
        height: auto;
    }
    .banket-wrapper {
        width: 50%;
        height: 200px;
    }
    .full-info-bankets {
      flex-direction: column;
  }
  body .full-info-bankets>div:first-child, body .full-info-bankets>div:last-child {
      width: 100%;
      text-align: center;
  }
  .bankets-item-name {
      font-size: 28px;
  }
  .full-info-bankets-title {
      font-size: 20px;
  }
}
@media (max-width: 767px){
  .banket-wrapper {
        width: 100%;
    }
      .hotels img:not(.metro_image){
          width: 50%;
              }
}
/*partners start*/
.partners-block{
    padding-top: 75px;
  }
  
  .partners-slider .partner{
    margin: auto;
  }
  
  .partners-row div {
  width: 33.33%;
  text-align: center;
  }
  .partners-row .partner{
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;  
    width: 140px;
    height: auto;
    margin:0 15px
  
  }
  .partners-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: center;
align-items: center;
  width: 100%;
  flex-wrap: wrap;
  }
  /*partners end*/
  /*footer*/

.footer__col.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer__col.menu a, .footer__col.menu li {color: #fff;margin: 0.25em 0;font-size: 16px;width: fit-content;} 
.footer__col.menu ul {-webkit-margin-before: 0;margin-block-start: 0;-webkit-margin-after: 0;margin-block-end: 0;-webkit-padding-start: 0;padding-inline-start: 0;list-style-type: none;}
.footer__col.menu li a {color: #c2cbd5;} 

a.footer-policy {
  text-decoration: underline;
}
.footer__col.menu a.loyalty-link {
  line-height: 2;
}
.loyalty-link {
    color: #ffc260 !important;
  }
/* footer a {color: #fff; text-decoration: none;}
footer a:hover {color: #ffc260} */
footer {
  padding: 75px 0;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
/*            background: radial-gradient(235.26px at 33.54% 44.7%, #2f3956 0%, #000 100%)*/
            background: #000;
            margin-top: 50px;
        }
        .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fill-available !important; 
    width: auto;
}
.footer__col:not(:first-child):not(:last-child) {
    padding: 0 20px;
}
p.footer-text {
    font-size: 13px;
    color: #fff;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer__item, .footer__logo {
    display: block;
    font-size: 0;
}
.footer__logo img{
min-width: 150px;
}
.footer__phone, .footer__geo {
    display: block;
    margin-bottom: 20px;
}
.footer-social__list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-social__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-social__element {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
}
.footer__subtitle {
    display: block;
    margin: 0 0 5px;
    color: #c2cbd5;
    font-size: 14px;
    line-height: 17px;
}
.footer__text {
    display: block;
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.footer__phone span {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}

.footer__phone svg, .footer__phone span {
    vertical-align: middle;
    display: inline-block;
}
.footer__geo span, .footer__geo span a {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.footer__geo svg, .footer__geo span {
    vertical-align: middle;
    display: inline-block;
}
.footer__col-info {
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.footer-text a {
    color: #fff;
}
body footer p.footer-text a {
    margin-bottom: 0;
    text-align: center;
}
.footer-text svg:hover {
    -webkit-filter: initial;
            filter: initial;
}
.footer-text svg {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
  .footer-text svg .charged {
    fill: #fff;
}
@media (max-width: 991px) {
   .footer-text svg {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);}
   .footer-text svg .charged {
    fill: #000;
}
p.footer-text a {
  margin: 10px 0;
}
}
/*hover contacts start*/
footer a:hover, footer a:hover svg, footer a:hover span, .header__phone:hover, .contacts-row__info a:hover, .contacts-row__info a:hover svg,  .contacts-row__info a:hover span {
    fill: #ffba42 !important;
    color: #ffba42  !important;
}
.footer-social__list .footer-social__element:last-child a:hover {
    color: #ffba42 !important;
}
/*hover contacts end*/
@media (max-width: 991px) {
  .contacts-block .container .contact-form {
    position: static;
    width: 100%;
    padding: 15px;
} 
footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }}
        footer .title {
            display: none;
            font-size: 36px;
            color: #000;
            margin-bottom: 20px
        }
        
        footer .column {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
      width: 33.33%
        }
        
        footer .label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center
        }
        
        footer .label .icon {
            font-size: 23px;
            margin-right: 12px
        }
        
       footer  .value {
            font-size: 20px;
            line-height: 180%;
            white-space: pre-line
        }
        
        footer .value:nth-child(2) {
            margin-top: 23px
        }
        
        footer .address .value {
            max-width: 310px
        }
        
        footer .contacts .value {
            max-width: 300px
        }
        
        footer .schedules {
            margin-top: 23px
        }
        
        footer .schedule-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 20px;
            line-height: 26px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
            justify-content: space-between;
        }
        
       footer  .schedule-row .location {
            min-width: 105px
        }
        
       footer  .schedule-row .schedule {
            margin-left: 40px
        }
        
        .socials {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 19px;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end
        }
        
        .socials a:not(:first-child) {
            margin-left: 23px
        }
        
        .socials .icon {
            font-size: 26px
        }
          @media screen and (min-width: 1111px) {
          body .contacts__mobile-title, body .contacts__mobile-time-text {
    color: #fff;
}}
        @media screen and (max-width: 1110px) {
            footer {
                width: 100%;
                height: 100%;
                padding: 30px 0;
                background: #fff
            }
            footer .title {
                display: block
            }
      footer .column {width: 100%;}
            footer .phone-number {
                color: #1f2132;
                font-size: 16px;
                margin-left: 0;
                line-height: 20px
            }
           footer  .address {
                margin-left: 0;
                line-height: 24px
            }
            footer .label {
                font-size: 14px
            }
            footer .label .icon {
                font-size: 23px;
                margin-right: 7px
            }
            footer .value {
                font-size: 14px;
                margin-top: 15px
            }
            footer .address .value {
                max-width: 220px
            }
            footer .label,
            footer .value {
                color: #000
            }
            footer .column:not(:last-child) {
                margin-bottom: 30px
            }
            footer .schedule-row {
                font-size: 16px
            }
             footer .schedule-row .schedule {
                color: #000;
                margin-left: 30px
            }
             footer .schedule-row .location {
                color: #3d486b;
                min-width: 82px
            }
              .footer__col.menu li a, .footer__col.menu a {color: #000;     margin: 0.5em auto;}
  body p.footer-text span{
    font-size: 13px;
  }
  body footer p.footer-text a, body footer p.footer-text span{
    margin-bottom: 10px;
  }
  .footer-social__element {
    margin-right: 0;
}
.footer-social__list {
  justify-content: space-around;
  -ms-flex-pack: distribute;
  flex-wrap: wrap;
}
li.footer-social__element:last-child {
    width: 100%;
    margin: 10px 0;
}
  footer {background: #fff; color: #000;}
  .footer__phone span, .footer__geo span, .footer__geo span a, .footer__subtitle, .footer__text, .footer__text, .footer__geo span, .footer__geo span a, p.footer-text span, p.footer-text a, body footer p.footer-text a {color: #000;}
   .footer__col .footer__item {
     margin-right: auto;
     margin-left: auto;
     text-align: center;
   }
  footer svg { fill: #000; }
   .footer__col {width: 100%;margin: 10px 0;}
 footer .footer__row, p.footer-text {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     text-align: center;
   }
   .footer__logo img {
    filter: brightness(0.5);
    min-width: 300px;    
}
   .footer__phone span {
     font-size: 16px;
   }
        }
/*footer end*/
.back_to_top {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  object-fit: cover;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
.back_to_top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  .back_to_top {
    margin: 30px;
  }
}
.hotel_name{
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.smi-slider .slick-slide {
  margin: 20px;
  height: 400px;
}
.smi__slider-wrapper .smi-slider{
  display: block;
  width: 90%;
  margin: auto;
}
.smi__slider-wrapper{
  padding: 50px 0;
}
/*smi start*/
.smi-row {
  padding: 50px 0;
}
.smi-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news-row .smi-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.smi-block__item {
    display: block;
    width: calc(100% / 4 - 4%);
    margin: 20px 1%;
    padding: 20px;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.news-row .smi-block__item {
  width: calc(100% / 3 - 3%);
  padding: 0;
}
.smi-block__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all, ease, 0.5s;
    -o-transition: all, ease, 0.5s;
    transition: all, ease, 0.5s; 
}
.news-row .smi-block__img img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.smi-block__data {
    padding: 10px 0;
    font-size: 0.9rem;
    color: #8c8a8a;
}
.smi-block__title {
  color: #ffba42;
  text-decoration: none;
  color: #8c8a8a;
  font-size: 1.2rem;
  -webkit-transition: all, ease, 0.5s;
  -o-transition: all, ease, 0.5s;
  transition: all, ease, 0.5s; 
}
.news-row .smi-block__title {
  font-size: 1.2rem;
  margin: 1rem 0;
}
.news-row .smi-block__text{
  padding: 0 20px;
  margin: 20px 0;
}
.news-row .smi-block__data{
  padding: 0;
}
.smi-block__item:hover .smi-block__title {
  color: #ffba42;
  text-decoration: none;
}
.smi-block__item:hover .smi-block__img img {
  -webkit-transform: scale(1.1) rotate(10deg);
      -ms-transform: scale(1.1) rotate(10deg);
          transform: scale(1.1) rotate(10deg);
}
@media (max-width: 1280px) {
  .smi-block__item {
    width: 33%;
  }
  body .smi-slider .slick-slide{
    height: 25rem;
  }
/*  .smi-block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }*/
}
@media (max-width: 991px) {
  .smi-block__item {
    width: 48%;
  }
  .news-row .smi-block__item {
    width: 48%;
    margin: 1%;
  }
  .news-row .smi-block__title {
    font-size: 1rem;
  }
  .smi-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .smi-block__item {
    width: 100%;
    margin: 20px 0;
  }
  .news-row .smi-block__item {
    width: 100%;
    margin: calc(15px / 2) 0;
  }
}
/*smi end*/
.news-row .smi-block__img{
  overflow: hidden;
  display: flex;
}
.news-row .smi-block__img imgg{
  transition: all 1s ease-out;
}
.news-row .smi-block__item:hover .smi-block__img img{
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.restaurant__privilegies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-top: 30px;
}

.restaurant__privilegies-col {
  width: 25%;
  padding: 0 20px;
  text-align: center;
}
.restaurant__privilegies-col p{
  color: #000;
  text-align: center;
}
.restaurant__privilegies-col img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100px;
  height: auto;
}
.excursion .restaurant__privilegies-col p {
  margin-top: 0;
}
@media (max-width: 991px){
  .restaurant-preview__wrapper.flex__reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
}
@media (max-width: 767px){
.restaurant__privilegies-col {
    width: 100%;
}
.restaurant__privilegies-col img {
  width: 230px;
}
.restaurant__privilegies{
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
}
/*order*/
body .order__submit {
  color: #000;
  background-color: #ffba42;
}
.order__title {
  text-align: center;
}

.order__title b {
  color: #e73e3e;
  font-weight: inherit;
}

.order .fields {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: fit-content;
  margin: auto;
}

.order .order__input-wrapper {
  margin-top: 15px;
}

.order .order__input {
  width: 540px;
  height: 60px;
  color: #9b968d;
  border: 1px solid #bdbdbd;
  padding: 16px 22px;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
  font-weight: 600;
  font-family: inherit;
  border-radius: 0;
}

.order__submit-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 50px auto 0 auto;
}
.order__submit {
  cursor: pointer;
  margin: 0 auto;
}
.order__submit-wrapper span {
  color: #828282;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.order__submit-wrapper span u {
  color: #1f2132;
}

@media (max-width: 992px) {
  body .order .order__input {
      width: 100%;
      height: 60px;
    }
}
@media (max-width: 991px) {
  body .order__submit-wrapper span br {
      display: none;
  }
  body .order__submit-wrapper span {
      margin-top: 13px;
      width: 100%;
    }
    body .order__submit-wrapper {
      width: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 20px 0;
    }
    .order .fields, .order__submit{
      width: 100%;
    }
}
/*order end*/
.checkbox_th {
  display: none !important;
}
.success-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.success-popup-wrapper {
  width: 768px;
  display: flex;
  padding: 70px 30px 90px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.popup-icon { 
  margin-bottom: 34px;
}
.popup-close {
  top: 15px;
  right: 15px;
  width: 20px;
  cursor: pointer;
  z-index: 100;
  position: absolute;
}
.popup-text {
  font-size: 48px;
  text-align: center;
  color: #464646;
}
.popup-subtitle {
  color: #5d5f6a;
  font-size: 16px;
  margin-top: 34px;
  text-align: center;
}
/* .other-offers {padding: 50px 0;} */
  /*halls controls*/
  .halls_controls{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 67em;
    height: 0;
    z-index: 9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .halls_control {
    width: 30px;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin: 0 15px;
}
   .halls_control img{
    width: 17px;
    -webkit-filter: invert(1);
            filter: invert(1);
    height: 45px;
   }
   @media (max-width: 1300px){
    body .halls_controls {
      width: 100%;
  }
   }
   @media (max-width: 1160px){
    body .halls_controls .halls_control {
      margin: 0;
    }
   }
   @media (max-width: 991px){
    .promotions__slider-wrapper .halls_controls{
      top: 50%;
    }
  body .halls_controls {
      top: 35%;
  }
  body .halls_controls .promotions__slider-prev, body .halls_controls .promotions__slider-next{
    margin: 0;
  }
   }
   @media (max-width: 767px){
  body .halls_controls {
      top: 20%;
  }
  .header__phone {
margin: 0 5px;
}

   }
   @media(max-width: 550px){
    body .halls_controls {
      top: 16%;
  }
   }
   @media(max-width: 320px){
    body .halls_controls {
      top: 12%;
  }
   }
   .halls_control[aria-disabled="true"]{
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
   }
   .promotions__slider-wrapper{
    position: relative;
  }
  .promotions__slider-wrapper .halls_controls{
    width: 100%;
  }
  .promotions__slider-slide, body .promotions__slider.slick-initialized .slick-slide {
    margin: 0 15px;
    position: relative;
    background-size: cover !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 370px;
  }
  .promotions__slider-slide .layout {
    position: absolute;
    background: -o-linear-gradient(45deg, #1f2844f0, transparent);
    background: linear-gradient(45deg, #1f2844f0, transparent);
    width: 100%;
    height: 100%;
  }
  /*.offers__main .promotions__slider-slide .accordion_item__text {
    padding: 15px;
    margin: auto 0 0 0;
    width: 100%;
  }*/
  .promotions__slider-slide .accordion_item_button {
    margin: 20px 0;
  }
  .promotions__slider-slide .accordion_item__description a {
    color: #ffc260;
    font-size: 1.2rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
  }
  .promotions__slider-slide .accordion_item__description p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .promotions__slider-slide .accordion_item_button .button {
    padding: 15px 20px;
    font-weight: 600;
  }
  .header__logo h2, .footer__logo h2{
    color: #fff;
    font-size: 20px;
    font-family: 'Stolzl-Regular';
  }
.footer__col:not(:first-child):not(:last-child) {
    padding: 0 20px;
}
.footer__col.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 1110px){
.footer__logo h2{
  color: #000;
}
}
  .header__logo, .footer__col.menu a.footer__logo{
text-decoration: none;
  }
  .footer__logo img, .header__logo img{
    object-fit: cover;
    max-width: 220px;
    width: 100%;
}
.header-bottom.header__sticky .header__logo{
  display: flex;
}
.header-bottom.header__sticky .header__logo img{
  max-width: 62%;
}
#offers div.block-title{
  padding: 100px 0 0 0;
}
@media(max-width: 1200px){
  .header-bottom.header__sticky .header__logo img {
    max-width: unset;
}
}

.offers__filter p{
  padding: 11px 12px;
  line-height: 13px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  border: 2px solid transparent;
  letter-spacing: 1px;
  position: relative;
  line-height: 20px;
  font-size: 20px ;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  margin: 0;
}
.offers__filter{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #000;
  justify-content: center;
  padding: 15px;
  margin-top: 20px;
}
.offers__filter p:not(:first-child){
margin-left: 20px;
}
.offers__filter p#offers__filter__active{
  border-color: #fff;
}