/*!
 * 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: #1B242C;
    opacity: 1
}

input:-moz-placeholder {
    color: #1B242C;
    opacity: 1
}

input::-moz-placeholder {
    color: #1B242C;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #1B242C;
    opacity: 1
}

textarea::-webkit-input-placeholder {
    color: #1B242C;
    opacity: 1
}

textarea:-moz-placeholder {
    color: #1B242C;
    opacity: 1
}

textarea::-moz-placeholder {
    color: #1B242C;
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #1B242C;
    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: rgba(224, 223, 218, 0.8);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .5
}

.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: #1B242C;
    font-size: 65px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    opacity: .7;
    cursor: pointer;
}

.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 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  background: linear-gradient(0deg, rgba(255,255,255,.01) 0, rgba(255,255,255,1) 100%);
  -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: 44px;
  height: 44px;
  font-size: 0;
  border-radius: 50%;
  border: 2px solid #1B242C;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

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

.touch-menu span {
  display: block;
  position: absolute;
  top: 19px;
  left: 7px;
  right: 7px;
  height: 2px;
  background: #1B242C;
  border-radius: 3px; }

.touch-menu span::before,
.touch-menu span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1B242C;
  content: ""; }

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

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

.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: 'NotoSerifDisplay-Light';
    src: url("../fonts/NotoSerifDisplay-Light.woff2") format("woff2"),
    url("../fonts/NotoSerifDisplay-Light.woff") format("woff"),
    url('../fonts/NotoSerifDisplay-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'NotoSerifDisplay_ExtraCondensed-ExtraBold';
    src: url("../fonts/NotoSerifDisplay_ExtraCondensed-ExtraBold.woff2") format("woff2"),
    url("../fonts/NotoSerifDisplay_ExtraCondensed-ExtraBold.woff") format("woff"),
    url('../fonts/NotoSerifDisplay_ExtraCondensed-ExtraBold.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;
    margin-left: auto;
    margin-right: auto;
}
.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: 100%;
  overflow: hidden; }

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

.full_item_img img {
  width: 100%;
  height: 100%;
  object-position: center;
  -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: 93px 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 {
      font-family: 'NotoSerifDisplay_ExtraCondensed-Bold', Tahoma, Geneva, sans-serif; }
    .header_nav li a {
      text-decoration: none;
      font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', Tahoma, Geneva, sans-serif;
      font-size: 24px;
      line-height: 33px;
      text-transform: uppercase;
      color: #1B242C;
      margin: 0 11px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .header_nav li a:hover {
        opacity: .5;}

.header_nav li.active {
  position: relative; }

.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;
  border-top: 2px solid #1B242C;
}

.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: 'NotoSerifDisplay-Bold', Tahoma, Geneva, sans-serif;
  font-size: 32px;
  line-height: 44px;
  padding-left: 47px;
  text-transform: uppercase;
  color: #1B242C;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .header_tlf:hover {
    opacity: .6; }
  .header_tlf:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    content: '';
    width: 32px;
    height: 32px;
    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;
  font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', Tahoma, Geneva, sans-serif;
  font-size: 62px;
  line-height: 135%;
  color: #FFFFFF;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 15px; }

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

.home_icons {
  position: absolute;
  top: 0;
  right: 50px;
  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: auto;
  height: 100%;
  padding-top: 7%;
  z-index: 95; }

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

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

.icons_item_descr {
  font-family: 'NotoSerifDisplay_ExtraCondensed-SemiBold', Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
}

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

.logo_ev_img {
  width: 200px;}

.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;
  font-family: "NotoSerifDisplay-SemiBold", Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 18px 28px;
  background: rgba(27, 36, 44, 0.75);
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .3s;
}
.btn_white:hover {
  color: #1B242C;
  background: #D8DADC;
  border-color: #1B242C             ;
}


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

.home_pag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }
  .home_pag button {
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 6px;
    border: 2px solid #ffffff;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .home_pag .slick-prev {
    background: rgba(27, 36, 44, 0.75) url("../img/svg/ar-left-white.svg") center/23px no-repeat; }
    .home_pag .slick-prev:hover {
      border-color: #1B242C;
      background: #D8DADC url("../img/svg/ar-left.svg") center/23px no-repeat; }
  .home_pag .slick-next {
    margin-left: 3px;
    background: rgba(27, 36, 44, 0.75) url("../img/svg/ar-right-white.svg") center/23px no-repeat; }
    .home_pag .slick-next:hover {
      border-color: #1B242C;
      background: #D8DADC url("../img/svg/ar-right.svg") center/23px no-repeat;; }

.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: auto; }

.icons_park {
  width: 70px; }

.header_logo + .nav_delimiter {
  display: none; }



@media only screen and (max-width: 960px) {
  .o-grid__item {
    display: flex;
    align-items: flex-start;
    z-index: 100;
  }

  .header_nav li {
    width: 100%;
    border-bottom: 1px solid #C4BEB6;
  }

  .nav_delimiter {
    display: none;
  }

  .header_nav {justify-content: flex-start;}

  .header_nav li a {
    display: block;
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 24px;
    line-height: 33px;
    width: 100%;
    text-transform: uppercase;
    color: #C4BEB6;
    margin: 0;
    padding: 5px 0;
  }

  .app__sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 250px;
    height: 100vh;
    padding: 15px 38px 50px 15px;
    box-shadow: 2px 0 3px rgba(0,0,0,.5);
    -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;
    transform: translate3d(0, -50px, 0);
    text-align: left;
    opacity: 0;
    z-index: 0;
    background: #1B242C; }

  .app__sidebar.active {
    left: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 999;
  }

  .header_nav {
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    display: flex;
    align-items: flex-start;
  }

  .header_tlf {
    position: relative; }

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

  .nav_delimiter {
    width: 40px; }

  .nav_delimiter_last {
    display: none; }

  .wr_header_nav {
    width: 100%;
  }

  .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 {
  position: relative;
  background-image: url("../img/about/abn-1.webp");
  background-position: 50% 100%;
  background-size: cover;
  &:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 50%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, 1) 100%);
  }
}

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

.btn_control:hover {
  opacity: 1; }

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

.btn_control_play:hover {
  opacity: .6; }

.btn_control_down {
  margin-right: 0;
  transform: rotate(90deg);
  background: rgba(27, 36, 44, 0.75) url(../img/svg/ar-right-white.svg) center/23px no-repeat;
}

.btn_control_down:hover {
  border-color: #1B242C;
  background: #D8DADC url(../img/svg/ar-right.svg) center/23px no-repeat;
  opacity: 1;
}

.bg_boat {
  background: url("../img/bg-form.jpg") bottom/cover no-repeat;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #BEC9CF;
  border: 1px solid #000;}

.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;
  font-family: 'NotoSerifDisplay-Bold', Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1B242C;
  text-decoration: none;
  width: 170px;
  height: 58px;
  text-align: center;
  border: 2px solid #1B242C;
  border-radius: 5px;
  margin-right: 14px;
  letter-spacing: 1.05px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn_white_noIc:hover {
    color: #fff;
    background: #1B242C;
     }

.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 #1B242C;}
  .field_input input {
    display: block;
    width: 100%;
    padding: 10px;
    color: #1B242C;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.03em;
    font-family: "NotoSerifDisplay_ExtraCondensed-Regular", Arial, Verdana, Helvetica, sans-serif;
  }

.form_layer_feedback {
  margin-top: 30px; }

.inside_slDouble {
  position: relative; }

.wr_block_titleForm {
  width: 100%; }

.block_title_descr {
  max-width: 1000px;
  font-family: "NotoSerifDisplay_ExtraCondensed-Regular", Arial, Verdana, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 135%;
  color: #FFFFFF;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.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: 950px;
  margin: auto;
  background: #fff;
  -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: url("../img/bg-popup.jpg") center/cover no-repeat;
}

.btn_form_pdf {
  position: relative;
  display: block;
  margin: auto; }


.pdf_book {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 553px;}

.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/in-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: #1B242C;
  font-family: 'NotoSerifDisplay_ExtraCondensed-Bold', Tahoma, Geneva, sans-serif;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  margin-bottom: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: 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: 15px;
  height: 15px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #1B242C;
   }

.checkbox_wrapper .label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'NotoSerifDisplay_ExtraCondensed-Light', Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #1B242C;
  float: none;
}

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

/*# sourceMappingURL=contacts.css.map */.boat {
    position: absolute;
    bottom: 3%;
    right: 16%;
    width: 37%;
    z-index: 10;
}

.boat_svg {
    width: 100%;
    height: auto;
}

.boat_item {
    stroke-width: .5px;
    stroke: white;
    transition: all .3s;
    opacity: .6;
}

.boat_1 {
    stroke-dasharray: 167px;
    stroke-dashoffset: 167px;
}

.boat_2 {
    stroke-dasharray: 309px;
    stroke-dashoffset: 309px;
}

.boat_3 {
    stroke-dasharray: 408px;
    stroke-dashoffset: 408px;
}

.boat_4 {
    stroke-dasharray: 618px;
    stroke-dashoffset: 618px;
}

.boat_5 {
    stroke-dasharray: 1161px;
    stroke-dashoffset: 1161px;
}

.boat_6 {
    stroke-dasharray: 528px;
    stroke-dashoffset: 528px;
}

.boat_7 {
    stroke-dasharray: 172px;
    stroke-dashoffset: 172px;
}

.boat_8 {
    stroke-dasharray: 1161px;
    stroke-dashoffset: 1161px;
}

.boat_9 {
    stroke-dasharray: 2786px;
    stroke-dashoffset: 2786px;
}

.boat_10 {
    stroke-dasharray: 1108px;
    stroke-dashoffset: 1108px;
}

.boat_11 {
    stroke-dasharray: 332px;
    stroke-dashoffset: 332px;
}

.boat_12 {
    stroke-dasharray: 60px;
    stroke-dashoffset: 60px;
}

.boat_13 {
    stroke-dasharray: 60px;
    stroke-dashoffset: 60px;
}

.boat_14 {
    stroke-dasharray: 60px;
    stroke-dashoffset: 60px;
}




@keyframes boat-anime {
    0% {
        stroke: #E7B678;
        stroke-width: 1px;
        opacity: 1;
    }
    60% {
        stroke: #E7B678;
        stroke-width: 1px;
        stroke-dashoffset: 0;
        opacity: 1;
    }
    95% {
        stroke: #E7B678;
        stroke-width: 1px;
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        stroke: white;
        stroke-width: .5px;
        stroke-dashoffset: 0;
        opacity: .5;
    }
 }

.boat_anime {
    animation: 5s boat-anime linear  2s forwards;
}



.boat:hover .boat_item {
    stroke: #E7B678 !important;
    stroke-width: 1px !important;
    opacity: 1 !important;
}@keyframes hand {
    0% {
        left: 0;
    }
    50% {
        left: 10px;
    }
    100% {
        left: 0;
    }
}


@keyframes runner-text-1 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.runner_text_1 {animation: 5s runner-text-1 linear infinite;}

@keyframes runner-text-2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.runner_text_2 {animation: 5s runner-text-2 linear infinite;}.maps {
    position: relative;
    width: 100%;
    height: 100%;
}

.maps_svg {
    position: absolute;
    left: 0;
    bottom: -3%;
    width: 100%;
}

.g_item {
    cursor: pointer;
}

.g_item .cir_bg {
    fill: #DDE6ED;
    fill-opacity: .7;
}

.g_item:hover .cir_bg {
    fill: #F5A842;
    fill-opacity: 1;
}


.g_item .cir_bg_2 {
    fill: url(#pirs);
    stroke-width: .5;
    stroke: #1B242C;
}

.g_item:hover .cir_bg_2{
    fill: url(#pirs-white);
    stroke-width: 2;
    stroke: #fff;
}

.g_logo.active path {
    fill: #F5A842;
    stroke-width: 2;
    stroke: #fff;
}


.g_logo.active circle {
    stroke-width: 1;
    stroke: #fff;
}

.g_logo.active .logo_text {
    stroke-width: 1;
    stroke: #F5A842;
    fill: #F5A842;
}

.road {
    fill: none;
    stroke: #1B242C;
    stroke-width: 2;
    opacity: 0;
    stroke-dasharray: 0.10000;
    stroke-dashoffset: 1500;
    transition: all 1s;
}

.g_item:hover .road {
    stroke-dasharray: 10;
    stroke-dashoffset: 0;
    opacity: 1;

}/* .scheme{*/
/*    min-width: 734px;*/
/*}*/
.scheme img{
    margin: auto;
}
.resi_box_left{
    min-width: 360px;
}
#map-island{
    transform: translateY(-70px);
}
#map-island g{
    opacity: 0;
    transition: all ease-out .5s;
}

#map-island g.active{
    opacity: 1;
}
#map-island g.hover:not(.active){
    opacity: 0.4;
}

.section_loc .legend .legend_icons{
    cursor: pointer;
    transition: all ease-out .1s;
    opacity: 1;
}
.section_loc .legend .legend_icons:hover{
    opacity: 0.5;
}

.section_loc .legend .legend_icons.active,
.section_loc .legend .legend_icons:active{
    opacity: 1;
    text-shadow: 5px 5px 5px #1D252C;
    transform: scale(1.01) translate(6%, 0);
}
.section_loc .legend .legend_icons .legend_icons_img{
    border-radius: 50%;
}
.section_loc .legend .legend_icons.active .legend_icons_img,
.section_loc .legend .legend_icons:active .legend_icons_img{
    box-shadow: 5px 5px 5px #1D252C;
}

.shild-status{
	padding:5px;
	background-color:rgba( 255, 255, 255, 0.5 );
	border-radius: 8px;
}

.elevator_list a[href="#"]{
    pointer-events: none;
    opacity: 0.6;
}

.wr_hero_news{
    bottom: 120px !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_home .slick-dots {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
}

.slider_full_home .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.slider_full_home .slick-dots button {
    font-size: 0;
    height: 10px;
    width: 10px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}

.slider_full_home .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    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: 9999;
    width: 80px;
}

.home_utp {
    color: #00456f;
    font-family: "GalsBold", Arial, Verdana, Helvetica, sans-serif;
    line-height: 100%;
    font-size: 24px;
    margin-top: 15px;
    text-shadow: 0 0 3px rgba(255,255,255,1);
}

.full_item_img {
    position: relative;
    height: 100%;
}





/* 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 {
    text-decoration: none;
}

.section_person {
    display: flex;
    width: 100%;
    height: 100vh;
    background: url(../img/bg-page.jpg) center/cover repeat;
}

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

.person_title {
    color: #1B242C;
    font-family: 'NotoSerifDisplay-Bold', Tahoma, Geneva, sans-serif;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
}

.residences_404 {
    display: flex;
    width: 100%;
    height: 100vh;
    background: url(../img/bg-form.jpg) bottom/cover no-repeat;
}

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

.txt_404 {
    color: #1B242C;
    font-family: 'NotoSerifDisplay-Bold', Tahoma, Geneva, sans-serif;
    font-size: 88px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
}

.desc_404 {
    color: #1B242C;
    font-size: 20px;
    line-height: 120%;
    font-family: 'NotoSerifDisplay-Bold', Tahoma, Geneva, sans-serif;
    text-align: center;
}

.desc_404 a {
    color: inherit;
    transition: all .3s;
}

.desc_404 a:hover {
    text-decoration: none;
}

.person_text {
    color: #1B242C;
    font-size: 16px;
    line-height: 140%;
    font-family: 'NotoSerifDisplay-Bold', Tahoma, Geneva, sans-serif;
}

.slider_full {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

body {
    font-family: 'NotoSerifDisplay-Regular', Tahoma, Geneva, sans-serif;
}

.header_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}

.header_logo:hover {
    opacity: .6;
}

.header_logo img {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 120px;
    margin: auto;
}

.header_logo:before {
    display: inline-block;
    content: '';
    width: 85px;
    border-top: 2px solid #1B242C;
}

.header_logo:after {
    display: inline-block;
    content: '';
    width: 75px;
    border-top: 2px solid #1B242C;
}

.logo_popup {
    width: 125px;
    margin: 0 auto 40px;
}

.home {
    height: 100vh;
    overflow: hidden;
}

.b24-widget-button-position-bottom-left {
    left: auto !important;
    right: 50px !important;
    bottom: 90px !important;
}


header:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(180deg, rgba(224, 223, 219, 0.95) 0.01%, rgba(224, 223, 219, 0.7) 60%, rgba(224, 223, 219, 0) 100%);
    z-index: -1;
}

.wr_block_title_bottom {
    bottom: 8%;
}

.index .block_title_descr {
    max-width: 650px;
}

.group_field_page {
    display: flex;
    margin-bottom: 50px;
}

.block_title_form {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 79px;
    line-height: 125%;
    text-transform: uppercase;
    color: #1B242C;
    text-shadow: unset;
    margin-bottom: 50px;
}

.slDouble_supTitle_form {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 28px;
    line-height: 135%;
    color: #1B242C;
    margin-bottom: 33px;
    max-width: 680px;
}

.phone_form_page {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}

.phone_form_page:hover {
    text-decoration: underline;
}

.btn_white_trans {
    width: 290px;
    background: #1B242C;
    cursor: pointer;
}

.wr_block_title_bottom .field_input {
    width: 31%;
}

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

.box_page_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}

.wr_btn_page {
    display: flex;
    margin-top: 30px;
}

.block_title_descr_830 {
    max-width: 830px;
}


.wr_form_pdf {
    background: #fff;
}

.section_page {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(../img/bg-resi.jpg) center/cover no-repeat;
    padding-top: 180px;
}

.center_page {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1810px;
    height: 100%;
    padding: 0 15px 34px;
    margin: auto;
}

.resi_box {
    display: flex;
    justify-content: space-between;
    color: #1B242C;
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
}

.block_data_title {
    display: inline-block;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #1B242C;
    margin-bottom: 15px;
}

.data_floor_num {
    height: 75px;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 15px;
}

.data_icons_item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.data_icons_img {
    width: 78px;
    margin-right: 20px;
}

.data_icons_img img {
    width: auto;
    display: block;
    margin: auto;
}

.data_icons_desc {
    width: 140px;
    margin-right: 30px;
    font-family: 'NotoSerifDisplay_ExtraCondensed-SemiBold', serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.data_icons_num {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Bold', serif;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
}

.tt_norm {
    text-transform: none;
}

.compass {
    max-width: 242px;
    margin: 0 auto 50px;
}

.compass img {
    transform: rotate(51deg);
}

.mini_plan_title {
    font-family: 'NotoSerifDisplay_ExtraCondensed-SemiBold', serif;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

.mini_plan_img {
    max-width: 280px;
    margin-bottom: 15px;
}

.street {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 10px;
}

.street_bottom {
    margin-top: 10px;
}

.elevator_new_title {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px;
}

.box_elevator_vertical .elevator_new_title {
    padding-bottom: 5px;
    border-bottom: 2px solid #1B242C;
    text-transform: uppercase;
}

.elevator_new {
    display: flex;
}

.elevator_new a {
    display: inline-block;
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 36px;
    padding: 12px 22px;
    text-align: center;
    line-height: 100%;
    text-decoration: none;
    border: 1px solid #1B242C;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #1B242C;
    opacity: 0.5;
    transition: all .3s;
}

.elevator_new li:first-child a {
    border-left: 2px solid #1B242C;
}

.elevator_new li:last-child a {
    border-right: 2px solid #1B242C;
}

.elevator_new a:hover {
    background: #E0DFDA;
    border-top: 2px solid #1B242C;
    border-bottom: 2px solid #1B242C;
    opacity: 1;
}

.elevator_new li.active a {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Bold', serif;
    background: #E0DFDA;
}

.btn_trans {
    text-align: center;
    width: 290px;
    color: #1B242C;
    background: #E0DFDA;
    border: 2px solid #1B242C;
    filter: drop-shadow(0px 17px 7px rgba(0, 0, 0, 0.01)) drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.09)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
    transition: all .3s;
}

.btn_group_trans {
    margin-top: 30px;
}

.btn_trans:hover {
    color: #E0DFDA;
    background: #1B242C;
    box-shadow: none;
}

.resi_box_center {
    position: relative;
    /*flex-grow: 1;*/
}

.box_plan {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.street_right {
    position: absolute;
    top: 50%;
    right: -90px;
    transform: rotate(-90deg);
    transform-origin: center;
}

.scheme {
    height: 64vh;
}

.scheme img {
    height: 100%;
    width: auto;
    max-width: unset;
}

.resi_footer {
    position: absolute;
    left: 0;
    bottom: 50px;
}

.view_window {
    position: absolute;
    bottom: 10%;
    right: -20%;
    text-align: center;
    transition: all .3s;
}

.view_window:hover {
    opacity: .6;
}

.view_window a {
    text-decoration: none;
}

.view_window img {
    width: 95px;
    margin: 0 auto 15px;
}

.view_window span {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 16px;
    line-height: 120%;
    color: #1B242C;
    text-decoration: none;
}

.elevator_new_vertical {
    flex-direction: column-reverse;
}

.elevator_new_vertical li:first-child a {
    border-top: 1px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}

.elevator_new_vertical li:last-child a {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
}

.elevator_new_vertical a {
    padding: 26px 22px;
    border-top: 1px solid transparent;
    border-bottom: 2px solid #1B242C;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    opacity: 1;
}

.elevator_new_vertical a:hover {
    background: #E0DFDA;
    border-left: 2px solid #1B242C;
    border-right: 2px solid #1B242C;
    opacity: 1;
    border-top: 1px solid #1B242C;
    border-bottom: 2px solid #1B242C;
}

.elevator_new_vertical li:last-child a:hover {
    border-top: 2px solid #1B242C;
    border-right: 2px solid #1B242C;
}

.elevator_new_vertical li:first-child a:hover {
    border-top: 1px solid #1B242C;
    border-bottom: 2px solid #1B242C;
    border-left: 2px solid #1B242C;
}

.icons_facade_item {
    margin-bottom: 65px;
}

.icons_facade_img {
    margin: 0 0 15px;
}

.icons_facade_img img {
    width: auto;
    margin: auto;
}

.icons_facade_text {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #1B242C;
}

.facade_double {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    height: 13vh;
}

.facade_double_item {
    margin: 0 25px;
    text-align: center;
    transition: all .3s;
	opacity: .6;
}

.facade_double_item:hover {
    opacity: 1;
}

.facade_img {
    height: 57vh;
}

.facade_img img {
    width: auto;
    max-width: none;
    height: 100%;
    margin: auto;
}

.facade_double_item img {
    margin-bottom: 15px;
    width: auto;
    height: 100%;
}

.facade_double_item a {
    text-decoration: none;
}

.facade_double_item span {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 18px;
    line-height: 25px;
    color: #1B242C;
    text-decoration: none;
}


.compass_plan {
    position: absolute;
    top: 0;
    right: 4%;
    width: 7.9%;
    transform: rotate(51deg);
}

.icons_facade {
    margin-top: 50%;
}

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

.cont_desc {
    max-width: 450px;
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
}

.cont_title {
    display: inline-block;
    font-family: 'NotoSerifDisplay_ExtraCondensed-SemiBold', serif;
    font-size: 73px;
    line-height: 100px;
    color: #1B242C;
    text-decoration: none;
    margin-bottom: 10px;
}

.cont_address_item {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 24px;
    line-height: 140%;
    color: #1B242C;
    margin-bottom: 5px;
}

.address_bold {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Bold', serif;
}

.btn_cont {
    display: inline-block;
    width: 275px;
    text-align: center;
    margin-top: 26px;
    background: #1B242C;
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.25));
    transition: all .3s;
}

.btn_cont:hover {
    filter: none;
}

.block_title_cont {
    top: auto;
    bottom: 10%;
}

.section_loc {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.block_title_loc {
    position: absolute;
    left: 87px;
    bottom: 50px;
    z-index: 100;
}

.legend {
    width: 350px;
    height: 480px;
    background: url(../img/bg-loch.jpg) center/cover no-repeat;
    filter: drop-shadow(0px 17px 7px rgba(0, 0, 0, 0.01)) drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.09)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    margin-bottom: 20px;
}

.legend_desc {
    max-width: 540px;
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 22px;
    line-height: 30px;
    color: #1B242C;
}

.legend_btn_group {
    display: flex;
}

.btn_loc {
    color: #1B242C;
    border-color: #1B242C;
    background: transparent;
}

.legend_head {
    padding: 22px 0 20px;
    background: rgba(255, 255, 255, 0.5);
}

.legend_head_img {
    width: 150px;
    margin: auto;
}

.legend_icons {
    display: flex;
    align-items: center;
    height: 71px;
}

.legend_icons_img {
    width: 50px;
    margin-right: 15px;
}

.legend_icons_txt {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Bold', serif;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #1B242C;
}

.legend_body {
    padding: 20px 25px;
}

.legend_list {
    margin-top: 15px;
}

.legend_list li {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 8px;
}

.legend_list li span {
    color: #F5A842;
}

.legend_icons_txt_bold {
    font-size: 24px;
    line-height: 33px;
}

.hide_desktop {
    display: none;
}

.back_txt_mobile {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
    font-size: 10px;
    line-height: 14px;
    color: #C4BEB6;
}

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

.mobi_hand {
    display: none;
}

.wr_btn_cont .btn_cont {
    width: 300px;
    margin: 0;
}

.block_title_center {
    bottom: auto;
    top: 55%;
    transform: translate(0%, -50%);
}

.data_num {
    font-family: 'NotoSerifDisplay_ExtraCondensed-Bold', serif;
    line-height: 120%;
}

.section_cont {background: url(/www/themes/villa-marina/assets/img/bg-contacts.jpg) 0 100%/cover no-repeat;}

.mobi_hand_loc {display: none;}

.block_data_title a {
    text-decoration: none;
    color: inherit;
}

.wr_google_maps {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 50;
}

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

.facade_img svg {
    width: auto;
}

.box_elevator_vertical .elevator_new_title {
    display: inline-block;
}

.facade_img svg {
    left: -5%;
}

.svg-floor {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
}

.elevator_new li.active a {
    background: #E0DFDA;
    border-top: 2px solid #1B242C;
    border-bottom: 2px solid #1B242C;
    opacity: 1;
}

.btn_home_mobile {
    display: none;
}

.section_cont:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(224, 223, 219, 0.95) 0%, rgba(224, 223, 219, 0.6) 40%, rgba(224, 223, 219, 0) 100%);
}

.header_networks {
    position: absolute;
    top: 42px;
    right: 357px;
    display: flex;
    align-items: center;
}

.networks_item {
    display: inline-block;
    text-decoration: none;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    transition: all .3s;
}

.networks_item_tg {
    background: url(../img/svg/telegram.svg) center/contain no-repeat;
}

.networks_item_wa {
    background: url(../img/svg/whatsapp.svg) center/contain no-repeat;
}

.logo_dubai {
    position: absolute;
    width: 276px;
    bottom: 55px;
    right: 267px;
    transition: all .3s;
}

.logo_dubai:hover {
    opacity: .7;
}

.video_home {
    position: relative;
    width: 100%;
    height: 100%;
    & video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
    }
}

.wr_slider_home {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
}

.wr_stripe {
    position: absolute;
    top: 220px;
    left: 0;
    width: 620px;
    overflow: hidden;
    background: linear-gradient(90deg, #c5b18d 0%, #897050 49.03%, #644c33 87.78%, rgba(100, 76, 51, 0) 96.86%);
    z-index: 999;
}

.stripe {
    position: relative;
    width: 200%;
    display: flex;
}

.stripe_item {
    display: flex;
    width: 100%;
    & span {
        display: inline-block;
        width: 25%;
        text-align: center;
        padding: 24px 0;
        line-height: normal;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
    }
}

.video {
    & header, & .logo_ev {
        display: none;}
}

.block_vibeo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    & video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.group_btn_item{
    margin-top: 10px;
}

.wr_block_txt {
    bottom: 27%;
}@media only screen and (min-width : 1921px) {

}


@media only screen and (max-width : 1900px) {
    .legend {height: 434px;}
    .legend_head_img {width: 130px;}
    .legend_body {padding: 10px 25px;}
    .legend_list {margin-top: 5px;}
    .legend_desc {font-size: 20px;line-height: 28px;}
}




@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;}
    .icons_item_descr {font-size: 10px;}
    .home_icons_item {margin-bottom: 30px;}
    .nav_delimiter { height: 2px; border-top: .5px solid #C4BEB6; border-bottom: .5px solid #C4BEB6;}

    .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%;}
    .grifon_img {width: 250px;}

}






@media (max-width: 1680px) {
    .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;}
    .block_title_cont {bottom: 5%;}
    .elevator_new_vertical a {padding: 22px 22px;}
    .icons_facade_item {margin-bottom: 43px;}
    .facade_double {margin-top: 18px;height: 10vh;}
    .elevator_new_title {font-size: 30px;}
    .center_page {max-width: 1564px;}
    .facade_double_item img {margin-bottom: 5px;}
    .facade_double_item span {font-size: 16px;}
    .logo_ev_img {width: 175px;}
    .block_data_title {font-size: 30px;}
    .elevator_new_horizon .elevator_new a {font-size: 26px; padding: 10px 20px;}
    .compass {max-width: 180px}
    .resi_footer {bottom: 30px;}
    .data_icons_img {width: 67px;}
    .mini_plan_img {max-width: 240px;}
    .logo_dubai {width: 243px;bottom: 53px;right: 236px;}
    .wr_stripe {top: 168px;width: 520px;}
    .stripe_item span {font-size: 18px;padding: 18px 0;}


}





@media (max-width: 1680px) and (min-height: 700px) and (min-width : 1441px) {
    .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;}

}


/*Проба для Леши МАС*/
@media only screen and (max-width : 1600px) {
    .header_nav li a {font-size: 18px;}
    .header_logo {width: 140px;}
    .header_tlf {font-size: 16px; top: 25px;}
    .header_tlf:before {top: 0;}
    .block_grifon {width: 200px;}
    .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: 14px;}
    .btn_control, .about_pag button {width: 49px; height: 49px;}
    .slDouble_descr {font-size: 16px;}
    .inside_slDouble .slDouble_icImg_item {width: 26px !important; height: 26px !important;}
    .wr_block_titleForm {width: 88%;}
    .btn_white { text-align: center; font-size: 12px;line-height: 100%;padding: 16px 27px;}
    .home_pag button {width: 49px;height: 49px;}
    .about_pagBig button {width: 45px;height: 45px;}
    .btn_white:before {display: none;}
    .header_logo {width: 190px;}
    .icons_item_img {margin-bottom: 10px;width: 50px;}
    .icons_item_descr {font-size: 16px; line-height: 130%;}
    .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: 48px;line-height: 120%;}
    .home_icons_item {margin-bottom: 30px;}
    .logo_ev_img {width: 125px;}
    .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: 75px; margin: 0 30px 0 50px;}
    .facade_plan {width: 15%;}
    .elevator_item a {width: 47px; height: 47px; line-height: 47px;}
    .facade_title {font-size: 34px; line-height: 36px;}
    .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: 30px;}
    .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: 29% !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_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%;}
    .maps_descr_title {padding: 8px 0;}
    .stroke_list_itemLoc_2 .stroke_list_img {margin-bottom: 16px;}
    .paddingFloor_top {margin: 0 50px;}
    .prem_znak {top: 147px; left: 61px; }
    .header_logo img {width: 95px;top: -50px;}
    header {padding: 46px 0 0;}
    .header_tlf {top: 10px;line-height: 120%;padding-left: 30px;}
    .header_tlf:before {width: 24px;height: 24px;}
    .header_logo:before {width: 60px;}
    .header_logo:after {width: 55px;}
    .block_title_descr {font-size: 22px; max-width: 750px;text-shadow: 7.5105px 7.5105px 15.021px rgba(0, 0, 0, 0.35);}
    .lead_desc_list {margin: 5px 0 0;}
    .lead_cont_NK {min-height: 300px; background-size: 105px;}
    .lead_item_img {height: 190px;}
    .boat {width: 31%;}
    .cont_title {font-size: 52px;line-height: 120%;}
    .cont_address_item {font-size: 20px;}
    .cont_desc {font-size: 16px;max-width: 390px;}
    .btn_cont {width: 230px;margin-top: 15px;}
    .wr_btn_cont .btn_cont {width: 230px;}
    .block_title_cont {bottom: 10%;}
    .legend_desc {max-width: 410px;font-size: 15px;line-height: 120%;}
    [class^="location"] .btn_cont  {width: 200px;}
    .legend_icons_img {width: 35px;}
    .legend_list li {font-size: 16px;margin-bottom: 5px;}
    .legend_icons_txt_bold {font-size: 20px;line-height: 120%;}
    .legend {height: 340px;width: 280px;}
    .legend_head_img {width: 100px;}
    .legend_head {padding: 12px 0 10px;}
    .legend_body {padding: 10px 15px;}
    .legend_icons_txt {font-size: 16px;line-height: 120%;}
    .legend_icons {height: 57px;}
    .legend_list {margin-top: 5px;}
    .block_title_loc {bottom: 50px;left: 50px;}
    .section_page {padding-top: 130px;}
    .icons_facade_item {margin-bottom: 25px;}
    .icons_facade_img {margin: 0 auto 7px;width: 70px;}
    .icons_facade_text {line-height: 100%;}
    .elevator_new_title {font-size: 20px;margin-bottom: 5px;}
    .block_data_title {font-size: 22px;}
    .elevator_new_vertical a {padding: 15px 22px;font-size: 30px;}
    .facade_img {height: 60vh;}
    .center_page {max-width: 1300px;}
    .data_floor_num {font-size: 20px;height: 50px;}
    .data_icons_img {width: 50px;}
    .data_icons_item {margin-bottom: 12px;}
    .data_icons_desc {font-size: 14px;}
    .data_icons_num {font-size: 17px;}
    .btn_group_trans {margin-top: 15px;}
    .elevator_new_horizon .elevator_new a {font-size: 22px;}
    .btn_trans {width: 220px;}
    .compass {max-width: 140px;margin: 0 auto 15px;}
    .mini_plan_img {max-width: 190px;}
    .mini_plan_title {font-size: 14px;line-height: 18px;}
    .view_window img {width: 70px;margin: 0 auto 10px;}
    .view_window span {font-size: 14px;}
    .resi_footer {left: 15px;}
    .street {font-size: 16px;line-height: 20px;}
    .mini_plan {margin-top: 40px;}
    .resi_box_left {min-width: 241px;}
    .flats_step-2 .resi_box_left {min-width: 310px;}
    .flats_step-3 .resi_box_left {min-width: 310px;}
    .scheme {height: 61vh;}
    .header_networks {top: 13px;right: 243px;}
    .logo_dubai {width: 175px;bottom: 47px;right: 183px;}







        /*=====   Адапт резиденции 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 : 1280px) {
    .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;}
    .wr_form_pdf {max-width: 748px;}
    .title_from_contacts {font-size: 14px;}
    .logo_popup {width: 80px;margin-bottom: 20px;}
    .field_input input {padding: 5px;font-size: 15px;}
    .checkbox_wrapper {margin: 13px 0 26px;}
    .pdf_book {max-width: 420px;}
    .form_pdf_left {padding: 71px 10px 82px;}
    .mfp-close-btn-in .mfp-close {font-size: 54px;}
    .group_field_contacts {max-width: 280px;}
    .block_title {font-size: 42px;}
    .block_title_descr {font-size: 18px;max-width: 600px;}
    #fp-nav.right {right: 10px;}
    .cont_title {font-size: 44px;}
    .block_title_loc {bottom: 25px;}
    .wr_stripe {width: 340px;top: 130px;}
    .stripe_item span {font-size: 12px;padding: 12px 0;}
    .wr_block_txt {bottom: 33%;}





}





@media only screen and (max-width : 1024px) {
    .block_title { font-size: 36px; margin-bottom: 15px;}
    .index .block_title_descr {max-width: 370px;}
    .block_title_descr {font-size: 14px;max-width: 370px;}
    .header_nav li a {font-size: 14px;    max-width: 365px;}
    .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;}
    .header_logo img {width: 76px;top: -50px;}
    .header_logo:before {width: 43px;}
    .header_logo:after {width: 39px;}
    .slDouble_supTitle_form {font-size: 20px;max-width: 470px;}
    .lead_title {font-size: 14px;}
    .lead_desc {margin: 8px 17px 0;}
    .lead_cont_NK {min-height: 290px;}
    .lead_item_img {height: 125px;}
    .cont_address_item {line-height: 130%;font-size: 18px;}
    .block_title_cont {bottom: 35px;}
    .btn_white {font-size: 14px;padding: 12px 27px;}
    .cont_address_item {line-height: 120%;font-size: 22px;}
    .cont_title {font-size: 36px;}
    .cont_desc {font-size: 14px;max-width: 365px;}
    .legend_desc {max-width: 345px;font-size: 12px; }
    [class^="location"] .btn_cont {width: 175px;font-size: 14px;}
    .home_pag button {width: 41px;height: 41px;}
    .legend_list li {font-size: 14px;}
    .legend_icons_txt {font-size: 14px;}
    .legend_icons {height: 50px;}
    .legend {height: 310px;width: 240px;}

    .facade_double {margin-top: 10px;}
    .section_page {padding-top: 100px;}
    .elevator_new_vertical a {padding: 12px 12px;}
    .compass_plan {right: 2%;width: 8%;}
    .elevator_new_horizon .elevator_new a {padding: 5px 13px;font-size: 20px;}
    .compass {max-width: 115px;}
    .btn_white {font-size: 12px;padding: 12px 10px;}
    .view_window img {width: 50px;margin: 0 auto 5px;}
    .data_icons_img {width: 45px;}
    .data_icons_desc {font-size: 12px;margin-bottom: 7px;width: 120px;margin-right: 10px;}
    .data_icons_item {margin-bottom: 6px;}
    .elevator_new_title {font-size: 18px;}
    .data_floor_num {font-size: 18px;height: 45px;}
    .scheme {height: 57vh;}
    .flats .resi_box_left {min-width: unset;}
    .flats_step-2 .resi_box_left {min-width: 270px;}
    .flats_step-3 .resi_box_left {min-width: 270px;}





}


@media only screen and (max-width : 960px) {
    .form_pdf_right {display: none;}
    .wr_form_pdf {width: 95%;}
    .form_pdf_left {width: 100%;padding: 35px 10px;}
    .form_layer {padding: 55px 20px;}
    .location .header_logo_center {position: static; display: block;}
    .location .header_logo_blue {display: none;}
    .header_logo {display: inline-block; width: 75px;}
    .header_logo img {position: static;transform: translate(0%, 0%);}
    .nav_delimiter {display: none !important;border: none !important; flex-grow: unset !important;}
    .box_page_map {overflow: auto;}
    .box_page_map img {width: auto;max-width: unset;}
    .full_item_plan {overflow: auto;padding-bottom: 86px;}
    .full_item_plan > img {width: auto;max-width: unset;}
    .home_icons {display: none;}
    header:before {display: none;}
    .divider {display: none;border-bottom: none !important;}
    .app__sidebar li a {font-size: 18px;pointer-events: none;}
    .app__sidebar.active li a {pointer-events: auto;}
    .hide_desktop {display: block;}
    .header_tlf {display: none;}
    .address_mobile { font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;font-size: 16px;line-height: 22px;color: #C4BEB6;margin-top: 50px;}
    .address_mobile > div {margin-top: 10px;}
    .header_logo:before {display: none;}
    .logo_ev_img:not(.index .logo_ev_img) {display: none;}
    .mobi_hand {display: block; position: absolute;left: 0;bottom: 0;width: 100%;padding: 15px 10px 10px;background: #2e363e;padding-left: 26px;z-index: 10;}
    .mobi_hand_img{position: relative;left: 0;width: 33px;margin-bottom: 5px;animation: 1s hand linear infinite;}
    .mobi_hand_txt {font-family: 'NotoSerifDisplay_ExtraCondensed-Medium', serif;font-size: 14px;line-height: 19px;text-transform: uppercase;color: #FFFFFF;text-align: left;}
    .header_tlf_mob {font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;font-size: 24px;line-height: 33px;color: #1B242C;text-decoration: none;}
    .mobi_hand_loc {display: block;}
    .block_title_loc {bottom: 0;left: 0;width: 100%;background: #c5bfb9;height: 180px;}
    .legend_desc {display: none;}
    .legend {position: absolute;bottom: 180px;left: 0;width: 100%;height: auto;margin-bottom: 0;}
    .legend_body {display: flex;justify-content: center;}
    .legend_head {display: none;}
    .legend_icons_txt {display: none;}
    .legend_icons_img {margin: 0 20px;}
    #map-island {transform: translateY(0px);}
    .location-city .legend {display: none;}
    .legend_btn_group {flex-direction: column;padding-bottom: 15px;}
    .legend_btn_group .btn_cont {margin: 5px auto 0;}
    .mobi_hand_loc {margin: 10px auto 0;}
    .mobi_hand_loc .mobi_hand_txt {color: #1B242C;}
    .section_loc {padding-bottom: 180px;}
    .maps {height: 100%;overflow: auto;}
    .maps_svg {top: 0;left: 0;bottom: auto;height: 100%;width: auto;}
    .resi_box {flex-direction: column;height: 100%;}
    .elevator_new {flex-direction: row;justify-content: space-around;margin-bottom: 20px;}
    .floor_parking {display: none;}
    .elevator_new_title {border: none;}
    .box_elevator_vertical .elevator_new_title {border: none;}
    .elevator_new li {border: 1px solid #1B242C;}
    .elevator_new a {font-size: 18px;border: none; padding: 3px 13px;display: block;height: 100%;}
    .section_page {padding-top: 120px;}
    .elevator_new li.active a {color: #deddd9; background: #1B242C;}
    .facade_img {height: auto;}
    .facade_img img {width: 100%;height: auto;}
    .icons_facade {display: none;}
    .compass_plan {position: static;width: 70px;}
    .facade_double {height: auto;}
    .facade_double_item img {width: auto;height: auto;}
    .facade_double_item span {font-size: 14px;}
    .box_facade {height: 100%;display: flex;flex-direction: column;justify-content: space-around;}
    .facade_double_item {margin: 0 5px;}
    .block_data_title {font-size: 24px;border: none;}
    .elevator_new_title {font-size: 24px;margin-bottom: 10px;}
    .data_icons_mobi {display: none;}
    .scheme {width: 100%;height: auto;}
    .box_plan {position: static;transform: translate(0%, 0%);}
    .scheme img {width: 100%;height: auto;}
    .section_page {height: auto;overflow: auto;}
    .data_floor_num {display: flex;justify-content: space-between;}
    body[class^="residence"] {overflow: auto;}
    .mini_plan {display: none;}
    .resi_footer {position: static;}
    .elevator_new li:last-child a {border: none;opacity: 1;}
    .elevator_new_horizon .elevator_new a {font-size: 18px; padding: 3px 13px;opacity: 1;}
    .btn_trans {color: #1B242C;background: #E0DFDA;border: 1px solid #1B242C;}
    .data_icons_item {flex-direction: column;width: 24%;}
    .data_icons_img {width: 47px;height: 34px; margin: 0 auto;}
    .data_icons_desc {width: auto;margin: 0;font-size: 14px;line-height: 19px;height: 40px;text-align: center;}
    .data_icons {display: flex;justify-content: space-between;margin-bottom: 20px;}
    .data_icons_num {font-size: 16px;line-height: 22px;}
    .view_window {display: none;}
    .residence-2 .data_icons {display: none;}
    .wr_google_maps {overflow: auto;}
    .wr_google_maps img {width: auto;height: 100%;max-width: none;}
    .facade_img svg {left: 0;width: 100%;}
    .linearGradient {display: none;}
    .flats .section_page {height: 100vh;}
    .flats_step-2, .flats_step-3 {overflow: auto;}
    .flats_step-2 .section_page {height: auto;}
    .flats_step-3 .section_page {height: auto;}
    .scheme {min-width: unset;}
    .svg-floor {width: 90%;height: auto;}
    .flats_step-3 .scheme {width: 90%;margin: auto;}
    .logo_header_mobile {width: 75px;}
    .wr_google_maps > svg {width: auto;height: 100%;}
    .header_networks {top: auto;right: auto;bottom: 100px;left: 50%;transform: translate(-50%, 0%);}
    .logo_dubai {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;}
    .block_grifon {display: none;}
    .arrows_bot {display: none;}
    .title_dec:before {display: none;}
    .logo_ev {right: 10px;bottom: 10px;}
    .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: 5px; font-size: 36px;line-height: 49px;display: block;}
    .index .block_title_descr {font-size: 14px;line-height: 24px;}
    .slDouble_icImg_item {width: 39px !important; height: 39px !important;}
    .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 {margin-bottom: 8px;}
    .arrows_maps {display: none;}
    .contacts .block_title_descr {display: block;}
    .header_nav li.active:before {display: none;}
    .residences .svg-box {width: 230%;}
    .residences .shadow_bottom:after {display: none;}
    .icons_item_img {margin-bottom: 5px;}
    .checkbox_wrapper {margin-bottom: 22px;}
    .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;font-size: 13px;}
    .index .home_icons {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: 20%; left: 4%; top: auto;}
    .index .wr_block_title {bottom: 13%;}
    .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;}
    .slDouble_descr{display: none;}
    .hom_img_3 {object-position: 72% 50% !important;}
    .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 {width: 75px;}
    .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 {position: absolute;text-align: center;width: 100%;padding: 0 10px;left: 0;}
    .index .slider_full_home .slick-dots{bottom: 20px;left: 50px;}
    .prem_znak {display: none;}
    .block_title { font-size: 22px; line-height: 28px;text-shadow: 6.39535px 6.39535px 12.7907px rgba(0, 0, 0, 0.35);}
    .wr_block_title {width: 93%;}
    .home_utp {margin-top: 0;}
    .logo_header_mobile {width: 75px;}
    .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;}
    .checkbox_wrapper .label {font-size: 10px;}
    .touch-menu {margin-top: 0;}
    .group_btn_sl {left: 4%;bottom: 9%;}
    .btn_white {margin: 5px 0;}
    .mfp-close-btn-in .mfp-close {top: 0;right: 8px;}
    .btn_white_noIc {width: 140px;height: 38px;font-size: 12px;}
    .desc_404 {font-size: 16px;}
    .slDouble_supTitle_form {font-size: 16px;max-width: 300px;}
    .group_field_input {flex-wrap: wrap;}
    .wr_block_title_bottom .field_input {width: 75%;margin: 10px auto;}
    .btn_white_trans_page {margin: auto;display: block;}
    .block_title_form {text-align: center;width: 100%;}
    .slDouble_supTitle_form {text-align: center;max-width: 100%;margin-bottom: 10px;}
    .group_field_page {margin-bottom: 30px;}
    .btn_white {padding: 12px;}
    .home_pag button {width: 41px;height: 41px;}
    .btn_control {display: none;}
    .btn_white_in {margin: 0 5px 0 0;}
    section {overflow: hidden;}
    .no_shadow:before {display: none;}
    .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;}
    .wr_block_title_bottom {bottom: 5%;text-align: center;}
    .block_title_descr {font-size: 16px;line-height: 22px;}
    .wr_slider_home {height: 100%;background: #1B242D;}
    .wr_slider_home .slider_full_item {height: 100svh;}
    body {overflow: hidden;}
    .b24-widget-button-position-bottom-left {right: 10px !important;bottom: 50px !important;}
    .btn_white {display: block;width: 263px;height: 42px;font-size: 16px;line-height: 40px;margin: auto;font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;background: rgba(27, 36, 44, 0.75); border: 1px solid #FFFFFF; border-radius: 3px;margin-bottom: 10px;
        padding: 0 5px;}
    .index .group_btn_sl {left: 0;width: 100%;}
    .full_item_img {height: 100vh;}
    .bg_boat {background: url("../img/bg-form.jpg") 68% 50%/cover no-repeat;}
    .block_title_center {bottom: auto;top: 50%;}
    .contacts .block_title_cont {bottom: 14%;text-align: center;}
    .btn_cont {margin: 40px auto 0;filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.25));background: #1B242C;}
    .block_title_form {font-size: 36px;line-height: 125%; text-transform: none;}
    .cont_desc {font-size: 16px;line-height: 22px}
    .cont_title {font-size: 48px;line-height: 65px;}
    .wr_btn_cont .btn_cont {margin: 40px auto 0;}
    .btn_loc {color: #1B242C;border-color: #1B242C;background: transparent;}
    .btn_trans {color: #1B242C;background: #E0DFDA;border: 1px solid #1B242C;}
    .compass {display: none;}
    .btn_home_mobile {display: flex;flex-wrap: wrap;position: static;margin-top: 20px;}
    .btn_home_mobile .home_pag {display: none;}
    .about_1 {height: 100vh;}
    img.arhit_img {object-position: 12% 0;}
    .street_right {right: -45px;}
    .section_cont:before {background: rgba(224, 223, 219, 0.7);}
    .section_cont {background-position-x: 50%;}
    .home {height: 100svh;}
    .stripe_item span {font-size: 10px;padding: 10px 0;}
    .wr_stripe {width: 256px;top: 116px;}
    .wr_hero_news {z-index: 280 !important;}

    .hide_mobile {display: none;}
    .boat {display: none;}

    .about_1::before {display: block;}

}



@media only screen and (max-width : 360px) {
    .wr_slider_home_mob {height: 310px;}
    .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: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255,255,255,0.6);
    background-image: url("/www/resources/preload/ajax-loader.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
}
.form-layer-blocked{position: relative;}
.px-form-success-msg p{
    color: #D1B371;
}