/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Prata';
  src: url("../fonts/Prata-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

#toTop {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 50%;
  margin-right: -635px;
  bottom: 40px; }
  #toTop img {
    width: 30px;
    height: 30px;
  }
@media screen and (max-width: 1600px) {
  #toTop {
    margin-right: -290px; } }
@media screen and (max-width: 620px) {
  #toTop {
    right: 30px;
    bottom: 60px;
    margin: 0; } }

.preloadpano {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
}
.preloadpano-logo {
  margin-bottom: 130px;
}
.preloadpano-logo img {
  width: 400px;
  height: 200px; 
}
.preloadpano .lang {
  position: relative;
  margin-bottom: 50px;
  left: 0;
}
.preloadpano .lang li {
  margin: 0 60px;
}

.preloadpano .lang a {
  color: #d99e37;
}

.preloadpano-text-wrap {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px;
}
.preloadpano-text {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: #d99e37;
  font-family: 'Prata';
}

.preloadpano-btn {
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
padding: 15px 50px 12px;
border: 1px solid #d99e37;
}
.preloadpano-btn-text {
  color: #d99e37;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 25px;
  font-family: 'Prata';
}
.preloadpano-img img {
  width: 20px;
  height: 25px;
}

.preloader{
     /* size */
  width: 100px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: rotatePreloader 2s infinite ease-in;
  animation: rotatePreloader 2s infinite ease-in;
    display: none;
    z-index: 5;
}
@-webkit-keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
@keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader div:nth-child(1) {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-animation: rotateCircle1 2s infinite linear;
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

@-webkit-keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
    transform: rotateZ(36deg);
  }
  7% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  57% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
    transform: rotateZ(36deg);
  }
  7% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  57% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(2) {
  -webkit-transform: rotateZ(36deg);
  transform: rotateZ(36deg);
  -webkit-animation: rotateCircle2 2s infinite linear;
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

@-webkit-keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  12% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }
  62% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  12% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }
  62% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(3) {
  -webkit-transform: rotateZ(72deg);
  transform: rotateZ(72deg);
  -webkit-animation: rotateCircle3 2s infinite linear;
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

@-webkit-keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }
  17% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }
  67% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }
  17% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }
  67% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(4) {
  -webkit-transform: rotateZ(108deg);
  transform: rotateZ(108deg);
  -webkit-animation: rotateCircle4 2s infinite linear;
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

@-webkit-keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }
  22% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }
  72% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }
  22% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }
  72% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(5) {
  -webkit-transform: rotateZ(144deg);
  transform: rotateZ(144deg);
  -webkit-animation: rotateCircle5 2s infinite linear;
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

@-webkit-keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }
  27% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }
  77% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }
  27% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }
  77% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(6) {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-animation: rotateCircle6 2s infinite linear;
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

@-webkit-keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }
  32% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  82% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }
  32% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  82% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(7) {
  -webkit-transform: rotateZ(216deg);
  transform: rotateZ(216deg);
  -webkit-animation: rotateCircle7 2s infinite linear;
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

@-webkit-keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  37% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }
  87% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  37% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }
  87% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(8) {
  -webkit-transform: rotateZ(252deg);
  transform: rotateZ(252deg);
  -webkit-animation: rotateCircle8 2s infinite linear;
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

@-webkit-keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }
  42% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }
  92% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }
  42% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }
  92% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(9) {
  -webkit-transform: rotateZ(288deg);
  transform: rotateZ(288deg);
  -webkit-animation: rotateCircle9 2s infinite linear;
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

@-webkit-keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }
  47% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }
  97% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }
  47% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }
  97% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(10) {
  -webkit-transform: rotateZ(324deg);
  transform: rotateZ(324deg);
  -webkit-animation: rotateCircle10 2s infinite linear;
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@-webkit-keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }
  52% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }
  102% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }
  52% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }
  102% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
@media screen and (max-width: 620px) {
  .preloadpano img {
    width: 200px;
    height: 100px; } }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 200px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: -100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  z-index: 100;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }
.main-slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 4;
}
  .main-slider img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
.main-slider .slick-slide {
  margin: 0;
} 

.header {
  background-color: rgba(0, 0, 0, 0.77);
  padding: 20px 0 18px;
  border-top: 2px solid #d99e37;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 28px 0 26px; } }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header a {
    color: #d99e37; }

.burger {
  margin: 0 20px 0 5px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999; }
  .burger .hum {
    width: 35px;
    height: 25px;
    display: block;
    position: relative;
    cursor: pointer; }
    .burger .hum span {
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .burger .hum span:first-child {
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        background: #d99e37; }
      .burger .hum span:nth-child(2) {
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 43%;
        background: #d99e37; }
      .burger .hum span:last-child {
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        background: #d99e37; }

.burgerActive span {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .burgerActive span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px !important; }
  .burgerActive span:nth-child(2) {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: -1000px; }
  .burgerActive span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 13px !important; }

.lang {
  position: absolute;
  right: 65%; }
  @media screen and (max-width: 1200px) {
    .lang {
      right: 63%; } }
  @media screen and (max-width: 1024px) {
    .lang {
      right: 15px; } }
  .lang li {
    display: inline-block;
    border: 1px solid transparent; }
    .lang li:hover {
      border: 1px solid #d99e37; }
    @media screen and (max-width: 1024px) {
      .preloadpano .lang li {
        display: inline;
      }
      .lang li {
        display: block; } }
  .lang a {
    font-size: .9rem;
    padding: 4px 3px 4px 4px;
    margin: 0 1px 0; }
    @media screen and (max-width: 1024px) {
      .lang a {
        font-size: .8rem;
        padding: 3px 2px 3px 3px;
        margin: 0 1px 0; } }

.lang .active {
  border: 1px solid #d99e37; }

.logo {
  padding: 5px 0 0 0;
  position: absolute;
  left: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center; }
  .logo img {
  width: 135px;/*180px;*/ }
  @media screen and (max-width: 768px) {
    .logo img {
      width: 125px;/*150px;*/ } }


.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  letter-spacing: .3px; }
  @media screen and (max-width: 1024px) {
    .contacts {
      display: none; } }
  .contacts img {
    margin-right: 14px; }
  .contacts a {
    font-size: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .contacts a:nth-child(2n) {
      margin-bottom: 0; }
  .contacts .phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 40px; }
  .contacts .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.nav-drop {
  position: absolute;
  top: 88px;
  left: -200%;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.77);
  padding-top: 200px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-top: 2px solid #d99e37;
  z-index: 10; }
  @media screen and (max-width: 1920px) {
    .nav-drop {
      padding-top: 150px; } }
  @media screen and (max-width: 1600px) {
    .nav-drop {
      padding-top: 100px; } }
  @media screen and (max-width: 1024px) {
    .nav-drop {
      padding-top: 150px;
      top: 80px; } }
  @media screen and (max-width: 768px) {
    .nav-drop {
      padding-top: 80px; } }
  .nav-drop .nav {
    width: 100%; }
  @media screen and (max-height: 400px) {
    .nav-drop ul {
      max-width: 300px;
      margin: 0 auto;
      overflow-y: auto;
      height: 186px; } }
  .nav-drop li {
    margin: 15px 0; }
    @media screen and (max-width: 768px) {
      .nav-drop li {
        margin: 8px 0; } }
  .nav-drop .main-link {
    color: #d99e37;
    padding: 5px 0;
    border: 1px solid transparent;
    font-family: 'Prata';
    position: relative; }
    
    @media screen and (max-width: 768px) {
      .preloadpano-logo {
        margin-bottom: 30px;
      }
      .preloadpano-text {
            font-size: 14px;
      }
      .preloadpano .lang {
        margin-bottom: 20px;
      }
      .preloadpano .lang li {
        margin: 0 35px;
      }
      .preloadpano-text-wrap {
        margin-bottom: 20px;
      }
      .preloadpano-img img {
    width: 20px;
    height: 25px;
      }
      .nav-drop .main-link {
        font-size: .9rem; } }
    @media screen and (max-width: 480px) {
      .preloadpano-text {
            font-size: 10px;
      }
      .preloadpano-logo {
        margin-bottom: 20px;
      }
      .preloadpano .lang li {
        margin: 0 20px;
      }
      .preloadpano-btn {
        cursor: pointer;
        width: 168px;
        padding: 10px 30px 6px;
      }
      .preloadpano-btn-text {
        font-size: 12px;
      }
    }
    .nav-drop .main-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #d99e37;
      z-index: -1;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
    .nav-drop .main-link:hover:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left;
              transform-origin: left; }
    .nav-drop .main-link:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background: #d99e37;
      z-index: -1;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
    .nav-drop .main-link:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: right;
              transform-origin: right; }

.nav-drop.show {
  left: 0; }

.main-menu {
  cursor: default;
  color: #d99e37;
  font-size: .9rem;
  font-family: 'Prata'; }
  @media screen and (max-width: 768px) {
    .main-menu {
      display: none !important; } }

.nav-btn:after,
.nav-btn:before {
  display: none; }

.nav-btn {
  color: #d99e37;
  font-size: .9rem;
  font-family: 'Prata';
  border-bottom: 1px solid #d99e37;
  display: none;
  z-index: 9999; }
  @media screen and (max-width: 768px) {
    .nav-btn::before {
      display: block; }
    .nav-btn::after {
      display: block; } }
  @media screen and (max-width: 768px) {
    .nav-btn span {
      display: none !important; } }
  .nav-btn:after {
    position: absolute;
    content: '';
    top: 30px;
    left: 67px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #d99e37;
    border-left: 2px solid #d99e37;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-btn:before {
    position: absolute;
    content: '';
    top: 38px;
    left: 65px;
    width: 30px;
    height: 2px;
    background: #d99e37; }

.reservation {
  display: block;
  position: absolute;
  left: -114px;
  top: 68%;
  z-index: 1; }
  @media screen and (max-width: 1920px) {
    .reservation {
      left: -96px; } }
  @media screen and (max-width: 768px) {
    .reservation {
      top: 52%;
      z-index: 0; } }

.reservation-btn {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-top: 2px solid #d99e37;
  padding: 20px 30px 22px; }
  @media screen and (max-width: 1920px) {
    .reservation-btn {
      padding: 18px 10px 20px; } }

.reservation-drop {
  display: none;
  position: absolute;
  z-index: 50;
  right: 320px;
  bottom: 300px;
  width: 232px;
  font-size: .6rem;
  text-align: center;
  background-color: #191919; }
  @media screen and (max-width: 1920px) {
    .reservation-drop {
      right: 250px;
      bottom: 220px; } }
  @media screen and (max-width: 1600px) {
    .reservation-drop {
      right: 25px;
      bottom: 240px; } }
  @media screen and (max-width: 768px) {
    .reservation-drop {
      height: 310px;
      top: 20%;
      right: 13px; } }
  .reservation-drop .head {
    padding: 15px;
    background-color: #d09c42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .reservation-drop span {
    font-family: 'Prata';
    color: #000;
    text-transform: uppercase; }
  .reservation-drop .title {
    color: #d09c42;
    padding: 24px 0 22px;
    text-transform: uppercase;
    font-family: 'Prata'; }
  .reservation-drop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 15px; }
  .reservation-drop .data {
    font-family: 'SF UI Display';
    font-size: 0.6rem;
    text-transform: none;
    color: #d0b585;
    margin-bottom: 8px; }
  .reservation-drop p {
    width: 100%; }
  .reservation-drop .calendar {
    position: relative; }
    .reservation-drop .calendar:after {
      position: absolute;
      content: url("../img/calendar.png");
      top: 8px;
      right: 15px;
      z-index: -1; }
  .reservation-drop input {
    width: 100%;
    margin-bottom: 12px; }
  .reservation-drop button {
    width: 100%;
    color: #d99e37;
    text-transform: uppercase;
    padding: 10px;
    margin: 12px auto 25px;
    border: 1px solid #d99e37; }
    .reservation-drop button:hover {
      color: #191919;
      background-color: #d99e37; }

.reservation-offer-popup,
.reservation-hall-popup,
.reservation-room-popup,
.reservation-serche-popup {
  display: none;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000000;
  width: 232px;
  font-size: .6rem;
  text-align: center; }
  .reservation-offer-popup .head,
  .reservation-hall-popup .head,
  .reservation-room-popup .head,
  .reservation-serche-popup .head {
    position: relative;
    padding: 15px;
    background-color: #d09c42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px; }
  .reservation-offer-popup span,
  .reservation-hall-popup span,
  .reservation-room-popup span,
  .reservation-serche-popup span {
    font-family: 'Prata';
    color: #000;
    text-transform: uppercase; }
  .reservation-offer-popup form,
  .reservation-hall-popup form,
  .reservation-room-popup form,
  .reservation-serche-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 15px; }
  .reservation-offer-popup .data,
  .reservation-hall-popup .data,
  .reservation-room-popup .data,
  .reservation-serche-popup .data {
    font-family: 'SF UI Display';
    font-size: 0.6rem;
    text-transform: none;
    color: #d0b585;
    margin-bottom: 8px; }
  .reservation-offer-popup p,
  .reservation-hall-popup p,
  .reservation-room-popup p,
  .reservation-serche-popup p {
    font-family: 'Prata';
    width: 100%;
    color: #d09c42;
    margin-bottom: 15px;
    letter-spacing: 2px; }
  .reservation-offer-popup input,
  .reservation-hall-popup input,
  .reservation-room-popup input,
  .reservation-serche-popup input {
    width: 100%;
    margin-bottom: 12px; }
  .reservation-offer-popup button,
  .reservation-hall-popup button,
  .reservation-room-popup button,
  .reservation-serche-popup button {
    width: 100%;
    color: #d99e37;
    text-transform: uppercase;
    padding: 10px;
    margin: 12px auto 25px;
    border: 1px solid #d99e37; }
    .reservation-offer-popup button:hover,
    .reservation-hall-popup button:hover,
    .reservation-room-popup button:hover,
    .reservation-serche-popup button:hover {
      color: #191919;
      background-color: #d99e37; }

.thanks-popup,
.warning-popup {
  display: none;
  min-width: 280px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000000;
  border: 1px solid #d99e37;
  text-align: center;
  padding: 20px 20px 10px; }
  .thanks-popup span,
  .warning-popup span {
    display: block;
    margin-bottom: 10px;
    font-family: 'Prata';
    color: #d99e37;
    font-size: .75rem; }

.rooms {
  width: 270px !important;
  text-align: left !important;
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  padding: 20px 15px 18px; }
  .rooms:after {
    content: url("../img/bed.png");
    position: absolute;
    right: 15px;
    top: 14px; }
  .rooms:hover:after {
    content: url("../img/bed-hover.png"); }

.toRooms {
  display: none;
  width: 270px;
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  padding: 20px 15px 18px;
  color: #d99e37;
  font-size: .9rem;
  text-transform: uppercase;
  background-color: #191919;
  font-family: 'Prata'; }
  .toRooms:hover {
    color: #191919;
    background-color: #d99e37; }
    .toRooms:hover:after {
      content: url("../img/bed-hover.png"); }
  .toRooms:after {
    content: url("../img/bed.png");
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 10; }
  @media screen and (max-width: 1920px) {
    .toRooms {
      font-size: .8rem; } }

.soc-icons {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 768px) {
    .soc-icons {
      bottom: 180px;
      right: 10px; } }
  .soc-icons a {
    width: 36px;
    height: 36px;
    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;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #d99e37;
    margin: 5px; }
    .soc-icons a:hover {
      background-color: #d99e37; }
      .soc-icons a:hover svg:hover #twitter, .soc-icons a:hover #fb, .soc-icons a:hover #mail, .soc-icons a:hover #instagram {
        fill: #000; }
  .soc-icons svg {
    padding: 5px; }

.to-vr {
    font-size: 12px;
    color: #42abe2;
    border-bottom: 1px solid #42abe2;
}

.about-section,
.rooms-section,
.room-open-section,
.offers-section,
.offer-open-section,
.conference-section,
.services-section,
.restaurant-section,
.contacts-section,
.booking-section,
.contacts-routes-section {
  position: absolute;
  top: 88px;
  left: -200%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.77);
  border-top: 2px solid #d99e37;
  padding: 100px 0 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .about-section .container-section,
  .rooms-section .container-section,
  .room-open-section .container-section,
  .offers-section .container-section,
  .offer-open-section .container-section,
  .conference-section .container-section,
  .services-section .container-section,
  .restaurant-section .container-section,
  .contacts-section .container-section,
  .booking-section .container-section,
  .contacts-routes-section .container-section {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 1920px) {
    .about-section,
    .rooms-section,
    .room-open-section,
    .offers-section,
    .offer-open-section,
    .conference-section,
    .services-section,
    .restaurant-section,
    .contacts-section,
    .booking-section,
    .contacts-routes-section {
      padding-top: 120px; } }
  @media screen and (max-width: 1024px) {
    .about-section,
    .rooms-section,
    .room-open-section,
    .offers-section,
    .offer-open-section,
    .conference-section,
    .services-section,
    .restaurant-section,
    .contacts-section,
    .booking-section,
    .contacts-routes-section {
      padding-top: 80px;
      top: 80px; } }
  .about-section p,
  .rooms-section p,
  .room-open-section p,
  .offers-section p,
  .offer-open-section p,
  .conference-section p,
  .services-section p,
  .restaurant-section p,
  .contacts-section p,
  .booking-section p,
  .contacts-routes-section p {
    color: #ddc08d;
    font-size: .7rem;
    line-height: 1.5;
    letter-spacing: 1px; }
  .about-section .scroll-wrap,
  .rooms-section .scroll-wrap,
  .room-open-section .scroll-wrap,
  .offers-section .scroll-wrap,
  .offer-open-section .scroll-wrap,
  .conference-section .scroll-wrap,
  .services-section .scroll-wrap,
  .restaurant-section .scroll-wrap,
  .contacts-section .scroll-wrap,
  .booking-section .scroll-wrap,
  .contacts-routes-section .scroll-wrap {
    width: 100%;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 1600px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        width: 100%; } }
    @media screen and (max-height: 900px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        max-height: 78%; } }
    @media screen and (max-height: 800px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        max-height: 72%; } }
    @media screen and (max-height: 600px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        max-height: 66%; } }
    @media screen and (max-height: 500px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        max-height: 60%; } }
    @media screen and (max-height: 400px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        max-height: 56%; } }
    @media screen and (max-height: 300px) {
      .about-section .scroll-wrap,
      .rooms-section .scroll-wrap,
      .room-open-section .scroll-wrap,
      .offers-section .scroll-wrap,
      .offer-open-section .scroll-wrap,
      .conference-section .scroll-wrap,
      .services-section .scroll-wrap,
      .restaurant-section .scroll-wrap,
      .contacts-section .scroll-wrap,
      .booking-section .scroll-wrap,
      .contacts-routes-section .scroll-wrap {
        max-height: 52%; } }

.about-section .about-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 1024px) {
    .about-section .about-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
.about-section .about-info {
  max-width: 560px;
  margin: 0 60px 0 0; }
  @media screen and (max-width: 1920px) {
    .about-section .about-info {
      margin: 0 40px 0 0; } }
  @media screen and (max-width: 1600px) {
    .about-section .about-info {
      max-width: 430px;
      margin: 0 20px 0 0; } }
  @media screen and (max-width: 1024px) {
    .about-section .about-info {
      max-width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .about-section .about-info {
      width: 100%;
      margin: 0;
      max-width: 100%; } }
.about-section p {
  font-size: .9rem;
  margin-bottom: 35px; }
  @media screen and (max-width: 1920px) {
    .about-section p {
      margin-bottom: 25px; } }
  @media screen and (max-width: 1600px) {
    .about-section p {
      font-size: .75rem; } }
  @media screen and (max-width: 1024px) {
    .about-section p {
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .about-section p {
      font-size: .7rem; } }
.about-section img {
  width: 630px;
  height: 440px;
  margin: 5px 0 0 60px;
  border: 1px solid #d99e37; }
  @media screen and (max-width: 1920px) {
    .about-section img {
      width: 480px;
      height: 320px;
      margin: 5px 0 0 40px; } }
  @media screen and (max-width: 1600px) {
    .about-section img {
      width: 420px;
      height: 320px;
      margin: 5px 0 0 20px; } }
  @media screen and (max-width: 1024px) {
    .about-section img {
      margin: 0 auto 30px; } }
  @media screen and (max-width: 768px) {
    .about-section img {
      width: 100%;
      height: auto; } }

.about-section.showActive {
  left: 0; }


.booking-section.showActive {
  left: 0; }

.rooms-section .scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1600px) {
    .rooms-section .scroll-wrap {
      position: relative;
      max-width: 620px; } }
.rooms-section .room {
  max-width: 580px;
  width: 48%;
  padding: 20px;
  margin: 0 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #cfb484; }
  @media screen and (max-width: 1600px) {
    .rooms-section .room {
      width: 100%;
      margin: 0 auto 20px; } }
  @media screen and (max-width: 768px) {
    .rooms-section .room {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px; } }
.rooms-section .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .rooms-section .info-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0 20px 0; } }
.rooms-section .room-photo {
  margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .rooms-section .room-photo {
      margin: 0 0 20px 0; } }
  .rooms-section .room-photo img {
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .rooms-section .room-photo img {
        max-width: 100%; } }
.rooms-section .vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rooms-section .vr img {
    margin: 0 15px 0 0; }
    .vr-conf img {
      display: block;
    margin: 0 15px 0 0; }
    .vr-conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
    @media screen and (max-width: 1024px) {
    .vr-conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; } }
.rooms-section .to-vr {
  font-size: 12px;
  color: #42abe2;
  border-bottom: 1px solid #42abe2; }
.rooms-section .room-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .rooms-section .room-description {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.rooms-section .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .rooms-section .service-icon {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .rooms-section .service-icon {
      width: 100%; } }
  .rooms-section .service-icon div {
    text-align: center;
    width: 25%;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .rooms-section .service-icon div {
        width: 25%; } }
.rooms-section .info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .rooms-section .info-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
@media screen and (max-width: 768px) {
  .rooms-section .room-price {
    margin-bottom: 15px; } }
.rooms-section .rooms-open-btn {
  font-size: .9rem;
  font-family: 'Prata';
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfb484; }
.rooms-section .detail {
  text-transform: none; }
.rooms-section p {
  margin-bottom: 20px; }
.rooms-section a {
  color: #cfb484;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfb484; }
  .rooms-section a:hover {
    color: #d99e37;
    border-bottom: 1px solid #d99e37; }
.rooms-section .price-title {
  margin-bottom: 10px; }
.rooms-section span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .75rem; }
  @media screen and (max-width: 500px) {
    .rooms-section span {
      font-size: .65rem; } }
.rooms-section .room-reserv-btn {
  color: #d99e37;
  font-size: .8rem;
  padding: 12px 20px 10px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: 'Prata';
  border: 1px solid #d99e37; }
  .rooms-section .room-reserv-btn:hover {
    color: #191919;
    background-color: #d99e37; }

.rooms-section.showActive {
  left: 0; }

  .lang-pano {
    cursor: pointer;
    color: #d99e37;
    font-size: .8rem;
    padding: 3px 6px 3px 6px;
    margin: 0 1px 0;
  }

.room-open-section .room-open-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.room-open-section h3 {
  text-transform: uppercase;
  color: #ddc08d;
  font-size: .9rem;
  font-weight: 300;
  margin-bottom: 25px;
  font-family: 'Prata'; }
.room-open-section .room-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .room-open-section .room-icons {
      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;
      padding: 0;
      margin-bottom: 20px; } }
  .room-open-section .room-icons div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .room-open-section .room-icons div {
        margin: 0 10px 10px; } }
    .room-open-section .room-icons div img {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .room-open-section .room-icons div img {
          margin-bottom: 10px; } }
    .room-open-section .room-icons div span {
      color: #ddc08d;
      font-size: .7rem; }
.room-open-section p {
  width: 520px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .room-open-section p {
      width: 100%; } }
.room-open-section .price-box {
  width: 520px;
  color: #ddc08d;
  font-size: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  border: 1px solid #d99e37;
  padding: 20px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .room-open-section .price-box {
      max-width: 450px;
      width: 100%; } }
  .room-open-section .price-box .price-title {
    margin-bottom: 15px; }
.room-open-section .room-reserv-btn {
  color: #d99e37;
  font-size: .8rem;
  padding: 12px 20px 10px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: 'Prata';
  border: 1px solid #d99e37; }
  .room-open-section .room-reserv-btn:hover {
    color: #191919;
    background-color: #d99e37; }

.room-open-section.showActive {
  left: 0; }

.offers-section .container-section {
  max-width: 1300px; }
  @media screen and (max-width: 1600px) {
    .offers-section .container-section {
      max-width: 1200px; } }
.offers-section .scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.offers-section .slide-holder {
  position: relative;
  width: 330px;
  height: 250px;
  margin: 0 auto 20px;
  border: 1px solid #d99e37;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .offers-section .slide-holder img {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 768px) {
    .offers-section .slide-holder {
      width: 278px;
      height: 215px;
      margin: 0 auto 75px; } }
  .offers-section .slide-holder .discount {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #d99e37;
    font-family: 'Prata';
    font-size: .7rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.77);
    padding: 5px; }
.offers-section .offer-title {
  text-transform: uppercase;
  font-family: 'Prata';
  font-size: .75rem;
  color: #ddc08d;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: transparent !important; }
.offers-section .offer-links {
  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;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .offers-section .offer-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.offers-section .offer-details-opener {
  color: #ddc08d;
  font-size: .8rem;
  border-bottom: 1px solid #ddc08d; }
  .offers-section .offer-details-opener:hover {
    color: #d99e37;
    border-bottom: 1px solid #d99e37; }
  @media screen and (max-width: 768px) {
    .offers-section .offer-details-opener {
      margin-bottom: 15px; } }
.offers-section .offer-reserv-btn {
  color: #d99e37;
  font-size: .8rem;
  padding: 12px 20px 10px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: 'Prata';
  border: 1px solid #d99e37; }
  .offers-section .offer-reserv-btn:hover {
    color: #191919;
    background-color: #d99e37; }

.offers-section.showActive {
  left: 0; }

.offer-open-section .scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.offer-open-section .offer-photo {
  margin-bottom: 20px; }
.offer-open-section img {
  border: 1px solid #d99e37; }
  @media screen and (max-width: 550px) {
    .offer-open-section img {
      width: 100%; } }
.offer-open-section span {
  font-family: 'Prata';
  text-transform: uppercase;
  font-size: .9rem;
  color: #ddc08d;
  margin: 0 auto 20px; }
.offer-open-section p {
  width: 80%;
  font-size: .75rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .offer-open-section p {
      width: 100%; } }
.offer-open-section .offer-reserv-btn {
  color: #d99e37;
  font-size: .8rem;
  padding: 12px 20px 10px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: 'Prata';
  border: 1px solid #d99e37; }
  .offer-open-section .offer-reserv-btn:hover {
    color: #191919;
    background-color: #d99e37; }

.offer-open-section.showActive {
  left: 0; }

.conference-section .conference-info {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .conference-section .conference-info {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.conference-section .conference-photo {
  width: 50%; }
  @media screen and (max-width: 1024px) {
    .conference-section .conference-photo {
      width: 100%;
      height: auto; } }
  .conference-section .conference-photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.conference-section .conference-description {
  background-color: rgba(0, 0, 0, 0.77);
  width: 50%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .conference-section .conference-description {
      width: 100%; } }
.conference-section .conference-description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.conference-section .conference-title {
  font-family: 'Prata';
  color: #ddc08d;
  text-transform: uppercase;
  font-size: .75rem;
  margin-bottom: 18px; }
  @media screen and (max-width: 1024px) {
    .conference-section .conference-title {
      margin: 0 auto 18px; } }
  @media screen and (max-width: 768px) {
    .conference-section .conference-title {
      font-size: .65rem; } }
@media screen and (max-width: 768px) {
  .conference-section tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.conference-section td {
  color: #ddc08d;
  font-size: .75rem;
  padding: 0 25px 12px 0;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .conference-section td {
      padding: 0 0 12px 0; } }
.conference-section .hall-reserv-btn {
  color: #d99e37;
  font-size: .8rem;
  padding: 12px 20px 10px;
  margin-top: auto;
  text-transform: uppercase;
  font-family: 'Prata';
  border: 1px solid #d99e37; }
  .conference-section .hall-reserv-btn:hover {
    color: #191919;
    background-color: #d99e37; }
  @media screen and (max-width: 1024px) {
    .conference-section .hall-reserv-btn {
      margin: 20px auto 0; } }
  @media screen and (max-width: 768px) {
    .conference-section .hall-reserv-btn {
      font-size: .7rem; } }

.conference-section.showActive {
  left: 0; }

@media screen and (max-width: 768px) {
  .services-section .scroll-wrap {
    max-width: 300px; } }
.services-section .container-section {
  max-width: 1350px; }
  @media screen and (max-width: 1600px) {
    .services-section .container-section {
      max-width: 1200px; } }
.services-section .services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .services-section .services-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 1600px) {
    .services-section .services-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.services-section .service {
  width: 23%;
  margin: 0px 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 1920px) {
    .services-section .service {
      width: 27%;
      padding-left: 20px;
      margin: 0px 20px 50px; } }
  @media screen and (max-width: 1600px) {
    .services-section .service {
      width: 32%;
      margin: 0 5px 50px; } }
  @media screen and (max-width: 1200px) {
    .services-section .service {
      width: 38%;
      padding-left: 20px;
      margin: 0 5px 40px; } }
  @media screen and (max-width: 768px) {
    .services-section .service {
      width: 280px;
      padding: 0 5px;
      margin: 0 auto 20px; } }
.services-section p {
  font-size: .75rem; }
.services-section span {
  cursor: default;
  font-size: .75rem;
  color: #ddc08d;
  margin-bottom: 5px;
  line-height: 1.5; }
  @media screen and (max-width: 1600px) {
    .services-section span {
      font-size: .7rem; } }
  @media screen and (max-width: 768px) {
    .services-section span {
      font-size: .6rem; }
      .services-section span br {
        display: none; } }
.services-section a {
  font-size: .75rem;
  color: #ddc08d; }
  @media screen and (max-width: 1600px) {
    .services-section a {
      font-size: .7rem; } }
  @media screen and (max-width: 768px) {
    .services-section a {
      font-size: .6rem; } }
.services-section img {
  margin: 6px 14px 0 0;
  max-width: 100%; }

.services-section.showActive {
  left: 0; }

.restaurant-section .scroll-wrap {
  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; }
.restaurant-section .restaurant-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .restaurant-section .restaurant-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.restaurant-section .restaurant-text {
  width: 60%;
  margin-right: 50px; }
  .restaurant-section .restaurant-text p {
    margin-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      .restaurant-section .restaurant-text p {
        margin-bottom: 20px; } }
  @media screen and (max-width: 1600px) {
    .restaurant-section .restaurant-text {
      margin-right: 25px; } }
  @media screen and (max-width: 1024px) {
    .restaurant-section .restaurant-text {
      margin: 0;
      width: 90%; } }
  @media screen and (max-width: 1024px) {
    .restaurant-section .restaurant-text {
      width: 100%; } }
.restaurant-section .restaurant-time {
  width: 38%;
  background-color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 35px 30px;
  border: 1px solid #d99e37; }
  .restaurant-section .restaurant-time p {
    margin-bottom: 18px; }
  .restaurant-section .restaurant-time a {
    color: #ddc08d;
    font-size: .7rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 18px; }
    .restaurant-section .restaurant-time a:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1600px) {
    .restaurant-section .restaurant-time {
      padding: 30px 26px; } }
  @media screen and (max-width: 1024px) {
    .restaurant-section .restaurant-time {
      width: 50%;
      padding: 50px 26px; } }
  @media screen and (max-width: 768px) {
    .restaurant-section .restaurant-time {
      max-width: 450px;
      width: 100%;
      padding: 15px 10px; } }
.restaurant-section .slide-holder {
  width: 330px;
  height: 190px;
  margin: 0 auto;
  border: 1px solid #d99e37;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .restaurant-section .slide-holder img {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1024px) {
    .restaurant-section .slide-holder {
      width: 480px;
      height: 250px; } }
  @media screen and (max-width: 768px) {
    .restaurant-section .slide-holder {
      width: 280px;
      height: 220px;
      margin-bottom: 20px; } }

.restaurant-section.showActive {
  left: 0; }

.contacts-section p {
  font-size: .75rem; }
.contacts-section .contacts-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1400px) {
    .contacts-section .contacts-wrap {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.contacts-section .map-wrap {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 65px 0;
  border: 1px solid #d99e37; }
  @media screen and (max-width: 1920px) {
    .contacts-section .map-wrap {
      margin: 0 30px 50px 0; } }
  @media screen and (max-width: 1400px) {
    .contacts-section .map-wrap {
      width: 100%;
      margin: 0 0 20px 0; } }
  @media screen and (max-width: 1024px) {
    .contacts-section .map-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: none; } }
.contacts-section .address-wrap {
  width: 35%;
  background-color: #191919;
  padding: 30px 18px;
  border-right: 1px solid #d99e37; }
  @media screen and (max-width: 1024px) {
    .contacts-section .address-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 5px 10px;
      background-color: transparent;
      border: none;
      width: 500px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    .contacts-section .address-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.contacts-section .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px; }
  .contacts-section .address:first-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .contacts-section .address:nth-child(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .contacts-section .address:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .contacts-section .address:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .contacts-section .address img {
    width: 9%;
    margin-right: 10px; }
  @media screen and (max-width: 1024px) {
    .contacts-section .address {
      width: 45%;
      margin: 0 10px 24px; } }
  @media screen and (max-width: 768px) {
    .contacts-section .address {
      margin-bottom: 15px; } }
  .contacts-section .address span {
    font-size: .75rem;
    color: #ddc08d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px; }
  .contacts-section .address a {
    font-size: .75rem;
    color: #ddc08d;
    margin-bottom: 5px; }
.contacts-section .map {
  width: 65%; }
  @media screen and (max-width: 1024px) {
    .contacts-section .map {
      width: 90%;
      height: 400px;
      border: 1px solid #d99e37; } }
  @media screen and (max-width: 768px) {
    .contacts-section .map {
      width: 100%;
      height: 300px; } }
.contacts-section .contact-us {
  width: 32%;
  background-color: #191919;
  padding: 30px 24px;
  margin-bottom: 50px;
  border: 1px solid #d99e37; }
  @media screen and (max-width: 1400px) {
    .contacts-section .contact-us {
      width: 46%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-bottom: 0; } }
  @media screen and (max-width: 1024px) {
    .contacts-section .contact-us {
      width: 60%;
      margin: 0 auto 30px; } }
  @media screen and (max-width: 768px) {
    .contacts-section .contact-us {
      max-width: 480px;
      width: 100%;
      padding: 20px 15px;
      margin: 0 auto 20px; } }
.contacts-section .contact-title {
  color: #ddc08d;
  font-family: 'Prata';
  font-size: .9rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; }
.contacts-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .contacts-section form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .contacts-section form input {
    width: 48%;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .contacts-section form input {
        width: 100%;
        margin-bottom: 10px; } }
  .contacts-section form textarea {
    resize: none;
    height: 100px;
    margin-bottom: 25px; }
  .contacts-section form button {
    width: 180px;
    color: #d99e37;
    padding: 12px 0 10px 0;
    margin: 0 auto;
    border: 1px solid #d99e37; }
    .contacts-section form button:hover {
      color: #191919;
      background-color: #d99e37; }
@media screen and (max-width: 1400px) {
  .contacts-section .route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media screen and (max-width: 1024px) {
  .contacts-section .route {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0 auto; } }
.contacts-section .route-title {
  color: #d5b680;
  font-family: 'Prata';
  font-size: .9rem;
  margin-bottom: 20px; }
.contacts-section .route-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1400px) {
    .contacts-section .route-variation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.contacts-section .route-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px; }
  @media screen and (max-width: 1400px) {
    .contacts-section .route-box {
      margin: 0 0 20px; } }
  .contacts-section .route-box .adress-img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contacts-section .route-box span {
    color: #d5b680;
    font-size: .74rem;
    border-bottom: 1px solid #d5b680; }
    .contacts-section .route-box span:hover {
      color: #d99e37;
      border-bottom: 1px solid #d99e37; }

.contacts-section.showActive {
  left: 0; }

.contacts-routes-section .route-titles {
  text-align: center!important; }
.contacts-routes-section .route {
  max-width: 600px;
    margin: 0 auto;
  color: #ddc08d;
  font-size: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.77);
  border: 1px solid #d99e37;
  padding: 30px 65px 5px; }
  .contacts-routes-section .route .price-title {
    margin-bottom: 15px;
    text-align: center; }
  @media screen and (max-width: 1024px) {
    .contacts-routes-section .route {
      background-color: transparent;
      border: none;
      padding: 0; } }
.contacts-routes-section p {
  margin-bottom: 12px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .contacts-routes-section p {
      margin-bottom: 20px; } }
.contacts-routes-section span {
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .contacts-routes-section span {
      margin-bottom: 15px; } }

.contacts-routes-section.showActive {
  left: 0; }

* {
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: 'SF UI Display';
  letter-spacing: 1.5px; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }

h1, h2, h3, h4, p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

input {
  color: #d99e37;
  font-size: .75rem;
  padding: 10px;
  border: 1px solid #292929;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }
  input::-webkit-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  input:-ms-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  input::-ms-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  input::-webkit-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  input:-ms-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  input::placeholder {
    color: #74674f;
    font-size: .75rem; }

textarea {
  color: #d99e37;
  font-size: .75rem;
  width: 100%;
  padding: 10px;
  border: 1px solid #292929;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }
  textarea::-webkit-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  textarea:-ms-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  textarea::-ms-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  textarea::-webkit-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  textarea:-ms-input-placeholder {
    color: #74674f;
    font-size: .75rem; }
  textarea::placeholder {
    color: #74674f;
    font-size: .75rem; }

button {
  font-family: 'Prata';
  font-size: .8rem;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
  letter-spacing: 1.5px; }

span {
  cursor: pointer; }

#wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
 /* background-image: url("../img/main-bg.jpg");*/
  /*background-repeat: no-repeat;
  background-size: cover;*/ }

@-webkit-keyframes playX {
  from {
    background-position-x: 0%;
  }

  to {
    background-position-x: 100%;
  }
}

@keyframes playX {
  from {
    background-position-x: 0%;
  }

  to {
    background-position-x: 100%;
  }
}

@-webkit-keyframes playY {
  from {
    background-position-y: 0%;
  }

  to {
    background-position-y: 100%;
  }
}

@keyframes playY {
  from {
    background-position-y: 0%;
  }

  to {
    background-position-y: 100%;
  }
}
.logoImg {
  position: absolute;
  left: 20px;
  bottom: 95px;
  z-index: 999;
}

.logoImgSpan {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 200;
}

.logo_animate {
  width: 145px;
  height: 40px;
  background-image: url("../images/logo_new_400.png");
  background-size: 100% auto;
  display: block;
  -webkit-animation: playY 6s steps(255) infinite;
  animation: playY 6s steps(255) infinite;
}

.container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.btn {
  display: block;
  width: 250px;
  text-align: center;
  color: #d99e37;
  font-size: .9rem;
  text-transform: uppercase;
  background-color: #191919;
  font-family: 'Prata'; }
  .btn:hover {
    color: #191919;
    background-color: #d99e37; }
  @media screen and (max-width: 1920px) {
    .btn {
      font-size: .8rem; } }

h2 {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto 70px;
  color: #d99e37;
  font-family: 'Prata';
  font-weight: 400;
  border-top: 1px solid #d99e37;
  border-bottom: 1px solid #d99e37; }
  @media screen and (max-width: 1920px) {
    h2 {
      margin: 0 auto 45px; } }
  @media screen and (max-width: 1024px) {
    h2 {
      margin: 0 auto 30px; } }

.scroll-wrap::-webkit-scrollbar {
  width: 2px; }

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #d99e37;
  height: 130px; }

.popup-close {
  position: absolute;
  padding: 5px;
  right: 15px;
  cursor: pointer; }
  .popup-close:before {
    position: absolute;
    top: 4px;
    left: -1px;
    content: '';
    width: 13px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-close:after {
    position: absolute;
    top: 4px;
    left: -1px;
    content: '';
    width: 13px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .error .page-number {
    text-transform: uppercase;
    font-size: 5rem; }
  .error .page-description {
    text-transform: uppercase;
    font-size: 2rem; }

#pano {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 2; }

    #pano.index {
       position: absolute;
    z-index: 5;
  }
  .main-sleder {
    z-index: 2;
  }

.restaurant-slider {
  position: relative;
  max-width: 1150px; }
  @media screen and (max-width: 1920px) {
    .restaurant-slider {
      max-width: 1060px; } }
  @media screen and (max-width: 1600px) {
    .restaurant-slider {
      max-width: 750px; } }
  @media screen and (max-width: 1024px) {
    .restaurant-slider {
      max-width: 500px; } }
  @media screen and (max-width: 768px) {
    .restaurant-slider .slick-prev {
      left: 40%;
      top: 238px; } }
  @media screen and (max-width: 768px) {
    .restaurant-slider .slick-next {
      right: 40%;
      top: 238px; } }

.offer-slider {
  position: relative;
  max-width: 1150px; }
  @media screen and (max-width: 1600px) {
    .offer-slider {
      max-width: 750px; } }
  @media screen and (max-width: 1024px) {
    .offer-slider {
      max-width: 380px; } }
  @media screen and (max-width: 768px) {
    .offer-slider {
      max-width: 280px; } }
  .offer-slider .slick-prev {
    top: 110px; }
    @media screen and (max-width: 768px) {
      .offer-slider .slick-prev {
        top: 236px;
        left: 90px; } }
  .offer-slider .slick-next {
    top: 110px; }
    @media screen and (max-width: 768px) {
      .offer-slider .slick-next {
        top: 236px;
        right: 90px; } }
  .offer-slider .slick-dots {
    margin: 20px auto 0;
    color: #c5ab7c;
    text-align: center; }
    .offer-slider .slick-dots li {
      display: inline;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .offer-slider .slick-dots li {
          display: none; } }
    .offer-slider .slick-dots li button {
      font-family: 'SF UI Display';
      font-size: 1.2rem; }
    .offer-slider .slick-dots li.slick-active button {
      font-size: 1.5rem;
      color: #d99e37;
      border-bottom: 2px solid #d99e37; }

.slick-prev {
  position: absolute;
  left: -50px;
  top: 42%;
  width: 34px;
  height: 34px;
  border: 1px solid #9f7328;
  z-index: 999999; }
  .slick-prev:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #d99e37;
    border-left: 2px solid #d99e37;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .slick-prev:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 7px;
    width: 20px;
    height: 2px;
    background: #d99e37; }

.slick-next {
  position: absolute;
  right: -50px;
  top: 42%;
  width: 34px;
  height: 34px;
  border: 1px solid #d99e37;
  z-index: 999999; }
  .slick-next:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 13px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #d99e37;
    border-right: 2px solid #d99e37;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .slick-next:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 7px;
    width: 20px;
    height: 2px;
    background: #d99e37; }

.conference-slider {
  position: relative;
  width: 50%;
  height: 300px; }
  .conference-slider .slick-prev {
    background-color: rgba(0, 0, 0, 0.77);
    position: absolute;
    left: 10px;
    bottom: 40%;
    width: 34px;
    height: 34px;
    border: 1px solid #9f7328;
    z-index: 1; }
  .conference-slider .slick-next {
    background-color: rgba(0, 0, 0, 0.77);
    position: absolute;
    right: 10px;
    top: 49%;
    width: 34px;
    height: 34px;
    border: 1px solid #d99e37; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.category-slider .slick-track,
.category-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0 10px 0; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

#tl-anchor {
  text-align: left;
  max-width: 1440px;
  color: #d99e37;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto 30px auto;
}

#block-search-inner {
  background: rgba(0, 0, 0, 0.77);
  position: relative;
  z-index: 99;
}

#block-search-main {
  background: rgba(0,0,0,0.8);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  right: 0;
  left: 0;
  top: 88px;
}

#tl-search-form-main {
  max-width: 1122px;
  margin: 0 auto;
}

#block-search-inner .tl-container {
  max-width: 1122px;
  width: 100%;
  margin: 0 auto;
}

.display_on_search {
  display: block;
}

.not_display_on_search {
  display: none !important;
}

#block-search-mobile-inner, #block-search-mobile-main {
  position: relative;
  z-index: 99;
  text-align: center;
  display: none;
}

.book-link-now-form {
  font-family: 'PT Serif',Georgia,serif;
  font-size: 13.5px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff !important;
  height: 42px;
  background-color: #d99e37;
  background-image: linear-gradient(to top, #d99e37, #d99e37);
  border: 0 solid;
  border-color: rgba(255,255,255,0.16);
  border-top-color: rgba(255,255,255,0.16);
  border-top-width: 0;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  padding: 14px 15px;
  cursor: pointer;
  white-space: normal;
  max-width: 270px;
  width: 100%;
  text-decoration: none !important;
}

.book-link-now-form:hover {
  color: #fff !important;
  background-color: #e0af59;
  background-image: linear-gradient(to top, #e0af59, #e7cc9e);
  border: 0 solid rgba(255,255,255,0.16);
  border-top-width: 0;
  border-top-color: rgba(255,255,255,0.16) !important;
}

#block-search-mobile-main {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 100px;
}

.booking-section {
  padding-top: 30px;
}

.booking-top {
  font: 14px "PTSerif", sans-serif;
  color: #d99e37;
  margin-right: 20px;
}

.kolokol_bron {
  margin-right: 10px;
}

.booking-top, .lang ul {
  position: relative;
  float: left;
}

.kolokol_left {
  margin-right: 20px;
}

.offers-section .offer-reserv-btn, .offer-reserv-btn.subOfferBtn, .room-reserv-btn {
  float: left;
}

.return-section.nav-btn {
  margin-left: 10px;
}

@media(max-width: 1387px) {
  .text_bron {
    display: none !important;
  }

  .kolokol_bron {
    margin-right: 20px !important;
    margin-top: 2px;
  }
}

@media(max-width: 1024px) {
  .kolokol_bron {
    margin-top: 25px;
  }

  .about-section, .rooms-section, .room-open-section, .offers-section, .offer-open-section, .conference-section, .services-section, .restaurant-section, .contacts-section, .booking-section, .contacts-routes-section {
    padding-top: 165px;
  }
}

@media(max-width: 768px) {
  #block-search-mobile-inner, #block-search-mobile-main {
    display: block;
  }

  #block-search-main, #block-search-inner {
    display: none !important;
  }

  .booking-section .container-section {
    padding: 0;
  }

  .about-section, .rooms-section, .room-open-section, .offers-section, .offer-open-section, .conference-section, .services-section, .restaurant-section, .contacts-section, .booking-section, .contacts-routes-section {
    padding-top: 80px;
  }

  .logoImg {
    left: 50%;
    transform: translateX(-50%);
  }
}