html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.plans_information.owl-carousel .animated,
.location_sliders.owl-carousel .animated {
  -webkit-animation-duration: 10ms;
          animation-duration: 10ms; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

.owl-carousel .fadeOut1 {
  -webkit-animation-name: fadeOut1;
          animation-name: fadeOut1; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOut1 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut1 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: NoahExtraBold;
  src: url(../fonts/NoahExtraBold.woff); }

@font-face {
  font-family: NoahBold;
  src: url(../fonts/NoahBold.woff); }

@font-face {
  font-family: NoahRegular;
  src: url(../fonts/NoahRegular.woff); }

body {
  overflow: hidden; }
  body.popup_active {
    width: 100%;
    position: fixed;
    overflow: hidden; }

div#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s; }
  div#preloader.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear; }
  div#preloader.hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 1s, opacity 1s linear;
    transition: visibility 0s 1s, opacity 1s linear; }
  div#preloader .spinner {
    width: 60px;
    height: 60px;
    margin: auto;
    position: relative;
    background-image: url("../img/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

h1, h2, h3, span, p, strong, ul, li {
  cursor: default; }

button, a {
  background: transparent;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none; }

a.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  margin-left: -7px;
  padding: 0 7px;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: 'NoahExtraBold';
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
  font-size: 16px; }
  a.line:before, a.line:after {
    content: "";
    width: 0;
    height: 7px;
    display: block;
    margin: 0 0 2px 12px;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s; }
  a.line:before {
    position: absolute;
    left: 7px;
    top: calc(50% - 4px);
    margin: 0; }
  a.line:after {
    width: 80px; }
  a.line:hover {
    padding-left: 53px; }
    a.line:hover:before, a.line:hover:after {
      width: 34px; }

.back {
  position: absolute;
  left: 3.1vw;
  top: 42px;
  margin: 0 0 0 19px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: 'NoahExtraBold';
  text-decoration: none;
  line-height: 15px;
  font-size: 16px;
  color: #fff; }
  .back:hover {
    border-bottom: 1px solid #fff; }
  .back:before {
    content: '';
    width: 7px;
    height: 13px;
    position: absolute;
    left: -19px;
    top: 1px;
    display: inline-block;
    padding: 0 12px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23ffffff; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  .back:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    left: -7px;
    top: -7px; }

.back.black {
  color: #000; }
  .back.black:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23000000; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .back.black:hover {
    border-bottom: 1px solid #000; }

ul.icons {
  padding-left: 18px;
  list-style: unset; }
  ul.icons .icon {
    margin-bottom: 18px;
    padding-left: 6px;
    font-family: 'NoahRegular';
    font-size: 18px; }
    ul.icons .icon:last-child {
      margin-bottom: 0; }

.info {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .info .info_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .info .info_content svg {
      fill: #c21a26; }
    .info .info_content .svg span {
      display: none; }
    .info .info_content p {
      margin-left: 12px;
      font-family: 'NoahRegular';
      line-height: 16px;
      font-size: 12px;
      color: #8c8c8c; }

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow: hidden;
  padding: 60px 50px 60px 0; }
  .wrap > div {
    height: calc(100vh - 120px); }

.side_bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  z-index: 1; }
  .side_bar .side_bar_content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .side_bar .logo {
    height: 110px; }
    .side_bar .logo a {
      display: block; }
      .side_bar .logo a svg {
        width: 152px;
        fill: #000; }
    .side_bar .logo .close {
      display: none; }
  .side_bar ul.menu {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 50px; }
    .side_bar ul.menu li {
      width: 100%;
      text-align: center; }
      .side_bar ul.menu li:last-child a {
        margin-bottom: 0; }
      .side_bar ul.menu li.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        .side_bar ul.menu li.active > a {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          color: #c21a26; }
          .side_bar ul.menu li.active > a:before, .side_bar ul.menu li.active > a:after {
            content: "";
            height: 7px;
            margin: 0 0 0 12px;
            background: #c21826;
            display: block;
            -webkit-animation: menu 3s;
                    animation: menu 3s;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; }
          .side_bar ul.menu li.active > a:before {
            margin: 0 12px 0 0; }
      .side_bar ul.menu li a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 22px;
        font-family: 'NoahExtraBold';
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none;
        white-space: nowrap;
        line-height: 26px;
        font-size: 16px;
        color: #000; }
        .side_bar ul.menu li a:hover {
          color: #c21a26; }
      .side_bar ul.menu li .submenu {
        width: 100%;
        display: none;
        margin-bottom: 0;
        padding: 0; }
        .side_bar ul.menu li .submenu li.active a:before, .side_bar ul.menu li .submenu li.active a:after {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 7px;
                  flex: 0 0 7px;
          -webkit-animation: none;
                  animation: none; }
        .side_bar ul.menu li .submenu li a {
          margin-bottom: 22px; }
  .side_bar .footer {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .side_bar .footer .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .side_bar .footer .social a {
        display: block; }
        .side_bar .footer .social a:first-child {
          margin-right: 9px; }
        .side_bar .footer .social a svg {
          width: 22px;
          height: 22px;
          fill: #000; }
    .side_bar .footer .copyright {
      display: block;
      margin-top: 25px;
      font-family: 'NoahBold';
      font-size: 12px;
      color: #000; }

@-webkit-keyframes menu {
  0% {
    -webkit-box-flex: 0;
            flex: 0; }
  100% {
    -webkit-box-flex: 100%;
            flex: 100%; } }

@keyframes menu {
  0% {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  100% {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; } }

.content {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.popup {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: none;
  background-color: #f5f5f5;
  overflow: hidden;
  line-height: 0; }

.back_to_top {
  display: none; }

.main .main_sliders {
  height: 100%;
  z-index: inherit; }
  .main .main_sliders .img:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.42); }
  .main .main_sliders .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main .main_sliders .owl-carousel.owl-theme.owl-loaded.owl-drag, .main .main_sliders .owl-stage-outer, .main .main_sliders .owl-stage, .main .main_sliders .owl-item, .main .main_sliders .item, .main .main_sliders .owl-item,
  .main .main_sliders .img-responsive {
    height: calc(100vh - 120px);
    margin-left: 1px;
    -o-object-fit: cover;
       object-fit: cover; }
  .main .main_sliders .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .main .main_sliders .owl-dots .owl-dot {
      width: 7px;
      height: 7px;
      position: relative;
      margin: 0 0 17px;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      cursor: pointer;
      border: none;
      outline: none; }
      .main .main_sliders .owl-dots .owl-dot:last-child {
        margin-bottom: 0; }
      .main .main_sliders .owl-dots .owl-dot.active {
        background-color: #fff; }
      .main .main_sliders .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        display: block;
        position: absolute;
        left: -7px;
        top: -7px;
        padding: 7px;
        cursor: pointer; }

.main .main_inf {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 6.2vw; }
  .main .main_inf .logo {
    margin-bottom: 43px;
    max-width: 520px; }
    .main .main_inf .logo .tablet {
      display: none; }
    .main .main_inf .logo svg, .main .main_inf .logo .st0 {
      fill: #fff; }
  .main .main_inf p {
    max-width: 650px;
    margin-bottom: 67px;
    font-family: 'NoahRegular';
    line-height: 26px;
    font-size: 18px;
    color: #fff; }
  .main .main_inf .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  .main .main_inf a, .main .main_inf button {
    font-family: 'NoahExtraBold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #fff; }
    .main .main_inf a.line, .main .main_inf button.line {
      margin-right: 85px; }
    .main .main_inf a.video, .main .main_inf button.video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      padding: 7px;
      background: transparent;
      border-radius: 0;
      border: none; }
      .main .main_inf a.video:before, .main .main_inf button.video:before {
        content: '';
        width: 0;
        height: 11px;
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg' style='fill:%23fff'%3E%3Cpolygon points='0 0, 50 25, 0 50'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all .4s;
        transition: all .4s;
        margin-top: -1px; }
      .main .main_inf a.video:hover:before, .main .main_inf button.video:hover:before {
        width: 10px;
        margin-right: 12px; }

.main .popup .video {
  width: 100%;
  height: calc(100% - 270px);
  padding: 105px 0;
  background: #000; }
  .main .popup .video iframe {
    width: 100%;
    height: 100%; }

.main .popup .buttons {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .main .popup .buttons button {
    height: auto;
    background: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: 'NoahExtraBold';
    font-size: 16px;
    color: #000; }
    .main .popup .buttons button.pause {
      display: none; }
    .main .popup .buttons button svg {
      width: 13px;
      height: 13px;
      display: inline-block;
      margin-right: 12px;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .main .popup .buttons button:hover {
      color: #c21a26; }
      .main .popup .buttons button:hover svg {
        fill: #c21a26; }

.tenant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/back_tenant.jpg");
  background-position: center;
  background-size: cover;
  padding-left: 6.2vw; }
  .tenant:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .tenant * {
    z-index: 1; }
  .tenant .tenant_details {
    width: calc(25vw - 50px);
    max-width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.45); }
    .tenant .tenant_details .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .tenant .tenant_details .box span {
        font-family: 'NoahBold';
        text-transform: uppercase;
        color: #fff; }
      .tenant .tenant_details .box .number {
        text-transform: none;
        font-size: 44px; }
      .tenant .tenant_details .box .text {
        margin-top: 15px;
        font-size: 14px; }
  .tenant .title {
    margin-bottom: 45px;
    font-family: 'NoahBold';
    font-size: 68px;
    color: #fff; }
  .tenant p {
    max-width: 570px;
    margin-bottom: 75px;
    font-family: 'NoahRegular';
    line-height: 26px;
    font-size: 18px;
    color: #fff; }
  .tenant .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 15px; }
    .tenant .link a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      font-family: 'NoahExtraBold';
      text-transform: uppercase;
      text-decoration: none;
      font-size: 16px;
      color: #fff; }

.contacts {
  position: relative; }
  .contacts .message {
    width: 33.7%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'NoahRegular';
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    color: #fff; }
  .contacts .contacts_maps {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .contacts .contacts_maps .map {
      width: 100%;
      height: calc(100% + 25px); }
  .contacts .contacts_information {
    width: calc(555px - 6.2vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 3.1vw;
    background-color: rgba(245, 245, 245, 0.8);
    color: #000; }
    .contacts .contacts_information h1 {
      margin: 0 0 45px -5px;
      font-family: 'NoahBold';
      font-size: 68px; }
    .contacts .contacts_information p {
      max-width: 550px;
      margin: 0 0 65px;
      font-family: 'NoahRegular';
      line-height: 26px;
      font-size: 18px; }
    .contacts .contacts_information .icons {
      padding-left: 18px;
      list-style: unset; }
      .contacts .contacts_information .icons .icon {
        font-family: 'NoahBold'; }
        .contacts .contacts_information .icons .icon:last-child {
          margin-bottom: 0; }

.locations .location_content {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  overflow: hidden; }
  .locations .location_content .locations {
    width: 100%;
    height: calc(100% - 172px);
    position: relative;
    padding: 0;
    overflow: hidden; }
    .locations .location_content .locations .tablet, .locations .location_content .locations .mobile {
      display: none; }
    .locations .location_content .locations .st0 {
      fill: none; }
    .locations .location_content .locations .st1 {
      fill: #FFFFFF;
      -webkit-filter: url(#dropshadow);
              filter: url(#dropshadow); }
    .locations .location_content .locations .st2 {
      fill: transparent; }
    .locations .location_content .locations svg {
      height: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .locations .location_content .locations .marker {
      cursor: pointer;
      outline: none; }
      .locations .location_content .locations .marker:hover .st0 {
        fill: #c21a26; }
      .locations .location_content .locations .marker.active .st0 {
        fill: #c21a26; }
      .locations .location_content .locations .marker.disabled {
        display: none; }
  .locations .location_content .tooltip {
    display: none; }
  .locations .location_content .location_description {
    width: 100%;
    height: 172px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .locations .location_content .location_description .location_sliders {
      position: relative; }
      .locations .location_content .location_description .location_sliders .location_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        padding: 0 7.1vw 11px 7.2vw;
        background-color: #f5f5f5; }
        .locations .location_content .location_description .location_sliders .location_box .box_det {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .locations .location_content .location_description .location_sliders .location_box h1 {
          font-family: "NoahBold";
          text-transform: uppercase;
          line-height: 61px;
          font-size: 32px; }
        .locations .location_content .location_description .location_sliders .location_box p {
          font-family: 'NoahRegular';
          line-height: 21px;
          font-size: 14px; }
        .locations .location_content .location_description .location_sliders .location_box a.line {
          margin: -5px 0 0 46px;
          color: #c21a26; }
          .locations .location_content .location_description .location_sliders .location_box a.line:before, .locations .location_content .location_description .location_sliders .location_box a.line:after {
            background-color: #c21a26; }
      .locations .location_content .location_description .location_sliders .owl-nav button {
        width: 38px;
        height: 27px;
        position: absolute;
        top: calc(50% - 13px);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 13px;
        border-radius: 0;
        border: none; }
      .locations .location_content .location_description .location_sliders .owl-nav .owl-prev {
        left: 2.7vw;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
        .locations .location_content .location_description .location_sliders .owl-nav .owl-prev:hover {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' width='24px' heigth='13px' style='fill: %23c21a26; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
      .locations .location_content .location_description .location_sliders .owl-nav .owl-next {
        right: 2.7vw;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
        .locations .location_content .location_description .location_sliders .owl-nav .owl-next:hover {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' width='24px' heigth='13px' style='fill: %23c21a26; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }

.rooms .rooms_boxing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .rooms .rooms_boxing .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 30px;
    height: calc((100vh - 280px)/3); }
    .rooms .rooms_boxing .box:last-child {
      margin-bottom: 0; }
    .rooms .rooms_boxing .box .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .rooms .rooms_boxing .box .left:after {
        content: '';
        height: 30px;
        position: absolute;
        bottom: -30px;
        right: 0;
        left: 0;
        background-color: #f5f5f5; }
      .rooms .rooms_boxing .box .left h1 {
        margin-bottom: 24px;
        font-family: 'NoahBold';
        text-transform: uppercase;
        font-size: 32px;
        color: #000; }
      .rooms .rooms_boxing .box .left p {
        margin-bottom: 26px;
        font-family: 'NoahRegular';
        line-height: 21px;
        font-size: 14px;
        color: #000; }

.rooms .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25vw - 6.2vw);
          flex: 0 0 calc(25vw - 6.2vw);
  max-width: 400px;
  position: relative;
  margin-right: 3.1vw;
  padding: 0 3.1vw;
  background-color: #f5f5f5; }

.rooms .right {
  overflow: hidden; }
  .rooms .right img {
    width: 100%; }
  .rooms .right .text {
    display: none; }

.rooms .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .rooms .links a {
    margin-right: 35px;
    font-family: 'NoahExtraBold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #000; }
    .rooms .links a:last-child {
      margin-right: 0; }
    .rooms .links a:hover {
      color: #c21a26; }
    .rooms .links a.disabled {
      pointer-events: none;
      color: #8c8c8c; }

.location .rooms_boxing {
  height: 100%;
  position: relative; }
  .location .rooms_boxing .box {
    height: 100%; }
    .location .rooms_boxing .box .left {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 16vh 3.1vw 22px; }
      .location .rooms_boxing .box .left .location_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .location .rooms_boxing .box .left .location_nav a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          cursor: pointer;
          font-family: 'NoahExtraBold';
          text-decoration: none;
          font-size: 16px;
          color: #000; }
          .location .rooms_boxing .box .left .location_nav a > * {
            cursor: pointer; }
          .location .rooms_boxing .box .left .location_nav a:hover svg {
            fill: #c21a26; }
          .location .rooms_boxing .box .left .location_nav a:hover span {
            color: #c21a26; }
          .location .rooms_boxing .box .left .location_nav a svg {
            fill: #000; }
          .location .rooms_boxing .box .left .location_nav a span {
            display: block;
            margin: 0 0 0 12px; }
          .location .rooms_boxing .box .left .location_nav a:last-child span {
            margin: 0 12px 0 0; }
      .location .rooms_boxing .box .left h1 {
        margin: 0 0 35px;
        line-height: 40px; }
      .location .rooms_boxing .box .left .description {
        height: 50vh;
        position: relative; }
        .location .rooms_boxing .box .left .description.active p {
          max-height: 100%;
          overflow-y: scroll; }
          .location .rooms_boxing .box .left .description.active p.top:before {
            content: '';
            height: 30px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(rgba(245, 245, 245, 0)));
            background: linear-gradient(to bottom, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
            -webkit-transition: all .4s;
            transition: all .4s; }
          .location .rooms_boxing .box .left .description.active p.bottom:after {
            content: '';
            height: 30px;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), to(rgba(245, 245, 245, 0)));
            background: linear-gradient(to top, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
            -webkit-transition: all .4s;
            transition: all .4s; }
      .location .rooms_boxing .box .left p {
        margin-bottom: 0;
        line-height: 22px; }
    .location .rooms_boxing .box .right {
      position: relative;
      padding-bottom: 60px; }
      .location .rooms_boxing .box .right .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto; }
      .location .rooms_boxing .box .right .swiper-slide {
        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: #fff;
        overflow: hidden;
        text-align: center;
        font-size: 18px; }
      .location .rooms_boxing .box .right .swiper-button-next {
        width: auto;
        height: 60px;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-image: none;
        outline: none; }
        .location .rooms_boxing .box .right .swiper-button-next:before {
          content: '';
          width: 13px;
          height: 8px;
          display: block;
          margin-right: 12px;
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 336.08 193.2' width='13' height='8' style='enable-background:new 0 0 336.08 193.2;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.68,7.39L328.68,7.39c-9.86-9.86-25.83-9.86-35.69-0.01L185.88,114.41c-9.86,9.85-25.83,9.85-35.69,0L43.09,7.39 C33.23-2.47,17.25-2.46,7.39,7.39l0,0C-2.47,17.25-2.46,33.24,7.4,43.1l142.79,142.71c9.86,9.85,25.83,9.85,35.69,0L328.68,43.1 C338.54,33.24,338.54,17.25,328.68,7.39z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .location .rooms_boxing .box .right .swiper-button-next .text {
          font-family: 'NoahExtraBold';
          font-size: 16px;
          color: #000; }
        .location .rooms_boxing .box .right .swiper-button-next:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 336.08 193.2' width='13' height='8' style='fill: %23c21a26;enable-background:new 0 0 336.08 193.2;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.68,7.39L328.68,7.39c-9.86-9.86-25.83-9.86-35.69-0.01L185.88,114.41c-9.86,9.85-25.83,9.85-35.69,0L43.09,7.39 C33.23-2.47,17.25-2.46,7.39,7.39l0,0C-2.47,17.25-2.46,33.24,7.4,43.1l142.79,142.71c9.86,9.85,25.83,9.85,35.69,0L328.68,43.1 C338.54,33.24,338.54,17.25,328.68,7.39z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .location .rooms_boxing .box .right .swiper-button-next:hover .text {
          color: #c21a26; }
      .location .rooms_boxing .box .right .item div {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
        cursor: pointer;
        opacity: 0; }
        .location .rooms_boxing .box .right .item div button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: 'NoahExtraBold';
          text-transform: uppercase;
          font-size: 16px;
          color: #fff; }
          .location .rooms_boxing .box .right .item div button:before, .location .rooms_boxing .box .right .item div button:after {
            content: '';
            width: 0;
            height: 7px;
            display: block;
            background-color: #fff;
            margin: 0 0 0 12px;
            -webkit-transition: width .4s;
            transition: width .4s; }
          .location .rooms_boxing .box .right .item div button:before {
            margin: 0 12px 0 0; }
      .location .rooms_boxing .box .right .item:hover div {
        opacity: 1; }
        .location .rooms_boxing .box .right .item:hover div button:before, .location .rooms_boxing .box .right .item:hover div button:after {
          width: 34px; }

.location .popup {
  background-color: #f5f5f5;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  outline: none;
  z-index: 10; }
  .location .popup .back {
    z-index: 11; }
  .location .popup .item {
    outline: none; }
  .location .popup .owl-carousel {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    outline: none; }
    .location .popup .owl-carousel .owl-stage-outer {
      width: 100%;
      height: 100%; }
    .location .popup .owl-carousel .owl-stage, .location .popup .owl-carousel .owl-item, .location .popup .owl-carousel .owl-item .item {
      height: 100%;
      outline: none; }
    .location .popup .owl-carousel .item {
      width: 100%; }
      .location .popup .owl-carousel .item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .location .popup .owl-carousel .owl-nav {
      width: 100%;
      height: 60px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      padding: 0 0 0 calc(3.1vw - 6px);
      background-color: #f5f5f5; }
      .location .popup .owl-carousel .owl-nav button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        font-family: 'NoahExtraBold';
        font-size: 16px;
        color: #000; }
        .location .popup .owl-carousel .owl-nav button > div {
          min-width: 20px; }
        .location .popup .owl-carousel .owl-nav button.select_nav {
          padding: 0 58px;
          cursor: default;
          font-family: 'NoahBold'; }
          .location .popup .owl-carousel .owl-nav button.select_nav:hover {
            color: #000; }
          .location .popup .owl-carousel .owl-nav button.select_nav .number {
            min-width: 20px; }
        .location .popup .owl-carousel .owl-nav button:hover {
          color: #c21a26; }
      .location .popup .owl-carousel .owl-nav .owl-prev:before {
        content: '';
        width: 24px;
        height: 27px;
        display: block;
        margin: -2px 12px 0 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 13px;
        border-radius: 0;
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
      .location .popup .owl-carousel .owl-nav .owl-prev:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' width='24px' heigth='13px' style='fill: %23c21a26; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
      .location .popup .owl-carousel .owl-nav .owl-next:after {
        content: '';
        width: 24px;
        height: 27px;
        display: block;
        margin: -2px 0 0 12px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 13px;
        border-radius: 0;
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
      .location .popup .owl-carousel .owl-nav .owl-next:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' width='24px' heigth='13px' style='fill: %23c21a26; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
      .location .popup .owl-carousel .owl-nav button > div, .location .popup .owl-carousel .owl-nav .select_nav .number {
        min-width: 20px; }
    .location .popup .owl-carousel .owl-dots {
      height: 60px;
      position: absolute;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 calc(3.1vw - 6px) 0 0; }
      .location .popup .owl-carousel .owl-dots .owl-dot {
        margin: 0 10px; }
        .location .popup .owl-carousel .owl-dots .owl-dot:last-child {
          margin-right: 0; }
        .location .popup .owl-carousel .owl-dots .owl-dot span {
          font-family: 'NoahExtraBold';
          font-size: 16px;
          color: #000; }
        .location .popup .owl-carousel .owl-dots .owl-dot:hover span, .location .popup .owl-carousel .owl-dots .owl-dot.active span {
          color: #c21a26; }

.plans .plans_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .plans .plans_content .back {
    z-index: 2; }
  .plans .plans_content .plans_information {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25vw - 6.2vw);
            flex: 0 0 calc(25vw - 6.2vw);
    max-width: calc(400px - 6.2vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-right: 3.1vw;
    padding: 0 3.1vw;
    background-color: #f5f5f5; }
    .plans .plans_content .plans_information .plan_logo {
      margin-bottom: 76px; }
      .plans .plans_content .plans_information .plan_logo * {
        max-width: 130px; }
    .plans .plans_content .plans_information h1 {
      margin-bottom: 10px;
      font-family: 'NoahBold';
      font-size: 34px; }
    .plans .plans_content .plans_information .info {
      height: auto;
      margin-bottom: 20px; }
      .plans .plans_content .plans_information .info span {
        font-family: 'NoahRegular';
        font-size: 14px;
        color: #8c8c8c; }
    .plans .plans_content .plans_information .plan_desc {
      margin-bottom: 75px;
      font-family: 'NoahRegular';
      line-height: 21px;
      font-size: 14px; }
    .plans .plans_content .plans_information .icons .icon {
      margin-bottom: 17px;
      padding-left: 4px; }
      .plans .plans_content .plans_information .icons .icon:last-child {
        margin-bottom: 0; }
    .plans .plans_content .plans_information .boxing {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      .plans .plans_content .plans_information .boxing.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .plans .plans_content .container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-color: #000; }
    .plans .plans_content .container:active {
      cursor: -webkit-grab;
      cursor: grab; }
    .plans .plans_content .container .info {
      padding: 0 3.1vw; }
      .plans .plans_content .container .info .info_content p {
        margin-left: 12px; }
    .plans .plans_content .container .scroller {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      height: calc(100% - 160px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      overflow: hidden; }
      .plans .plans_content .container .scroller:after {
        content: ''; }
      .plans .plans_content .container .scroller .svg_box {
        height: calc(100vh - 280px);
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        padding: 0; }
        .plans .plans_content .container .scroller .svg_box svg {
          height: 100%;
          cursor: -webkit-grab;
          cursor: grab; }
          .plans .plans_content .container .scroller .svg_box svg .st0 {
            fill: #5B5B5B; }
          .plans .plans_content .container .scroller .svg_box svg .st1 {
            fill: #898989; }
          .plans .plans_content .container .scroller .svg_box svg .st2 {
            fill: #FFFFFF; }
          .plans .plans_content .container .scroller .svg_box svg .st3 {
            font-family: 'NoahRegular'; }
          .plans .plans_content .container .scroller .svg_box svg .st4 {
            font-size: 34px; }
          .plans .plans_content .container .scroller .svg_box svg > g > g:hover {
            cursor: pointer; }
            .plans .plans_content .container .scroller .svg_box svg > g > g:hover polygon, .plans .plans_content .container .scroller .svg_box svg > g > g:hover g, .plans .plans_content .container .scroller .svg_box svg > g > g:hover rect {
              fill: #c21725; }
          .plans .plans_content .container .scroller .svg_box svg.active polygon, .plans .plans_content .container .scroller .svg_box svg.active g, .plans .plans_content .container .scroller .svg_box svg.active rect {
            fill: #c21725; }
          .plans .plans_content .container .scroller .svg_box svg .room_link.active polygon, .plans .plans_content .container .scroller .svg_box svg .room_link.active g, .plans .plans_content .container .scroller .svg_box svg .room_link.active rect {
            fill: #c21725; }
    .plans .plans_content .container .buttons {
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 calc(3.1vw - 6px); }
      .plans .plans_content .container .buttons button {
        -webkit-transition: all .4s;
        transition: all .4s;
        font-family: 'NoahExtraBold';
        font-size: 16px;
        color: #fff; }
        .plans .plans_content .container .buttons button:hover {
          color: #8c8c8c; }
          .plans .plans_content .container .buttons button:hover svg {
            fill: #8c8c8c; }
        .plans .plans_content .container .buttons button.disabled {
          pointer-events: none;
          color: #8c8c8c; }
          .plans .plans_content .container .buttons button.disabled svg {
            fill: #8c8c8c; }
        .plans .plans_content .container .buttons button svg {
          width: 13px;
          height: 13px;
          margin-right: 10px;
          -webkit-transition: all .4s;
          transition: all .4s;
          fill: #fff; }
      .plans .plans_content .container .buttons .nav {
        display: none; }
      .plans .plans_content .container .buttons .desc {
        display: none; }

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  background-color: #f5f5f5; }
  .error .error_content, .error .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; }
  .error .svg {
    max-width: 139px;
    margin-bottom: 50px; }
    .error .svg svg {
      width: 100%;
      fill: #c21a26; }
  .error span {
    margin-bottom: 18px;
    font-family: 'NoahBold';
    font-size: 24px;
    color: #c21a26; }
  .error h1 {
    margin-bottom: 65px;
    font-family: 'NoahBold';
    text-transform: uppercase;
    font-size: 46px;
    color: #000; }
  .error a {
    margin-bottom: 30px;
    font-family: 'NoahExtraBold';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #000; }

p > a {
  font-family: 'NoahBold' !important;
  text-decoration: underline !important;
  text-transform: none !important;
  color: inherit !important; }

html.fixed {
  max-width: 100%;
  position: absolute;
  overflow: hidden; }

.mobile_click {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: #fff;
  z-index: 1050; }
  .mobile_click.open {
    padding: 10px; }
    .mobile_click.open .click {
      display: none; }
    .mobile_click.open .close {
      display: inline; }
  .mobile_click .close {
    width: 30px;
    height: 30px;
    margin-top: -2px;
    display: none; }
  .mobile_click .click {
    width: 40px;
    height: 40px; }
  .mobile_click .st0 {
    fill: #FFFFFF; }
  .mobile_click .st1 {
    fill: #020203; }

@media (max-width: 1599px) {
  .back {
    left: 2.3vw; }
  ul.icons .icon {
    margin-bottom: 14px;
    padding-left: 0; }
  .info .info_content p {
    margin-left: 11px; }
  .wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    padding: 40px 32px; }
    .wrap > div {
      height: calc(100vh - 80px); }
  .side_bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25vw - 64px);
            flex: 0 0 calc(25vw - 64px);
    margin-right: 32px; }
    .side_bar ul.menu {
      width: 100%;
      padding: 0; }
      .side_bar ul.menu li a {
        margin-bottom: 13px; }
      .side_bar ul.menu li .submenu li a {
        margin-bottom: 22px; }
    .side_bar .footer .copyright {
      margin-top: 16px; }
  .main .main_inf {
    padding-left: 4.7vw; }
    .main .main_inf .logo {
      max-width: 430px;
      margin-top: 10px; }
    .main .main_inf p {
      margin-bottom: 60px; }
  .main .main_sliders .item,
  .main .main_sliders .owl-item,
  .main .main_sliders .owl-stage,
  .main .main_sliders .owl-item .img,
  .main .main_sliders .img-responsive,
  .main .main_sliders .owl-stage-outer,
  .main .main_sliders .owl-carousel.owl-theme.owl-loaded.owl-drag {
    height: 100%; }
  .main .main_sliders .owl-dots {
    right: 32px; }
  .main .popup .video {
    width: calc(100% - 237px);
    height: calc(100% - 199px);
    padding: 73px 119px; }
  .main .popup .buttons {
    height: 52px;
    width: calc(100% - 18vw);
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 9vw; }
  .locations .location_content .locations .desktop {
    display: none; }
  .locations .location_content .locations .tablet {
    display: block; }
  .locations .location_content .location_description .location_sliders .location_box {
    padding: 0 6vw 11px 6.4vw; }
    .locations .location_content .location_description .location_sliders .location_box h1 {
      font-size: 26px; }
    .locations .location_content .location_description .location_sliders .location_box a.line {
      margin: 5px 0 0 30px;
      font-size: 17px; }
  .locations .location_content .location_description .location_sliders .owl-nav .owl-prev {
    left: 1.9vw; }
  .locations .location_content .location_description .location_sliders .owl-nav .owl-next {
    right: 1.9vw; }
  .tenant {
    padding-left: 4.7vw; }
    .tenant .tenant_details {
      width: calc(25vw - 32px); }
    .tenant .title {
      margin: 24px 0 40px;
      font-size: 56px; }
    .tenant p {
      margin-bottom: 67px; }
  .rooms .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 2.4vw;
    padding: 0 2.4vw; }
  .rooms .rooms_boxing .box {
    height: calc((100vh - 220px)/3);
    margin-bottom: 20px; }
    .rooms .rooms_boxing .box:last-child.left:after {
      display: none; }
    .rooms .rooms_boxing .box .left:after {
      height: 20px;
      bottom: -20px; }
    .rooms .rooms_boxing .box .left h1 {
      margin-bottom: 5px;
      font-size: 26px; }
    .rooms .rooms_boxing .box .left p {
      margin-bottom: 8px; }
  .rooms .links a {
    margin-right: 40px; }
  .rooms .right img {
    width: auto;
    height: 100%; }
  .location .rooms_boxing .box {
    height: 100%; }
    .location .rooms_boxing .box .left {
      padding: 15vh 2.4vw 18px; }
      .location .rooms_boxing .box .left h1 {
        line-height: 35px; }
      .location .rooms_boxing .box .left .description {
        height: calc(100vh - 314px); }
    .location .rooms_boxing .box .right {
      padding-bottom: 50px; }
      .location .rooms_boxing .box .right .swiper-button-next {
        height: 50px; }
  .location .popup .owl-carousel .item img {
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #000; }
  .location .popup .owl-carousel .owl-dots {
    height: 50px;
    padding: 0 calc(2.4vw - 6px) 0 0; }
  .location .popup .owl-carousel .owl-nav {
    width: calc(100% - (2.4vw - 6px));
    height: 50px;
    padding: 0 0 0 calc(2.4vw - 6px); }
  .plans .plans_content .plans_information {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25vw - 4.8vw);
            flex: 0 0 calc(25vw - 4.8vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 2.4vw;
    padding: 9vw 2.4vw 0; }
    .plans .plans_content .plans_information .plan_logo {
      margin-bottom: 57px; }
      .plans .plans_content .plans_information .plan_logo * {
        max-height: 100px; }
    .plans .plans_content .plans_information .plan_desc {
      margin-bottom: 35px; }
    .plans .plans_content .plans_information h1 {
      margin-bottom: 7px;
      font-size: 26px; }
    .plans .plans_content .plans_information .icons .icon {
      margin-bottom: 11px;
      padding-left: 0;
      font-size: 16px; }
  .plans .plans_content .container .info {
    padding: 0 2.2vw; }
    .plans .plans_content .container .info svg {
      width: 15px; }
  .plans .plans_content .container .buttons {
    padding: 0 calc(2.4vw - 8px); }
  .contacts .contacts_information {
    width: 45%;
    padding: 0 4.7vw; }
    .contacts .contacts_information h1 {
      margin: 0 0 40px -4px;
      font-size: 56px; }
    .contacts .contacts_information p {
      margin: 0 0 55px; }
  .error {
    margin-left: 0; } }

@media (max-width: 1365px) {
  html.fixed {
    width: 100%; }
  .info .info_content svg {
    width: 18px; }
  .info .info_content p {
    width: 45vw;
    margin-left: 12px;
    line-height: 19px;
    font-size: 14px; }
  a.line {
    padding-left: 50px;
    letter-spacing: 0.7px;
    font-size: 18px; }
    a.line:before {
      left: 5px; }
    a.line:before, a.line:after {
      width: 34px; }
    a.line:after {
      margin: 0 0 0 10px; }
    a.line:hover:after {
      width: 8px; }
  .back {
    left: 3.1vw;
    margin: 0 0 0 12px;
    font-size: 18px; }
    .back:before {
      width: 11px;
      height: 15px;
      left: -14px;
      top: 0;
      background-size: contain; }
    .back.black:hover, .back:hover {
      border-bottom: none; }
  .side_bar {
    display: none;
    margin-right: 0;
    padding: 65px 50px 30px;
    z-index: 999; }
    .side_bar.open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: fixed;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
    .side_bar .logo .click {
      display: none; }
    .side_bar .logo .close {
      display: block; }
    .side_bar .logo a svg {
      width: 238px; }
    .side_bar ul.menu {
      margin-bottom: 30px; }
      .side_bar ul.menu li a {
        margin-bottom: 22px;
        line-height: 38px;
        font-size: 18px; }
    .side_bar .footer .social a svg {
      width: 36px;
      height: 31px; }
    .side_bar .footer .copyright {
      margin-top: 29px;
      font-size: 14px; }
  @-webkit-keyframes menu {
    0% {
      -webkit-box-flex: 100%;
              flex: 100%;
      width: 33vw; }
    100% {
      -webkit-box-flex: 100%;
              flex: 100%;
      width: 33vw; } }
  @keyframes menu {
    0% {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 33vw; }
    100% {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      width: 33vw; } }
  .wrap {
    padding: 30px 20px; }
    .wrap.relative {
      position: relative;
      padding: 0;
      overflow-y: scroll; }
    .wrap > div {
      height: 100%; }
    .wrap > div.rooms {
      height: calc(100vh - 30px); }
    .wrap > div.rooms.location {
      height: 100%; }
  .main .main_sliders .owl-dots {
    right: 50px; }
    .main .main_sliders .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      margin: 0 0 21px; }
  .main .main_inf {
    padding-left: 6.2vw; }
    .main .main_inf .logo {
      max-width: 500px;
      margin-top: 10px; }
    .main .main_inf p {
      margin-bottom: 60px; }
    .main .main_inf a.line {
      margin-right: 72px;
      font-size: 18px; }
    .main .main_inf a.video, .main .main_inf button.video {
      letter-spacing: 0.7px;
      font-size: 18px; }
      .main .main_inf a.video:before, .main .main_inf button.video:before {
        width: 10px;
        margin: 5px 12px 5px 0; }
  .main .popup .video {
    width: calc(100% - 246px);
    height: calc(100% - 250px);
    padding: 95px 123px; }
  .main .popup .buttons {
    height: 60px;
    width: calc(100% - 100px);
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 50px; }
    .main .popup .buttons button {
      font-size: 18px; }
  .locations .location_content .locations {
    height: calc(100% - 180px); }
  .locations .location_content .location_description {
    height: 180px; }
    .locations .location_content .location_description .location_sliders .location_box {
      padding: 0 8.2vw 0 9vw; }
      .locations .location_content .location_description .location_sliders .location_box.active p {
        max-height: 70px; }
        .locations .location_content .location_description .location_sliders .location_box.active p.top:before {
          content: '';
          height: 30px;
          width: 100%;
          position: absolute;
          bottom: 40px;
          left: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(rgba(245, 245, 245, 0)));
          background: linear-gradient(to bottom, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
          -webkit-transition: all .4s;
          transition: all .4s; }
        .locations .location_content .location_description .location_sliders .location_box.active p.bottom:after {
          content: '';
          height: 30px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), to(rgba(245, 245, 245, 0)));
          background: linear-gradient(to top, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
          -webkit-transition: all .4s;
          transition: all .4s; }
      .locations .location_content .location_description .location_sliders .location_box h1 {
        margin-bottom: 15px;
        line-height: inherit;
        font-size: 30px; }
      .locations .location_content .location_description .location_sliders .location_box p {
        overflow-y: scroll;
        line-height: 24px;
        font-size: 16px; }
      .locations .location_content .location_description .location_sliders .location_box a.line {
        min-width: 160px;
        margin: 0 0 0 46px; }
        .locations .location_content .location_description .location_sliders .location_box a.line:hover:after {
          width: 34px; }
    .locations .location_content .location_description .location_sliders .owl-nav .owl-prev {
      left: 2.4vw; }
      .locations .location_content .location_description .location_sliders .owl-nav .owl-prev:hover {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='fill:%23000000;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
    .locations .location_content .location_description .location_sliders .owl-nav .owl-next {
      right: 2.4vw; }
      .locations .location_content .location_description .location_sliders .owl-nav .owl-next:hover {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='fill:%23000000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
  .tenant {
    padding-left: 6.2vw; }
    .tenant .title {
      margin: 0 0 50px;
      font-size: 60px; }
    .tenant p {
      width: calc(100vw - (33vw + 140px));
      max-width: 100%; }
    .tenant .link {
      margin-bottom: 0; }
      .tenant .link a {
        font-size: 18px; }
    .tenant .tenant_details {
      width: calc(33vw - 10px);
      height: calc(100% - 70px);
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 35px 0; }
  .rooms {
    padding: 30px 20px 0;
    overflow-y: scroll; }
    .rooms .left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(27vw - 10px);
              flex: 0 0 calc(27vw - 10px);
      margin-right: 3.1vw;
      padding: 22px 3vw; }
    .rooms .right {
      width: 100%;
      position: relative; }
      .rooms .right img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover; }
    .rooms .rooms_boxing {
      padding-bottom: 30px; }
      .rooms .rooms_boxing .box {
        margin-bottom: 30px; }
        .rooms .rooms_boxing .box:last-child .left:after {
          display: none; }
        .rooms .rooms_boxing .box .left:after {
          height: 30px;
          bottom: -30px; }
        .rooms .rooms_boxing .box .left h1 {
          margin-bottom: 14px;
          font-size: 30px; }
        .rooms .rooms_boxing .box .left p {
          margin-bottom: 35px;
          line-height: 24px;
          font-size: 16px; }
    .rooms .links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .rooms .links a {
        margin: 0 44px 25px 0;
        font-size: 19px;
        color: #c21a26; }
        .rooms .links a:last-child {
          margin-bottom: 0; }
  .location {
    padding: 0;
    overflow: hidden; }
    .location .rooms_boxing .box {
      height: 100%; }
      .location .rooms_boxing .box .left {
        padding: 15vh 30px 19px; }
        .location .rooms_boxing .box .left .location_nav a {
          font-size: 18px; }
          .location .rooms_boxing .box .left .location_nav a svg {
            width: 27px;
            height: 26px; }
        .location .rooms_boxing .box .left .box_details {
          position: relative;
          margin-bottom: 25px; }
        .location .rooms_boxing .box .left h1 {
          line-height: 36px; }
        .location .rooms_boxing .box .left .description {
          height: calc(100vh - 435px); }
        .location .rooms_boxing .box .left p {
          overflow-y: scroll;
          margin: 0; }
      .location .rooms_boxing .box .right {
        height: calc(100% - 60px);
        padding-bottom: 60px; }
        .location .rooms_boxing .box .right .item div {
          width: calc(100% + 10px);
          bottom: -5px;
          right: -5px;
          left: -5px;
          top: -5px;
          padding: 0;
          opacity: 1;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap; }
          .location .rooms_boxing .box .right .item div button {
            font-size: 19px;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            .location .rooms_boxing .box .right .item div button:before, .location .rooms_boxing .box .right .item div button:after {
              width: 34px;
              margin-top: 8px; }
        .location .rooms_boxing .box .right .swiper-button-next {
          height: 60px; }
          .location .rooms_boxing .box .right .swiper-button-next:hover:before {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 336.08 193.2' width='13' height='8' style='fill: %23000000;enable-background:new 0 0 336.08 193.2;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M328.68,7.39L328.68,7.39c-9.86-9.86-25.83-9.86-35.69-0.01L185.88,114.41c-9.86,9.85-25.83,9.85-35.69,0L43.09,7.39 C33.23-2.47,17.25-2.46,7.39,7.39l0,0C-2.47,17.25-2.46,33.24,7.4,43.1l142.79,142.71c9.86,9.85,25.83,9.85,35.69,0L328.68,43.1 C338.54,33.24,338.54,17.25,328.68,7.39z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
          .location .rooms_boxing .box .right .swiper-button-next:before {
            width: 15px;
            height: 10px;
            background-repeat: no-repeat;
            background-size: contain; }
          .location .rooms_boxing .box .right .swiper-button-next .text {
            margin-bottom: 5px;
            font-size: 18px; }
        .location .rooms_boxing .box .right img {
          width: 100%;
          height: auto;
          position: relative;
          right: 0; }
    .location .popup .owl-carousel .item img {
      -o-object-fit: cover;
         object-fit: cover; }
    .location .popup .owl-carousel .owl-dots {
      height: 60px;
      padding: 0 calc(3.1vw - 6px) 0 0; }
      .location .popup .owl-carousel .owl-dots .owl-dot span {
        font-size: 18px; }
    .location .popup .owl-carousel .owl-nav {
      width: calc(100% - 29px);
      height: 60px;
      padding: 0 0 0 29px; }
      .location .popup .owl-carousel .owl-nav button {
        font-size: 18px; }
        .location .popup .owl-carousel .owl-nav button:hover {
          color: #000; }
      .location .popup .owl-carousel .owl-nav button.select_nav {
        padding: 0 44px;
        font-size: 18px; }
      .location .popup .owl-carousel .owl-nav .owl-prev {
        padding: 0; }
        .location .popup .owl-carousel .owl-nav .owl-prev:before, .location .popup .owl-carousel .owl-nav .owl-prev:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='fill:%23000000; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
      .location .popup .owl-carousel .owl-nav .owl-next {
        padding: 0; }
        .location .popup .owl-carousel .owl-nav .owl-next:after, .location .popup .owl-carousel .owl-nav .owl-next:hover:after {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='fill:%23000000; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
  .contacts .contacts_information {
    width: 53.9%;
    padding: 0 6vw; }
    .contacts .contacts_information h1 {
      margin: 0 0 50px -2px;
      font-size: 60px; }
    .contacts .contacts_information ul.icons .icon {
      margin-bottom: 18px; }
    .contacts .contacts_information p {
      margin: 0 0 45px; }
  .plans .plans_content .plans_information {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(27vw - 10px);
            flex: 0 0 calc(27vw - 10px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 3.1vw;
    padding: 20vh 3vw 0; }
    .plans .plans_content .plans_information h1 {
      margin-bottom: 10px;
      font-size: 30px; }
    .plans .plans_content .plans_information .info span {
      font-size: 16px; }
    .plans .plans_content .plans_information .plan_desc {
      position: relative;
      margin-bottom: 41px;
      overflow: hidden;
      line-height: 24px;
      font-size: 16px; }
      .plans .plans_content .plans_information .plan_desc.top:before {
        content: '';
        height: 30px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(rgba(245, 245, 245, 0)));
        background: linear-gradient(to bottom, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
        -webkit-transition: all .4s;
        transition: all .4s; }
      .plans .plans_content .plans_information .plan_desc.bottom:after {
        content: '';
        height: 30px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), to(rgba(245, 245, 245, 0)));
        background: linear-gradient(to top, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
        -webkit-transition: all .4s;
        transition: all .4s; }
      .plans .plans_content .plans_information .plan_desc p {
        overflow-y: scroll; }
    .plans .plans_content .plans_information .icons .icon {
      margin-bottom: 15px;
      padding-left: 0;
      font-size: 16px; }
    .plans .plans_content .plans_information .plan_logo > * {
      height: 72px;
      padding-bottom: 5px; }
  .plans .plans_content .container {
    position: relative; }
    .plans .plans_content .container .info {
      padding: 0 3vw; }
      .plans .plans_content .container .info svg {
        width: 18px; }
    .plans .plans_content .container .scroller {
      height: calc(100vh - 220px);
      overflow: auto; }
    .plans .plans_content .container .buttons {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 0 calc(3.2vw - 8px); }
      .plans .plans_content .container .buttons button {
        font-size: 18px; }
        .plans .plans_content .container .buttons button:hover {
          color: #fff; }
          .plans .plans_content .container .buttons button:hover svg {
            fill: #fff; }
  .error .svg {
    max-width: 177px;
    margin-bottom: 75px; }
  .error span {
    margin-bottom: 30px; }
  .error h1 {
    margin-bottom: 75px; }
  .error a {
    margin-bottom: 0;
    font-size: 18px; } }

@media (max-width: 1365px) and (max-height: 1024px) {
  .rooms .rooms_boxing .box {
    height: auto; }
  .location .rooms_boxing .box {
    height: 100%; } }

@media (max-width: 999px) {
  body {
    overflow: auto; }
  .back {
    left: 4.2vw; }
  a.line:before {
    display: none; }
  a.line:after {
    width: 8px;
    height: 15px;
    margin: -6px 0 0 10px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23ffffff; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .info {
    height: auto;
    margin-bottom: 30px; }
    .info .info_content p {
      width: 100%;
      height: 0;
      margin-left: 0;
      padding: 0 0 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      -webkit-transition: all .4s;
      transition: all .4s;
      z-index: -1; }
    .info .info_content svg {
      fill: #c21a26;
      margin-right: 5px; }
    .info .info_content .svg {
      width: 100%;
      height: 102px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #f5f5f5; }
      .info .info_content .svg.active svg {
        fill: #8c8c8c; }
      .info .info_content .svg.active span {
        color: #8c8c8c; }
      .info .info_content .svg span {
        display: inline-block;
        font-family: 'NoahExtraBold';
        font-size: 18px; }
    .info .left {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      margin: 0;
      padding: 0;
      z-index: 1; }
  .back_to_top {
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 60px;
    right: 50px;
    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;
    background-color: #fff;
    z-index: 2; }
  .main .main_sliders .owl-carousel.owl-theme.owl-loaded.owl-drag,
  .main .main_sliders .owl-stage-outer,
  .main .main_sliders .owl-stage,
  .main .main_sliders .owl-item,
  .main .main_sliders .item,
  .main .main_sliders .owl-item,
  .main .main_sliders .img-responsive {
    margin-left: 0; }
  .main .main_sliders .owl-dots {
    left: 30px;
    bottom: 20px;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    z-index: 1; }
    .main .main_sliders .owl-dots .owl-dot {
      margin: 0 21px 0 0; }
  .main .owl-carousel .owl-item .img img {
    width: 100%;
    height: 100vh; }
  .main .main_inf {
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0; }
    .main .main_inf .logo {
      width: 330px;
      margin-bottom: 53px; }
      .main .main_inf .logo .desktop {
        display: none; }
      .main .main_inf .logo .tablet {
        display: block; }
    .main .main_inf p {
      text-align: center;
      margin-bottom: 61px; }
    .main .main_inf .link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
    .main .main_inf a.line {
      margin: 0 0 25px 0;
      padding: 7px; }
    .main .main_inf button.video {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 32px; }
      .main .main_inf button.video:before {
        display: none; }
      .main .main_inf button.video:after {
        content: '';
        width: 8px;
        height: 15px;
        margin: 1px 0 0 10px;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23ffffff; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-color: transparent;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .main .popup {
    background-color: #000;
    z-index: 1; }
    .main .popup .video {
      width: 100%;
      height: 37vh;
      padding: 0;
      margin: auto; }
    .main .popup .buttons {
      display: none; }
  .tenant {
    width: calc(100% - 60px);
    padding: 0 30px; }
    .tenant .tenant_details {
      width: calc(100% - 60px);
      max-width: 100%;
      height: 160px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      bottom: 0;
      top: auto;
      padding: 0 30px; }
      .tenant .tenant_details .box .number {
        font-size: 38px; }
      .tenant .tenant_details .box .text {
        margin-top: 10px;
        font-size: 18px; }
    .tenant h1 {
      text-align: center; }
    .tenant p {
      width: 100%;
      text-align: center; }
    .tenant .link {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 70px; }
      .tenant .link a {
        padding: 7px; }
  .rooms .left {
    max-width: 100%; }
  .rooms .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative; }
    .rooms .right img {
      min-width: 100%;
      position: relative;
      right: 0;
      display: block; }
    .rooms .right .text {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      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;
      background-color: rgba(0, 0, 0, 0.3);
      font-family: 'NoahExtraBold';
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px;
      color: #fff; }
      .rooms .right .text.active {
        background-color: transparent; }
        .rooms .right .text.active:after {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .rooms .right .text:after {
        content: '';
        width: 8px;
        height: 15px;
        display: inline-block;
        margin: 1px 0 0 10px;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23ffffff; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-color: transparent;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .rooms .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .rooms .links a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .rooms .links a.disabled {
        margin-left: 0; }
        .rooms .links a.disabled:after {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%238c8c8c; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      .rooms .links a:nth-child(2) {
        -webkit-box-ordinal-group: inherit;
            -ms-flex-order: inherit;
                order: inherit; }
      .rooms .links a:after {
        content: '';
        width: 8px;
        height: 15px;
        display: inline-block;
        margin: 1px 0 0 10px;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23c21a26; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rooms .rooms_boxing {
    padding-bottom: 0; }
    .rooms .rooms_boxing .box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin-bottom: 27px; }
      .rooms .rooms_boxing .box .left {
        display: none;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: 0;
        padding: 43px 3vw 0; }
        .rooms .rooms_boxing .box .left:after {
          display: none; }
        .rooms .rooms_boxing .box .left h1 {
          margin-bottom: 20px;
          font-size: 26px; }
        .rooms .rooms_boxing .box .left p {
          margin-bottom: 40px;
          text-align: center; }
      .rooms .rooms_boxing .box .right {
        height: calc((100vh - 264px) / 3); }
  .wrap > div.rooms {
    height: auto; }
  .plans {
    padding: 30px 20px; }
    .plans .plans_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      position: relative; }
      .plans .plans_content .back {
        z-index: 1; }
      .plans .plans_content .plans_information {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        height: 297px;
        position: relative;
        margin-right: 0;
        padding: 46px 0 30px; }
        .plans .plans_content .plans_information .boxing {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .plans .plans_content .plans_information .boxing .plan_logo, .plans .plans_content .plans_information .boxing p, .plans .plans_content .plans_information .boxing h1, .plans .plans_content .plans_information .boxing ul {
            text-align: center; }
          .plans .plans_content .plans_information .boxing h1 {
            margin-bottom: 30px;
            font-size: 34px; }
          .plans .plans_content .plans_information .boxing .info {
            display: none; }
          .plans .plans_content .plans_information .boxing .plan_logo {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin-bottom: 0; }
          .plans .plans_content .plans_information .boxing .plan_desc {
            display: none; }
          .plans .plans_content .plans_information .boxing .icons {
            list-style: none;
            margin-bottom: 20px; }
            .plans .plans_content .plans_information .boxing .icons .icon {
              margin-bottom: 10px;
              font-size: 18px; }
        .plans .plans_content .plans_information .owl-nav {
          position: absolute;
          bottom: 23px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .plans .plans_content .plans_information .owl-nav > button {
            width: 27px;
            height: 25px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
          .plans .plans_content .plans_information .owl-nav .owl-prev {
            margin-right: 45px;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
          .plans .plans_content .plans_information .owl-nav .owl-next {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
      .plans .plans_content .container {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        background-color: transparent;
        overflow: hidden; }
        .plans .plans_content .container:before {
          content: '';
          height: 39vh;
          position: absolute;
          bottom: 0;
          right: -30px;
          left: -30px;
          background-color: #000; }
        .plans .plans_content .container .info {
          padding: 0; }
          .plans .plans_content .container .info .svg {
            pointer-events: none;
            cursor: default; }
            .plans .plans_content .container .info .svg > * {
              display: none; }
            .plans .plans_content .container .info .svg .active svg {
              fill: #8c8c8c; }
          .plans .plans_content .container .info svg {
            fill: #000; }
          .plans .plans_content .container .info .info_content {
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column; }
            .plans .plans_content .container .info .info_content p {
              margin: 0; }
        .plans .plans_content .container .scroller {
          height: 39vh;
          margin: 0; }
          .plans .plans_content .container .scroller .svg_box {
            height: 100%; }
            .plans .plans_content .container .scroller .svg_box svg > g > g:hover {
              cursor: pointer; }
              .plans .plans_content .container .scroller .svg_box svg > g > g:hover polygon, .plans .plans_content .container .scroller .svg_box svg > g > g:hover g, .plans .plans_content .container .scroller .svg_box svg > g > g:hover rect {
                fill: #5B5B5B; }
        .plans .plans_content .container .buttons {
          height: 45px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .plans .plans_content .container .buttons button {
            display: none; }
          .plans .plans_content .container .buttons .nav {
            display: block; }
            .plans .plans_content .container .buttons .nav .back_to_top {
              position: absolute;
              bottom: calc(19.5vh - 21px);
              top: auto; }
              .plans .plans_content .container .buttons .nav .back_to_top.prev {
                left: 30px; }
              .plans .plans_content .container .buttons .nav .back_to_top.next {
                right: 30px; }
          .plans .plans_content .container .buttons .desc {
            display: block; }
            .plans .plans_content .container .buttons .desc span {
              font-family: 'NoahRegular';
              font-size: 14px;
              color: #fff; }
  .locations .location_content .locations {
    height: calc(100% - 345px);
    overflow-x: scroll; }
    .locations .location_content .locations svg {
      left: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .locations .location_content .tooltip {
    display: block;
    position: absolute;
    bottom: 360px;
    right: 0;
    left: 0;
    font-family: 'NoahRegular';
    text-align: center;
    font-size: 14px;
    color: #fff; }
  .locations .location_content .location_description {
    height: 345px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .locations .location_content .location_description .location_sliders .owl-stage-outer {
      padding: 45px 0 32px; }
    .locations .location_content .location_description .location_sliders .location_box {
      padding: 0 30px; }
      .locations .location_content .location_description .location_sliders .location_box h1 {
        margin-bottom: 25px;
        text-align: center;
        font-size: 34px; }
      .locations .location_content .location_description .location_sliders .location_box p {
        max-height: 100%;
        margin-bottom: 36px;
        text-align: center; }
      .locations .location_content .location_description .location_sliders .location_box a.line {
        width: 100%;
        min-width: auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        padding: 0; }
        .locations .location_content .location_description .location_sliders .location_box a.line:hover:after {
          width: 8px; }
        .locations .location_content .location_description .location_sliders .location_box a.line:after {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23c21a26; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-color: transparent; }
      .locations .location_content .location_description .location_sliders .location_box .box_det {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .locations .location_content .location_description .location_sliders .owl-nav {
      position: fixed;
      bottom: 55px;
      right: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .locations .location_content .location_description .location_sliders .owl-nav .owl-prev, .locations .location_content .location_description .location_sliders .owl-nav .owl-next {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 17px; }
      .locations .location_content .location_description .location_sliders .owl-nav .owl-next:hover {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
      .locations .location_content .location_description .location_sliders .owl-nav .owl-next:hover {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
  .wrap > div.rooms.location {
    height: auto; }
  .location {
    padding: 30px 20px; }
    .location .rooms_boxing .box {
      height: auto; }
      .location .rooms_boxing .box .left {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 30px;
        padding: 125px 30px 35px;
        overflow: hidden; }
        .location .rooms_boxing .box .left h1 {
          margin-bottom: 32px;
          text-align: center;
          font-size: 34px; }
        .location .rooms_boxing .box .left .description {
          height: auto; }
        .location .rooms_boxing .box .left p {
          max-height: 100%;
          margin-bottom: 0; }
        .location .rooms_boxing .box .left .box_details {
          margin-bottom: 0; }
          .location .rooms_boxing .box .left .box_details:after {
            display: none; }
        .location .rooms_boxing .box .left .location_nav {
          display: none; }
      .location .rooms_boxing .box .right {
        height: auto;
        padding-bottom: 0; }
        .location .rooms_boxing .box .right img {
          height: 240px;
          -o-object-fit: cover;
             object-fit: cover; }
        .location .rooms_boxing .box .right .swiper-container {
          height: auto; }
        .location .rooms_boxing .box .right .swiper-wrapper {
          display: block; }
        .location .rooms_boxing .box .right .swiper-slide {
          margin-bottom: 20px; }
          .location .rooms_boxing .box .right .swiper-slide:last-child {
            margin-bottom: 0; }
        .location .rooms_boxing .box .right .swiper-button-next {
          display: none; }
        .location .rooms_boxing .box .right .item div {
          background-color: rgba(0, 0, 0, 0.3); }
    .location .popup {
      width: auto;
      height: auto;
      position: fixed;
      padding: 30px 20px; }
      .location .popup .back {
        top: 73px;
        left: 51px; }
      .location .popup .owl-carousel {
        height: 100%; }
        .location .popup .owl-carousel .item img {
          -o-object-fit: contain;
             object-fit: contain; }
        .location .popup .owl-carousel .owl-nav {
          width: 100%;
          position: relative;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: -75px;
          padding: 0;
          background-color: transparent;
          z-index: 999; }
          .location .popup .owl-carousel .owl-nav button {
            color: #fff; }
            .location .popup .owl-carousel .owl-nav button:hover, .location .popup .owl-carousel .owl-nav button.select_nav:hover {
              color: #fff; }
          .location .popup .owl-carousel .owl-nav .owl-prev:before, .location .popup .owl-carousel .owl-nav .owl-prev:hover:before {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='fill:%23ffffff; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M7.39,150.19L150.1,7.4c9.86-9.86,25.85-9.87,35.71-0.01l0,0c9.86,9.86,9.86,25.83,0.01,35.69l-99.51,99.59H598.8 c14.01,0,25.37,11.36,25.37,25.37s-11.36,25.37-25.37,25.37H86.31l99.5,99.58c9.85,9.86,9.85,25.84-0.01,35.69l0,0 c-9.86,9.86-25.85,9.86-35.71-0.01L7.38,185.88C-2.46,176.03-2.46,160.05,7.39,150.19z'/%3E%3C/g%3E%3C/svg%3E"); }
          .location .popup .owl-carousel .owl-nav .owl-next:after, .location .popup .owl-carousel .owl-nav .owl-next:hover:after {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='24px' heigth='13px' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 624.17 336.07' style='fill:%23ffffff; enable-background:new 0 0 624.17 336.07;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M616.79,185.88L474.08,328.67c-9.86,9.87-25.85,9.87-35.71,0.01l0,0c-9.86-9.85-9.86-25.83-0.01-35.69l99.5-99.58H25.37 C11.36,193.41,0,182.05,0,168.04c0-14.01,11.36-25.37,25.37-25.37h512.49l-99.51-99.59c-9.85-9.86-9.85-25.83,0.01-35.69l0,0 c9.86-9.86,25.85-9.85,35.71,0.01l142.71,142.79C626.63,160.05,626.63,176.03,616.79,185.88z'/%3E%3C/g%3E%3C/svg%3E"); }
        .location .popup .owl-carousel .owl-dots {
          display: none; }
  .contacts .message {
    width: 100%;
    height: calc(100% - 520px);
    top: auto; }
  .contacts .contacts_information {
    width: calc(100% - 40px);
    height: 480px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px 40px; }
    .contacts .contacts_information p {
      max-width: 100%;
      margin: 0 0 55px;
      text-align: center; }
    .contacts .contacts_information .icons {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding-left: 0; }
      .contacts .contacts_information .icons .icon {
        list-style-position: inside;
        white-space: nowrap; }
  .error .svg {
    max-width: 177px;
    margin-bottom: 89px; }
  .error h1 {
    margin-bottom: 83px;
    padding: 0 15vw;
    text-align: center;
    line-height: 56px; } }

@media (max-width: 759px), (max-height: 579px) {
  html.fixed {
    position: fixed; }
  body {
    -webkit-text-size-adjust: 100%; }
    body.popup_active {
      position: fixed; }
  .back_to_top {
    bottom: 40px;
    right: 30px; }
  .mobile_click {
    width: 34px;
    height: 34px;
    position: fixed;
    right: 30px;
    top: 40px; }
    .mobile_click .click {
      width: 34px;
      height: 34px; }
    .mobile_click .close {
      width: 16px;
      height: 16px; }
  .side_bar {
    overflow-y: scroll;
    padding: 47px 30px 0; }
    .side_bar .side_bar_content {
      height: auto;
      min-height: 100%; }
    .side_bar .logo {
      height: auto;
      margin-bottom: 75px; }
      .side_bar .logo a svg {
        width: 146px; }
    .side_bar ul.menu {
      display: block; }
      .side_bar ul.menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .side_bar ul.menu li a {
          line-height: 25px;
          font-size: 16px; }
    .side_bar .footer {
      height: auto;
      display: block;
      margin-top: 33px; }
      .side_bar .footer .social a svg {
        width: 24px;
        height: 24px; }
      .side_bar .footer .copyright {
        margin: 16px 0 20px; }
  .back {
    left: 5.7vw;
    top: 30px;
    margin: 0 0 10px;
    font-size: 16px; }
    .back:before {
      width: 6px;
      height: 13px;
      left: -12px; }
  .info {
    margin-bottom: 20px; }
    .info .info_content .svg {
      height: 74px; }
      .info .info_content .svg svg {
        width: 15px; }
      .info .info_content .svg span {
        font-size: 16px; }
    .info .info_content p {
      text-align: center; }
  .back_to_top {
    width: 34px;
    height: 34px; }
  .wrap {
    min-height: calc(100vh - 40px);
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px 10px; }
    .wrap > div {
      min-height: calc(100vh - 40px);
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
    .wrap > .main {
      height: auto; }
    .wrap > .error, .wrap .contacts {
      height: auto;
      overflow-y: scroll; }
    .wrap > .tenant, .wrap .plans, .wrap > .locations {
      height: auto;
      min-height: 100%; }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main .main_sliders {
      position: absolute; }
      .main .main_sliders .owl-item .img img {
        height: 100%; }
      .main .main_sliders .owl-dots {
        display: none; }
    .main .main_inf {
      width: 100%;
      position: relative; }
      .main .main_inf .logo {
        width: 200px;
        margin: 35px 0 24px; }
      .main .main_inf a.line {
        margin: 0 0 18px 0;
        font-size: 16px; }
      .main .main_inf p {
        margin-bottom: 24px;
        padding: 0 20px;
        line-height: 20px;
        font-size: 14px; }
      .main .main_inf button.video {
        margin-bottom: 20px;
        font-size: 16px; }
    .main .popup {
      height: auto;
      width: auto;
      position: fixed;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
      .main .popup .back {
        left: 7.5vw;
        top: 47px; }
      .main .popup .video {
        width: 61vw;
        height: 64vh; }
  .tenant {
    width: calc(100% - 40px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 20px; }
    .tenant .boxing {
      display: block; }
    .tenant .title {
      margin: 60px 0 25px;
      font-size: 36px; }
    .tenant .link {
      margin-bottom: 15px; }
      .tenant .link a {
        font-size: 16px; }
    .tenant p {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 160px;
      line-height: 24px;
      font-size: 16px; }
    .tenant .tenant_details {
      height: 120px; }
      .tenant .tenant_details .box .text {
        font-size: 16px; }
  .rooms {
    margin-bottom: 0;
    padding: 20px 10px; }
    .rooms .rooms_boxing .box {
      margin-bottom: 20px; }
      .rooms .rooms_boxing .box .left {
        padding: 46px 20px 37px; }
        .rooms .rooms_boxing .box .left h1 {
          margin-bottom: 18px;
          line-height: 27px; }
        .rooms .rooms_boxing .box .left p {
          margin-bottom: 31px; }
      .rooms .rooms_boxing .box .right {
        height: 174px; }
        .rooms .rooms_boxing .box .right .text {
          letter-spacing: 0.47px;
          font-size: 16px; }
    .rooms .links a {
      margin: 0 55px 25px 0;
      letter-spacing: 0.47px;
      font-size: 16px; }
      .rooms .links a:after {
        height: 13px; }
  .plans {
    padding: 20px 10px;
    height: auto;
    min-height: calc(100vh - 40px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
    .plans .plans_content {
      min-height: calc(100vh - 40px); }
      .plans .plans_content .container {
        max-height: 384px;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
        .plans .plans_content .container:before {
          display: none; }
        .plans .plans_content .container .scroller {
          height: 290px;
          background-color: #000; }
        .plans .plans_content .container .info svg {
          width: 15px; }
        .plans .plans_content .container .info p {
          opacity: 0; }
        .plans .plans_content .container .buttons {
          height: 32px; }
          .plans .plans_content .container .buttons .nav .back_to_top {
            bottom: calc(145px - 17px); }
          .plans .plans_content .container .buttons .nav .back_to_top.prev {
            left: 20px; }
          .plans .plans_content .container .buttons .nav .back_to_top.next {
            right: 20px; }
      .plans .plans_content .plans_information {
        padding: 39px 0 27px; }
        .plans .plans_content .plans_information .boxing h1 {
          font-size: 26px; }
        .plans .plans_content .plans_information .boxing .icons {
          padding-left: 0; }
        .plans .plans_content .plans_information .owl-nav .owl-prev {
          margin-right: 30px; }
  .locations {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
    .locations .location_content {
      height: auto;
      min-height: calc(100vh - 40px); }
      .locations .location_content .location_description {
        height: auto; }
        .locations .location_content .location_description .owl-carousel.owl-loaded {
          height: 100%; }
        .locations .location_content .location_description .location_sliders .owl-stage-outer {
          padding: 42px 0 70px; }
        .locations .location_content .location_description .location_sliders .location_box {
          padding: 0 20px; }
          .locations .location_content .location_description .location_sliders .location_box h1 {
            font-size: 26px; }
          .locations .location_content .location_description .location_sliders .location_box a.line {
            font-size: 16px; }
          .locations .location_content .location_description .location_sliders .location_box.active p {
            max-height: 100%;
            margin-bottom: 29px;
            line-height: 21px;
            font-size: 14px; }
        .locations .location_content .location_description .location_sliders .owl-nav {
          position: absolute;
          bottom: 23px; }
          .locations .location_content .location_description .location_sliders .owl-nav .owl-next, .locations .location_content .location_description .location_sliders .owl-nav .owl-prev {
            margin: 0 10px; }
      .locations .location_content .locations {
        height: calc(100vh - 188px);
        min-height: 280px; }
        .locations .location_content .locations svg {
          min-width: 100%; }
      .locations .location_content .tooltip {
        display: none; }
  .location .rooms_boxing {
    height: auto; }
    .location .rooms_boxing .box .left {
      display: block;
      margin-bottom: 20px;
      padding: 91px 20px 23px; }
      .location .rooms_boxing .box .left h1 {
        margin-bottom: 25px;
        font-size: 26px; }
      .location .rooms_boxing .box .left p {
        margin-bottom: 0;
        line-height: 22px;
        font-size: 14px; }
    .location .rooms_boxing .box .right {
      height: auto; }
      .location .rooms_boxing .box .right img {
        height: 184px; }
      .location .rooms_boxing .box .right .item:hover div button:after {
        width: 6px; }
      .location .rooms_boxing .box .right .item div button {
        font-size: 16px; }
        .location .rooms_boxing .box .right .item div button:before {
          display: none; }
        .location .rooms_boxing .box .right .item div button:after {
          width: 6px;
          height: 11px;
          margin-top: 4px;
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' heigth='13px' viewBox='0 0 193.2 336.08' style='fill:%23ffffff; enable-background:new 0 0 193.2 336.08;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M185.8,328.68L185.8,328.68c9.86-9.86,9.86-25.83,0.01-35.69L78.78,185.88c-9.85-9.86-9.85-25.83,0-35.69L185.81,43.09 c9.85-9.86,9.85-25.84-0.01-35.69l0,0c-9.86-9.86-25.85-9.86-35.71,0.01L7.39,150.19c-9.85,9.86-9.85,25.83,0,35.69L150.1,328.68 C159.95,338.54,175.94,338.54,185.8,328.68z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-color: transparent;
          background-repeat: no-repeat;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .location .popup {
    padding: 0; }
    .location .popup .back {
      position: fixed;
      left: 42px;
      top: 48px; }
    .location .popup .owl-carousel .owl-nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -72px;
      padding: 0 30px; }
      .location .popup .owl-carousel .owl-nav .owl-prev:before {
        margin: -2px 10px 0 0; }
      .location .popup .owl-carousel .owl-nav button {
        padding: 0;
        font-size: 16px; }
        .location .popup .owl-carousel .owl-nav button.select_nav {
          font-size: 16px; }
  .contacts .gm-style-pbc {
    display: none; }
  .contacts .contacts_maps {
    height: calc(100vh - 40px);
    min-height: 555px;
    position: relative;
    overflow: hidden; }
  .contacts .contacts_information {
    width: calc(100% - 40px);
    height: auto;
    display: block;
    overflow: hidden;
    padding: 66px 20px 34px; }
    .contacts .contacts_information h1 {
      margin: 0 0 26px;
      text-align: center;
      font-size: 36px; }
    .contacts .contacts_information p {
      margin: 0 0 29px;
      line-height: 25px;
      font-size: 16px; }
    .contacts .contacts_information ul.icons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none; }
      .contacts .contacts_information ul.icons .icon {
        margin-bottom: 15px; }
  .contacts .message {
    height: calc(100% - 350px); }
  .error .error_content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 15px 0; }
  .error .text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0; }
  .error .svg {
    max-width: 109px;
    margin: 0 30px 0 0; }
  .error span {
    margin-bottom: 0;
    font-size: 18px; }
  .error h1 {
    margin-bottom: 8px;
    padding: 0;
    white-space: nowrap;
    text-align: left;
    font-size: 28px; } }

@media (max-width: 567px) {
  .back {
    left: 10vw; }
  .side_bar .logo {
    margin-bottom: 80px; }
  .side_bar .footer {
    margin-top: 40px; }
  .main .main_sliders .owl-stage-outer {
    margin-left: 0.28px; }
  .main .main_inf .logo {
    margin: 115px 0 73px; }
  .main .main_inf a.line {
    margin: 0 0 40px; }
  .main .main_inf p {
    margin-bottom: 46px;
    line-height: 24px;
    font-size: 16px; }
  .main .main_inf button.video {
    margin-bottom: 104px; }
  .main .popup {
    border-bottom: 20px solid #fff;
    border-right: 11px solid #fff;
    border-left: 10.57px solid #fff;
    border-top: 20px solid #fff; }
    .main .popup .back {
      left: 10vw;
      top: 31px; }
    .main .popup .video {
      width: 100%;
      height: 31vh; }
  .tenant {
    width: 100%;
    padding: 0;
    background-position: top; }
    .tenant .title, .tenant p, .tenant div.link {
      width: calc(100% - 40px);
      padding: 0 20px; }
    .tenant .title {
      margin: 140px 0 102px;
      line-height: 43px; }
    .tenant .link {
      margin-bottom: 40px; }
    .tenant p {
      margin-bottom: 54px; }
    .tenant .tenant_details {
      width: calc(100% - 40px);
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      position: relative;
      padding: 41px 20px 11px; }
      .tenant .tenant_details .box {
        margin-bottom: 33px; }
  .rooms .rooms_boxing .box .left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 50px 20px 0; }
    .rooms .rooms_boxing .box .left h1 {
      margin-bottom: 25px; }
    .rooms .rooms_boxing .box .left p {
      margin-bottom: 42px; }
    .rooms .rooms_boxing .box .left .links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      .rooms .rooms_boxing .box .left .links a {
        margin: 0 0 36px; }
  .rooms .rooms_boxing .box .right {
    height: calc((100vh - 176px) / 3); }
    .rooms .rooms_boxing .box .right .text {
      padding-left: 18px; }
  .locations .location_content .tooltip {
    bottom: auto;
    top: 357px;
    display: block; }
  .locations .location_content .location_description .location_sliders .owl-stage-outer {
    padding: 44px 0 76px; }
  .locations .location_content .location_description .location_sliders .location_box.active p {
    margin-bottom: 53px;
    line-height: 24px;
    font-size: 15px; }
  .locations .location_content .location_description .location_sliders .location_box h1 {
    margin-bottom: 24px;
    line-height: 32px; }
  .locations .location_content .locations {
    height: 380px; }
  .location .rooms_boxing .box .left {
    padding: 98px 20px 0; }
    .location .rooms_boxing .box .left h1 {
      margin-bottom: 23px;
      line-height: 32px; }
    .location .rooms_boxing .box .left p {
      margin-bottom: 31px;
      line-height: 24px;
      font-size: 16px; }
  .location .rooms_boxing .box .right {
    height: auto; }
    .location .rooms_boxing .box .right img {
      height: 100px; }
    .location .rooms_boxing .box .right .swiper-slide {
      margin-bottom: 10px; }
  .contacts .message {
    height: calc(100% - 469px); }
  .contacts .contacts_maps {
    height: calc(100vh - 40px);
    min-height: 777px; }
  .contacts .contacts_information {
    padding: 109px 20px 25px; }
    .contacts .contacts_information h1 {
      margin: 0 0 34px; }
    .contacts .contacts_information p {
      margin: 0 0 41px;
      line-height: 24px;
      font-size: 16px; }
    .contacts .contacts_information ul.icons .icon {
      margin-bottom: 13px; }
  .error .error_content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .error .text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .error .svg {
    margin: 0 0 43px 0; }
  .error span {
    margin-bottom: 24px; }
  .error h1 {
    margin-bottom: 43px;
    padding: 0 15px;
    white-space: normal;
    text-align: center;
    line-height: 32px; }
  .error a {
    font-size: 16px; } }

@media (height: 375px) {
  .locations .location_content .locations {
    min-height: 352px; }
  .rooms .rooms_boxing .box .left {
    padding: 46px 20px 0; }
  .location .rooms_boxing .box .left {
    padding: 91px 20px 23px; } }
