/*!
 * fullPage 2.9.2
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
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:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*{margin:0;padding:0;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}input::-webkit-input-placeholder{color:#fff;opacity:1}input:-moz-placeholder{color:#fff;opacity:1}input::-moz-placeholder{color:#fff;opacity:1}input:-ms-input-placeholder{color:#fff;opacity:1}textarea::-webkit-input-placeholder{color:#fff;opacity:1}textarea:-moz-placeholder{color:#fff;opacity:1}textarea::-moz-placeholder{color:#fff;opacity:1}textarea:-ms-input-placeholder{color:#fff;opacity:1}body input:focus:required:invalid,body textarea:focus:required:invalid,body input:focus,body textarea:focus{outline:none}body input:required:valid,body textarea:required:valid{outline:none}:focus::-webkit-input-placeholder{opacity:0}:focus::-moz-placeholder{opacity:0}:focus:-moz-placeholder{opacity:0}:focus:-ms-input-placeholder{opacity:0}.mfp-fade.mfp-bg{opacity:0;background:#131313;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-fade.mfp-bg{opacity:.7}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg)}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0deg);transform:translateY(0) perspective(600px) rotateX(0deg)}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg)}.mfp-container{position:fixed !important}.mfp-close:active{top:14px}.mfp-close-btn-in .mfp-close{top:14px;right:23px;display:inline-block;padding-left:15px;color:#fff;font-size:65px;font-family:"Times New Roman", Times, serif;opacity:.7;cursor:pointer;font-weight:100}.mfp-close-btn-in .mfp-close:hover{opacity:.5}.mfp-figure:after{-webkit-box-shadow:none;box-shadow:none}.mfp-arrow-right:before{height:18px;width:18px;border-top:4px solid #aeacac;border-right:4px solid #aeacac;border-bottom:0;border-left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mfp-arrow-left:before{height:18px;width:18px;border-top:4px solid #aeacac;border-left:4px solid #aeacac;border-bottom:0;border-right:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mfp-arrow-right:after,.mfp-arrow-left:after{display:none}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{position:fixed;top:0;right:0;display:inline-block;color:#9b9b9b;padding-right:0;opacity:1;font-size:72px;font-family:"Times New Roman", Times, serif;cursor:pointer}.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{opacity:.5}html,body{font-family:"Gals",Arial,Verdana,Helvetica,sans-serif}body{background:#fff}sup{vertical-align:super}img{display:block;width:100%;max-width:100%}.flex_none{-webkit-box-flex:0;-ms-flex:none;flex:none}@-webkit-keyframes key-rotate{0%{-webkit-transform:translateY(-170px);transform:translateY(-170px)}10%{-webkit-transform:rotate(-80deg);transform:rotate(-80deg)}20%{-webkit-transform:rotate(80deg) translateY(0);transform:rotate(80deg) translateY(0)}30%{-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}50%{-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}60%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}70%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}80%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}90%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes key-rotate{0%{-webkit-transform:translateY(-170px);transform:translateY(-170px)}10%{-webkit-transform:rotate(-80deg);transform:rotate(-80deg)}20%{-webkit-transform:rotate(80deg) translateY(0);transform:rotate(80deg) translateY(0)}30%{-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}50%{-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}60%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}70%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}80%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}90%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.logo_ev_img_black{display:none}[class*="residences-"] .logo_ev_img{display:none}[class*="residences-"] .logo_ev_img_black{display:block}[class*="residences-"] .logo_ev_text{color:#666666}@-webkit-keyframes hand{0%{-webkit-transform:translateX(15px);transform:translateX(15px)}50%{-webkit-transform:translateX(25px);transform:translateX(25px)}100%{-webkit-transform:translateX(15px);transform:translateX(15px)}}@keyframes hand{0%{-webkit-transform:translateX(15px);transform:translateX(15px)}50%{-webkit-transform:translateX(25px);transform:translateX(25px)}100%{-webkit-transform:translateX(15px);transform:translateX(15px)}}
/* Sidebar */
/* ================================================ */
.o-grid__item {
  padding: 15px 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.touch-menu {
  position: relative;
  overflow: hidden;
  width: 39px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  background: transparent;
  margin-top: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.touch-menu:focus {
  outline: none; }

.touch-menu span {
  display: block;
  position: absolute;
  top: 12px;
  left: 4px;
  right: 4px;
  height: 5px;
  background: #dcb477;
  border-radius: 3px; }

.touch-menu span::before,
.touch-menu span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #dcb477;
  content: "";
  border-radius: 3px; }

.touch-menu span::before {
  top: -11px; }

.touch-menu span::after {
  bottom: -11px; }

.touch-menu span {
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.touch-menu span::before,
.touch-menu span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.touch-menu span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform; }

.touch-menu span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.touch-menu.active span {
  background: none; }

.touch-menu.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.touch-menu.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.touch-menu.active span::before,
.touch-menu.active span::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
@font-face {
    font-family: 'Gals';
    src: url("../fonts/Gals.woff2") format("woff2"),
    url("../fonts/Gals.woff") format("woff"),
    url('../fonts/Gals.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GalsBold';
    src: url("../fonts/GalsBold.woff2") format("woff2"),
    url("../fonts/GalsBold.woff") format("woff"),
    url('../fonts/GalsBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GalsLight';
    src: url("../fonts/GalsLight.woff2") format("woff2"),
    url("../fonts/GalsLight.woff") format("woff"),
    url('../fonts/GalsLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat_semibold';
    src: url("../fonts/montserrat_semibold.woff2") format("woff2"),
    url("../fonts/montserrat_semibold.woff") format("woff"),
    url('../fonts/montserrat_semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*=====   Index   ====*/
/*=============================*/
.wr_slider_home {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.slider_full_item {
  position: relative;
  width: 100%;
  height: 100vh; }

.slider_full_item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.shadow_bottom {
  position: relative; }
  .shadow_bottom:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 44%;
    background-image: radial-gradient(farthest-side at 0% 100%, rgba(55, 63, 67, 0.8) 0%, rgba(55, 63, 67, 0) 100%);
    z-index: 2; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  padding: 22px 0 0; }

.shadow_top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 63, 67, 0.7)), to(rgba(55, 63, 67, 0)));
  background-image: linear-gradient(180deg, rgba(55, 63, 67, 0.7) 0%, rgba(55, 63, 67, 0) 100%);
  z-index: 2; }

.header_logo {
  position: relative;
  display: inline-block;
  width: 285px;
  text-decoration: none; }
  .header_logo .header_logo_center {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .header_logo .header_logo_center:hover {
      opacity: .6; }

.header_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10; }
  .header_nav li {
    display: inline-block; }
    .header_nav li.active a {
      color: #dcb477; }
    .header_nav li a {
      text-decoration: none;
      color: #ffffff;
      font-size: 20px;
      line-height: 44px;
      margin: 0 11px;
      text-transform: uppercase;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .header_nav li a:hover {
        color: #dcb477; }

.header_nav li.active {
  position: relative; }
  .header_nav li.active:before {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6.5px;
    display: inline-block;
    content: '';
    -webkit-animation: key-rotate 3s ease-out 1 1.5s forwards;
            animation: key-rotate 3s ease-out 1 1.5s forwards;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px); }

.about .header_nav li.active:before {
  width: 13px;
  height: 33px;
  background: url("../img/little-key.png") center no-repeat; }

.nav_delimiter {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  border-top: 2px solid #dcb477;
  border-bottom: 1px solid #dcb477; }

.nav_delimiter_last {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: 33px; }

.header_tlf {
  position: absolute;
  top: 30px;
  right: 46px;
  text-decoration: none;
  display: inline-block;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 28px;
  padding-left: 30px;
  text-transform: uppercase;
  color: #dcb477;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .header_tlf:hover {
    opacity: .6; }
  .header_tlf:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    content: '';
    width: 23px;
    height: 23px;
    background: url("../img/header-tube.png") center/contain no-repeat; }

.wr_block_title {
  position: absolute;
  left: 6%;
  bottom: 20%;
  z-index: 5; }

.block_title {
  display: inline-block;
  color: #ffffff;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1.8px;
  margin-bottom: 34px; }

.title_dec {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .title_dec:before {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcb477;
    z-index: -1; }

.home_icons {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13%;
  height: 100%;
  padding-top: 7%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(55, 63, 67, 0.7)), color-stop(80%, rgba(55, 63, 67, 0.3)), to(rgba(55, 63, 67, 0)));
  background-image: linear-gradient(270deg, rgba(55, 63, 67, 0.7) 0%, rgba(55, 63, 67, 0.3) 80%, rgba(55, 63, 67, 0) 100%);
  z-index: 95; }

.home_icons_item {
  margin-bottom: 80px;
  text-align: center; }

.icons_item_img {
  margin: 0 auto 16px;
  text-align: center; }
  .icons_item_img img {
    display: inline-block;
    width: auto; }

.icons_item_descr {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.logo_ev {
  position: fixed;
  right: 28px;
  bottom: 34px;
  text-decoration: none;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .logo_ev:hover {
    opacity: .6; }

.logo_ev_img {
  width: 144px;
  margin-bottom: 10px; }

.logo_ev_text {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase; }

.btn_white {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #ffffff;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 19px 43px 17px 65px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #ffffff;
  margin-right: 14px;
  background: transparent;
  cursor: pointer;
  letter-spacing: 1.05px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn_white:hover {
    opacity: .6; }
  .btn_white:before {
    position: absolute;
    top: 16px;
    left: 26px;
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    background: url("../img/ugl-icons.png") center no-repeat; }

.group_btn_sl {
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 5; }

.home_pag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }
  .home_pag button {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .home_pag .slick-prev {
    background: url("../img/arrows-sl-left.png") center no-repeat; }
    .home_pag .slick-prev:hover {
      opacity: .6; }
  .home_pag .slick-next {
    background: url("../img/arrows-sl-right.png") center no-repeat; }
    .home_pag .slick-next:hover {
      opacity: .6; }

.icons_helicopter {
  width: 80px; }

.icons_location {
  width: 73px; }

.icons_ancor {
  width: 39px; }

.icons_reception {
  width: 67px; }

.icons_wellness {
  width: 70px; }

.icons_room {
  width: 58px; }

.icons_lobby {
  width: 66px; }

.icons_library {
  width: 45px; }

.icons_materials {
  width: 78px; }

.icons_pool {
  width: 67px; }

.icons_spa {
  width: 65px; }

.icons_gym {
  width: 55px; }

.icons_yoga {
  width: 70px; }

.icons_bar {
  width: 63px; }

.icons_water {
  width: 61px; }

.icons_broad {
  width: 72px; }

.icons_restourant {
  width: 55px; }

.icons_park {
  width: 70px; }

.header_logo + .nav_delimiter {
  display: none; }

@media only screen and (max-width: 768px) {
  .o-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

  .app__sidebar {
    left: -300px;
    width: 260px;
    height: 100vh;
    padding: 20px 0 50px;
    -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
    transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
    transition: opacity 200ms ease-out, transform 200ms ease-out;
    transition: opacity 200ms ease-out, transform 200ms ease-out, -webkit-transform 200ms ease-out;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    z-index: 10;
    background: rgba(0, 0, 0, 0.9); }

  .app__sidebar.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

  .header_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .header_tlf {
    position: relative; }

  .header_tlf:before {
    position: relative;
    top: 2px !important;
    left: -13px; }

  .nav_delimiter {
    width: 40px; }

  .nav_delimiter_last {
    display: none; }

  nav {
    height: 70%; }

  .header_tlf {
    display: block;
    right: auto;
    top: auto;
    width: 185px;
    margin: 0 auto 0; }

  .header_logo {
    margin-bottom: 15px; }

  .header_logo .header_logo_bok {
    display: none; }

  .header_logo .header_logo_center {
    position: static; }

  .home_icons {
    right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 30%; }

  .shadow_top:before {
    height: 10%; }

  .icons_item_img img {
    width: 50px;
    max-height: 50px; }

  .wr_block_title {
    bottom: auto;
    top: 50%; }

  .home_pag {
    margin-left: 0; }

  .logo_ev_img {
    width: 110px; } }

/*# sourceMappingURL=index.css.map *//*=====   404   ====*/
/*=============================*/
.page_404 {
  position: relative;
  width: 100%;
  height: 100vh; }

.page_404_item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 80px;
  border: 7px double #dcb477; }

.title_404 {
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 100px;
  margin-bottom: 20px; }

.text_404 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px; }
  .text_404 a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .text_404 a:hover {
      text-decoration: none;
      color: #dcb477; }
/*=====   About   ====*/
/*=============================*/
.about_1 {
  background-image: url("../img/about/ab-bg-1n.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.btn_control {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s; }

.btn_control:hover {
  opacity: .6; }

.btn_control_play {
  background: url("../img/ugl-icons.png") center no-repeat; }

.btn_control_play:hover {
  opacity: .6; }

.btn_control_down {
  background: url("../img/down-icons.png") center no-repeat; }

.btn_control_down:hover {
  opacity: .6; }

.bg_brown_icons {
  background: url("../img/bg-brown-icons.jpg") 0 0 repeat; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #dcb477; }

.right_no_dark .home_icons {
  background-image: none; }

.section_textSlider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1590px;
  margin: 130px auto 0;
  padding-right: 50px;
  z-index: 10; }

.wr_slider_descr {
  position: relative;
  width: 37%; }

.wr_slDouble {
  width: 55%;
  position: relative; }

.slDouble_title {
  color: #ffffff;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1.8px;
  margin: 17px 0 30px; }

.slDouble_supTitle {
  color: #dcb477;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 11px; }

.slDouble_descr {
  color: #fefefe;
  font-size: 20px;
  line-height: 24px; }

.slDouble_mini {
  -webkit-box-shadow: 26px 26px 65px rgba(0, 0, 0, 0.35);
          box-shadow: 26px 26px 65px rgba(0, 0, 0, 0.35); }

.slDouble_icImg {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.slDouble_icImg_item {
  width: 52px;
  height: 51px;
  margin: 0 6px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  overflow: hidden;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.slDouble_icImg_item:hover {
  opacity: 1; }

.slDouble_icImg_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.slDouble_icImg_item.slick-current {
  opacity: 1; }

.btn_white_noIc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #ffffff;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 52px;
  text-decoration: none;
  width: 250px;
  height: 52px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #ffffff;
  margin-right: 14px;
  letter-spacing: 1.05px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn_white_noIc:hover {
    opacity: .6; }

.group_btn_slMini {
  position: absolute;
  left: 0;
  bottom: 0; }

.slDouble_text {
  padding-top: 30px; }

.about_pag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }
  .about_pag button {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .about_pag .slick-prev {
    background: url("../img/arrows-sl-left.png") center no-repeat; }
    .about_pag .slick-prev:hover {
      opacity: .6; }
  .about_pag .slick-next {
    background: url("../img/arrows-sl-right.png") center no-repeat; }
    .about_pag .slick-next:hover {
      opacity: .6; }

.about_pagBig {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }
  .about_pagBig button {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .about_pagBig .slick-prev {
    background: url("../img/arrows-sl-left.png") center no-repeat; }
    .about_pagBig .slick-prev:hover {
      opacity: .6; }
  .about_pagBig .slick-next {
    background: url("../img/arrows-sl-right.png") center no-repeat; }
    .about_pagBig .slick-next:hover {
      opacity: .6; }

.group_btn_slBig {
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 5; }

.btn_control_pdf {
  background: url("../img/bg-pdf-icons-red.png") center no-repeat; }

.btn_control_pdf:hover {
  opacity: .6; }

.slDouble_big_icImg {
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20; }

.block_grifon {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 305px;
  z-index: 20; }
  .block_grifon:hover .grifon_gold_img {
    opacity: 1; }
  .block_grifon:hover .grifon_img {
    opacity: 0; }

.grifon_img {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s; }

.grifon_gold_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }

.title_dec_no:before {
  background: transparent; }

.block_title_request {
  margin-bottom: 40px; }

.wr_header_nav {
  position: relative;
  z-index: 10; }

.btn_control_up {
  background: url("../img/arrows-up.png") center no-repeat; }
  .btn_control_up:hover {
    opacity: .6; }

.group_field_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px; }

.field_input {
  width: 32%;
  border-bottom: 1px solid #dcb477;
  padding-bottom: 4px; }
  .field_input input {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    font-family: "Gals", Arial, Verdana, Helvetica, sans-serif; }

.form_layer_feedback {
  margin-top: 30px; }

.inside_slDouble {
  position: relative; }

.wr_block_titleForm {
  width: 100%; }

.block_title_descr {
  font-size: 20px;
  line-height: 24px;
  color: #fefefe; }

.title_descr_bg {
  padding: 1px 5px;
  background: rgba(19, 21, 22, 0.4); }

.slDouble_history .slick-track {
  height: 100%; }

.slDouble_history .slick-list {
  height: 100%; }

.nou_shadow:before {
  background-image: none; }

.btn_white_pdf:before {
  background: url("../img/bg-pdf-icons-red.png") center no-repeat; }

.wr_form_pdf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 972px;
  margin: auto;
  -webkit-box-shadow: 38px 38px 40px rgba(0, 0, 0, 0.22);
          box-shadow: 38px 38px 40px rgba(0, 0, 0, 0.22); }

.form_pdf_left {
  float: left;
  width: 50%;
  padding: 71px 20px 82px; }

.form_pdf_right {
  float: right;
  width: 50%;
  background: rgba(56, 76, 100, 0.7); }

.wr_form_pdf .title_from_contacts {
  line-height: 44px; }

.btn_form_pdf {
  position: relative;
  display: block;
  margin: auto; }
  .btn_form_pdf:before {
    position: absolute;
    top: 16px;
    left: 26px;
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    background: url("../img/bg-pdf-icons.png") center no-repeat; }

.pdf_book {
  position: absolute;
  top: 54%;
  right: 0;
  max-width: 553px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.pdf_page {
  position: absolute;
  right: 63px;
  bottom: 50px;
  color: #dcb477;
  font-size: 15px;
  letter-spacing: .75px; }

.form_layer_popup {
  -webkit-box-shadow: 38px 38px 40px rgba(0, 0, 0, 0.22);
          box-shadow: 38px 38px 40px rgba(0, 0, 0, 0.22); }

.arrows_bot {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 5;
  -webkit-animation: move_eye .7s linear 0s infinite alternate;
          animation: move_eye .7s linear 0s infinite alternate; }

.arrows_bot svg {
  position: absolute;
  bottom: -3px;
  left: -9px;
  width: 23px;
  height: 12px;
  max-width: none;
  max-height: none; }

.kernel {
  width: 5px;
  height: 19px;
  border-left: 2px solid #dcb477;
  border-right: 1px solid #dcb477; }

.kernel:before {
  position: absolute;
  top: -37px;
  width: 20px;
  height: 34px;
  margin-left: -10.5px;
  display: inline-block;
  content: '';
  background: url("../img/ancor-li.png") center no-repeat; }

@-webkit-keyframes move_eye {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%); } }

@keyframes move_eye {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%); } }

/*# sourceMappingURL=about.css.map *//*=====   History   ====*/
/*=============================*/
.history_1 {
  background-image: url("../img/history-1.jpg");
  background-position: 50% 100%;
  background-size: cover; }

.title_data_history {
  color: #dcb477;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 45px; }

.dots_history {
  position: relative;
  margin: 0 12px 6px; }
  .dots_history:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 1; }
  .dots_history li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    z-index: 5; }
    .dots_history li:last-child {
      margin-right: 0; }
    .dots_history li.slick-active button {
      width: 18px;
      height: 18px;
      border: 3px solid #dcb477;
      background-color: #9e7a53; }
  .dots_history button {
    width: 11px;
    height: 11px;
    border: 1px solid #ffffff;
    background-color: #9e7a53;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer; }

.dots_descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase; }

.group_btn_history {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -85px; }

.block_data_arrows {
  position: absolute;
  top: 50%;
  right: 50px; }

.data_his {
  color: #dcb477;
  font-size: 72px;
  text-transform: uppercase;
  margin-bottom: 19px; }

.arrows_his {
  width: 40px;
  height: 27px;
  margin: auto;
  background: url("../img/arrows_gold_right.png") center no-repeat; }

.block_title_history {
  margin-bottom: 14px; }

.history .header_nav li.active:before {
  width: 20px;
  height: 36px;
  background: url("../img/ancor-li.png") center no-repeat; }

.slDouble_text_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.section_textSlider_history {
  margin-bottom: 60px; }

.slDouble_text_history {
  height: 100%; }

.slHistory_item {
  padding: 0 3px; }

.text_history {
  max-height: 455px;
  overflow: auto;
  padding-right: 20px; }

/*# sourceMappingURL=history.css.map */.svg_box_about {
  width: 100%;
  height: 100vh; }

.svg_box_about svg {
  position: relative; }

/*# sourceMappingURL=about-svg.css.map *//*=====   infra   ====*/
/*=============================*/
.infra_1 {
  background-image: url("../img/infa-bg-1.jpg");
  background-position: 50% 100%;
  background-size: cover; }

.infra_5 {
  background-image: url("../img/infa-bg-3.jpg");
  background-position: 50% 100%;
  background-size: cover; }

.slDouble_list {
  color: #fefefe;
  font-size: 20px;
  line-height: 30px; }

.yacht-club .header_nav li.active:before {
  width: 20px;
  height: 36px;
  background: url(../img/ancor-li.png) center no-repeat; }

.wr_windy {
  width: 100%;
  height: 100vh; }

.snoski {
  color: #fefefe;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px; }

/*# sourceMappingURL=yacht-club.css.map *//*=====   infrastructure   ====*/
/*=============================*/
.infraSL_1 {
  background-image: url("../img/infra-bg-1.jpg");
  background-position: 50% 52%;
  background-size: cover; }

.icons_windows {
  width: 60px; }

.icons_yaht {
  width: 70px; }

.icons_parking {
  width: 78px; }

.infrastructure .header_nav li.active:before {
  width: 13px;
  height: 33px;
  background: url("../img/little-key.png") center no-repeat; }

/*# sourceMappingURL=infrastructure.css.map *//*=====   location   ====*/
/*=============================*/
.location_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.group_btn_loc .btn_white_noIc {
  color: #0463a0; }

.btn_white_noIc.active {
  border: 1px solid #f5e4ca;
  background: #f5e4ca; }

[class*="location"] .logo_ev_img {
  display: none; }

[class*="location"] .logo_ev_img_black {
  display: block; }

[class*="location"] .logo_ev_text {
  color: #666666; }

[class*="ostrov"] .logo_ev_img {
  display: none; }

[class*="ostrov"] .logo_ev_img_black {
  display: block; }

[class*="ostrov"] .logo_ev_text {
  color: #666666; }

.maps_logo_descr {
  width: 163px;
  margin: auto; }

.block_maps_descr {
  width: 320px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.09);
          box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.09); }

.bg_tars_maps {
  background: #fbfbfb url("../img/bg-trans-img.png") 0 0 repeat; }

.wr_maps_descr_title {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 18px 18px 17px rgba(0, 0, 0, 0.08);
          box-shadow: 18px 18px 17px rgba(0, 0, 0, 0.08); }
  .wr_maps_descr_title:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 98%;
    width: 18px;
    height: 30px;
    margin-top: -15px;
    background: url("../img/ugol-maps.png") center no-repeat; }

.maps_descr_title {
  padding: 13px 0 17px; }

.maps_descr_list {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.05); }

.stroke_list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px; }

.list_img_icons {
  width: 35px;
  height: 35px; }

.stroke_list_item {
  padding: 6px 20px 0 65px; }

.stroke_list_title {
  color: #333333;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 14px; }

.stroke_list_text {
  color: #666666;
  font-size: 16px;
  line-height: 18px; }

.gold_list {
  color: #c29667; }

.img_uzor_maps {
  width: auto;
  margin: 23px auto 17px; }

.location .header_nav li.active:before {
  width: 20px;
  height: 36px;
  background: url("../img/ancor-li.png") center no-repeat; }

.logo_iyak_maps {
  position: absolute;
  top: 15%;
  left: 46%;
  width: 194px; }

.block_icons {
  position: relative;
  width: 100%;
  height: 100%; }

.icons_maps_helicopter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background: url("../img/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
  z-index: 20; }
  .icons_maps_helicopter:hover {
    background: url("../img/sprite.png") -1px -56px no-repeat; }

.icons_maps_anchor {
  position: absolute;
  top: 60%;
  left: 60%;
  width: 56px;
  height: 57px;
  background: url("../img/sprite.png") -1px -112px no-repeat;
  cursor: pointer;
  z-index: 20; }
  .icons_maps_anchor:hover {
    background: url("../img/sprite.png") -1px -170px no-repeat; }

.lahta_icons {
  top: 17%;
  left: 23%; }

.iyak_icons {
  top: 33%;
  left: 49%; }

.petr_icons {
  top: 77%;
  left: 78%; }

.vsad_icons {
  display: none;
  top: 92%;
  left: 78%; }

.anchor_1 {
  top: 37%;
  left: 56%; }

.anchor_2 {
  top: 54%;
  left: 51%; }

.anchor_3 {
  top: 84%;
  left: 83%; }

.anchor_4 {
  top: 92%;
  left: 78%; }

.anchor_5 {
  display: none;
  top: 90%;
  left: 70%; }

.arrows_maps {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.arrows_maps_text {
  color: #666;
  font-size: 14px;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 10px; }

.maps_text_white {
  color: #fff; }

.arrows_maps_left {
  top: 40%;
  left: 28%; }

.arrows_maps_top {
  top: 19%;
  left: 66%; }

.arrows_maps_bot {
  top: 88%;
  left: 56%; }

.header_logo_blue {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .header_logo_blue:hover {
    opacity: .6; }

.location .header_logo_center {
  display: none; }

.location .header_logo_blue {
  display: block; }

.logo_map_2 {
  top: 35%;
  left: 50%; }

.ic_map {
  position: absolute; }

.ic_map_1 {
  top: 60%;
  left: 55%; }

.ic_map_2 {
  top: 70%;
  left: 75%; }

.ic_map_3 {
  top: 63%;
  left: 69%; }

.ic_map_4 {
  top: 68%;
  left: 79%; }

.ic_mp_dsc {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #dcb477;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ic_mp_dsc img {
    float: none;
    width: auto;
    height: 16px;
    margin: auto; }

.stroke_list_itemLoc_2 .stroke_list_title {
  line-height: 18px; }
.stroke_list_itemLoc_2 .stroke_list_img {
  margin-bottom: 19px; }
.stroke_list_itemLoc_2 .stroke_list_img:last-child {
  margin-bottom: 0; }

/*# sourceMappingURL=location.css.map *//*=====   contacts   ====*/
/*=============================*/
.section_ful {
  width: 100%;
  height: 100vh; }

.section_contacts {
  background-image: url("../img/con-bg-1.jpg");
  background-position: 50% 100%; }

.contacts .header_nav li.active:before {
  width: 20px;
  height: 36px;
  background: url(../img/ancor-li.png) center no-repeat; }

.block_title_descrSup {
  margin-bottom: 25px; }

.title_stroke_gold {
  color: #cca871; }

.block_title_stroke {
  margin: 6px 0; }

.form_layer_popup {
  position: relative;
  margin: auto;
  max-width: 567px;
  padding: 85px 130px; }
  .form_layer_popup .btn_white_noIc {
    display: block;
    margin: auto; }

.group_field_contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 320px;
  margin: auto; }
  .group_field_contacts .field_input {
    margin: 10px 0;
    width: 100%; }

.title_from_contacts {
  color: #ffffff;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
  font-size: 36px;
  line-height: 72px;
  letter-spacing: -0.9px;
  margin-bottom: 10px; }

.checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  line-height: 18px; }

.checkbox_wrapper .checkbox {
  display: none; }

.checkbox_wrapper .checkbox-custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 22px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: #fff;
  border-radius: 3px;
  margin-top: 6px; }

.checkbox_wrapper .label {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 1.13px;
  float: none; }

.checkbox:checked + .checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 9px;
  width: 9px;
  height: 18px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

/*# sourceMappingURL=contacts.css.map *//*=====   residences-1   ====*/
/*=============================*/
.residences .header_nav li.active:before {
  width: 13px;
  height: 33px;
  background: url(../img/little-key.png) center no-repeat; }

.section_one {
  width: 100%;
  height: 100vh; }

.section_one_item {
  width: 100%;
  height: 100vh; }

.resi_img_fon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0; }

.title_resi {
  position: absolute;
  left: 6%;
  bottom: 10%;
  color: #ffffff;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1.8px;
  z-index: 5; }

.building {
  position: absolute;
  z-index: 70; }

.building-1 {
  top: 24%;
  left: 45%; }

.building-2 {
  top: 17%;
  left: 67%; }

.building-3 {
  top: 56%;
  left: 46%; }

.building_item {
  /*  В САФАРИ эта контрукция не работает*/
  /* position: relative; */
  position: fixed;
  display: inline-block;
  cursor: pointer; }

.building_item_img {
  position: absolute;
  top: -6px;
  left: -9px;
  width: auto; }

.building_item_text {
  display: block;
  color: #333333;
  font-size: 20px;
  padding: 7px 23px 7px 45px;
  border-radius: 5px;
  text-align: center;
  background: #ededec url("../img/bg-trans-img.png") 0 0 repeat;
  -webkit-box-shadow: 9px 9px 7px rgba(168, 168, 168, 0.5), inset -2px -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 9px 9px 7px rgba(168, 168, 168, 0.5), inset -2px -2px 4px rgba(0, 0, 0, 0.15); }

.territory_item {
  /*  В САФАРИ эта контрукция не работает*/
  /* position: relative; */
  position: fixed;
  display: inline-block;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  padding: 7px  30px;
  border-radius: 5px;
  background: #ededec url("../img/bg-trans-img.png") 0 0 repeat;
  -webkit-box-shadow: 9px 9px 7px rgba(168, 168, 168, 0.5), inset -2px -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 9px 9px 7px rgba(168, 168, 168, 0.5), inset -2px -2px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 60; }

.territory_item_top:before {
  position: absolute;
  bottom: 95%;
  left: 25%;
  display: inline-block;
  content: '';
  border: 7px solid transparent;
  border-bottom: 22px solid #ededec;
  -webkit-transform: skewX(23deg);
          transform: skewX(23deg); }

.territory_item_bottom:before {
  position: absolute;
  top: 95%;
  left: 25%;
  display: inline-block;
  content: '';
  border: 7px solid transparent;
  border-top: 22px solid #ededec;
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg); }

.territory_item_bottomRight:before {
  position: absolute;
  top: 92%;
  left: 75%;
  display: inline-block;
  content: '';
  border: 7px solid transparent;
  border-top: 22px solid #ededec;
  -webkit-transform: skewX(23deg);
          transform: skewX(23deg); }

.territory_item_descr {
  position: relative;
  left: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 70; }

.territory_item_children {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 30px;
  margin: 3px 0;
  border-radius: 5px;
  background: #c39666; }

.territory {
  position: absolute; }

.territory_parking {
  top: 40%;
  left: 40%; }

.territory_children {
  top: 67%;
  left: 24%; }

.territory_restaurant {
  top: 83%;
  left: 22%; }

.territory_yachts {
  top: 64%;
  left: 38%; }

.territory_promenade {
  top: 65%;
  left: 61%; }

.territory_wellness {
  top: 47%;
  left: 58%; }

.territory_marine {
  top: 83%;
  left: 79%; }

.territory_park {
  top: 20%;
  left: 82%; }

.territory_helicopter {
  top: 29%;
  left: 86%; }

/*# sourceMappingURL=residences-1.css.map *//*=====   residences-2   ====*/
/*=============================*/
.bg_tars_img {
  background: #ebe9e7 url("../img/bg-trans-img-big.jpg") 0 0 repeat; }

.colorMenu .header_nav li a {
  color: #dcb477; }
  .colorMenu .header_nav li a:hover {
    color: #666666; }

.colorMenu .header_nav li.active a {
  color: #666666; }

.section_one {
  display: table;
  width: 100%;
  height: 100vh; }

.section_one_item {
  display: table-cell;
  vertical-align: middle; }

.wr_house_big {
  width: 75.3%;
  margin-right: 6%; }

.block_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 110px; }
  
  .elevator li a[href="#"]{
	  pointer-events: none;
	  opacity: .5;
  }

.elevator_title {
  color: #c29667;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }

.elevator_item {
  margin: 16px 0 0; }
  .elevator_item a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 66px;
    height: 65px;
    border: 1px solid #c29667;
    border-radius: 6px;
    color: #c29667;
    font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 65px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .elevator_item a:hover {
      background: #c29667;
      color: #fff; }
  .elevator_item.active a {
    background: #c29667;
    color: #fff; }

.facade_top_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 2%; }

.facade_icons_item {
  display: inline-block;
  margin: 0 75px; }

.facade_icons_img {
  margin-bottom: 15px; }
  .facade_icons_img img {
    margin: auto;
    width: auto; }

.facade_icons_descr {
  color: #666666;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center; }

.facade_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 110px 0;
  padding-right: 9%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.facade_title {
  color: #666666;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 72px;
  margin-right: 50px;
  letter-spacing: -1.8px; }

.facade_right_hide {
  width: 66px;
  visibility: hidden; }

.btn_gold {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #c29667;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 52px;
  text-decoration: none;
  width: 250px;
  height: 52px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #c29667;
  letter-spacing: 1.05px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn_gold:hover {
    color: #fff;
    border: 1px solid #c29667;
    background-color: #c29667; }

.block_facade_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.facade_preview_item {
  display: inline-block;
  margin: 0 18px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .facade_preview_item a {
    text-decoration: none; }
  .facade_preview_item:hover {
    opacity: .3; }

.facade_preview_img {
  width: 247px;
  margin-bottom: 14px; }

.facade_preview_text {
  color: #333333;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center; }

.facade_preview_opacity {
  opacity: .3; }

.wr_title_facade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.marBot {
  margin-bottom: 4px; }

.facade_plan {
  position: absolute;
  top: 19%;
  right: 2%;
  width: 17.344%; }

.paddingHome_top {
  padding-top: 170px;
  margin: 0 30px 0 110px; }

.apartment_details_data {
  margin-bottom: 44px; }

.details_data_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.details_data_item + .details_data_item {
  margin-top: 35px; }

.apartment_details_title {
  color: #c29667;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.data_item_img {
  width: 74px; }

.data_item_text {
  width: 215px;
  color: #666666;
  font-size: 29px;
  margin-left: 40px; }

.data_item_value {
  position: relative;
  color: #c29667;
  font-size: 29px;
  margin-left: 38px;
  width: 120px; }

.details_data_item sup {
  font-size: 14px;
  position: absolute;
  top: 2px; }

.facade_title_floor {
  margin-bottom: 42px; }

.navigation_floor {
  margin-top: 18px; }

.navigation_floor li {
  display: inline-block;
  margin-right: 9px; }
  .navigation_floor li.active a {
    color: #ffffff;
    border: 1px solid #c29667;
    background-color: #c29667;
    width: 151px; }

.navigation_floor a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 52px;
  height: 51px;
  border: 1px solid #c29667;
  border-radius: 6px;
  color: #c29667;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 51px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .navigation_floor a:hover {
    color: #ffffff;
    border: 1px solid #c29667;
    background-color: #c29667; }

.block_img_floor {
  width: 29.214%;
  -ms-flex-item-align: center;
      align-self: center; }

[class*="floor_street_"] {
  text-align: center;
  margin: 15px 0;
  color: #666666;
  font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

.floor_street_bot {
  margin-bottom: 0; }

.block_view_floor {
  width: 21.236%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 13px; }

.plan_floor {
  width: 88.1%;
  margin: 0 auto 50px; }

.view_facade {
  width: 100%;
  margin-bottom: 15px; }

.paddingFloor_top {
  padding-top: 125px;
  margin: 0 50px 0 110px; }

.floor_street_top {
  margin-top: 0; }

.scheme_mini {
  width: 224px;
  margin-bottom: 23px; }

.btn_gold_pdf {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #c29667;
  font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 19px 32px 17px 51px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #c29667;
  margin-right: 10px;
  background: transparent;
  cursor: pointer;
  letter-spacing: 1.05px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn_gold_pdf:hover {
    color: #fff;
    border: 1px solid #dcb477;
    background-color: #dcb477; }

.btn_gold_pdf:before {
  position: absolute;
  top: 16px;
  left: 22px;
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  background: url("../img/icons-gold-pdf.png") center no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s; }

.btn_gold_pdf:hover:before {
  background: url("../img/icons-gold-pdf-white.png") center no-repeat; }

.btn_gold_view {
  width: 281px; }

.wr_btn_res {
  margin-top: 15px; }

.btn_gold_corp {
  width: 239px; }

.compass_floor {
  width: auto;
  margin: auto; }

.block_img_floorWidth {
  width: 26%; }

.block_img_floor.o-bigvertical {
  width: 21.5% !important; }

.block_img_floor.o-horisontal {
  width: 42% !important; }

.block_img_floor.o-vertical {
  width: 33% !important; }

.floor_plan img {
  width: 100%; }

.residences .svg-box {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden; }

.residences .section_one {
  display: block; }

.residences .section_one_item {
  display: block; }

/*# sourceMappingURL=residences-2.css.map */.app__sidebar,
.shadow_bottom:before{pointer-events: none;}
.app__sidebar .header_logo,
.app__sidebar .header_tlf,
.app__sidebar .header_nav li{pointer-events: auto;}

.bg_wrapper{
	overflow: hidden;
	height: 100%;
}
svg foreignObject{
    position: relative;
}
svg.location-map{
    position: absolute;
    left: 0;
    top: -100%;
    bottom: -90%;
    margin: auto;

    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

svg.location-map > image{
    width: 100%;
    height: 100%;
}

svg.location-map g circle {
    stroke: #00466F;
    stroke-width: 2px;
}
svg.location-map g.iyc circle{
    fill: transparent;
    opacity: 0;
    transition: all .3s;
}
svg.location-map g.iyc.fill circle{
    opacity: 1;
}


svg.location-map g{
    stroke-width: 2px;
}
svg.location-map g.helipad-nohover circle,
svg.location-map g.helipad circle{
    fill: url(#helipad);
}
svg.location-map g.helipad:hover circle{
    fill: url(#helipad-hover);
    /* stroke-width: 0; */
}
svg.location-map g.helipad circle,
svg.location-map g.pier circle{
    cursor: pointer;
}

svg.location-map g.pier-nohover circle,
svg.location-map g.pier circle{
    fill: url(#pier);
}
svg.location-map g.pier:hover circle{
    fill: url(#pier-hover);
    /* stroke-width: 0; */
}
svg.location-map g.pier-nohover:hover circle{
    fill: url(#pier);
}

svg.location-map defs pattern circle{
    fill: rgba( 255,255,255, 0.6 );
}

svg.location-map defs pattern#helipad-hover circle,
svg.location-map defs pattern#pier-hover circle{
    fill: rgba( 193,150, 103, 1 );
}


svg.location-map .pier-stroke-iyc{

    stroke: #00466f;
    stroke-width: 2;
    stroke-dasharray: 0,10000;

    /*
    stroke-dasharray: 9, 5;
    stroke: #00466f;
    stroke-width: 2;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-opacity:1;
    fill:none;

    stroke-miterlimit:4;
    stroke-dashoffset:10
    */
}

svg.location-map .helipad:hover + g.rendering,
svg.location-map .helipad:hover + g.rendering animate,
svg.location-map .pier:hover + g.rendering,
svg.location-map .pier:hover + g.rendering animate{
    opacity: 1;
}

svg.location-map .helipad + g.rendering,
svg.location-map .helipad + g.rendering animate,
svg.location-map .pier + g.rendering,
svg.location-map .pier + g.rendering animate{
    opacity: 0;
}

svg.location-map .pier-distance-wrapp div{
    opacity: 0;
    transition: all .3s;
}
svg.location-map .pier-distance-wrapp.fill div{
    opacity: 1;
}

svg.location-map .main{
    fill: url(#main-icon);
}
svg.location-map .main > circle{
    stroke-width: 0;

    stroke-dashoffset: 414;
}

svg.location-map .pier-distance{
    padding: 5px 10px;
    background-color: #00466f;
    font-size: 14px;
    text-align: center;
}


.stroke_list_item{
    padding-left: 35px;
}
.stroke_list_img{
    cursor: pointer;
    padding: 5px 5px;
    margin: -5px auto;
    transition: all 0.3s ease-out;
}
.stroke_list_img.select{
    box-shadow: 1px 1px 4px inset #000000;
}


.main-frame.about foreignObject > body{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.main-frame.about .building_item,
.main-frame.about .territory_item {
    position: relative;
}

.b24-widget-button-position-bottom-right {
    right: 65px !important;
    bottom: 110px !important;
}

.sign-up-viewing{padding: 50px;}
.sign-up-viewing .title_from_contacts{
    line-height: unset;
}

.wr_hero_news{
	bottom: 90px !important;
}
.block_menu_footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #c29667;
    z-index: 200;
    font-size: 0;
}

.btn_mob {
    width: 16%;
    display: inline-block;
    height: 60px;
    color: #ffffff;
    font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 62px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .75px;
}

.ic_video {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 17px;
    background: url(../img/ugl-icons.png) center no-repeat;
}

.btn_mob_vid {
    width: 50%;
}

/*.about  .btn_mob_vid,*/
/*.history  .btn_mob_vid,*/
/*.contacts  .btn_mob_vid,*/
/*.infrastructure  .btn_mob_vid,*/
/*.yacht-club  .btn_mob_vid,*/
/*.index .btn_mob_vid {*/
/*    width: 100%;*/
/*}*/

.btn_mob_res {
    width: 50%;
    background: #dcb477;
}

.btn_mob_right {
    background: url(../img/arrows-sl-right.png) center no-repeat;
}

.btn_mob_left {
    background: url(../img/arrows-sl-left.png) center no-repeat;
}

.btn_mob_down {
    background: url(../img/arrows-sl-down.png) center no-repeat;
}

.maps_descr_list {
    height: 284px;
}

.territory_item_rest:before {
    left: 0;
}

.btn_choice_floor {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 23px;
    margin: 25px auto;
    color: #c29667;
    font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 52px;
    text-decoration: none;
    width: 250px;
    height: 52px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #c29667;
    letter-spacing: 1.05px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.choice_floor {
    display: inline-block;
    border: none;
    width: 11px;
    height: 8px;
    cursor: pointer;
}

.choice_floor_down {
    background: url("../img/ar_d.png") center no-repeat;
}

.choice_floor_up {
    background: url("../img/ar_u.png") center no-repeat;
}

.logo_header_mobile {
    width: 120px;
}

.phone_cont {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
}

.phone_form_ab {
    text-decoration: none;
    color: #dcb477;
    font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
}

.slider_full .slick-dots {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
}

.slider_full .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slider_full .slick-dots button {
    font-size: 0;
    height: 9px;
    width: 9px;
    background: #dcb477;
    border: none;
    border-radius: 50%;
}

.slider_full .slick-dots li.slick-active button {
    background: #fff;
}

.about_2_sv {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 0;
}

.wr_windy {
    height: 100%;
}

.block_title {
    text-shadow: 1px 2px 3px #000000;
}

.block_title_request, .phone_cont, .block_title_history {
    text-shadow: none;
}

.block_descr_mob {
    display: none;
}

.descr_mob_sl {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.hand_horizon {
    display: none;
    width: 40px;
    position: absolute;
    /*left: 28px;*/
    bottom: 90px;
    animation: hand 1s linear infinite;
}

.home_icons_item a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    transition: all .3s;
}

.home_icons_item a:hover {
    opacity: .6;
}

.residences .hand_horizon {
    position: fixed;
}

.about .hand_horizon {
    bottom: 16%;
}

.img_his_mob {
    display: none;
    margin-top: 20px;
}

.slDouble_history .slick-dots {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 110%;
    transform: translateX(-50%);
}

.slDouble_history .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slDouble_history .slick-dots button {
    font-size: 0;
    height: 9px;
    width: 9px;
    background: #dcb477;
    border: none;
    border-radius: 50%;
}

.slDouble_history .slick-dots li.slick-active button {
    background: #fff;
}

.prem_znak {
    position: absolute;
    top: 202px;
    left: 110px;
    z-index: 100;
    width: 80px;
}

.home_utp {
    color: #dcb477;
    font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
    line-height: 100%;
    font-size: 24px;
    margin-top: 15px;
}






/* lead страница*/
/*======================*/

/* PLACEHOLDER */
/* ================================================ */
.input_lead input::-webkit-input-placeholder { color: #503A2D; opacity: 1; }

.input_lead input:-moz-placeholder { color: #503A2D; opacity: 1; }

.input_lead input::-moz-placeholder { color: #503A2D; opacity: 1; }

.input_lead input:-ms-input-placeholder { color: #503A2D; opacity: 1; }

.input_lead textarea::-webkit-input-placeholder { color: #503A2D; opacity: 1; }

.input_lead textarea:-moz-placeholder { color: #503A2D; opacity: 1; }

.input_lead textarea::-moz-placeholder { color: #503A2D; opacity: 1; }

.input_lead textarea:-ms-input-placeholder { color: #503A2D; opacity: 1; }

body input:focus:required:invalid, body textarea:focus:required:invalid, body input:focus, body textarea:focus { outline: none; }

body input:required:valid, body textarea:required:valid { outline: none; }

.input_lead :focus::-webkit-input-placeholder { opacity: 0; }

/* webkit */
.input_lead :focus::-moz-placeholder { opacity: 0; }

/* Firefox 19+ */
.input_lead :focus:-moz-placeholder { opacity: 0; }

/* Firefox 18- */
.input_lead :focus:-ms-input-placeholder { opacity: 0; }

.complete {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #ebe9e7 url(../img/bg-trans-img-big.jpg) 0 0 repeat;
}

.complete_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%);
    width: 100%;
    padding: 0 15px;
}

.lead {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lead_item {
    max-width: 475px;
    font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
    color: #503A2D;
    background: #fff;
    filter: drop-shadow(6px 12px 15px rgba(100, 100, 100, 0.53)) drop-shadow(-4px -8px 15px rgba(189, 189, 189, 0.2));
    border-radius: 5px;
    overflow: hidden;
}

.lead_item_img {
    width: 100%;
    height: 218px;
}

.lead_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead_item_cont {
    font-size: 12px;
    padding: 20px 20px 15px;
}

.lead_title {
    font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
}

.lead_price {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 6px;
}

.lead_sub_title {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    max-width: 320px;
    margin: 9px auto 0;
}

.lead_desc {
    margin: 16px 17px 0;
}

.lead_desc_title {
    font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    margin: 0 0 5px;
}

.lead_desc_list {
    list-style-type: disc;
    font-size: 12px;
    line-height: 14px;
    list-style-position: inside;
    margin: 5px 0 26px;
}

.lead_desc_list li {
    padding: 2px 0;
}

.lead_item_btn {
    min-height: 102px;
    padding: 0  38px 15px;
}

.lead_btn {
    display: block;
    border: none;
    text-decoration: none;
    font-family: "montserrat_semibold", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    margin: auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #DCB477;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(2px 12px 20px rgba(220, 180, 119, 0.35));
    transition: all .3s;
}

.lead_btn_hover:hover {
    background: #00456f;
    filter: none;
}

.regulations {
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    max-width: 350px;
    margin: 15px auto 0;
}

.lead_cont_NK {
    min-height: 327px;
    background: url(../img/cont-bg.png) 91% 96% no-repeat;
}

.lead_ThankYou {
    max-width: 340px;
    font-size: 14px;
    line-height: 16px;
    margin: 30px auto 0;
}

.input_lead {
    margin: 22px 0;
    border-bottom: 1px solid #262626;
    padding-bottom: 3px;
}

.input_lead input {
    font-family: "Gals", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    width: 100%;
    height: 100%;
    color: #503A2D;
    border: none;
    background: transparent;
}

.wr_input_lead {
    max-width: 400px;
    margin: 50px auto 0;
}

.lead_title_ThankYou {
    margin-top: 10px;
}

.link_person {
    color: inherit;
    transition: all .3s;
}

.link_person:hover {
    color: #00456f;
    text-decoration: none;
}

.section_person {
    display: flex;
    width: 100%;
    height: 100vh;
    background: url(../img/bg-brown-icons.jpg) 0 0 repeat;
}

.section_person_item {
    margin: auto;
    padding: 0 15px;
    max-width: 900px;
}

.person_title {
    color: #ffffff;
    font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
}

.person_text {
    color: #fff;
    font-size: 16px;
    line-height: 140%;
}

.block_title {
    font-size: 56px;
    line-height: 100%;
}

.svg_box_about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slDouble_icImg-5 .slDouble_icImg_item {
    width: 52px !important;
    margin-top: 5px;
}

.photo-gallery {
    width: 100%;
    height: 100%;
    background: url(../img/bg-brown-icons.jpg) center repeat;
    background-attachment: fixed;
}

.box_gallery {
    -ms-display: grid;
    display: grid;
    -ms-grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-gap: 25px;
    grid-gap: 25px;
    max-width: 90%;
    padding: 0 20px;
    margin: 250px auto 50px;
}

.gallery_item {
    position: relative;
    border: 2px solid #fff;
    transition: all .3s;
}

.gallery_item:hover {
    transform: translate(0%, -4%);
    box-shadow: 13px 13px 24px rgb(0 0 0 / 25%);
}

.gallery_item:before {
    display: block;
    content: '';
    padding-top: 67%;
}

.gallery_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_white_gal {
    z-index: 25;
}

.logo_dubai {
    position: absolute;
    bottom: 55px;
    right: 185px;
    width: 200px;
    z-index: 100;
    transition: all .3s;
}

.logo_dubai:hover {
    opacity: .7;
}





/*@media (max-width: 1440px) {*/
/*    .lead_desc_list {margin: 5px 0 0;}*/
/*    .lead_cont_NK {min-height: 300px; background-size: 105px;}*/
/*    .lead_item_img {height: 190px;}*/
/*}*/


/*@media (max-width: 1024px) {*/
/*    .lead_title {font-size: 14px;}*/
/*    .lead_desc {margin: 8px 17px 0;}*/
/*    .lead_cont_NK {min-height: 290px;}*/
/*    .lead_item_img {height: 125px;}*/

/*}*/


/*@media (max-width: 540px) {*/
/*    .lead_item_cont {padding: 10px 20px 0;}*/
/*    .lead_cont_NK {min-height: 280px; background-size: 86px;}*/
/*    .lead_sub_title {margin-top: 5px;}*/
/*    .lead_btn {height: 44px; line-height: 44px;}*/
/*}*/

/*===============================*/@media (max-width: 1890px) and (min-width : 1681px) and (min-height: 820px) {
    .wr_house_big {width: 68%;}
    .elevator_item a {width: 50px; height: 50px; line-height: 50px;}
    .facade_title {font-size: 56px; line-height: 58px;}
    .details_data_item + .details_data_item {margin-top: 20px;}
    .data_item_img {width: 58px;}
    .residences-3 .block_img_floor {width: 22% !important;}
    .facade_title_floor {font-size: 52px; line-height: 58px; margin-bottom: 15px;}
    .compass_floor {width: 145px;}
    .section_textSlider {max-width: 1480px;}
    .slDouble_title { font-size: 50px; line-height: 52px; margin-bottom: 15px;}
    .wr_slDouble {width: 50%;}
    .section_textSlider_history {max-width: 1520px; margin-bottom: 0;}
    .text_history {max-height: 380px;}
    .group_btn_history {margin-bottom: -62px;}
    .wr_maps_descr_title {margin-bottom: 20px;}
    .stroke_list_itemLoc_2 .stroke_list_title {line-height: 16px;}
    .stroke_list_itemLoc_2 .stroke_list_img {margin-bottom: 12px;}
    .k-3 .block_elevator {margin-bottom: 2%;}
    .block_img_floor.k-3 { width: 45% !important;}
    .block_img_floor.o-horisontal { width: 38% !important;}
    .block_img_floor.o-bigvertical { width: 18% !important;}


}


@media screen and (min-width: 1981px) and (min-height: 1024px) {
    .block_data_floor {align-self: flex-start; margin-top: 5%;}
    .header_nav li a {font-size: 26px;}
    .header_tlf {font-size: 30px;}
}


@media screen and (min-width: 1270px) and (max-height: 600px) {
    .header_logo {width: 190px;}
    .header_nav li a {font-size: 14px;}
    .block_title {font-size: 46px; line-height: 56px;}
    .icons_item_img {width: 40px; margin-bottom: 10px;}
    .icons_item_descr {font-size: 10px; line-height: 12px;}
    .home_icons {padding-top: 4%;}
    .home_icons_item {margin-bottom: 40px;}
    .header_tlf {font-size: 20px;}
    .icons_helicopter {width: 60px;}
    .grifon_img {width: 200px;}
    .icons_helicopter {width: 60px;}
    .icons_location {width: 40px;}
    .icons_ancor {width: 30px;}
    .block_title { font-size: 42px; line-height: 48px; }
    .icons_item_descr {font-size: 10px;}
    .home_icons_item {margin-bottom: 30px;}
    .nav_delimiter { height: 2px; border-top: .5px solid #dcb477; border-bottom: .5px solid #dcb477;}

    .wr_maps_descr_title {margin-bottom: 20px;}
    .block_maps_descr {width: 260px;}
    .stroke_list_item {padding: 0 20px 0 20px;}
    .maps_logo_descr {width: 110px;}
    .maps_descr_list {padding: 0;}


}



@media screen and (max-height: 800px) and (min-width: 1501px) {
    .header_logo {width: 225px;}
    .header_nav li a {font-size: 16px;}
    .home_icons_item {margin-bottom: 35px;}
    .home_icons {padding-top: 4%;}
    .block_title { font-size: 54px; line-height: 58px;}
    .grifon_img {width: 250px;}

}


@media (max-width: 1600px) {
    .section_textSlider_history { width: 90%; padding-right: 0; }
    .text_history {max-height: 380px;}
    .wr_slHistory {width: 45%;}
    .slDouble_descr {font-size: 18px; line-height: 22px;}
    .group_btn_history {margin-bottom: -50px;}
    .section_textSlider { margin: 25px auto 0;}
}


@media (max-width: 1680px) and (min-height: 700px) and (min-width : 1441px) {
    .block_title {font-size: 54px; line-height: 60px;}
    .slDouble_title {font-size: 46px; line-height: 46px;}
    .section_textSlider {max-width: 1350px;}
    .facade_title { font-size: 36px; line-height: 40px;}
    .marBot {margin-bottom: 0;}
    .header_logo {width: 227px;}
    .elevator_item a {width: 53px; height: 53px; line-height: 53px;}
    .paddingHome_top {padding-top: 130px;}
    .details_data_item + .details_data_item {margin-top: 25px;}
    .data_item_text {font-size: 24px;}
    .data_item_value {font-size: 24px;}
    .compass_floor {width: 200px;}
    .data_item_img {width: 60px;}
    .location_img {left: 0;}
    .block_icons {left: 5%;}
    .block_img_floor.k-3 {width: 48% !important;}
    .block_img_floor.o-horisontal {width: 38% !important;}
    .wr_maps_descr_title {margin-bottom: 20px;}
    .wr_slHistory {width: 45%;}
    .text_history {max-height: 400px;}
    .block_title_history {font-size: 60px;}
    .prem_znak {top: 170px; left: 83px; width: 75px;}
    .residences-3 .block_img_floor.k-1.floor-1, .residences-3 .block_img_floor.k-1.floor-2 {width: 24% !important;}

}


/*Проба для Леши МАС*/
@media only screen and (max-width : 1440px) {
    .header_nav li a {font-size: 14px;}
    .header_logo {width: 140px;}
    .header_tlf {font-size: 16px; top: 25px;}
    .header_tlf:before {top: 0;}
    .block_grifon {width: 200px;}
    .block_title { font-size: 48px; line-height: 52px;}
    .home_icons_item {margin-bottom: 50px;}
    .home_icons {padding-top: 2%;}
    .icons_item_img { margin: 0 auto 5px;}
    .slDouble_title { font-size: 30px; line-height: 34px;}
    .section_textSlider {width: 83%; margin: 104px auto 0;}
    .wr_slider_descr {width: 43%;}
    .slDouble_text {padding-top: 0;}
    .btn_white_noIc {width: 150px; height: 45px; font-size: 12px; line-height: 45px;}
    .btn_control, .about_pag button {width: 45px; height: 45px;}
    .slDouble_descr {font-size: 16px;}
    .inside_slDouble .slDouble_icImg_item {width: 26px !important; height: 26px !important;}
    .wr_block_titleForm {width: 88%;}
    .btn_white {  width: 200px; height: 45px; text-align: center; padding: 0; font-size: 12px; line-height: 45px;}
    .home_pag button {width: 45px;height: 45px;}
    .about_pagBig button {width: 45px;height: 45px;}
    .btn_white:before {display: none;}
    .header_logo {width: 190px;}
    .header_nav li a {font-size: 14px;}
    .block_title {font-size: 46px; line-height: 56px;}
    .icons_item_img {width: 40px; margin-bottom: 10px;}
    .icons_item_descr {font-size: 10px; line-height: 12px;}
    .home_icons {padding-top: 4%;}
    .home_icons_item {margin-bottom: 40px;}
    .header_tlf {font-size: 20px;}
    .icons_helicopter {width: 60px;}
    .grifon_img {width: 200px;}
    .icons_helicopter {width: 60px;}
    .icons_location {width: 40px;}
    .icons_ancor {width: 30px;}
    .block_title { font-size: 42px; line-height: 48px; }
    .icons_item_descr {font-size: 10px;}
    .home_icons_item {margin-bottom: 30px;}
    .nav_delimiter { height: 2px; border-top: .5px solid #dcb477; border-bottom: .5px solid #dcb477;}
    .logo_ev_img {width: 120px;}
    .logo_ev_text {font-size: 8px;}
    .territory_item {font-size: 14px; line-height: 14px; padding: 5px 20px;}
    .building_item_text {font-size: 14px;}
    .building_item_img {width: 36px;}
    .territory_item_children {font-size: 14px; line-height: 14px; padding: 5px 20px;}
    .title_resi {font-size: 42px; line-height: 48px;}
    .slDouble_title {font-size: 30px; line-height: 34px; margin-bottom: 10px; margin-top: 0;}
    .data_his {font-size: 46px;}
    .group_btn_history {margin-bottom: -50px;}
    .slDouble_list {font-size: 18px;}
    .wr_house_big {width: 80%;}
    .paddingHome_top {padding-top: 130px;padding-bottom: 30px; margin: 0 30px 0 50px;height: 100%;}
    .facade_plan {width: 15%;}
    .elevator_item a {width: 47px; height: 47px; line-height: 47px;}
    .facade_title {font-size: 26px; line-height: 120%;}
    .marBot {margin-bottom: 0;}
    .wr_title_facade {align-items: center;}
    .facade_bottom {padding-right: 0; margin: 10px 12% 0;}
    .facade_icons_descr {font-size: 10px;}
    .elevator_item { margin: 15px 0 0;}
    .facade_icons_img {width: 50px; margin: 0 auto 15px;}
    .facade_preview_img {width: 200px;}
    .facade_preview_text {font-size: 12px; line-height: 14px;}
    .btn_gold {font-size: 12px; width: 210px; height: 42px; line-height: 42px;}
    .details_data_item + .details_data_item {margin-top: 20px;}
    .data_item_text {font-size: 22px; width: 182px; margin-left: 20px;}
    .data_item_value {font-size: 22px; margin-left: 20px;}
    .compass_floor {width: 145px;}
    .data_item_img {width: 60px;}
    .facade_title_floor {margin-bottom: 8px;}
    .navigation_floor a {font-size: 12px; width: 42px; height: 42px; line-height: 42px;}
    .block_img_floor {width: 32%;}
    .btn_gold_pdf {font-size: 12px; height: 42px; padding: 16px 32px 14px 51px;}
    .btn_gold_pdf:before {top: 10px;}
    .wr_maps_descr_title {margin-bottom: 20px;}
    .block_maps_descr {width: 260px;}
    .stroke_list_item {padding: 0 20px 0 20px;}
    .maps_logo_descr {width: 95px;}
    .maps_descr_list {padding: 12px 0;}
    .block_icons {left: -2%;top: -4%;}
    .anchor_2 {top: 50%;left: 53%;}
    .petr_icons {top: 71%;left: 80%;}
    .anchor_3 {top: 77%;left: 83%;}
    .anchor_4 {top: 88%;left: 73%;}
    .svg_box_about svg {width: 110%; left: auto; right: 10%;}
    .section_textSlider_history {width: 90%; padding-right: 0;}
    .stroke_list_title {font-size: 12px; line-height: 16px;}
    .stroke_list_itemLoc_2 .stroke_list_title {line-height: 16px;}
    .section_textSlider_history {width: 90%; padding-right: 0;}
    .block_img_floor.k-1 {width: 26% !important;}
    svg.resi_img_fon {width: 103%; left: auto; right: 3%;}
    .svg-box {display: block; overflow: hidden; height: 100vh;}
    .svg-box.house {height: 100%;}
    .block_elevator {margin-bottom: 13px;}
    .k-3 .block_elevator {margin-bottom: 35px;}
    .block_img_floor.k-3 {width: 48% !important;}
    .block_img_floor.o-bigvertical {width: 23% !important;}
    .data_item_value {width: 100px;}
    .block_img_floor.o-horisontal {width: 39% !important;}
    .about_6 .block_grifon {display: none;}
    svg.location-map {width: 103%; left: 0; bottom: -105%;}
    .maps_descr_list {height: 250px;}
    .btn_form_pdf:before {display: none;}
    .wr_form_pdf .title_from_contacts {font-size: 30px; line-height: 36px;}
    .wr_slDouble {width: 48%;}
    .snoski {font-size: 18px; line-height: 20px; margin-top: 10px;}
    .slDouble_list {line-height: 22px;}
    .text_history {max-height: 350px}
    .wr_slHistory {width: 43%;}
    .section_textSlider_history .wr_slider_descr {width: 48%;}
    .block_title_descr {font-size: 18px; line-height: 20px;}
    .maps_descr_title {padding: 8px 0;}
    .stroke_list_itemLoc_2 .stroke_list_img {margin-bottom: 16px;}
    .paddingFloor_top {margin: 0 50px;padding-top: 65px;}
    .prem_znak {top: 147px; left: 61px; }
    .lead_desc_list {margin: 5px 0 0;}
    .lead_cont_NK {min-height: 300px; background-size: 105px;}
    .lead_item_img {height: 190px;}
    .box_gallery {margin-top: 175px;}
    .residences-3 .block_img_floor.k-1.floor-1, .residences-3 .block_img_floor.k-1.floor-2 {width: 24% !important;}
    .logo_dubai {bottom: 52px;right: 158px;width: 173px;}




    /*=====   Адапт резиденции 1 уровень   ====*/
    .building-3 {top: 46%;}
    .territory_yachts {top: 57%;left: 42%;}
    .territory_promenade {top: 61%;left: 60%;}
    .territory_children {top: 59%;left: 24%;}
    .territory_restaurant {top: 72%; left: 20%;}
    .territory_parking {top: 34%;left: 36%;}
    .resi_img_fon {    -o-object-position: 35% 0; object-position: 35% 0;}
    /*=============================*/


}



@media only screen and (max-width : 1260px) {
    .facade_title {font-size: 30px;line-height: 42px;}
    .facade_title { font-size: 26px; line-height: 34px; }
    .data_item_img {width: 50px;}
    .data_item_text {font-size: 20px;}
    .data_item_value {font-size: 20px;}
    .data_item_text {width: 155px;}
    .block_img_floor {width: 34%;}
    .compass_floor {width: 160px;}
    .block_icons { top: -3%; left: -3%;}
    .lahta_icons {display: none;}
    .residences-3 .floor-3, .residences-3 .floor-4, .residences-3 .floor-5 { width: 33% !important;}
    .facade_bottom {margin: 15px 150px 0 110px;}
    .facade_top_icons {margin-bottom: 0;}
    .block_img_floor.k-1 {width: 33% !important;}
    .block_img_floor.o-bigvertical {width: 27% !important;}
    .maps_descr_list {height: 265px;}
    .btn_gold_view {display: block; margin-top: 15px;}


}





@media only screen and (max-width : 1024px) {
    .block_title { font-size: 42px; line-height: 48px; }
    .header_nav li a {font-size: 12px;}
    .header_logo {width: 150px;}
    .header_tlf {font-size: 16px;}
    .header_tlf:before {top: -1px;}
    .icons_item_img img {width: 60px;}
    .icons_item_descr {font-size: 10px; line-height: 14px;}
    .facade_title { font-size: 24px; line-height: 26px; }
    .residences-3 .block_img_floor {width: 32% !important;}
    .residences-3 .floor-3, .residences-3 .floor-4, .residences-3 .floor-5 { width: 33% !important;}
    .block_img_floor.o-bigvertical {width: 27% !important;}
    .apartment_details_title {margin-bottom: 10px;}
    .apartment_details_data {margin-bottom: 20px;}
    .data_item_img {width: 40px;}
    .facade_title_floor {margin-bottom: 20px;}
    .paddingFloor_top {padding-top: 65px;}
    .block_home {margin: 0 30px;}
    .scheme_mini {width: 100%;}
    svg.resi_img_fon {width: 123%; left: auto; right: 17%;}
    .facade_bottom {margin: 20px 100px 0 39px;}
    .elevator_item a {width: 30px;height: 30px;line-height: 31px;}
    .block_elevator {margin-bottom: 10px;}
    .facade_title {margin-right: 35px;}
    .section_textSlider {width: 87%;margin: 30px auto 0;}
    .slDouble_descr {overflow: auto;}
    .wr_slider_descr {width: 51%;}
    .wr_slDouble { width: 47%;}
    .slDouble_title {font-size: 26px;line-height: 30px; margin-bottom: 10px;}
    .group_btn_slMini {position: static;}
    .dots_history li {margin-right: 20px;}
    .snoski {font-size: 18px;}
    .slDouble_list {line-height: 24px;}
    .svg_box_about {overflow: hidden;}
    .maps_descr_list {height: 265px;}
    .text_history {max-height: 212px; margin-bottom: 20px;}
    .prem_znak { width: 60px; top: 121px; left: 49px; }
    .home_utp {font-size: 20px;}
    .lead_title {font-size: 14px;}
    .lead_desc {margin: 8px 17px 0;}
    .lead_cont_NK {min-height: 290px;}
    .lead_item_img {height: 125px;}
    .box_gallery {margin-top: 145px;}


}


@media only screen and (max-width : 768px) {
    .form_pdf_right {display: none;}
    .wr_form_pdf {width: 100%;}
    .form_pdf_left {width: 100%; padding: 55px 20px;}
    .form_layer {padding: 55px 20px;}
    .title_from_contacts {font-size: 30px; line-height: 36px;}
    .location .header_logo_center {position: static; display: block;}
    .location .header_logo_blue {display: none;}
}



@media only screen and (max-width : 540px) {
    .block_menu_footer {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}

    .block_title {font-size: 32px; line-height: 36px; margin-bottom: 0;}
    .group_btn_sl {display: none;}
    .block_grifon {display: none;}
    .arrows_bot {display: none;}
    .block_title_descr {display: none;}
    .title_dec:before {display: none;}
    .logo_ev {display: none;}
    .home_icons {right: auto; top: 16%; left: 6%; background-image: none; height: auto; padding-top: 0;}
    .shadow_bottom:after { position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ''; display: block; background: rgba(30,32,35,.3); }
    .bg_brown_icons .home_icons {display: none;}
    .section_textSlider { width: 82%; padding-right: 0; flex-wrap: wrap;}
    .slDouble_mini {display: none;}
    .slDouble_icImg {display: none;}
    .group_btn_slMini {display: none;}
    #fp-nav ul li a span {width: 9px; height: 9px; background: #fff;}
    #fp-nav ul li a.active span {width: 9px !important; height: 9px !important; background: #dcb477; margin: -2px 0 0 -2px !important;}
    #fp-nav ul li:hover a span  {width: 9px !important; height: 9px !important; background: #dcb477; margin: -2px 0 0 -2px !important;}
    #fp-nav {top: 46%;}
    #fp-nav ul li {margin: 15px 0;}
    .wr_slider_descr {width: 98%;}
    .slDouble_title {font-size: 32px; line-height: 36px;}
    .slDouble_descr {font-size: 20px;}
    .group_field_input {flex-wrap: wrap;}
    .field_input {width: 100%; margin: 6px 0;}
    .slider_full_item .home_icons {display: none;}
    .wr_slider_home_mob {width: 82%; height: 320px; margin: auto; background: url(../img/bg-brown-icons.jpg) 0 0 repeat;  box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.25);}
    .wr_slider_home_mob .slider_full_item {height: 320px;}
    .group_btn_slBig {display: none;}
    .wr_slider_home_mob .wr_block_title {bottom: 5%;}
    .slider_full_item .block_title {margin-bottom: 10px; font-size: 26px; line-height: 30px;}
    .slDouble_icImg_item {width: 39px !important; height: 39px !important;margin-top: 5px;}
    .slick-slider .slick-track {width: auto;}
    .slDouble_big_icImg { width: 86%; bottom: 13%;}
    .group_btn_history {display: none;}
    .wr_slDouble {width: 100%;}
    .slDouble_text_history .block_title {display: none;}
    .block_title_history {display: none;}
    svg.location-map { position: relative; width: 100%; left: 0; bottom: 0;}
    .location_img {overflow: hidden; width: 293%; height: auto; left: -63%;}
    .location {height: 100vh;}
    .header_logo {left: -4px; margin-bottom: 8px;}
    .arrows_maps {display: none;}
    .contacts .wr_block_title {width: 88%; top: 50%; bottom: auto; transform: translateY(-50%);}
    .contacts .block_title_descr {display: block;}
    .header_nav li.active:before {display: none;}
    .header_tlf_mob {margin-top: 12px;}
    .residences .svg-box {width: 230%;}
    .residences .shadow_bottom:after {display: none;}
    .icons_item_img {margin-bottom: 5px;}
    .checkbox_wrapper {margin-bottom: 30px;}
    .home_icons_item {margin-bottom: 25px;}
    .block_title_request {margin-bottom: 20px;}
    .form_layer_feedback {padding: 0; margin-top: 0;}
    .wr_title_facade {display: none;}
    .facade_plan {display: none;}
    .wr_house_big {width: 100%; margin-right: 0; order: 1;}
    .facade_preview_item {width: 46%; margin: 0 2%;}
    .facade_preview_img {width: 100%;}
    .facade_icons_item {margin: 0 5% 20px;}
    .facade_preview_text {font-size: 10px; line-height: 12px;}
    .facade_bottom {margin: 0 20px;}
    .btn_choice_floor {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
    .title_resi {font-size: 28px; line-height: 32px; bottom: 13%;}
    .residences-3 .apartment_details_data {display: none;}
    .block_floor_selection {display: none;}
    .block_view_floor {display: none;}
    .residences-3 .facade_title {display: none;}
    .residences-3 .block_img_floor.k-1 {width: 76% !important; margin: auto; order: 1;}
    [class*="floor_street_"] {font-size: 8px; margin: 5px 0;}
    .block_data_floor {width: 100%; text-align: center; order: 2;}
    .apartment_details_title {margin: 5px 0 0;}
    .residences-3 .block_img_floor { width: 100% !important; margin: auto;}
    .residences-4 .section_one {display: block; height: auto;}
    .residences-4 .section_one_item {display: block; height: auto;}
    .block_view_floor {display: none;}
    .block_data_floor {order: 2;}
    .block_img_floor {order: 1;}
    .paddingFloor_top {padding-top: 185px;}
    .block_img_floor.o-horisontal {width: 100% !important; margin: auto;}
    .block_img_floor.o-bigvertical {width: 60% !important; margin: auto;}
    .block_img_floor.o-vertical {width: 76% !important; margin: auto;}
    .residences-4 .apartment_details_title {margin: 20px 0;}
    .details_data_item {text-align: left;}
    .data_item_text {font-size: 15px; width: 130px;}
    .data_item_value {font-size: 15px; width: 65px;}
    .details_data_item sup {font-size: 8px;}
    .apartment_details {text-align: center;}
    .apartment_details_data {display: inline-block;}
    .facade_title {margin-right: 0; color: #c29667; font-size: 20px; letter-spacing: .5px; text-transform: uppercase; font-family: "Gals",Arial,Verdana,Helvetica,sans-serif;}
    .btn_gold_corp {display: none;}
    .btn_group_res {margin-bottom: 100px;}
    .btn_gold_view {display: none;}
    .svg_box_about svg { width: 300%; right: 117%;}
    .about_6 .group_btn_sl {display: block; bottom: 12%; left: 45%; transform: translateX(-50%);}
    .slDouble_supTitle {font-size: 18px; line-height: 24px;}
    .btn_control_up {display: none;}
    .field_input input {padding: 5px;}
    .index .home_icons {display: block; width: auto;}
    .icons_water {width: auto;}
    .block_maps_descr {display: none;}
    g[tag="1"],g[tag="2"],g[tag="3"],g[tag="4"],g[tag="5"],g[tag="6"],g[tag="7"],g[tag="8"],g[tag="9"] {display: none;}
    .wr_block_title {width: 82%; bottom: 15%; left: 4%; top: auto;}
    .slider_full_item .wr_block_title {bottom: 27%;}
    .wr_block_titleForm {top: 50%; transform: translateY(-50%); bottom: auto;}
    .about_2_sv {object-position: 61% 0;}
    .block_elevator {order: 2; width: 100%; margin: 20px 0;}
    .elevator {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: center; flex-direction: row-reverse;}
    .elevator_item {display: inline-block; margin: 0 10px;}
    .elevator_title {margin-bottom: 15px;}
    .residences-3 .block_img_floor.k-1.floor-1, .residences-3 .block_img_floor.k-1.floor-2 {width: 69% !important;}
    .menu_footer_res .btn_mob {width: 33.333%;}
    .menu_footer_res .btn_mob:first-child {background: #dcb477;}
    .menu_footer_res .btn_mob:nth-child(2) {background: #c29667;}
    .menu_footer_res .btn_mob:last-child {background: #dcb477;}
    .residences-3 .block_img_floor.k-2 {width: 100% !important;}
    .facade_icons_img {height: 40px;}
    .facade_icons_item:last-child img {width: 70px;}
    .block_descr_mob {display: block;}
    .wr_slider_home_mob .wr_block_title {bottom: 25px;}
    .block_title {text-shadow: none;}
    .slDouble_descr{display: none;}
    .hom_img_1 {object-position: 22% 50%;}
    .hom_img_2 {object-position: 74% 50%;}
    .hom_img_3 {object-position: 68% 50%;}
    .hom_img_4{object-position: 48% 50%;}
    .hom_img_5 {object-position: 50% 50%;}
    .hom_img_6 {object-position: 78% 50%;}

    .svg_box_about {overflow: auto;}
    .about_2 .fp-tableCell {display: block;}

    .about_2_sv {display: block;object-fit: none;height: 100%;width: auto;object-position: unset;max-width: none;}
    .svg_box_about img {max-width: none;width: 320%;}
    .section_textSlider_history .wr_slider_descr {width: 100%;}
    .hand_horizon {display: block;}
    .hand_horizon img {width: 100%;}
    .location .hand_horizon {position: fixed;}
    .wr_maps_descr_title:before {display: none;}
    .logo_header_mobile { position: absolute; left: 50%; transform: translateX(-50%);}
    .slick-slide img.slide_home_hide {display: none;}
    .slick-slide img.slide_home_vid {display: block;}
    .video header {display: block;}
    .img_his_mob {display: block;}
    .wr_slHistory {display: none;}
    .text_history {max-height: 370px}
    .slDouble_text_history .slDouble_descr {display: block; font-size: 16px; line-height: 18px; text-align: justify;}
    .residences .logo_header_mobile {display: none;}
    .slDouble_history .slick-dots {text-align: center;}
    .index .slider_full_item .wr_block_title {bottom: 30%;}
    .index .slider_full .slick-dots{bottom: 27%;}
    .prem_znak {display: none;}
    .block_title { font-size: 22px; line-height: 28px;}
    .wr_block_title {width: 93%;}
    .home_utp {margin-top: 0;}
    .btn_mob_res.popup_open {position: relative;}
    .btn_mob_res.popup_open:before { position: absolute; top: 20px; left: 16px; display: inline-block; content: ''; width: 19px; height: 19px; background: url(../img/bg-pdf-icons-red.png) center no-repeat;}
    .person_title {font-size: 17px; line-height: 20px; margin-bottom: 20px;}
    .person_text {font-size: 13px;}
    .about_1 {background-position: 91% 100%;}
    .lead_item_cont {padding: 10px 20px 0;}
    .lead_cont_NK {min-height: 280px; background-size: 86px;}
    .lead_sub_title {margin-top: 5px;}
    .lead_btn {height: 44px; line-height: 44px;}
    .box_gallery {width: 100%;grid-gap: 20px;-ms-grid-gap: 20px;grid-template-columns: 1fr;-ms-grid-template-columns: 1fr;padding: 0;}
    .logo_dubai {display: none;}



}



@media only screen and (max-width : 385px) {
    .wr_slider_home_mob {height: 310px;}
    .wr_slider_home_mob .slider_full_item {height: 310px;}
    .slider_full_item .block_title {font-size: 22px;line-height: 28px;}
    .logo_header_mobile {width: 120px;}
    .block_title {letter-spacing: normal;}
}@media screen and (min-width: 1270px) and (max-height: 600px) {
    .details_data_item + .details_data_item {margin-top: 20px;}
    .data_item_text {font-size: 22px; width: 182px; margin-left: 20px;}
    .data_item_value {font-size: 22px; margin-left: 20px;}
    .compass_floor {width: 200px;}
    .data_item_img {width: 60px;}
    .facade_title_floor {margin-bottom: 30px;}
    .navigation_floor a {font-size: 12px; width: 42px; height: 42px; line-height: 42px;}
    .block_img_floor {width: 25%;}
    .btn_gold_pdf {font-size: 12px; height: 42px; padding: 16px 32px 14px 51px;}
    .btn_gold_pdf:before {top: 10px;}
    .btn_gold_view {display: block; margin-top: 15px;}
    .slDouble_icImg_item {margin: 0 3px;}
    .slDouble_title {font-size: 26px;line-height: 28px;}
    .slDouble_title { margin: 5px 0 10px;}
    .slDouble_list {font-size: 16px; line-height: 24px;}
    .territory_restaurant {top: 83%;}
    .territory_children {top: 74%;}
    .territory_yachts {top: 71%; left: 39%;}
    .building-3 {top: 57%;}
    .territory_promenade {top: 71%;}
    .territory_wellness {top: 52%;}
    .territory_parking {top: 45%;}
    .wr_house_big {width: 70%;}
    .facade_title {font-size: 28px;}
    .facade_bottom {margin-top: 10px;}
    .facade_preview_img {width: 150px;}
    .facade_preview_text { font-size: 8px; line-height: 10px; }
    .facade_icons_descr {font-size: 8px;}
    .facade_icons_img { margin: 0 auto 7px;}
    .facade_top_icons {margin-bottom: 5px;}
    .elevator_item a { width: 37px; height: 37px; line-height: 37px; font-size: 14px;}

    .details_data_item + .details_data_item {margin-top: 10px;}
    .data_item_text {font-size: 16px; width: 182px; margin-left: 20px;}
    .data_item_value {font-size: 16px; margin-left: 20px;}
    .compass_floor {width: 100px;}
    .data_item_img {width: 40px;}
    .details_data_item sup {font-size: 8px;}
    .facade_title_floor {margin-bottom: 13px;}
    .apartment_details_title {font-size: 18px; margin-bottom: 13px;}
    .apartment_details_data {margin-bottom: 24px;}
    .plan_floor {margin-bottom: 22px;}
    .scheme_mini {width: 140px; margin: 0 auto 23px;}
    .block_data_floor {align-self: flex-start; margin-top: 2%}

}




@media screen and (max-height: 800px) and (min-width: 1501px) {}




@media (max-width: 1680px) and (min-height: 850px) and (min-width : 1441px) {}




@media only screen and (max-width : 1440px) {}




@media only screen and (max-width : 1250px) {}
.pxform-preload:after{
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255,255,255,0.3);
    background-image: url("/www/resources/preload/ajax-loader.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
}

.checkbox_wrapper .checkbox { visibility: hidden; display: inline;}