/*!
 * 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;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

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

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0deg);
    transform: translateY(0) perspective(600px) rotateX(0deg)
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.mfp-container {
    position: fixed !important
}

.mfp-close:active {
    top: 14px
}

.mfp-close-btn-in .mfp-close {
    top: 14px;
    right: 23px;
    display: inline-block;
    padding-left: 15px;
    color: #EDEDED;
    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: "TTTravelsEdu-Regular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 180%;
}

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(180deg, rgba(0, 0, 0, 0.95) 0.01%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0) 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 #fff;
  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: #fff;
  border-radius: 3px; }

.touch-menu span::before,
.touch-menu span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  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: 'TT_nterphases_Pro_Regular';
    src: url("../fonts/TT_Interphases_Pro_Regular.woff2") format("woff2"),
    url("../fonts/TT_Interphases_Pro_Regular.woff") format("woff"),
    url('../fonts/TT_Interphases_Pro_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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


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


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


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


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


@font-face {
    font-family: 'Garamond-Bold';
    src: url("../fonts/Garamond-Bold.woff2") format("woff2"),
    url("../fonts/Garamond-Bold.woff") format("woff"),
    url('../fonts/Garamond-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}/**
 * Swiper 8.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 16, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/*=====   Index   ====*/
/*=============================*/
.wr_slider_home {
  width: 100%;
  height: 100%;
  }

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

.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: 63px 0 0; }

.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 {
    text-align: center;
    display: inline-block; }
    .header_nav li.active a {
      opacity: .6;}
    .header_nav li a {
      display: inherit;
      text-decoration: none;
      font-family: 'TT_nterphases_Pro_Regular', Tahoma, Geneva, sans-serif;
      font-size: 22px;
      line-height: 125%;
      text-transform: uppercase;
      color: #fff;
      margin: auto;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .header_nav li a:hover {
        opacity: .6;}

.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 {
  width: 68px;
  border-top: 2px solid #fff;
}

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

.header_tlf {
  position: absolute;
  top: 28px;
  right: 139px;
  text-decoration: none;
  display: inline-block;
  font-family: 'TT_nterphases_Pro_Regular', Tahoma, Geneva, sans-serif;
  font-size: 22px;
  line-height: 127%;
  padding-left: 32px;
  text-transform: uppercase;
  color: #fff;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .header_tlf:hover {
    opacity: .6; }
  .header_tlf:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: url("../img/header-tube.svg") center/contain no-repeat; }

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

.block_title {
  display: inline-block;
  font-family: 'Garamond', Tahoma, Geneva, sans-serif;
  font-size: 64px;
  line-height: 112%;
  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: "TTTravelsEdu-Medium", Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #2D2926;
  background: #DBE2E9;
  padding: 20px 38px;
  border: 1px solid #DBE2E9;
  margin-right: 32px;
  vertical-align: bottom;
  text-decoration: none;
  transition: all .3s;
}
.btn_white:hover {
  color: #FFFFFF;
  background: transparent;
}


.group_btn_sl {
  display: flex;
  align-items: center;
  position: absolute;
  left: 6%;
  bottom: 9%;
  z-index: 5; }

.home_pag {
  display: flex;
  align-items: center;
  margin-right: 14px; }
  .home_pag .swiper_btn {
    flex: none;
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 1px solid #DBE2E9;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .home_pag .slick-prev {
    background: url("../img/svg/ar-left-white.svg") center/36px no-repeat; }
    .home_pag .slick-prev:hover {
      background: #DBE2E9 url("../img/svg/ar-left.svg") center/36px no-repeat; }
  .home_pag .slick-next {
    background: url("../img/svg/ar-right-white.svg") center/36px no-repeat; }
    .home_pag .slick-next:hover {
      background: #DBE2E9 url("../img/svg/ar-right.svg") center/36px 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: 990px) {
  .o-grid__item {
    display: flex;
    align-items: flex-start;
    z-index: 100;
  }

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

  .nav_delimiter {
    display: none;
  }

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

  .header_nav li a {
    display: block;
    font-size: 24px;
    line-height: 33px;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
  }

  .app__sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    width: 250px;
    height: 100vh;
    padding: 15px 15px 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: url(../img/slider-home/new/home-sl-1.webp) center/cover; }

  .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 {
  background-image: url("../img/about/new/ab-1new.webp");
  background-position: 50% 100%;
  background-size: cover; }

.about_2 {
  background-image: url("../img/about/new/ab-2new.webp");
  background-position: 50% 100%;
  background-size: cover; }

.about_3 {
  background-image: url("../img/about/new/ab-3.webp");
  background-position: 50% 100%;
  background-size: cover; }

.about_4 {
  background-image: url("../img/about/new/ab-4new.webp");
  background-position: 50% 100%;
  background-size: cover; }

.about_5 {
  background-image: url("../img/about/new/ab-5.webp");
  background-position: 50% 100%;
  background-size: cover; }

.about_6 {
  background-image: url("../img/about/new/ab-6.webp");
  background-position: 50% 100%;
  background-size: cover; }

.btn_control {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  border: 1px 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: url(../img/svg/ar-right-white.svg) center/36px no-repeat;
}

.btn_control_down:hover {
  background: #DBE2E9 url(../img/svg/ar-right.svg) center/36px 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: 'Garamond-Bold', Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1B242C;
  text-decoration: none;
  width: 170px;
  height: 58px;
  text-align: center;
  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%;
    font-family: "Garamond", serif;
  }

.form_layer_feedback {
  margin-top: 30px; }

.inside_slDouble {
  position: relative; }

.wr_block_titleForm {
  width: 100%; }

.block_title_descr {
  font-family: "TTTravelsEdu-Regular", Arial, Verdana, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 120%;
  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.webp") 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/new/infra-1new.webp");
  background-position: 50% 100%;
  background-size: cover; }

.infra_2 {
  background-image: url("../img/new/infra-2.webp");
  background-position: 50% 100%;
  background-size: cover; }

.infra_3 {
  background-image: url("../img/new/infra-3.webp");
  background-position: 50% 100%;
  background-size: cover; }

.infra_4 {
  background-image: url("../img/new/infra-4.webp");
  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: 'Garamond-Bold', serif;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  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: 'Garamond', Tahoma, Geneva, sans-serif;
  font-size: 17px;
  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;
    }
}



.sub_stroke {
    stroke: white;
    stroke-dasharray: 100px;
    stroke-dashoffset: 100px;
    stroke-width: 1px;
    fill: transparent;
    animation: anime-visible 4s ease-in 1s forwards;
}
@keyframes anime-visible {
    0% {
        stroke-dashoffset: 100px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}

.letter_1 {
    stroke: white;
    stroke-dasharray: 142px;
    stroke-dashoffset: 142px;
    stroke-width: 1px;
    fill: transparent;
    animation: anime-letter-1 4s ease-in 1s forwards;
}
@keyframes anime-letter-1 {
    0% {
        stroke-dashoffset: 142px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}


.letter_2 {
    stroke: white;
    stroke-dasharray: 124px;
    stroke-dashoffset: 124px;
    stroke-width: 1px;
    fill: transparent;
    animation: anime-letter-2 4s ease-in 1s forwards;
}
@keyframes anime-letter-2 {
    0% {
        stroke-dashoffset: 124px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}

.letter_3 {
    stroke: white;
    stroke-dasharray: 105px;
    stroke-dashoffset: 105;
    stroke-width: 1px;
    fill: transparent;
    animation: anime-letter-3 4s ease-in 1s forwards;
}
@keyframes anime-letter-3 {
    0% {
        stroke-dashoffset: 105px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}

.letter_4 {
    stroke: white;
    stroke-dasharray: 130px;
    stroke-dashoffset: 130px;
    stroke-width: 1px;
    fill: transparent;
    animation: anime-letter-4 4s ease-in 1s forwards;
}
@keyframes anime-letter-4 {
    0% {
        stroke-dashoffset: 130px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}

.letter_5 {
    stroke: white;
    stroke-dasharray: 111px;
    stroke-dashoffset: 111px;
    stroke-width: 1px;
    fill: transparent;
    animation: anime-letter-5 4s ease-in 1s forwards;
}
@keyframes anime-letter-5 {
    0% {
        stroke-dashoffset: 111px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}

.letter_6 {
    stroke: white;
    stroke-dasharray: 232px;
    stroke-dashoffset: 232px;
    stroke-width: 1px;
    fill: transparent;
    animation: anime-letter-6 4s ease-in 1s forwards;
}
@keyframes anime-letter-6 {
    0% {
        stroke-dashoffset: 232px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}

.letter_logo {
    stroke: white;
    stroke-dasharray: 288px;
    stroke-dashoffset: 288px;
    stroke-width: 1px;
    fill: transparent;
    animation: letter-logo 4s ease-in 1s forwards;
}
@keyframes letter-logo {
    0% {
        stroke-dashoffset: 288px;
        fill: transparent;
    }
    97% {
        fill: transparent;
        stroke-width: 1px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        fill: white;
    }
}.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;
}
.box_plan_fin{
    & .wr_plans{
        & .svg{
            min-width: 800px;
        }
        & .png{
            max-width: 100%;
        }
    }
}

@media only screen and (max-width : 1280px) {
    .box_plan_fin{
        & .wr_plans{
            & .svg{
                min-width: unset;
            }
            & .png{
                max-width: unset;
            }
        }
    }
}

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

.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_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/partner-bg.webp) center/cover no-repeat;
}

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

.person_title {
    color: #fff;
    font-family: 'TTTravelsEdu-Medium', 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/partner-bg.webp) bottom/cover no-repeat;
}

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

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

.desc_404 {
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-family: 'TTTravelsEdu-Medium', Tahoma, Geneva, sans-serif;
    text-align: center;
}

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

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

.person_text {
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    font-family: 'TTTravelsEdu-Medium', Tahoma, Geneva, sans-serif;
}

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

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

.nav_logo {
    width: 353px;
}

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

.header_logo:hover {
    opacity: .6;
}

.header_logo img {
    margin: auto;
}

.logo_popup {
    width: 240px;
    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(0, 0, 0, 0.95) 0.01%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.wr_block_title_bottom {
    bottom: 8%;
}

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

.section_page {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #EDEDED;
    padding-top: 180px;
}

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

.resi_box {
    height: 87%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1B242C;
    font-family: 'NotoSerifDisplay_ExtraCondensed-Regular', serif;
}

.block_data_title {
    display: inline-block;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #333F48;
    margin-bottom: 16px;
    color: #333F48;
}

.data_floor_num {
    font-family: 'Garamond', serif;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #333F48;
    margin-bottom: 8px;
}

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

.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: 'Garamond', serif;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px;
}

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

.elevator_new {
    display: flex;
}

.elevator_new a {
    min-width: 64px;
    height: 75px;
    display: inline-block;
    font-family: 'TTTravelsEdu-Regular', serif;
    font-size: 36px;
    text-align: center;
    line-height: 75px;
    text-decoration: none;
    border-left: 1px solid #1B242C;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #1B242C;
    transition: all .3s;
}

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

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

.elevator_new a:hover {
    background: #A6BBC8;
    border-top: 1px solid #333F48;
    border-bottom: 1px solid #333F48;
    opacity: 1;
    color: #fff;
}

.elevator_new li.active a {
    color: #fff;
    background: #A6BBC8;
}

.btn_trans {
    display: block;
    padding: 21px 38px;
    text-align: center;
    color: #1B242C;
    border: 1px solid #333F48;
    background: transparent;
    transition: all .3s;
}

.btn_group_trans {
    display: flex;
    margin-top: 40px;
}

.btn_trans:hover {
    color: #fff;
    background: #333F48;
    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: 74vh;
}

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

.resi_footer {
    position: absolute;
    left: 15px;
    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 {
    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: #A6BBC8;
    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;
}

.facade_double_item:hover {
    opacity: .6;
}

.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;
    color: #fff;
    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: 100%;
}

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

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

.elevator_new li.active a {
    background: #A6BBC8;
    opacity: 1;
}

.btn_home_mobile {
    display: none;
}

.logo_home {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: block;
    width: 37vw;
}

.infra_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1696px;
    margin: 100px auto 0;
    padding: 0 15px;
}

.infra_block_item {
    width: 19%;
    display: flex;
    flex-direction: column;
    margin: 34px 0;
}

.infra_item_img {
    margin-bottom: 12px;
}

.infra_item_img img {
    width: auto;
}

.section_infra {
    background: #EDEDED;
}

.infra_item_title {
    font-family: 'TTTravelsEdu-Light', serif;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    color: #333F48;
    margin-bottom: 10px;
    min-height: 60px;
}

.infra_item_desc {
    font-family: 'TTTravelsEdu-Light', serif;
    font-size: 14px;
    line-height: 120%;
    color: #333F48;
}

.partner {
    display: block;
    background: url(../img/partner-bg.webp) center/cover no-repeat;
    min-height: 100vh;
    padding-top: 290px;
    text-align: center;
}

.partner_center {
    max-width: 800px;
    margin: auto;
}

.partner_top {
    margin-bottom: 64px;
}

.partner_txt_top {
    font-family: 'TTTravelsEdu-Regular', serif;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.partner_txt_bot {
    margin-bottom: 48px;
}

.partner_txt_bot p {
    font-family: 'TTTravelsEdu-Regular', serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 16px 0;
}

.title_partner {
    font-family: 'Garamond', serif;
    font-size: 64px;
    line-height: 72px;
    color: #ED8B00;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.desc_partner {
    font-family: 'TTTravelsEdu-Regular', serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ED8B00;
    margin-bottom: 64px;
}

.form_layer_part {
    max-width: 600px;
    margin: auto;
}

.form_layer_part input {
    font-family: 'TTTravelsEdu-Regular', serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 16px 10px;
}

.form_layer_part .field_input {
    border-bottom: 1px solid #CB6015;
    margin-bottom: 16px;
}

.group_field_part .field_input {
    width: 47%;
}

.form_layer_part .label {
    font-family: 'TTTravelsEdu-Regular', serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.field_input_part {
    width: 100%;
}

.btn_form {
    color: #2D2926;
    display: block;
    margin: auto;
    background: #ED8B00;
    border: 1px solid #ED8B00;
    width: 279px;
    height: 64px;
    font-family: 'TTTravelsEdu-Medium', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 64px;
    text-transform: uppercase;
    transition: all .3s;
}

.btn_form:hover {
    background: transparent;
}

.partner_form {
    padding-bottom: 100px;
}

.field_input_part textarea {
    font-family: 'TTTravelsEdu-Regular', serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px 0;
    background: transparent;
    border: none;
    width: 100%;
}


.form_layer_part input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form_layer_part input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form_layer_part input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form_layer_part input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form_layer_part textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form_layer_part textarea:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form_layer_part textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form_layer_part textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

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

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

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

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

/* IE */

.partner_tlf {
    display: flex;align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.partner_tlf_line {
    display: block;
    height: 1px;
    flex-grow: 1;
    background: #ED8B00;
}

.partner_tlf_link {
    display: block;
    text-decoration: none;
    font-family: 'TTTravelsEdu-Light', serif;
    font-size: 24px;
    line-height: 29px;
    color: #ED8B00;
    flex-wrap: nowrap;
    margin: 0 32px;
}

.header_nav li a.header_logo {
    width: 100%;
}

.resi_box_bottom{
    display: flex;
    justify-content: flex-start;
}

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

.elevator-floors-floor:first-child a {
    padding: 0 15px;
}

.floor_data_block {
    width: 260px;
    font-family: 'TTTravelsEdu-Medium', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333F48;
    padding-bottom: 8px;
    border-bottom: 1px solid #333F48;
}

.floor_data {
    margin-bottom: 64px;
}

.floor_data_item {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.floor_data_number {
    text-align: right;
}

.block_data_apartment {
    font-family: 'TTTravelsEdu-Regular', sans-serif;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #A6BBC8;
}

.elevator_new_horizon .elevator_new_title {
    font-family: 'Garamond', sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333F48;
    margin-bottom: 18px;
}

.elevator_new_horizon a {
    font-family: 'TTTravelsEdu-Regular', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #333F48;
    height: 54px;
    line-height: 54px;
}

.wr_plans {
    /*height: 47vh;*/
    height: unset;
}

.data_title_plan {
    position: relative;
    border: none;
    padding-bottom: 0;
    padding-left: 44px;
    text-decoration: none;
    margin-bottom: 64px;
    transition: all .3s;
}

.data_title_plan:before {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 36px;
    height: 24px;
    background: url(../img/svg/ar-left-new.svg) center/contain no-repeat;
}

.data_title_plan:hover {
    opacity: .6;
}

.data_apartment_plan {
    margin-bottom: 16px;
}

.box_elevator_new li {
    line-height: normal;
}

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

.maps_new {
    width: 100%;
    height: 100%;
}

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

.btn_black {
    color: #FFFFFF;
    background: #333F48;
}

.btn_black:hover {
    color: #333F48;
    background: #DBE2E9;
}

.btn_control_Up {
    transform: rotate(-90deg);
    margin-left: 16px;
}

.swiper_home {
    width: 100%;
    height: 100%;
}

.swiper_pagination_home {
    position: relative;
    bottom: auto;
    color: #fff;
    font-family: 'TTTravelsEdu-Regular', sans-serif;
    font-size: 28px;
    line-height: 34px;
    padding: 0 16px;
}

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

.box_plan_fin {
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_facade {
    width: 100%;
    height: 100%;
}

.facade_img {
    width: 100%;
    height: 100%;
}

.resi_box_1 {
    align-items: flex-start;
}

.resi_box_center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.resi_box_right_floor {
    width: 240px;
}

.mini-floor {
    width: 100%;
    height: auto;
}

.logo_action {
    position: absolute;
    top: 130px;
    left: 6%;
    width: 130px;
    height: auto;
    z-index: 5;
}

.header_nav_item {
    width: 200px;
}

li.nav_logo {

    flex: none;
    margin: 0 30px;
}

@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 (min-width: 1601px) {
    .wr_plans img {
        width: auto;
        height: auto;
        max-width: fit-content;
        max-height: 100%;
    }
}


@media (max-height: 800px) {
    .wr_plans {
        height: 100%;
    }
}






@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%;}
    .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: 20px;}
    .compass {max-width: 180px}
    .resi_footer {bottom: 30px;}
    .data_icons_img {width: 67px;}
    .mini_plan_img {max-width: 240px;}
    .block_title {font-size: 48px;}
    .block_title_descr {font-size: 24px;}
    .wr_block_title {width: 720px;}
    .logo_home {width: 30vw; top: 25%;}
    .infra_item_title {font-size: 18px;margin-bottom: 0;}
    .infra_block_item {margin: 15px 0;}
    .box_elevator_vertical a { height: 66px;font-size: 30px;line-height: 66px;}
    .resi_box_left {min-width: 360px;}
    .section_page {padding-top: 140px;}
    .btn_group_trans {margin-top: 25px;}
    /*.wr_plans {height: 50vh;}*/
    .data_title_plan:before {width: 28px;height: 17px;}
    .data_apartment_plan {font-size: 30px;}
    .btn_white {font-size: 16px;padding: 19px 36px;margin-right: 20px;}
    header:before {height: 130%;}
    .resi_box_right_floor {width: 200px;}
    .nav_logo {margin: 0 20px;width: 230px;}
    .floor_data {margin-bottom: 10px;}


}





@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 : 1440px) {
    .header_nav li a {font-size: 16px;}
    .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: normal;padding: 16px 27px;}
    .home_pag .swiper_btn {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;}
    .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 {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: #fff;text-decoration: none;position: absolute;top: 15px;left: 50%;transform: translate(-50%, 0%);}

    .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%;}*/

    .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 {padding: 46px 0 0;}
    .header_tlf {top: 18px;line-height: 120%;padding-left: 30px;right: 95px;}
    .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: 20px;}
    .facade_img {height: 70vh;}
    .center_page {max-width: 1360px;}
    .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: 18px; min-width: 48px;}
    .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: 340px;}
    .flats_step-3 .resi_box_left {min-width: 310px;}
    .floor_data {margin-bottom: 35px;}
    .block_data_apartment {font-size: 32px;}
    .elevator_new_horizon .elevator_new_title {margin-bottom: 10px;}
    .data_title_plan:before { width: 31px;height: 18px;}
    .elevator_new_horizon a {height: 44px;line-height: 44px;}
    .home_pag .slick-prev {background: url(../img/svg/ar-left-white.svg) center/26px no-repeat;}
    .home_pag .slick-next {background: url(../img/svg/ar-right-white.svg) center/26px no-repeat;}
    .swiper_pagination_home {font-size: 24px;}
    .box_elevator_vertical a {height: 58px;font-size: 30px;line-height: 58px;}
    /*.wr_plans {height: 47vh;}*/
    .btn_control_down {background: url(../img/svg/ar-right-white.svg) center/26px no-repeat;}
    .btn_control_down:hover {background: #DBE2E9 url(../img/svg/ar-right.svg) center/26px no-repeat;}
    .home_pag .slick-next:hover {background: #DBE2E9 url(../img/svg/ar-right.svg) center/26px no-repeat;}
    .resi_box_right_floor {width: 160px;}
    .logo_action {top: 100px;width: 110px;}



        /*=====   Адапт резиденции 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 {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;}
    .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 {border: none;margin-bottom: 20px;font-size: 18px;}
    .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%);margin: auto;height: 100%;}
    .scheme img {width: 100%;height: 100%;object-fit: contain;}
    /*.section_page {height: auto;overflow: auto;}*/
    .data_floor_num {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%);}
    .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;}
    .app__sidebar.active li a {pointer-events: auto;}
    .header_tlf {display: none;}
    .address_mobile {font-size: 16px;line-height: 22px;color: #fff;margin-top: 50px;text-align: center;}
    .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-indelay: flex; 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;}
    .header_nav li a {font-size: 16px;}
    .infra_item_title {font-size: 16px;min-height: 45px;}
    .infra_item_desc {font-size: 12px;}
    .infra_block_item {width: 20%;margin: 5px 0;}
    .infra_item_img img {height: 35px;}
    .box_elevator_vertical a {font-size: 20px;height: 49px;line-height: 49px;}
    .elevator_new_vertical li {display: flex;}
    .block_data_apartment {font-size: 28px;}
    .data_title_plan {padding-left: 30px;}
    .header_tlf {right: 76px;}
    .resi_box_right_floor {width: 140px;}
    .nav_logo {width: 240px;}
    .header_nav li a {font-size: 16px;}
    .step-2 .room_parameters .room-title {font-size: 24px;}
    .home .wr_block_title {bottom: 25%;}
    .elevator_new {align-items: flex-start;}
    .residences_item .section_page {height: 100svh;}
    .data_title_plan:before {width: 20px;height: 13px;}


}





@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_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: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;}
    .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;}
    .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;}
    .compass_plan {right: 2%;width: 8%;}
    .compass {max-width: 115px;}
    .btn_white {font-size: 12px;}
    .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: 22px;}
    .flats .resi_box_left {min-width: 190px;}
    .flats_step-2 .resi_box_left {min-width: 210px;}
    .flats_step-3 .resi_box_left {min-width: 210px;}
    .header_nav li a {font-size: 14px;}
    .infra_item_title {font-size: 12px;min-height: 37px;}
    .box_elevator_vertical a {font-size: 20px;height: 52px;line-height: 52px;}
    .floor_data_block {font-size: 14px;width: 100%;}
    .floor_data_item {margin: 6px 0;}
    .floor_data {margin-bottom: 35px;}
    .block_data_title {margin-bottom: 10px;font-size: 14px;padding-left: 32px;}
    .btn_group_trans {margin-top: 10px;}
    /*.wr_plans {height: 42vh;}*/
    .block_data_apartment {font-size: 22px;}
    .data_title_plan:before {width: 27px;height: 14px;top: 0;}


}


@media only screen and (max-width : 990px) {
    .wr_form_pdf {width: 95%;}
    .mobi_hand_img{position: relative;left: 0;width: 33px;margin-bottom: 5px;animation: 1s hand linear infinite;}
    .header_tlf_mob {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;}
    .wr_google_maps > svg {width: auto;height: 100%;}
    .infra_block_item {width: 32%;}
    .elevator_new_horizon .elevator_new_title {margin: 15px 0;}
    .floor_data_block {margin: auto;}
    .data_floor_num {justify-content: center;}
    .wr_block_data {text-align: center;line-height: normal;}
    .mfp-close-btn-in .mfp-close {color: #333;}
    .block_data_apartment {text-align: center;}
    .section_page {padding-top: 80px;}
    li.header_nav_item {width: 100%;}
    li.nav_logo {display: none;}
    .box_plan_fin {margin-bottom: 40px;}
    .data_title_plan {padding-left: 32px;}
    .elevator_new_horizon .elevator_new_title {text-align: center;}
    .elevator_new_horizon .elevator_new_title {margin: 27px 0;}
    .resi_box_center {-webkit-box-flex: unset;-ms-flex-positive: unset;flex-grow: unset;}
    .resi_box_right_floor {width: 240px;margin: 20px auto 0;}
    .step-2 .room_parameters {display: none;}
    .logo_home {top: 20%;}
    .hide_desktop {display: block;}
    .logo_ev.hide_desktop {display: none;}
    .nav_delimiter {display: none !important;border: none !important; flex-grow: unset !important;}


    /*Новая адаптация*/
    .resi_box {flex-direction: column;height: 100%;}
    .scheme {width: 100%;height: 100%;}
    /*.resi_box_right {position: absolute;top: 10%;right: 3%;}*/
    .data_floor_num {padding: 0;}
    .flats_step-2 .section_page {height: 100svh;}
    .resi_box_center {flex-grow: 1;height: 100%;}
    .svg-floor {width: auto;height: 100%;}
    .box_plan {height: 100%;margin: auto;}
    .residences_plan .center_page {display: flex;flex-direction: column;}




}



@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: 15px; font-size: 36px;line-height: 94%;display: block;}
    .index .block_title_descr {font-size: 14px;line-height: 120%;margin: auto;}
    .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: 18%;}
    .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;}
    .slider_full_home img.slide_home_hide {display: none;}
    .slider_full_home 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;}
    .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 .swiper_btn {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: 100vh;background: #1B242D;}
    .slider_full_item {height: 100vh;}
    body {overflow: hidden;}
    .b24-widget-button-position-bottom-left {right: 30px !important;bottom: 30px !important;}
    .btn_white {display: block;width: 263px;height: 40px;line-height: 40px;margin: auto; 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: 11%;text-align: center;}
    .btn_cont {margin: 40px auto 0;filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.25));background: #1B242C;}
    .section_cont {background: url(/www/themes/villa-marina/assets/img/bg-contacts-mob.jpg) 0 100%/cover no-repeat;}
    .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;}
    .index {height: 100vh;}
    .about_1 {height: 100vh;}
    img.arhit_img {object-position: 0 0;}
    .street_right {right: -45px;}
    .infra_block_item {width: 49%;margin: 0 0 30px;}
    .elevator_new a {line-height: 26px;height: 28px; min-width: unset;text-transform: none;}
    .elevator-floors-floor:first-child a {padding: 0 10px;}
    .elevator_new_horizon .elevator_new a {min-width: unset;}
    .logo_popup {width: 120px;}
    .loc_new {object-position: 71% 50%;}
    .btn_group_trans {flex-direction: column;}
    .elevator_new_horizon .elevator_new_title {text-align: center;margin: 25px 0;}
    .block_data_title {padding-left: 32px;}
    .data_title_plan:before {top: 3px;}
    .logo_home {width: 270px;}

    .logo_ev_img {width: 84px;}
    .resi_box_bottom {margin-top: 30px;}
    .flats .resi_box_left {min-width: auto;width: 100%;}
    .logo_action {top: 70px;width: 70px;left: 10px;}
    .hide_mobile {display: none;}
    .boat {display: none;}
    .form_pdf_right {display: none;}

    .elevator_new {flex-direction: row;justify-content: space-between;margin-bottom: 20px;}
    .form_pdf_left {width: 100%;}
    .form_layer {padding: 20px;}
    .form_pdf_left {padding: 50px 10px 40px;}
    .resi_box_bottom {margin-top: 0;}
    /*.floor_data {margin-bottom: 0;}*/
    .elevator_new li:first-child a {border: unset;}
    .flats_step-2 .section_page {height: auto;}
    .box_plan {width: 100%;height: auto;}
    .flats_step-3 .scheme {width: 100%;}


    .about_1 {background-position: 75% 100%;}
    .about_2 {background-position: 24% 100%;}
    .about_4 {background-position: 62% 100%;}
    .about_5 {background-position: 71% 100%;}
    .about_6 {background-position: 0 100%;}
    .infra_1 {background-position: 65% 100%;}
    .infra_2 {background-position: 78% 100%;}

}



@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;
}