@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Circe";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/circe-regular.woff2") format("woff2"), url("../fonts/circe-regular.woff") format("woff"), url("../fonts/circe-regular.ttf") format("truetype"); }
@font-face {
  font-family: "Circe";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/circe-bold.woff2") format("woff2"), url("../fonts/circe-bold.woff") format("woff"), url("../fonts/circe-bold.ttf") format("truetype"); }
@font-face {
  font-family: "Circe";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/circe-extrabold.woff2") format("woff2"), url("../fonts/circe-extrabold.woff") format("woff"), url("../fonts/circe-extrabold.ttf") format("truetype"); }
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/raleway-regular.woff2") format("woff2"), url("../fonts/raleway-regular.woff") format("woff"), url("../fonts/raleway-regular.ttf") format("truetype"); }
@font-face {
  font-family: "Raleway";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/raleway-light.woff2") format("woff2"), url("../fonts/raleway-light.woff") format("woff"), url("../fonts/raleway-light.ttf") format("truetype"); }
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/raleway-bold.woff2") format("woff2"), url("../fonts/raleway-bold.woff") format("woff"), url("../fonts/raleway-bold.ttf") format("truetype"); }
@font-face {
  font-family: "Raleway";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/raleway-extrabold.woff2") format("woff2"), url("../fonts/raleway-extrabold.woff") format("woff"), url("../fonts/raleway-extrabold.ttf") format("truetype"); }
body {
  position: relative;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45;
  color: #01161e;
  background: #fff;
  overflow-x: hidden; }
  @media (min-width: 768px) and (max-width: 960px) {
    body {
      overflow-x: hidden; } }

p {
  margin: 0;
  padding: 0 0 15px; }

a {
  transition: 0.3s linear;
  cursor: pointer; }

h2,
.h2 {
  padding: 0;
  margin: 10px 0 25px;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .45em;
  line-height: 1.5; }

.container {
  width: 100%;
  max-width: 1250px;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }

.overlay {
  position: relative; }
  @media (max-width: 767px) {
    .overlay {
      position: fixed;
      width: 100%; } }
  .overlay::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 88;
    width: 100%;
    height: 100%;
    background: rgba(1, 22, 30, 0.8); }

.room-show {
  overflow: hidden; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default !important; }

input,
select,
textarea {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: normal; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  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; }
  [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; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  position: relative;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  background: #fff;
  border-bottom: 1px solid #d4d6d6; }

.selectric .label {
  display: block;
  box-sizing: border-box;
  padding: 15px 8px;
  overflow: hidden;
  font-size: 16px;
  color: #01161e;
  height: 50px; }

.selectric .button {
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
  text-align: center; }

.selectric .button::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/arrow.svg") 0 0 no-repeat;
  background-size: cover;
  border: none; }
  .selectric-open .selectric .button::after {
    transform: rotate(180deg); }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  background: #fff; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 0 4px 4px 0;
  z-index: -1;
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.25); }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul,
.selectric-items li {
  list-style: none;
  margin: 0;
  background: #fff; }

.selectric-items ul {
  padding: 10px 0; }

.selectric-items li {
  display: block;
  padding: 5px 35px;
  color: #01161e;
  cursor: pointer; }

.selectric-items li.selected {
  color: #00bfdb; }

.selectric-items li.highlighted {
  color: #00bfdb; }

.selectric-items li:hover {
  color: #00bfdb; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.btn {
  display: inline-block;
  padding: 18px 50px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  cursor: pointer;
  background: #db5461;
  border: none;
  border-radius: 2px;
  transition: 0.3s linear;
  outline: none; }
  .btn:hover {
    background: #d73f4e; }

.select {
  display: block;
  width: 100%; }
  .select .selectize-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 8px;
    font-size: 16px;
    font-weight: normal;
    color: #01161e;
    border: none;
    border-bottom: 1px solid #d4d6d6;
    border-right: none;
    border-radius: 0;
    box-shadow: none; }
    @media (max-width: 767px) {
      .select .selectize-input {
        font-size: 12px; } }
  .select.selectize-control.single .selectize-input, .select.selectize-control.single .selectize-input input {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #01161e; }
    @media (max-width: 767px) {
      .select.selectize-control.single .selectize-input, .select.selectize-control.single .selectize-input input {
        font-size: 12px; } }
    .select.selectize-control.single .selectize-input::-webkit-input-placeholder, .select.selectize-control.single .selectize-input input::-webkit-input-placeholder {
      color: #01161e; }
    .select.selectize-control.single .selectize-input::after, .select.selectize-control.single .selectize-input input::after {
      width: 18px;
      height: 18px;
      background: transparent url("../img/arrow.svg") 0 0 no-repeat;
      background-size: cover;
      border: none; }
      @media (max-width: 767px) {
        .select.selectize-control.single .selectize-input::after, .select.selectize-control.single .selectize-input input::after {
          width: 14px;
          height: 14px; } }
    .select.selectize-control.single .selectize-input.input-active::after, .select.selectize-control.single .selectize-input input.input-active::after {
      transform: rotate(180deg); }
  .select .selectize-dropdown {
    padding: 10px 0;
    box-shadow: 0 6px 13px 1px rgba(4, 26, 55, 0.19);
    border-radius: 0 4px 4px 0; }
    .select .selectize-dropdown [data-selectable] {
      padding: 8px 40px;
      font-size: 16px;
      font-weight: normal;
      color: #01161e; }
      @media (max-width: 767px) {
        .select .selectize-dropdown [data-selectable] {
          font-size: 12px; } }
      .select .selectize-dropdown [data-selectable]:hover, .select .selectize-dropdown [data-selectable].active, .select .selectize-dropdown [data-selectable].selected {
        color: #00bfdb;
        background-color: transparent; }

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 40px 0 10px; }
  .header__wrap {
    position: relative;
    display: flex;
    align-items: center; }
  .header__logo-link {
    text-decoration: none;
    outline: none; }
    @media (max-width: 767px) {
      .header--main .header__logo-link {
        display: none; } }
  .header__logo {
    display: block;
    width: 140px;
    height: auto; }
  .header__phone {
    margin-left: 105px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    @media (max-width: 767px) {
      .header__phone {
        display: none; } }
    .header__phone:hover {
      opacity: .5; }
    .header--main .header__phone {
      margin-left: 0; }

.menu-nav {
  position: absolute;
  top: -7px;
  right: 25px;
  z-index: 12; }
  @media (min-width: 768px) and (max-width: 960px) {
    .menu-nav {
      right: 50px; } }
  @media (max-width: 767px) {
    .menu-nav {
      position: fixed;
      top: 25px;
      right: 0px; }
      .menu-nav--open {
        top: 0px;
        right: 0;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        padding-top: 20px;
        background: #00bfdb; } }
  .menu-nav__wrap {
    position: relative; }
    @media (max-width: 767px) {
      .menu-nav__wrap {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 300px;
        margin: 0 auto; } }
    .menu-nav__wrap::before {
      position: absolute;
      top: -185px;
      right: -180px;
      z-index: -1;
      content: '';
      width: 400px;
      height: 400px;
      background: #00bfdb;
      border-radius: 50%;
      opacity: 0;
      transition: 0.3s linear; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .menu-nav__wrap::before {
          top: -35px;
          right: -50px;
          width: 269px;
          height: 247px;
          background: transparent url("../img/menu-bg.png") top right no-repeat;
          background-size: cover;
          border-radius: 0; } }
      @media (max-width: 767px) {
        .menu-nav__wrap::before {
          display: none; } }
    .menu-nav--open .menu-nav__wrap::before {
      opacity: 1; }
  .menu-nav__toggle {
    position: relative;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 12px;
    line-height: 26px;
    background: #00bfdb;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer; }
    .menu-nav--open .menu-nav__toggle {
      top: -30px;
      right: -175px; }
      @media (max-width: 767px) {
        .menu-nav--open .menu-nav__toggle {
          top: -10px;
          right: auto;
          left: 50%;
          letter-spacing: .1em; } }
    .menu-nav__toggle span {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 3px;
      vertical-align: middle;
      text-align: center;
      background: #fff; }
      .menu-nav--open .menu-nav__toggle span {
        background-color: transparent; }
      .menu-nav__toggle span::before, .menu-nav__toggle span::after {
        position: absolute;
        left: 0;
        content: '';
        height: 3px;
        background: #fff; }
        .menu-nav--open .menu-nav__toggle span::before, .menu-nav--open .menu-nav__toggle span::after {
          left: 3px; }
      .menu-nav__toggle span::before {
        top: -8px;
        width: 100%; }
        .menu-nav--open .menu-nav__toggle span::before {
          top: 3px;
          width: 80%;
          transform: rotate(-45deg); }
      .menu-nav__toggle span::after {
        bottom: -8px;
        width: 85%; }
        .menu-nav--open .menu-nav__toggle span::after {
          bottom: -3px;
          width: 80%;
          transform: rotate(45deg); }
  .menu-nav__list {
    position: relative;
    top: -60px;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none; }
    @media (max-width: 767px) {
      .menu-nav__list {
        top: 0;
        left: 0;
        max-width: 280px;
        margin: 30px auto 0; } }
    .menu-nav--open .menu-nav__list {
      display: block; }
  .menu-nav__item {
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .menu-nav__item {
        padding-right: 40%;
        margin-bottom: 30px;
        line-height: 1.1; } }
    .menu-nav__item:first-child {
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .menu-nav__item:first-child {
          margin-bottom: 30px; } }
    .menu-nav__item:nth-child(3) {
      padding-left: 5px; }
      @media (max-width: 767px) {
        .menu-nav__item:nth-child(3) {
          padding-left: 0; } }
    .menu-nav__item:nth-child(4) {
      padding-left: 10px;
      margin-bottom: 3px; }
      @media (max-width: 767px) {
        .menu-nav__item:nth-child(4) {
          padding-left: 0;
          margin-bottom: 30px; } }
    .menu-nav__item:nth-child(5) {
      padding-left: 25px;
      margin-bottom: 3px; }
      @media (max-width: 767px) {
        .menu-nav__item:nth-child(5) {
          padding-left: 0;
          margin-bottom: 30px; } }
    .menu-nav__item:nth-child(6) {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .menu-nav__item:nth-child(6) {
          padding-left: 0; } }
    .menu-nav__item:nth-child(7) {
      padding-left: 70px; }
      @media (max-width: 767px) {
        .menu-nav__item:nth-child(7) {
          padding-left: 0; } }
  .menu-nav__link {
    font-family: "Raleway", sans-serif;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .45em; }
    .menu-nav__link:hover {
      opacity: .5; }
  .menu-nav__phone {
    display: none;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none; }
    @media (max-width: 767px) {
      .menu-nav--open .menu-nav__phone {
        display: inline-block; } }
  .menu-nav__social {
    display: none; }
    @media (max-width: 767px) {
      .menu-nav--open .menu-nav__social {
        display: block;
        padding: 10px 0 0;
        text-align: center; }
      .menu-nav__social .social-list__icon {
        opacity: 1; } }

.promo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  box-sizing: border-box;
  padding: 60px 0 55px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 11px 25px -3px rgba(0, 0, 0, 0.35); }
  @media (min-width: 768px) and (max-width: 960px) {
    .promo {
      padding-bottom: 10%; } }
  @media (max-width: 767px) {
    .promo {
      padding-bottom: 75px; } }
  .promo__wrap {
    width: 50%; }
    @media (min-width: 768px) and (max-width: 960px) {
      .promo__wrap {
        width: 80%; } }
    @media (max-width: 767px) {
      .promo__wrap {
        width: 90%; } }
  .promo__title {
    padding: 0;
    margin: 20px 0 50px;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5em; }
    @media (max-width: 767px) {
      .promo__title {
        font-size: 24px;
        letter-spacing: .3em; } }
  .promo__descr {
    line-height: 1.3; }
    @media (max-width: 767px) {
      .promo__descr {
        font-size: 14px; } }

.prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 0 35px;
  margin-top: 65px;
  list-style: none;
  font-weight: 900;
  color: #fff;
  letter-spacing: .45em;
  box-shadow: 0 11px 15px -3px rgba(0, 0, 0, 0.35); }
  @media (max-width: 960px) {
    .prices {
      flex-wrap: wrap;
      letter-spacing: .4em; } }
  .prices__item {
    width: calc(100% / 2);
    padding: 50px 0;
    text-align: center; }
    @media (max-width: 960px) {
      .prices__item {
        width: 100%; } }
    .prices__item--lagoon {
      background: #00708c; }
    .prices__item--blue {
      background: #00bfdb; }
    .prices__item--lilac {
      background: #c1c3ec; }
  .prices__price {
    font-size: 24px; }
    @media (max-width: 960px) {
      .prices__price {
        font-size: 20px; } }
  .prices__hours {
    font-size: 14px; }
    @media (max-width: 960px) {
      .prices__hours {
        font-size: 12px; } }

.contact-info {
  padding: 25px 0 40px;
  font-size: 16px;
  text-align: center; }
  .contact-info__phone {
    font-size: 24px;
    font-weight: 900;
    color: #01161e;
    text-decoration: none;
    letter-spacing: .5em; }
    .contact-info__phone:hover {
      color: #022837; }
    @media (max-width: 767px) {
      .contact-info__phone {
        font-size: 20px;
        letter-spacing: .3em; } }
  .contact-info__hours {
    padding: 10px 0 20px; }
  .contact-info__email {
    font-size: 14px;
    font-weight: 900;
    color: #01161e;
    text-decoration: none;
    letter-spacing: .4em;
    border-bottom: 1px solid #01161e;
    transition: 0.3s linear; }
    .contact-info__email:hover {
      border-color: transparent; }
  .contact-info__text {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.55;
    padding-bottom: 10px; }
    .contact-info__text--email {
      margin-bottom: 100px; }
      @media (min-width: 768px) and (max-width: 960px) {
        .contact-info__text--email {
          margin-bottom: 55px; } }
    .contact-info__text b {
      letter-spacing: .2em; }

.services {
  max-width: 750px;
  padding: 60px 25px 15px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .main-about .services {
      padding-left: 0;
      padding-right: 0; } }
  .main-about .services {
    padding-top: 18px; }
    @media (max-width: 767px) {
      .main-about .services {
        padding-top: 60px; } }
  .services__title {
    margin-bottom: 50px;
    line-height: 1.45; }
  .services__text {
    line-height: 1.5; }
    @media (max-width: 767px) {
      .services__text br {
        display: none; } }
  .services__list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    list-style: none;
    padding: 0;
    margin: 40px 0 30px; }
    .main-about .services__list {
      width: 100%;
      margin: 50px 0 0; }
  .services__item {
    width: 33%;
    box-sizing: border-box;
    padding-right: 8%;
    margin-bottom: 45px; }
    .services__item:nth-child(3) {
      width: 25%;
      padding-right: 0; }
    @media (max-width: 767px) {
      .services__item {
        width: 100%;
        padding-right: 25%;
        margin-bottom: 20px; } }
  .services__item-title {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    color: #01161e;
    line-height: 1.4;
    letter-spacing: .2em; }
    @media (max-width: 767px) {
      .services__item-title {
        font-size: 14px; } }
  .services__item-icon {
    display: block;
    min-height: 35px;
    fill: #00bfdb; }

.clients {
  max-width: 780px;
  padding: 10px 0 100px; }
  @media (min-width: 768px) and (max-width: 960px) {
    .clients {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .clients__title {
    padding-left: 5.5%; }
  .clients__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .clients__list {
        flex-wrap: wrap; } }
  .clients__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    min-height: 110px; }
    @media (max-width: 767px) {
      .clients__item {
        width: 50%; } }
  .clients__img {
    display: block;
    max-width: 90%;
    height: auto; }
    @media (max-width: 767px) {
      .clients__img {
        max-width: 75%; } }

.about {
  padding: 100px 0 50px; }
  @media (min-width: 768px) and (max-width: 960px) {
    .about {
      overflow-x: hidden;
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .about {
      padding-top: 50px;
      padding-bottom: 25px;
      overflow: hidden; } }
  .about__text-wrap {
    max-width: 750px;
    margin: 0 auto; }
  .about__title {
    max-width: 400px;
    margin-top: 75px;
    margin-bottom: 55px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .about__title {
        font-size: 20px;
        letter-spacing: .4em; } }
  .about__slider {
    height: 320px;
    margin: 0 -25px;
    margin-top: 65px; 
  margin-bottom: 65px;
  }
    .about__slider .slick-arrow {
      display: none; }
    @media (max-width: 767px) {
      .about__slider {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
  .about__slide {
    box-sizing: border-box;
    padding: 0 25px;
    outline: none; }
    @media (max-width: 767px) {
      .about__slide {
        padding: 0; } }
  .about__img-link {
    outline: none; }
  .about__img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 320px; }

.main-about {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 100px; }
  @media (max-width: 767px) {
    .main-about {
      margin-top: 70px; } }
  .main-about__wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 960px) {
      .main-about__wrap {
        flex-wrap: wrap; } }
  .main-about__left {
    width: 35%;
    padding-left: 3%; }
    @media (max-width: 960px) {
      .main-about__left {
        width: 100%;
        padding-left: 0; } }
  .main-about__right {
    width: 45%; }
    @media (max-width: 960px) {
      .main-about__right {
        width: 100%; } }
  .main-about__label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 440px;
    background: transparent url("../img/kokon-label-bg.jpg") left top no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.33);
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 960px) {
      .main-about__label {
        margin: 0 auto 35px; } }
    @media (max-width: 767px) {
      .main-about__label {
        width: 260px;
        height: 260px;
        box-sizing: border-box;
        margin: 0 auto; } }
    .main-about__label::after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 380px;
      height: 380px;
      background: #fff;
      border-radius: 50%;
      z-index: 18;
      transform: translate(-50%, -50%);
      box-shadow: inset 0 5px 65px 0 rgba(0, 0, 0, 0.33);
      transition: 0.3s linear; }
      @media (max-width: 767px) {
        .main-about__label::after {
          width: 220px;
          height: 220px; } }
    .main-about__label:hover::after {
      width: 360px;
      height: 360px; }
      @media (max-width: 767px) {
        .main-about__label:hover::after {
          width: 220px;
          height: 220px; } }
  .main-about__label-text {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .65em;
    text-transform: uppercase;
    text-align: center;
    z-index: 19; }
    @media (max-width: 767px) {
      .main-about__label-text {
        font-size: 15px; } }

.atmosphere {
  display: flex;
  overflow: visible;
  max-width: 1140px;
  padding-top: 85px;
  padding-bottom: 50px;
  margin-top: 100px; }
  @media (min-width: 768px) and (max-width: 960px) {
    .atmosphere {
      justify-content: space-between;
      padding-top: 40px;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .atmosphere {
      flex-wrap: wrap;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }
  .atmosphere__left {
    width: 57%; }
    @media (min-width: 768px) and (max-width: 960px) {
      .atmosphere__left {
        width: 60%; } }
    @media (max-width: 767px) {
      .atmosphere__left {
        width: 100%; } }
  .atmosphere__right {
    width: 26%;
    padding-top: 10px; }
    @media (min-width: 768px) and (max-width: 960px) {
      .atmosphere__right {
        width: 33%; } }
    @media (max-width: 767px) {
      .atmosphere__right {
        display: flex;
        flex-wrap: wrap;
        width: 100%; } }
  .atmosphere__title {
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .atmosphere__title {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto 15px; } }
  @media (max-width: 767px) {
    .atmosphere__text {
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto; } }
  .atmosphere__left .atmosphere__text {
    padding-right: 30%;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .atmosphere__left .atmosphere__text {
        padding-right: 20px;
        margin-bottom: 10px; } }
  .atmosphere__right .atmosphere__text {
    margin-top: 80px; }
    @media (max-width: 767px) {
      .atmosphere__right .atmosphere__text {
        order: 1;
        margin-top: 65px;
        margin-bottom: 10px; } }
  .atmosphere__img-wrap {
    position: relative;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .atmosphere__img-wrap {
        width: 100%; } }
    @media (max-width: 767px) {
      .atmosphere__right .atmosphere__img-wrap {
        order: 2; } }
  .atmosphere__img {
    display: block;
    max-width: 100%;
    height: auto;
    box-shadow: 0 11px 45px -3px rgba(0, 0, 0, 0.45); }
    .atmosphere__left .atmosphere__img {
      width: 515px; }
      @media (max-width: 767px) {
        .atmosphere__left .atmosphere__img {
          width: 100%; } }
    .atmosphere__right .atmosphere__img {
      width: 278px; }
      @media (max-width: 767px) {
        .atmosphere__right .atmosphere__img {
          width: 100%; } }
  .atmosphere__img-title {
    position: absolute;
    left: -25px;
    bottom: 0;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #d4d6d6;
    text-transform: uppercase;
    letter-spacing: .45em;
    transform-origin: 0 10px 0;
    transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .atmosphere__img-title {
        width: 280px;
        color: #01161e;
        opacity: .3;
        left: 50%;
        transform: none;
        bottom: -30px;
        transform: translateX(-50%); } }
    .atmosphere__img-title--right {
      top: 105px;
      right: -15px;
      bottom: auto;
      left: auto;
      transform-origin: 100% 0 0;
      transform: rotate(90deg); }
      @media (max-width: 767px) {
        .atmosphere__img-title--right {
          top: auto;
          right: auto;
          bottom: -30px;
          transform: translateX(-50%); } }

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  margin: 50px 0;
  box-shadow: 0 11px 25px -3px rgba(0, 0, 0, 0.35); }
  .banner__wrap {
    max-width: 750px; }
  .banner__text {
    padding: 15px 0 0;
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center; }
    @media (max-width: 767px) {
      .banner__text {
        font-size: 20px; } }

.details {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 150px;
  min-height: 500px; }
  @media (min-width: 768px) and (max-width: 960px) {
    .details {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .details {
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      padding-top: 20px;
      min-height: 1px;
      padding-bottom: 430px;
      overflow-x: hidden; } }
  .details__title {
    width: 42.5%;
    padding-right: 2%;
    letter-spacing: .45em; }
    @media (min-width: 768px) and (max-width: 960px) {
      .details__title {
        width: 40%; } }
    @media (max-width: 767px) {
      .details__title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px; } }
  .details__descr-wrap {
    position: relative;
    width: 35%;
    padding-right: 9%; }
    @media (min-width: 768px) and (max-width: 960px) {
      .details__descr-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .details__descr-wrap {
        width: 100%;
        padding-right: 0; } }
  .details__descr {
    padding-top: 13px;
    line-height: 1.5; }
  .details__link-wrap {
    padding: 5px 0 0;
    margin: 0; }
    @media (max-width: 767px) {
      .details__link-wrap {
        text-align: right; } }
  .details__descr-link {
    padding-left: 45%;
    padding-bottom: 3px;
    font-family: "Raleway", sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45em;
    color: #d4d6d6;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.3s linear; }
    @media (max-width: 767px) {
      .details__descr-link {
        padding-left: 0; } }
    .details__descr-link span {
      position: relative;
      display: inline-block; }
      .details__descr-link span::after {
        position: absolute;
        left: 0;
        bottom: -5px;
        content: '';
        width: 97%;
        height: 2px;
        background: #00bfdb;
        opacity: 0;
        transition: 0.3s linear; }
    .details__descr-link:hover {
      color: #00bfdb; }
      .details__descr-link:hover span::after {
        opacity: 1; }
  .details__img-wrap {
    position: absolute;
    left: 26%;
    top: 28%;
    width: 357px; }
    @media (min-width: 1021px) and (max-width: 1100px) {
      .details__img-wrap {
        left: 23%; } }
    @media (min-width: 961px) and (max-width: 1020px) {
      .details__img-wrap {
        left: 21%; } }
    @media (min-width: 768px) and (max-width: 960px) {
      .details__img-wrap {
        top: 35%;
        left: 13%; } }
    @media (max-width: 767px) {
      .details__img-wrap {
        left: -20px;
        top: 45%; } }
  .details__img {
    display: block;
    width: 357px;
    max-width: 100%;
    height: auto; }

.welcome {
  padding: 290px 0 15%;
  text-align: center; }
  .welcome--rent {
    padding-top: 15%; }
  @media (min-width: 768px) and (max-width: 960px) {
    .welcome {
      padding-top: 15%; } }
  @media (max-width: 767px) {
    .welcome {
      padding-top: 100px; } }
  .welcome__title {
    margin: 10px 0 55px;
    letter-spacing: .5em; }
    @media (max-width: 767px) {
      .welcome__title {
        font-size: 20px; } }

.map {
  position: relative;
  height: 500px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .map__info {
    position: absolute;
    right: 95px;
    bottom: -175px;
    width: 413px;
    height: 413px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee url("../img/map-info.jpg") 0 0 no-repeat;
    background-size: cover;
    border-radius: 50%; }
    @media (min-width: 768px) and (max-width: 960px) {
      .map__info {
        width: 250px;
        height: 250px;
        right: 25px;
        bottom: -100px; } }
    @media (max-width: 767px) {
      .map__info {
        width: 150px;
        height: 150px;
        bottom: -50px; } }
  .map__info-text {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: .45em;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 960px) {
      .map__info-text {
        font-size: 18px;
        letter-spacing: .2em; } }
    @media (max-width: 767px) {
      .map__info-text {
        font-size: 14px;
        letter-spacing: .2em; } }

.why {
  max-width: 750px;
  margin: 125px auto 0; }
  @media (max-width: 767px) {
    .why {
      margin-top: 80px; } }
  .why__text {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .why__text {
        margin-bottom: 0; } }
  .why__title {
    margin-bottom: 50px; }
  .why__reviews {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 75px 0 65px; }
    @media (max-width: 767px) {
      .why__reviews {
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: 15px; } }
  .why__review {
    width: 33%;
    text-align: center; }
    @media (max-width: 767px) {
      .why__review {
        width: 100%; } }
  .why__photo-wrap {
    width: 95px;
    height: 95px;
    margin: 0 auto 20px;
    overflow: hidden; }
  .why__photo {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%; }
  .why__review-text {
    min-height: 45px;
    padding: 0;
    margin: 0 0 10px;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .4em;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .why__review-text {
        min-height: 1px;
        margin-bottom: 10px; } }
  .why__review-person {
    font-size: 16px;
    color: rgba(1, 22, 30, 0.7); }

.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px; }
  @media (max-width: 767px) {
    .footer {
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      height: 160px;
      padding-bottom: 90px;
      text-align: center; } }
  .footer--main {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 999; }
  .footer__logo-link {
    position: absolute;
    top: -7px;
    left: 50%;
    outline: none;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: none; }
    .footer__logo-link:hover {
      opacity: .5; }
    @media (max-width: 767px) {
      .footer__logo-link {
        top: auto;
        bottom: 20px; } }
  .footer__logo-text {
    display: block;
    padding-bottom: 12px;
    text-align: center;
    font-size: 14px;
    color: #01161e;
    text-decoration: none; }
  .footer__logo {
    display: block;
    width: 115px;
    height: auto; }
  .footer__link {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #01161e;
    line-height: 1;
    text-transform: lowercase;
    text-decoration: none;
    letter-spacing: .35em; }
    .footer__link:hover {
      opacity: .5; }
    @media (max-width: 767px) {
      .footer__link {
        width: 100%;
        padding: 5px 0; } }

.main-promo {
  height: 725px;
  background: url("../img/main-promo-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 768px) and (max-width: 960px) {
    .main-promo {
      height: 1000px; } }
  @media (max-width: 767px) {
    .main-promo {
      height: 1000px; } }
  .main-promo__items {
    display: flex;
    height: 100%; }
    @media (max-width: 960px) {
      .main-promo__items {
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); } }
    @media (min-width: 768px) and (max-width: 960px) {
      .main-promo__items {
        align-items: flex-end;
        padding-top: 610px;
        box-sizing: border-box; } }
    @media (max-width: 767px) {
      .main-promo__items {
        position: relative;
        align-items: flex-start;
        padding-top: 240px;
        height: auto;
        z-index: 15; } }
  .main-promo__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: calc(100%/5);
    box-sizing: border-box;
    padding: 50px 10px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 10; }
    @media (max-width: 960px) {
      .main-promo__item {
        align-items: center;
        width: 100%;
        height: 73px;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        align-self: flex-end; } }
    .main-promo__item::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
      transition: .6s linear;
      z-index: -1; }
      @media (max-width: 960px) {
        .main-promo__item::before {
          display: none; } }
    .main-promo__item::after {
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      content: '';
      background: rgba(255, 255, 255, 0.15); }
      @media (max-width: 960px) {
        .main-promo__item::after {
          display: none; } }
    .main-promo__item:hover {
      background-color: transparent; }
      .main-promo__item:hover::before {
        opacity: 1; }
    .main-promo__item--1::before {
      background-image: url("../img/main-promo-item-1-hover.jpg"); }
    .main-promo__item--2::before {
      background-image: url("../img/main-promo-item-2-hover.jpg"); }
    .main-promo__item--3::before {
      background-image: url("../img/main-promo-item-3-hover.jpg"); }
    .main-promo__item--4::before {
      background-image: url("../img/main-promo-item-4-hover.jpg"); }
    .main-promo__item--5::before {
      background-image: url("../img/main-promo-item-5-hover.jpg"); }
    .main-promo__item--5::after {
      display: none; }
  .main-promo__item-name {
    min-height: 50px;
    cursor: pointer; }
    @media (max-width: 960px) {
      .main-promo__item-name {
        min-height: 1px;
        line-height: 1.3; } }
  .main-promo__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 14%;
    padding-bottom: 5%; }
    @media (min-width: 768px) and (max-width: 960px) {
      .main-promo__info {
        top: 16%;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .main-promo__info {
        top: 30px;
        padding-top: 0;
        padding-bottom: 0; } }
  .main-promo__logo {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .main-promo__logo {
        width: 155px;
        margin: 0; } }
  .main-promo__title {
    padding: 0;
    margin: 60px 0 70px;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    letter-spacing: .35em;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 960px) {
      .main-promo__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .main-promo__title {
        padding-bottom: 400px;
        font-size: 14px; } }
    .main-promo__title b {
      font-weight: 700; }
      @media (max-width: 960px) {
        .main-promo__title b {
          display: block; } }

.rooms {
  height: 755px;
  background: transparent url("../img/rooms-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media (min-width: 768px) and (max-width: 960px) {
    .rooms {
      height: 500px;
      padding-top: 5%; } }
  @media (max-width: 767px) {
    .rooms {
      padding-top: 30px; } }
  .rooms__title {
    font-family: "Raleway", sans-serif;
    font-size: 120px;
    font-weight: 900;
    color: #f7f7f7;
    letter-spacing: .35em;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 960px) {
      .rooms__title {
        font-size: 70px; } }
    @media (max-width: 767px) {
      .rooms__title {
        font-size: 30px;
        letter-spacing: .33em; } }
  .rooms__items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10%; }
    @media (max-width: 767px) {
      .rooms__items {
        flex-wrap: wrap;
        margin-top: 30px; } }
  .rooms__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .rooms__item {
        width: 100%;
        height: 90px;
        margin-bottom: 60px; } }
  .rooms__item-name {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    color: #01161e;
    text-transform: uppercase;
    letter-spacing: .35em;
    z-index: 10;
    cursor: pointer;
    transition: .3s ease-in-out; }
    .rooms__item-name::after {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 90px;
      height: 90px;
      border: 1px solid #d4d6d6;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      transition: 1s ease-in-out;
      z-index: 8; }
    .rooms__item:hover .rooms__item-name {
      color: #fff; }
      .rooms__item:hover .rooms__item-name::after {
        opacity: 1;
        width: 600px;
        height: 600px; }
        @media (min-width: 768px) and (max-width: 960px) {
          .rooms__item:hover .rooms__item-name::after {
            width: 270px;
            height: 270px; } }
        @media (max-width: 767px) {
          .rooms__item:hover .rooms__item-name::after {
            width: 250px;
            height: 250px; } }
  .rooms__item-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 90px;
    height: 90px;
    background-size: cover;
    border-radius: 50%;
    transition: .7s ease-in-out;
    transform: translate(-50%, -50%); }
    .rooms__item:hover .rooms__item-img {
      width: 400px;
      height: 400px; }
      @media (min-width: 768px) and (max-width: 960px) {
        .rooms__item:hover .rooms__item-img {
          width: 230px;
          height: 230px; } }
      @media (max-width: 767px) {
        .rooms__item:hover .rooms__item-img {
          width: 200px;
          height: 200px; } }

.social-list {
  padding: 5px 0 0;
  padding-left: 55px;
  margin: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .social-list {
      display: none; } }
  .social-list__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px; }
  .social-list__link {
    text-decoration: none; }
  .social-list__icon {
    fill: #fff;
    opacity: .7;
    transition: 0.3s linear; }
  .social-list__link:hover .social-list__icon {
    opacity: 1; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 700px;
  box-sizing: border-box;
  padding: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 9999999; }
  @media (max-width: 767px) {
    .modal {
      width: 90%;
      max-width: 500px;
      padding: 15px; } }
  .modal.modal-open {
    display: block; }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    content: '';
    z-index: 99999;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    background: transparent url("../img/close-dark.svg") 0 0 no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s linear; }
    @media (max-width: 767px) {
      .modal__close {
        width: 15px;
        height: 15px; } }
    .modal__close:hover {
      opacity: .5; }
  .modal__title {
    padding: 0;
    margin: 0 0 50px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5em;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 767px) {
      .modal__title {
        padding-top: 20px;
        margin-bottom: 20px;
        font-size: 20px; } }
  .modal__form {
    font-size: 16px;
    font-weight: normal; }
    @media (max-width: 767px) {
      .modal__form {
        font-size: 12px; } }
  .modal__form-row {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .modal__form-row {
        margin-bottom: 15px; } }
    .modal__form-row--center {
      text-align: center; }
    .modal__form-row--date {
      background: transparent url("../img/calendar.png") 98% center no-repeat;
      background-size: 18px 20px; }
      @media (max-width: 767px) {
        .modal__form-row--date {
          background-position: 95% center; } }
  .modal__form-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 8px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d4d6d6;
    outline: none; }
    .modal__form-input::-webkit-input-placeholder {
      color: #01161e; }
    .modal__form-input:focus {
      outline: none; }
    .modal__form-input:focus::-webkit-input-placeholder {
      color: transparent; }
  .modal__form-date {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 8px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d4d6d6;
    border-radius: 0;
    cursor: pointer; }
    .modal__form-date:focus {
      outline: none; }
    .modal__form-date::-webkit-input-placeholder {
      color: #01161e; }
    .modal__form-date::-webkit-inner-spin-button, .modal__form-date::-webkit-clear-button, .modal__form-date:focus::-webkit-calendar-picker-indicator {
      display: none; }
  .modal__form-error {
    display: none;
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
    color: #db5461;
    text-align: center; }
  .modal__form-submit {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .modal__form-submit {
        padding: 14px 30px;
        margin-top: 20px;
        font-size: 16px; } }
  .modal__form-success {
    display: none; }

.room-slider {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999; }
  .room-slider.room-slider-open {
    display: block; }
  .room-slider__close-btn {
    position: absolute;
    top: 60px;
    right: 2%;
    content: '';
    z-index: 999999999;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    background: transparent url("../img/close.svg") 0 0 no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s linear; }
    @media (max-width: 767px) {
      .room-slider__close-btn {
        top: 25px; } }
    .room-slider__close-btn:hover, .room-slider__close-btn:active {
      opacity: .75; }
  .room-slider__slide {
    display: block;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .room-slider__slide-wrap {
    position: relative;
    z-index: 99999; }
  .room-slider__descr-wrap {
    position: absolute;
    left: 15px;
    bottom: 5%;
    z-index: 999999;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: 2.5s linear; }
    .room-slider__descr-wrap--show {
      opacity: 1; }
    @media (max-width: 767px) {
      .room-slider__descr-wrap {
        left: 0;
        right: 0;
        bottom: 25px;
        max-width: 90%;
        margin: 0 auto; } }
  .room-slider__descr {
    width: 35%;
    padding: 20px 0 40px;
    margin: 0; }
    @media (max-width: 767px) {
      .room-slider__descr {
        display: none; } }
  .room-slider__icon {
    margin-right: 7px; }
    @media (max-width: 767px) {
      .room-slider__icon {
        display: none; } }
  .room-slider__slide-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
  .room-slider__dateils, .room-slider__btn-wrap {
    width: calc(100% / 3); }
    @media (max-width: 767px) {
      .room-slider__dateils, .room-slider__btn-wrap {
        width: 100%;
        text-align: center; } }
  .room-slider__btn-wrap {
    text-align: center; }
    @media (max-width: 767px) {
      .room-slider__btn-wrap {
        margin-top: 4%; } }
  @media (max-width: 767px) {
    .room-slider__btn {
      width: 100%; } }
  .room-slider .slick-arrow {
    z-index: 999999999;
    width: 20px;
    height: 20px;
    background: transparent url("../img/arrow-slide.svg") 0 0 no-repeat;
    background-size: 20px 20px;
    border: none;
    outline: none; }
    .room-slider .slick-arrow::before {
      display: none; }
    .room-slider .slick-arrow:hover, .room-slider .slick-arrow:active {
      opacity: .75; }
  .room-slider .slick-prev {
    left: 2%;
    transform: rotate(180deg); }
  .room-slider .slick-next {
    right: 2%; }

  
  .main-promo__info-wrap img, .main-promo__info-wrap h1, .main-promo__info-wrap a,  .main-promo__info-wrap button {
      z-index: 12;
      position: relative;
  }