/* -------------------------- *\
    BULTAG Styles
\* -------------------------- */

/* 
Theme Name: mait
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
Text Domain: mait
Domain Path: /languages
*/

/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */

:root {
	/* Colors */
	--c1: #010F1C;
	--c2: red;
	--cb: #000;
	--cw: #fff;
	/*--c12: #0078b5;*/

	/* Text */
	--font-family: 'Montserrat', sans-serif; font-weight: 400;
	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #222;
	--text-color: #000;
	--text-color-2: #045381;
	--link-color: rgba(0,0,0, .5);
	--link-hover-color: #000;

	/* Box Model */
	--border-radius: .7rem;

	/* Other */
	/*--intro-image-background: rgba(0,0,0, .5);*/
	/*--skew: 0deg;*/
	/*--polygon: polygon(0 0, 100% 0, 100% 75vh, 0 100%);*/
	/*--polygon-2:  polygon(0 15vh,  100% 0, 100% 75vh, 0 100%);*/
}

/* Colors */

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */

/* -------------------------- *\
    Nav Menu
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transform Center
\* -------------------------- */

/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */

html {
	font-size: 62.5%;
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}

@media (max-width: 1024px) {

	html {
		overflow-x: hidden;
	}
}

body { 
	/*background: #000; */
	font-family: var(--font-family); 
    font-family: 'Montserrat', sans-serif; font-weight: 400;
	font-size: var(--default-font-size); 
	line-height: var(--line-height); 
	color: var(--text-color); 
    max-width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    /*counter-reset: div;*/

    /*main {
        padding-top: 6.9rem;

        @mixin min 768 {
            padding-top: 8.9rem;
        }

        @mixin min 900 {
            padding-top: 11.6rem;
        }
    }*/
}

/*background: #000;*/

body.ext {
	overflow: hidden;
}

a { 
	color: #111;
	text-decoration: none; 
	transition: .3s;
  }

a:hover {
	color: #010F1C;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 3rem; line-height: 1.3; font-weight: 400; }

h1 { font-size: 4rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2.4rem; }

h4 { font-size: 1.8rem; }

h5 { font-size: 1.6rem; }

h6 { font-size: 1.4rem; }

@media(max-width: 330px){
	h1, h2 {
		font-size: 3rem; 
	}
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3em; 
}

nav li {
	list-style-type: none;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

/* -------------------------- *\
    Shell
\* -------------------------- */

.shell { 
    max-width: 148.4rem; margin: 0 auto;
}

@media (max-width: 148.6rem){

	.shell {
		padding: 0 1.5rem;
	}
}

.shell--small {/*@media(max-width: 359px){
            padding: 0 2rem;
        }*/
}

@media (min-width: 900px) {

	.shell--small {
		max-width: 35.9rem;
		padding: 0;
	}
}

.shell--medium {
	max-width: 1049px;
	margin: 0 auto;
}

@media(max-width: 1049px){

	.shell--medium {
		padding: 0 2rem;
	}
}

.shell--big {
	max-width: 154rem;
	margin: 0 auto;
}

@media (max-width: 1550px) {

	.shell--big {
		padding: 0 2rem;
	}
}

/* -------------------------- *\
    Cols
\* -------------------------- */

.cols { margin: 0 -1.5rem; }

.cols:after { content: ''; display: table; clear: both; line-height: 0; }

.col { float: left; width: 100%; padding: 0 1.5rem; }

.col--1of2 { width: 50%; }

.col--1of3 { width: 33.33%; }

.col--1of4 { width: 25%; }

.col--1of5 { width: 20%; }

.col--2of4 { width: 50%; }

.col--3of4 { width: 75%; }

@media(max-width: 767px){
	.col--1of2,
	.col--1of3,
	.col--1of4,
	.col--1of5,
    .col--3of4,
    .col--2of4 { width: 100%; }
}

/* -------------------------- *\
    Helpers
\* -------------------------- */

.hidden { display: none !important; }

.center { display: block; margin: 0 auto; text-align: center; }

.onlymobile {
    display: block;
}

.hidden {
    display: none;
}

.onlydesktop {
    display: none;
}

.1920 {
    display: block;
    width: 192rem;
    height: 2rem;
    background: #e00000;
    margin: 5rem auto;
}

/* -------------------------- *\
    Section
\* -------------------------- */

section {
    background: #fff;
	padding: 2.5rem 0;
}

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

section.dark-1 {
	background: #EDEEEE;
}

section.dark-2 {
	background: #333031;
}

section.nopadding {
	padding: 0;
}

/* -------------------------- *\
    Loggen in
\* -------------------------- */

.logged-in header {
  margin-top: 3.2rem;
}

.jsx-2519291443 a:last-child,
.eapps-widget-toolbar-panel,
.eapps-widget-toolbar-panel-share,
.eapps-widget-toolbar {
    display: none !important;
}

3
.hd {
    display: block;
    width: 192rem;
    height: 10rem;
    background: #000;
    margin: 5rem auto;
}

/* -------------------------- *\
    .sizer
\* -------------------------- */

.sizer { 
    width: 192rem;
    height: 3rem;
    background: #e00000;
 }

* {
   -webkit-locale: auto;
   white-space: normal;
 }

/* -------------------------- *\
    Typography:
\ -------------------------- */

p {
    font-size: var(--default-font-size);
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222;
}

/*@import "../../../images/_sprite";*/

/* -------------------------- *\
    .after_sprite
\* -------------------------- */

.i {
	transition: .3s ease;
}

.i.c1 {
	fill: #010F1C;
}

.i.c2 {
	fill: #0096FF;
}

.i {

}

.i-call.reda {
	font-size: 15rem;
	color: red;
}

.i-call {
	color: green;
	font-size: 50rem;
}

.i-bultag-logo {
	font-size: 200rem !important;
	color: red;
}

/* -------------------------- *\
    Plugins
\* -------------------------- */

/*@import "_flickity.css";*/

/* Slider */

.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* 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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  -ms-touch-action: manipulation;
      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 {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*@import "_image-viewer-lightbox-previewer";*/

/* -------------------------- *\
    slick-theme.css
\* -------------------------- */

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-prev:before
{
    content: '<';
    transform: scale(2,1) !important;
}

[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content: '>';
    transform: scale(2,1) rotate(90deg) !important;
    color: red;
}

[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* -------------------------- *\
    .header
\* -------------------------- */

/* -------------------------- *\
    .h
\* -------------------------- */

.h { 
	position: fixed;
	z-index: 55;
	width: 100vw;
	height: 8rem;
	background: rgba(0,0,0, .2);
	color: #fff;
	transition: .3s ease;
 }

@media (min-width: 1024px) {

	.h {
		background: rgba(0,0,0, 0);
	}
}

.h>.l,
	.h>.r {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 8rem;
	height: 8rem;
	background: rgba(0,0,0, .2);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1024px) {

	.h>.l,
	.h>.r {
		background: rgba(0,0,0, 0);
	}
}

.h>.l {
	cursor: pointer;
}

.h>.l i {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 1rem;
	transition: .3s ease;
	opacity: 0;
	cursor: pointer;
	cursor: pointer;
}

.h>.l:hover .menu span:nth-child(1){
	transform: translateY(-100%);
}

.h>.l:hover .menu span:nth-child(4){
	left: auto;
	right: 0;
	transform: translateY(100%);
}

.h>.l.ext .menu span:nth-child(1){
	transform: translateY(-100%);
}

.h>.l.ext .menu span:nth-child(2){
	left: calc(50% + -.1rem);
	transform: rotate(45deg);
}

.h>.l.ext .menu span:nth-child(3){
	right: calc(50% - .1rem);
	transform: rotate(-45deg);
}

.h>.l.ext .menu span:nth-child(4){
	left: auto;
	right: 0;
	transform: translateY(100%);
}

.h>.r {
	left: auto;
	right: 0;
}

.h>.r:hover a,
			.h>.r:hover span {
	opacity: 1;
}

.h>.r:hover a:hover, .h>.r:hover span:hover {
	background: rgba(0,0,0, .6);
}

.h>.r:hover a:hover:first-child,.h>.r:hover span:hover:first-child{
	background: rgba(0,0,0, .2);
}

.h>.r:hover a:nth-child(1),.h>.r:hover span:nth-child(1){
	transform: translate(0);
}

.h>.r:hover a:nth-child(2),.h>.r:hover span:nth-child(2){
	transform: translate(0, 100%);
	transition-delay: .1s;
}

.h>.r:hover a:nth-child(3),.h>.r:hover span:nth-child(3){
	transform: translate(0, 200%);
	transition-delay: .2s;
}

.h>.r:hover a:nth-child(4),.h>.r:hover span:nth-child(4){
	transform: translate(0, 300%);
	transition-delay: .3s;
}

.h>.r:hover a:nth-child(5),.h>.r:hover span:nth-child(5){
	transform: translate(0, 400%);
	transition-delay: .4s;
}

.h>.r:hover a:nth-child(6),.h>.r:hover span:nth-child(6){
	transform: translate(0, 500%);
	transition-delay: .5s;
}

.h>.r:hover a:nth-child(7),.h>.r:hover span:nth-child(7){
	transform: translate(0, 600%);
	transition-delay: .6s;
}

.h>.r:hover a:nth-child(8),.h>.r:hover span:nth-child(8){
	transform: translate(0, 700%);
	transition-delay: .7s;
}

.h>.r:hover a:nth-child(9),.h>.r:hover span:nth-child(9){
	transform: translate(0, 800%);
	transition-delay: .8s;
}

.h>.r:hover a:nth-child(10),.h>.r:hover span:nth-child(10){
	transform: translate(0, 900%);
	transition-delay: .9s;
}

.h>.r a, 
		.h>.r span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 1.6rem;
	font-weight: 600;
	background: rgba(0,0,0, .4);
	cursor: pointer;
	opacity: 0;
	transition: .3s ease;
}

.h>.r a:nth-child(1),.h>.r span:nth-child(1){
	transform: translate(0);
	background: rgba(0,0,0, 0);
	opacity: 1;
}

.h>.r a:nth-child(2),.h>.r span:nth-child(2){
	transform: translate(100%, 100%);
	transition-delay: 0;
}

.h>.r a:nth-child(3),.h>.r span:nth-child(3){
	transform: translate(100%, 200%);
	transition-delay: 0;
}

.h>.r a:nth-child(4),.h>.r span:nth-child(4){
	transform: translate(100%, 300%);
	transition-delay: 0;
}

.h>.r a:nth-child(5),.h>.r span:nth-child(5){
	transform: translate(100%, 400%);
	transition-delay: 0;
}

.h>.r a:nth-child(6),.h>.r span:nth-child(6){
	transform: translate(100%, 500%);
	transition-delay: 0;
}

.h>.r a:nth-child(7),.h>.r span:nth-child(7){
	transform: translate(100%, 600%);
	transition-delay: 0;
}

.h>.r a:nth-child(8),.h>.r span:nth-child(8){
	transform: translate(100%, 700%);
	transition-delay: 0;
}

.h>.r a:nth-child(9),.h>.r span:nth-child(9){
	transform: translate(100%, 800%);
	transition-delay: 0;
}

.h>.r a:nth-child(10),.h>.r span:nth-child(10){
	transform: translate(100%, 900%);
	transition-delay: 0;
}

.h a {
	color: #fff;
}

.h .menu {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	overflow: hidden;
	cursor: pointer;
}

.h .menu span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: .2rem;
	height: 100%;
	background: #fff;
	transition: .3s ease;
	cursor: pointer;
}

.h .menu span:nth-child(2){
	left: calc(25% + .1rem);
}

.h .menu span:nth-child(3){
	left: auto;
	right: calc(25% + .1rem);
}

.h .menu span:nth-child(4){
	left: auto;
	right: 0;
}

.h .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	max-width: calc(100% - 20rem);
}

@media (min-width: 768px) {

	.h .logo {
		transform: translate(0, -50%);
		left: 8rem;
	}
}

.h .mait-logo {
	fill: #fff;
	max-width: 100%;
	max-height: 5rem;
}

@media (min-width: 768px) {

	.h .mait-logo {
		display: none;
	}
}

.h .mait-logo-big {
	display: none;
}

@media (min-width: 768px) {

	.h .mait-logo-big {
		display: block;
		fill: #fff;
		max-width: 100%;
		max-height: 5rem;
		filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
	}
}

/*transform: translateY(-100%);*/

@media (min-width: 768px) {

	.h--scroll .logo {
		transform: translateY(-10rem);
	}
}

/*display: none;*/

@media (min-width: 768px) {

	.h.nohome .logo svg {
		fill: #000;
		filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0));
	}
}

@media (min-width: 768px) {

	.h.nohome.l,
		.h.nohome.m,
		.h.nohome.r {
		color: #000;
	}
}

/* -------------------------- *\
    .fly-menu
\* -------------------------- */

.fly-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100vw;
	/*padding: 13rem 0 5rem;*/
	padding: 11rem 0 5rem;
	background: rgba(0,0,0, .9);
	transform: translateX(-100%);
	transition: .3s ease;
 }

@media (min-width: 1024px) {

	.fly-menu {
		min-height: 100vh;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.fly-menu.ext {
	transform: translateX(0);
}

.fly-menu.ext .l,
		.fly-menu.ext .r {
	transform: translateX(0);
	opacity: 1;
	transition-duration: 1s;
}

.fly-menu.ext .l ul:nth-child(1) li {
	opacity: 1;
	transform: translateX(0);
}

.fly-menu.ext .l ul:nth-child(1) li:nth-child(1){
	transition-delay: .4s;
}

.fly-menu.ext .l ul:nth-child(1) li:nth-child(2){
	transition-delay: .5s;
}

.fly-menu.ext .l ul:nth-child(1) li:nth-child(3){
	transition-delay: .6s;
}

.fly-menu.ext .l ul:nth-child(1) li:nth-child(4){
	transition-delay: .7s;
}

.fly-menu.ext .l ul:nth-child(1) li:nth-child(5){
	transition-delay: .8s;
}

.fly-menu.ext .l ul:nth-child(1) li:nth-child(6){
	transition-delay: .9s;
}

.fly-menu.ext .l ul:nth-child(2) li {
	opacity: 1;
	transform: translateX(0);
}

.fly-menu.ext .l ul:nth-child(2) li:nth-child(1){
	transition-delay: 1s;
}

.fly-menu.ext .l ul:nth-child(2) li:nth-child(2){
	transition-delay: 1.1s;
}

.fly-menu.ext .l ul:nth-child(2) li:nth-child(3){
	transition-delay: 1.2s;
}

.fly-menu.ext .l ul:nth-child(2) li:nth-child(4){
	transition-delay: 1.3s;
}

.fly-menu.ext .l ul:nth-child(2) li:nth-child(5){
	transition-delay: 1.4s;
}

.fly-menu.ext .l ul:nth-child(2) li:nth-child(6){
	transition-delay: 1.5s;
}

@media (min-width: 768px) {

	.fly-menu .l {
		width: 45%;
	}
}

@media (min-width: 1024px) {

	.fly-menu .l {
		transition: .3s ease;
		transform: translateX(-5rem);
		opacity: 0;
		transition-delay: .4s;
	}
}

.fly-menu .r {
	display: none;
}

@media (min-width: 1024px) {

	.fly-menu .r {
		display: block;
		width: 40%;
		transition: .3s ease;
		transform: translateX(5rem);
		opacity: 0;
		transition-delay: .4s;
	}
}

.fly-menu .r h3 {
	font-size: 2.1rem;
	font-weight: 600;
}

.fly-menu .r h3 strong {
	font-size: 4.8rem;
	font-weight: 600;
	margin-right: .5rem;
}

.fly-menu .r h4 {
	font-size: 3.6rem;
	line-height: 4.6rem;
	font-size: 400;
	color: rgba(255,255,255, .6);
}

.fly-menu .r h4 strong {
	color: #fff;
	font-weight: 500;
}

.fly-menu .r a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 1.8rem;
}

.fly-menu .r a .icon {
	fill: #fff;
	height: 2rem;
	width: 2rem;
	display: inline-block;
	margin-right: 1rem;
}

.fly-menu ul {
	list-style-type: none;
}

.fly-menu ul:nth-child(1){
	margin-bottom: 3rem;
	padding-left: 2.5rem;
}

@media (max-width: 1024px) {

	.fly-menu ul:nth-child(1) li {
		transition: .3s ease;
		opacity: 0;
		transform: translateY(-2rem);
	}
}

.fly-menu ul:nth-child(1) li:nth-child(2) a:before {
	content: '002';
}

.fly-menu ul:nth-child(1) li:nth-child(3) a:before {
	content: '003';
}

.fly-menu ul:nth-child(1) li:nth-child(4) a:before {
	content: '004';
}

.fly-menu ul:nth-child(1) li:nth-child(5) a:before {
	content: '005';
}

.fly-menu ul:nth-child(1) li:nth-child(6) a:before {
	content: '006';
}

.fly-menu ul:nth-child(1) li:nth-child(7) a:before {
	content: '007';
}

.fly-menu ul:nth-child(1) li:nth-child(8) a:before {
	content: '008';
}

.fly-menu ul:nth-child(1) li:nth-child(9) a:before {
	content: '009';
}

@media (max-width: 1024px) {

	.fly-menu ul:nth-child(2) li {
		transition: .3s ease;
		opacity: 0;
		transform: translateY(-2rem);
	}
}

.fly-menu li {
	text-align: center;
}

@media (min-width: 1024px) {

	.fly-menu li {
		text-align: left;
	}
}

.fly-menu a {
	font-size: 1.4rem;
	opacity: .8;
	padding: 1rem;
	display: inline-block;
	font-weight: 300;
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.fly-menu a {
		font-weight: 400;
	}
}

.fly-menu a:hover {
	opacity: 1;
}

@media (min-width: 1024px) {

	.fly-menu .t li:nth-child(2) {
		margin-left: 3rem;
	}

	.fly-menu .t li:nth-child(3) {
		margin-left: 6rem;
	}

	.fly-menu .t li:nth-child(4) {
		margin-left: 9rem;
	}

	.fly-menu .t li:nth-child(5) {
		margin-left: 12rem;
	}

	.fly-menu .t li:nth-child(6) {
		margin-left: 15rem;
	}

	.fly-menu .t li:nth-child(7) {
		margin-left: 18rem;
	}

	.fly-menu .t li:last-child {
		margin-left: 0;
	}
}

.fly-menu .t a {
	position: relative;
	text-transform: uppercase;
	font-size: 2.5rem;
	padding: 1.5rem 1rem;
}

@media (min-width: 1024px) {

	.fly-menu .t a {
		font-size: 3.6rem;
		padding: 2.5rem 2rem 2.5rem 3rem;
		opacity: .5;
	}

	.fly-menu .t a:hover {
		opacity: 1;
	}

	.fly-menu .t a:hover span {
		transform: translate(20.7rem, -50%);
		opacity: 1;
		transition: .5s;
	}

	@media (min-width: 1900px) {

		.fly-menu .t a:hover span {
			transform: translate(29.5rem, -50%);
		}
	}
}

.fly-menu .t a:before,
			.fly-menu .t a:after {
	content: '001';
	position: absolute;
	top: 50%;
	left: -2.5rem;
	transform: translateY(-60%);
	font-size: 1.2rem;
	font-weight: 400;
}

@media (min-width: 1024px) {

	.fly-menu .t a:before,
			.fly-menu .t a:after {
		font-size: 1.4rem;
		left: -3.5rem;
	}
}

.fly-menu .t a:after {
	content: '000';
	left: -2.6rem;
	color: rgba(255,255,255, 0);
	border-bottom: .1rem solid rgba(216,216,216, .5);
	padding-bottom: .9rem;
}

@media (min-width: 1024px) {

	.fly-menu .t a:after {
		left: -3.6rem;
		content: '00000';
	}
}

.fly-menu .t a span {
	display: none;
}

@media (min-width: 1024px) {

	.fly-menu .t a span {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		font-size: 1.4rem;
		font-weight: 400;
		transition: .3s ease;
		transform: translate(23.7rem, -50%);
		opacity: 0;
	}

	@media (min-width: 1900px) {

		.fly-menu .t a span {
			transform: translate(32.5rem, -50%);
		}
	}

	.fly-menu .t a span:before {
		content: '';
		position: absolute;
		top: 50%;
		left: -2rem;
		transform: translate(-100%, -.1rem);
		width: 5rem;
		height: .1rem;
		background: #fff;
		transition: .3s ease;
	}

	@media (min-width: 1900px) {

		.fly-menu .t a span:before {
			width: 12.8rem;
		}
	}
}

@media (min-width: 1024px) {

	.fly-menu .b {
		margin-left: 4.5rem;
	}

	.fly-menu .b li {
		display: inline-block;
	}
}

/* -------------------------- *\
    .tel
\* -------------------------- */

.tel { 
	position: fixed;
	bottom: 4rem;

	bottom: 9.5rem;


	right: -.5rem;
	z-index: 80;
	transform: translateY(-50%);
	font-size: 2.4rem;
	letter-spacing: .2rem;
	line-height: 2.9rem;
	font-weight: 500;
	text-shadow: 0 .1rem .4rem #000;
 }

@media (min-width: 768px) {

	.tel {
		bottom: 12rem;
	}
}

@media (min-width: 1024px) {

	.tel {
		bottom: auto;
		top: 4rem;
		right: 12rem;
		transform: translateY(-50%);
		color: #fff;
	}
}

.tel span:nth-child(2){
	display: none;
}

@media (min-width: 1024px) {

	.tel span:nth-child(2) {
		display: block;
	}
}

.tel__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	left: -4.5rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	background: rgba(0,0,0, .7);
	width: 5.7rem;
	height: 5.7rem;
	border-radius: 50%;
	border: .1rem solid rgba(255,255,255, .265);
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.tel__icon {
		border: .1rem solid rgba(255,255,255, .8);
		width: 4.7rem;
		height: 4.7rem;
	}
}

.tel__icon:before,
		.tel__icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7.3rem;
	height: 7.3rem;
	border-radius: 50%;
	border: .1rem solid rgba(255,255,255, .2);
	animation: cyrcle_1 3s infinite;
}

@media (min-width: 1024px) {

	.tel__icon:before,
		.tel__icon:after {
		width: 6.3rem;
		height: 6.3rem;
	}
}

.tel__icon:after {
	width: 8.7rem;
	height: 8.7rem;
	animation: cyrcle_1 3s infinite .1s;
}

@media (min-width: 1024px) {

	.tel__icon:after {
		width: 7.5rem;
		height: 7.5rem;
	}
}

.tel__icon svg {
	fill: #fff;
	max-height: 3.7rem;
	max-width: 2.8rem;
	animation: call 3s infinite;
}

@media (min-width: 1024px) {

	.tel__icon svg {
		max-height: 3rem;
		max-width: 2.1rem;
	}
}

@keyframes cyrcle_1 {
     0% {
         transform: translate(-50%, -50%) scale(1);
         opacity: 1;
     }

     30% {
         transform: translate(-50%, -50%) scale(1.1);
         opacity: .3;
     }

     70% {
         transform: translate(-50%, -50%) scale(1.2);
         opacity: .1;
     }

     100% {
         transform: translate(-50%, -50%) scale(1.5);
         opacity: 0;
     }
 }

@keyframes call {
     0% {
         transform: rotate(0) scale(1) skew(1deg)
     }
     3% {
         transform: rotate(-25deg) scale(1) skew(1deg)
     }
     6% {
         transform: rotate(25deg) scale(1) skew(1deg)
     }
     9% {
         transform: rotate(-25deg) scale(1) skew(1deg)
     }
     12% {
         transform: rotate(25deg) scale(1) skew(1deg)
     }
     15% {
         transform: rotate(0) scale(1) skew(1deg)
     }
     100% {
         transform: rotate(0) scale(1) skew(1deg)
     }
 }

/* -------------------------- *\
    .side
\* -------------------------- */

.side { 
	display: none;
 }

@media (min-width: 1024px) {

	.side {
		display: block;
		position: fixed;
		z-index: 50;
		top: 0;
		left: 0;
		width: 8rem;
		height: 100vh;
		border-right: .1rem solid rgba(216,216,216, .5);
		background: rgba(0,0,0, .2);
		transition: .3s ease;
	}

	.side.light {
		background: rgba(0,0,0, .2);
	}

	.side--r {
		left: auto;
		right: 0;
		border-right: 0;
		border-left: .1rem solid rgba(216,216,216, .5);
	}

	.side .arrows {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 20rem;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: center;
		    align-items: center;
		transition: .3s ease;
	}

	.side .arrows svg {
		fill: #fff;
		width: 3rem;
		height: 3rem;
		display: block;
	}

	.side .arrows svg + svg {
		margin-top: 2.7rem;
	}

	.side .arrows svg.up {
		transform: rotate(-90deg);
		display: none;
	}

	.side .arrows svg.down {
		transform: rotate(90deg);
	}

	.side .arrows svg.scroll-bar {
		width: 3.5rem;
		height: 3.5rem;
	}

	.side .proj {
		position: absolute;
		top: 10rem;
		right: 0;
		width: 20rem;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}

	.side .proj>span:nth-child(1) {
		color: rgba(255,255,255, .6);
		position: relative;
		margin-left: 2rem;
	}

	.side .proj>span:nth-child(1):before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -1rem;
		width: .1rem;
		height: 100%;
		background: rgba(255,255,255, .6);
	}

	.side .icons {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: center;
		    align-items: center;
	}

	.side .icons svg {
		fill: #fff;
	}

	.side .icons svg.logo-aside {
		width: 8rem;
		height: 45rem;
		max-height: 70vh;
		margin-bottom: 12rem;
	}

	.side .icons svg.search-icon {
		height: 3rem;
		width: 3rem;
	}
}

.side.ext .arrows {
	transform: translateX(-20rem);
}

body:not(.home) .side .proj {
	color: #000;
}

body:not(.home) .side .proj >span:nth-child(1) {
	color: #000;
}

body:not(.home) .side .proj >span:nth-child(1):before {
	background: #000;
}

/* -------------------------- *\
    .menu-2
\* -------------------------- */

.menu-2 { 
	display: block;
	position: absolute;
	top: 50%;
	right: 4.5rem;
	transform: translateY(-50%);
	width: 3.5rem;
	height: 1.8rem;
	cursor: pointer;
	overflow: hidden;
 }

.menu-2 span {
	position: absolute;
	top: 0;
	left: 0;
	height: .2rem;
	width: 80%;
	background: #fff;
	display: block;
	transition: .3s ease;
}

.menu-2 span:nth-child(2){
	top: calc(50% - .1rem);
	width: 90%;
}

.menu-2 span:nth-child(3){
	top: auto;
	bottom: 0;
	width: 100%;
}

.menu-2:hover span:nth-child(1){
	width: 100%;
	top: .4rem;
}

.menu-2:hover span:nth-child(2){
	transform: translateX(-5rem);
}

.menu-2:hover span:nth-child(3){
	bottom: .4rem;
}

.menu-2.ext span:nth-child(1){
	width: 100%;
	top: calc(50% - .1rem);
	transform: rotate(-45deg);
}

.menu-2.ext span:nth-child(2){
	transform: translateX(-5rem);
}

.menu-2.ext span:nth-child(3){
	bottom: calc(50% - .1rem);
	transform: rotate(45deg);
}

/* -------------------------- *\
    .search
\* -------------------------- */

.search {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 70;
	width: 100%;
	background: rgba(0,0,0, .93);
	color: #fff;
	box-shadow: 0 0 .3rem rgba(0,0,0, .1);	
	transform: translateY(calc(100% - 5.5rem));
	transition: .3s ease;
}

/*bottom: -2.2rem;*/

@media (min-width: 1024px) {

	.search {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		left: auto;
		right: 0;
		width: calc( 100vw - 8rem);
		background: rgba(0,0,0, .85);
		transform: translate(calc(100% - 8rem), 0);
	}

	.search:hover {
		transform: translate(calc(100% - 24rem), 0);
	}

	.search:hover .click span:nth-child(1),
					.search:hover .click span:nth-child(2) {
		background: #fff;
		color: #000;
	}

	.search:hover .click span:nth-child(1) svg, .search:hover .click span:nth-child(2) svg {
		fill: #000;
	}
}

.search .click {
	width: 100%;
	height: 8rem;
	border: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: #000;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

@media (max-width: 767px) {

	.search .click {
		height: 5.5rem;
	}
}

@media (min-width: 1024px) {

	.search .click {
		width: 24rem;
		color: #000;
		background: transparent;
		transition: .3s ease;
	}
}

.search .click span:nth-child(1){
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	cursor: pointer;
	margin-right: 1rem;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(1) {
		width: 8rem;
		height: 8rem;
		margin: 0;
		background: rgba(0,0,0, .185);
		transition: .3s ease;
	}
}

.search .click span:nth-child(1) svg {
	width: 3.5rem;
	height: 4rem;
	fill: #fff;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(1) svg {
		fill: #fff;
		transition: .3s ease;
	}
}

.search .click span:nth-child(2){
	cursor: pointer;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(2) {
		background: rgba(0,0,0, .85);
		color: #fff;
		height: 8rem;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		transition: .3s ease;
	}
}

.search .click span:nth-child(2) strong {
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 2.5rem;
	font-weight: 600;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(2) strong {
		display: block;
		min-width: calc(100% - 8rem);
		width: 16rem;
	}
}

.search.ext {
	transform: translateY(0);
}

.search.ext .click {
	height: 8rem;
	background: #fff;
	color: #000;
	cursor: pointer;
}

@media (min-width: 1024px) {

	.search.ext .click {/*color: #000 !important;*/
	}

	.search.ext .click span:nth-child(1),
					.search.ext .click span:nth-child(2) {
		background: #fff;
		color: #000;
	}

	.search.ext .click span:nth-child(1) svg, .search.ext .click span:nth-child(2) svg {
		fill: #000;
	}
}

.search.ext .click svg {
	fill: #000 !important;
}

@media (min-width: 1024px) {

	.search.ext button.click:hover {
		background: transparent;
		color: #fff;
	}
}

/* -------------------------- *\
    .search-form-1
\* -------------------------- */

@media (min-width: 1024px) {

	.search-form-1 form {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
	}
}

.search-form-1 .m {
	position: relative;
}

@media (min-width: 1024px) {

	.search-form-1 .m {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		width: calc(100vw - 8rem - 48rem);
	}
}

.search-form-1 p {
	position: relative;
	color: #fff;
	max-width: 80%;
	min-width: 80%;
	margin: 1rem auto;
	font-size: 1.8rem;
	line-height: 3.5rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	padding-right: 1.5rem;
}

@media (min-width: 1024px) {

	.search-form-1 p {
		font-size: 1.2rem;
		line-height: 1.1;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {

	.search-form-1 p {
		font-size: 1.5rem;
	}
}

@media (min-width: 1700px) {

	.search-form-1 p {
		font-size: 1.6rem;
	}
}

@media (min-width: 1850px) {

	.search-form-1 p {
		font-size: 1.8rem;
	}
}

.search-form-1 p:nth-child(1){
	margin-top: 2rem;
}

@media (min-width: 1024px) {

	.search-form-1 p:nth-child(1) {
		margin: 0 auto;
	}
}

.search-form-1 p:after {
	content: '';
	position: absolute;
	bottom: -.3rem;
	left: 0;
	width: 100%;
	height: .1rem;
	background: #fff;
}

.search-form-1 p svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	fill: #fff;
	width: 1.5rem;
	transition: .3s ease;
}

.search-form-1 .drop-down {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.search-form-1 .drop-down .drop-down__checkboxes {
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	width: 80%;
	min-width: 20rem;
	overflow: hidden;
	padding: 1.5rem 1rem;
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 0 4rem rgba(0,0,0, .1);
	transform: rotateX(120deg) translate(-50%, -6rem);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.search-form-1 .drop-down .drop-down__checkboxes input[type='checkbox'],
			.search-form-1 .drop-down .drop-down__checkboxes label {
	display: block;
	cursor: pointer;
}

.search-form-1 .drop-down .drop-down__checkboxes input[type='checkbox'] {
	position: absolute;
	top: 1rem;
	left: 0;
}

.search-form-1 .drop-down .drop-down__checkboxes input[type='checkbox']:before,
				.search-form-1 .drop-down .drop-down__checkboxes input[type='checkbox']:after {
	content: '';
	position: absolute;
	top: -.2rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: .1rem solid rgba(0,0,0, .4);
	background: #fff;
}

.search-form-1 .drop-down .drop-down__checkboxes input[type='checkbox']:after {
	border: 0;
	background: rgba(0,0,0, .75);
	border-radius: 50%;
	transform: scale(0);
	transition: .3s ease;
}

.search-form-1 .drop-down .drop-down__checkboxes input[type='checkbox']:hover:after {
	transform: scale(.3);
	opacity: .5;
}

.search-form-1 .drop-down .drop-down__checkboxes input[type='checkbox']:checked:after {
	transform: scale(.5);
	opacity: 1;
}

.search-form-1 .drop-down .drop-down__checkboxes label {
	position: relative;
	line-height: 1.2;
	padding-left: 3rem;
	position: relative;
	font-size: 1.4rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	padding: .75rem 0 .75rem 3rem;
}

.search-form-1 .drop-down .drop-down__checkboxes label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search-form-1 .drop-down.ext .drop-down__checkboxes {
	transform: rotateX(0) translate(-50%, 0);
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1024px) {

	.search-form-1 .drop-down.ext .drop-down__checkboxes {
		bottom: 6rem;
	}
}

.search-form-1 .drop-down.ext svg {
	transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1024px) {

	.search-form-1 .drop-down {
		width: 33%;
	}
}

.search-form-1 .est-num {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 80%;
	margin: 4.1rem auto 3rem;
	font-weight: 300;
	line-height: 1.1;
	padding-right: .5rem;
}

@media (min-width: 1024px) {

	.search-form-1 .est-num {
		width: 18rem;
		margin: 0;
	}
}

@media (min-width: 1200px) {

	.search-form-1 .est-num {
		width: 23rem;
	}
}

.search-form-1 .est-num strong {
	font-size: 4.2rem;
	line-height: 5.2rem;
	font-weight: 300;
	margin-right: 1.5rem;
}

@media (min-width: 1024px) {

	.search-form-1 .est-num strong {
		font-size: 2.2rem;
		margin-right: .8rem;
	}
}

@media (min-width: 1200px) {

	.search-form-1 .est-num strong {
		font-size: 4.2rem;
		margin-right: 1.5rem;
	}
}

.search-form-1 button {
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 2.5rem;
	background: #fff;
	font-weight: 600;
}

/* -------------------------- *\
    .hts
\* -------------------------- */

.hts--bg {
	animation: slide .6s forwards .3s;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 50;
}

.hts--holder {
	padding: 0;
	position: relative;
}

.hts--holder .slick-dots {
	bottom: 9rem;
}

.hts--holder .slick-dots li {
	background: red;
}

.hts--holder .slick-dots li.slick-active {
	background: green;
}

.hts--holder .arrows {
	position: absolute !important;
	bottom: 4rem;
	bottom: 11rem;
	left: 0;
	right: auto;
	z-index: 30;
	display: block;
	width: 16rem;
	height: 8rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	display: none;
}

@media (min-width: 768px) {

	.hts--holder .arrows {
		bottom: 0;
		right: 8.5rem;
	}
}

.hts--holder .arrows>span {
	cursor: pointer;
	position: relative;
	display: block;
	color: #fff;
	width: 8rem;
	height: 5rem;
	background: rgba(0,0,0, .7);
	transition: .3s ease;
}

.hts--holder .arrows>span:hover {
	background: rgba(255,255,255, .7);
}

.hts--holder .arrows>span:hover svg {
	fill: rgba(0,0,0, .9);
}

.hts--holder .arrows>span + span {
	margin-left: .5rem;
}

.hts--holder .arrows>span:nth-child(1) svg {
	transform: translate(-50%, -50%) rotate(90deg);
}

.hts--holder .arrows>span:nth-child(2) svg {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.hts--holder .arrows>span svg {
	fill: #fff;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 55%;
	left: 50%;
	fill: rgba(255,255,255, .9);
	transition: .3s ease;
}

.hts { 
	position: relative;
	padding: 0;
	overflow: hidden;
	background: rgba(0,0,0, .1);
	height: 100vh;

	height: calc(100vh - 4rem);
	padding: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
 }

/*&.slick-initialized {
		opacity: 1;
	}*/

@media (min-width: 768px) {

	.hts:not(.slick-initialized) .bsl {
		width: 50%;
	}
}

@media (min-width: 1024px) {

	.hts:not(.slick-initialized) .bsl {
		width: 33.3333%;
	}
}

.hts .bsl {
	min-height: calc(100vh - 4rem);
	display: block;
}

@media (min-width: 768px) {

	.hts {
		min-height: calc(100vh);
	}

	.hts .bsl {/*min-height: 100%;*/
		min-height: 100vh;
	}

	.hts .bsl .stat {
		-ms-flex-order: 0;
		    order: 0;
		margin-bottom: 2rem;
	}

	.hts .bsl>span {
		-ms-flex-order: 3;
		    order: 3;
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
}

@media (min-width: 1024px) {/*padding-bottom: 0;*/

	.hts .bsl h2 {
		padding-right: 10rem;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.hts .bsl .stat,
			.hts .bsl>span {
		padding-left: 9.5rem;
		transform: translateX(-100%);
		transition: .3s ease;/*transition-delay: .3s;	*/
		opacity: 0;
		transform: translateX(0);
		opacity: 1;/*background: rgba(0,0,0,.7);*//*background: rgba(#000, .7);	*/
	}

	.hts .bsl>span {/*transition-delay: .7s;*/
	}

	.hts .bsl:before {
		opacity: 0;
		transition: .5s;
	}

	.hts .bsl:hover:before {
		opacity: 1;
	}

	.hts .bsl:hover .stat,
				.hts .bsl:hover>span {
		transform: translateX(0);
		opacity: 1;
	}
}

@media (min-width: 1200px) {

	.hts h2 {
		padding-right: 12rem;
	}
}

@media (min-width: 1300px) {

	.hts .bsl .stat {
		min-width: 35rem;
	}
}

@media (min-width: 1360px) {

	.hts .bsl .stat {
		min-width: 38rem;
	}
}

@keyframes slide {
   from {opacity: 1;}
   to {opacity: 0; z-index: -1;}
 }

/* -------------------------- *\
    .bsl
\* -------------------------- */

.bsl { 
	position: relative;
	overflow: hidden;
	width: 100%;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	padding-bottom: 12rem;

	padding-bottom: 5rem;
 }

@media (min-width: 376px) {

	.bsl {
		padding-bottom: 20rem;
	}
}

@media (min-width: 768px) {

	.bsl {
		padding-bottom: 9rem;
		padding-bottom: 0;
	}
}

.bsl:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	min-width: 110%;
	z-index: 15;
	background-image: linear-gradient(180deg, rgba(0,0,0, .0), rgba(0,0,0, .8));
	opacity: 0;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.bsl:before {
		background-image: linear-gradient(180deg, rgba(0,0,0, .0), rgba(0,0,0, .8));
		opacity: 1;/*background-image: linear-gradient(180deg, rgba(#000, .0), rgba(#000, 1));*/
	}
}

.bsl img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.bsl h2,
	.bsl>span,
	.bsl .stat {
	color: #fff;
	position: relative;
	z-index: 30;
	background: rgba(0,0,0, .6);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	transition: .3s ease;/*background: rgba(#000, .7);	*/
}

.bsl h2 {
	display: inline-block;
	font-size: 4.8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 1rem 3rem;
	margin-bottom: 1.6rem;
}

@media (min-width: 768px) {

	.bsl h2 {/*position: absolute;
			right: 0;
			top: 50%*/
	}
}

.bsl h2 span {
	font-size: 1.2rem;
	text-transform: uppercase;
	display: block;
	font-weight: 300;
	letter-spacing: .2rem;
}

.bsl>span {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	min-height: 3rem;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	margin-bottom: 2.3rem;
}

@media (min-width: 376px) {

	.bsl>span {
		margin-bottom: 4.3rem;
	}
}

.bsl>span svg {
	fill: #fff;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1.5rem;
}

.bsl .stat {
	overflow: hidden;
	padding: 1.5rem 1.5rem 1.5rem 4rem;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	min-width: 28rem;
	background: none;
}

.bsl .stat:after {
	content: '';
	position: absolute;
	top: 2rem;
	right: -500%;
	width: 1100%;
	height: 1100%;
	background: rgba(0,0,0, .6);
	transform-origin: 54% 0;
	transform: rotate(45deg);
	transition: .3s ease;/*background: rgba(#000, .7);*/
}

.bsl .stat h4 {
	position: relative;
	z-index: 5;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
	padding-left: 2rem;
}

.bsl .stat h4:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #19CC00;
}

.bsl .stat h4.sold:after {
	background: #E70000;
}

.bsl .stat p {
	position: relative;
	z-index: 5;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2rem;
	color: #fff;
}

.bsl .stat p + p {
	margin-top: 1rem;
}

.bsl .stat p>span {
	overflow: hidden;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: 400;
	width: calc(100% - 3.2rem);
}

.bsl .stat p>span span {
	position: relative;
	display: inline-block;
	font-weight: 300;
}

.bsl .stat p>span span:after {
	content:'';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(calc(100% + 2rem));
	width: 200rem;
	height: .1rem;
	background: rgba(255,255,255, .6);
}

/* -------------------------- *\
    .info_1
\* -------------------------- */

.info_1 { 
	position: relative;
	padding: 6rem 2rem;
 }

/*background: #000;*/

@media (min-width: 768px) {

	.info_1 {
		margin: 6rem auto;
	}
}

@media (min-width: 768px) {

	.info_1 .shell {
		padding: 6rem 0;
		overflow: hidden;
		position: relative;
	}
}

@media (min-width: 1024px) {

	.info_1 .shell {
		max-width: calc(100vw - 28rem);
		padding: 6rem 0;
	}
}

.info_1 svg {/*fill: red !important;*//*color: red !important;*//*background: rgba(#000, .2);*/
}

.info_1 .info_1__logo {
	fill: #000;
	opacity: .2;
}

@media (min-width: 768px) {

	.info_1 .info_1__logo {
		display: block;
		text-align: right;
		-ms-flex-item-align: right;
		    -ms-grid-row-align: right;
		    align-self: right;
		margin: 0 0 5rem auto;
		min-width: 42%;
	}
}

.info_1>div {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.info_1 .y {
	display: block;
	font-size: 2.1rem;
	font-weight: 500;
}

@media (min-width: 768px) {

	.info_1 .y {
		width: calc(50% - 3rem);
		margin: 0 0 2.5rem auto;
	}
}

.info_1 .y strong {
	font-size: 4.8rem;
	font-weight: 600;
}

.info_1 .scroll-text {
	position: absolute;
	left: 70%;
	bottom: 0;
}

@media (min-width: 768px) {

	.info_1 .scroll-text {
		bottom: 5rem;
		left: 50%;
	}
}

.info_1 .img {
	margin: 0 -3.5rem 4rem;
	min-width: 100vw;
}

/*margin-left: -3.5rem;*/

@media (min-width: 768px) {

	.info_1 .img {
		min-width: calc(50% - 3rem);
		width: calc(50% - 3rem);
		margin: 0;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
}

.info_1 h2 {
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.info_1 h2 {
		width: calc(50% - 3rem);
	}
}

.info_1 p {
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.info_1 p {
		width: calc(50% - 3rem);
	}
}

.info_1 .btn-1 {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

@media (min-width: 768px) {

	.info_1 .btn-1 {/*align-self: flex-start;*/
	}
}

@media (min-width: 768px) {

	.info_1--rev>div img {
		left: 0;
		right: auto;
	}

	.info_1--rev>div h2,
				.info_1--rev>div p,
				.info_1--rev>div .btn-1 {/*display: block;*/
		margin-left: auto;/*align-self: flex-end;*/
	}

	.info_1--rev>div .btn-1 {
		text-align: right;/*display: inline-block;*/
		display: block;/*background: #000;*/
	}
}

@media (min-width: 768px) {

	.info_1.mod-1 .shell div {
		padding-bottom: 5rem;
	}
}

@media (min-width: 1024px) {

	.info_1.mod-1 p {
		padding-left: 15rem;
	}
}

/* -------------------------- *\
    .t
\* -------------------------- */

.t { 
	color: rgba(0,0,0, .6);
	font-size: 2.8rem;
	line-height: 3.6rem;
	font-weight: 300;
 }

/*font-weight: 500;*/

@media (min-width: 768px) {

	.t {
		font-size: 3.2rem;
		line-height: 4.6rem;
	}
}

.t strong {
	color: #000;
	font-weight: 400;
}

/* -------------------------- *\
    .btn
\* -------------------------- */

.btn-1 { 
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 500;
	padding-right: 3.5rem;
 }

.btn-1 svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
	width: 2.1rem;
	height: 2.1rem;
	transition: .3s ease;
}

.btn-1:hover svg {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(360deg);
}

/* -------------------------- *\
    .buildings_slid
\* -------------------------- */

.buildings_slid { 
	transition: .3s ease;
 }

@media (min-width: 1024px) {

	.buildings_slid {
		min-height: 110vh;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

@media (min-width: 1024px) {

	.buildings_slid .shell {/*min-width: calc(100vw - 16rem);
			max-width: calc(100vw - 16rem);*/
		min-width: 100vw;
		padding: 0;
	}
}

.buildings_slid h2 {
	text-align: center;
	margin-bottom: 6rem;
	transition: .3s ease;
}

.buildings_slid__hold {
	overflow: hidden;
}

@media (min-width: 1024px) {

	.buildings_slid__hold {
		margin: 0 -2.5rem;
	}
}

.buildings_slid .bsl {
	height: 50rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {

	.buildings_slid .bsl {
		margin: 0 2.5rem 0;
	}
}

@media (min-width: 1366px) {

	.buildings_slid .bsl {
		height: 70rem;
		max-height: 70vh;
	}
}

.buildings_slid .bsl .stat {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

.buildings_slid .bsl .stat.small {
	padding: 1.5rem 4.5rem 1.5rem 1.5rem;
	width: 100%;
	max-width: 28rem;
}

@media (min-width: 768px) {

	.buildings_slid .bsl .stat.small {
		max-width: 35rem;
	}
}

.buildings_slid .bsl .stat.small h4 {
	margin-bottom: 1.5rem;
}

.buildings_slid.dark {
	background: #000;
}

.buildings_slid.dark h2 {
	color: rgba(255,255,255, .6);
}

.buildings_slid.dark h2 strong {
	color: #fff;
}

/* -------------------------- *\
    .scroll-text
\* -------------------------- */

.scroll-text { 
	/*position: relative;
	z-index: 50;*/
	position: relative;

	display: block;
	width: 9.3rem;
	height: 9.3rem;
 }

.scroll-text img {
	animation: imgrotate 15s forwards infinite;
	animation-timing-function: linear;
	transition: .3s ease;
}

.scroll-text svg {
	fill: rgba(0,0,0, .7);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg) scale(.2);
	transition: .3s ease;
}

.scroll-text:hover img {
	animation: imgrotate .3s forwards infinite;
	animation-timing-function: linear;
}

.scroll-text:hover svg {
	fill: #e00000;
}

@keyframes imgrotate {
   0% { transform: rotate(0); }
   100% { transform: rotate(360deg); }
 }

/* -------------------------- *\
    .single building
\* -------------------------- */

/* -------------------------- *\
    footer
\* -------------------------- */

/* -------------------------- *\
    .f
\* -------------------------- */

.f { 
	background: #000;
	padding: 4.4rem 0 9.7rem;
	position: relative;


	padding: 4.4rem 0 15rem;
}

@media (min-width: 1024px) {

	.f {
		padding: 4.4rem 0 0;
		padding: 4.4rem 0 5rem;
	}
}

@media (min-width: 1200px) {

	.f {
		padding: 20rem 0 0;
		padding: 20rem 0 7rem;
	}
}

.f .t {
	padding: 0 0 5.5rem;
}

@media (min-width: 1024px) {

	.f .t {
		margin: 0 10rem 5rem;
	}
}

@media (min-width: 1200px) {

	.f .t {
		margin: 0 10rem 14rem;
	}
}

@media (min-width: 1630px) {

	.f .t {
		text-align: right;
		max-width: 143.5rem;
		margin: 0 10rem 14rem auto;
	}
}

@media (min-width: 1024px) {

	.f .t .shell {
		padding: 0;
	}
}

@media (min-width: 900px) {

	.f .t .r {
		width: 50%;
	}
}

@media (min-width: 900px) {

	.f .t .l {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 50%;
		padding-right: 5rem;
	}
}

@media (min-width: 1450px) {

	.f .t .l {
		text-align: left;
	}
}

@media (min-width: 1720px) {

	.f .t .l {
		width: 37%;
	}
}

.f .t .l .int {
	margin-bottom: 7.4rem;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

@media (min-width: 1200px) {

	.f .t .l .int {
		padding-left: 8rem;
		width: 100%;
	}
}

@media (min-width: 1445px) {

	.f .t .l .int {
		margin-bottom: 13rem;
	}
}

@media (min-width: 1720px) {

	.f .t .l .int {
		padding-left: 0;
	}
}

.f .t .l .int svg {
	fill: #fff;
	width: 3.6rem;
	height: 33.7rem;
}

@media (min-width: 1200px) {

	.f .t .l .int svg {
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem;
		height: 55.8rem;
	}
}

@media (min-width: 1630px) {

	.f .t .l .int svg {
		left: -3rem;
	}
}

@media (min-width: 1720px) {

	.f .t .l .int svg {
		left: -10rem;
	}
}

@media (min-width: 1800px) {

	.f .t .l .int svg {
		left: -18rem;
	}
}

.f .t .l .int svg.next {
	width: 8.1rem;
	height: 6.1rem;
	fill: rgba(255,255,255, 0.24);
	transform: rotate(135deg);
	position: absolute;
	top: 4.3rem;
	right: 4.3rem;
}

@media (min-width: 1200px) {

	.f .t .l .int svg.next {
		left: auto;
		top: auto;
		bottom: 0;
		right: -3rem;
		transform: rotate(315deg);
	}
}

@media (min-width: 1445px) {

	.f .t .l .int svg.next {
		right: 10%;
	}
}

.f .t .l .int .inf {
	width: calc(100% - 3.6rem);
	padding: 0 0 0 3.3rem;
}

@media (min-width: 1720px) {

	.f .t .l .int .inf {
		padding: 0;
	}
}

.f .t .l .int .inf h2 {
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #fff;
	margin-bottom: 4.3rem;
}

.f .t .l .int .inf p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 100;
	font-size: 2.4rem;
	line-height: 2.9rem;
}

.f .t .l .int .inf p strong {
	font-weight: 400;
	color: #fff;
}

@media (min-width: 1200px) {

	.f .t .l .int .inf p {
		max-width: 25rem;
	}
}

@media (min-width: 1445px) {

	.f .t .l .int .inf p {
		max-width: 30rem;
	}
}

.f .t .l .form {
	margin-bottom: 6rem;
}

.f .t .l .form .gform_confirmation_message {
	color: #fff;
}

@media (min-width: 900px) {

	.f .t .l .form {
		position: absolute;
		right: 0;
		width: 50%;
		max-width: 85rem;
	}
}

.f .t .l .form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.f .t .l .form .gform_wrapper ul li.gfield {
	margin: 0 0 3.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
	padding-right: 0;
}

.f .t .l .form .gform_wrapper .top_label .gfield_label,
					.f .t .l .form .gform_wrapper legend.gfield_label {
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #fff;
	font-weight: 600;
	padding: 0.7rem 0 1.6rem;
	width: 11.6rem;
	border-bottom: 0.1rem solid rgba(255,255,255, 0.15);
	text-transform: uppercase;
}

.f .t .l .form .gform_wrapper .top_label .gfield_label span, .f .t .l .form .gform_wrapper legend.gfield_label span {
	display: none;
}

@media (min-width: 1200px) {

	.f .t .l .form .gform_wrapper .top_label .gfield_label,
					.f .t .l .form .gform_wrapper legend.gfield_label {
		width: 21rem;
	}
}

.f .t .l .form .gform_wrapper .top_label div.ginput_container {
	width: calc(100% - 11.6rem);
	margin: 0;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper .top_label div.ginput_container {
		padding-right: 10rem;
		position: relative;
	}

	.f .t .l .form .gform_wrapper .top_label div.ginput_container:after {
		content: '';
		background: rgba(255,255,255, 0.15);
		width: 100%;
		height: 0.1rem;
		position: absolute;
		bottom: 0;
	}
}

@media (min-width: 1200px) {

	.f .t .l .form .gform_wrapper .top_label div.ginput_container {
		width: calc(100% - 21rem);
	}
}

@media (min-width: 1450px) {

	.f .t .l .form .gform_wrapper .top_label div.ginput_container {
		padding-right: 22rem;
	}
}

.f .t .l .form .gform_wrapper ul li.gfield.text-block {
	display: block;
}

.f .t .l .form .gform_wrapper ul li.gfield.text-block .gfield_label,
						.f .t .l .form .gform_wrapper ul li.gfield.text-block legend.gfield_label {
	width: 100%;
	border: 0;
}

.f .t .l .form .gform_wrapper ul li.gfield.text-block div.ginput_container {
	width: 100%;
	height: 9.2rem;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy {
	display: block;
	position: relative;
	overflow: hidden;
	color: rgba(255,255,255, 0.5);
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy a {
	color: rgba(255,255,255, 0.5);
	text-decoration: underline;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy a:hover {
	color: rgba(255,255,255, 1);
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy .gfield_label,
						.f .t .l .form .gform_wrapper ul li.gfield.privacy legend.gfield_label {
	display: none;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy div.ginput_container {
	width: 100%;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy div.ginput_container:after {
	content: none;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper ul li.gfield.privacy div.ginput_container {
		width: calc(100% - 11.6rem);
		padding: 0 8rem 0 0;
		margin: 0 0 0 auto;
	}
}

@media (min-width: 1450px) {

	.f .t .l .form .gform_wrapper ul li.gfield.privacy div.ginput_container {
		width: calc(100% - 21rem);
	}
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:not(:checked),
					    .f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:not(:checked) + label,
					    .f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 3.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 2.1rem;
	display: block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:not(:checked) + label:before,
					    .f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2.1rem;
	height: 2.1rem;
	border: 0.2rem solid rgba(255,255,255, .5);
	background: transparent;
	border-radius: 0.4rem;
	transition: .3s ease;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:not(:checked) + label:after,
					    .f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:checked + label:after {
	content: url(/wp-content/uploads/2022/06/check-box.png);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s;
	font-weight:900;
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:checked + label:before {
	opacity: 0;
	transform: scale(0);
	border: 0.2rem solid rgba(255,255,255, 0);
}

.f .t .l .form .gform_wrapper ul li.gfield.privacy [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.f .t .l .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
					.f .t .l .form .gform_wrapper textarea.large {
	border: 0;
	border-bottom: 0.1rem solid #fff;
	background: transparent;
	padding: 0 0 1.6rem;
	font-size: 2.1rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: #fff;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
					.f .t .l .form .gform_wrapper textarea.large {
		border-bottom: 0.1rem solid rgba(255,255,255, 0.15);
	}

	.f .t .l .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .f .t .l .form .gform_wrapper textarea.large:focus {
		border-bottom: 0.1rem solid #fff;
	}
}

.f .t .l .form .gform_wrapper textarea.large {
	height: 9.2rem;
	background: transparent;
	border: 0;
	border-bottom: 0.1rem solid #fff;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper textarea.large {
		border-bottom: 0.1rem solid rgba(255,255,255, 0.15);
	}

	.f .t .l .form .gform_wrapper textarea.large:focus {
		border-bottom: 0.1rem solid #fff;
	}
}

.f .t .l .form .gform_wrapper select {
	padding: 0.3rem 4rem 0.2rem 0.1rem;
}

.f .t .l .form .gform_wrapper .custom-dropdown {
	position: relative;
}

.f .t .l .form .gform_wrapper .custom-dropdown select,
						.f .t .l .form .gform_wrapper .custom-dropdown div.ginput_container {
	display: none;
}

.f .t .l .form .gform_wrapper .custom-dropdown .gfield_label {
	border: 0;
}

.f .t .l .form .gform_wrapper .custom-dropdown:after {
	content: '';
	background: rgba(255,255,255, 0.15);
	width: 100%;
	height: 0.1rem;
	position: absolute;
	bottom:
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper .custom-dropdown {
		padding-right: 10rem !important;
	}
}

@media (min-width: 1450px) {

	.f .t .l .form .gform_wrapper .custom-dropdown {
		padding-right: 22rem !important;
	}
}

.f .t .l .form .gform_wrapper .select-selected {
	border: 0;
	border-bottom: 0.1rem solid #fff;
	background: transparent;
	padding: 1rem 3rem 0 0;
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	width: calc(100% - 11.6rem);
	overflow: hidden;
	text-overflow: ellipsis;
	height: 4rem;
	cursor: pointer;
}

@media (min-width: 1200px) {

	.f .t .l .form .gform_wrapper .select-selected {
		width: calc(100% - 21rem);
		font-size: 2.1rem;
		line-height: 2.5rem;
	}
}

.f .t .l .form .gform_wrapper .select-selected:-ms-input-placeholder {
	color: #fff;
}

.f .t .l .form .gform_wrapper .select-selected::placeholder {
	color: #fff;
}

.f .t .l .form .gform_wrapper .select-selected:after {
	content: url(/wp-content/uploads/2022/06/down-arrow-2.png);
	width: 3rem;
	height: 2.9rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-65%);
	transition: .3s ease;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper .select-selected:after {
		right: 10.5rem;
	}
}

@media (min-width: 1450px) {

	.f .t .l .form .gform_wrapper .select-selected:after {
		right: 22.5rem;
	}
}

.f .t .l .form .gform_wrapper .select-selected.select-arrow-active:after {
	content: url(/wp-content/uploads/2022/06/down-arrow.png);
}

.f .t .l .form .gform_wrapper .select-items {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	z-index: 99;
	border: 0;
	padding: 0.3rem 1rem 2rem;
	box-shadow: 0 0.2rem 0.4rem #222;
	border-radius: 0 0 1rem 1rem;
	background: #fff;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: calc(100% - 11.6rem);
	margin: 0 auto;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper .select-items {
		width: calc(100% - 21.6rem);
		right: auto;
		left: 11.6rem;
	}
}

@media (min-width: 1200px) {

	.f .t .l .form .gform_wrapper .select-items {
		width: calc(100% - 31rem);
		left: 21rem;
	}
}

@media (min-width: 1450px) {

	.f .t .l .form .gform_wrapper .select-items {
		width: calc(100% - 43rem);
	}
}

.f .t .l .form .gform_wrapper .select-items div,
						.f .t .l .form .gform_wrapper .select-items .select-selected {
	color: #222;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid rgba(34,34,34, 0.1);
	padding: 0.5rem;
	font-size: 1.2rem;
	line-height: 2rem;
}

.f .t .l .form .gform_wrapper .select-items div:hover,
						.f .t .l .form .gform_wrapper .select-items .same-as-selected {
	background: rgba(34,34,34, 0.1);
	color: #222;
}

.f .t .l .form .gform_wrapper .select-hide {
	display: none;
}

.f .t .l .form .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper .gform_footer {
		width: calc(100% - 11.6rem);
		padding: 0 8rem 0 0;
		margin: 0 0 0 auto;
	}
}

@media (min-width: 1450px) {

	.f .t .l .form .gform_wrapper .gform_footer {
		width: calc(100% - 21rem);
	}
}

.f .t .l .form .gform_wrapper .gform_footer input.button,
						.f .t .l .form .gform_wrapper .gform_footer input[type=submit],
						.f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input.button,
						.f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	background: #fff;
	margin: 0;
	width: 100%;
	border: 0;
	padding: 2.1rem 2rem;
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.9rem;
	text-transform: uppercase;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-bottom: 0.1rem solid transparent;
	transition: .3s ease;
	cursor: pointer;
}

.f .t .l .form .gform_wrapper .gform_footer input.button:hover, .f .t .l .form .gform_wrapper .gform_footer input[type=submit]:hover, .f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	color: #fff;
	border-bottom: 0.1rem solid #fff;
	background: transparent;
}

@media (min-width: 900px) {

	.f .t .l .form .gform_wrapper .gform_footer input.button,
						.f .t .l .form .gform_wrapper .gform_footer input[type=submit],
						.f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input.button,
						.f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
		background: transparent;
		color: #fff;
		border-bottom: 0.1rem solid #fff;
	}

	.f .t .l .form .gform_wrapper .gform_footer input.button:hover, .f .t .l .form .gform_wrapper .gform_footer input[type=submit]:hover, .f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .f .t .l .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
		color: rgba(255,255,255, 0.5);
		border-bottom: 0.1rem solid rgba(255,255,255, 0.5);
	}
}

@media (min-width: 650px) {

	.f .t .l .details {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 1200px) {

	.f .t .l .details {
		padding-left: 11.3rem;
	}
}

@media (min-width: 1720px) {

	.f .t .l .details {
		padding-left: 0;
	}
}

.f .t .l .details p {
	font-size: 1.5rem;
	line-height: 1.9rem;
	letter-spacing: 0.126rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 3.8rem;
}

@media (min-width: 900px) {

	.f .t .l .details p {
		margin-bottom: 1.5rem;
	}
}

.f .t .l .details p a {
	display: block;
	color: #fff;
	margin-top: 3.6rem;
	font-size: 2.3rem;
	line-height: 2.8rem;
	letter-spacing: 0.188rem;
	font-weight: 600;
	text-transform: none;
}

.f .t .l .details p a.phone {
	font-size: 2.6rem;
	line-height: 3.3rem;
	letter-spacing: 0.22rem;
}

.f .t .l .details p a:hover {
	color: rgba(255,255,255, 0.5);
}

.f .t .l .details p span {
	font-size: 1.5rem;
	line-height: 1.9rem;
	letter-spacing: 0.126rem;
	display: block;
	margin-top: 1rem;
	text-transform: none;
}

.f .t .l .details p.soc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0;
}

.f .t .l .details p.soc span {
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.f .t .l .details p.soc a + a {
	margin-left: 4rem;
}

.f .t .l .details p.soc a svg {
	width: 3.3rem;
	height: 3.3rem;
	fill: #fff;
}

.f .t .l .details p.soc a:hover svg {
	fill: rgba(255,255,255, 0.5);
}

@media (min-width: 420px) {

	.f .t .l .details p:nth-child(2) {
		padding-left: 2.7rem;
	}

	.f .t .l .details p.soc {
		padding-left: 5.6rem;
	}
}

@media (min-width: 650px) {

	.f .t .l .details p.soc {
		padding-left: 0;
		text-align: center;
		width: 100%;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

@media (min-width: 1024px) {

	.f .t .l .details p {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.f .t .l .details p a {
		margin-top: 2rem;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.f .t .l .details p a.phone {
		font-size: 2.1rem;
		line-height: 2.5rem;
	}

	.f .t .l .details p span {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.f .t .l .details p.soc a + a {
		margin-left: 3rem;
	}

	.f .t .l .details p.soc a svg {
		width: 2.6rem;
		height: 2.6rem;
		fill: #fff;
	}
}

@media (min-width: 1200px) {

	.f .t .l .details p:nth-child(2) {
		margin-top: 2rem;
	}

	.f .t .l .details p.soc {
		margin-top: 2rem;
	}
}

@media (min-width: 1445px) {

	.f .t .l .details p:nth-child(2) {
		margin-top: 0;
	}

	.f .t .l .details p.soc {
		-ms-flex-pack: initial;
		    justify-content: initial;
		text-align: left;
		margin-top: 8rem;
	}
}

@media (min-width: 1720px) {

	.f .t .l .details p:nth-child(2) {
		padding: 0;
	}
}

@media (min-width: 1024px) {

	.f .b {
		margin: 0 10rem;
	}
}

@media (min-width: 1630px) {

	.f .b {
		text-align: right;
		max-width: 143.5rem;
		margin: 0 10rem 0 auto;
	}
}

@media (min-width: 900px) {

	.f .b .shell {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: end;
		    align-items: flex-end;
	}
}

@media (min-width: 1024px) {

	.f .b .shell {
		padding: 0;
	}
}

.f .b a {
	color: #fff;
}

@media (min-width: 900px) {

	.f .b .l {
		width: 48%;
	}
}

@media (min-width: 1024px) {

	.f .b .l {
		width: 55rem;
	}
}

.f .b .l ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-right: -1rem;
}

@media (min-width: 515px) {

	.f .b .l ul {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

@media (min-width: 900px) {

	.f .b .l ul {
		margin-bottom: -2.9rem;
		-ms-flex-pack: initial;
		    justify-content: initial;
	}
}

@media (min-width: 1024px) {

	.f .b .l ul {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {

	.f .b .l ul {
		margin-right: -6rem;
	}
}

.f .b .l ul li {
	margin-bottom: 2.9rem;
	margin-right: 1rem;
}

@media (min-width: 1200px) {

	.f .b .l ul li {
		margin-right: 6rem;
	}
}

.f .b .l ul li a {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.7rem;
	letter-spacing: 0.117rem;
	text-transform: uppercase;
	color: rgba(255,255,255, 1);
}

.f .b .l ul li a:hover {
	color: rgba(255,255,255, 0.5);
}

@media (min-width: 650px) {

	.f .b .l ul li a {
		color: rgba(255,255,255, 0.5);
	}

	.f .b .l ul li a:hover {
		color: rgba(255,255,255, 1);
	}
}

@media (min-width: 650px) {

	.f .b .r {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 900px) {

	.f .b .r {
		width: 48%;
		display: block;
	}
}

@media (min-width: 1024px) {

	.f .b .r {
		padding-bottom: 2.3rem;
		width: auto;
	}
}

.f .b .r p,
			.f .b .r a {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-bottom: 1.4rem;
	text-align: center;
}

.f .b .r p:last-child, .f .b .r a:last-child {
	margin-bottom: 0;
}

.f .b .r p svg, .f .b .r a svg {
	max-width: 13rem;
	height: 2.5rem;
	fill: #fff;
	vertical-align: middle;
}

@media (min-width: 650px) {

	.f .b .r p,
			.f .b .r a {
		margin-bottom: 0;
		color: rgba(255,255,255, 0.5);
	}

	.f .b .r p svg, .f .b .r a svg {
		fill: rgba(255,255,255, 0.5);
	}
}

@media (min-width: 900px) {

	.f .b .r p,
			.f .b .r a {
		margin-bottom: 1.4rem;
		text-align: right;
	}

	.f .b .r p:last-child, .f .b .r a:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 1485px) {

	.f .b .r p,
			.f .b .r a {
		display: inline-block;
	}
}

.f .b .r span {
	display: none;
}

@media (min-width: 1485px) {

	.f .b .r span {
		display: inline-block;
		color: rgba(255,255,255, 0.5);
		margin: 0 0.5rem;
	}
}

/*-------------------------*/

/* -------------------------- *\
    .info_2
\* -------------------------- */

.info_2 {
	padding: 6rem 2rem;
}

@media (min-width: 900px) {

	.info_2 {
		padding: 16rem 0;
	}
}

.info_2 .shell > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1024px) {

	.info_2 .shell {
		max-width: calc(100vw - 28rem);
	}
}

.info_2 .t {
	font-size: 2.5rem;
	line-height: 3.6rem;
	margin-bottom: 4.2rem;
}

@media (min-width: 417px) {

	.info_2 .t {
		font-size: 2.8rem;
	}
}

@media (min-width: 768px) {

	.info_2 .t {
		font-size: 3.6rem;
		line-height: 4.6rem;
		margin-bottom: 6.3rem;
	}
}

@media (min-width: 900px) {

	.info_2 .t {
		width: calc(50% - 3rem);
		margin-left: auto;
	}
}

.info_2 .steps div {
	margin-bottom: 4.2rem;
}

@media (min-width: 768px) {

	.info_2 .steps div {
		width: 48%;
	}
}

@media (min-width: 900px) {

	.info_2 .steps div {
		margin-bottom: 5.4rem;
	}
}

.info_2 .steps span {
	font-size: 3.6rem;
	line-height: 4.6rem;
	color: rgba(0,0,0, 0.6);
	font-weight: 100;
	display: block;
}

@media (min-width: 768px) {

	.info_2 .steps span {
		margin-bottom: 0.6rem;
	}
}

.info_2 .steps h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3.1rem;
	margin-bottom: 1.2rem;
	padding-left: 5.6rem;
}

@media (min-width: 768px) {

	.info_2 .steps h3 {
		padding-left: 0;
		max-width: 19.7rem;
	}
}

.info_2 .steps p {
	padding-left: 5.6rem;
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

@media (min-width: 768px) {

	.info_2 .steps p {
		padding-left: 0;
		max-width: 28rem;
	}
}

@media (min-width: 768px) {

	.info_2 .steps {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 900px) {

	.info_2 .steps {
		width: calc(50% - 3rem);
		margin-left: auto;
		margin-bottom: 3rem;
	}
}

.info_2 .img {
	margin: 0 -3.5rem 4rem;
	min-width: 100vw;
}

@media (min-width: 768px) {

	.info_2 .img {
		margin: 0 -3.5rem 4rem;
	}
}

@media (min-width: 900px) {

	.info_2 .img {
		min-width: calc(50% - 3rem);
		width: calc(50% - 3rem);
		margin: 0;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

.info_2 p:not(.steps p) {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

@media (min-width: 900px) {

	.info_2 p:not(.steps p) {
		margin-left: auto;
		width: calc(50% - 3rem);
	}
}

.info_2 .btn-1 {
	display: block;
	text-align: right;
	margin: 2.8rem 0 0;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

/* -------------------------- *\
    .mait_gallery
\* -------------------------- */

.mait_gallery { 
	padding: 10rem 0 14rem;
}

.mait_gallery .shell {
	padding: 0;
}

@media (min-width: 900px) {

	.mait_gallery .shell {
		max-width: calc(100vw - 28rem);
		padding: 0 1.5rem;
	}
}

.mait_gallery .t {
	padding: 0 0.7rem 0 2.6rem;
	font-size: 2.5rem;
	line-height: 3.6rem;
}

@media (min-width: 417px) {

	.mait_gallery .t {
		font-size: 2.8rem;
	}
}

@media (min-width: 900px) {

	.mait_gallery .t {
		padding: 0;
	}
}

.mait_gallery_slider {
	width: 100%;
	margin: 0 auto;
	transition: 2s;
}

@media (min-width: 768px) {

	.mait_gallery_slider {
		margin-right: calc(50% - 50vw);
		width: calc(200% - 50vw);
	}
}

.mait_gallery_slider .slick-slide {
	margin: 0 1.2rem;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 2.1rem;
    width: 2.8rem;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: auto;
    bottom: 0;
    margin-bottom: -7rem;
    padding: 0;
    border: none;
    outline: none;
}

@media (min-width: 900px) {

	.slick-prev,
.slick-next {
		top: 0;
		margin-top: -4rem;
	}
}

.slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 3rem;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 3rem;
}

@media (min-width: 900px) {

	.slick-prev {
		left: calc(100vw - 27rem);
	}

	[dir="rtl"] .slick-prev {
		left: auto;
		right: calc(100vw - 27rem);
	}
}

@media (min-width: 1024px) {

	.slick-prev {
		left: calc(100vw - 36rem);
	}

	[dir="rtl"] .slick-prev {
		left: auto;
		right: calc(100vw - 36rem);
	}
}

.slick-prev:before {
	content: url(/wp-content/uploads/2022/05/prev-arrow.png);
}

[dir="rtl"] .slick-prev:before {
	content: url(/wp-content/uploads/2022/05/prev-arrow.png);
}

.slick-next {
    left: 8rem;
}

[dir="rtl"] .slick-next {
	left: 8rem;
	right: auto;
}

@media (min-width: 900px) {

	.slick-next {
		left: calc(100vw - 22rem);
	}

	[dir="rtl"] .slick-next {
		left: calc(100vw - 22rem);
		right: auto;
	}
}

@media (min-width: 1024px) {

	.slick-next {
		left: calc(100vw - 31rem);
	}

	[dir="rtl"] .slick-next {
		left: calc(100vw - 31rem);
		right: auto;
	}
}

.slick-next:before {
	content: url(/wp-content/uploads/2022/05/next-arrow.png);
}

[dir="rtl"] .slick-next:before {
	content: url(/wp-content/uploads/2022/05/next-arrow.png);
}

/* -------------------------- *\
    .buildings_map
\* -------------------------- */

.buildings_map { 
	padding: 0;
}

.buildings_map .t {
	padding: 0 0.7rem 0 2.6rem;
}

@media (min-width: 768px) {

	.buildings_map .t {
		text-align: center;
		padding: 0;
	}
}

.buildings_map .t +span {
	margin-bottom:  5rem;
}

#cd-zoom-in,
#cd-zoom-out {
	height: 3.2rem;
    width: 3.2rem;
    cursor: pointer;
    margin-left: 1rem;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 3.2rem 6.4rem;
    background-image: url(https://codyhouse.co/demo/custom-google-map/img/cd-icon-controller.svg);
}

#cd-zoom-in {
    margin-top: 5rem;
}

#cd-zoom-out {
    background-position: 50% -3.2rem;
    margin-top: .1rem;
}

/* -------------------------- *\
    .home_news
\* -------------------------- */

.home_news { 
	padding: 5rem 0;
}

@media (min-width: 900px) {

	.home_news {
		padding: 14rem 0;
	}
}

.home_news .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1024px) {

	.home_news .shell {
		max-width: calc(100vw - 28rem);
		position: relative;
	}
}

.home_news .l,
	.home_news .r {
	width: 100%;
	margin-bottom: 5.7rem;
}

@media (min-width: 1024px) {

	.home_news .l,
	.home_news .r {
		width: calc(50% - 3rem);
		margin-bottom: 0;
	}
}

@media (min-width: 1270px) {

	.home_news .l {
		padding-left: 2rem;
	}
}

/*width: 100%;
		margin-bottom: 5.7rem;

		@mixin min 990 {
			width: calc(60% - 5rem);
			margin-bottom: 0;
		}

		@mixin min 1350 {
			width: calc(50% - 5rem);
		}*/

@media (min-width: 1660px) {

	.home_news .l p {
		padding-right: 10rem;
	}
}

.home_news .l .slide_btn {
	margin-top: 2.8rem;
}

.home_news .l .slide_btn span {
	display: inline-block;
	width: 2.8rem;
	height: 2.1rem;
	position: relative;
	cursor: pointer;
	font-weight: 700;
}

.home_news .l .slide_btn span svg {
	width: 2.8rem;
	height: 2.1rem;
}

.home_news .l .slide_btn span + span {
	margin-left: 2.5rem;
}

.home_news .l .slide_btn span.prev-arrow1 {
	transform: rotate(180deg);
}

.home_news .l .slide_btn span:hover {
	opacity: 0.7;
}

.home_news .r .home_news_slider {
	margin-right: calc(50% - 120vw);
}

@media (min-width: 768px) {

	.home_news .r .home_news_slider {
		margin-right: calc(50% - 100vw);
	}
}

@media (min-width: 1024px) {

	.home_news .r .home_news_slider {
		margin-right: 0;
	}
}

@media (min-width: 1270px) {

	.home_news .r .home_news_slider {
		margin-right: calc(50% - 50vw);
	}
}

.home_news .r .home_news_slider.slick-initialized .news_block:not(:first-child) {
	display: block;
}

.home_news .r .home_news_slider .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.home_news .r .home_news_slider .news_block {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 1s ease;
	padding-right: 3rem;
}

@media (min-width: 900px) {

	.home_news .r .home_news_slider .news_block {
		width: calc(50% - 3.5rem);
	}
}

@media (min-width: 1024px) {

	.home_news .r .home_news_slider .news_block {
		padding-right: 0;
	}
}

@media (min-width: 1270px) {

	.home_news .r .home_news_slider .news_block {
		padding-right: 3rem;
	}
}

.home_news .r .home_news_slider .news_block .image {
	display: none;
}

/* -------------------------- *\
    .single-apartment
\* -------------------------- */

.single-apartment { 
	padding: 16rem 0 0;
}

@media (min-width: 768px) {

	.single-apartment {
		padding-top: 13rem;
	}
}

.single-apartment .info .l {
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 768px) {

	.single-apartment .info .l {
		-ms-flex-order: 1;
		    order: 1;
		text-align: center;/*width: 48%;*//*background: red;*/
	}

	.single-apartment .info .l img {/*max-height: 56rem;*/
		max-height: 85vh;/*max-width: calc(100% - 5rem);*//*padding-left: 5rem;*/
		-o-object-fit: contain;
		   object-fit: contain;
	}
}

@media (min-width: 768px) {

	.single-apartment .info .r {
		-ms-flex-order: 2;
		    order: 2;
	}
}

.single-apartment .info .b {
	-ms-flex-order: 3;
	    order: 3;
}

.single-apartment .buildings_map {
	text-align: center;
}

.single-apartment .buildings_map span {
	display: inline-block;
	text-align: center;
	background: rgba(0,0,0, 0.5);
	border-radius: 1.5rem;
	padding: 0.6rem 2.3rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.05rem;
}

.single-apartment .buildings_map span svg {
	width: 1.3rem;
	height: 1.7rem;
	vertical-align: middle;
	filter: brightness(0) invert(1);
	margin-right: 1rem;
}

/* -------------------------- *\
    .info
\* -------------------------- */

.info .shell {
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1024px) {

	.info .shell {
		padding: 0 8rem;
	}
}

.info .l,
	.info .r {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.info .l,
	.info .r {
		width: 47%;
		margin-bottom: 0;
	}
}

.info .l {
	position: relative;
}

/*&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0, 0);
			@mixin tra;		
		}*/

.info .l a {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: rgba(255,255,255, .5);
	max-width: 7rem;
	transition: .3s ease;
}

/*border: .3rem solid #000;*/

.info .l a:hover {
	background: rgba(255,255,255, 1);
}

@media (max-width: 768px) {

	.info .l a {
		display: none;
	}
}

.info .b {
	width: 100%;
}

.info .r .top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 3.4rem;
}

.info .r .top .border {
	width: 100%;
	-ms-flex-order: 2;
	    order: 2;
}

.info .r .top .border:nth-child(2) {
	border-right: 0;
	font-weight: 300;
	text-align: right;
	color: #222;
	font-size: 3rem;
	line-height: 3.5rem;
	-ms-flex-order: 1;
	    order: 1;
	margin-bottom: 2rem;
}

@media (min-width: 417px) {

	.info .r .top .border:nth-child(2) {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

@media (min-width: 1024px) {

	.info .r .top .border:nth-child(2) {
		padding-right: 3rem;
	}
}

@media (min-width: 1200px) {

	.info .r .top .border:nth-child(2) {
		-ms-flex-order: 2;
		    order: 2;
		border-left: 0.1rem solid #000;
		margin-bottom: 0;
		font-size: 1.8rem;
		display: inline-block;
	}
}

@media (min-width: 1450px) {

	.info .r .top .border:nth-child(2) {
		font-size: 3.5rem;
		line-height: 4rem;
	}
}

@media (min-width: 1780px) {

	.info .r .top .border:nth-child(2) {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

@media (min-width: 1200px) {

	.info .r .top .border {
		width: 50%;
		border-right: 0.1rem solid #000;
		-ms-flex-order: 1;
		    order: 1;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.info .r .top ul,
			.info .r .top .links {
	width: 100%;
	-ms-flex-order: 3;
	    order: 3;
}

.info .r .top h2 {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
}

.info .r .top h2 span {
	display: block;
	font-weight: 600;
	font-size: 4rem;
	line-height: 5.9rem;
	text-transform: none;
}

@media (min-width: 1200px) {

	.info .r .top h2 span {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media (min-width: 1450px) {

	.info .r .top h2 span {
		font-size: 4rem;
		line-height: 4.5rem;
	}
}

@media (min-width: 1780px) {

	.info .r .top h2 span {
		font-size: 6rem;
		line-height: 7.3rem;
	}
}

.info .r .top .back {
	margin-bottom: 1.3rem;
}

.info .r .top .back::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 1200px) {

	@media (max-width: 1450px) {

		.info .r .top .back {
			margin-bottom: 0.3rem;
		}
	}
}

.info .r .top .back a {
	display: inline-block;
	text-align: right;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	border-radius: 1.6rem;
	padding: 0.25rem 1.3rem 0.65rem;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	float: right;
}

.info .r .top .back a svg {
	width: 2.1rem;
	height: 1.6rem;
	margin-right: 0.5rem;
	transform: translateY(0.3rem) rotate(180deg);
}

.info .r .top .back a:hover {
	color: #fff;
	background: #000;
}

.info .r .top .back a:hover svg {
	filter: brightness(0) invert(1);
}

.info .r .top ul {
	margin: 0 0 2.4rem;
	list-style-type: none;
	list-style-position: inside;
}

@media (min-width: 1024px) {

	.info .r .top ul {
		padding-right: 3rem;
	}
}

@media (min-width: 1200px) {

	.info .r .top ul {
		margin: 2rem 0 3rem;
	}
}

.info .r .top ul li {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: rgba(0,0,0, 0.5);
	position: relative;
	display: inline-block;
}

@media (min-width: 1200px) {

	.info .r .top ul li {
		font-size: 1.2rem;
	}
}

.info .r .top ul li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 0.2rem;
}

.info .r .top ul li a {
	color: rgba(0,0,0, 0.5);
}

.info .r .top .links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.info .r .top .links a {
	width: calc(50% - 0.5rem);
	background: rgba(0,0,0, 0.05);
	padding: 0.7rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.9rem;
}

.info .r .top .links a:hover {
	background: #000;
	color: #fff;
}

@media (min-width: 1200px) {

	.info .r .top .links a {
		width: calc(25% - 0.5rem);
		margin-bottom: 0;
		font-size: 1.4rem;
		padding: 1.4rem;
	}
}

@media (min-width: 1200px) {

	@media (max-width: 1450px) {

		.info .r .top .links a {
			font-size: 1.2rem;
			line-height: 1.7rem;
			padding: 0.7rem;
		}
	}
}

.info .r .top .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 3rem 0;
	width: 100%;
	-ms-flex-order: 4;
	    order: 4;
}

.info .r .top .details .print,
				.info .r .top .details .number {
	width: 13.1rem;
	background: #17181D;
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	padding: 1.1rem 1rem;
	z-index: 10;
}

@media (max-width: 767px) {

	.info .r .top .details .print,
				.info .r .top .details .number {
		display: none;
	}
}

.info .r .top .details .print:before, .info .r .top .details .number:before {
	content: '';
	width: 10rem;
	height: 10rem;
	background: #fff;
	position: absolute;
	top: -8rem;
	left: -6rem;
	transform: rotate(45deg);
	z-index: 60;
}

@media (max-width: 1200px) {

	.info .r .top .details .print:before, .info .r .top .details .number:before {
		left: -10rem;
		top: -5rem;
	}
}

.info .r .top .details .print svg, .info .r .top .details .number svg {
	width: 3.9rem;
	height: 4.3rem;
	color: #fff;
	filter: brightness(0) invert(1);
	margin-bottom: 0.2rem;
}

.info .r .top .details .number {
	font-weight: 600;
	font-size: 4.8rem;
	line-height: 5.9rem;
	padding: 1.45rem 1rem;
	width: auto;
	border: 0;
}

@media (max-width: 1200px) {

	.info .r .top .details .number {
		width: 100%;
		font-size: 3.6rem;
		line-height: 4rem;
		padding: 0.7rem 1rem;
	}
}

@media (min-width: 1200px) {

	.info .r .top .details .number {
		width: 100%;
	}
}

@media (min-width: 1450px) {

	.info .r .top .details .number {
		width: auto;
		min-width: 13.1rem;
	}
}

.info .r .top .details .print {
	border: 0;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.info .r .top .details .print {
		position: fixed;
		top: 25rem;
		right: 8rem;
		width: 8rem;
		font-size: 0;
		line-height: 0;
		padding: 1.3rem 2.2rem;
		background: transparent;
	}

	.info .r .top .details .print:before {
		content: none;
	}

	.info .r .top .details .print:after {
		content: '';
		position: absolute;
		top: -775%;
		left: 0;
		width: 1100%;
		height: 1100%;
		background: #000;
		transform-origin: 54% 0;
		transform: rotate(45deg);
		transition: .3s ease;
	}

	.info .r .top .details .print svg {
		width: 3.5rem;
		height: 3.9rem;
		position: relative;
		z-index: 5;
	}

	@media (max-width: 1023px) {

		.info .r .top .details .print {
			right: 0;
			top: 8.5rem;
		}
	}
}

.info .r .top .details .left {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 1200px) {

	.info .r .top .details .left {
		width: calc(100% - 15rem);
	}
}

.info .r .top .details .left div:not(.number) {
	width: 50%;
	border-right: 0.1rem solid rgba(0,0,0, 0.2);
	border-bottom: 0.1rem solid rgba(0,0,0, 0.2);
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #000;
	padding: 1rem;
}

.info .r .top .details .left div:not(.number):nth-child(3),
						.info .r .top .details .left div:not(.number):nth-child(5) {
	border-right: 0;
}

@media (min-width: 420px) {

	.info .r .top .details .left div:not(.number) {
		width: 25%;
		border-bottom: 0;
	}

	.info .r .top .details .left div:not(.number):nth-child(3) {
		border-right: 0.1rem solid rgba(0,0,0, 0.2);
	}
}

@media (min-width: 1200px) {

	.info .r .top .details .left div:not(.number) {
		width: 50%;
		font-size: 1.8rem;
		line-height: 2.2rem;
		border-bottom: 0.1rem solid rgba(0,0,0, 0.2);
		padding: 1rem;
	}

	.info .r .top .details .left div:not(.number):nth-child(3),
							.info .r .top .details .left div:not(.number):nth-child(5) {
		border-right: 0;
	}
}

@media (min-width: 1450px) {

	.info .r .top .details .left div:not(.number) {
		width: 16%;
		border-bottom: 0;
		padding: 1.2rem 0.5rem;
		font-size: 1.2rem;
	}

	.info .r .top .details .left div:not(.number):nth-child(3),
							.info .r .top .details .left div:not(.number):nth-child(5) {
		border-right: 0.1rem solid rgba(0,0,0, 0.2);
	}

	@media (max-width: 1920px) {

		.info .r .top .details .left div:not(.number) {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-flex-align: center;
			    align-items: center;
		}
	}
}

@media (min-width: 1920px) {

	.info .r .top .details .left div:not(.number) {
		width: 13.1rem;
		padding: 0;
	}
}

.info .r .top .details .left div:not(.number) span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: rgba(0,0,0, 0.5);
	margin: 0 0 0.5rem;
	width: 100%;
}

@media (min-width: 1920px) {

	.info .r .top .details .left div:not(.number) span {
		margin: 1.8rem 0;
		font-size: 1.4rem;
	}
}

.info .r .top .details .right {
	width: 13.1rem;
}

.info .r .top .direction {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-order: 5;
	    order: 5;
	width: 100%;
}

.info .r .top .direction div {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: rgba(0,0,0, 0.5);
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	text-align: right;
}

@media (min-width: 540px) {

	@media (max-width: 768px) {

		.info .r .top .direction div {
			width: auto;
			display: -ms-flexbox;
			display: flex;
			text-align: left;
		}
	}
}

@media (min-width: 1200px) {

	.info .r .top .direction div {
		width: auto;
	}
}

.info .r .top .direction div span {
	display: inline-block;
	text-align: right;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	border-radius: 1.6rem;
	padding: 0.7rem 2rem 0.4rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000;
	text-align: center;
	margin-left: 0.7rem;
}

.info .r .top .direction div span svg {
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 0.5rem;
	opacity: 0.5;
	vertical-align: middle;
	transform: translateY(-0.2rem);
}

.info .r .top .direction div span.status {
	padding: 0.75rem 1.7rem 0.75rem;
}

.info .r .top .direction div span.status span.free,
							.info .r .top .direction div span.status span.sold,
							.info .r .top .direction div span.status span.reserved {
	background: #19CC00;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	box-shadow: none;
	padding: 0;
	margin-right: 1.2rem;
	margin-left: 0;
}

.info .r .top .direction div span.status span.sold {
	background: rgba(34,34,34, 0.5);
}

.info .r .top .direction div span.status span.reserved {
	background: #FF8200;
}

.info .r .top .direction div + div {
	margin-top: 1.3rem;
}

@media (min-width: 540px) {

	@media (max-width: 768px) {

		.info .r .top .direction div + div {
			margin-left: 4rem;
			margin-top: 0;
		}
	}
}

@media (min-width: 1200px) {

	.info .r .top .direction div + div {
		margin-left: 1.5rem;
		margin-top: 0;
	}
}

@media (min-width: 1280px) {

	.info .r .top .direction div + div {
		margin-left: 4rem;
	}
}

.info .r .middle {
	border-bottom: 0.2rem solid rgba(0,0,0, 0.1);
	margin: 0 0 2rem;
}

.info .r .middle h3 {
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #000;
	position: relative;
	display: block;
	margin-bottom: 3rem;
}

.info .r .middle h3:before,
				.info .r .middle h3:after {
	content: '';
	background: rgba(0,0,0, 0.1);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1rem;
	height: 0.2rem;
}

.info .r .middle h3:after {
	width: 14.8rem;
	background: #000;
}

.info .r .middle p {
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 1.6rem;
	max-width: 58.3rem;
}

.info .r .bottom div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
}

@media (min-width: 1024px) {

	@media (max-width: 1880px) {

		.info .r .bottom div {
			padding-right: 1.5rem;
		}
	}
}

.info .r .bottom div > span,
				.info .r .bottom div a {
	width: 100%;
}

@media (min-width: 500px) {

	@media (max-width: 768px) {

		.info .r .bottom div > span,
				.info .r .bottom div a {
			width: 48%;
		}
	}
}

@media (min-width: 1200px) {

	.info .r .bottom div > span,
				.info .r .bottom div a {
		width: 48%;
	}
}

@media (min-width: 1550px) {

	.info .r .bottom div > span,
				.info .r .bottom div a {
		width: 31.3%;
	}

	.info .r .bottom div > span:last-child, .info .r .bottom div a:last-child {
		width: 25.8rem;
	}
}

@media (min-width: 1910px) {

	.info .r .bottom div > span,
				.info .r .bottom div a {
		width: 25.8rem;
	}
}

.info .r .bottom div span {
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #000;
}

.info .r .bottom div span span {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(0,0,0, 0.5);
	margin-bottom: 1rem;
}

.info .r .bottom div a {
	display: inline-block;
	border-bottom: 0.2rem solid #000;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
	padding: 1.7rem 1.2rem;
	text-align: center;
	position: relative;
	margin: 1rem 0;
}

@media (min-width: 500px) {

	.info .r .bottom div a {
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) {

	.info .r .bottom div a {
		margin-bottom: 0;
	}
}

@media (min-width: 1880px) {

	.info .r .bottom div a {
		margin: 1rem 1.5rem 1rem 0;
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {

	.info .r .bottom div a:last-child {
		margin-top: 2.3rem;
	}
}

.info .r .bottom div a svg {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 1.3rem;
	vertical-align: middle;
	margin-top: -0.5rem;
}

.info .r .bottom div a:hover {
	background: #000;
	color: #fff;
}

.info .r .bottom div a:hover svg {
	filter: brightness(0) invert(1);
}

.info .r .bottom .request {
	text-align: center;
	background: #000;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	border: 0.2rem solid transparent;
	padding: 2.7rem 1.8rem;
	z-index: 10;
	display: block;/*width: 70%;*/
	margin: 3rem auto 0;
}

.info .r .bottom .request:hover {
	background: #fff;
	color: #000;
	border: 0.2rem solid #000;
}

@media (min-width: 1024px) {

	.info .r .bottom .request {
		position: fixed;
		bottom: 0;
		right: 8rem;
		display: inline-block;
		float: right;
	}
}

.info .b {
	text-align: center;
}

@media (min-width: 768px) {

	.info .b {
		margin-top: 7.5rem;
	}
}

.info .b img {
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 1730px) {

	.info .b img {
		max-width: 157.8rem;
		max-width: 100%;
	}
}

.info .image_map>div {
	margin: auto;
}

/* -------------------------- *\
    .about_building
\* -------------------------- */

.about_building {
	padding: 7rem 0 3rem;
}

@media (min-width: 900px) {

	.about_building {
		padding: 7rem 0 13rem;
	}
}

.about_building .shell {
	max-width: 179rem;
	margin: 0 0 0 auto;
	padding: 0;
}

@media (max-width: 1890px) {

	@media (min-width: 1024px) {

		.about_building .shell {
			max-width: calc(100vw - 10rem);/*margin: 0 auto;*/
		}
	}
}

@media (max-width: 1024px) {

	.about_building .shell {
		padding: 0 1.5rem;
	}
}

.about_building__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.about_building__left {
	width: 100%;
}

@media (min-width: 990px) {

	.about_building__left {
		width: calc(50% - 2rem);
	}
}

@media (min-width: 1890px) {

	.about_building__left {
		width: calc(100% - 99rem);
	}
}

.about_building__left .t {
	max-width: 53.3rem;
	margin-bottom: 2.8rem;
}

.about_building__left .t strong {
	text-transform: uppercase;
}

.about_building__left p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 1.5rem;
}

.about_building__left .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 65rem;
	margin: 5.4rem auto -5.4rem;
	padding-right: 1.5rem;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 550px) {

	.about_building__left .details {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		padding-right: 0;
	}
}

@media (min-width: 1390px) {

	.about_building__left .details {
		-ms-flex-pack: inherit;
		    justify-content: inherit;
	}
}

.about_building__left .details div {
	width: 45%;
	border: 0.1rem solid rgba(0,0,0, 0.2);
	border-radius: 1.5rem;
	padding: 4.7rem 1rem 1.1rem;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: center;
	color: #222;
	margin-bottom: 3rem;
}

@media (min-width: 420px) {

	.about_building__left .details div {
		padding: 6.7rem 1.7rem 1.1rem;
		font-size: 1.6rem;
		line-height: 2.8rem;
		margin-bottom: 5.4rem;
	}
}

@media (min-width: 550px) {

	.about_building__left .details div {
		width: 26%;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1390px) {

		.about_building__left .details div {
			width: 26%;
			padding: 4.7rem 1rem 1.1rem;
			font-size: 1.2rem;
			line-height: 1.8rem;
			margin-bottom: 3rem;
		}
	}
}

@media (min-width: 1390px) {

	.about_building__left .details div {
		max-width: 14.4rem;
	}
}

.about_building__left .details div + div {/*@mixin min 550 {
						margin-left: 3rem;
					}*/
}

/*@mixin min 990 {
						margin-left: 9.6rem;
					}*/

@media (min-width: 1390px) {

	.about_building__left .details div + div {
		margin-left: 9.6rem;
	}
}

.about_building__left .details div span {
	position: absolute;/*top: 0.9rem;
					right: 1.6rem;*/
	top: -1rem;
	right: -1rem;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #222;
	border: 0.1rem solid rgba(0,0,0, 0.2);
	border-radius: 1.5rem;
	padding: 1.5rem 1rem 0rem 0rem;
	min-width: 7rem;
	min-height: 7rem;/*&:after {
						content: '';
						border: 0.1rem solid rgba($cb, 0.2);
						border-radius: 1.5rem;
						width: 5rem;
						height: 5rem;
						position: absolute;
						top: -2rem;
						right: -2.7rem;

						@mixin min 420 {
							width: 8rem;
							height: 8rem;
							top: -2.7rem;
							right: -3.5rem;
						}

						@mixin min 990 {
							@mixin max 1390 {
								width: 5rem;
								height: 5rem;
								top: -2rem;
								right: -2.7rem;
							}
						}
					}*/
}

@media (min-width: 420px) {

	.about_building__left .details div span {
		font-size: 3rem;
		line-height: 4.6rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1390px) {

		.about_building__left .details div span {
			font-size: 1.5rem;
			line-height: 2rem;
		}
	}
}

.about_building__right {
	position: relative;
	margin: 5rem -1.5rem 0;
	overflow: hidden;
	width: 100vw;
}

@media (min-width: 990px) {

	.about_building__right {
		width: calc(50% - 2rem);
		margin: 0 -1.5rem;
	}
}

@media (min-width: 1024px) {

	.about_building__right {
		margin: 0;
	}
}

@media (min-width: 1890px) {

	.about_building__right {
		width: auto;
		max-width: 96.1rem;
	}
}

.about_building__right span {
	position: absolute;/*bottom: -5rem;*/
	bottom: 0;
	left: -2rem;
	font-weight: 500;/*font-size: 18rem;*//*line-height: 21.9rem;*/
	line-height: 100%;
	font-size: 19vw;
	color: #fff;
}

@media (min-width: 990px) {

	.about_building__right span {
		font-size: 9vw;
		bottom: -1.5rem;
	}
}

@media (min-width: 1024px) {

	.about_building__right span {
		font-size: 8.3vw;
		bottom: -2.3rem;
	}
}

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

.about_building__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 166rem;
	margin: 5rem 0 0;
}

.about_building__bottom::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 768px) {

	.about_building__bottom {
		margin: 12.2rem -1.5rem 0;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1850px) {

		.about_building__bottom {
			padding: 0 10rem 0 0;
		}
	}
}

.about_building__bottom div {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.about_building__bottom div {
		width: 50%;
		padding: 0 1.5rem;
	}
}

@media (min-width: 990px) {

	.about_building__bottom div {
		width: 25%;
		padding: 0 1rem;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.about_building__bottom div {
			width: 50%;
			padding: 0 1.5rem;
		}
	}
}

.about_building__bottom div img {
	width: 18.1rem;
	height: 18.1rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
	margin-bottom: 2.4rem;
}

.about_building__bottom div h3 {
	font-size: 2.8rem;
	line-height: 3.4rem;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
}

.about_building__bottom div p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 0;
}

/* -------------------------- *\
    .apartment_listing
\* -------------------------- */

.apartment_listing {
	max-width: 136.4rem;
	margin: 0 1.5rem 9.5rem;
}

@media (min-width: 1024px) {

	@media (max-width: 1580px) {

		.apartment_listing {
			margin: 0 10rem 9.5rem;
		}
	}
}

@media (min-width: 1580px) {

	.apartment_listing {
		margin: 0 auto 9.5rem;
	}
}

.apartment_listing .t {
	text-align: center;
	max-width: 53.3rem;
	margin: 0 auto 2.6rem;
}

.apartment_listing .t strong {
	text-transform: uppercase;
}

.apartment_listing p {
	max-width: 92.5rem;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	text-align: center;
}

.apartment_listing .listing .listing_heading {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background: rgba(255,255,255, 0.03);
	border-bottom: 0.2rem solid #17181D;
	padding: 1.1rem 0;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 2rem;
	color: #222;
}

@media (min-width: 1450px) {

	.apartment_listing .listing .listing_heading {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

.apartment_listing .listing .listing_heading span {
	-ms-flex: 1;
	    flex: 1;
	display: none;
}

@media (min-width: 1200px) {

	.apartment_listing .listing .listing_heading span {
		display: inline-block;
	}
}

.apartment_listing .listing .listing_heading span:nth-child(6),
				.apartment_listing .listing .listing_heading span:nth-child(7),
				.apartment_listing .listing .listing_heading span:nth-child(8) {
	position: relative;
	left: -1.5rem;
}

.apartment_listing .listing .listing_heading .to-property {
	text-align: left;
}

.apartment_listing .listing .listing_content .more {
	text-align: center;
	margin: 3.2rem 0 0;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: rgba(34,34,34, 0.5);
	cursor: pointer;
}

.apartment_listing .listing .listing_content .more svg {
	width: 3.1rem;
	height: 2.1rem;
	display: block;
	margin: 0.5rem auto 0;
}

.apartment_listing .listing .listing_content .ap-row {
	background: rgba(255,255,255, 0.03);
	border-bottom: 0.2rem solid rgba(23,24,29, 0.1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1rem 0;
	text-align: center;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
}

@media (min-width: 768px) {

	.apartment_listing .listing .listing_content .ap-row {
		padding: 2.4rem 1.2rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1450px) {

		.apartment_listing .listing .listing_content .ap-row {
			padding: 1rem 0;
		}
	}
}

.apartment_listing .listing .listing_content .ap-row:hover .tooltip {
	z-index: 10;
	opacity: 1;
}

.apartment_listing .listing .listing_content .ap-row .tooltip {
	background: #fff;/*width: 28.1rem;*/
	width: 20vw;/*height: 24.3rem;*//*max-height: 30vh;*/
	border-radius: 1rem;
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0,0.5);
	padding: 1.7rem 2.8rem;
}

@media (max-width: 767px) {

	.apartment_listing .listing .listing_content .ap-row .tooltip {
		display: none;
	}
}

.apartment_listing .listing .listing_content .ap-row .tooltip img {/*width: 22.5rem;*//*height: 17.2rem;*/
	-o-object-fit: contain;
	   object-fit: contain;
	display: block;
	margin-bottom: 1rem;
}

.apartment_listing .listing .listing_content .ap-row .tooltip span {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	background: transparent !important;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #222;
}

.apartment_listing .listing .listing_content .ap-row div {
	width: 33.33%;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #222;
}

@media (min-width: 420px) {

	.apartment_listing .listing .listing_content .ap-row div {
		width: 19%;
	}
}

@media (min-width: 600px) {

	.apartment_listing .listing .listing_content .ap-row div {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

@media (min-width: 990px) {

	.apartment_listing .listing .listing_content .ap-row div {
		-ms-flex: 1;
		    flex: 1;
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1450px) {

		.apartment_listing .listing .listing_content .ap-row div {
			font-size: 1.2rem;
			line-height: 1.6rem;
		}
	}
}

.apartment_listing .listing .listing_content .ap-row div span {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.5rem;
}

.apartment_listing .listing .listing_content .ap-row div.number {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.9rem;
}

@media (min-width: 420px) {

	.apartment_listing .listing .listing_content .ap-row div.number {
		-ms-flex-order: 5;
		    order: 5;
		width: 30%;
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

@media (min-width: 990px) {

	.apartment_listing .listing .listing_content .ap-row div.number {
		-ms-flex-order: 1;
		    order: 1;
	}
}

@media (min-width: 420px) {

	.apartment_listing .listing .listing_content .ap-row div.status {
		width: 23%;
	}
}

.apartment_listing .listing .listing_content .ap-row div.fav {
	position: relative;
	z-index: 5;
	width: 30%;
}

.apartment_listing .listing .listing_content .ap-row div.fav:hover {
	fill: red;
}

@media (min-width: 420px) {

	.apartment_listing .listing .listing_content .ap-row div.fav {
		-ms-flex-order: 6;
		    order: 6;
		width: 20%;
	}
}

.apartment_listing .listing .listing_content .ap-row div.hode-mob {
	display: none;
}

@media (min-width: 1200px) {

	.apartment_listing .listing .listing_content .ap-row div.hode-mob {
		display: inline-block;
	}
}

.apartment_listing .listing .listing_content .ap-row svg {
	width: 2.5rem;
	height: 2.3rem;
}

.apartment_listing .listing .listing_content .ap-row .btn {
	display: inline-block;
	width: 70%;
	border: 0.1rem solid #000;
	padding: 1.1rem 1.1rem 1rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-align: center;
	color: #222;
	text-transform: uppercase;
	transition: .3s ease;
	margin-top: 0.8rem;
}

@media (min-width: 420px) {

	.apartment_listing .listing .listing_content .ap-row .btn {
		-ms-flex-order: 7;
		    order: 7;
		width: 50%;
	}
}

@media (min-width: 990px) {

	.apartment_listing .listing .listing_content .ap-row .btn {
		width: 16rem;
		margin-top: 0;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1450px) {

		.apartment_listing .listing .listing_content .ap-row .btn {
			font-size: 1.2rem;
			line-height: 1.6rem;
		}
	}
}

.apartment_listing .listing .listing_content .ap-row div.tool {
	opacity: 0;
	display: inline-block;
	position: absolute;
	background: #fff;
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, 0.5);
	border-radius: 1rem;
	padding: 1.7rem 2.8rem;
	color: #222;
	top: 0;
	left: 0;
	width: 28.1rem;
	height: 24.3rem;
	z-index: 10;
}

.apartment_listing .listing .listing_content .ap-row div.tool img {
	width: 22.5rem;
	height: 17.2rem;
	-o-object-fit: contain;
	   object-fit: contain;
	margin-bottom: 1rem;
}

.apartment_listing .listing .listing_content .ap-row div.tool span {
	width: auto;
	height: auto;
	background: transparent !important;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
	color: #222;
}

.apartment_listing .listing .listing_content .ap-row.free div span {
	background: #19CC00;
}

.apartment_listing .listing .listing_content .ap-row.sold div {
	color: rgba(34,34,34, 0.5);
}

.apartment_listing .listing .listing_content .ap-row.sold div span {
	background: rgba(34,34,34, 0.5);
}

.apartment_listing .listing .listing_content .ap-row.sold svg {
	display: none;
}

.apartment_listing .listing .listing_content .ap-row.sold .btn {
	border: 0.1rem solid rgba(0,0,0, 0.5);
}

.apartment_listing .listing .listing_content .ap-row.reserved div span {
	background: #FF8200;
}

.apartment_listing .listing .listing_content .ap-row:hover {
	background: rgba(0,0,0, 0.01);
	border-bottom: 0.2rem solid rgba(23,24,29, 1);
}

.apartment_listing .listing .listing_content .ap-row:hover .btn {
	background: #000;
	color: #fff;
}

.apartment_listing .listing .listing_content .ap-row:hover div.tool {
	opacity: 1;
}

@media (min-width: 1024px) {

	.hide-desk {
		display: none;
	}
}

/* -------------------------- *\
    .filter
\* -------------------------- */

.filter {
	margin: 2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1200px) {

	.filter {
		margin: 9rem 0 3.2rem;
		display: block;
	}

	.filter::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
}

.filter div {
	display: none;
}

.filter div:nth-child(2) {
	display: block;
	float: left;
}

@media (min-width: 550px) {

	.filter div:nth-child(1) {
		display: block;
		float: left;
	}
}

@media (min-width: 768px) {

	.filter div:nth-child(3) {
		display: block;
		float: left;
	}
}

@media (min-width: 990px) {

	.filter div {
		display: inline-block;
	}
}

.filter div label {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #222;
	margin-right: 0.5rem;
}

@media (min-width: 1365px) {

	.filter div label {
		font-size: 1.6rem;
		margin-right: 1.3rem;
	}
}

.filter div select {
	background: #fff;
	border: 0.1rem solid rgba(0,0,0, 0.1);
	padding: 1rem;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: rgba(34,34,34, 0.5);
	width: 12rem;
}

@media (min-width: 1365px) {

	.filter div select {
		width: 19.7rem;
	}
}

@media (min-width: 1200px) {

	.filter div + div {
		margin-left: 2rem;
	}
}

@media (min-width: 1450px) {

	.filter div + div {
		margin-left: 4.6rem;
	}
}

.filter div:nth-child(2) select {
	width: 10rem;
}

.filter div:nth-child(4) select {
	width: 15rem;
}

.filter button {
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(34,34,34, 0.5);
	cursor: pointer;
}

@media (min-width: 768px) {

	.filter button {
		float: right;
	}
}

.filter button svg {
	width: 3.2rem;
	height: 2.1rem;
	margin-right: 0.5rem;
	position: relative;
	top: 0.3rem;
}

@media (min-width: 768px) {

	.filter button svg {
		margin-right: 1.4rem;
	}
}

.filter button:hover {
	color: #222;
}

/* -------------------------- *\
    .slogan
\* -------------------------- */

.slogan {
	padding: 9.5rem 0;
	text-align: center;
	font-weight: 500;
	font-size: 12rem;
	line-height: 12rem;
	letter-spacing: 1.714rem;
	color: rgba(0,0,0, 0.1);
}

/* -------------------------- *\
    .floor_info
\* -------------------------- */

.floor_info .l {
	position: relative;
}

.floor_info .l .compas {
	position: relative;
	left: -1.5rem;
}

@media (min-width: 768px) {

	.floor_info .l .compas {
		position: absolute;
		top: -12rem;
		left: -2.5rem;
		z-index: 10;
	}
}

.floor_info .l .compas img {
	width: 7rem;
	height: 7rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 768px) {

	.floor_info .l .compas img {
		width: 12rem;
		height: 12rem;
	}
}

.floor_info .r .middle {
	border: 0;
}

.floor_info .filter {
	padding-right: 2rem;
	margin: 0 0 1.9rem;
}

.floor_info .filter div:nth-child(1),
			.floor_info .filter div:nth-child(3) {
	display: none;
}

.floor_info .filter div:nth-child(2) {
	margin-left: 0;
}

.floor_info .filter div:nth-child(4) {
	display: none;
}

@media (min-width: 1350px) {

	.floor_info .filter div:nth-child(4) {
		display: inline-block;
	}
}

.floor_info .apartment_listing {
	margin: 0;
	height: 30rem;
	overflow-y: scroll;
}

@media (min-width: 990px) {

	.floor_info .apartment_listing {
		height: 49rem;
	}
}

.floor_info .apartment_listing h2,
		.floor_info .apartment_listing p {
	display: none;
}

.floor_info .apartment_listing .listing .listing_heading span:nth-child(2),
					.floor_info .apartment_listing .listing .listing_heading span:nth-child(4),
					.floor_info .apartment_listing .listing .listing_heading span:nth-child(8) {
	display: none;
}

@media (min-width: 768px) {

	@media (max-width: 1200px) {

		.floor_info .apartment_listing .listing .listing_content .ap-row {
			padding: 1rem 0;
		}
	}
}

.floor_info .apartment_listing .listing .listing_content .ap-row div.hode-mob {
	display: none;
}

@media (min-width: 768px) {

	.floor_info .apartment_listing .listing .listing_content .ap-row div.status {
		display: none;
	}
}

@media (min-width: 768px) {

	@media (max-width: 1320px) {

		.floor_info .apartment_listing .listing .listing_content .ap-row div.number {
			width: 30%;
			-ms-flex: auto;
			    flex: auto;
			-ms-flex-order: 6;
			    order: 6;
		}
	}
}

@media (min-width: 1200px) {

	@media (max-width: 1840px) {

		.floor_info .apartment_listing .listing .listing_content .ap-row div.number {
			font-size: 1.5rem;
			line-height: 2.9rem;
		}
	}
}

@media (min-width: 768px) {

	@media (max-width: 1320px) {

		.floor_info .apartment_listing .listing .listing_content .ap-row div.fav {
			width: 20%;
			-ms-flex: auto;
			    flex: auto;
		}
	}
}

@media (min-width: 768px) {

	@media (max-width: 1320px) {

		.floor_info .apartment_listing .listing .listing_content .ap-row div {
			width: 25%;
			-ms-flex: auto;
			    flex: auto;
		}
	}
}

@media (min-width: 768px) {

	@media (max-width: 1320px) {

		.floor_info .apartment_listing .listing .listing_content .ap-row .btn {
			width: 50%;
			-ms-flex: auto;
			    flex: auto;
			margin-top: 0.8rem;
		}
	}
}

@media (min-width: 1320px) {

	@media (max-width: 1840px) {

		.floor_info .apartment_listing .listing .listing_content .ap-row .btn {
			font-size: 1rem;
			padding: 0.5rem;
		}
	}
}

.floor_info .apartment_listing .listing .listing_content .more {
	display: none !important;
}

/* -------------------------- *\
    .building_info
\* -------------------------- */

.building_info .shell {
	overflow: hidden;
	width: 100%;
}

@media (min-width: 1024px) {

	.building_info .shell {
		padding: 0 8rem 0 0;
	}
}

@media (min-width: 1320px) {

	.building_info .shell {
		-ms-flex-align: inherit;
		    align-items: inherit;
	}
}

.building_info .l {
	width: 100vw;
	margin: 0 -1.5rem 3rem;
}

@media (min-width: 1024px) {

	.building_info .l {
		width: 52%;
	}
}

@media (min-width: 1024px) {

	.building_info .l {
		margin-left: 0;
	}
}

.building_info .r {
	width: 100%;
}

@media (min-width: 1024px) {

	.building_info .r {
		width: 45%;
	}
}

.building_info .r .top .border {
	border: 0;
}

.building_info .r .top .links {
	margin: 0;
}

@media (min-width: 1200px) {

	.building_info .r .top .links {
		margin: 0 0 6.5rem;
	}
}

.building_info .r .location {
	margin: 2rem 0;
}

@media (min-width: 990px) {

	.building_info .r .location {
		padding-left: 15%;
	}
}

@media (min-width: 1200px) {

	.building_info .r .location {
		padding-left: 30%;
		margin: 5.4rem 0;
	}
}

.building_info .r .location p {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.9rem;
	letter-spacing: 0.063rem;
	position: relative;
	padding-left: 3rem;
}

.building_info .r .location p svg {
	width: 1.7rem;
	height: 2.2rem;
	vertical-align: middle;
	position: absolute;
	left: 0;
}

.building_info .r .middle {
	border: 0;
}

.building_info .r .available {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.building_info .r .available h3 {
	width: 100%;
}

.building_info .r .available h3 span.free,
					.building_info .r .available h3 span.sold {
	width: 1.2rem;
	height: 1.2rem;
	background: #19CC00;
	border-radius: 50%;
	box-shadow: 0 0.2rem 0.3rem rgba(0,0,0, 0.5);
	display: inline-block;
	margin-left: 1.2rem;
}

.building_info .r .available h3 span.sold {
	background: rgba(34,34,34, 0.5);
}

.building_info .r .available .det {
	width: 25.6rem;
	margin-top: 2.9rem;
}

.building_info .r .available .det div {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.building_info .r .available .det div + div {
	margin-top: 1.6rem;
}

.building_info .r .available .det div:after {
	content: '';
	width: 100%;
	height: 0.1rem;
	background: rgba(0,0,0, 0.2);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.building_info .r .available .det div span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 2rem;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000;
}

.building_info .r .available .det div span + span {
	padding-right: 0;
	padding-left: 2rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.building_info .r .available .scroll-text {
	margin: 2rem auto;
}

@media (min-width: 1200px) {

	.building_info .r .available .scroll-text {
		margin-left: 10rem;
		margin-top: 0;
	}
}

.building_info.new_single_building_template .shell {
	overflow: hidden;
	width: 100%;
}

@media (min-width: 1024px) {

	.building_info.new_single_building_template .shell {
		padding: 0 8rem 0 8rem;
	}
}

@media (min-width: 1320px) {

	.building_info.new_single_building_template .shell {
		-ms-flex-align: inherit;
		    align-items: inherit;
	}
}

.building_info.new_single_building_template .top_section {
	width: 100%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 3.4rem;
}

.building_info.new_single_building_template .top_section .border {
	width: 100%;
	-ms-flex-pack: center;
	    justify-content: center;
}

.building_info.new_single_building_template .top_section .border:nth-child(2) {
	border-right: 0;
	font-weight: 300;
	text-align: right;
	color: #222;
	font-size: 3rem;
	line-height: 3.5rem;
	-ms-flex-order: 1;
	    order: 1;
	margin-bottom: 2rem;
}

@media (min-width: 417px) {

	.building_info.new_single_building_template .top_section .border:nth-child(2) {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

@media (min-width: 1024px) {

	.building_info.new_single_building_template .top_section .border:nth-child(2) {
		padding-right: 3rem;
	}
}

@media (min-width: 1200px) {

	.building_info.new_single_building_template .top_section .border:nth-child(2) {
		-ms-flex-order: 2;
		    order: 2;
		border-left: 0.1rem solid #000;
		margin-bottom: 0;
		font-size: 1.8rem;
		display: inline-block;
	}
}

@media (min-width: 1450px) {

	.building_info.new_single_building_template .top_section .border:nth-child(2) {
		font-size: 3.5rem;
		line-height: 4rem;
	}
}

@media (min-width: 1780px) {

	.building_info.new_single_building_template .top_section .border:nth-child(2) {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

@media (min-width: 1200px) {

	.building_info.new_single_building_template .top_section .border {
		border-right: 0.1rem solid #000;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.building_info.new_single_building_template .top_section .border h1 {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
	display: block;/*@mixin min 1450 {
						span {
							font-size: 4rem;
							line-height: 4.5rem;
						}
					}

					@mixin min 1780 {
						span {
							font-size: 6rem;
							line-height: 7.3rem;
						}
					}*/
}

.building_info.new_single_building_template .top_section .border h1 span {
	display: block;
	font-weight: 600;
	font-size: 4rem;
	line-height: 5.9rem;
	text-transform: none;
}

@media (min-width: 1200px) {

	.building_info.new_single_building_template .top_section .border h1 {
		font-size: 2rem;
	}

	.building_info.new_single_building_template .top_section .border h1 span {
		font-size: 6rem;
		line-height: 7.3rem;
	}
}

.building_info.new_single_building_template .top_section ul {
	margin: 0 auto 2.4rem;
	list-style-type: none;
	list-style-position: inside;
}

/*@mixin min 1024 {
					padding-right: 3rem;
				}*/

@media (min-width: 1200px) {

	.building_info.new_single_building_template .top_section ul {
		margin: 2rem auto 3rem;
	}
}

.building_info.new_single_building_template .top_section ul li {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: rgba(0,0,0, 0.5);
	position: relative;
	display: inline-block;
}

@media (min-width: 1200px) {

	.building_info.new_single_building_template .top_section ul li {
		font-size: 1.2rem;
	}
}

.building_info.new_single_building_template .top_section ul li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 0.2rem;
}

.building_info.new_single_building_template .top_section ul li a {
	color: rgba(0,0,0, 0.5);
}

.building_info.new_single_building_template .map_multiple {
	position: relative;
}

.building_info.new_single_building_template .map_multiple .bubble {
	max-width: 25rem;
	background: rgba(255, 255, 255, 0.95);
	border: 0.3rem solid #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
	border-radius: 4.1rem;
	padding: 0.65rem;
	position: absolute;
	text-align: center;
	top: 10%;
	left: 13%;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #092C53;
	display: block;
}

.building_info.new_single_building_template .map_multiple .bubble:before {
	content: url(/wp-content/uploads/2024/11/up-arrow.svg);
	position: absolute;
	top: 75%;
	right: -35%;
	transform: scaleX(-1);
}

.building_info.new_single_building_template .middle {
	margin: 5rem auto;
	max-width: 145rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1024px) {

	.building_info.new_single_building_template .middle {
		margin: 10rem auto;
	}
}

.building_info.new_single_building_template .middle .l,
			.building_info.new_single_building_template .middle .r {
	width: 100%;
	margin-bottom: 3rem;
	text-align: center;
}

@media (min-width: 1024px) {

	.building_info.new_single_building_template .middle .l,
			.building_info.new_single_building_template .middle .r {
		width: calc(50% - 2rem);
		text-align: inherit;
	}
}

.building_info.new_single_building_template .middle .l {
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 1024px) {

	.building_info.new_single_building_template .middle .l {
		-ms-flex-order: 1;
		    order: 1;
	}
}

.building_info.new_single_building_template .middle .r {
	-ms-flex-order: 1;
	    order: 1;
}

@media (min-width: 1024px) {

	.building_info.new_single_building_template .middle .r {
		-ms-flex-order: 2;
		    order: 2;
	}
}

.building_info.new_single_building_template .bottom {
	text-align: center;
}

/* -------------------------- *\
    .intro
\* -------------------------- */

.intro { 
	padding: 10rem 0 3rem;
	text-align: center;
	max-width: 110.3rem;
	margin: 0 auto;
}

@media (min-width: 990px) {

	.intro {
		padding: 8rem 8rem 7.7rem;
	}
}

@media (min-width: 1260px) {

	.intro {
		padding: 8rem 0 7.7rem;
	}
}

.intro h1 {
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #000;
	margin-bottom: 1.5rem;
}

.intro .breadcrumb ul {
	margin-bottom: 3.5rem;
}

.intro p {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
}

.intro p:last-child {
	margin-bottom: 0;
}

.intro__2 h1 {
	font-size: 3.6rem;
	line-height: 4.6rem;
	color: rgba(0,0,0, 0.6);
	font-weight: 400;
	margin-bottom: 1.6rem;
}

.intro__2 h1 strong {
	display: block;
	font-weight: 600;
	color: #000;
}

.intro__slogan {
	font-weight: 500;
	font-size: 3rem;
	line-height: 4rem;
	letter-spacing: 1.714rem;
	color: rgba(0,0,0, 0.1);
	text-align: center;
	padding: 0 1.5rem;
	margin: 1.7rem 0 5rem;
}

@media (min-width: 768px) {

	.intro__slogan {
		font-size: 4.5rem;
		line-height: 4.5rem;
	}
}

@media (min-width: 900px) {

	.intro__slogan {
		font-size: 6rem;
		line-height: 6rem;
	}
}

@media (min-width: 1024px) {

	.intro__slogan {
		padding: 0 10rem;
		font-size: 5.5rem;
		line-height: 5.5rem;
	}
}

@media (min-width: 1300px) {

	.intro__slogan {
		font-size: 8rem;
		line-height: 8rem;
	}
}

@media (min-width: 1665px) {

	.intro__slogan {
		font-size: 12rem;
		line-height: 12rem;
	}
}

/* -------------------------- *\
    .about
\* -------------------------- */

.about { 
	padding: 0 0 5rem;
}

.about .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1024px) {

	.about .shell {
		max-width: 170rem;
		margin: 0 8rem;
		padding: 0;
	}
}

@media (min-width: 1450px) {

	.about .shell {
		margin: 0 8rem 0 14.3rem;
	}
}

@media (min-width: 1920px) {

	.about .shell {
		margin: 0 auto;
	}
}

.about .left {
	width: 100%;
	position: relative;
}

@media (min-width: 990px) {

	.about .left {
		width: 48%;
	}
}

@media (min-width: 1450px) {

	.about .left {
		width: calc(100% - 75rem);
	}
}

@media (min-width: 990px) {

	.about .left .tt,
		.about .left .m {
		padding-left: 1.5rem;
	}
}

@media (min-width: 1200px) {

	.about .left .tt,
		.about .left .m {
		padding-left: 5.3rem;
	}
}

.about .left .tt .year {
	font-weight: 600;
	font-size: 4.8rem;
	line-height: 5.9rem;
	color: #000;
	margin-bottom: 1.8rem;
}

.about .left .tt .year span {
	font-size: 2.1rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 0.6rem;
}

.about .left .tt .t {
	margin-bottom: 2.8rem;
}

@media (min-width: 1024px) {

	@media (max-width: 1450px) {

		.about .left .tt .t {
			font-size: 2.5rem;
			line-height: 3rem;
		}
	}
}

.about .left .m {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: end;
	    align-items: flex-end;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 3rem;
}

@media (min-width: 1200px) {

	.about .left .m {
		margin-bottom: 5.9rem;
	}
}

.about .left .m .text {
	position: relative;
}

@media (min-width: 768px) {

	.about .left .m .text {
		max-width: 65rem;
	}
}

@media (min-width: 1680px) {

	.about .left .m .text {
		max-width: 56rem;
		left: calc(82% - 56rem);
	}
}

.about .left .m .text p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: .5rem;
}

.about .left .m .text p:last-child {
	margin-bottom: 0;
}

.about .left .m .scroll-text {
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 768px) {

	@media (max-width: 990px) {

		.about .left .m .scroll-text {
			position: relative;
		}
	}
}

@media (min-width: 1680px) {

	.about .left .m .scroll-text {
		position: relative;
	}
}

.about .left .b {
	margin: 0 -1.5rem;
}

@media (min-width: 1024px) {

	.about .left .b {
		margin: 0;
	}
}

.about .right {
	width: 100vw;
	position: relative;
	height: 100%;
	margin: 3rem -1.5rem 0;
}

@media (min-width: 990px) {

	.about .right {
		margin: 0 -1.5rem;
		width: 48%;
	}
}

@media (min-width: 1024px) {

	.about .right {
		margin: 0;
	}
}

@media (min-width: 1450px) {

	.about .right {
		width: 69.8rem;
	}
}

.about .right:before {
	content: '';
	background: linear-gradient(180deg, rgba(0,0,0, 0.381054) 0%, rgba(0,0,0, 0.0001) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.about .right svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7.4rem;/*height: calc(100vh - 25rem);*/
	height: 85%;
	fill: #fff;
	z-index: 5;
}

/* -------------------------- *\
    .history
\* -------------------------- */

.history { 
	padding: 3.5rem 0 6rem;
}

.history .shell {
	max-width: 144.8rem;
	margin: 0 1.5rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1024px) {

	.history .shell {
		margin: 0 10rem 0;
	}
}

@media (min-width: 1450px) {

	.history .shell {
		margin: 0 10% 0;
	}
}

.history .l {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 1200px) {

	.history .l {
		width: 35%;
		margin-bottom: 0;
	}
}

.history .r {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1200px) {

	.history .r {
		width: 60%;
	}
}

.history .r div {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.history .r div {
		width: calc(50% - 6rem);
		margin-bottom: 6rem;
	}
}

@media (min-width: 1200px) {

	@media (max-width: 1450px) {

		.history .r div {
			width: calc(50% - 3rem);
		}
	}
}

.history .r div span {
	font-weight: 200;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #000;
	display: block;
	margin-bottom: 0.6rem;
}

.history .r div h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3.1rem;
	color: #000;
	margin-bottom: 1.2rem;
}

.history .r div h3:hover a {
	color: rgba(0,0,0, 0.5);
}

@media (min-width: 1200px) {

	@media (max-width: 1450px) {

		.history .r div h3 {
			font-size: 1.8rem;
			line-height: 2rem;
		}
	}
}

.history .r div p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #222;
	margin-bottom: 0;
}

.history .r div .btn-1 {
	color: #000;
	margin-top: 2.3rem;
	display: inline-block;
}

.history .r div .btn-1 svg {
	transform: translateY(-50%) rotate(0);
}

.history .r div .btn-1:hover svg {
	transform: translateY(-50%) rotate(320deg);
}

/* -------------------------- *\
    .partners
\* -------------------------- */

.partners { 
	padding: 6rem 0;
}

.partners .shell {
	max-width: 144.8rem;
	margin: 0 1.5rem 0;
}

@media (min-width: 1024px) {

	.partners .shell {
		margin: 0 10rem 0;
	}
}

@media (min-width: 1450px) {

	.partners .shell {
		margin: 0 10% 0;
	}
}

.partners__slider {
	max-width: 145rem;
	margin: 8.3rem auto 0;
}

.partners__slider a {
	text-align: center;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.1rem;
	color: #000;
	display: inline-block;
}

.partners__slider a img {
	display: block;/*width: 100%;*/
	margin: 0 auto 3rem;
}

/* -------------------------- *\
    .reviews
\* -------------------------- */

.reviews { 
	padding: 3rem 1.5rem;
}

@media (min-width: 1024px) {

	.reviews {
		padding: 6rem 10% 15rem;
	}
}

@media (min-width: 1200px) {

	.reviews {
		padding: 6rem 7% 15rem;
	}
}

.reviews .shell {
	max-width: 163.8rem;
	padding: 0;
}

@media (min-width: 1450px) {

	.reviews .t {
		padding-left: 7rem;
	}
}

.reviews .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 5.6rem;
}

.reviews .grid div {
	background: #f3f3f3;
	border-radius: 1.5rem;
	padding: 3rem;
	width: 100%;
	color: #222;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.reviews .grid div {
		width: calc(50% - 2.4rem);
		margin-bottom: 4.8rem;
	}
}

@media (min-width: 1200px) {

	.reviews .grid div {
		padding: 6.4rem 6.8rem;
	}
}

.reviews .grid div svg {
	width: 3.1rem;
	height: 2.8rem;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {

	.reviews .grid div svg {
		margin-bottom: 4.2rem;
	}
}

.reviews .grid div p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 1.5rem;
}

.reviews .grid div p:last-child {
	margin-bottom: 0;
}

.reviews .grid div span {
	font-size: 1.6rem;
	line-height: 2.8rem;
	font-weight: 600;
	margin-top: 2.2rem;
	display: block;
}

/* -------------------------- *\
    .news_block
\* -------------------------- */

.news_block { 
	border-left: 0.2rem solid rgba(0,0,0, 0.47);
	padding-left: 2rem;
 }

@media (min-width: 768px) {

	.news_block {
		padding-left: 5.4rem;
	}
}

.news_block span:not(.date),
	.news_block h3 {
	display: block;
	margin-bottom: 1.9rem;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.6rem;
	color: rgba(34,34,34, 0.47);
}

@media (min-width: 768px) {

	.news_block span:not(.date),
	.news_block h3 {
		font-size: 3.6rem;
		line-height: 4.4rem;
		margin-bottom: 2.3rem;
	}
}

.news_block .date {
	display: block;
	margin-bottom: 7.7rem;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: 300;
	color: rgba(34,34,34, 0.47);
}

.news_block h3 a {
	display: block;
	color: rgba(34,34,34, 0.47);
}

.news_block h3 a .cus-width {
	white-space: nowrap;
	width: 25rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 550px) {

	@media (max-width: 650px) {

		.news_block h3 a .cus-width {
			width: 40rem;
		}
	}
}

@media (min-width: 768px) {

	.news_block h3 a .cus-width {
		width: 40rem;
	}
}

.news_block .btn-1 {
	color: rgba(34,34,34, 0.47);
}

.news_block .btn-1 svg {
	transform: translateY(-50%) rotate(0);
	opacity: 0.47;
}

.news_block:hover {
	border-color: rgba(0,0,0, 0.47);
}

.news_block:hover span:not(.date),
		.news_block:hover h3,
		.news_block:hover h3 a,
		.news_block:hover .btn-1 {
	color: #222;
}

.news_block:hover .btn-1 svg {
	opacity: 1;
	transform: translateY(-50%) rotate(320deg);
}

/* -------------------------- *\
    .blog
\* -------------------------- */

.blog { 
	padding: 0 0 1.7rem;
}

.blog .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1024px) {

	.blog .shell {
		max-width: calc(100vw - 28rem);
		padding: 0;
	}
}

@media (min-width: 1670px) {

	.blog .shell {
		max-width: 147rem;
	}
}

.blog .hov-effect {
	width: 100%;
	max-height: 30rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 1s ease;
	margin-bottom: 3rem;
}

@media (min-width: 900px) {

	.blog .hov-effect {
		width: calc(50% - 3.5rem);
		margin-bottom: 7rem;
	}
}

.blog .hov-effect .image {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	background: #000;
	overflow: hidden;
}

.blog .hov-effect .image img {
	z-index: -1;
	opacity: 0.4;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transform: translate(-50%, -50%);
}

.blog .hov-effect .news_block {
	position: relative;
	z-index: 5;
	color: #222;
	padding: 1.6rem;
}

@media (min-width: 768px) {

	.blog .hov-effect .news_block {
		padding: 1.6rem 5.4rem;
	}
}

@media (min-width: 900px) {

	@media (max-width: 1450px) {

		.blog .hov-effect .news_block h3 {
			font-size: 2.5rem;
			line-height: 3.6rem;
		}
	}
}

.blog .hov-effect .news_block a,
			.blog .hov-effect .news_block h3 a,
			.blog .hov-effect .news_block span {
	color: #222;
	transition: .3s ease;
}

.blog .hov-effect .news_block a svg, .blog .hov-effect .news_block h3 a svg, .blog .hov-effect .news_block span svg {
	opacity: 1;
}

.blog .hov-effect .news_block span:not(.date) {
	font-weight: 300;
}

.blog .hov-effect .news_block .date {
	margin-bottom: 4rem;
}

.blog .hov-effect:hover {
	color: #fff;
}

.blog .hov-effect:hover a,
			.blog .hov-effect:hover h3 a,
			.blog .hov-effect:hover span {
	color: #fff;
}

.blog .hov-effect:hover a svg, .blog .hov-effect:hover h3 a svg, .blog .hov-effect:hover span svg {
	filter: brightness(0) invert(1);
}

.blog .hov-effect:hover .image {
	transform: scale(1);
}

/* -------------------------- *\
    .apartment-print
\* -------------------------- */

.apartment-print {
    width: 21cm;
    height: 29.7cm;
    position: absolute;
    left: -9999rem;
    overflow: hidden;
    z-index: 1;
    z-index: 99;
    background: #fff;
}

.apartment-print .image {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -9.3rem;
	left: 0;
	z-index: -1;
}

.apartment-print .top {
	padding: 3rem 2.5rem 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
}

.apartment-print .top .left {
	width: 34rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .top .left .logo {
	width: 31.2rem;
	height: 3.3rem;
}

.apartment-print .top .left .vert {
	width: 1.1rem;
	height: 4.9rem;
}

.apartment-print .top .right {
	text-align: right;
}

.apartment-print .top .right svg {
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
}

.apartment-print .top .right p {
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: rgba(0,0,0, 0.7);
	margin-bottom: 0.6rem;
}

.apartment-print .top .right p:first-child svg {
	position: relative;
	top: -0.2rem;
}

.apartment-print .top .right p:last-child {
	margin-bottom: 0;
}

.apartment-print .top .right p:last-child svg {
	position: relative;
	top: -0.2rem;
}

.apartment-print .middle {
	padding: 0 2.4rem 0.8rem;
}

.apartment-print .middle .t {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.apartment-print .middle .t .l {
	width: 33.9rem;
}

.apartment-print .middle .t .l span {
	font-size: 1.5rem;
	line-height: 1.8rem;
	letter-spacing: 0.0625rem;
	color: #000;
}

.apartment-print .middle .t .l span svg {
	width: 1.5rem;
	height: 1.9rem;
	vertical-align: middle;
}

.apartment-print .middle .t .l h2 {
	font-weight: 500;
	font-size: 0.8rem;
	line-height: 1rem;
	letter-spacing: 0.265rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: -1rem;
}

.apartment-print .middle .t .l h2 span {
	display: block;
	font-weight: 600;
	font-size: 4rem;
	line-height: 4.9rem;
	text-transform: none;
}

.apartment-print .middle .t .r {
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 33.9rem);
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .middle .t .r > div {
	-ms-flex: 1;
	    flex: 1;
}

.apartment-print .middle .t .r > div.number {
	background: #17181D;
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	padding: 1.6rem 1rem;
}

.apartment-print .middle .t .r > div.number:before,
                        .apartment-print .middle .t .r > div.number:after {
	content: '';
	width: 10rem;
	height: 10rem;
	background: #fff;
	position: absolute;
	left: -10rem;
	top: -5.5rem;
	transform: rotate(45deg);
	z-index: 60;
}

.apartment-print .middle .t .r > div.number:after {
	left: auto;
	top: auto;
	right: -10rem;
	bottom: -5.5rem;
}

.apartment-print .middle .t .r > div:not(.number) {
	border-right: 0.1rem solid rgba(0,0,0, 0.2);
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #000;
	padding: 0.1rem 0.9rem;
}

.apartment-print .middle .t .r > div:not(.number) span {
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: rgba(0,0,0, 0.5);
	display: block;
	margin-bottom: 0.7rem;
}

.apartment-print .middle .t .r > div:nth-child(5) {
	border: 0;
	padding: 0.1rem 0 0.1rem 0.9rem;
	width: 4rem;
	-ms-flex: 0 0 4rem;
	    flex: 0 0 4rem;
}

.apartment-print .middle .m {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.apartment-print .middle .m .image-map {
	width: 33.9rem;
}

.apartment-print .middle .m .image-map img {
	max-height: 33.7rem;
	height: 33.7rem;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
}

.apartment-print .middle .m .ap {
	width: calc(100% - 35rem);
	text-align: center;
}

.apartment-print .middle .m .ap img {
	max-height: 33.7rem;
	height: 33.7rem;
	overflow: hidden;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .middle .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.apartment-print .middle .b .l {
	width: 33.9rem;
	padding-top: 2.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.apartment-print .middle .b .l div {
	width: auto;
	margin-right: 1.8rem;
	font-size: 1.1rem;
	line-height: 1.3rem;
	color: rgba(0,0,0, 0.5);
}

.apartment-print .middle .b .l div span {
	display: block;
	text-align: right;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	border-radius: 1.6rem;
	padding: 0.4rem 1.2rem;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.3rem;
	color: #000;
	text-align: center;
	margin-top: 0.6rem;
}

.apartment-print .middle .b .l div span svg {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.5rem;
	opacity: 0.5;
	vertical-align: middle;
	transform: translateY(-0.1rem);
}

.apartment-print .middle .b .l div span.status {
	margin-right: 0;
	padding: 0.5rem 1.2rem;
}

.apartment-print .middle .b .l div span.status span.free,
                            .apartment-print .middle .b .l div span.status span.sold,
                            .apartment-print .middle .b .l div span.status span.reserved {
	background: #19CC00;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	box-shadow: none;
	padding: 0;
	display: inline-block;
	margin: 0 1.2rem 0 0;
	position: relative;
	top: 0.1rem;
}

.apartment-print .middle .b .l div span.status span.sold {
	background: rgba(34,34,34, 0.5);
}

.apartment-print .middle .b .l div span.status span.reserved {
	background: #FF8200;
}

.apartment-print .middle .b .l div.price {
	width: 100%;
	margin-right: 0;
	margin-top: 1.8rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .middle .b .l div.price span {
	display: inline-block;
	text-align: left;
	box-shadow: none;
	border-radius: none;
	padding: 0;
	margin: 0 0 0 1.2rem;
	font-size: 2.8rem;
	line-height: 3.4rem;
	font-weight: 500;
}

.apartment-print .middle .b .r {
	width: calc(100% - 33.9rem);
	padding: 1rem 0 0;
}

.apartment-print .middle .b .r h3 {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #000;
	position: relative;
	display: block;
	margin-bottom: 1.6rem;
}

.apartment-print .middle .b .r h3:before,
                    .apartment-print .middle .b .r h3:after {
	content: '';
	background: rgba(0,0,0, 0.1);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1rem;
	height: 0.2rem;
}

.apartment-print .middle .b .r h3:after {
	width: 9rem;
	background: #000;
}

.apartment-print .middle .b .r p {
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #222;
	margin-bottom: 1.6rem;
	max-width: 58.3rem;
}

.apartment-print .bottom {
	text-align: center;
	width: 98%;
	margin: 0 auto;
	position: relative;/*position: absolute;
        bottom: 5.5rem;
        left: 50%;
        transform: translateX(-50%);*/
	max-height: 36rem;
	max-width: 98%;
}

.apartment-print .bottom img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .webmaster {
	position: absolute;
	right: 2.5rem;
	bottom: 2.5rem;
	text-align: center;
}

.apartment-print .webmaster span {
	color: rgba(0,0,0, 0.2);
	font-size: 0.8rem;
	line-height: 1rem;
}

.apartment-print .webmaster svg {
	width: 9rem;
	height: 1.7rem;
	opacity: 0.2;
	display: block;
	margin: 0 auto;
}

@media print {
    *{ color-adjust: exact;  -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    @page { margin: 0; padding: 0;}
    body { margin: 0; padding: 0 }

    .h,
    .f,
    .search,
    .side,
    .tel,
    .single-apartment {
      display: none;
    }

    body,
    html {
        overflow-x: visible;
        min-height: 100% !important;
        width: 100%!important;
        height: 100% !important;
    } 

    .apartment-print {
        position: relative;
        left: 0;
        display: block;
        width: 21cm;
        height: 29.7cm;
        height: 29.6cm;
        overflow: hidden;
    } 

    .apartment-print.sold {
		display: none;
	}
    
}

/* -------------------------- *\
    .single-post
\* -------------------------- */

.single-post { 
	padding: 0;
}

.single-post .post_intro {
	padding: 12.6rem 1.5rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
}

@media (min-width: 900px) {

	.single-post .post_intro {
		padding: 12.6rem 10rem 0 0;
	}
}

@media (min-width: 1750px) {

	.single-post .post_intro {
		padding: 12.6rem 0 0;
	}
}

.single-post .post_intro .l {
	width: 100%;
	max-height: 95.9rem;
	position: relative;
	margin-bottom: 3rem;
	text-align: center;
}

@media (min-width: 900px) {

	.single-post .post_intro .l {
		width: calc(50% - 4.4rem);
		margin-bottom: 0;
	}
}

@media (min-width: 1550px) {

	.single-post .post_intro .l {
		width: 95.9rem;
	}
}

.single-post .post_intro .l img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.single-post .post_intro .r {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 900px) {

	.single-post .post_intro .r {
		width: calc(50% - 4.4rem);
	}
}

@media (min-width: 1550px) {

	.single-post .post_intro .r {
		width: calc(100% - 104.7rem);
	}
}

.single-post .post_intro .r > div {
	padding: 0 2rem;
}

@media (min-width: 900px) {

	.single-post .post_intro .r > div {
		max-width: 61.2rem;
		margin: 0;
	}
}

.single-post .post_intro .r > div span {
	display: block;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #222;
	margin-bottom: 3.8rem;
}

.single-post .post_intro .r > div h1 {
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 4.6rem;
	color: #000;
	margin-bottom: 2.4rem;
}

.single-post .post_intro .r > div .breadcrumb ul {
	margin-bottom: 6.4rem;
}

.single-post .post_intro .r > div p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 1.5rem;
}

.single-post .post_intro .r > div p:last-child {
	margin-bottom: 0;
}

.single-post .post_intro .r .scroll-text {
	position: absolute;
	right: 10%;
	top: -2rem;
}

@media (min-width: 1550px) {

	.single-post .post_intro .r .scroll-text {
		bottom: 8rem;
		right: 70%;
		top: auto;
	}
}

.single-post .post_content {
	padding: 5rem 2.5rem 8rem;
}

@media (min-width: 900px) {

	.single-post .post_content {
		padding: 9.2rem 10rem 24.6rem;
	}
}

.single-post .post_content .tt {
	max-width: 81rem;
	margin: 0 auto;
}

.single-post .post_content .tt .date {
	display: block;
	text-align: right;
	margin-bottom: 4.6rem;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #000;
}

.single-post .post_content .tt h2 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 2.2rem;
}

.single-post .post_content .tt p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 3.5rem;
}

.single-post .post_content .tt p strong {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.single-post .post_content .tt p:last-child {
	margin-bottom: 0;
}

.single-post .post_content .post_gallery {
	padding: 3rem 0 0;
	margin: 0 -1.2rem;
}

@media (min-width: 900px) {

	.single-post .post_content .post_gallery {
		padding: 8.7rem 0 0;
	}
}

.single-post .post_content .post_gallery a {
	display: block;
	padding: 0 1.2rem;
	position: relative;
}

.single-post .post_content .post_gallery a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* -------------------------- *\
    .breadcrumb
\* -------------------------- */

.breadcrumb ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0;
}

.breadcrumb ul li {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: rgba(0,0,0, 0.5);
	position: relative;
	display: inline-block;
}

.breadcrumb ul li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 0.2rem;
}

.breadcrumb ul li a {
	color: rgba(0,0,0, 0.5);
}

.breadcrumb ul li a:hover {
	color: #000;
}

/* -------------------------- *\
    .contact
\* -------------------------- */

.contact { 
	padding: 10rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 768px) {

	.contact {
		padding: 0;
	}
}

@media (min-width: 1024px) {

	.contact {
		padding: 0 0 0 8rem;
	}
}

.contact .l {
	width: 100%;
	padding: 0 3rem;
	text-align: center;
}

@media (min-width: 768px) {

	.contact .l {
		width: 40%;
		text-align: left;
	}
}

@media (min-width: 1200px) {

	.contact .l {
		width: 56rem;
		padding: 0 7.1rem;
	}
}

.contact .l h1 {
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 4.6rem;
	color: #000;
	margin-bottom: 1rem;
}

.contact .l ul {
	margin-bottom: 0;
}

.contact .l .details {
	margin: 2rem 0 6rem;
}

@media (min-width: 768px) {

	.contact .l .details {
		margin: 5.5rem 0 0;
	}
}

.contact .l .details div {
	margin-bottom: 3.3rem;
}

.contact .l .details div:last-child {
	margin-bottom: 0;
}

.contact .l .details div span {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: rgba(0,0,0, 0.5);
	display: block;
	margin-bottom: 0.9rem;
	text-transform: uppercase;
}

.contact .l .details div span span {
	text-transform: none;
	display: block;
}

@media (min-width: 768px) {

	.contact .l .details div span span {
		display: inline-block;
	}
}

@media (min-width: 1024px) {

	.contact .l .details div span {
		font-size: 1.6rem;
	}
}

.contact .l .details div a,
				.contact .l .details div p {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 0;
}

.contact .l .details div a {
	position: relative;
	display: inline-block;
}

.contact .l .details div a:after {
	content: '';
	background: #000;
	width: 100%;
	height: 0.1rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact .l .details div a.phone {
	font-size: 2.1rem;
}

.contact .l .details div a:hover {
	color: rgba(0,0,0, 0.5);
}

.contact .r {
	width: 100%;
}

@media (min-width: 768px) {

	.contact .r {
		width: 60%;
	}
}

@media (min-width: 1200px) {

	.contact .r {
		width: calc(100% - 56rem);
	}
}

.contact .r .map-1 #map {
	height: 80rem;
}

@media (min-width: 768px) {

	.contact .r .map-1 #map {
		height: 100vh;
	}
}

/* -------------------------- *\
    .some_text
\* -------------------------- */

.some_text { 
	padding: 0 0 14rem;
	max-width: 64.3rem;
	margin: 0 auto;
}

.some_text h2 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 2.2rem;
}

.some_text p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 3.7rem;
}

.some_text p + h2 {
	margin-top: 7.5rem;
}

/* -------------------------- *\
    .buildings_listing
\* -------------------------- */

.buildings_listing { 
	padding: 5rem 0;
	display: block;
}

@media (min-width: 768px) {

	.buildings_listing {
		margin: 0 -2.5rem;
	}
}

@media (min-width: 1024px) {

	.buildings_listing {
		padding: 12rem 8rem 28rem;
	}
}

.buildings_listing .shell {
	max-width: 100%;
	padding: 0 2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

@media (min-width: 1200px) {

	.buildings_listing .shell {
		display: block;
	}

	.buildings_listing .shell::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
}

.buildings_listing .shell .hold {
	width: 100%;
	float: left;
	border-radius: 1rem 0 1rem 1rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.buildings_listing .shell .hold {
		width: 50%;
		padding: 0 2.5rem;
		margin-bottom: 5rem;
	}
}

@media (min-width: 1200px) {

	.buildings_listing .shell .hold {
		width: 33.33%;
	}
}

.buildings_listing .shell .hold h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

@media (min-width: 1330px) {

	.buildings_listing .shell .hold h2 {
		font-size: 4.8rem;
	}
}

.buildings_listing .shell .hold>span {
	width: 80%;
}

.buildings_listing .shell .hold .bsl {
	margin: 0;
	height: 40rem;
}

@media (min-width: 500px) {

	.buildings_listing .shell .hold .bsl {
		height: 56rem;
	}
}

/* -------------------------- *\
    .dif_listing
\* -------------------------- */

.dif_listing { 
	padding: 0;
	text-align: center;
}

.dif_listing + .dif_listing {
	margin-top: 12rem;
}

.dif_listing .btn-1 {
	margin: 1.2rem 0 1.8rem;
	display: inline-block;
}

.page-id-328 .buildings_map .t + span, .page-id-350 .buildings_map .t + span {
	display: none;
}

/* -------------------------- *\
    .label
\* -------------------------- */

.mapster_tooltip {
	width: 21.2rem !important;
	background: green;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.floor_tool { 
	width: 21.2rem;
	height: 10.8rem;
	background: #fff;
	background: #fff;
	border-radius: 0 1rem 1rem 0;
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, 0.5);
	border: 0;
	position: relative;
 }

.floor_tool .black {
	width: 12.4rem;
	height: 5.3rem;
	position: absolute;
	bottom: 4rem;
	left: -3.2rem;
	overflow: hidden;
	text-align: center;
	text-align: center;
	transform: rotate(-90deg);
	text-align: center;
}

.floor_tool .black:before {
	content: '';
	background: #fff;
	width: 100rem;
	height: 100rem;
	position: absolute;
	top: 0;
	right: -50%;
	transform: translateY(-52.9%) rotate(45deg);
	transform-origin: right;
	z-index: -1;
}

.floor_tool .border {
	width: 12rem;
	height: 4.9rem;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	z-index: 1;
}

.floor_tool .border span {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
}

.floor_tool .border:before {
	content: '';
	background: #000;
	width: 100rem;
	height: 100rem;
	position: absolute;
	top: 0;
	right: -50%;
	transform: translateY(-53%) rotate(45deg);
	transform-origin: right;
	z-index: -1;
}

.floor_tool.free span.status, .floor_tool.sold span.status, .floor_tool.reserved span.status {
	width: 1.2rem;
	height: 1.2rem;
	background: #19cc00;
	box-shadow: 0 0.2rem 0.3rem rgba(0,0,0, 0.5);
	border-radius: 50%;
	position: absolute;/*z-index: 10;*/
	top: 0.5rem;
	right: 0.7rem;
}

.floor_tool.sold {
	opacity: 1 !important;
}

.floor_tool.sold span.status {/*background: rgba($c10, 0.5);*/
	background: #e00000;
}

.floor_tool.reserved span.status {
	background: #FF8200;
	background: #FFA500;/*background: pink;*/
}

.floor_tool .info {
	position: absolute;
	top: 50%;
	right: 3.2rem;
	transform: translateY(-50%);
}

.floor_tool .info div {
	font-weight: 600;
	font-size: 4.8rem;
	line-height: 5.9rem;
	text-align: center;
	color: #000;
}

.floor_tool .info div span {
	display: block;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 300;
}

.floor_tool.ap_tool .info, .floor_tool.room_tool .info {
	right: 3.6rem;
}

.floor_tool.ap_tool .info div, .floor_tool.room_tool .info div {
	font-size: 2.5rem;
	line-height: 3.8rem;
}

.floor_tool.ap_tool .info div span, .floor_tool.room_tool .info div span {
	margin: 0.3rem 0 0.9rem;
	font-size: 1.6rem;
}

.floor_tool.ap_tool .info div span.small, .floor_tool.room_tool .info div span.small {
	font-weight: 600;
}

.floor_tool.room_tool .border span {
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-weight: 600;
}

.floor_tool.room_tool .info {
	right: 4.2rem;
}

.allpopup {
 	position: relative !important;
 }

/* -------------------------- *\
    .faq
\* -------------------------- */

.faq {
	margin-top: 5rem;
 }

.faq h3 {
	font-weight: 400;
	margin-bottom: 2rem;
}

.faq__item {
	position: relative;
	padding: 3rem 0;
	background: #FAFAFA;
	border-bottom: .1rem solid #010F1C;
	padding: 1rem;
	margin-bottom: 1.9rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.faq__item>h4 {
	position: relative;
	font-weight: 400;
	font-size: 1.7rem;
	margin-bottom: 1rem;
	padding-right: 2rem;
}

.faq__item>h4 + p {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 0 !important;
}

.faq__item>h4 + p span {
	position: static;
}

.faq__item .plus {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	transform: rotate(45deg);

	@include tra;
}

.faq__item .plus:before,
			.faq__item .plus:after {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	height: .2rem;
	display: block;
	background: #000;

	@include tra;
}

.faq__item .plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item.closed h4 {
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.faq__item.closed p {
	display: none;
}

.faq__item.closed .plus {
	transform: rotate(0deg);
}

.faq__item.closed .plus:before,
				.faq__item.closed .plus:after {
	background: #010F1C;
}

/* -------------------------- *\
    .post_review
\* -------------------------- */

.post_review { 
  padding: 5rem 0 0;
  overflow: hidden;
}

.post_review .shell {
	position: relative;
	max-width: 128.4rem;
	padding: 0;/* @mixin max 1290 {
      padding: 0 2rem;
    }*/
}

.post_review h2 {
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 2.9rem;
	color: #000;
	margin-bottom: 1.6rem;
}

.post_review h2 strong {
	font-weight: 700;
}

.post_review .hold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post_review .left {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 820px) {

	.post_review .left {
		width: 34.4rem;
		margin-bottom: 0;
	}
}

.post_review .left .stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.post_review .left .stars span {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #000;
}

.post_review .left .stars div {
	margin: 0 1.7rem .5rem 1.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.post_review .left .stars div span {
	width: 1.8rem;
	height: 1.7rem;
}

.post_review .left .stars div span + span {
	margin-left: .5rem;
}

.post_review .left .stars div span svg {
	width: 1.8rem;
	height: 1.7rem;
	fill: #DDB162;
}

.post_review .left .stars div + span {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

.post_review .left .scales {
	margin-top: 1.6rem;
}

.post_review .left .scales > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.post_review .left .scales > div + div {
	margin-top: .6rem;
}

.post_review .left .scales > div span {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #000;
}

.post_review .left .scales > div .row {
	width: 100%;
	padding: 0 1.2rem;
}

.post_review .left .scales > div .row .progress {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: rgba(9,44,83, 0.08);
}

.post_review .left .scales > div .row .progress-bar {
	display: block;
	float: left;
	width: 0%;
	height: 100%;
	background: #000;
	transition: width 0.8s ease-in-out;
	height: 1.2rem;
	animation: progressactive 2s linear forwards;
}

.post_review .left .scales > div .row .rogress-label {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	color: rgba(97, 38, 114, .11)
}

.post_review .left .scales > div .row + span {
	font-weight: 300;
}

.post_review .right {
	width: 100%;
	padding: 0 1.5rem;
}

@media (min-width: 820px) {

	.post_review .right {
		width: calc(100% - 34.4rem);
		padding-left: 2.9rem;
	}
}

.post_review .right h2 {
	margin-bottom: 3.2rem;
}

.post_review .right .post_review__slider {
	padding: 1.1rem 1.7rem;
}

.post_review .right .post_review__slider .slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 3rem;
}

.post_review .right .post_review__slider .slide:not(:first-child) {
	display: none;
}

.post_review .right .post_review__slider .slide h4 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #000;
	margin-bottom: 0;
	padding-right: 1rem;
}

.post_review .right .post_review__slider .slide .stars div {
	display: -ms-flexbox;
	display: flex;
}

.post_review .right .post_review__slider .slide .stars div span {
	width: 1.5rem;
	height: 1.4rem;
}

.post_review .right .post_review__slider .slide .stars div span + span {
	margin-left: .4rem;
}

.post_review .right .post_review__slider .slide .stars div span svg {
	width: 1.5rem;
	height: 1.4rem;
	fill: #DDB162;
}

.post_review .right .post_review__slider .slide .rev_text {
	width: 100%;
	height: 10rem;
	overflow-y: scroll;
	margin: 1rem 0 1.2rem;
	padding-right: 1rem;
}

.post_review .right .post_review__slider .slide .rev_text::-webkit-scrollbar {
	width: 8px;
	-webkit-appearance: none;
	appearance: none;
}

.post_review .right .post_review__slider .slide .rev_text::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.4);
	-webkit-appearance: none;
	appearance: none;
}

.post_review .right .post_review__slider .slide .rev_text p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
}

.post_review .right .post_review__slider .slide .rev_text p:last-of-type {
	margin-bottom: 0;
}

.post_review .right .post_review__slider .slide .date {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #898989;
}

.post_review .right .post_review__slider.slick-initialized .slide:not(:first-child) {
	display: -ms-flexbox;
	display: flex;
}

.post_review .right .post_review__slider .slick-track {
	float: left;
}

.post_review .right .post_review__slider .slick-prev,
      .post_review .right .post_review__slider .slick-next {
	position: absolute;
	display: block;
	height: 2rem;
	width: 2.4rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	color: transparent;
	background: transparent;/*top: -3rem;*/
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
	opacity: .5;
	transition: .3s ease;
	top: 50%;
	transform: translateY(-50%);
}

/*@mixin min 640 {
          top: -7rem;
        }*/

@media (min-width: 768px) {

	.post_review .right .post_review__slider .slick-prev,
      .post_review .right .post_review__slider .slick-next {
		top: 65%;
	}
}

.post_review .right .post_review__slider .slick-prev:hover,
        .post_review .right .post_review__slider .slick-prev:focus,
        .post_review .right .post_review__slider .slick-next:hover,
        .post_review .right .post_review__slider .slick-next:focus {
	outline: none;
	background: #fff;
	color: transparent;
	opacity: 1;
}

.post_review .right .post_review__slider .slick-prev:hover:before, .post_review .right .post_review__slider .slick-prev:focus:before, .post_review .right .post_review__slider .slick-next:hover:before, .post_review .right .post_review__slider .slick-next:focus:before {
	opacity: 1;
}

.post_review .right .post_review__slider .slick-prev.slick-disabled, .post_review .right .post_review__slider .slick-next.slick-disabled {
	opacity: 0;
}

.post_review .right .post_review__slider .slick-prev.slick-disabled:before, .post_review .right .post_review__slider .slick-next.slick-disabled:before {
	opacity: 1;
}

.post_review .right .post_review__slider .slick-prev:before, .post_review .right .post_review__slider .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post_review .right .post_review__slider .slick-prev {
	right: 3rem;
	left: -1.5rem;
	top: 44%;
	transform: rotate(180deg) translateY(-50%);
}

@media (min-width: 900px) {

	.post_review .right .post_review__slider .slick-prev {
		top: 65%;
	}
}

.post_review .right .post_review__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/10/arrows-1.png);
}

.post_review .right .post_review__slider .slick-next {
	right: -1.5rem;
	left: auto;
	transform: translateY(-50%);
}

@media (min-width: 768px) {

	.post_review .right .post_review__slider .slick-next {
		top: 53%;
	}
}

@media (min-width: 900px) {

	.post_review .right .post_review__slider .slick-next {
		top: 74%;
	}
}

.post_review .right .post_review__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/10/arrows-1.png);
	transform: rotate(0) scale(1) !important;
}

.post_review .review-form {
	padding: 6.5rem 0 0;
}

.post_review .review-form h2 {
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 2.9rem;
	color: #000;
	margin-bottom: 2.8rem;
	padding-bottom: 1.1rem;
	position: relative;
}

.post_review .review-form h2:before,
      .post_review .review-form h2:after {
	content: '';
	width: 100%;
	height: .1rem;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
}

.post_review .review-form h2:after {
	width: 29rem;
	background: #000;
	height: .2rem;
}

@media (min-width: 420px) {

	.post_review .review-form h2:after {
		width: 38.7rem;
	}
}

.post_review .review-form .gform_confirmation_message {
	font-size: 2.1rem;
	line-height: 3rem;
	font-weight: 700;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
	color: #000;
	text-align: center;
}

.post_review .review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
      .post_review .review-form .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
      .post_review .review-form .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
      .post_review .review-form .gform_wrapper ul.gform_fields li.gfield select,
      .post_review .review-form .gform_wrapper .name_br {
	background: #fff;
	border: 0.1rem solid #e5e5e5;
	border-radius: 0.7rem;
	padding: 1.15rem 2.2rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	text-align: left;
	font-weight: 400;
}

.post_review .review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):placeholder, .post_review .review-form .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select:placeholder, .post_review .review-form .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select:placeholder, .post_review .review-form .gform_wrapper ul.gform_fields li.gfield select:placeholder, .post_review .review-form .gform_wrapper .name_br:placeholder {
	color: #A2A2A2;
}

.post_review .review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .post_review .review-form .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select:focus, .post_review .review-form .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select:focus, .post_review .review-form .gform_wrapper ul.gform_fields li.gfield select:focus, .post_review .review-form .gform_wrapper .name_br:focus {
	border: 0.1rem solid #000;
}

.post_review .review-form .gform_wrapper .name_br {
	color: #092C53;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.post_review .review-form .gform_wrapper .name_br:-ms-input-placeholder {
	color: #092C53;
}

.post_review .review-form .gform_wrapper .name_br::placeholder {
	color: #092C53;
}

.post_review .review-form .gform_wrapper form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post_review .review-form .gform_wrapper form .gform_body {
	display: none;
}

.post_review .review-form .gform_wrapper form label.gfield_label,
        .post_review .review-form .gform_wrapper form legend.gfield_label {
	display: none;
}

.post_review .review-form .gform_wrapper form .left-form {
	width: 11.8rem;
	text-align: center;
	margin: 0 auto 2rem;
}

@media (min-width: 375px) {

	.post_review .review-form .gform_wrapper form .left-form {
		margin: 0;
		text-align: left;
	}
}

@media (min-width: 990px) {

	.post_review .review-form .gform_wrapper form .left-form {
		width: 14.8rem;
	}
}

@media (min-width: 1024px) {

	.post_review .review-form .gform_wrapper form .left-form {
		width: calc(20% - 1rem);
	}
}

.post_review .review-form .gform_wrapper form .left-form label.gfield_label,
          .post_review .review-form .gform_wrapper form .left-form legend.gfield_label {
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #000;
}

.post_review .review-form .gform_wrapper form .left-form span {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #000;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin-left: -.5rem;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li {
	margin-bottom: 0;
	list-style-type: none;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked),
              .post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label,
              .post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked + label {
	position: relative;
	padding-left: 1.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.8rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0;
	width: 1.9rem;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label:before,
              .post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/2024/03/star.png);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label:after,
              .post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked + label:after {
	content: url(/wp-content/uploads/2024/03/star-fill.png);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio li.hover [type="radio"]:not(:checked) + label:before,
                .post_review .review-form .gform_wrapper form .left-form .gfield_radio li.hover [type="radio"]:checked + label:before,
                .post_review .review-form .gform_wrapper form .left-form .gfield_radio li.selected [type="radio"]:not(:checked) + label:before,
                .post_review .review-form .gform_wrapper form .left-form .gfield_radio li.selected [type="radio"]:checked + label:before {
	content: url(/wp-content/uploads/2024/03/star-fill.png);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s;
}

.post_review .review-form .gform_wrapper form .left-form .gfield_radio [type="radio"]:not(:checked) + label:before,
            .post_review .review-form .gform_wrapper form .left-form .gfield_radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/2024/03/star-fill.png);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.post_review .review-form .gform_wrapper form .left-form .full-star .gfield_radio [type="radio"]:not(:checked) + label:before,
              .post_review .review-form .gform_wrapper form .left-form .full-star .gfield_radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/2024/03/star-fill.png);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.post_review .review-form .gform_wrapper form .left-form .remove-full-star .gfield_radio [type="radio"]:not(:checked) + label:before,
              .post_review .review-form .gform_wrapper form .left-form .remove-full-star .gfield_radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/2024/03/star.png);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.post_review .review-form .gform_wrapper .middle-form {
	width: 100%;
}

@media (min-width: 375px) {

	.post_review .review-form .gform_wrapper .middle-form {
		width: calc(100% - 15rem);
	}
}

@media (min-width: 768px) {

	.post_review .review-form .gform_wrapper .middle-form {
		width: 26%;
	}
}

@media (min-width: 990px) {

	.post_review .review-form .gform_wrapper .middle-form {
		width: calc(20.6% - 1rem);
	}
}

.post_review .review-form .gform_wrapper .middle-form .gfield_contains_required + .gfield_contains_required {
	margin-top: 1.2rem;
}

.post_review .review-form .gform_wrapper .right-form {
	width: 100%;
}

@media (min-width: 768px) {

	.post_review .review-form .gform_wrapper .right-form {
		width: 55.28%;
	}
}

@media (min-width: 990px) {

	.post_review .review-form .gform_wrapper .right-form {
		width: 33.5%;
	}
}

@media (min-width: 1024px) {

	.post_review .review-form .gform_wrapper .right-form {
		width: calc(41% - 1rem);
	}
}

.post_review .review-form .gform_wrapper .r-form {
	width: 100%;
}

@media (min-width: 990px) {

	.post_review .review-form .gform_wrapper .r-form {
		width: 25.4%;
	}

	.post_review .review-form .gform_wrapper .r-form .privacy a {
		display: block;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1024px) {

	.post_review .review-form .gform_wrapper .r-form {
		width: calc(18.4% - 1rem);
	}
}

.post_review .review-form .gform_wrapper .r-form [type="checkbox"]:not(:checked),
        .post_review .review-form .gform_wrapper .r-form [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.post_review .review-form .gform_wrapper .r-form [type="checkbox"]:not(:checked) + label,
        .post_review .review-form .gform_wrapper .r-form [type="checkbox"]:checked + label {
	position: relative;
	left: 2.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	color: #a2a2a2;
}

.post_review .review-form .gform_wrapper .r-form [type="checkbox"]:not(:checked) + label:before,
        .post_review .review-form .gform_wrapper .r-form [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: -2.5rem;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 0.1rem solid #D2D2D2;
	background: transparent;
}

.post_review .review-form .gform_wrapper .r-form [type="checkbox"]:checked + label:before {
	border: 0.1rem solid #000;
	background: #000;
}

.post_review .review-form .gform_wrapper .r-form [type="checkbox"]:not(:checked) + label:after,
        .post_review .review-form .gform_wrapper .r-form [type="checkbox"]:checked + label:after {
	content: url(/wp-content/uploads/2021/07/checking-mark.svg);
	position: absolute;
	top: -0.05rem;
	left: -2.2rem;
	transition: all .2s;
}

.post_review .review-form .gform_wrapper .r-form [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.post_review .review-form .gform_wrapper .r-form [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.post_review .review-form .gform_wrapper .r-form .gfield_html_formatted input {
	width: 100%;
	border-radius: 0.7rem;
	background: #fff;
	border: 0.1rem solid #092C53;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding: 0.35rem .8rem;
	color: #092C53;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .3s ease;
	cursor: pointer;
}

.post_review .review-form .gform_wrapper .r-form .gfield_html_formatted input:hover {
	background: #092C53;
	color: #fff;
	border: 0.1rem solid #092C53;
}

@media (min-width: 1024px) {

	.post_review .review-form .gform_wrapper .r-form .gfield_html_formatted input {
		max-width: 24.8rem;
	}
}

.post_review .review-form .gform_wrapper .r-form input.button,
        .post_review .review-form .gform_wrapper .r-form input[type=submit] {
	width: 100%;
	border-radius: 0.7rem;
	background: #000;
	border: 0.1rem solid #e5e5e5;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding: 1.15rem;
	color: #fff;
	text-transform: uppercase;
}

.post_review .review-form .gform_wrapper .r-form input.button:hover, .post_review .review-form .gform_wrapper .r-form input[type=submit]:hover {
	background: #fff;
	color: #000;
	border: 0.1rem solid #000;
}

.post_review .review-form .gform_wrapper textarea.medium {
	height: 9.2rem;
	background: #fff;
	border: 0.1rem solid #e5e5e5;
	border-radius: 0.7rem;
	padding: 1.15rem 2.2rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	text-align: left;
	font-weight: 400;
}

.post_review .review-form .gform_wrapper textarea.medium:focus {
	border: 0.1rem solid #000;
}

@media (min-width: 768px) {

	.post_review .review-form .gform_wrapper textarea.medium {
		height: 10.1rem;
	}
}

.post_review .review-form .gform_wrapper .top_label li.gfield.gf_inline {
	vertical-align: top;
	margin: 0;
	float: none!important;
	display: -moz-inline-stack;
	display: inline-block;
}

.post_review .review-form .gform_wrapper li.text-width {
	width: 100%;
}

@media (min-width: 641px) {

	.post_review .review-form .gform_wrapper li.gfield.gf_left_half {
		padding-right: 1rem;
	}

	.post_review .review-form .gform_wrapper li.gfield.gf_right_half {
		padding-left: 1rem;
	}
}

.post_review .review-form .gform_footer {
	margin: 1rem 0 0;
	width: 100%;
	display: none;
}

[dir="rtl"] .post_review .right .post_review__slider .slick-next {
  left: -1.5rem;
  right: auto;
}

[dir="rtl"] .post_review .right .post_review__slider .slick-prev {
  left: auto;
  right: 3rem;
}

[dir="rtl"] .post_review .right .post_review__slider .slick-prev:before {
  content: url(/wp-content/uploads/2022/10/arrows-1.png);
}

[dir="rtl"] .post_review .right .post_review__slider .slick-next:before {
  content: url(/wp-content/uploads/2022/10/arrows-1.png);
}

@keyframes progressactive {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* -------------------------- *\
    .tooltip
\* -------------------------- */

.drag {
  display: inline-block;
   background-color: #63B4C9;
   overflow:visible;
   padding: 20px 50px;
   color: #EBEBE0;
   font-size: 2em;
   text-align: center;
   transition: background-color 0.3s;
   -webkit-transition: background-color 0.3s;
}

.tooltip {
  position: absolute;
  /*display:none;*/
  width: 28rem !important;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  text-align: center;
  color: #F4F8F7;
  padding: 10px;
  background-color: #E7552C;
  font-size:0.6em;
  box-sizing:border-box;
  /*shadow*/
  box-shadow: 10px 7px 30px -7px rgba(0,0,0,0.75);
  transition: opacity 200ms;
}

.tooltip img {
	max-width: 22.5rem;
	max-height: 17.2rem;
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 auto 1rem;
}

.tooltip span {
	-ms-flex-pack: center;
	    justify-content: center;
}