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

/* 
Theme Name: the_open_sea
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: bultag
Domain Path: /languages
*/

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

:root {
	/* Colors */
	--c1: #000;
	--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; -webkit-locale: auto; white-space: normal;}

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

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

html.exp {
	overflow-y: hidden;
}

body { 
	background: #fff; 
	font-family: var(--font-family); 
	font-size: var(--default-font-size); 
	line-height: var(--line-height); 
	color: var(--text-color); 
    max-width: 100vw;
}

/*overflow-x: hidden;*/

body:not(.home) main {
	padding-top: 6.9rem;
}

@media (min-width: 990px) {

	body:not(.home) main {
		padding-top: 9.2rem;
	}
}

body:not(.single-post) {
	overflow-x: hidden;
}

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

a:hover {
	color: #46C2C5;
	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: 174rem; margin: 0 auto;	

    /*&--small {
        @mixin min 900 {
            max-width: 35.9rem; padding: 0;
        }
    }

    &--medium {
        max-width: 1049px; margin: 0 auto;

        @media(max-width: 1049px){
            padding: 0 2rem;
        }
    }

    &--big {
        max-width: 154rem; margin: 0 auto;

        @mixin max 1550 {
            padding: 0 2rem;
        }
    }*/
}

@media (max-width: 1760px){

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

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

.nopadding      { padding: 0; }

@media (min-width: 768px) {

	.mob {
		display: none;
	}
}

.desk {
    display: none;
}

@media (min-width: 768px) {

	.desk {
		display: block;
	}
}

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

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

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

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

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

#chat-bot-message-container .chat-bot-message-label img:not(.emoji) {
    display: none;
}

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

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

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

/*@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Light.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Book.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Black.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}*/

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: #46C2C5;
}

.i.c2 {
	fill: #7DCDCC;
}

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

body.compensate-for-scrollbar{overflow:hidden}

.fancybox-active{height:auto}

.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}

.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}

.fancybox-container *{box-sizing:border-box}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}

.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}

.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}

.fancybox-is-open .fancybox-bg{opacity:.95;transition-timing-function:cubic-bezier(.22,.61,.36,1)}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}

.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.fancybox-toolbar{right:0;top:0}

.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}

.fancybox-is-open .fancybox-stage{overflow:hidden}

.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}

.fancybox-slide::before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}

.fancybox-slide--image{overflow:hidden;padding:44px 0}

.fancybox-slide--image::before{display:none}

.fancybox-slide--html{padding:6px}

.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}

.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}

.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}

.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}

.fancybox-is-grabbing .fancybox-content{cursor:grabbing}

.fancybox-container [data-selectable=true]{cursor:text}

.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}

.fancybox-spaceball{z-index:1}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}

.fancybox-slide--video .fancybox-content{background:#000}

.fancybox-slide--map .fancybox-content{background:#e5e3df}

.fancybox-slide--iframe .fancybox-content{background:#fff}

.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}

.fancybox-iframe{left:0;position:absolute;top:0}

.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}

.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}

.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}

.fancybox-button:hover{color:#fff}

.fancybox-button:focus{outline:0}

.fancybox-button.fancybox-focus{outline:1px dotted}

.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}

.fancybox-button div{height:100%}

.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}

.fancybox-button svg path{fill:currentColor;stroke-width:0}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--play svg:nth-child(2){display:none}

.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1){display:none}

.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}

.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}

.fancybox-close-small:hover{color:#fff;opacity:1}

.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}

.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}

.fancybox-navigation .fancybox-button div{padding:7px}

.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}

.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}

.fancybox-caption{background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;z-index:99996}

@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}

.fancybox-caption--separate{margin-top:-50px}

.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}

.fancybox-caption a:hover{color:#fff;text-decoration:underline}

.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}

@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}

.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}

.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}

.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}

.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0,0,0)}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}

.fancybox-fx-fade.fancybox-slide--current{opacity:1}

.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}

.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}

.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1)}

@media all and (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}

.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}

.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}

.fancybox-share p{margin:0;padding:0}

.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}

.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}

.fancybox-share__button:hover{text-decoration:none}

.fancybox-share__button--fb{background:#3b5998}

.fancybox-share__button--fb:hover{background:#344e86}

.fancybox-share__button--pt{background:#bd081d}

.fancybox-share__button--pt:hover{background:#aa0719}

.fancybox-share__button--tw{background:#1da1f2}

.fancybox-share__button--tw:hover{background:#0d95e8}

.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}

.fancybox-share__button svg path{fill:#fff}

.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:0;padding:10px 15px;width:100%}

.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}

.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}

.fancybox-show-thumbs .fancybox-thumbs{display:block}

.fancybox-show-thumbs .fancybox-inner{right:212px}

.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}

.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}

.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}

.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:'';left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}

.fancybox-thumbs__list a:focus::before{opacity:.5}

.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}

@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

@media only screen and (min-width:600px){body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar{top:32px}body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar{top:38px}}

.fancybox-video{visibility:visible}

.fancybox-bg{background-color:#000}

body.compensate-for-scrollbar,html.compensate-for-scrollbar{margin-right:0!important}

html.compensate-for-scrollbar{overflow-y:scroll!important}

button.fancybox-button{background-color:#000}

body[data-button-style*=slightly_rounded] button.fancybox-button,body[data-button-style^=rounded] button.fancybox-button{border-radius:0!important}

button.fancybox-button--fsenter,button.fancybox-button--fsexit,html body[data-button-style*=slightly_rounded] button.fancybox-button--fsenter,html body[data-button-style^=rounded] button.fancybox-button--fsenter{border-radius:0 0 0 5px!important}

.fancybox-navigation button{color:#fff;background-color:transparent}

.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:25px;width:40px;height:40px;border-radius:50px;background-color:rgba(25,25,25,.45);z-index:-1;transform:scale(.9);transition:all .25s cubic-bezier(.15,.2,.1,1)}

.fancybox-navigation button.fancybox-button--arrow_right:before{right:5px}

@media only screen and (min-width:690px){.fancybox-navigation button:hover:before{transform:scale(1.1);box-shadow:0 7px 18px rgba(0,0,0,.25)}}

.fancybox-navigation .fancybox-button--arrow_left{left:20px}

.fancybox-navigation .fancybox-button--arrow_right{right:20px}

@media only screen and (max-width:690px){.fancybox-navigation button:before{transition:none}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}}

/*@import "oximo/0.css";*/

/* -------------------------- *\
    Style
\* -------------------------- */

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

.h { 
	position: relative;
	height: 6.9rem;
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	z-index: 90;
	position: fixed;
	width: 100%;
	transition: .3s ease;
}

@media (min-width: 990px) {

	.h {
		height: 9.2rem;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.h .l {
	width: calc(100% - 6.9rem);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 990px) {

	.h .l {
		width: auto;
	}
}

.h .burger {
	width: 6.9rem;
	height: 6.9rem;
	background: #46C2C5;
	display: block;
	position: relative;
	cursor: pointer;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0));
	transition: .3s ease;
	z-index: 15;
}

.h .burger > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 990px) {

	.h .burger > span {
		width: 5rem;
		text-align: center;
	}
}

.h .burger > span .line {
	width: 100%;
	height: 2.3rem;
	position: relative;
	display: block;
}

@media (min-width: 990px) {

	.h .burger > span .line {
		height: 3.1rem;
	}
}

.h .burger > span .line span {
	width: 3.5rem;
	height: .3rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
	background: #fff;
	transition: .3s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.h .burger > span .line span:before,
					.h .burger > span .line span:after {
	content: '';
	width: 3.5rem;
	height: .3rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
	background: #fff;
	transition: .3s ease;
	position: absolute;
	left: 0;
	top: calc(50% - 1.1rem);
}

.h .burger > span .line span:after {
	top: calc(50% + .7rem);
}

@media (min-width: 990px) {

	.h .burger > span .line span {
		width: 5rem;
	}

	.h .burger > span .line span:before,
						.h .burger > span .line span:after {
		width: 5rem;
		top: calc(50% - 1.6rem);
	}

	.h .burger > span .line span:after {
		top: calc(50% + 1.2rem);
	}
}

.h .burger .open,
		.h .burger .close {
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.3rem;
	text-align: center;
	letter-spacing: 0.3106rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	transition: .3s ease;
	margin-top: .7rem;
	display: block;
}

@media (min-width: 990px) {

	.h .burger .open,
		.h .burger .close {
		letter-spacing: 0.31066rem;
		margin-top: 1.3rem;
	}
}

.h .burger .open {
	position: relative;
	opacity: 1;
	visibility: visible;
	font-size: 1.1rem;
}

.h .burger .close {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	font-size: 0;
}

.h .burger:hover > span .line span {
	background: transparent;
}

.h .burger:hover > span .line span:before,
						.h .burger:hover > span .line span:after {
	top: calc(50% - 0.4rem);
	transform-origin: center;
	transition: .3s ease;
}

.h .burger:hover > span .line span:after {
	top: calc(50% + 0.4rem);
}

.h .burger.exp {
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
}

@media (min-width: 990px) {

	.h .burger.exp {
		filter: none;
	}
}

.h .burger.exp > span .line span {
	background: transparent;
	filter: none;
}

.h .burger.exp > span .line span:before,
						.h .burger.exp > span .line span:after {
	transform: rotate(45deg);
	top: 0;
	left: 0;
}

@media (min-width: 990px) {

	.h .burger.exp > span .line span:before,
						.h .burger.exp > span .line span:after {
		background: #000;
		filter: none;
	}
}

.h .burger.exp > span .line span:after {
	transform: rotate(-45deg);
}

.h .burger.exp .open {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	font-size: 0;
}

@media (min-width: 990px) {

	.h .burger.exp .open {
		color: #000;
		text-shadow: none;
	}
}

.h .burger.exp .close {
	position: relative;
	opacity: 1;
	visibility: visible;
	font-size: 1.1rem;
}

@media (min-width: 990px) {

	.h .burger.exp .close {
		color: #000;
		text-shadow: none;
	}
}

@media (min-width: 990px) {

	.h .burger {
		width: 9.2rem;
		height: 9.2rem;
	}
}

.h .logo {
	text-align: center;
	width: calc(100% - 6.9rem);
	padding: 0 1rem;
	filter: drop-shadow(0 .2rem 1rem rgba(0,0,0, 0.5));
	height: 6.9rem;
	position: relative;
	z-index: 20;
}

.h .logo svg {
	width: 100%;
	height: 6.9rem;
	fill: #fff;
	max-width: 21.8rem;
}

@media (min-width: 600px) {

	.h .logo svg {
		max-width: 29.7rem;
	}
}

@media (min-width: 990px) {

	.h .logo {
		margin-left: 1.8rem;
		padding: 0;
		text-align: left;
	}

	.h .logo svg {
		width: 29.7rem;
		height: 6.9rem;
	}
}

.h .search-btn {
	width: 6.9rem;
	height: 6.9rem;
	background: #46C2C5;
	position: relative;
	transition: .3s ease;
	cursor: pointer;
	z-index: 20;
}

@media (min-width: 990px) {

	.h .search-btn {
		display: none;
	}
}

.h .search-btn svg {
	width: 2.9rem;
	height: 2.9rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .1rem rgba(0,0,0, 0.5));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s ease;
}

.h .search-btn .op-search,
		.h .search-btn .close-search {
	transition: .3s ease;/*position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);*/
}

.h .search-btn .close-search {
	opacity: 0;
	visibility: hidden;
}

.h .search-btn:hover {
	background: #fff;
}

.h .search-btn:hover svg {
	fill: #46C2C5;
}

.h .search-btn--open .close-search {
	opacity: 1;
	visibility: visible;
}

.h .search-btn--open .close-search svg {
	width: 2.9rem;
}

.h .search-btn--open .op-search {
	opacity: 0;
	visibility: hidden;
}

.h .search-btn--open .op-search svg {
	width: 0;
}

.h .r {
	display: none;
}

@media (min-width: 990px) {

	.h .r {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}

	.h .r .call-us {
		position: relative;
		padding-right: 2rem;
	}

	.h .r .call-us span {
		font-weight: 500;
		font-size: 1.1rem;
		line-height: 1.3rem;
		letter-spacing: .31066rem;
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
		display: block;
		padding-left: 3.5rem;
		margin-bottom: 1.1rem;
	}

	.h .r .call-us:after {
		content: '';
		width: 4.3rem;
		height: .3rem;
		background: #46C2C5;
		position: absolute;
		bottom: -1rem;
		right: -5rem;
		transition: .3s ease;
	}

	.h .r .call-us a {
		position: relative;
		padding-left: 3.5rem;
		font-weight: 600;
		font-size: 2rem;
		line-height: 2.5rem;
		letter-spacing: 0.12781rem;
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	}

	.h .r .call-us a svg {
		width: 2rem;
		height: 2rem;
		fill: #fff;
		filter: drop-shadow(0 .2rem .3rem rgba(0,0,0, 0.5));
		position: absolute;
		left: 0;
	}

	@media (min-width: 1200px) {

		.h .r .call-us a {
			font-size: 2.4rem;
			line-height: 2.9rem;
		}

		.h .r .call-us a svg {
			width: 2.5rem;
			height: 2.5rem;
		}
	}

	.h .r .call-us:hover svg {
		fill: #46C2C5;
	}

	.h .r .call-us:hover:after {
		right: 0;
	}

	.h .r .request-btn {
		background: #46C2C5;
		padding: 3.5rem 3.5rem 3.5rem 5.5rem;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 2.2rem;
		letter-spacing: 0.2083rem;
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
		text-transform: uppercase;
		cursor: pointer;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		position: relative;
	}

	@media (min-width: 1200px) {

		.h .r .request-btn {
			font-size: 1.8rem;
			line-height: 2.2rem;
			letter-spacing: 0.5083rem;
			padding: 3.5rem 3.5rem 3.5rem 8.5rem;
		}
	}

	.h .r .request-btn span {
		position: relative;
		z-index: 5;
	}

	.h .r .request-btn span:before {
		content: '';
		width: 4.3rem;
		height: .3rem;
		background: #fff;
		box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
		position: absolute;
		top: 50%;
		left: -5.5rem;
	}

	@media (min-width: 1200px) {

		.h .r .request-btn span:before {
			left: -8.5rem;
		}
	}

	.h .r .request-btn:hover {
		animation: color2 0.8s both;
		animation-direction: alternate;
	}

	.h .r .request-btn:hover span:before {
		animation: line 0.8s both;
		animation-direction: alternate;
	}
}

.h .lang {
	position: fixed;
	top: 8.1rem;
	right: 0;
	width: 3.8rem;
	height: 3.8rem;
	background: #fff;
	cursor: pointer;
	transition: .3s ease;
	z-index: 20;
}

/*width: 3.8rem;
			height: 3.8rem;
			background: $cw;

			> ul {
				width: 3.8rem;
				height: 3.8rem;
				background: $cw;
			}

			.wpml-ls-item {
				width: 3.8rem;
				height: 3.8rem;
				background: $cw;
			}*/

.h .lang .wpml-ls-legacy-dropdown a {
	width: 3.8rem;
	height: 3.8rem;
	background: #fff;
	border: 0;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #313131;
	font-weight: 500;
}

.h .lang .wpml-ls-legacy-dropdown a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.h .lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 0;
}

.h .lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
	background: #46C2C5;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.h .lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover {
	background: #7DCDCC;
}

.h .lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: none;
}

.h .lang:hover {
	background: #46C2C5;
}

@media (min-width: 990px) {

	.h .lang {
		top: 9.2rem;
	}
}

.h.exp,
	.h.exp2 {
	transform: translateY(0);
}

@media (max-width: 990px) {

	.h.exp .logo, .h.exp2 .logo {
		filter: none;
	}

	.h.exp .logo svg, .h.exp2 .logo svg {
		fill: #000;
		filter: none;
	}
}

.h.exp .search-btn, .h.exp2 .search-btn {
	background: #fff;
}

.h.exp .search-btn svg, .h.exp2 .search-btn svg {
	fill: #46C2C5;
}

.h.exp3 {
	transform: translateY(0);
}

.h.exp2 .search-btn {
	background: #46C2C5;
}

.h.exp2 .search-btn svg {
	fill: #fff;
}

.h--white {
	background: #fff;
}

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

.h--white .logo {
	filter: none;
}

.h--white .logo svg {
	fill: #313131;
}

/*animation: infromtop 1s both .3s;*/

.h--white .r .call-us span,
				.h--white .r .call-us a {
	color: #313131;
	text-shadow: none;
}

.h--white .r .call-us a svg {
	fill: #313131;
	filter: none;
}

.h--scroll {
	transform: translateY(-100%);
}

.h--scroll,
	.h--bg {
	background: #fff;
}

.h--scroll .logo, .h--bg .logo {
	filter: none;
}

.h--scroll .logo svg, .h--bg .logo svg {
	fill: #000;
}

.h--scroll .r .call-us span,
				.h--scroll .r .call-us a,
				.h--bg .r .call-us span,
				.h--bg .r .call-us a {
	color: #000;
	text-shadow: none;
}

.h--scroll .r .call-us span svg, .h--scroll .r .call-us a svg, .h--bg .r .call-us span svg, .h--bg .r .call-us a svg {
	fill: #000;
	filter: none;
}

.bg-site .h .burger.exp .close {
	font-size: .6rem;
}

@keyframes infromtop {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0); }
}

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

.f .t {
	padding: 5.6rem 0 5.2rem;
	background: #fff;
}

@media (min-width: 768px) {

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

.f .t .shell {
	max-width: 166rem;
	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 (max-width: 1680px) {

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

.f .t .l {
	width: 100%;
	-ms-flex-order: 2;
	    order: 2;
	padding: 3rem 0 7rem;
	border-top: .3rem solid #46C2C5;
}

@media (min-width: 768px) {

	.f .t .l {
		border-right: .3rem solid #46C2C5;
		padding: 3rem 3rem 0 0;
		border-top: 0;
		width: 50%;
	}
}

@media (min-width: 990px) {

	.f .t .l {
		width: 30%;
		padding: .3rem 1.5rem .3rem 0;
		border: 0;
	}
}

@media (min-width: 1380px) {

	.f .t .l {
		padding: .3rem 4.2rem .3rem 0;
	}
}

.f .t .l ul {
	margin-bottom: 0;
	column-count: 1;
	text-align: center;
}

@media (min-width: 425px) {

	.f .t .l ul {
		column-count: 2;
		text-align: left;
	}
}

@media (min-width: 630px) {

	.f .t .l ul {
		column-count: 3;
	}
}

@media (min-width: 768px) {

	.f .t .l ul {
		column-count: 2;
	}
}

.f .t .l ul li {
	width: 100%;
	margin-bottom: 1.5rem;
}

.f .t .l ul li a {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.00562rem;
	color: #313131;
}

@media (min-width: 768px) {

	.f .t .l ul li a {
		font-size: 1.8rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1380px) {

		.f .t .l ul li a {
			font-size: 1.5rem;
		}
	}
}

.f .t .l ul li a:hover {
	color: #46C2C5;
}

.f .t .m {
	width: 100%;
	padding: 0 0 5.8rem;
	text-align: center;
}

@media (min-width: 768px) {

	.f .t .m {
		border-bottom: .3rem solid #46C2C5;
	}
}

@media (min-width: 990px) {

	.f .t .m {
		padding: .3rem 1.5rem;
		border-left: .3rem solid #46C2C5;
		border-right: .3rem solid #46C2C5;
		width: 45%;
		-ms-flex-order: 2;
		    order: 2;
		border-bottom: 0;
	}
}

@media (min-width: 1380px) {

	.f .t .m {
		padding: .3rem 4.7rem;
	}
}

.f .t .m svg {
	width: 21.2rem;
	height: 4rem;
	fill: #46C2C5;
}

.f .t .m h2 {
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 4.6rem;
	letter-spacing: -0.01125rem;
	color: #313131;
	max-width: 47.3rem;
	margin: 1rem auto 2.8rem;
}

@media (min-width: 768px) {

	.f .t .m h2 {
		font-size: 4.8rem;
		line-height: 6rem;
		letter-spacing: -0.015rem;
		margin: 1.4rem auto 3.2rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1380px) {

		.f .t .m h2 {
			font-size: 3.6rem;
			line-height: 4.6rem;
			letter-spacing: -0.01125rem;
		}
	}
}

.f .t .m div {
	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: 632px) {

	.f .t .m div {
		-ms-flex-pack: justify;
		    justify-content: space-between;
		max-width: 63.2rem;
		margin: 0 auto;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1590px) {

		.f .t .m div {
			-ms-flex-pack: center;
			    justify-content: center;
		}
	}
}

.f .t .m div a {
	border: .1rem solid #46C2C5;
	border-radius: 3rem;
	text-align: center;
	padding: 2rem;
	min-width: 29.6rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -0.005rem;
	color: #313131;
}

@media (min-width: 990px) {

	@media (max-width: 1590px) {

		.f .t .m div a {
			width: 30rem;
		}
	}
}

.f .t .m div a svg {
	width: 2.1rem;
	height: 2rem;
	fill: #46C2C5;
	margin-right: 1.3rem;
}

.f .t .m div a.phones {
	font-size: 1.8rem;
	line-height: 2.2rem;
	letter-spacing: 0.08866rem;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 1.75rem;
	margin-top: 1.8rem;
}

@media (min-width: 632px) {

	.f .t .m div a.phones {
		margin-top: 0;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1590px) {

		.f .t .m div a.phones {
			margin-top: 1.8rem;
		}
	}
}

.f .t .m div a span {
	position: relative;
	z-index: 1;
	display: block;
}

.f .t .m div a:hover {
	animation: color3 0.8s both;
	animation-direction: alternate;
}

.f .t .m div a:hover svg {
	animation: svg2 0.8s both;
	animation-direction: alternate;
}

.f .t .r {
	-ms-flex-order: 3;
	    order: 3;
	width: 100%;
	padding: 3rem 0 0;
	text-align: center;
	border-top: .3rem solid #46C2C5;
}

@media (min-width: 768px) {

	.f .t .r {
		border-top: 0;
		width: 50%;
		padding: 1rem 0 0 3rem;
		text-align: left;
	}
}

@media (min-width: 990px) {

	.f .t .r {
		-ms-flex-order: 3;
		    order: 3;
		width: 25%;
		padding: .3rem 0 .3rem 1.5rem;
	}
}

@media (min-width: 1380px) {

	.f .t .r {
		padding: .3rem 0 .3rem 4.2rem;
	}
}

.f .t .r h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.6rem;
	letter-spacing: -0.00562rem;
	color: #313131;
	margin-bottom: 1rem;
}

@media (min-width: 990px) {

	@media (max-width: 1380px) {

		.f .t .r h3 {
			font-size: 1.6rem;
			line-height: 2rem;
		}
	}
}

.f .t .r p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 990px) {

	@media (max-width: 1380px) {

		.f .t .r p {
			font-size: 1.4rem;
			line-height: 2rem;
		}
	}
}

.f .t .r .location {
	margin: 1.8rem 0 2.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 768px) {

	.f .t .r .location {
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

.f .t .r .location svg {
	width: 4.5rem;
	height: 3.5rem;
	fill: #46C2C5;
	margin-right: 1.8rem;
}

.f .t .r .location span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
}

@media (min-width: 990px) {

	@media (max-width: 1380px) {

		.f .t .r .location span {
			font-size: 1.4rem;
			line-height: 2rem;
		}
	}
}

.f .t .r .location span a {
	display: block;
	color: #46C2C5;
	margin-top: 1.8rem;
}

@media (min-width: 768px) {

	.f .t .r .location span a {
		margin-top: 0;
	}
}

.f .t .r .location span a:hover {
	text-decoration: underline;
}

.f .t .r .soc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 768px) {

	.f .t .r .soc {
		-ms-flex-pack: left;
		    justify-content: left;
		padding-left: 3.6rem;
	}
}

.f .t .r .soc a + a {
	margin-left: 3.3rem;
}

@media (min-width: 990px) {

	@media (max-width: 1200px) {

		.f .t .r .soc a + a {
			margin-left: 1.5rem;
		}
	}
}

.f .t .r .soc a svg {
	width: 2.6rem;
	height: 2.6rem;
	fill: rgba(49,49,49, .2);
}

.f .t .r .soc a:hover svg {
	fill: #46C2C5;
}

.f .b {
	background: #313131;
	padding: 1.2rem 0 1.7rem;
}

.f .b .shell {
	max-width: 172rem;
	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;
	text-align: center;
}

@media (max-width: 1740px) {

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

.f .b p {
	width: 100%;
	margin-bottom: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #fff;
}

@media (min-width: 880px) {

	.f .b p {
		width: auto;
		color: rgba(255,255,255, .5);
	}
}

.f .b p + p {
	margin-top: .7rem;
}

@media (min-width: 880px) {

	.f .b p + p {
		margin-top: 0;
	}
}

.f .b p svg {
	width: 11.7rem;
	height: 2.1rem;
	fill: #fff;
}

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

@media (min-width: 880px) {

	.f .b p a {
		color: rgba(255,255,255, .5);
	}
}

.f .b p a:hover {
	text-decoration: underline;
}

.f .b p.webmaster a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

/* -------------------------- *\
    .fly-nav
\* -------------------------- */

.fly-nav { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	padding: 8.2rem 2.6rem 4.6rem;
	text-align: center;
	z-index: 10;
	
	transition: .3s ease;
	transform: translateX(-100%);
 }

.fly-nav.exp {
	transform: translateX(0);
}

@media (min-width: 800px) {

	@media (min-height: 480px) and (max-height: 576px) {

		.fly-nav {
			padding: 12.2rem 2.6rem 2rem;
		}
	}
}

@media (min-width: 990px) {

	.fly-nav {
		background: #46C2C5;
		padding: 16.1rem 4.8rem 5.4rem 0;
		text-align: left;
		max-width: 67.2rem;
	}

	@media (min-height: 480px) and (max-height: 960px) {

		.fly-nav {
			padding: 10rem 4.8rem 5.4rem 0;
		}
	}
}

@media (max-width: 767px) {

	.fly-nav .in {
		height: 70vh;
		overflow-y: scroll;
	}
}

/*@mixin max 768 {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 90%;
		}*/

@media (min-width: 800px) {

	@media (min-height: 480px) and (max-height: 576px) {

		.fly-nav .in {
			height: 70vh;
			overflow-y: scroll;
		}
	}
}

@media (min-width: 990px) {

	.fly-nav .in {
		padding-left: 11.5rem;
	}
}

.fly-nav .in .top {
	margin-bottom: 2rem;
}

@media (min-width: 425px) {

	.fly-nav .in .top {
		margin-bottom: 4.5rem;
	}
}

.fly-nav .in .top li {
	position: relative;
}

.fly-nav .in .top li:before {
	content: '';
	width: 0;
	height: .3rem;
	background: #D8D8D8;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	position: absolute;
	top: 50%;
	left: -23%;
	transform: translate(0, -50%);
	transition: .3s ease;
}

.fly-nav .in .top li a {
	display: block;
	font-weight: 380;
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -0.00787rem;
	color: #313131;
	position: relative;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
}

.fly-nav .in .top li a span {
	display: none;
}

@media (min-width: 990px) {

	.fly-nav .in .top li a span {
		display: block;
		opacity: 0;
		font-weight: 400;
		font-size: 1.1rem;
		line-height: 3.4rem;
		letter-spacing: 0.57066rem;
		text-transform: uppercase;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
		margin-top: -.5rem;
	}
}

.fly-nav .in .top li a + a {
	margin-top: .8rem;
}

@media (min-width: 425px) {

	.fly-nav .in .top li a {
		font-size: 2.5rem;
		line-height: 3.7rem;
	}
}

@media (min-width: 990px) {

	.fly-nav .in .top li a {
		font-size: 3.6rem;
		line-height: 5.2rem;
		letter-spacing: -0.01125rem;
	}
}

.fly-nav .in .top li a:hover {
	color: #46C2C5;
}

@media (min-width: 990px) {

	.fly-nav .in .top li a:hover {
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	}

	.fly-nav .in .top li a:hover span {
		opacity: 1;
	}
}

.fly-nav .in .top li + li {
	margin-top: 1.4rem;
}

@media (min-width: 990px) {

	.fly-nav .in .top li + li {
		margin-top: -.8rem;
	}
}

.fly-nav .in .top li:hover:before {
	width: 6.9rem;
}

.fly-nav .in .bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 0;
}

@media (min-width: 425px) {

	.fly-nav .in .bottom {
		max-width: 34rem;
		margin: 0 auto;
		text-align: left;
	}
}

@media (min-width: 990px) {

	.fly-nav .in .bottom {
		margin: 0;
		max-width: 51rem;
	}
}

.fly-nav .in .bottom .left,
			.fly-nav .in .bottom .right {
	width: 100%;
	margin-bottom: 1rem;
}

.fly-nav .in .bottom .left a, .fly-nav .in .bottom .right a {
	display: block;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: -0.00525rem;
	color: #222;
}

.fly-nav .in .bottom .left a + a, .fly-nav .in .bottom .right a + a {
	margin-top: .4rem;
}

@media (min-width: 425px) {

	.fly-nav .in .bottom .left a, .fly-nav .in .bottom .right a {
		font-size: 1.7rem;
		line-height: 2.4rem;
	}

	.fly-nav .in .bottom .left a + a, .fly-nav .in .bottom .right a + a {
		margin-top: 1.1rem;
	}
}

@media (min-width: 990px) {

	.fly-nav .in .bottom .left a, .fly-nav .in .bottom .right a {
		font-size: 2rem;
		line-height: 2.4rem;
		letter-spacing: -0.0075rem;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	}

	.fly-nav .in .bottom .left a + a, .fly-nav .in .bottom .right a + a {
		margin-top: 1.6rem;
	}
}

.fly-nav .in .bottom .left a:hover, .fly-nav .in .bottom .right a:hover {
	color: #46C2C5;
}

@media (min-width: 990px) {

	.fly-nav .in .bottom .left a:hover, .fly-nav .in .bottom .right a:hover {
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	}
}

@media (min-width: 425px) {

	.fly-nav .in .bottom .left,
			.fly-nav .in .bottom .right {
		width: calc(50% - 2.5rem);
		margin-bottom: 0;
	}
}

@media (min-width: 420px) {

	@media (min-height: 480px) and (max-height: 730px) {

		.fly-nav .in .top {
			margin-bottom: 1.5rem;
		}

		.fly-nav .in .top li a {
			font-size: 1.7rem;
			line-height: 2.3rem;
		}

		.fly-nav .in .top li a span {
			font-size: 1rem;
			line-height: 2.5rem;
		}

		.fly-nav .in .bottom .left a, .fly-nav .in .bottom .right a {
			font-size: 1.5rem;
			line-height: 2rem;
		}

		.fly-nav .in .bottom .left a + a, .fly-nav .in .bottom .right a + a {
			margin-top: 1rem;
		}
	}
}

@media (min-width: 990px) {

	@media (min-height: 719px) and (max-height: 730px) {

		.fly-nav .in .top {
			margin-bottom: 2rem;
		}

		.fly-nav .in .top li a {
			font-size: 2rem;
			line-height: 2.5rem;
		}

		.fly-nav .in .top li a span {
			font-size: 1rem;
			line-height: 3rem;
		}

		.fly-nav .in .bottom .left a, .fly-nav .in .bottom .right a {
			font-size: 1.8rem;
			line-height: 2.3rem;
		}

		.fly-nav .in .bottom .left a + a, .fly-nav .in .bottom .right a + a {
			margin-top: 1rem;
		}
	}

	@media (min-height: 730px) and (max-height: 960px) {

		.fly-nav .in .top {
			margin-bottom: 1.5rem;
		}

		.fly-nav .in .top li a {
			font-size: 2rem;
			line-height: 2.8rem;
		}

		.fly-nav .in .bottom .left a, .fly-nav .in .bottom .right a {
			font-size: 1.8rem;
			line-height: 2.5rem;
		}

		.fly-nav .in .bottom .left a + a, .fly-nav .in .bottom .right a + a {
			margin-top: 1rem;
		}
	}
}

.close-fly,
 .close-fly-search {
 	position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0, .5);
    transform: translateX(-100%);
    cursor: pointer;
 }

.close-fly.exp, .close-fly-search.exp {
	transform: translateX(0);
}

.close-fly-search {
 	background: transparent;
 }

/* -------------------------- *\
    .phone
\* -------------------------- */

.phone { 
	fill: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	z-index: 95;


 }

.phone>span {
	font-size: 2.8rem;
	font-weight: 500;
	margin-left: 3rem;
	color: #fff;
	display: none;
}

.phone__icon {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 1rem;
	border-radius: 50%;
	width: 5.7rem;
	height: 5.7rem;
	background: #46C2C5;
	animation: phone_animation_2 4s alternate infinite;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
}

.phone__icon svg {
	width: 3.1rem;
	height: 3.1rem;
	filter: drop-shadow(0 .2rem .3rem rgba(0,0,0, 0.5));
	transition: none;
}

.phone--main {
	position: fixed;
	bottom: 10rem;
	right: -100%;
	transition: .8s ease;
}

@media (min-width: 600px) {

	.phone--main {
		bottom: 2rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.phone--main {
			bottom: 5rem;
		}
	}
}

@media (min-width: 990px) {

	.phone--main {
		display: none;
	}
}

.phone--main.phone--in {
	right: 1rem;
}

.phone:hover {
	fill: #46C2C5;
}

.phone:hover .phone__icon {
	background: #fff;
}

.phone:hover .phone__icon svg {
	filter: none;
}

.paper-plane,
.price_list,
.hot_offers,
.direction {
	z-index: 95;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 1rem;
	border-radius: 50%;
	width: 5.7rem;
	height: 5.7rem;
	background: #46C2C5;
	animation: phone_animation_2 4s alternate infinite;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
	position: fixed;
	bottom: 10rem;
	left: -100%;
	cursor: pointer;
	transition: .8s ease;
}

@media (min-width: 600px) {

	.paper-plane,
.price_list,
.hot_offers,
.direction {
		bottom: 2rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.paper-plane,
.price_list,
.hot_offers,
.direction {
			bottom: 5rem;
		}
	}
}

@media (min-width: 990px) {

	.paper-plane,
.price_list,
.hot_offers,
.direction {
		display: none;
	}
}

.paper-plane svg, .price_list svg, .hot_offers svg, .direction svg {
	fill: #fff;
	width: 3.1rem;
	height: 3.1rem;
	filter: drop-shadow(0 .2rem .3rem rgba(0,0,0, 0.5));
}

.paper-plane:hover, .price_list:hover, .hot_offers:hover, .direction:hover {
	background: #fff;
}

.paper-plane:hover svg, .price_list:hover svg, .hot_offers:hover svg, .direction:hover svg {
	fill: #46C2C5;
	filter: none;
}

.paper-plane.exp, .price_list.exp, .hot_offers.exp, .direction.exp {
	background: #fff;
	box-shadow: none;
	z-index: -1;
}

.paper-plane.exp svg, .price_list.exp svg, .hot_offers.exp svg, .direction.exp svg {
	fill: #46C2C5;
	filter: drop-shadow(0 .2rem 0 rgba(0,0,0, 0.5));
}

.paper-plane.exp + .phone, .price_list.exp + .phone, .hot_offers.exp + .phone, .direction.exp + .phone {
	z-index: -1;
}

.paper-plane--in, .price_list--in, .hot_offers--in, .direction--in {
	left: 1rem;
}

.whatsapp,
.direction {
	position: fixed;
	right: -100%;
	transition: .8s ease;
	bottom: 17rem;
	width: 5.7rem;
	height: 5.7rem;
	background: #29a71a;
	border-radius: 50%;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
}

@media (min-width: 600px) {

	.whatsapp,
.direction {
		bottom: 9rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.whatsapp,
.direction {
			bottom: 12rem;
		}
	}
}

@media (min-width: 990px) {

	.whatsapp,
.direction {
		bottom: 15rem;
		right: 1rem;
	}
}

.whatsapp.move-t, .direction.move-t {
	bottom: 24rem;
}

@media (min-width: 600px) {

	.whatsapp.move-t, .direction.move-t {
		bottom: 16rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.whatsapp.move-t, .direction.move-t {
			bottom: 19rem;
		}
	}
}

@media (min-width: 990px) {

	.whatsapp.move-t, .direction.move-t {
		bottom: 15rem;
		right: 1rem;
	}
}

.whatsapp.whatsapp--in, .direction.whatsapp--in {
	right: 1rem;
}

.whatsapp svg, .direction svg {
	width: 3.1rem;
	height: 3.1rem;
	fill: #fff;
	filter: drop-shadow(0 0.2rem 1rem rgba(0,0,0, 0));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.direction {
	bottom: 24rem;
	background: #46C2C5;
}

@media (min-width: 600px) {

	.direction {
		bottom: 16rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.direction {
			bottom: 19rem;
		}
	}
}

@media (min-width: 990px) {

	.direction {
		bottom: 22rem;
		left: auto;
		right: 1rem;
		display: block;
	}
}

.direction.move-t {
	bottom: 31rem;
}

@media (min-width: 600px) {

	.direction.move-t {
		bottom: 23rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.direction.move-t {
			bottom: 26rem;
		}
	}
}

@media (min-width: 990px) {

	.direction.move-t {
		bottom: 22rem;
		right: 1rem;
	}
}

.direction.direction--in {
	left: auto;
	right: 1rem;
}

.price_list,
.hot_offers {
	bottom: 17rem;
}

@media (min-width: 600px) {

	.price_list,
.hot_offers {
		bottom: 9rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.price_list,
.hot_offers {
			bottom: 12rem;
		}
	}
}

@media (min-width: 990px) {

	.price_list,
.hot_offers {
		display: inline-block;
		top: 31rem;
		left: auto;
		right: 0;
		width: 7.5rem;
		height: 7.3rem;
		background: #fff;
		border: 0.1rem solid #46C2C5;
		border-right: 0;
		border-radius: 1rem 0 0 1rem;
		box-shadow: none;
		animation: none;
	}

	.price_list svg, .hot_offers svg {
		fill: #313131;
		width: 4.2rem;
		height: 4.7rem;
		filter: drop-shadow(0 0.2rem 1rem rgba(0,0,0, 0));
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.price_list:hover, .hot_offers:hover {
		background: #46C2C5;
	}

	.price_list:hover svg, .hot_offers:hover svg {
		fill: #fff;
		filter: drop-shadow(0 0.2rem 1rem rgba(0,0,0, 0.5));
	}
}

.hot_offers {
		bottom: 24rem;
		text-align: center;
		background: #fbaaaa;
		width: 6.7rem;
		height: 6.7rem;
}

/*img {
			filter: drop-shadow(0 0.2rem 1rem rgba(0,0,0, 0.5)) brightness(0) invert(1);
			@mixin tra;
		}

		&:hover {
			img {
				filter: drop-shadow(0 0.2rem 1rem rgba(0,0,0, 0.5)) brightness(1) invert(0);
			}
		}*/

.hot_offers span {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1rem;
}

@media (min-width: 990px) {

	.hot_offers span {
		font-size: 1.3rem;
	}
}

@media (min-width: 600px) {

	.hot_offers {
		bottom: 16rem;
	}
}

@media (min-width: 880px) {

	@media (max-width: 990px) {

		.hot_offers {
			bottom: 19rem;
		}
	}
}

@media (min-width: 990px) {

	.hot_offers {
		display: inline-block;
		top: 39rem;
		left: auto;
		right: 0;
		width: 7.5rem;
		height: 7.3rem;
		background: #fbaaaa;
		border: 0.1rem solid #fbaaaa;
		border-right: 0;
		border-radius: 1rem 0 0 1rem;
		box-shadow: none;
		animation: none;/*img {
		    	fill: #313131;
	    	    width: 4.2rem;
	    	    height: 4.7rem;
	    	    filter: drop-shadow(0 0.2rem 1rem rgba(0,0,0, 0));
	    	    position: absolute;
	    	    top: 50%;
	    	    left: 50%;
	    	    transform: translate(-50%,-50%);
	    	    object-fit: contain;
		    }*/
	}
}

.hot_offers:hover {
	background: red;/*img {
			fill: $cw;
			filter: drop-shadow(0 0.2rem 1rem rgba(0,0,0, 0.5)) brightness(0) invert(1);
		}*/
}

@keyframes phone_animation_2 {
   0%    { transform: rotate(0deg) }
   0%    { transform: rotate(-30deg) }
   75%   { transform: rotate(25deg) }
   100%  { transform: rotate(0deg) }
 }

/* -------------------------- *\
    .request
\* -------------------------- */

.request { 
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	padding: 10.6rem 2.6rem 6.2rem;
	z-index: 5;
	transition: .3s ease;
	transform: translateX(110%);
	z-index: 15;
}

@media (max-width: 990px) {

	.request {
		top: 6.9rem;
	}
}

.request.exp {
	transform: translateX(0);
}

@media (max-width: 990px) {

	.request.exp {
		top: 0;
	}
}

@media (min-width: 990px) {

	.request {
		padding: 10rem 7.6rem;
		text-align: left;
		max-width: 55.8rem;
	}
}

@media (min-width: 1200px) {

	.request {
		max-width: 75.8rem;
	}
}

@media (min-width: 1200px) {

	@media (max-width: 1450px) {

		.request {
			padding: 7rem 7.6rem;
		}
	}
}

.request .burger2 {
	width: 6.9rem;
	height: 6.9rem;
	background: #46C2C5;
	display: block;
	position: absolute;
	cursor: pointer;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0));
	transition: .3s ease;
	z-index: 20;
	top: 0;
	left: 0;
}

@media (min-width: 990px) {

	.request .burger2 {
		left: auto;
		right: 0;
	}
}

.request .burger2 > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 990px) {

	.request .burger2 > span {
		width: 5rem;
		text-align: center;
	}
}

.request .burger2 > span .line {
	width: 100%;
	height: 2.3rem;
	position: relative;
	display: block;
}

@media (min-width: 990px) {

	.request .burger2 > span .line {
		height: 3.1rem;
		transition: .3s ease;
	}
}

.request .burger2 > span .line span {
	width: 3.5rem;
	height: .3rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
	background: #fff;
	transition: .3s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.request .burger2 > span .line span:before,
					.request .burger2 > span .line span:after {
	content: '';
	width: 3.5rem;
	height: .3rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
	background: #fff;
	transition: .3s ease;
	position: absolute;
	left: 0;
	top: calc(50% - 1.1rem);
}

.request .burger2 > span .line span:after {
	top: calc(50% + .7rem);
}

@media (min-width: 990px) {

	.request .burger2 > span .line span {
		width: 5rem;
	}

	.request .burger2 > span .line span:before,
						.request .burger2 > span .line span:after {
		width: 5rem;
		top: calc(50% - 1.6rem);
	}

	.request .burger2 > span .line span:after {
		top: calc(50% + 1.2rem);
	}
}

.request .burger2 .open,
		.request .burger2 .close {
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.3rem;
	text-align: center;
	letter-spacing: 0.3106rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	transition: .3s ease;
	margin-top: .7rem;
	display: block;
}

@media (min-width: 990px) {

	.request .burger2 .open,
		.request .burger2 .close {
		letter-spacing: 0.31066rem;
		margin-top: 1.3rem;
		display: none;
	}
}

.request .burger2 .open {
	position: relative;
	opacity: 1;
	visibility: visible;
	font-size: 1.1rem;
}

.request .burger2 .close {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	font-size: 0;
}

.request .burger2:hover > span .line {
	transform: rotate(180deg);
	transition: .3s ease;
}

.request .burger2:hover > span .line span {
	background: transparent;
}

.request .burger2:hover > span .line span:before,
						.request .burger2:hover > span .line span:after {
	top: calc(50% - 0.4rem);
	transform-origin: center;
	transition: .3s ease;
}

.request .burger2:hover > span .line span:after {
	top: calc(50% + 0.4rem);
}

.request .burger2.exp {
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
}

@media (min-width: 990px) {

	.request .burger2.exp {
		filter: none;
		background: #fff;
	}
}

.request .burger2.exp > span .line span {
	background: transparent;
	filter: none;
}

.request .burger2.exp > span .line span:before,
						.request .burger2.exp > span .line span:after {
	transform: rotate(45deg);
	top: 0;
	left: 0;
}

@media (min-width: 990px) {

	.request .burger2.exp > span .line span:before,
						.request .burger2.exp > span .line span:after {
		background: #46C2C5;
		filter: none;
	}
}

.request .burger2.exp > span .line span:after {
	transform: rotate(-45deg);
}

.request .burger2.exp .open {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	font-size: 0;
}

@media (min-width: 990px) {

	.request .burger2.exp .open {
		color: #000;
		text-shadow: none;
	}
}

.request .burger2.exp .close {
	position: relative;
	opacity: 1;
	visibility: visible;
	font-size: 1.1rem;
}

@media (min-width: 990px) {

	.request .burger2.exp .close {
		color: #000;
		text-shadow: none;
	}
}

@media (min-width: 990px) {

	.request .burger2 {
		width: 9.2rem;
		height: 9.2rem;
	}
}

/*padding-bottom: 8rem;*/

.request .hold .info {
	display: none;
}

@media (min-width: 990px) {

	.request .hold .info {
		display: block;
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {

	.request .hold .info {
		margin-bottom: 6.9rem;
	}
}

.request .hold .info p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: #313131;
}

@media (min-width: 1200px) {

	.request .hold .info p {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

.request .hold .info p span {
	color: #46C2C5;
}

/*overflow-y: scroll;
		height: 100%;
		margin-top: 2.5rem;*/

@media (min-width: 320px) {

	.request .hold {
		margin-top: 2.5rem;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		width: 90%;
		left: 0;
		padding: 0 3rem;
	}

	@media(min-height: 568px) and (max-height: 719px) {

		.request .hold .t1 {
			margin-bottom: 1.5rem;
			font-size: 1.8rem;
			line-height: 2.3rem;
		}

		.request .hold .request_form .gform_wrapper ul li.gfield {
			margin-bottom: 1rem;
		}

		.request .hold .request_form .gform_wrapper .top_label .gfield_label,
						.request .hold .request_form .gform_wrapper legend.gfield_label {
			padding: .5rem 0 .8rem;
		}

		.request .hold .request_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
						.request .hold .request_form .gform_wrapper textarea.medium {
			padding: 0 0 .8rem;
		}

		.request .hold .request_form .gform_wrapper textarea.medium,
						.request .hold .request_form .gform_wrapper .ginput_container_textarea {
			height: 4rem;
		}

		.request .hold .request_form .gform_wrapper ul li.privacy {
			font-size: 1.2rem;
		}

		.request .hold .request_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag {
			padding: 0 0 1rem .6rem;
		}

		.request .hold .request_form .gform_wrapper .gform_footer {
			margin: 2rem auto 0;
		}

		.request .hold .request_form .gform_wrapper .gform_footer input.button,
							.request .hold .request_form .gform_wrapper .gform_footer input[type=submit],
							.request .hold .request_form .gform_wrapper .gform_footer .gform_page_footer input.button,
							.request .hold .request_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
			padding: .8rem;
			font-size: 1.4rem;
		}
	}
}

@media (min-width: 712px) {

	.request .hold {
		top: 10rem;
		transform: translate(0, 0);
	}
}

@media (min-width: 990px) {

	.request .hold {
		position: relative;
		transform: translate(0,0);
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}
}

@media (min-width: 1200px) {

	@media(min-height: 719px) and (max-height: 960px) {

		.request .hold .t1 {
			margin-bottom: 2rem;
			font-size: 3rem;
			line-height: 3.5rem;
		}

		.request .hold .info {
			margin-bottom: 3rem;
		}

		.request .hold .info p {
			font-size: 1.4rem;
			line-height: 2rem;
		}

		.request .hold .request_form .gform_wrapper .gform_footer {
			margin: 2rem 0 0;
		}
	}
}

.request .slogan {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: .3389rem;
	text-transform: uppercase;
	color: #46C2C5;
	text-align: left;
	padding-left: 3.2rem;
	position: relative;
	margin-left: -3rem;
	display: block;
	margin-bottom: 2.5rem;
}

.request .slogan:before {
	content: '';
	width: 2rem;
	height: .3rem;
	background: #46C2C5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media (min-width: 990px) {

	.request .slogan:before {
		width: 5rem;
	}
}

@media (min-width: 990px) {

	.request .slogan {
		position: absolute;
		top: -8.7rem;
		left: -4.6rem;
		font-size: 1.8rem;
		line-height: 2.2rem;
		letter-spacing: .508rem;
		padding-left: 7.5rem;
	}
}

@media (min-width: 1200px) {

	@media (max-width: 1450px) {

		.request .slogan {
			top: -6rem;
		}
	}
}

.bg-site .request .burger2.exp .close {
	font-size: .6rem;
}

/* -------------------------- *\
    .heading
\* -------------------------- */

.t1 { 
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.4rem;
	letter-spacing: -0.0075rem;
	color: #313131;
	text-align: left;
	margin-bottom: 4.9rem;
}

.t1 span:first-child {
	color: #46C2C5;
}

.t1 span:nth-of-type(2) {
	font-style: italic;
}

@media (min-width: 600px) {

	.t1 {
		font-size: 4.8rem;
		line-height: 6rem;
		letter-spacing: -0.015rem;
		margin-bottom: 3.9rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1200px) {

		.t1 {
			font-size: 2.4rem;
			line-height: 3.4rem;
			margin-bottom: 2.8rem;
		}
	}
}

.t2 {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.6rem;
	letter-spacing: -.00562rem;
	text-transform: uppercase;
	color: #46C2C5;
	margin-bottom: 1.4rem;
}

.t3 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.4rem;
	letter-spacing: -0.0075rem;
	color: #313131;
	text-align: left;
	margin-bottom: 2.8rem;
}

.t3 span {
	color: #46C2C5;
}

@media (min-width: 425px) {

	.t3 {
		font-size: 3.6rem;
		line-height: 4.6rem;
		letter-spacing: -.01125rem;
	}
}

@media (min-width: 1200px) {

	.t3 {
		font-size: 4.8rem;
		line-height: 6rem;
		letter-spacing: -0.015rem;
		margin-bottom: 3.3rem;
	}
}

/* -------------------------- *\
    .forms
\* -------------------------- */

.request_form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.request_form .gform_wrapper ul li.gfield {
	margin-top: 0;
	margin-bottom: 2rem;
	display: -ms-flexbox;
	display: flex;
}

.request_form .gform_wrapper .gfield_required {
	display: none;
}

.request_form .gform_wrapper .top_label div.ginput_container {
	margin: 0;
	width: calc(100% - 9.4rem);
	border-bottom: .08rem solid rgba(49,49,49, 0.15);
}

@media (min-width: 600px) {

	.request_form .gform_wrapper .top_label div.ginput_container {
		width: calc(100% - 15.4rem);
	}
}

.request_form .gform_wrapper .top_label .gfield_label,
		.request_form .gform_wrapper legend.gfield_label {
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.4rem;
	text-transform: uppercase;
	color: #313131;
	width: 9.4rem;
	padding: .5rem 0 1.9rem;
	border-bottom: .08rem solid rgba(49,49,49, 0.15);
}

@media (min-width: 600px) {

	.request_form .gform_wrapper .top_label .gfield_label,
		.request_form .gform_wrapper legend.gfield_label {
		font-size: 1.4rem;
		line-height: 1.7rem;
		padding: .5rem 0 2.6rem;
		width: 15.4rem;
	}
}

.request_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.request_form .gform_wrapper textarea.medium {
	width: 100%;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: rgba(49,49,49, .5);
	border: 0;
	border-bottom: .2rem solid transparent;
	padding: 0 0 1.9rem;
	transition: .3s ease;
}

@media (min-width: 600px) {

	.request_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.request_form .gform_wrapper textarea.medium {
		padding: 0 0 2.1rem;
		font-size: 2.1rem;
		line-height: 2.6rem;
		border-bottom: .3rem solid transparent;
	}
}

.request_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .request_form .gform_wrapper textarea.medium:-ms-input-placeholder {
	color: rgba(49,49,49, .5);
}

.request_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .request_form .gform_wrapper textarea.medium::placeholder {
	color: rgba(49,49,49, .5);
}

.request_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .request_form .gform_wrapper textarea.medium:focus {
	font-weight: 600;
	color: #313131;
	border-bottom: .2rem solid #46C2C5;
}

@media (min-width: 600px) {

	.request_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .request_form .gform_wrapper textarea.medium:focus {
		border-bottom: .3rem solid #46C2C5;
	}
}

.request_form .gform_wrapper ul li.phone-field {
	position: relative;
}

.request_form .gform_wrapper ul li.phone-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 0 0 2.6rem;
}

@media (min-width: 600px) {

	.request_form .gform_wrapper ul li.phone-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		font-size: 1.6rem;
	}
}

.request_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag {
	background: transparent;
	padding: 0 0 2.9rem .6rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: rgba(49,49,49, .5);
}

.request_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag:hover {
	background: transparent;
}

@media (min-width: 600px) {

	.request_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag {
		font-size: 1.6rem;
		padding: 0 0 2.9rem .6rem;
	}
}

.request_form .gform_wrapper .iti__country-list {/*min-width: 17rem;*/
}

.request_form .gform_wrapper .iti__country {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: rgba(49,49,49, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: .5rem;
}

.request_form .gform_wrapper .valid-msg {
	display: none;
}

.request_form .gform_wrapper .error-msg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.request_form .gform_wrapper textarea.medium,
		.request_form .gform_wrapper .ginput_container_textarea {
	height: 8rem;
}

@media (min-width: 600px) {

	.request_form .gform_wrapper textarea.medium,
		.request_form .gform_wrapper .ginput_container_textarea {
		height: 6rem;
	}
}

.request_form .gform_wrapper ul li.text-f {
	display: block;
	border-bottom: .08rem solid rgba(49,49,49, 0.15);
}

.request_form .gform_wrapper ul li.text-f .gfield_label {
	border-bottom: 0;
	width: 100%;
}

.request_form .gform_wrapper ul li.text-f div.ginput_container {
	margin: 0;
	width: 100%;
}

.request_form .gform_wrapper ul li.privacy {
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #313131;
	margin-bottom: 0;
}

.request_form .gform_wrapper ul li.privacy a {
	color: #46C2C5;
	font-weight: 600;
	text-decoration: underline;
}

.request_form .gform_wrapper ul li.privacy a:hover {
	text-decoration: none;
}

.request_form .gform_wrapper .gform_footer {
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	max-width: 27.4rem;
	margin: 3.7rem auto 0;
	border-radius: 3rem;
}

@media (min-width: 600px) {

	.request_form .gform_wrapper .gform_footer {
		margin: 3.7rem 0;
	}
}

.request_form .gform_wrapper .gform_footer:before,
			.request_form .gform_wrapper .gform_footer:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: #46C2C5;
	border-radius: 50%;/*z-index: -1;*/
	left: -2rem;
	transform: translate(-50%, -50%);
}

.request_form .gform_wrapper .gform_footer:after {
	right: -2rem;
	left: auto;
	transform: translate(50%, -50%);
}

.request_form .gform_wrapper .gform_footer:hover:before {
	animation: criss-cross-left 0.8s both;
	animation-direction: alternate;
}

.request_form .gform_wrapper .gform_footer:hover:after {
	animation: criss-cross-right 0.8s both;
	animation-direction: alternate;
}

.request_form .gform_wrapper .gform_footer input.button,
			.request_form .gform_wrapper .gform_footer input[type=submit],
			.request_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.request_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	transition: .3s ease;
	background: transparent;
	border: .1rem solid #46C2C5;
	border-radius: 3rem;
	padding: 1.4rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: -.005rem;
	color: #313131;
	margin: 0;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	position: relative;
	z-index: 1;
}

.request_form .gform_wrapper .gform_footer input.button:hover, .request_form .gform_wrapper .gform_footer input[type=submit]:hover, .request_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .request_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	animation: color 0.8s both;
	animation-direction: alternate;
}

.call_me_back__form .gform_wrapper, .call_form .gform_wrapper {
	padding: 0;
	margin: 0;
}

.call_me_back__form .gform_wrapper form, .call_form .gform_wrapper form {
	display: -ms-flexbox;
	display: flex;
}

.call_me_back__form .gform_wrapper .gform_body, .call_form .gform_wrapper .gform_body {
	padding: 2.3rem 2.8rem;
	width: 100%;
}

@media (min-width: 768px) {

	.call_me_back__form .gform_wrapper .gform_body, .call_form .gform_wrapper .gform_body {
		padding: 2.3rem 3.7rem;
	}
}

@media (min-width: 1160px) {

	.call_me_back__form .gform_wrapper .gform_body, .call_form .gform_wrapper .gform_body {
		width: calc(100% - 32.9rem);
		padding: 1.5rem 6.3rem 1.5rem 5.4rem;
	}
}

.call_me_back__form .gform_wrapper .top_label .gfield_label,
		.call_me_back__form .gform_wrapper legend.gfield_label,
		.call_me_back__form .gform_wrapper span.spf-phone.valid-msg,
		.call_form .gform_wrapper .top_label .gfield_label,
		.call_form .gform_wrapper legend.gfield_label,
		.call_form .gform_wrapper span.spf-phone.valid-msg {
	display: none ;
}

.call_me_back__form .gform_wrapper ul li.gfield,
		.call_me_back__form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.call_me_back__form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.call_form .gform_wrapper ul li.gfield,
		.call_form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.call_form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: 0;
	position: relative;
}

.call_me_back__form .gform_wrapper ul.gform_fields li.gfield, .call_form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.call_me_back__form .gform_wrapper .top_label li.gfield.gf_left_half, .call_form .gform_wrapper .top_label li.gfield.gf_left_half {
	width: 100%;
	margin-bottom: 1.8rem;
}

@media (min-width: 1160px) {

	.call_me_back__form .gform_wrapper .top_label li.gfield.gf_left_half, .call_form .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 3.15rem;
		width: 50%;
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
	}
}

.call_me_back__form .gform_wrapper .top_label li.gfield.gf_right_half, .call_form .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 100%;
}

@media (min-width: 1160px) {

	.call_me_back__form .gform_wrapper .top_label li.gfield.gf_right_half, .call_form .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 3.15rem;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
}

.call_me_back__form .gform_wrapper span.spf-phone.error-msg, .call_form .gform_wrapper span.spf-phone.error-msg {
	position: absolute;
	padding-left: 5rem;
	bottom: .2rem;
}

@media (min-width: 768px) {

	.call_me_back__form .gform_wrapper span.spf-phone.error-msg, .call_form .gform_wrapper span.spf-phone.error-msg {
		left: 50%;
		padding-left: 0;
		bottom: .5rem;
	}
}

.call_me_back__form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_me_back__form .gform_wrapper .iti--separate-dial-code .iti__flag-container,
		.call_form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_form .gform_wrapper .iti--separate-dial-code .iti__flag-container {
	padding-left: 2rem;
}

@media (min-width: 425px) {

	.call_me_back__form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_me_back__form .gform_wrapper .iti--separate-dial-code .iti__flag-container,
		.call_form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_form .gform_wrapper .iti--separate-dial-code .iti__flag-container {
		padding-left: 6rem;
	}
}

@media (min-width: 768px) {

	.call_me_back__form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_me_back__form .gform_wrapper .iti--separate-dial-code .iti__flag-container,
		.call_form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_form .gform_wrapper .iti--separate-dial-code .iti__flag-container {
		left: 20%;
	}
}

@media (min-width: 1160px) {

	.call_me_back__form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_me_back__form .gform_wrapper .iti--separate-dial-code .iti__flag-container,
		.call_form .gform_wrapper .iti--allow-dropdown .iti__flag-container,
		.call_form .gform_wrapper .iti--separate-dial-code .iti__flag-container {
		left: 0;
	}
}

.call_me_back__form .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .call_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag {
	background: transparent;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: rgba(49,49,49, .5);
}

.call_me_back__form .gform_wrapper .iti--separate-dial-code .iti__selected-flag:hover, .call_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag:hover {
	background: transparent;
}

.call_me_back__form .gform_wrapper .iti__country, .call_form .gform_wrapper .iti__country {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: rgba(49,49,49, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: .5rem;
}

.call_me_back__form .gform_wrapper .iti__country-list, .call_form .gform_wrapper .iti__country-list {
	z-index: 15;
}

.call_me_back__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: #fff;
	border: .1rem solid #46C2C5;
	border-radius: 3rem;
	padding: 2rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: rgba(49,49,49, .5);
}

.call_me_back__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: rgba(49,49,49, .5);
}

.call_me_back__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: rgba(49,49,49, .5);
}

.call_me_back__form .gform_wrapper .gform_footer, .call_form .gform_wrapper .gform_footer {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.call_me_back__form .gform_wrapper .call_btn, .call_form .gform_wrapper .call_btn {
	width: 35rem;
	margin: 1.8rem auto 0 !important;
	padding: 0;
	padding-right: 0;
	position: relative;
}

@media (min-width: 1160px) {

	.call_me_back__form .gform_wrapper .call_btn, .call_form .gform_wrapper .call_btn {
		position: absolute !important;
		top: 0;
		right: 0;
		width: 32.9rem;
		margin: 0 !important;
	}
}

.call_me_back__form .gform_wrapper .call_btn:before, .call_form .gform_wrapper .call_btn:before {
	content: '';
	width: 4.5rem;
	height: .3rem;
	background: #46C2C5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	box-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
}

@media (min-width: 768px) {

	.call_me_back__form .gform_wrapper .call_btn:before, .call_form .gform_wrapper .call_btn:before {
		width: 6.5rem;
	}
}

.call_me_back__form .gform_wrapper .call_btn:hover:before, .call_form .gform_wrapper .call_btn:hover:before {
	animation: line2 0.8s both;
	animation-direction: alternate;
}

.call_me_back__form .gform_wrapper .call_btn span, .call_form .gform_wrapper .call_btn span {
	display: block;
	overflow: hidden;
	position: relative;
}

.call_me_back__form .gform_wrapper .call_btn span:before,
				.call_me_back__form .gform_wrapper .call_btn span:after,
				.call_form .gform_wrapper .call_btn span:before,
				.call_form .gform_wrapper .call_btn span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: #46C2C5;
	border-radius: 50%;
	z-index: -1;
	left: -2rem;
	transform: translate(-50%, -50%);
}

.call_me_back__form .gform_wrapper .call_btn span:after, .call_form .gform_wrapper .call_btn span:after {
	right: -2rem;
	left: auto;
	transform: translate(50%, -50%);
}

.call_me_back__form .gform_wrapper .call_btn span:hover:before, .call_form .gform_wrapper .call_btn span:hover:before {
	animation: criss-cross-left 0.8s both;
	animation-direction: alternate;
}

.call_me_back__form .gform_wrapper .call_btn span:hover:after, .call_form .gform_wrapper .call_btn span:hover:after {
	animation: criss-cross-right 0.8s both;
	animation-direction: alternate;
}

.call_me_back__form .gform_wrapper .call_btn input.button,
			.call_me_back__form .gform_wrapper .call_btn input[type=submit],
			.call_form .gform_wrapper .call_btn input.button,
			.call_form .gform_wrapper .call_btn input[type=submit] {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 0;
	background: transparent;
	position: relative;
	padding: 3.5rem 1.5rem 3.5rem 0;
	text-align: right;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2.2rem;
	letter-spacing: .5083rem;
	color: #313131;
	text-transform: uppercase;
	margin: 0;
	user-select: none;
	appearance: none;
}

.call_me_back__form .gform_wrapper .call_btn input.button:hover, .call_me_back__form .gform_wrapper .call_btn input[type=submit]:hover, .call_form .gform_wrapper .call_btn input.button:hover, .call_form .gform_wrapper .call_btn input[type=submit]:hover {
	animation: color 0.8s both;
	animation-direction: alternate;
}

@media (min-width: 425px) {

	.call_me_back__form .gform_wrapper .call_btn input.button,
			.call_me_back__form .gform_wrapper .call_btn input[type=submit],
			.call_form .gform_wrapper .call_btn input.button,
			.call_form .gform_wrapper .call_btn input[type=submit] {
		font-size: 1.8rem;
		padding: 3.5rem 4.2rem 3.5rem 0;
	}
}

.call_form .gform_wrapper {
	position: relative;
}

.call_form .gform_wrapper form {
	display: block;
}

.call_form .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.call_form .gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 0;
}

@media (min-width: 640px) {

	.call_form .gform_wrapper .top_label li.gfield.gf_left_half {
		width: 50%;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1160px) {

	.call_form .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 1.5rem;
	}
}

.call_form .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 0;
}

@media (min-width: 640px) {

	.call_form .gform_wrapper .top_label li.gfield.gf_right_half {
		width: 50%;
		padding-left: 1.5rem;
	}
}

@media (min-width: 1160px) {

	.call_form .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 1.5rem;
	}
}

.call_form .gform_wrapper .gform_body {
	width: 100%;
	padding: 0;
}

.call_form .gform_wrapper .gform_body .phone-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	text-align: left;
}

.call_form .gform_wrapper .gform_body .iti--allow-dropdown .iti__flag-container,
			.call_form .gform_wrapper .gform_body .iti--separate-dial-code .iti__flag-container {
	padding-left: 2rem;
}

@media (min-width: 425px) {

	.call_form .gform_wrapper .gform_body .iti--allow-dropdown .iti__flag-container,
			.call_form .gform_wrapper .gform_body .iti--separate-dial-code .iti__flag-container {
		padding-left: 2rem;
		left: 0;
	}
}

@media (min-width: 1160px) {

	.call_form .gform_wrapper .gform_body .iti--allow-dropdown .iti__flag-container,
			.call_form .gform_wrapper .gform_body .iti--separate-dial-code .iti__flag-container {
		left: 0;
	}
}

.call_form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	text-align: left;
}

.call_form .gform_wrapper .gform_footer {
	position: relative;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	width: 100%;
	padding: 0;
	margin: 1.8rem 0 0;
}

@media (min-width: 640px) {

	@media (max-width: 1160px) {

		.call_form .gform_wrapper .gform_footer {
			margin: 0;
		}
	}
}

.call_form .gform_wrapper .gform_footer input.button,
			.call_form .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 2rem;
	background: #fff;
	border: .1rem solid #46C2C5;
	border-radius: 3.1rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem !important;
	letter-spacing: -.005rem;
	color: #46C2C5;
	text-transform: none;
	text-align: center;
	transition: .3s ease;
}

.call_form .gform_wrapper .gform_footer input.button:hover, .call_form .gform_wrapper .gform_footer input[type=submit]:hover {
	animation: none;
	background: #46C2C5;
	border: .1rem solid #fff;
	color: #fff;
}

@media (min-width: 425px) {

	.de-site .call_me_back__form .gform_wrapper .call_btn input.button,
	.de-site .call_me_back__form .gform_wrapper .call_btn input[type=submit],
	.de-site .call_form .gform_wrapper .call_btn input.button,
	.de-site .call_form .gform_wrapper .call_btn input[type=submit] {
		font-size: 1.5rem;
	}
}

@media (min-width: 1160px) {

	.de-site .call_me_back__form .gform_wrapper .call_btn input.button,
	.de-site .call_me_back__form .gform_wrapper .call_btn input[type=submit],
	.de-site .call_form .gform_wrapper .call_btn input.button,
	.de-site .call_form .gform_wrapper .call_btn input[type=submit] {
		padding: 3.5rem 2.5rem 3.5rem 0;
	}
}

@keyframes line2 {
  0% { background: #46C2C5; box-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  50% { background: #46C2C5; box-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  100% { background: #fff; box-shadow: 0 .2rem .4rem rgba(0,0,0, .5); }
}

@keyframes color {
  0% { color: #313131; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  50% { color: #313131; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  100% { color: #fff; text-shadow: 0 .2rem .4rem rgba(0,0,0, .5); }
}

@keyframes criss-cross-left {
  0% { left: -2rem; }
  50% { left: 50%; width: 2rem; height: 2rem; }
  100% { left: 50%; width: 37.5rem; height: 37.5rem; }
}

@keyframes criss-cross-right {
  0% { right: -2rem; }
  50% { right: 50%; width: 2rem; height: 2rem; }
  100% { right: 50%; width: 37.5rem; height: 37.5rem; }
}

/* -------------------------- *\
    .btns
\* -------------------------- */

.btn-blue,
.btn-white,
.btn-blue-2 {
	position: relative;
	overflow: hidden;
}

.btn-blue:before,
	.btn-blue:after,
	.btn-white:before,
	.btn-white:after,
	.btn-blue-2:before,
	.btn-blue-2:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: #fff;
	border-radius: 50%;
	left: -2rem;
	transform: translate(-50%, -50%);
}

.btn-blue:after, .btn-white:after, .btn-blue-2:after {
	right: -2rem;
	left: auto;
	transform: translate(50%, -50%);
}

.btn-blue:hover:before, .btn-white:hover:before, .btn-blue-2:hover:before {
	animation: criss-cross-left2 0.8s both;
	animation-direction: alternate;
}

.btn-blue:hover:after, .btn-white:hover:after, .btn-blue-2:hover:after {
	animation: criss-cross-right2 0.8s both;
	animation-direction: alternate;
}

.btn-blue-2,
.btn-white-2 {
	border: .1rem solid #46C2C5;
	border-radius: 3rem;
	padding: 2rem;
	text-align: center;
	display: inline-block;
	min-width: 27.4rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: #46C2C5;
	background: transparent;
}

.btn-blue-2:hover, .btn-white-2:hover {
	animation: color4 0.8s both;
	animation-direction: alternate;
	color: #fff;
}

.btn-blue-2 span, .btn-white-2 span {
	position: relative;
	z-index: 1;
}

.btn-white-2 {
	background: #fff;
	border: .1rem solid #46C2C5;
	color: #313131;
	transition: .3s ease;
}

.btn-white-2:hover {
	color: #fff;
	animation: none;
	background: #46C2C5;
	border-color: #fff;
}

.btn-white:before,
	.btn-white:after,
	.btn-blue-2:before,
	.btn-blue-2:after {
	background: #46C2C5;
}

@keyframes color2 {
  0% { color: #fff; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  50% { color: #fff; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  100% { color: #313131; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
}

@keyframes color3 {
  0% { color: #313131; }
  50% { color: #313131; }
  100% { color: #fff; }
}

@keyframes color4 {
  0% { color: #46C2C5; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  50% { color: #46C2C5; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  100% { color: #fff; text-shadow: 0 .2rem .4rem rgba(0,0,0, 0.5); }
}

/*@keyframes color5 {
  0% { color: $c10; text-shadow: 0 .2rem .4rem rgba($cb, 0); background: $cw; border-color: $c1; }
  50% { color: $c10; text-shadow: 0 .2rem .4rem rgba($cb, 0); background: transparent; border-color: $c1;}
  100% { color: $cw; text-shadow: 0 .2rem .4rem rgba($cb, 0.5); background: transparent; border-color: $cw;}
}*/

@keyframes svg {
  0% { fill: #fff; filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0)); }
  50% { fill: #fff; filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0)); }
  100% { fill: #313131; filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0)); }
}

@keyframes svg2 {
  0% { fill: #46C2C5; }
  50% { fill: #46C2C5; }
  100% { fill: #fff; }
}

@keyframes line {
  0% { background: #fff; box-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  50% { background: #fff; box-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
  100% { background: #46C2C5; box-shadow: 0 .2rem .4rem rgba(0,0,0, 0); }
}

@keyframes criss-cross-left2 {
  0% { left: -2rem; }
  50% { left: 50%; width: 2rem; height: 2rem; }
  100% { left: 50%; width: 150%; height: 37.5rem; }
}

@keyframes criss-cross-right2 {
  0% { right: -2rem; }
  50% { right: 50%; width: 2rem; height: 2rem; }
  100% { right: 50%; width: 150%; height: 37.5rem; }
}

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

.search {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	color: #313131;
	transition: .3s ease;
	padding: 11.9rem 0 0;
	transform: translateX(120%);
}

@media (min-width: 990px) {

	.search {
		display: -ms-flexbox;
		display: flex;
		left: auto;
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
		background: transparent;
		padding: 0;
	}

	.search:hover {
		transform: translateX(0);
	}

	.search.move_top {
		bottom: 5rem;
	}
}

@media (min-width: 1200px) {

	.search {
		max-width: 120rem;
	}
}

.search .click {
	width: 100%;
	height: 7.9rem;
	border: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: #46C2C5;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1.8rem;
	cursor: pointer;
	user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

@media (min-width: 1024px) {

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

.search .click span {
	position: relative;
	z-index: 1;
}

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

.search .click span:nth-child(1) svg {
	width: 4.3rem;
	height: 4.3rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
}

@media (min-width: 1024px) {

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

.search .click span:nth-child(2){
	cursor: pointer;
	color: #fff;
	height: 7.9rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	transition: .3s ease;
	text-align: left;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.search .click span:nth-child(2) strong {
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 2.6rem;
	font-weight: 500;
	display: block;
	width: 7.9rem;
	margin: 0 auto 0 0;
}

.search .click:hover span:nth-child(1) svg {
	animation: svg 0.8s both;
	animation-direction: alternate;
}

.search .click:hover span:nth-child(2) {
	animation: color2 0.8s both;
	animation-direction: alternate;
}

.search.exp {
	transform: translateX(0);
	z-index: 20;
}

.search.exp .click {
	height: 7.9rem;
	background: #46C2C5;
	color: #fff;
	cursor: pointer;
}

.search__2 {
	display: none;
}

@media (min-width: 990px) {

	.search__2 {
		position: fixed;
		bottom: 0;
		right: 0;
		display: block;
		display: -ms-flexbox;
		display: flex;
		right: 0;
		width: 22rem;
		z-index: 5;
		transition: .3s ease;
	}

	@media (min-width: 1200px) {

		.search__2 {
			width: 25.4rem;
		}
	}

	.search__2.move_top {
		bottom: 5rem;
	}

	.search__2 .click {
		width: 100%;
		height: 7.9rem;
		border: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		background: #fff;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 1.8rem;
		cursor: pointer;
		user-select: none;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}

	.search__2 .click span {
		position: relative;
		z-index: 1;
	}

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

	.search__2 .click span:nth-child(1) svg {
		width: 4.3rem;
		height: 4.3rem;
		fill: #46C2C5;
	}

	.search__2 .click span:nth-child(2) {
		cursor: pointer;
		color: #313131;
		height: 7.9rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
		transition: .3s ease;
		text-align: left;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.7rem;
		text-transform: uppercase;
	}

	.search__2 .click span:nth-child(2) strong {
		text-transform: uppercase;
		font-size: 2.1rem;
		line-height: 2.6rem;
		font-weight: 600;
		display: block;
		width: 7.9rem;
		margin: 0 auto 0 0;
	}

	.search__2:hover .click span:nth-child(1) svg {
		animation: svg2 0.8s both;
		animation-direction: alternate;
	}

	.search__2:hover .click span:nth-child(2) {
		animation: color3 0.8s both;
		animation-direction: alternate;
	}
}

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

.search-form-1 { 
	width: 100%;
 }

@media (min-width: 990px) {

	.search-form-1 form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		width: 100%;
		-ms-flex-align: end;
		    align-items: flex-end;
	}
}

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

@media (min-width: 768px) {

	.search-form-1 .m {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		padding: 0 2rem;
		margin: 0 0 3rem;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 990px) {

	.search-form-1 .m {
		width: calc(100% - 22rem);
		padding: 1.7rem;
		margin: 0;
		height: 7.2rem;
		background: #fff;
		border-radius: 1rem 0 0 0;
		filter: drop-shadow(.2rem .4rem .6rem rgba(0,0,0, .7));
	}
}

@media (min-width: 1200px) {

	.search-form-1 .m {
		padding: 1.7rem 3.8rem;
		width: calc(100% - 25.4rem);
	}
}

.search-form-1 p {
	position: relative;
	color: #313131;
	max-width: 70%;
	min-width: 70%;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 2.2rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	padding-right: 1.8rem;
	padding-bottom: 1.2rem;
}

@media (min-width: 768px) {

	.search-form-1 p {
		max-width: 29.2rem;
		min-width: 20rem;
	}
}

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

.search-form-1 p svg {
	position: absolute;
	top: .7rem;
	right: 0;
	fill: #313131;
	width: 1.8rem;
	height: 1rem;
	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;
	top: 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;
	z-index: 20;
}

@media (min-width: 990px) {

	.search-form-1 .drop-down .drop-down__checkboxes {
		bottom: 4.5rem;
		top: auto;
	}
}

.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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 70%;
	margin: 0 auto 2.8rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	padding-right: .5rem;
	color: #313131;
}

@media (min-width: 768px) {

	.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: 5.2rem;
	line-height: 5.2rem;
	font-weight: 400;
	margin-right: 1rem;
	color: #46C2C5;
}

.search-form-1 .tabs {
	width: 28.3rem;
	margin: 2.8rem auto;
	border: .1rem solid #46C2C5;
	border-radius: 1.9rem;
	background: #fff;
	height: 3.7rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
}

@media (min-width: 768px) {

	.search-form-1 .tabs {
		margin: 0;
	}
}

.search-form-1 .tabs label {
	padding: .7rem;
	background: transparent;
	border-radius: 1.9rem;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-align: center;
	width: 5.9rem;
	color: #313131;
	transition: .3s ease;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	z-index: 5;
	position: relative;
}

.search-form-1 .tabs label:nth-of-type(2),
			.search-form-1 .tabs label:nth-of-type(3) {
	width: 11.2rem;
}

.search-form-1 .tabs .indicator {
	content: '';
	background: transparent;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .2s ease-out;
	border-radius: 1.9rem;
	z-index: 1;
}

.search-form-1 .tabs input[type="radio"]:checked + label {
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.search-form-1 .tabs input[type="radio"]#r_all:checked ~ .indicator {
	background: #46C2C5;
	width: 5.9rem;
	transform: translate3d(0, 0, 0);
}

.search-form-1 .tabs input[type="radio"]#r_for_sale:checked ~ .indicator {
	background: #46C2C5;
	width: 11.2rem;
	transform: translate3d(5.9rem, 0, 0);
}

.search-form-1 .tabs input[type="radio"]#r_for_rent:checked ~ .indicator {
	background: #46C2C5;
	width: 11.2rem;
	transform: translate3d(17.1rem, 0, 0);
}

.search-form-1 .tabs input[type=radio]:not(:checked), .search-form-1 .tabs input[type=radio]:checked {
	display: none;
}

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

@media (min-width: 990px) {

	.search-form-1 button {
		width: 22rem !important;
	}
}

@media (min-width: 1200px) {

	.search-form-1 button {
		width: 25.4rem !important;
	}
}

.bg-site .search-form-1 .tabs label {
	font-size: 1.25rem;
}

/* -------------------------- *\
    .call_me_back
\* -------------------------- */

.call_me_back { 
	position: relative;
	
	padding: 0;
}

@media (min-width: 768px) {

	.call_me_back {
		height: 89.9rem;
	}
}

.call_me_back img {
	width: 100%;
	height: 87rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 768px) {

	.call_me_back img {
		height: 100%;
	}
}

.call_me_back .top_w {
	background: #fff;
	padding: 0 2rem 3.9rem;
	text-align: center;
}

@media (min-width: 768px) {

	.call_me_back .top_w {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 60rem;
		padding: 0 5rem 4.4rem;
	}
}

@media (min-width: 1160px) {

	.call_me_back .top_w {
		width: 112.9rem;
	}
}

.call_me_back .top_w .hold {
	max-width: 91rem;
	margin: 0 auto;
}

.call_me_back .top_w .hold .t3 {
	text-align: center;
}

.call_me_back .top_w .hold p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	max-width: 66.9rem;
	margin: 0 auto;
}

.call_me_back .bottom_w {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30rem;
	background: #fff;
}

@media (min-width: 425px) {

	.call_me_back .bottom_w {
		width: 38.5rem;
	}
}

@media (min-width: 768px) {

	.call_me_back .bottom_w {
		width: 60rem;
	}
}

@media (min-width: 1160px) {

	.call_me_back .bottom_w {
		width: 112.9rem;
	}
}

@media (min-width: 425px) {

	.de-site .call_me_back .top_w .hold .t3, .bg-site .call_me_back .top_w .hold .t3 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media (min-width: 1200px) {

	.de-site .call_me_back .top_w .hold .t3, .bg-site .call_me_back .top_w .hold .t3 {
		font-size: 3.8rem;
		line-height: 4.8rem;
	}
}

/* -------------------------- *\
    .section_intro
\* -------------------------- */

.section_intro { 
	padding: 5.8rem 0 0;
	text-align: center;
}

@media (min-width: 990px) {

	.section_intro {
		padding: 10rem 0 0;
	}
}

.section_intro .shell {
	max-width: 67rem;
}

@media (max-width: 690px) {

	.section_intro .shell {
		padding: 0 2rem;
	}
}

.section_intro .t2 {
	margin-bottom: 1rem;
}

.section_intro .t3 {
	text-align: center;
}

.section_intro p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

.section_intro p span {
	color: #46C2C5;
}

.section_intro p strong {
	color: #46C2C5;
	font-weight: 600;
}

.section_intro.sale .t3 span, .section_intro.rent .t3 span {
	color: #46C2C5;
}

.section_intro.rent .t3 span {
	color: #7BD55D;
}

.section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.number .stat .Rent,
									.section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.number .stat.Rent,
									.section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.status .stat .Rent,
									.section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.status .stat.Rent {
	display: none;
}

.section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.number .stat.Rent.sale, .section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.status .stat.Rent.sale {
	display: -ms-flexbox;
	display: flex;
}

.section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.number .stat.Rent.sale span.Rent, .section_intro.sale + .property_listing .prop_listing .listing .listing_content .ap-row div.status .stat.Rent.sale span.Rent {
	display: inline-block;
}

.section_intro.rent + .property_listing .prop_listing .listing .listing_content .ap-row div.number .stat .Sale,
									.section_intro.rent + .property_listing .prop_listing .listing .listing_content .ap-row div.number .stat.Sale,
									.section_intro.rent + .property_listing .prop_listing .listing .listing_content .ap-row div.number .stat.Rent.sale,
									.section_intro.rent + .property_listing .prop_listing .listing .listing_content .ap-row div.status .stat .Sale,
									.section_intro.rent + .property_listing .prop_listing .listing .listing_content .ap-row div.status .stat.Sale,
									.section_intro.rent + .property_listing .prop_listing .listing .listing_content .ap-row div.status .stat.Rent.sale {
	display: none;
}

.section_intro.hide {
	display: none;
}

/* -------------------------- *\
    .blog_section
\* -------------------------- */

.blog_section { 
	padding: 12.6rem 0 7.8rem;
	display: none;
}

.blog_section .shell {
	max-width: 172.2rem;
	padding: 0;
}

@media (max-width: 1740px) {

	.blog_section .shell {
		padding: 0 2rem;
	}
}

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

@media (max-width: 1200px) {

	.blog_section .blog_grid {
		overflow-x: scroll;
		width: 100%;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-pack: left;
		    justify-content: left;
		padding-bottom: 3rem;
	}

	.blog_section .blog_grid::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.blog_section .blog_grid::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
	}

	.blog_section .blog_grid::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.blog_section .blog_grid::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.blog_section .blog_grid::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.blog_section .blog_grid::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.blog_section .blog_grid:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.blog_section .blog_grid:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.blog_section .blog_grid:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.blog_section .btns {
	text-align: center;
	margin: 5.2rem auto 0;
}

/* -------------------------- *\
    .home_location
\* -------------------------- */

.home_location { 
	padding: 5.7rem 0 0;
	position: relative;
	margin-bottom: 5.7rem;
}

.home_location .img {
	height: 17.2rem;
}

@media (min-width: 425px) {

	.home_location .img {
		height: 22.2rem;
	}
}

@media (min-width: 600px) {

	.home_location .img {
		height: auto;
	}
}

.home_location .img img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 17.2rem;
	width: 100%;
}

@media (min-width: 425px) {

	.home_location .img img {
		height: 22.2rem;
	}
}

@media (min-width: 600px) {

	.home_location .img img {
		height: auto;
		-o-object-fit: inherit;
		   object-fit: inherit;
	}
}

.home_location .btns {
	width: 100%;
	text-align: center;
	margin-top: 1.8rem;
	max-width: 27.4rem;
	margin: 1.8rem auto 0;
}

@media (min-width: 600px) {

	.home_location .btns {
		max-width: 100%;
	}
}

@media (min-width: 990px) {

	.home_location .btns {
		position: absolute;
		bottom: 2.1rem;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 0;
	}
}

.home_location .btns a + a {
	margin-top: 1.8rem;
}

@media (min-width: 600px) {

	.home_location .btns a + a {
		margin-left: 2.5rem;
		margin-top: 0;
	}
}

.home_location.location {
	margin-bottom: 6.5rem;
}

/* -------------------------- *\
    .near_location
\* -------------------------- */

.near_location {
	padding: 3.6rem 0 0;
	position: relative;
	max-width: 192rem;
	margin: 0 auto;
}

.near_location:before {
	content: '';
	position: absolute;
	top: 17%;
	left: 0;
	width: 0%;
	height: 0.3rem;
	background: #46C2C5;
	transition: .3s ease;
	animation: width2 .4s forwards;
}

@media (max-width: 890px) {

	.near_location .shell {
		padding: 0;
	}
}

.near_location .hold {
	max-width: 89rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: #fff;
}

.near_location .hold:before,
		.near_location .hold:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: .3rem;
	background: #46C2C5;
	transition: .3s ease;
	z-index: 1;
}

.near_location .hold:before {
	animation: width .4s forwards .4s;
}

.near_location .hold:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	animation: width .4s forwards 1s;
}

.near_location .hold .in {
	position: relative;
	padding: 2.4rem 0;
	z-index: 1;
}

@media (min-width: 890px) {

	.near_location .hold .in:before,
				.near_location .hold .in:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0.3rem;
		height: 0%;
		background: #46C2C5;
		transition: .3s ease;
	}

	.near_location .hold .in:before {
		animation: height .4s forwards 1.3s;
	}

	.near_location .hold .in:after {
		left: auto;
		right: 0;
		height: 0;
		bottom: 0;
		top: 0;
		animation: height .4s forwards .7s;
		z-index: -1;
	}
}

.near_location__map {
	position: relative;
}

@media (min-width: 890px) {

	.near_location__map {
		left: 3.2rem;
	}
}

.near_location__map #google-container {
	height: 51.4rem !important;
}

.near_location__map #cd-zoom-in,
		.near_location__map #cd-zoom-out {
	height: 3.2rem;
	width: 3.2rem;
	cursor: pointer;
	margin-right: 1rem;
	background: #fff;
	border-radius: .5rem;
	background-repeat: no-repeat;
	background-size: 3.2rem 6.4rem;
	background-image: url(/wp-content/uploads/2022/12/cd-icon-controller.svg);
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	transition: .3s ease;
}

.near_location__map #cd-zoom-in:hover, .near_location__map #cd-zoom-out:hover {
	transform: scale(1.1);
}

@media (min-width: 1024px) {

	.near_location__map #cd-zoom-in,
			.near_location__map #cd-zoom-out {
		margin-right: 1rem;
	}
}

.near_location__map #cd-zoom-out {
	background-position: 50% -3.2rem;
	margin-top: .3rem;
	margin-bottom: 2rem;
}

.near_location .btns {
	margin: 3.6rem auto 0;
	text-align: center;
}

@keyframes width {
  0% { width: 0; }
  100% { width: 100%; }
}

@keyframes width2 {
  0% { width: 0; }
  100% { width: 50%; }
}

@keyframes height {
  0% { height: 0; }
  100% { height: 100%; }
}

/* -------------------------- *\
    .gallery_section
\* -------------------------- */

.gallery_section { 
	padding: 3.4rem 0 0;
	max-width: 192rem;
	margin: 0 auto;
 }

@media (min-width: 1024px) {

	.gallery_section {
		padding: 10rem 0 0 10rem;
	}
}

.gallery_section .gallery_slider a, .gallery_section .build_gallery_slider a {
	margin-right: 4rem;
	overflow: hidden;
	background: #000;
	display: block;/*&.slick-active {
				border-radius: 1rem 0 0 1rem;

				img {
					border-radius: 1rem 0 0 1rem;
				}
			}*/
}

.gallery_section .gallery_slider a:not(:first-child), .gallery_section .build_gallery_slider a:not(:first-child) {
	display: none;
}

@media (min-width: 1024px) {

	.gallery_section .gallery_slider a, .gallery_section .build_gallery_slider a {
		height: 55rem;
	}
}

.gallery_section .gallery_slider a img, .gallery_section .build_gallery_slider a img {
	transition: .3s ease;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 1024px) {

	.gallery_section .gallery_slider a img, .gallery_section .build_gallery_slider a img {
		width: 100%;
		height: 100%;
	}
}

s

			.gallery_section .gallery_slider a:hover img, s

			.gallery_section .build_gallery_slider a:hover img {
	opacity: .5;
}

.gallery_section .gallery_slider.slick-initialized a:not(:first-child), .gallery_section .build_gallery_slider.slick-initialized a:not(:first-child) {
	display: block;
}

.gallery_section .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.gallery_section .slider-paging-number {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 2.4rem;
	line-height: 2.9rem;
	position: absolute;
	bottom: -5.5rem;
	right: 8rem;
}

@media (min-width: 1024px) {

	.gallery_section .slider-paging-number {
		right: 16rem;
	}
}

.gallery_section .slider-paging-number li:not(:first-child) {
	display: none;
}

.gallery_section .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	margin-top: 3rem;
	margin-right: 2.2rem;
}

@media (min-width: 1024px) {

	.gallery_section .btn {
		margin-right: 10rem;
	}
}

.gallery_section .btn .prev-ar,
		.gallery_section .btn .next-ar,
		.gallery_section .btn .prev-ar3,
		.gallery_section .btn .next-ar3 {
	cursor: pointer;
	transition: .3s ease;
	z-index: 5;
	width: 3.5rem;
	height: 2.5rem;
	text-align: center;
	opacity: .5;
}

@media (min-width: 1024px) {

	.gallery_section .btn .prev-ar,
		.gallery_section .btn .next-ar,
		.gallery_section .btn .prev-ar3,
		.gallery_section .btn .next-ar3 {
		left: auto;
		right: 0;
	}
}

.gallery_section .btn .prev-ar:hover, .gallery_section .btn .next-ar:hover, .gallery_section .btn .prev-ar3:hover, .gallery_section .btn .next-ar3:hover {
	opacity: 1;
}

.gallery_section .btn .prev-ar svg, .gallery_section .btn .next-ar svg, .gallery_section .btn .prev-ar3 svg, .gallery_section .btn .next-ar3 svg {
	width: 2.8rem;
	height: 2.1rem;
}

.gallery_section .btn .prev-ar,
		.gallery_section .btn .prev-ar3 {
	margin-right: 10.8rem;
}

.gallery_section .btn .prev-ar svg, .gallery_section .btn .prev-ar3 svg {
	transform: rotate(180deg);
}

/* -------------------------- *\
    .pool
\* -------------------------- */

.pool { 
	padding: 10rem 0 0;
	position: relative;
	overflow: hidden;
	max-width: 192rem;
	margin: 0 auto;

}

.pool .shell {
	max-width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 85.9rem;
}

@media (min-width: 1200px) {

	.pool .shell {
		height: 106.1rem;
	}
}

.pool .shell:before {
	content: '';
	width: .3rem;
	height: 6.3rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 2rem;
}

@media (min-width: 1200px) {

	.pool .shell:before {
		height: 17rem;
		left: 10rem;
	}
}

.pool:after {
	content: '';
	background: linear-gradient(180deg, rgba(0,0,0, 0.0001) 0%, rgba(0,0,0, 0.702736) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

@media (min-width: 1200px) {

	.pool:after {
		content: none;
	}
}

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

.pool .hold {
	position: absolute;
	top: auto;
	bottom: 2.8rem;
	left: 0;
	padding: 0 2rem;
	max-width: 67rem;
	z-index: 5;
}

@media (min-width: 1200px) {

	.pool .hold {
		top: 22.4rem;
		left: 10rem;
		padding: 0;
	}
}

.pool .hold h2,
		.pool .hold h3 {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.6rem;
	letter-spacing: -.005625rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	margin-bottom: 1rem;
}

.pool .hold h2 {
	font-size: 3.6rem;
	line-height: 4.6rem;
	letter-spacing: -.01125rem;
	margin-bottom: 3rem;
	text-transform: none;
}

@media (min-width: 1024px) {

	.pool .hold h2 {
		font-size: 4.8rem;
		line-height: 6rem;
		letter-spacing: -.0015rem;
		margin-bottom: 3.3rem;
	}
}

.pool .hold p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	margin-bottom: 1.5rem;
}

.pool .hold p:last-of-type {
	margin-bottom: 0;
}

.pool .hold ul {
	margin: 2rem 0 0;
	list-style-position: inside;
	list-style-type: none;
}

@media (min-width: 1200px) {

	.pool .hold ul {
		margin: 5.4rem 0 0;
	}
}

.pool .hold ul li {
	position: relative;
	padding-left: 5rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #fff;
	margin-bottom: 2rem;
}

.pool .hold ul li:before {
	content: '';
	background: url(/wp-content/uploads/2022/11/check.png);
	width: 3.1rem;
	height: 3.1rem;
	background-size: contain;
	position: absolute;
	top: .7rem;
	left: 0;
}

@media (min-width: 1200px) {

	.pool .hold ul li:before {
		top: -.5rem;
	}
}

.pool .hold ul li:last-child {
	margin-bottom: 0;
}

/* -------------------------- *\
    .offer_sec
\* -------------------------- */

.offer_sec { 
	padding: 5.5rem 0 0;	
	margin-bottom: -4rem;
}

@media (min-width: 585px) {

	.offer_sec {
		margin-bottom: -6.6rem;
	}
}

.offer_sec .shell {
	max-width: 120rem;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (max-width: 1220px) {

	.offer_sec .shell {
		padding: 0 2rem;
	}
}

.offer_sec .shell div {
	width: 50%;
	margin-bottom: 4rem;
	cursor: pointer;
	text-align: center;
	padding: 0 1rem;
}

@media (min-width: 585px) {

	.offer_sec .shell div {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 6.6rem;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 850px) {

	.offer_sec .shell div {
		width: 33.33%;
	}
}

.offer_sec .shell div span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	width: 100%;
}

@media (min-width: 585px) {

	.offer_sec .shell div span {
		max-width: 16.5rem;
	}
}

.offer_sec .shell div span.icon {
	width: 8rem;
	height: 8rem;
	position: relative;
	border: .1rem solid #46C2C5;
	border-radius: 1.8rem;
	background: #fff;
	transition: .3s ease;
	margin: 0 auto;
	display: block;
	margin-bottom: 1rem;
}

@media (min-width: 585px) {

	.offer_sec .shell div span.icon {
		margin-right: 2rem;
		margin-bottom: 0;
		margin: 0;
	}
}

.offer_sec .shell div span.icon svg {
	width: 5.4rem;
	height: 5.7rem;
	fill: #696969;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0));
	transition: .3s ease;
}

.offer_sec .shell div:hover span.icon {
	background: #46C2C5;
}

.offer_sec .shell div:hover span.icon svg {
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	fill: #fff;
}

/* -------------------------- *\
    .payment_and_rent
\* -------------------------- */

.payment_and_rent { 
	padding: 6.8rem 0 0;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 990px) {

	.payment_and_rent {
		padding: 11.5rem 0 3.8rem;
	}
}

.payment_and_rent .top,
	.payment_and_rent .bottom {
	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;
}

.payment_and_rent .t2 {
	margin-bottom: 1rem;
}

.payment_and_rent .t2,
	.payment_and_rent .t3 {
	padding-right: 1rem;
}

@media (min-width: 990px) {

	.payment_and_rent .t2,
	.payment_and_rent .t3 {
		padding-right: 0;
	}
}

.payment_and_rent p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.payment_and_rent p:last-of-type {
	margin-bottom: 0;
}

.payment_and_rent p span {
	color: #46C2C5;
}

.payment_and_rent .btns {
	margin-top: 3.3rem;
}

.payment_and_rent .btns a {
	margin-right: 2rem;
	margin-bottom: 1.2rem;
}

.payment_and_rent .top {
	margin-bottom: 7.8rem;
	padding-left: 2rem;
	position: relative;
}

@media (min-width: 1650px) {

	.payment_and_rent .top {
		margin-bottom: 12.4rem;
		padding-left: 10.5rem;
	}
}

.payment_and_rent .top .left,
		.payment_and_rent .top .right {
	width: 100%;
}

@media (min-width: 990px) {

	.payment_and_rent .top .left,
		.payment_and_rent .top .right {
		width: 50%;
	}
}

@media (min-width: 990px) {

	.payment_and_rent .top .left {
		padding-right: 2rem;
	}
}

@media (min-width: 1650px) {

	.payment_and_rent .top .left {
		padding-right: 25.4rem;
	}
}

.payment_and_rent .top .left img {
	height: 26.2rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 1.8rem;
}

@media (min-width: 700px) {

	.payment_and_rent .top .left img {
		height: 35rem;
	}
}

@media (min-width: 990px) {

	.payment_and_rent .top .left img {
		height: 56.1rem;
		width: 47%;
		margin-bottom: 0;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
}

.payment_and_rent .top .left .info {
	padding-right: 2rem;
}

@media (min-width: 990px) {

	.payment_and_rent .top .left .info {
		padding-right: 0;
	}
}

@media (min-width: 990px) {

	.payment_and_rent .top .right {
		height: 56.1rem;
	}
}

.payment_and_rent .bottom {
	padding: 0 0 0 1.2rem;
	-ms-flex-align: end;
	    align-items: flex-end;
}

@media (min-width: 990px) {

	.payment_and_rent .bottom {
		padding: 0 2.4rem;
	}
}

@media (min-width: 1650px) {

	.payment_and_rent .bottom {
		padding: 0 13.9rem 0 2.4rem;
	}
}

.payment_and_rent .bottom .l,
		.payment_and_rent .bottom .r {
	width: 100%;
}

@media (min-width: 990px) {

	.payment_and_rent .bottom .l,
		.payment_and_rent .bottom .r {
		width: 50%;
	}
}

.payment_and_rent .bottom .l {
	padding-right: 2.6rem;
	position: relative;
}

@media (min-width: 990px) {

	.payment_and_rent .bottom .l {
		padding-right: 6rem;
	}
}

@media (min-width: 1650px) {

	.payment_and_rent .bottom .l {
		padding-right: 17rem;
	}
}

.payment_and_rent .bottom .l:after {
	content: '';
	background: #46C2C5;
	width: 2.6rem;
	height: .3rem;
	position: absolute;
	right: 0;
	top: 7.3rem;
	transition: .3s ease;
	animation: width2 .4s forwards;
	max-width: 2.6rem;
}

@media (min-width: 990px) {

	.payment_and_rent .bottom .l:after {
		width: 6rem;
		max-width: 6rem;
	}
}

@media (min-width: 1650px) {

	.payment_and_rent .bottom .l:after {
		width: 17rem;
		max-width: 17rem;
	}
}

.payment_and_rent .bottom .l .hold {
	position: relative;
	z-index: 1;
}

.payment_and_rent .bottom .l .hold:before,
				.payment_and_rent .bottom .l .hold:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: .3rem;
	background: #46C2C5;
	transition: .3s ease;
	z-index: 5;
}

.payment_and_rent .bottom .l .hold:before {
	animation: width .4s forwards .4s;
}

.payment_and_rent .bottom .l .hold:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	animation: width .4s forwards 1s;
}

.payment_and_rent .bottom .l .hold .img {
	position: relative;
	z-index: 1;
}

.payment_and_rent .bottom .l .hold .img:before,
					.payment_and_rent .bottom .l .hold .img:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.3rem;
	height: 0%;
	background: #46C2C5;
	transition: .3s ease;
}

.payment_and_rent .bottom .l .hold .img:before {
	animation: height .4s forwards 1.3s;
}

.payment_and_rent .bottom .l .hold .img:after {
	left: auto;
	right: 0;
	height: 0;
	bottom: 0;
	top: 0;
	animation: height .4s forwards .7s;
	z-index: -1;
}

.payment_and_rent .bottom .l .hold .img img {
	top: -1.7rem;
	left: -1.2rem;
	position: relative;
	z-index: -1;
	height: 28.4rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 700px) {

	.payment_and_rent .bottom .l .hold .img img {
		height: 35rem;
	}
}

@media (min-width: 990px) {

	.payment_and_rent .bottom .l .hold .img img {
		height: 56.1rem;
		width: 76.9rem;
		top: -3.4rem;
		left: -2.4rem;
	}
}

.payment_and_rent .bottom .r {
	margin-top: 3rem;
}

@media (min-width: 990px) {

	.payment_and_rent .bottom .r {
		margin-top: 0;
		padding-left: 2rem;
	}
}

@media (min-width: 1650px) {

	.payment_and_rent .bottom .r {
		padding-left: 7.5rem;
	}
}

.payment_and_rent .bottom .r .t3 {
	max-width: 67rem;
}

@media (min-width: 1650px) {

	.payment_and_rent .bottom .r .info,
			.payment_and_rent .bottom .r .btns {
		padding-left: 7.4rem;
	}
}

.payment_and_rent .bottom .r p strong {
	color: #46C2C5;
	font-weight: 600;
}

@media (min-width: 990px) {

	.payment_and_rent.rent,
	.payment_and_rent.sale {
		padding: 5.7rem 0 9rem;
	}
}

.single-building .payment_and_rent {
	padding: 6.8rem 0;
}

@media (min-width: 990px) {

	.single-building .payment_and_rent {
		padding: 11.5rem 0 18.4rem;
	}
}

/* -------------------------- *\
    .special_offers
\* -------------------------- */

.special_offers { 
	padding: 5.2rem 0 0;
}

.special_offers .shell {
	max-width: 172rem;
	padding: 0;
}

@media (max-width: 1740px) {

	.special_offers .shell {
		padding: 0 2rem;
	}
}

.special_offers__slider {
	display: -ms-flexbox;
	display: flex;
}

.special_offers__slider .slick-dots {
	bottom: -3.8rem;
}

.special_offers__slider .slick-dots li {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 .8rem;
}

.special_offers__slider .slick-dots li button {
	width: 1.2rem;
	height: 1.2rem;
	padding: 0;
	background: #D8D8D8;
	font-size: 0;
	line-height: 0;
	transition: .3s ease;
}

.special_offers__slider .slick-dots li button:before {
	content: none;
}

.special_offers__slider .slick-dots li.slick-active button, .special_offers__slider .slick-dots li:hover button {
	background: #46C2C5;
}

.special_offers .btns {
	margin: 6.8rem 0 0;
	text-align: center;
}

@media (min-width: 1200px) {

	.special_offers .btns {
		margin: 5.2rem 0 0;
	}
}

/* -------------------------- *\
    .property_sec
\* -------------------------- */

.property_sec { 
	padding: 10rem 0 0;

}

.property_sec .shell {
	max-width: 172rem;
	padding: 0;
}

@media (max-width: 1740px) {

	.property_sec .shell {
		padding: 0 2rem;
	}
}

.property_sec .hold {
	max-width: 160rem;
}

.property_sec .hold .top,
		.property_sec .hold .bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.property_sec .hold .top .l,
			.property_sec .hold .top .r,
			.property_sec .hold .bottom .l,
			.property_sec .hold .bottom .r {
	width: 100%;
}

@media (min-width: 990px) {

	.property_sec .hold .top .l,
			.property_sec .hold .top .r,
			.property_sec .hold .bottom .l,
			.property_sec .hold .bottom .r {
		width: 50%;
	}
}

.property_sec .hold .top {
	margin-bottom: 5.7rem;
}

@media (min-width: 990px) {

	.property_sec .hold .top {
		margin-bottom: 4.3rem;
	}
}

.property_sec .hold .top h2 {
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 4.66rem;
	letter-spacing: -.01125rem;
	color: #313131;
	margin-bottom: 2.8rem;
}

@media (min-width: 990px) {

	.property_sec .hold .top h2 {
		font-size: 4.8rem;
		line-height: 6rem;
		letter-spacing: -.015rem;
		margin-bottom: 0;
	}
}

.property_sec .hold .top p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 1200px) {

	.property_sec .hold .top p {
		max-width: 67rem;
	}
}

@media (min-width: 990px) {

	.property_sec .hold .top .r {
		padding-left: 6rem;
	}
}

@media (min-width: 1450px) {

	.property_sec .hold .top .r {
		padding-left: 13.2rem;
	}
}

.property_sec .hold .bottom {
	-ms-flex-align: end;
	    align-items: flex-end;
}

.property_sec .hold .bottom .l {
	position: relative;
	margin-bottom: 8.2rem;
}

.property_sec .hold .bottom .l:before,
				.property_sec .hold .bottom .l:after {
	content: '';
	position: absolute;
	bottom: -4.1rem;
	left: 5rem;
	width: .3rem;
	height: 4.1rem;
	background: #46C2C5;
}

.property_sec .hold .bottom .l:after {
	background: #fff;
	bottom: 0;
}

@media (min-width: 990px) {

	.property_sec .hold .bottom .l {
		margin-bottom: 0;
	}

	.property_sec .hold .bottom .l:before,
					.property_sec .hold .bottom .l:after {
		content: none;
	}
}

.property_sec .hold .bottom .l .property_slider a {
	overflow: hidden;
	background: #000;
	display: block;
}

.property_sec .hold .bottom .l .property_slider a:not(:first-child) {
	display: none;
}

.property_sec .hold .bottom .l .property_slider a img {
	transition: .3s ease;
	width: 100%;
	height: 40.4rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 990px) {

	.property_sec .hold .bottom .l .property_slider a img {
		height: 60rem;
	}
}

@media (min-width: 1200px) {

	.property_sec .hold .bottom .l .property_slider a img {
		height: 84.2rem;
	}
}

.property_sec .hold .bottom .l .property_slider a:hover img {
	opacity: .5;
}

.property_sec .hold .bottom .l .property_slider.slick-initialized a:not(:first-child) {
	display: block;
}

.property_sec .hold .bottom .l .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.property_sec .hold .bottom .l .slider-paging-number {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 2.4rem;
	line-height: 2.9rem;
	position: absolute;
	bottom: 1.4rem;
	right: 7rem;
	z-index: 1;
}

.property_sec .hold .bottom .l .slider-paging-number li:not(:first-child) {
	display: none;
}

.property_sec .hold .bottom .l .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	border-radius: 1rem 0 0 0;
	padding: 1.4rem;
}

.property_sec .hold .bottom .l .btn .prev-ar2,
					.property_sec .hold .bottom .l .btn .next-ar2 {
	cursor: pointer;
	transition: .3s ease;
	z-index: 5;
	width: 3.5rem;
	height: 2.5rem;
	text-align: center;
	opacity: .5;
}

@media (min-width: 1024px) {

	.property_sec .hold .bottom .l .btn .prev-ar2,
					.property_sec .hold .bottom .l .btn .next-ar2 {
		left: auto;
		right: 0;
	}
}

.property_sec .hold .bottom .l .btn .prev-ar2:hover, .property_sec .hold .bottom .l .btn .next-ar2:hover {
	opacity: 1;
}

.property_sec .hold .bottom .l .btn .prev-ar2 svg, .property_sec .hold .bottom .l .btn .next-ar2 svg {
	width: 2.8rem;
	height: 2.1rem;
}

.property_sec .hold .bottom .l .btn .prev-ar2 {
	margin-right: 10.3rem;
}

.property_sec .hold .bottom .l .btn .prev-ar2 svg {
	transform: rotate(180deg);
}

.property_sec .hold .bottom .r .accordion-title {
	width: 100%;
	background: transparent;
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 3.4rem;
	letter-spacing: -.0075rem;
	color: rgba(49,49,49, .5);
	text-align: left;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	cursor: pointer;
	max-width: 67rem;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 3.3rem;
	transition: .3s ease;
}

@media (min-width: 425px) {

	.property_sec .hold .bottom .r .accordion-title {
		font-size: 2.4rem;
	}
}

@media (min-width: 1200px) {

	.property_sec .hold .bottom .r .accordion-title {
		font-size: 3.6rem;
		line-height: 6rem;
		letter-spacing: -.01125rem;
	}
}

.property_sec .hold .bottom .r .accordion-title:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.property_sec .hold .bottom .r .accordion-title {
		padding-left: 6rem;
	}

	.property_sec .hold .bottom .r .accordion-title:before,
						.property_sec .hold .bottom .r .accordion-title:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: .3rem;
		background: #46C2C5;
		transition: .3s ease;
		transform: rotate(90deg);
	}

	@media (min-width: 990px) {

		.property_sec .hold .bottom .r .accordion-title:before,
						.property_sec .hold .bottom .r .accordion-title:after {
			top: 50%;
			transform: translateY(-50%);
		}
	}

	.property_sec .hold .bottom .r .accordion-title:after {
		background: #fff;
		left: 0;
		width: 4.1rem;
		z-index: -1;
	}

	@media (min-width: 1450px) {

		.property_sec .hold .bottom .r .accordion-title:after {
			width: 8.5rem;
		}
	}
}

@media (min-width: 1450px) {

	.property_sec .hold .bottom .r .accordion-title {
		padding-left: 13.2rem;
	}
}

.property_sec .hold .bottom .r .accordion-title:hover {
	color: #313131;
}

.property_sec .hold .bottom .r .accordion-title.open {
	color: #313131;
	margin-bottom: 0;
}

.property_sec .hold .bottom .r .accordion-title.open:before {
	width: 4.1rem;
}

@media (min-width: 1450px) {

	.property_sec .hold .bottom .r .accordion-title.open:before {
		width: 8.5rem;
	}
}

.property_sec .hold .bottom .r .accordion-title.open:after {
	left: -4.1rem;
	z-index: 1;
}

@media (min-width: 1450px) {

	.property_sec .hold .bottom .r .accordion-title.open:after {
		left: -8.5rem;
	}
}

.property_sec .hold .bottom .r .panel {
	padding: 0;
	max-width: 80rem;
	margin-bottom: 3.3rem;
}

@media (min-width: 990px) {

	.property_sec .hold .bottom .r .panel {
		padding: 1.3rem 0 0;
	}
}

.property_sec .hold .bottom .r .panel:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.property_sec .hold .bottom .r .panel {
		padding-left: 6rem;
	}
}

@media (min-width: 1450px) {

	.property_sec .hold .bottom .r .panel {
		padding-left: 13.2rem;
	}
}

.property_sec .hold .bottom .r .panel .details {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.2rem;
}

.property_sec .hold .bottom .r .panel .details > div {
	padding-right: 1.2rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 3.4rem;
	letter-spacing: -.005625rem;
	color: #313131;
}

@media (min-width: 425px) {

	.property_sec .hold .bottom .r .panel .details > div {
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {

	.property_sec .hold .bottom .r .panel .details > div {
		font-size: 2.1rem;
		line-height: 3.4rem;
		letter-spacing: -.0075rem;
	}
}

.property_sec .hold .bottom .r .panel .details > div span {
	color: #46C2C5;
}

.property_sec .hold .bottom .r .panel .details > div:nth-child(2) {
	padding-left: 1.2rem;
	padding-right: 0;
	border-left: .1rem solid rgba(49,49,49, .1);
}

.property_sec .hold .bottom .r .panel .info,
					.property_sec .hold .bottom .r .panel a {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 425px) {

	.property_sec .hold .bottom .r .panel .info,
					.property_sec .hold .bottom .r .panel a {
		font-size: 1.6rem;
	}
}

.property_sec .hold .bottom .r .panel a {
	color: #46C2C5;
	text-transform: uppercase;
	margin-top: 2rem;
	display: inline-block;
}

@media (min-width: 1200px) {

	.property_sec .hold .bottom .r .panel a {
		margin-top: 2.7rem;
	}
}

.property_sec .hold .bottom .r .panel a:hover {
	text-decoration: underline;
}

.property_sec .hold .bottom .r .accordion-title.open + .panel {
	display: block;
}

.property_sec .hold .bottom .r .btns {
	margin: 3.6rem 0 0;
}

@media (min-width: 990px) {

	.property_sec .hold .bottom .r .btns {
		padding-left: 6rem;
	}
}

@media (min-width: 1450px) {

	.property_sec .hold .bottom .r .btns {
		padding-left: 13.2rem;
		margin: 13rem 0 6.5rem;
	}
}

.property_sec .hold .bottom .r .btns a + a {
	margin-top: 1.8rem;
}

@media (min-width: 1450px) {

	.property_sec .hold .bottom .r .btns a + a {
		margin-left: 1.7rem;
		margin-top: 0;
	}
}

.property_sec.rent .hold .top .l span, .property_sec.sale .hold .top .l span {
	color: #46C2C5;
}

.property_sec.rent .hold .top .l span {
	color: #7BD55D;
}

.property_sec.rent .hold .bottom .r .accordion-title.open:before {
	background: #7BD55D;
}

.property_sec.rent .hold .bottom .r .panel .details > div span{
	color: #7BD55D;
}

.property_sec.rent .hold .bottom .r .btns .btn-blue-2 span {
	color: #7BD55D;
}

.property_sec.sale + .floors {
	padding: 8.5rem 0 0;
}

/* -------------------------- *\
    .about_sec
\* -------------------------- */

.about_sec { 
	padding: 4rem 0 0;
	max-width: 192rem;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 990px) {

	.about_sec {
		padding: 6.6rem 0 0;
	}
}

.about_sec:before {
	content: '';
	background: #46C2C5;
	width: .3rem;
	height: 4.5rem;
	position: absolute;
	top: 0;
	left: 2rem;
}

@media (min-width: 990px) {

	.about_sec:before {
		height: 17rem;
		left: 10.2rem;
	}
}

@media (min-width: 990px) {

	.about_sec {
		padding: 12rem 0 0;
	}
}

@media (min-width: 1200px) {

	.about_sec {
		padding: 12rem 0 0 9.9rem;
	}
}

.about_sec .top,
	.about_sec .bottom {
	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: 1200px) {

	@media (max-width: 1380px) {

		.about_sec .top,
	.about_sec .bottom {
			-ms-flex-align: start;
			    align-items: flex-start;
		}
	}
}

.about_sec .top .left,
		.about_sec .top .right,
		.about_sec .bottom .left,
		.about_sec .bottom .right {
	width: 100%;
}

@media (min-width: 990px) {

	.about_sec .top .left,
		.about_sec .top .right,
		.about_sec .bottom .left,
		.about_sec .bottom .right {
		width: 50%;
	}
}

.about_sec .top {
	padding-left: 2rem;
}

@media (min-width: 1200px) {

	.about_sec .top {
		padding-left: 0;
	}
}

.about_sec .top .left {
	padding-right: 2rem;
	background: #fff;
	position: relative;
}

@media (min-width: 1450px) {

	.about_sec .top .left {
		padding-right: 10rem;
	}
}

@media (min-width: 1650px) {

	.about_sec .top .left {
		padding-right: 24rem;
	}
}

.about_sec .top .left .t2 {
	margin-bottom: 1rem;
}

.about_sec .top .left .info {
	margin-bottom: 3.3rem;
}

.about_sec .top .left .info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.about_sec .top .left .info p:last-of-type {
	margin-bottom: 0;
}

.about_sec .top .left .info p strong {
	color: #46C2C5;
	font-weight: 600;
}

.about_sec .top .right {
	position: relative;
	padding-left: 6rem;
	padding-top: 8rem;
}

@media (min-width: 990px) {

	.about_sec .top .right {
		padding: 0;
	}
}

.about_sec .top .right .rot {
	position: absolute;
	top: 2rem;
	left: 0;
	animation: imgrotate 15s forwards infinite;
	animation-timing-function: linear;
	transition: .3s ease;
	display: block;
}

@media (min-width: 990px) {

	.about_sec .top .right .rot {
		top: -7rem;
		left: -7rem;
	}
}

.about_sec .top .right .rot:hover {
	animation: imgrotate 2.5s forwards infinite;
	animation-timing-function: linear;
}

.about_sec .top .right .rot + img {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 34.5rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 990px) {

	.about_sec .top .right .rot + img {
		height: 72.7rem;
	}
}

.about_sec .top .right .top_pic {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 34.5rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 990px) {

	.about_sec .top .right .top_pic {
		height: 72.7rem;
	}
}

.about_sec .bottom {
	margin-top: 3.7rem;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1200px) {

	.about_sec .bottom {
		margin-top: -3rem;
	}
}

@media (min-width: 1355px) {

	.about_sec .bottom {
		margin-top: -7rem;
	}
}

.about_sec .bottom .left {
	padding-right: 6.6rem;
	position: relative;
	padding-bottom: 6rem;
	z-index: 1;
}

@media (min-width: 1550px) {

	.about_sec .bottom .left {
		padding-right: 24.5rem;
	}
}

.about_sec .bottom .left .int {
	position: relative;
}

.about_sec .bottom .left .int:after {
	content: '';
	background: #46C2C5;
	width: .3rem;
	height: 4.5rem;
	position: absolute;
	bottom: -4.5rem;
	left: 2rem;
}

@media (min-width: 990px) {

	.about_sec .bottom .left .int:after {
		content: none;
	}
}

.about_sec .bottom .left .int img {
	width: 100%;
	height: 44.3rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 990px) {

	.about_sec .bottom .left .int img {
		height: 65rem;
	}
}

@media (min-width: 1200px) {

	.about_sec .bottom .left .int img {
		height: 84.2rem;
	}
}

.about_sec .bottom .left .int a {
	display: block;
	width: 11.1rem;
	height: 11.1rem;
	background: rgba(70,194,197, .8);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 .2rem .4rem rgba(0,0,0, 0.095);
}

@media (min-width: 1650px) {

	.about_sec .bottom .left .int a {
		width: 17rem;
		height: 17rem;
	}
}

.about_sec .bottom .left .int a svg {
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	width: 3.9rem;
	height: 4.5rem;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1650px) {

	.about_sec .bottom .left .int a svg {
		width: 4.8rem;
		height: 5.5rem;
	}
}

.about_sec .bottom .left .int a:hover {
	background: rgba(70,194,197, .4);
	box-shadow: 0 .2rem 3rem rgba(0,0,0, .5);
}

.about_sec .bottom .left .int a:hover svg {
	width: 4.9rem;
	height: 5.5rem;
}

@media (min-width: 1650px) {

	.about_sec .bottom .left .int a:hover svg {
		width: 5.8rem;
		height: 6.5rem;
	}
}

.about_sec .bottom .left .small {
	width: 17.7rem;
	height: 18.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (min-width: 990px) {

	.about_sec .bottom .left .small {
		width: 30rem;
		height: 32rem;
	}
}

@media (min-width: 1200px) {

	.about_sec .bottom .left .small {
		width: 35.7rem;
		height: 38rem;
	}
}

.about_sec .bottom .right {
	margin-top: 1.5rem;
	padding: 0 2rem;
}

@media (min-width: 990px) {

	.about_sec .bottom .right {
		margin-top: 0;
		padding: 0;
	}
}

.about_sec .bottom .right .t2 {
	position: relative;
}

.about_sec .bottom .right .t2:before {
	content: '';
	background: #46C2C5;
	width: 17rem;
	height: .3rem;
	position: absolute;
	top: 50%;
	left: -20rem;
	transform: translateY(-50%);
}

@media (max-width: 990px) {

	.about_sec .bottom .right .t2:before {
		content: none;
	}
}

@media (min-width: 1550px) {

	.about_sec .bottom .right .t2:before {
		left: -25rem;
	}
}

.about_sec .bottom .right .info {
	max-width: 74rem;
	padding-left: 2.6rem;
}

.about_sec .bottom .right .info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.8rem;
}

@media (min-width: 1200px) {

	.about_sec .bottom .right .info p {
		margin-bottom: 3.3rem;
	}
}

.about_sec .bottom .right .info p:last-of-type {
	margin-bottom: 0;
}

.about_sec .bottom .right .some {
	margin: 3.3rem 0 1.8rem;
	padding-left: 2.6rem;
}

@media (min-width: 425px) {

	.about_sec .bottom .right .some {
		padding-left: 5.7rem;
	}
}

@media (min-width: 1450px) {

	.about_sec .bottom .right .some {
		margin: 3.3rem 0;
	}
}

.about_sec .bottom .right .btns {
	padding-left: 2.6rem;
}

@media (min-width: 425px) {

	.about_sec .bottom .right .btns {
		padding-left: 5.7rem;
	}
}

.about_sec .bottom .right .btns a + a {
	margin-top: 1.8rem;
}

@media (min-width: 1350px) {

	.about_sec .bottom .right .btns a + a {
		margin-top: 0;
	}
}

@media (min-width: 1650px) {

	.about_sec .bottom .right .btns a + a {
		margin-left: 2rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1355px) {

		.about_sec .bottom .right .btns a.btn-blue-2 {
			padding: 1rem 2rem;
		}
	}
}

@media (min-width: 1200px) {

	.about_sec .bottom .right .info,
			.about_sec .bottom .right .some,
			.about_sec .bottom .right .btns {
		padding-left: 7.4rem;
	}
}

.about_sec.rent:before, .about_sec.sale:before {
	content: none;
}

@media (min-width: 1024px) {

	.about_sec.rent + .gallery_section, .about_sec.sale + .gallery_section {
		padding: 4rem 0 0 10rem;
	}
}

.single-building .about_sec:before {
	content: none;
}

.single-building .about_sec .bottom {
	margin-top: 0;
}

.bg-site .about_sec .bottom, .de-site .about_sec .bottom {
	margin-top: 3rem;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media (min-width: 1280px) {

	.bg-site .about_sec .bottom, .de-site .about_sec .bottom {
		margin-top: -3rem;
		-ms-flex-align: center;
		    align-items: center;
	}
}

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

/* -------------------------- *\
    .home_intro
\* -------------------------- */

.home_intro { 
	padding: 0;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: #6b8fd4 url(/wp-content/uploads/2022/12/opensea-clouds-scaled.jpg) no-repeat;
	background-attachment: fixed;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
}

.home_intro:after {
	content: '';
	background: #fff;
	width: .3rem;
	height: 17rem;
	position: absolute;
	bottom: -9.1rem;
	left: 10.2rem;
	animation: move2 3s infinite;
	display: none;
}

@media (min-width: 1024px) {

	.home_intro:after {
		display: inline-block;
	}
}

.home_intro:before {
	content: '';
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;/*animation: opacity2 4s linear forwards 0;*/
}

@media (min-width: 1024px) {

	.home_intro {
		min-width: 100vw;
		height: 100vh;
	}
}

.home_intro .map:before {
	content: '';
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	animation: opacity3 4s linear forwards;
}

@media (min-width: 1024px) {

	.home_intro .map:before {
		top: 50%;
	}
}

@media (min-width: 1200px) {

	.home_intro .map:before {
		top: 60%;
	}
}

.home_intro #mapster_wrap_1 {
	text-align: center !important;
	margin: 0 auto;
}

@media (min-width: 1024px) {

	.home_intro #mapster_wrap_1 {
		position: absolute !important;
		bottom: auto;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
}

.home_intro #mapster_wrap_1 img {
	margin: 0 auto;
}

.home_intro .scroll_text {
	position: absolute;
	bottom: 2rem;
	left: 3.2rem;
	transform: rotate(-90deg);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: .282rem;
	text-transform: uppercase;
	color: #fff;
	padding: 2.3rem;
	animation: move 3s infinite;
	display: none;
}

.home_intro .scroll_text:hover {
	font-size: 1.2rem;
}

@media (min-width: 1024px) {

	.home_intro .scroll_text {
		display: inline-block;
	}
}

.home_intro .location-mob,
	.home_intro .location-desk {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	max-width: 20.9rem;
	display: none;
}

@media (min-width: 768px) {

	.home_intro .location-mob,
	.home_intro .location-desk {
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 1350px) {

	.home_intro .location-mob,
	.home_intro .location-desk {
		margin-bottom: 1rem;
	}
}

.home_intro .location-mob svg, .home_intro .location-desk svg {
	width: 2.5rem;
	height: 3.5rem;
	transform: rotate(-34deg);
	fill: #fff;
	margin: 0 1rem .5rem 0;
}

.home_intro .location-mob h2, .home_intro .location-desk h2 {
	font-weight: 400;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: -.0075rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	text-align: right;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 990px) {

	.home_intro .location-mob h2, .home_intro .location-desk h2 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
}

.home_intro .location-mob h2 span, .home_intro .location-desk h2 span {
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
}

@media (min-width: 990px) {

	.home_intro .location-mob h2 span, .home_intro .location-desk h2 span {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.home_intro .location-mob {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 2rem;
	top: 25%;
}

@media (min-width: 768px) {

	.home_intro .location-mob {
		display: none;
	}
}

.home_intro .hold {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	z-index: 20;
	max-width: 100rem;
}

@media (min-width: 990px) {

	.home_intro .hold {
		padding: 1.9rem;
	}
}

.home_intro .hold .int {
	max-width: 98rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media (min-width: 990px) {

	.home_intro .hold .int {
		margin: 0 0 0 auto;
	}
}

.home_intro .hold .t {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-bottom: 1rem;
}

@media (min-width: 990px) {

	.home_intro .hold .t {
		margin-bottom: 2rem;
	}
}

.home_intro .hold .t .i-the-open-sea-logo {
	width: 30.2rem;
	height: 7rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
}

@media (min-width: 768px) {

	.home_intro .hold .t .i-the-open-sea-logo {
		width: 35rem;
		height: 6rem;
		padding: 0 2.8rem;
	}
}

@media (min-width: 990px) {

	.home_intro .hold .t .i-the-open-sea-logo {
		width: 50rem;
		height: 9rem;
	}
}

@media (min-width: 1350px) {

	.home_intro .hold .t .i-the-open-sea-logo {
		width: 62.9rem;
		height: 14.4rem;
	}
}

.home_intro .hold .t .i-turn-up {
	width: 4.5rem;
	height: 4.5rem;
	fill: #fff;
	display: none;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
}

@media (min-width: 768px) {

	.home_intro .hold .t .i-turn-up {
		display: inline-block;
	}
}

@media (min-width: 990px) {

	.home_intro .hold .t .i-turn-up {
		width: 7.5rem;
		height: 7.5rem;
	}
}

@media (min-width: 1350px) {

	.home_intro .hold .t .i-turn-up {
		margin-bottom: 2rem;
	}
}

.home_intro .hold .b {
	margin-bottom: 2rem;
}

@media (min-width: 1350px) {

	.home_intro .hold .b {
		margin-right: 6.3rem;
		margin-bottom: 4.5rem;
	}
}

.home_intro .hold .b h1 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #fff;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.home_intro .hold .b h1 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

@media (min-width: 990px) {

	.home_intro .hold .b h1 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
}

@keyframes opacity3 {
  0% {background: linear-gradient(180deg, rgba(55,78,124, 0) 0%, rgba(55,78,124, 0) 10%, rgba(55,78,124, 0) 30%, rgba(55,78,124, 0) 100%); }
  50% {background: linear-gradient(180deg, rgba(55,78,124, 0) 0%, rgba(55,78,124, 0) 10%, rgba(55,78,124, 0) 30%, rgba(55,78,124, 0) 100%); }
  100% {background: linear-gradient(180deg, rgba(55,78,124, 0) 0%, rgba(55,78,124, .8) 10%, rgba(55,78,124, .9) 30%, rgba(55,78,124, 1) 100%);}
}

/* -------------------------- *\
    .tool
\* -------------------------- */

.tool { 
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 24.9rem;
	height: 14.7rem;
	left: 5rem;
}

.tool .l {
	background: #46C2C5;
	border-radius: 1rem 1rem 0 0;
	padding: 1.3rem .5rem;
	text-align: center;
	width: 5.3rem;
	position: relative;
	height: 13.7rem;
	position: absolute;
	left: .5rem;
	bottom: .5rem;
}

.tool .l .info {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	display: block;
	width: 100%;
	color: #fff;
	top: 55%;
	left: 50%;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	transform: rotate(-90deg) translate(0, -60%);
	transform-origin: center center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	letter-spacing: .25rem;
}

.tool .l .info strong {
	font-size: 3.6rem;
	line-height: 4.4rem;
	margin-left: .7rem;
	font-weight: 600;
}

.tool .r {
	width: 100%;
}

.tool .r .top {
	width: 11.9rem;
	height: 3.8rem;
	background: #46C2C5;
	border-radius: 1rem 1rem 0 0;
	text-align: center;
	padding: .3rem;
	position: relative;
	margin: 0 0 0 auto;
}

.tool .r .top span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	letter-spacing: .1792rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 .1rem .3rem rgba(0,0,0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.tool .r .top span strong {
	font-size: 2.6rem;
	line-height: 3.1rem;
	margin-left: .5rem;
	font-weight: 600;
}

.tool .r .bot {
	background: #fff;
	padding: 1.3rem 1rem 1.3rem 7.5rem;
	height: calc(100% - 3.8rem);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
}

.tool .r .bot div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.tool .r .bot div:nth-of-type(1) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.tool .r .bot div span {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #313131;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.tool .r .bot div span strong {
	font-weight: 500;
	font-size: 3.1rem;
	line-height: 3.9rem;
	margin-left: 1rem;
}

.tool .r .bot div span.sale,
					.tool .r .bot div span.Rent,
					.tool .r .bot div span.rent {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #7DCDCC;
	line-height: 1.2rem;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
	margin-right: 1rem;
}

.tool .r .bot div span.Rent,
					.tool .r .bot div span.rent {
	background: #7BD55D;
}

.tool .r .bot div + div {
	margin-top: .6rem;
}

.tool.fl {
	width: 23.8rem;
}

.tool.fl.sold .l {
	background: #D11818;
}

.tool.fl.sold .r .top {
	background: #D11818;
}

.tool.fl.Rent .l {
	background: #7BD55D;
}

.tool.fl.Rent .r .top {
	background: #7BD55D;
}

.tool.fl.sale .l {
	background: #7DCDCC;
}

.tool.fl.sale .r .top {
	background: #7DCDCC;
}

.tool.fl.reserved .l, .tool.fl.rented .l {
	background: #FF8200;
}

.tool.fl.reserved .r .top, .tool.fl.rented .r .top {
	background: #FF8200;
}

.tool.fl .bot {
	padding: .5rem 1.2rem .5rem 6.2rem;
	display: block;
}

.tool.fl .bot div {
	display: block;
	text-align: center;
}

.tool.fl .bot div strong {
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 4.4rem;
	margin-right: .5rem;
}

.tool.fl .bot div.details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin: .3rem 0 .9rem;
}

.tool.fl .bot div.details span {
	padding-right: .2rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
	display: inline-block;
	width: 50%;
	position: relative;
}

.tool.fl .bot div.details span em {
	position: absolute;
	font-style: normal;
	font-size: 1.2rem;
	top: -.5rem;
}

.tool.fl .bot div.details span + span {
	padding-right: 0;
	padding-left: .2rem;
	border-left: .1rem solid #313131;
}

.tool.fl .bot div:nth-of-type(1) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.tool.fl .bot div.sale,
				.tool.fl .bot div.Rent,
				.tool.fl .bot div.reserved,
				.tool.fl .bot div.free,
				.tool.fl .bot div.rented,
				.tool.fl .bot div.sold {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #313131;
}

.tool.fl .bot div.sale span, .tool.fl .bot div.Rent span, .tool.fl .bot div.reserved span, .tool.fl .bot div.free span, .tool.fl .bot div.rented span, .tool.fl .bot div.sold span {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #7DCDCC;
	line-height: 1.2rem;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
	margin-right: 1rem;
}

.tool.fl .bot div.Rent span {
	background: #7BD55D;
}

.tool.fl .bot div.reserved span, .tool.fl .bot div.rented span {
	background: #FF8200;
}

.tool.fl .bot div.sold {
	text-transform: uppercase;
}

.tool.fl .bot div.sold span {
	background: #D11818;
}

.tool.fl .bot div + div {
	margin-top: 0;
}

.tool.ap .l .info {
	width: 13.7rem;
	-ms-flex-pack: center;
	    justify-content: center;
	top: 35%;
	left: -1.5rem;
}

.tool.ap .l .info strong {
	font-size: 3rem;
}

.tool.ap .r .bot {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.tool.ap .r .bot .hide {
	display: none;
}

.tool.ap .r .bot strong {
	font-weight: 500;
	font-size: 3rem;
	line-height: 4.4rem;
	text-align: center;
}

.tool.ap .r .bot span {
	-ms-flex-pack: center;
	    justify-content: center;
	margin-top: .8rem;
	font-size: 1.8rem;
	font-weight: 500;
}

.mapster_tooltip {
 	width: 26.2rem !important;
 	background: green;
 	border: none !important;
 	background: transparent !important;
 	box-shadow: none !important;
 }

/* -------------------------- *\
    .building_intro
\* -------------------------- */

.building_intro { 
	padding: 0;
	max-width: 192rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
}

@media (min-width: 990px) {

	.building_intro {
		padding: 0 0 4rem;
	}
}

.building_intro .breadcrumb {
	text-align: center;
	padding: .8rem;
}

@media (min-width: 990px) {

	.building_intro .breadcrumb {
		padding: 1.3rem 2rem;
		text-align: left;
	}
}

@media (min-width: 1450px) {

	.building_intro .breadcrumb {
		padding: 1.3rem 1.3rem 1.3rem 4rem;
	}
}

@media (min-width: 1650px) {

	.building_intro .breadcrumb {
		padding: 1.3rem 1.3rem 1.3rem 9.2rem;
	}
}

.building_intro .breadcrumb ul {
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 990px) {

	.building_intro .breadcrumb ul {
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

.building_intro .l,
	.building_intro .r {
	width: 100%;
}

@media (min-width: 990px) {

	.building_intro .l,
	.building_intro .r {
		width: 50%;
	}
}

@media (min-width: 1650px) {

	.building_intro .l {
		padding-right: 10rem;
	}
}

@media (min-width: 1700px) {

	.building_intro .l {
		padding-right: 15rem;
	}
}

.building_intro .l .hold {
	margin-top: .7rem;
	padding: 0 2rem;
}

@media (min-width: 1450px) {

	.building_intro .l .hold {
		padding-left: 4rem;
		margin-top: 8.5rem;
	}
}

@media (min-width: 1650px) {

	.building_intro .l .hold {
		padding-left: 9.2rem;
	}
}

.building_intro .l .hold .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.building_intro .l .hold .t2 {
		padding-top: 0;
	}
}

.building_intro .l .hold .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.building_intro .l .hold .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.building_intro .l .hold .t2:before {
		left: -9.2rem;
	}
}

.building_intro .l .hold .info {
	margin: 0 0 2.2rem;
}

@media (min-width: 990px) {

	.building_intro .l .hold .info {
		margin: 0 0 3.3rem;
		max-width: 67rem;
	}
}

.building_intro .l .hold .info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.building_intro .l .hold .info p:last-of-type {
	margin-bottom: 0;
}

.building_intro .l .hold .info p strong {
	font-weight: 600;
	color: #46C2C5;
}

.building_intro .l .hold .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;/*justify-content: space-between;*/
	margin-left: -1.8rem;
}

@media (min-width: 990px) {

	.building_intro .l .hold .details {
		max-width: 71.8rem;
	}
}

.building_intro .l .hold .details div {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 2rem;
	-ms-flex-pack: right;
	    justify-content: right;
}

@media (min-width: 425px) {

	.building_intro .l .hold .details div {
		width: 50%;
	}
}

@media (min-width: 640px) {

	.building_intro .l .hold .details div {
		width: 33.33%;
	}
}

@media (min-width: 990px) {

	.building_intro .l .hold .details div {
		width: 50%;
	}
}

@media (min-width: 1450px) {

	.building_intro .l .hold .details div {
		width: 33.33%;
		margin-bottom: 4.3rem;
	}
}

@media (min-width: 1650px) {

}

.building_intro .l .hold .details div span {
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 5.2rem;
	letter-spacing: -.01125rem;
	text-transform: uppercase;
	color: #313131;
	padding-right: 1.8rem;
	width: 8rem;
	text-align: right;
}

@media (min-width: 990px) {

	.building_intro .l .hold .details div span {
		font-size: 4.8rem;
		line-height: 5.8rem;
		letter-spacing: -.015rem;
	}
}

.building_intro .l .hold .details div span + span {
	padding-right: 0;
	padding-left: 1.8rem;
	border-left: .1rem solid #46C2C5;
	font-size: 1.4rem;
	line-height: 2.3rem;
	letter-spacing: -.045rem;
	width: calc(100% - 8rem);
	text-align: left;
}

@media (min-width: 990px) {

	.building_intro .l .hold .details div span + span {
		font-size: 1.6rem;
		line-height: 2.6rem;
		letter-spacing: -.005rem;
	}
}

.building_intro .r img {
	width: 100%;
	height: 32rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 990px) {

	.building_intro .r img {
		height: 90.9rem;
	}
}

.building_intro.rent,
	.building_intro.sale {
	padding: 0 0 5rem;
}

@media (min-width: 990px) {

	.building_intro.rent,
	.building_intro.sale {
		padding: 0 0 8rem;
	}
}

@media (min-width: 768px) {

	.building_intro.rent .l .hold, .building_intro.sale .l .hold {
		margin-top: 0;
	}
}

@media (min-width: 990px) {

	.building_intro.rent .r img, .building_intro.sale .r img {
		height: 66.4rem;
	}
}

/* -------------------------- *\
    .breadcrumb
\* -------------------------- */

.breadcrumb { 
	padding: 1.3rem 1.3rem 1.3rem 9.2rem;
	max-width: 192rem;
	margin: 0 auto;
	text-align: center;
	padding: .8rem;
}

.breadcrumb ul {
	list-style-type: none;
	list-style-position: inside;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0;
}

.breadcrumb ul li {
	position: relative;
}

.breadcrumb ul li + li {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: #313131;
}

.breadcrumb ul li + li:before {
	content: '/';
	display: inline-block;
	margin: 0 .5rem 0 1rem;
}

.breadcrumb ul li + li a {
	color: #313131;
}

.breadcrumb ul li + li a:hover {
	color: #46C2C5;
}

@media (min-width: 990px) {

	.breadcrumb {
		padding: 1.3rem 2rem;
		text-align: left;
	}
}

@media (min-width: 1450px) {

	.breadcrumb {
		padding: 1.3rem 1.3rem 1.3rem 4rem;
	}
}

@media (min-width: 1650px) {

	.breadcrumb {
		padding: 1.3rem 1.3rem 1.3rem 9.2rem;
	}
}

.breadcrumb ul {
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 990px) {

	.breadcrumb ul {
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

/* -------------------------- *\
    .map_material
\* -------------------------- */

.map_material { 
	padding: 5rem 0 0;
}

.map_material .shell {
	max-width: 172rem;
	padding: 0;
}

.map_material .image {
	position: relative;
}

.map_material .image img {
	width: 100%;
}

.map_material .image > span {
	position: absolute;
	transition: .3s ease;
	z-index: 1;
}

.map_material .image > span > span {
	position: absolute;
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: #46C2C5;
	transition: .3s ease;
	z-index: 1;
}

.map_material .image > span > span span {
	width: .7rem;
	height: .7rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 1;
}

@media (min-width: 768px) {

	.map_material .image > span > span span {
		width: .9vw;
		height: .9vw;
	}
}

.map_material .image > span > span:before,
				.map_material .image > span > span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1rem solid #46C2C5;
	animation: pulsedot 10s infinite;
	z-index: 1;
}

.map_material .image > span > span:after {
	animation: pulsedot 10s infinite .3s;
}

@media (min-width: 768px) {

	.map_material .image > span > span {
		width: 2.5vw;
		height: 2.5vw;
	}
}

.map_material .image > span:hover {
	background: #7DCDCC;
	cursor: pointer;
	z-index: 10;
}

.map_material .image > span:hover strong {
	transform: translate(0);
	opacity: 1;
	z-index: -1;
}

.map_material .image > span:nth-child(2) > span:before {
	animation-delay: .6s;
}

.map_material .image > span:nth-child(2) > span:after {
	animation-delay: .9s;
}

.map_material .image > span:nth-child(3) > span:before {
	animation-delay: 1.2s;
}

.map_material .image > span:nth-child(3) > span:after {
	animation-delay: 1.5s;
}

.map_material .image > span:nth-child(4) > span:before {
	animation-delay: 1.8s;
}

.map_material .image > span:nth-child(4) > span:after {
	animation-delay: 2.3s;
}

.map_material .image > span:nth-child(5) > span:before {
	animation-delay: 2.8s;
}

.map_material .image > span:nth-child(5) > span:after {
	animation-delay: 3.3s;
}

.map_material .image > span:nth-child(6) > span:before {
	animation-delay: 3.8s;
}

.map_material .image > span:nth-child(6) > span:after {
	animation-delay: 4.2s;
}

.map_material .image > span.bulb1 {
	top: 20.5%;
	left: 19.5%;
}

.map_material .image > span.bulb2 {
	top: 49%;
	left: 15%;
}

.map_material .image > span.bulb3 {
	top: 54%;
	left: 2.5%;
}

.map_material .image > span.bulb4 {
	top: 52%;
	left: 35%;
}

.map_material .image > span.bulb5 {
	top: 32%;
	left: 66.3%;
}

.map_material .image > span.bulb6 {
	top: 45.7%;
	left: 74%;
}

.map_material .image strong {
	width: 11.1rem;
	height: auto;
	padding: .6rem .9rem 1rem;
	font-weight: 400;
	font-size: .6rem;
	line-height: 1.1rem;
	color: #313131;
	transition: .3s ease;
	background: #fff;
	transform: translateX(-3rem);
	opacity: 0;
	pointer-events: none;
	text-align: left;
	box-shadow: 0 .2rem 1.5rem rgba(0,0,0, .3);
	border-radius: .5rem;
	position: absolute;
	transform: translate(2rem, 2rem);
	bottom: -1rem;
	left: 1rem;
	z-index: -1;
}

@media (min-width: 768px) {

	.map_material .image strong {
		width: 25rem;
		padding: 1.3rem 1.9rem 2.4rem;
		font-size: 1.4rem;
		line-height: 2.4rem;
		bottom: -2.5rem;
		left: 2.5rem;
	}
}

.map_material .image strong p {
	margin-bottom: 0;
}

@keyframes pulsedot {
  0%   {transform: translate(-50%, -50%) scale(1);}
  20% {transform: translate(-50%, -50%) scale(2); opacity: 0;}
  100% {transform: translate(-50%, -50%) scale(2); opacity: 0;}
}

/* -------------------------- *\
    .floors
\* -------------------------- */

.floors { 
	padding: .6rem 0 5rem;
	max-width: 192rem;
	margin: 0 auto;

	
}

@media (min-width: 940px) {

	.floors {
		padding: 8.5rem 0 11rem;
	}
}

.floors .shell {
	max-width: 172rem;
	padding: 0;
}

@media (max-width: 1740px) {

	.floors .shell {
		padding: 0 2rem;
	}
}

.floors .top {
	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;
	max-width: 150rem;
}

@media (min-width: 940px) {

	.floors .top {
		margin-bottom: 6.3rem;
	}
}

.floors .top .l {
	width: 100%;
}

@media (min-width: 940px) {

	.floors .top .l {
		width: 56%;
	}
}

@media (min-width: 1320px) {

	.floors .top .l {
		width: 67rem;
	}
}

.floors .top .l .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

.floors .top .l .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.floors .top .l .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1800px) {

	.floors .top .l .t2:before {
		left: -9.2rem;
	}
}

@media (min-width: 990px) {

	.floors .top .l .t2 {
		padding-top: 0;
	}
}

.floors .top .l p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.floors .top .l p:last-of-type {
	margin-bottom: 0;
}

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

@media (min-width: 940px) {

	.floors .top .r {
		width: 40%;
		margin-top: 0;
	}
}

@media (min-width: 1320px) {

	.floors .top .r {
		width: 56rem;
	}
}

.floors .top .r .show-mob {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 4.5rem;
	display: none;
}

@media (min-width: 940px) {

	.floors .top .r .show-mob {
		display: none;
	}
}

.floors .top .r > div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 5.9rem;
	-ms-flex-pack: center;
	    justify-content: center;
	display: none;
}

@media (min-width: 768px) {

	.floors .top .r > div {
		width: auto;
		margin-bottom: 0;
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

.floors .top .r > div div.bl {
	width: 3.8rem;
	height: 100%;
	display: block;
	position: relative;
}

.floors .top .r > div div.bl span {
	display: inline-block;
	width: 3.8rem;
	height: 13.9rem;
	background: rgba(70,194,197, .12);
	text-align: center;
	position: relative;
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	border-radius: 0 1rem 1rem 0;
}

.floors .top .r > div div.bl span span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	letter-spacing: .1792rem;
	text-transform: uppercase;
	color: #313131;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.floors .top .r > div div.bl span span strong {
	font-size: 2.6rem;
	line-height: 3.1rem;
	margin-top: .5rem;
}

.floors .top .r > div div.fl {
	border-left: .3rem solid #46C2C5;
}

@media (min-width: 940px) {

	@media (max-width: 995px) {

		.floors .top .r > div div.fl {
			margin-bottom: 2rem;
		}
	}
}

.floors .top .r > div div.fl > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.floors .top .r > div div.fl > div + div {
	margin-top: 1.6rem;
}

.floors .top .r > div div.fl > div a {
	display: block;
	padding: .7rem 2.2rem;
	font-weight: 300;
	font-size: 2.6rem;
	line-height: 3.1rem;
	color: #313131;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	width: 100%;
}

@media (min-width: 425px) {

	.floors .top .r > div div.fl > div a {
		width: 14rem;
	}
}

.floors .top .r > div div.fl > div a span {
	font-weight: 600;
}

.floors .top .r > div div.fl > div a:hover {
	background: #46C2C5;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.floors .top .r > div div.fl > div .inf {
	border-top: .1rem solid #46C2C5;
	padding-left: 2.3rem;
	width: 100%;
	padding-top: 1rem;
}

@media (min-width: 425px) {

	.floors .top .r > div div.fl > div .inf {
		border-left: .1rem solid #46C2C5;
		border-top: 0;
		padding-top: 0;
		width: auto;
	}
}

@media (min-width: 940px) {

	.floors .top .r > div div.fl > div .inf {
		display: none;
	}
}

.floors .top .r > div div.fl > div .inf > span {
	display: block;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #313131;
}

.floors .top .r > div div.fl > div .inf > span + span {
	margin-top: .5rem;
}

.floors .top .r > div div.fl > div .inf > span strong {
	font-weight: 600;
}

.floors .top .r > div div.fl > div .inf > span .sale,
								.floors .top .r > div div.fl > div .inf > span .rent {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #7DCDCC;
	line-height: 1.2rem;
	margin-right: 1rem;
}

.floors .top .r > div div.fl > div .inf > span .rent {
	background: #7BD55D;
}

.floors .top .r > div div.fl > div .inf > span .rented {
	background: #FF8200;
}

.floors .top .r > div div.fl > div .inf > span .sold {
	background: #D11818;
}

@media (min-width: 940px) {

	.floors .bottom {
		display: inline-block;
	}
}

@media (min-width: 940px) {

	.floors.home_map {
		padding: 3.3rem 0 0;
	}
}

.floors.home_map .bottom {
	display: block;
}

.floors.home_map .top {
	display: none;/*@mixin min 940 {
				display: none;
			}*/
}

.page-template-interactive .breadcrumb {
	display: none;
}

.page-template-interactive .breadcrumb:first-of-type {
	display: block !important;
}

@media (min-width: 425px) {

	.de-site .floors .top .r > div div.fl > div a {
		width: 15rem;
	}
}

/* -------------------------- *\
    .floor_intro
\* -------------------------- */

.floor_intro { 
	padding: .6rem 0 5rem;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 940px) {

	.floor_intro {
		padding: 8.5rem 0;
	}
}

.floor_intro .shell {
	max-width: 172rem;
	padding: 0;
}

@media (max-width: 1740px) {

	.floor_intro .shell {
		padding: 0 2rem;
	}
}

.floor_intro .top {
	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;
	max-width: 156rem;
}

@media (min-width: 940px) {

	.floor_intro .top {
		margin-bottom: 3.8rem;
	}
}

.floor_intro .top .info {
	width: 100%;
}

.floor_intro .top .info .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

.floor_intro .top .info .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.floor_intro .top .info .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1800px) {

	.floor_intro .top .info .t2:before {
		left: -9.2rem;
	}
}

@media (min-width: 990px) {

	.floor_intro .top .info .t2 {
		padding-top: 0;
	}
}

.floor_intro .top .info > div {
	display: -ms-flexbox;
	display: flex;
}

.floor_intro .top .info > div div + div {
	margin-left: 3rem;
}

.floor_intro .top .info > div div.sale,
					.floor_intro .top .info > div div.rent {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #313131;
}

.floor_intro .top .info > div div.sale div, .floor_intro .top .info > div div.rent div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.floor_intro .top .info > div div.sale strong, .floor_intro .top .info > div div.rent strong {
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 3.9rem;
	margin-left: 1rem;
}

.floor_intro .top .info > div div.sale span, .floor_intro .top .info > div div.rent span {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #7DCDCC;
	line-height: 1.2rem;
	margin-right: 1rem;
}

.floor_intro .top .info > div div.rent span {
	background: #7BD55D;
}

.floor_intro .top .info > div div.rented span {
	background: #FF8200;
}

.floor_intro .top .left {
	width: 100%;
}

@media (min-width: 940px) {

	.floor_intro .top .left {
		width: 56%;
	}
}

@media (min-width: 1320px) {

	.floor_intro .top .left {
		width: 83rem;
	}
}

.floor_intro .top .left .smapp {
	display: none;
}

@media (min-width: 940px) {

	.floor_intro .top .left .smapp {
		display: inline-block;
	}
}

.floor_intro .top .left .mobile {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 4.5rem;
}

@media (min-width: 940px) {

	.floor_intro .top .left .mobile {
		display: none;
	}
}

.floor_intro .top .left .mobile #mapster_wrap_1 {
	margin: 0 auto;
}

.floor_intro .top .right {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 3rem;
	display: none;
}

@media (min-width: 940px) {

	.floor_intro .top .right {
		width: 40%;
		margin-top: 0;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 1320px) {

	.floor_intro .top .right {
		width: 56rem;
	}
}

.floor_intro .top .right > div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 5.9rem;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 768px) {

	.floor_intro .top .right > div {
		width: auto;
		margin-bottom: 0;
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

.floor_intro .top .right > div div.bl {
	width: 3.8rem;
	height: 100%;
	display: block;
	position: relative;
}

.floor_intro .top .right > div div.bl span {
	display: inline-block;
	width: 3.8rem;
	height: 13.9rem;
	background: rgba(70,194,197, .12);
	text-align: center;
	position: relative;
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	border-radius: 0 1rem 1rem 0;
}

.floor_intro .top .right > div div.bl span span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	letter-spacing: .1792rem;
	text-transform: uppercase;
	color: #313131;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.floor_intro .top .right > div div.bl span span strong {
	font-size: 2.6rem;
	line-height: 3.1rem;
	margin-top: .5rem;
}

.floor_intro .top .right > div div.fl {
	border-left: .3rem solid #46C2C5;
}

.floor_intro .top .right > div div.fl > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.floor_intro .top .right > div div.fl > div + div {
	margin-top: 1.6rem;
}

.floor_intro .top .right > div div.fl > div a {
	display: block;
	padding: .7rem 2.2rem;
	font-weight: 300;
	font-size: 2.6rem;
	line-height: 3.1rem;
	color: #313131;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	width: 100%;
}

@media (min-width: 425px) {

	.floor_intro .top .right > div div.fl > div a {
		width: 14rem;
	}
}

.floor_intro .top .right > div div.fl > div a span {
	font-weight: 600;
}

.floor_intro .top .right > div div.fl > div a:hover {
	background: #46C2C5;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.floor_intro .top .right > div div.fl > div .inf {
	border-top: .1rem solid #46C2C5;
	padding-left: 2.3rem;
	width: 100%;
	padding-top: 1rem;
}

@media (min-width: 425px) {

	.floor_intro .top .right > div div.fl > div .inf {
		border-left: .1rem solid #46C2C5;
		border-top: 0;
		padding-top: 0;
		width: auto;
	}
}

@media (min-width: 940px) {

	.floor_intro .top .right > div div.fl > div .inf {
		display: none;
	}
}

.floor_intro .top .right > div div.fl > div .inf > span {
	display: block;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #313131;
}

.floor_intro .top .right > div div.fl > div .inf > span + span {
	margin-top: .5rem;
}

.floor_intro .top .right > div div.fl > div .inf > span strong {
	font-weight: 600;
}

.floor_intro .top .right > div div.fl > div .inf > span .sale,
								.floor_intro .top .right > div div.fl > div .inf > span .rent {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #7DCDCC;
	line-height: 1.2rem;
	margin-right: 1rem;
}

.floor_intro .top .right > div div.fl > div .inf > span .rent {
	background: #7BD55D;
}

.floor_intro .top .right > div div.fl > div .inf > span .rented {
	background: #FF8200;
}

.floor_intro .top .right > div div.fl > div .inf > span .sold {
	background: #D11818;
}

.floor_intro .bottom {
	position: relative;
}

@media (min-width: 940px) {

	.floor_intro .bottom .mobb {
		display: none;
	}
}

.floor_intro .bottom .mobb #mapster_wrap_2 {
	margin: 0 auto;
}

.floor_intro .bottom .desk {
	display: none;
}

@media (min-width: 940px) {

	.floor_intro .bottom .desk {
		display: inline-block;
	}
}

.floor_intro .bottom .compass {
	width: 5.1rem;
	height: 5.1rem;
	position: relative;
	margin: 0 0 0 auto;
}

@media (min-width: 940px) {

	.floor_intro .bottom .compass {
		position: absolute;
		width: 11.5rem;
		height: 11.5rem;
		right: 0;
		top: 0;
		margin: 0;
	}
}

@media (max-width: 940px) {

	.floor_intro .bottom .compass img {
		transform: rotate(90deg);
	}
}

@media (min-width: 940px) {

	.floor_intro .bottom .compass {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.floor_intro .bottom .image_map.desk + .desk {
	margin-left: 5%;
}

/* -------------------------- *\
    .filter
\* -------------------------- */

.filter {
    margin: 0 0 3.2rem;
    max-width: 139rem;
    margin: 0 auto 2.5rem;
}

.filter::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (max-width: 1400px) {

	.filter {
		padding: 0 2rem;
	}
}

.filter .custom-dropdown {
	position: relative;
	margin-bottom: 2rem;
	font-family: 'Montserrat', sans-serif;
	float: left;
}

@media (min-width: 1400px) {

	.filter .custom-dropdown {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.filter .custom-dropdown label {
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
	margin-bottom: 1rem;
	display: block;
}

@media (min-width: 1400px) {

	.filter .custom-dropdown label {
		margin-right: 1.6rem;
		width: auto;
		margin-bottom: 0;
	}
}

.filter .custom-dropdown select {
	display: none;
}

.filter .custom-dropdown:after {
	content: '';
	background: rgba(255,255,255, 0.15);
	width: 100%;
	height: 0.1rem;
	position: absolute;
	bottom: 0;
}

.filter .custom-dropdown .select-selected {
	border: 0;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 2.2rem;
	background: transparent;
	padding: 1.1rem 3.9rem 1.1rem 1.6rem;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 4.4rem;
	cursor: pointer;/*width: 100%;*/
	position: relative;
	z-index: 10;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/*@mixin min 930 {
		    	width: 13.2rem;
		    }

		    @mixin min 1070 {
		    	width: 21rem;
		    	font-size: 1.8rem;
		    }*/

.filter .custom-dropdown .select-selected:after {
	content: '';
	background: url(/wp-content/uploads/2022/12/down-arrow.png) no-repeat;
	background-size: contain;
	width: 1.8rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-40%);
	transition: .3s ease;
}

.filter .custom-dropdown .select-selected.select-arrow-active:after {
	content: '';
	background: url(/wp-content/uploads/2022/12/down-arrow.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%) rotate(180deg);
}

.filter .custom-dropdown .select-selected.select-arrow-active {
	border-radius: 2.2rem 2.2rem 0 0;
}

.filter .custom-dropdown .select-selected.select-arrow-active:before {
	content: none;
}

.filter .custom-dropdown .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	border: 0;
	border-radius: 0 0 2.2rem 2.2rem;
	padding: 0.3rem 1rem 1rem;
	box-shadow: 0 0.5rem 0.4rem -.2rem rgba(0,0,0, .5);
	background: #fff;
	max-height: 20vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: calc(100% - 2rem);
}

@media (min-width: 425px) {

	.filter .custom-dropdown .select-items {
		width: calc(100% - 4rem);
	}
}

@media (min-width: 1070px) {

	.filter .custom-dropdown .select-items {
		max-height: 50vh;
	}
}

@media (min-width: 1400px) {

	.filter .custom-dropdown .select-items {
		left: auto;
		right: 0;
	}
}

.filter .custom-dropdown .select-items div,
			.filter .custom-dropdown .select-items .select-selected {
	color: rgba(0,0,0, .5);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	padding: 0.5rem;
	font-size: 1.2rem;
	line-height: 2rem;
}

@media (min-width: 1200px) {

	.filter .custom-dropdown .select-items div,
			.filter .custom-dropdown .select-items .select-selected {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.filter .custom-dropdown .select-items div:hover,
			.filter .custom-dropdown .select-items .same-as-selected {
	background: rgba(49,49,49, 0.1);
	color: #313131;
}

.filter .custom-dropdown .select-hide {
	display: none;
}

.filter .custom-dropdown.build,
		.filter .custom-dropdown.entrance {
	padding-right: 2rem;
	width: 50%;
}

@media (min-width: 550px) {

	.filter .custom-dropdown.build,
		.filter .custom-dropdown.entrance {
		padding-right: 2rem;
		width: 33.33%;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.build,
		.filter .custom-dropdown.entrance {
		width: auto;
		padding-right: 0;
		margin-right: 2rem;
	}
}

.filter .custom-dropdown.build .select-selected, .filter .custom-dropdown.entrance .select-selected {
	width: 100%;
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.build .select-selected, .filter .custom-dropdown.entrance .select-selected {
		width: 10rem;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.build .select-items, .filter .custom-dropdown.entrance .select-items {
		width: 10rem;
	}
}

.filter .custom-dropdown.floor {
	width: 100%;
	padding-right: 2rem;
}

@media (min-width: 550px) {

	.filter .custom-dropdown.floor {
		width: 33.33%;
		padding-right: 2rem;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.floor {
		width: auto;
		padding-right: 5.4rem;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.floor {
		width: auto;
		padding-right: 0;
		margin-right: 2rem;
	}
}

.filter .custom-dropdown.floor .select-selected {
	width: 100%;
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.floor .select-selected {
		width: 10rem;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.floor .select-items {
		width: 10rem;
	}
}

.filter .custom-dropdown.type,
		.filter .custom-dropdown.status,
		.filter .custom-dropdown.view {
	width: 100%;
	padding-right: 2rem;
}

@media (min-width: 550px) {

	.filter .custom-dropdown.type,
		.filter .custom-dropdown.status,
		.filter .custom-dropdown.view {
		width: 33.33%;
		padding-right: 2rem;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.type,
		.filter .custom-dropdown.status,
		.filter .custom-dropdown.view {
		width: auto;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.type,
		.filter .custom-dropdown.status,
		.filter .custom-dropdown.view {
		width: auto;
		padding-right: 0;
		margin-right: 2rem;
	}
}

.filter .custom-dropdown.type .select-selected, .filter .custom-dropdown.status .select-selected, .filter .custom-dropdown.view .select-selected {
	width: 100%;
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.type .select-selected, .filter .custom-dropdown.status .select-selected, .filter .custom-dropdown.view .select-selected {
		width: 14rem;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.type .select-items, .filter .custom-dropdown.status .select-items, .filter .custom-dropdown.view .select-items {
		width: 14rem;
	}
}

@media (min-width: 1024px) {

	.filter .custom-dropdown.status {
		padding-right: 0;
		margin-right: 0;
	}
}

/* -------------------------- *\
    .property_listing
\* -------------------------- */

.apartments {
	padding: 3rem 0 0;
}

.apartments .section_intro {
	padding-bottom: 8rem;
}

.property_listing { 
	padding: 0 0 8.5rem;
}

.property_listing .prop_listing .t2,
		.property_listing .prop_listing .t3 {
	text-align: center;
}

.property_listing .prop_listing p.int {
	max-width: 67rem;
	margin: 0 auto 5.6rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #313131;
}

@media (max-width: 1300px) {

	.property_listing .prop_listing .listing {
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 2rem;
		position: relative;
	}

	.property_listing .prop_listing .listing::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.property_listing .prop_listing .listing::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
	}

	.property_listing .prop_listing .listing::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.property_listing .prop_listing .listing::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.property_listing .prop_listing .listing::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.property_listing .prop_listing .listing::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.property_listing .prop_listing .listing:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.property_listing .prop_listing .listing:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.property_listing .prop_listing .listing:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.property_listing .prop_listing .listing .listing_heading {
	background: #46C2C5;
	padding: 0 2rem;
}

@media (min-width: 1390px) {

	.property_listing .prop_listing .listing .listing_heading {
		padding: 0;
	}
}

/*position: sticky;
				top: 10rem;
				z-index: 20;


				@mixin min 768 {
					top: 2rem;
				}*/

.property_listing .prop_listing .listing .listing_heading div {
	max-width: 130rem;
	background: #46C2C5;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2rem;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	padding: 1rem .3rem;
	width: 130rem;
}

@media (min-width: 1390px) {

	.property_listing .prop_listing .listing .listing_heading div {
		max-width: 139rem;
		width: 139rem;
	}
}

@media (min-width: 768px) {

	.property_listing .prop_listing .listing .listing_heading div {
		padding: 1rem 1.4rem;
	}
}

@media (min-width: 1100px) {

	.property_listing .prop_listing .listing .listing_heading div {
		font-size: 1.4rem;
	}
}

@media (min-width: 1530px) {

	.property_listing .prop_listing .listing .listing_heading div {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.property_listing .prop_listing .listing .listing_heading span {
	-ms-flex: 1;
	    flex: 1;
}

.property_listing .prop_listing .listing .listing_heading span:nth-of-type(1)  {
	max-width: 4rem;
}

@media (min-width: 768px) {

	.property_listing .prop_listing .listing .listing_heading span:nth-of-type(1) {
		max-width: 2.4rem;
	}
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(2) {
	max-width: 8.5rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(3) {
	max-width: 7.9rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(4) {
	max-width: 8.5rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(5) {
	max-width: 4.8rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(6) {
	max-width: 7.3rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(7) {
	max-width: 9.8rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(8) {
	max-width: 14rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(9) {
	max-width: 9.1rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(10) {
	max-width: 11.5rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(11) {
	max-width: 11.7rem;
}

.property_listing .prop_listing .listing .listing_heading span:nth-child(12) {
	max-width: 13.2rem;
}

.property_listing .prop_listing .listing .listing_content {
	background: #F9F9F9;
	padding: .9rem 0;
	max-width: 139rem;
	margin: 0 2rem;
	width: 130rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 1390px) {

	.property_listing .prop_listing .listing .listing_content {
		width: 139rem;
		margin: 0 auto;
	}
}

.property_listing .prop_listing .listing .listing_content .ap-row {
	background: #F9F9F9;
	border-radius: .5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1rem .3rem;
	text-align: center;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
}

.property_listing .prop_listing .listing .listing_content .ap-row:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.property_listing .prop_listing .listing .listing_content .ap-row {
		padding: 1rem 1.3rem;
	}
}

@media (min-width: 1450px) {

	.property_listing .prop_listing .listing .listing_content .ap-row {
		padding: 2.2rem 1.4rem;
	}
}

.property_listing .prop_listing .listing .listing_content .ap-row div {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #313131;
	-ms-flex: 1;
	    flex: 1;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(1)  {
	max-width: 4rem;
}

@media (min-width: 768px) {

	.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(1) {
		max-width: 2.4rem;
	}
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(2) {
	max-width: 8.5rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(3) {
	max-width: 7.9rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(4) {
	max-width: 8.5rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(5) {
	max-width: 4.8rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(6) {
	max-width: 7.3rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(7) {
	max-width: 9.8rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(8) {
	max-width: 14rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(9) {
	max-width: 9.1rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10) {
	max-width: 11.5rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) {
	max-width: 11.7rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) .hot {
	color: red;
	display: block;
	font-weight: 700;
	font-size: 2rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) .old {
	text-decoration: line-through;
}

.property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(12) {
	max-width: 13.2rem;
}

@media (min-width: 430px) {

	.property_listing .prop_listing .listing .listing_content .ap-row div {
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {

	.property_listing .prop_listing .listing .listing_content .ap-row div {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.property_listing .prop_listing .listing .listing_content .ap-row div.fav {
	cursor: pointer;
}

.property_listing .prop_listing .listing .listing_content .ap-row div.fav button {
	border: 0;
	background: transparent;
	transition: .3s ease;
}

.property_listing .prop_listing .listing .listing_content .ap-row div.fav button:hover {
	transform: scale(1.2);
}

.property_listing .prop_listing .listing .listing_content .ap-row div.fav button svg {
	width: 2.5rem;
	height: 2.2rem;
	cursor: pointer;
}

.property_listing .prop_listing .listing .listing_content .ap-row div.fav button.active svg {
	fill: #46C2C5;
}

.property_listing .prop_listing .listing .listing_content .ap-row div.status,
				    	.property_listing .prop_listing .listing .listing_content .ap-row div.number {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row div.number {
	font-size: 2rem;
	line-height: 2.5rem;
	color: #000;
}

@media (min-width: 768px) {

	.property_listing .prop_listing .listing .listing_content .ap-row div.number {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img {
	position: absolute;
	width: 38.4rem !important;
	top: 100%;
	left: 0;
	opacity: 0;
	z-index: -1;
	text-align: center;
	font-size: 0.6em;
	transition: opacity 200ms;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img div {
	-ms-flex: auto;
	    flex: auto;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .blue {
	background: #46C2C5;
	border-radius: 1rem 1rem 0 0;
	display: block;
	padding: .8rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	text-align: center;
	max-width: 26.3rem;/*margin: 0 0 0 auto;*/
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img img {
	-o-object-fit: contain;
	   object-fit: contain;
	display: block;
	margin-bottom: 1rem;
	max-width: 22.6rem;
	max-height: 17.6rem;
	object-fit: contain;
	margin: 0 auto;
}

/*display: flex;*/

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl .white {
	background: #fff;
	padding: 1.2rem 1.8rem;
	display: block;
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.25);
	width: 26.3rem !important;
	width: calc(100% - 12.1rem);
	float: left;
	min-height: 20rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl .white img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl .rig {
	width: 12.1rem !important;
	max-width: 12.1rem;
	float: left;
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.25);
	display: none;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl .rig .wt,
					    		.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl .rig .wb {
	width: 100%;
	background: #fff;
	padding: 1rem;
	max-width: 12.1rem;
	height: 8.2rem;
	display: block;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl .rig .wt img, .property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img .bl .rig .wb img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img.free .stat span, .property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img.Rent .stat span {
	background: #7BD55D;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img.reserved span.stat span {
	background: #FF8200;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img.sale span.stat span, .property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img.Sale span.stat span {
	background: #46C2C5;
}

.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img.sold span.stat span {
	background: #D11818;
}

@media (max-width: 767px) {

	.property_listing .prop_listing .listing .listing_content .ap-row .tooltip_img {
		display: none;
	}
}

.property_listing .prop_listing .listing .listing_content .ap-row:hover {
	background: #fff;
}

.property_listing .prop_listing .listing .listing_content .ap-row:hover .tooltip_img {
	z-index: 20;
	opacity: 1;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat, .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: left;
	    justify-content: left;
	padding-left: 2rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #19CC00;
	display: inline-block;
	box-shadow: 0 0.2rem .3rem rgba(0,0,0, 0.5);
	position: relative;
	top: -.2rem;
	margin-right: 1rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Reserved,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Rented,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Reserved {
	background: #FF8200;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Rent, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Rent {
	background: #7BD55D;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Sale,
				    					.property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.sale {
	background: #46C2C5;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Sold, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Sold {
	background: #D11818;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat.Rent.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat.Rent.sale span {
	background: #46C2C5;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat.sold.sale span, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat.sold.sale span {
	background: #D11818;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.number, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: left;
	    justify-content: left;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat {
	padding-left: 0;
}

.property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat + .stat, .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat + .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat + .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat + .stat, .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat + .stat, .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat + .stat {
	padding-top: .5rem;
}

.property_listing .prop_listing .listing .listing_content .ap-row.reserved div.fav svg, .property_listing .prop_listing .listing .listing_content .ap-row.rented div.fav svg, .property_listing .prop_listing .listing .listing_content .ap-row.sold div.fav svg {
	display: none;
}

.property_listing .prop_listing .listing .listing_content .ap-row.hot {
	background: #fbaaaa;
}

.property_listing .prop_listing .listing .listing_content.B .hide2 {
	display: none !important;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entA1 {
	-ms-flex-order: 1;
	    order: 1;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entA2 {
	-ms-flex-order: 2;
	    order: 2;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entA3 {
	-ms-flex-order: 3;
	    order: 3;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entA4 {
	-ms-flex-order: 4;
	    order: 4;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entA5 {
	-ms-flex-order: 5;
	    order: 5;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entA6 {
	-ms-flex-order: 6;
	    order: 6;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entA7 {
	-ms-flex-order: 7;
	    order: 7;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entB1 {
	-ms-flex-order: 8;
	    order: 8;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entB2 {
	-ms-flex-order: 9;
	    order: 9;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entB3 {
	-ms-flex-order: 10;
	    order: 10;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entB4 {
	-ms-flex-order: 11;
	    order: 11;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entB5 {
	-ms-flex-order: 12;
	    order: 12;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entB6 {
	-ms-flex-order: 13;
	    order: 13;
}

.property_listing .prop_listing .listing .listing_content.B .ap-row.entB7 {
	-ms-flex-order: 14;
	    order: 14;
}

.property_listing .prop_listing .listing .listing_content.A .hide1 {
	display: none !important;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entA1 {
	-ms-flex-order: 1;
	    order: 1;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entA2 {
	-ms-flex-order: 2;
	    order: 2;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entA3 {
	-ms-flex-order: 3;
	    order: 3;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entA4 {
	-ms-flex-order: 4;
	    order: 4;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entA5 {
	-ms-flex-order: 5;
	    order: 5;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entA6 {
	-ms-flex-order: 6;
	    order: 6;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entA7 {
	-ms-flex-order: 7;
	    order: 7;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entB1 {
	-ms-flex-order: 8;
	    order: 8;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entB2 {
	-ms-flex-order: 9;
	    order: 9;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entB3 {
	-ms-flex-order: 10;
	    order: 10;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entB4 {
	-ms-flex-order: 11;
	    order: 11;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entB5 {
	-ms-flex-order: 12;
	    order: 12;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entB6 {
	-ms-flex-order: 13;
	    order: 13;
}

.property_listing .prop_listing .listing .listing_content.A .ap-row.entB7 {
	-ms-flex-order: 14;
	    order: 14;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А111 {
	-ms-flex-order: 1;
	    order: 1;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А112 {
	-ms-flex-order: 2;
	    order: 2;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А113 {
	-ms-flex-order: 3;
	    order: 3;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А114 {
	-ms-flex-order: 4;
	    order: 4;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А115 {
	-ms-flex-order: 5;
	    order: 5;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А116 {
	-ms-flex-order: 6;
	    order: 6;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А121 {
	-ms-flex-order: 7;
	    order: 7;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А122 {
	-ms-flex-order: 8;
	    order: 8;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А123 {
	-ms-flex-order: 9;
	    order: 9;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А124 {
	-ms-flex-order: 10;
	    order: 10;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А125 {
	-ms-flex-order: 11;
	    order: 11;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А126 {
	-ms-flex-order: 12;
	    order: 12;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А131 {
	-ms-flex-order: 13;
	    order: 13;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А132 {
	-ms-flex-order: 14;
	    order: 14;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А133 {
	-ms-flex-order: 15;
	    order: 15;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А134 {
	-ms-flex-order: 16;
	    order: 16;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А135 {
	-ms-flex-order: 17;
	    order: 17;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А141 {
	-ms-flex-order: 18;
	    order: 18;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А142 {
	-ms-flex-order: 19;
	    order: 19;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-1 {
	-ms-flex-order: 20;
	    order: 20;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-2 {
	-ms-flex-order: 21;
	    order: 21;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-3 {
	-ms-flex-order: 22;
	    order: 22;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-4 {
	-ms-flex-order: 23;
	    order: 23;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-5 {
	-ms-flex-order: 24;
	    order: 24;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-6 {
	-ms-flex-order: 25;
	    order: 25;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-1 {
	-ms-flex-order: 26;
	    order: 26;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-2 {
	-ms-flex-order: 27;
	    order: 27;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-3 {
	-ms-flex-order: 28;
	    order: 28;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-4 {
	-ms-flex-order: 29;
	    order: 29;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-5 {
	-ms-flex-order: 30;
	    order: 30;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-1 {
	-ms-flex-order: 31;
	    order: 31;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-2 {
	-ms-flex-order: 32;
	    order: 32;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-3 {
	-ms-flex-order: 33;
	    order: 33;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-4 {
	-ms-flex-order: 34;
	    order: 34;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-5 {
	-ms-flex-order: 35;
	    order: 35;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-1 {
	-ms-flex-order: 36;
	    order: 36;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-2 {
	-ms-flex-order: 37;
	    order: 37;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-3 {
	-ms-flex-order: 38;
	    order: 38;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-4 {
	-ms-flex-order: 39;
	    order: 39;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A5-1 {
	-ms-flex-order: 40;
	    order: 40;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.FR {
	-ms-flex-order: 41;
	    order: 41;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.O-1 {
	-ms-flex-order: 42;
	    order: 42;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.O-2 {
	-ms-flex-order: 43;
	    order: 43;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B0-3 {
	-ms-flex-order: 44;
	    order: 44;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B0-4 {
	-ms-flex-order: 45;
	    order: 45;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-1 {
	-ms-flex-order: 46;
	    order: 46;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-2 {
	-ms-flex-order: 47;
	    order: 47;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-3 {
	-ms-flex-order: 48;
	    order: 48;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-4 {
	-ms-flex-order: 49;
	    order: 49;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-5 {
	-ms-flex-order: 50;
	    order: 50;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-6 {
	-ms-flex-order: 51;
	    order: 51;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-1 {
	-ms-flex-order: 52;
	    order: 52;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-2 {
	-ms-flex-order: 53;
	    order: 53;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-3 {
	-ms-flex-order: 54;
	    order: 54;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-4 {
	-ms-flex-order: 55;
	    order: 55;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-5 {
	-ms-flex-order: 56;
	    order: 56;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-6 {
	-ms-flex-order: 57;
	    order: 57;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-1 {
	-ms-flex-order: 58;
	    order: 58;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-2 {
	-ms-flex-order: 59;
	    order: 59;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-3 {
	-ms-flex-order: 60;
	    order: 60;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-4 {
	-ms-flex-order: 61;
	    order: 61;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-5 {
	-ms-flex-order: 62;
	    order: 62;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-6 {
	-ms-flex-order: 63;
	    order: 63;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-1 {
	-ms-flex-order: 64;
	    order: 64;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-2 {
	-ms-flex-order: 65;
	    order: 65;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-3 {
	-ms-flex-order: 66;
	    order: 66;
}

.property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-4 {
	-ms-flex-order: 67;
	    order: 67;
}

.all_property .btns {
	text-align: center;
	margin: 4.5rem auto 0;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А111 {
	-ms-flex-order: 1;
	    order: 1;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А112 {
	-ms-flex-order: 2;
	    order: 2;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А113 {
	-ms-flex-order: 3;
	    order: 3;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А114 {
	-ms-flex-order: 4;
	    order: 4;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А115 {
	-ms-flex-order: 5;
	    order: 5;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А116 {
	-ms-flex-order: 6;
	    order: 6;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А121 {
	-ms-flex-order: 7;
	    order: 7;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А122 {
	-ms-flex-order: 8;
	    order: 8;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А123 {
	-ms-flex-order: 9;
	    order: 9;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А124 {
	-ms-flex-order: 10;
	    order: 10;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А125 {
	-ms-flex-order: 11;
	    order: 11;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А126 {
	-ms-flex-order: 12;
	    order: 12;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А131 {
	-ms-flex-order: 13;
	    order: 13;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А132 {
	-ms-flex-order: 14;
	    order: 14;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А133 {
	-ms-flex-order: 15;
	    order: 15;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А134 {
	-ms-flex-order: 16;
	    order: 16;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А135 {
	-ms-flex-order: 17;
	    order: 17;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А141 {
	-ms-flex-order: 18;
	    order: 18;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.А142 {
	-ms-flex-order: 19;
	    order: 19;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-1 {
	-ms-flex-order: 20;
	    order: 20;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-2 {
	-ms-flex-order: 21;
	    order: 21;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-3 {
	-ms-flex-order: 22;
	    order: 22;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-4 {
	-ms-flex-order: 23;
	    order: 23;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-5 {
	-ms-flex-order: 24;
	    order: 24;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A1-6 {
	-ms-flex-order: 25;
	    order: 25;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-1 {
	-ms-flex-order: 26;
	    order: 26;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-2 {
	-ms-flex-order: 27;
	    order: 27;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-3 {
	-ms-flex-order: 28;
	    order: 28;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-4 {
	-ms-flex-order: 29;
	    order: 29;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A2-5 {
	-ms-flex-order: 30;
	    order: 30;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-1 {
	-ms-flex-order: 31;
	    order: 31;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-2 {
	-ms-flex-order: 32;
	    order: 32;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-3 {
	-ms-flex-order: 33;
	    order: 33;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-4 {
	-ms-flex-order: 34;
	    order: 34;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A3-5 {
	-ms-flex-order: 35;
	    order: 35;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-1 {
	-ms-flex-order: 36;
	    order: 36;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-2 {
	-ms-flex-order: 37;
	    order: 37;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-3 {
	-ms-flex-order: 38;
	    order: 38;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A4-4 {
	-ms-flex-order: 39;
	    order: 39;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.A5-1 {
	-ms-flex-order: 40;
	    order: 40;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.FR {
	-ms-flex-order: 41;
	    order: 41;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.O-1 {
	-ms-flex-order: 42;
	    order: 42;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.O-2 {
	-ms-flex-order: 43;
	    order: 43;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B0-3 {
	-ms-flex-order: 44;
	    order: 44;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B0-4 {
	-ms-flex-order: 45;
	    order: 45;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-1 {
	-ms-flex-order: 46;
	    order: 46;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-2 {
	-ms-flex-order: 47;
	    order: 47;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-3 {
	-ms-flex-order: 48;
	    order: 48;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-4 {
	-ms-flex-order: 49;
	    order: 49;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-5 {
	-ms-flex-order: 50;
	    order: 50;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B1-6 {
	-ms-flex-order: 51;
	    order: 51;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-1 {
	-ms-flex-order: 52;
	    order: 52;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-2 {
	-ms-flex-order: 53;
	    order: 53;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-3 {
	-ms-flex-order: 54;
	    order: 54;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-4 {
	-ms-flex-order: 55;
	    order: 55;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-5 {
	-ms-flex-order: 56;
	    order: 56;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B2-6 {
	-ms-flex-order: 57;
	    order: 57;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-1 {
	-ms-flex-order: 58;
	    order: 58;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-2 {
	-ms-flex-order: 59;
	    order: 59;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-3 {
	-ms-flex-order: 60;
	    order: 60;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-4 {
	-ms-flex-order: 61;
	    order: 61;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-5 {
	-ms-flex-order: 62;
	    order: 62;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B3-6 {
	-ms-flex-order: 63;
	    order: 63;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-1 {
	-ms-flex-order: 64;
	    order: 64;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-2 {
	-ms-flex-order: 65;
	    order: 65;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-3 {
	-ms-flex-order: 66;
	    order: 66;
}

.all_property .property_listing .prop_listing .listing .listing_content.single-sort .ap-row.B4-4 {
	-ms-flex-order: 67;
	    order: 67;
}

.page-id-6184 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10) span.rent, .page-id-6184 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) span.rent, .page-id-8747 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10) span.rent, .page-id-8747 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) span.rent, .page-id-8748 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10) span.rent, .page-id-8748 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) span.rent {
	display: none;
}

.page-id-6240 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10) span.sale, .page-id-6240 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) span.sale, .page-id-8739 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10) span.sale, .page-id-8739 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) span.sale, .page-id-8743 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10) span.sale, .page-id-8743 .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11) span.sale {
	display: none;
}

.de-site .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(6),
	.de-site .property_listing .prop_listing .listing .listing_heading span:nth-child(6) {
	max-width: 8.3rem;
}

.de-site .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(12),
	.de-site .property_listing .prop_listing .listing .listing_heading span:nth-child(12) {
	max-width: 14.2rem;
}

/* -------------------------- *\
    .property_info
\* -------------------------- */

.single-apartment {
	padding: 0;
	max-width: 192rem;
	margin: 0 auto;
}

.single-apartment.Rent .property_listing,
		.single-apartment.Rent .property_info .b .bottom {
	display: none;
}

.property_info { 
	padding: .6rem 0 5rem;
}

@media (min-width: 990px) {

	.property_info {
		padding: 8.5rem 0;
	}
}

.property_info .t .shell {
	text-align: right;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media (min-width: 768px) {

	.property_info .t .shell {
		max-width: 176rem;
		padding: 0 2rem;
		margin: 0;
	}
}

@media (min-width: 990px) {

	.property_info .t .shell {
		padding: 0 2rem 0 9.9rem;
	}
}

.property_info .l,
	.property_info .r {
	width: 100%;
	margin-bottom: 2.7rem;
}

@media (min-width: 1024px) {

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

.property_info .b {
	width: 100%;
	margin-top: 6rem;
}

.property_info .l {
	position: relative;
	text-align: center;
}

.property_info .l .top {
	margin-bottom: 3.2rem;
}

.property_info .l .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
	text-align: left;
}

.property_info .l .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.property_info .l .t2:before {
		top: 50%;
		left: -9.9rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1800px) {

	.property_info .l .t2:before {
		left: -9.9rem;
	}
}

@media (min-width: 990px) {

	.property_info .l .t2 {
		padding-top: 0;
	}
}

.property_info .l .image_map {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.property_info .l .image_map .popu {
	display: block;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
	max-width: 4rem;
	transition: .3s ease;
}

.property_info .l .image_map .popu:hover {
	transform: scale(1.2);
}

@media (min-width: 768px) {

	.property_info .l .image_map .popu {
		display: none;
	}
}

.property_info .l .image_map #mapster_wrap_0 {
	margin: 0 auto;
}

.property_info .l img {/*max-height: 73.6rem;*/
	-o-object-fit: contain;
	   object-fit: contain;
}

.property_info .r .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: .8rem;
}

.property_info .r .details::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.property_info .r .details .sale,
			.property_info .r .details .sold,
			.property_info .r .details .for-rent,
			.property_info .r .details .rent,
			.property_info .r .details .Rent,
			.property_info .r .details .free,
			.property_info .r .details .rented,
			.property_info .r .details .reserved {/*width: 100%;*/
	background: #46C2C5;
	padding: .5rem;
	text-align: center;
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	position: relative;
	float: left;
	border-right: 0;
}

@media (min-width: 768px) {

	.property_info .r .details .sale,
			.property_info .r .details .sold,
			.property_info .r .details .for-rent,
			.property_info .r .details .rent,
			.property_info .r .details .Rent,
			.property_info .r .details .free,
			.property_info .r .details .rented,
			.property_info .r .details .reserved {
		padding: .6rem;
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
}

.property_info .r .details .Rent,
			.property_info .r .details .free {
	background: #7BD55D;
}

.property_info .r .details .reserved,
			.property_info .r .details .rented {
	background: #FF8200;
}

.property_info .r .details .sold {
	background: #D11818;
}

.property_info .r .details div {
	width: 50%;
	text-align: center;
	border-right: .1rem solid rgba(0,0,0, .2);
	margin-bottom: 2.6rem;
	padding: 0 1.2rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #313131;
	float: left;
}

.property_info .r .details div.ap-gallery {
	border: 0;
	position: relative;
	width: 100%;
	padding: 0;
}

@media (min-width: 430px) {

	.property_info .r .details div.ap-gallery {
		width: 50%;
		padding: 0 1.2rem;
	}
}

@media (min-width: 1200px) {

	.property_info .r .details div.ap-gallery {
		display: none;
	}
}

.property_info .r .details div.ap-gallery span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 2.6rem;
	letter-spacing: -.00675rem;
	color: #fff;
	margin: 0;
}

.property_info .r .details div.ap-gallery__item {
	margin: 0;
	padding: 0;
	border-radius: 1.5rem;
	background: #000;
	height: 10rem;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 430px) {

	.property_info .r .details div.ap-gallery__item {
		height: 7.7rem;
	}
}

@media (min-width: 768px) {

	.property_info .r .details div.ap-gallery__item {
		height: 6rem;
	}
}

.property_info .r .details div.ap-gallery__item a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #000;
	border-radius: 0.5rem;
	height: 100%;
	width: 100%;
}

.property_info .r .details div.ap-gallery__item a:not(:first-child) {
	display: none;
}

.property_info .r .details div.ap-gallery__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .52;
}

.property_info .r .details div span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: rgba(49,49,49, .5);
	margin-bottom: .8rem;
}

@media (min-width: 430px) {

	.property_info .r .details div {
		width: 25%;
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {

	.property_info .r .details div {
		width: 20%;
	}
}

@media (min-width: 1750px) {

	.property_info .r .details div {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.property_info .r .details div span {
		font-size: 1.4rem;
		line-height: 1.7rem;
		margin-bottom: 1.5rem;
	}
}

.property_info .r .info {
	text-align: left;
	margin-bottom: 2.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.property_info .r .info h2 {
	position: relative;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #313131;
	margin-bottom: 2.2rem;
	padding-bottom: .7rem;
	width: 100%;
}

.property_info .r .info h2:before,
				.property_info .r .info h2:after {
	content: '';
	width: 100%;
	height: .1rem;
	background: rgba(0,0,0, .1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.property_info .r .info h2:after {
	width: 14.8rem;
	height: .3rem;
	background: #46C2C5;
	bottom: -.1rem;
}

.property_info .r .info .left,
			.property_info .r .info .right {
	width: 100%;/*@mixin min 630 {
					@mixin max 1024 {
						width: calc(50% - 3rem);
					}
				}

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

.property_info .r .info .left {
	margin-bottom: 2rem;
}

@media (min-width: 1300px) {

	.property_info .r .info .left {
		margin-bottom: 0;
	}
}

.property_info .r .info .left p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 0;
	color: #313131;
}

.property_info .r .info .left div.total {
	margin-bottom: 0;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: .1rem solid rgba(0,0,0, .1);
	color: #313131;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
}

.property_info .r .info .right {
	max-width: 30rem;
	display: none;
}

.property_info .r .info .right div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(49,49,49, .5);
	margin-bottom: .5rem;
}

.property_info .r .info .right div span {
	padding-left: 1rem;
}

.property_info .r .info .right div.total {
	margin-bottom: 0;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: .1rem solid rgba(0,0,0, .1);
	color: #313131;
}

@media (min-width: 1200px) {

	.property_info .r .info h2 {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}

	.property_info .r .info p {
		font-size: 1.6rem;
		line-height: 4rem;
	}
}

.property_info .r .comb {
	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;
	margin-bottom: 3.2rem;
	padding-bottom: 2.4rem;
	border-bottom: .1rem solid rgba(0,0,0, .1);
	padding-top: 1.5rem;
	border-top: .1rem solid rgba(0,0,0, .1);
}

.property_info .r .comb .l,
			.property_info .r .comb .r {
	width: 100%;
}

@media (min-width: 480px) {

	.property_info .r .comb .l,
			.property_info .r .comb .r {
		width: auto;
	}
}

.property_info .r .comb .l {
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #000;
	text-align: left;
}

.property_info .r .comb .l span:not(.price) {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(0,0,0, .5);
	margin-bottom: .7rem;
	text-align: left;
}

.property_info .r .comb .l span:not(.price).hot_offer {
	color: red;
}

.property_info .r .comb .l .pr {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: .1rem solid rgba(0,0,0, .1);
}

.property_info .r .comb .l .pr p {
	margin-bottom: 0;
	font-weight: 500;
}

.property_info .r .comb .l.hot span.hot_offer {
	font-size: 3.6rem;
	line-height: 4.4rem;
}

.property_info .r .comb .l.hot span.price {
	font-size: 1.6rem;
	line-height: 2rem;
	text-decoration: line-through;
}

.property_info .r .comb .r {
	text-align: right;
}

.property_info .r .comb .r div {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: rgba(0,0,0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: right;
	    justify-content: right;
	margin-bottom: .6rem;
}

.property_info .r .comb .r div > span,
					.property_info .r .comb .r div .stat {
	background: #fff;
	border-radius: 1.6rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	padding: .6rem 1.6rem;
	margin-left: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #313131;
}

.property_info .r .comb .r div > span svg, .property_info .r .comb .r div .stat svg {
	width: 2.1rem;
	height: 2.1rem;
	opacity: .5;
	margin-right: 1rem;
}

.property_info .r .comb .r div > span span, .property_info .r .comb .r div .stat span {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	margin-right: 1rem;
}

.property_info .r .comb .r div > span span.Rent,
							.property_info .r .comb .r div > span span.Free,
							.property_info .r .comb .r div > span span.rent,
							.property_info .r .comb .r div .stat span.Rent,
							.property_info .r .comb .r div .stat span.Free,
							.property_info .r .comb .r div .stat span.rent {
	background: #7BD55D;
}

.property_info .r .comb .r div > span span.Reserved,
							.property_info .r .comb .r div > span span.Rented,
							.property_info .r .comb .r div > span span.reserved,
							.property_info .r .comb .r div .stat span.Reserved,
							.property_info .r .comb .r div .stat span.Rented,
							.property_info .r .comb .r div .stat span.reserved {
	background: #FF8200;
}

.property_info .r .comb .r div > span span.Sold, .property_info .r .comb .r div .stat span.Sold {
	background: #D11818;
}

.property_info .r .comb .r div > span span.Sale,
							.property_info .r .comb .r div > span span.sale,
							.property_info .r .comb .r div > span span.Rent.sale,
							.property_info .r .comb .r div .stat span.Sale,
							.property_info .r .comb .r div .stat span.sale,
							.property_info .r .comb .r div .stat span.Rent.sale {
	background: #7DCDCC;
}

.property_info .r .comb .r div > span.Rent.sale .Rent, .property_info .r .comb .r div .stat.Rent.sale .Rent {
	background: #7DCDCC;
}

.property_info .r .btns {
	max-width: 54.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.property_info .r .btns > div {
	width: 100%;
	max-width: 30rem;
	margin: 0 0 1.5rem;
}

@media (min-width: 600px) {

	.property_info .r .btns > div {
		max-width: 25.8rem;
		width: 100%;
	}
}

.property_info .r .btns > div:first-of-type {
	-ms-flex-order: 1;
	    order: 1;
}

.property_info .r .btns > div:nth-of-type(2) {
	-ms-flex-order: 3;
	    order: 3;
}

@media (min-width: 600px) {

	.property_info .r .btns > div:nth-of-type(2) {
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.property_info .r .btns > div:nth-of-type(2) {
			-ms-flex-order: 3;
			    order: 3;
		}
	}
}

.property_info .r .btns > div:nth-of-type(3) {
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 600px) {

	.property_info .r .btns > div:nth-of-type(3) {
		-ms-flex-order: 3;
		    order: 3;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.property_info .r .btns > div:nth-of-type(3) {
			-ms-flex-order: 2;
			    order: 2;
		}
	}
}

.property_info .r .btns > div:nth-of-type(4) {
	-ms-flex-order: 4;
	    order: 4;
}

.property_info .r .btns > div a,
				.property_info .r .btns > div .fav-btn,
				.property_info .r .btns > div > span {
	border-bottom: 0.2rem solid #46C2C5;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000;
	padding: 1.6rem .5rem;
	text-align: center;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	cursor: pointer;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	transition: .3s ease;
}

@media (min-width: 1024px) {

	@media (max-width: 1350px) {

		.property_info .r .btns > div a,
				.property_info .r .btns > div .fav-btn,
				.property_info .r .btns > div > span {
			font-size: 1.2rem;
			line-height: 2rem;
			padding: 1.4rem;
		}
	}
}

.property_info .r .btns > div a svg, .property_info .r .btns > div .fav-btn svg, .property_info .r .btns > div > span svg {
	width: 2.6rem;
	height: 2.5rem;
	margin-right: 1.5rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0));
}

.property_info .r .btns > div a:hover, .property_info .r .btns > div .fav-btn:hover, .property_info .r .btns > div > span:hover {
	background: #46C2C5;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.property_info .r .btns > div a:hover svg, .property_info .r .btns > div .fav-btn:hover svg, .property_info .r .btns > div > span:hover svg {
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
}

/*> span {
					svg {
						width: 2.3rem;
						height: 2.3rem;
					}
				}*/

.property_info .r .btns > div button {
	background: transparent;
	border: 0;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.property_info .r .btns > div .simplefavorite-button {
	display: inline-block;
	max-width: 2.5rem;
	margin-right: 1.4rem;
	position: relative;
}

.property_info .r .btns > div .simplefavorite-button svg {
	width: 2.5rem;
	height: 2.2rem;
}

.property_info .r .btns > div .simplefavorite-button:before {
	content : '';
	position: absolute;
	top: -10rem;
	left: -10rem;
	width: 50rem;
	height: 50rem;
	background: transparent;
}

.property_info .r .btns > div .fav-btn {
	overflow: hidden;
}

.property_info .r .btns > div .fav-btn span:nth-child(3){
	display: none;
}

.property_info .r .btns > div .fav-btn.active span:nth-child(3){
	display: block;
}

.property_info .r .btns > div .fav-btn.active span:nth-child(2){
	display: none;
}

.property_info .b {
	position: relative;
	margin-top: 3rem;
}

@media (min-width: 768px) {

	.property_info .b {
		margin-top: 7.8rem;
	}
}

.property_info .b .shell {
	max-width: 156rem;
	padding: 0;
}

@media (max-width: 1580px) {

	.property_info .b .shell {
		padding: 0 2rem;
	}
}

.property_info .b .full {
	display: block;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(255,255,255, .5);
	max-width: 8rem;
	transition: .3s ease;
	padding: 1rem;
}

@media (min-width: 768px) {

	.property_info .b .full {
		display: none;
	}
}

@media (min-width: 940px) {

	.property_info .b .img--mob {
		display: none;
	}
}

.property_info .b .img--mob #mapster_wrap_2 {
	margin: 0 auto;
}

.property_info .b .img--desk {
	display: none;
}

@media (min-width: 940px) {

	.property_info .b .img--desk {
		display: inline-block;
	}
}

.property_info .b .mobb {
	position: relative;
}

.property_info .b .mobb .compass {
	margin: 0 0 0 auto;
	width: 5.1rem;
	height: 5.1rem;
}

.property_info .b .mobb .compass img {
	transform: rotate(90deg);
}

@media (min-width: 940px) {

	.property_info .b .mobb {
		display: none;
	}
}

.property_info .b .mobb #mapster_wrap_1 {
	margin: 0 auto;
}

.property_info .b .bot {
	position: relative;
	display: none;
}

@media (min-width: 940px) {

	.property_info .b .bot {
		display: inline-block;
	}
}

.property_info .b .bot .compass {
	width: 11.5rem;
	height: 11.5rem;
}

@media (min-width: 940px) {

	.property_info .b .bot .compass {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.property_info .b .bot .image_map + .image_map {
	margin-left: 5%;
}

.property_info .b .bottom {
	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-top: 13rem;
}

.property_info .b .bottom .left {
	width: 100%;
	text-align: center;
}

@media (min-width: 945px) {

	.property_info .b .bottom .left {
		width: 56%;
		text-align: left;
	}
}

@media (min-width: 1450px) {

	.property_info .b .bottom .left {
		width: 83rem;
	}
}

.property_info .b .bottom .left .smapp {
	display: none;
}

@media (min-width: 940px) {

	.property_info .b .bottom .left .smapp {
		display: inline-block;
	}
}

.property_info .b .bottom .left .mobile {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 4.5rem;
}

@media (min-width: 940px) {

	.property_info .b .bottom .left .mobile {
		display: none;
	}
}

.property_info .b .bottom .left .mobile #mapster_wrap_5 {
	margin: 0 auto;
}

.property_info .b .bottom .right {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 3rem;
}

@media (min-width: 945px) {

	.property_info .b .bottom .right {
		width: 40%;
		margin-top: 0;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 1450px) {

	.property_info .b .bottom .right {
		width: 56rem;
	}
}

.property_info .b .bottom .right > div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 5.9rem;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 768px) {

	.property_info .b .bottom .right > div {
		width: auto;
		margin-bottom: 0;
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

@media (max-width: 940px) {

	.property_info .b .bottom .right > div {
		display: none;
	}
}

.property_info .b .bottom .right > div div.bl {
	width: 3.8rem;
	height: 100%;
	display: block;
	position: relative;
}

.property_info .b .bottom .right > div div.bl span {
	display: inline-block;
	width: 3.8rem;
	height: 13.9rem;
	background: rgba(70,194,197, .12);
	text-align: center;
	position: relative;
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	border-radius: 0 1rem 1rem 0;
}

.property_info .b .bottom .right > div div.bl span span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	letter-spacing: .1792rem;
	text-transform: uppercase;
	color: #313131;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.property_info .b .bottom .right > div div.bl span span strong {
	font-size: 2.6rem;
	line-height: 3.1rem;
	margin-top: .5rem;
}

.property_info .b .bottom .right > div div.fl {
	border-left: .3rem solid #46C2C5;
}

.property_info .b .bottom .right > div div.fl > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.property_info .b .bottom .right > div div.fl > div + div {
	margin-top: 1.6rem;
}

.property_info .b .bottom .right > div div.fl > div a {
	display: block;
	padding: .7rem 2.2rem;
	font-weight: 300;
	font-size: 2.6rem;
	line-height: 3.1rem;
	color: #313131;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	width: 100%;
}

@media (min-width: 425px) {

	.property_info .b .bottom .right > div div.fl > div a {
		width: 14rem;
	}
}

.property_info .b .bottom .right > div div.fl > div a span {
	font-weight: 600;
}

.property_info .b .bottom .right > div div.fl > div a:hover {
	background: #46C2C5;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.property_info .b .bottom .right > div div.fl > div .inf {
	border-top: .1rem solid #46C2C5;
	padding-left: 2.3rem;
	width: 100%;
	padding-top: 1rem;
}

@media (min-width: 425px) {

	.property_info .b .bottom .right > div div.fl > div .inf {
		border-left: .1rem solid #46C2C5;
		border-top: 0;
		padding-top: 0;
		width: auto;
	}
}

@media (min-width: 945px) {

	.property_info .b .bottom .right > div div.fl > div .inf {
		display: none;
	}
}

.property_info .b .bottom .right > div div.fl > div .inf > span {
	display: block;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #313131;
}

.property_info .b .bottom .right > div div.fl > div .inf > span + span {
	margin-top: .5rem;
}

.property_info .b .bottom .right > div div.fl > div .inf > span strong {
	font-weight: 600;
}

.property_info .b .bottom .right > div div.fl > div .inf > span .sale,
									.property_info .b .bottom .right > div div.fl > div .inf > span .Rent,
									.property_info .b .bottom .right > div div.fl > div .inf > span .rent {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #7DCDCC;
	line-height: 1.2rem;
	margin-right: 1rem;
}

.property_info .b .bottom .right > div div.fl > div .inf > span .Rent,
									.property_info .b .bottom .right > div div.fl > div .inf > span .rent {
	background: #7BD55D;
}

.property_info .b .bottom .right > div div.fl > div .inf > span .rented {
	background: #FF8200;
}

.property_info .b .bottom .right > div div.fl > div .inf > span .sold {
	background: #D11818;
}

.property_info.Rent .t3 span, .property_info.free .t3 span, .property_info.rent .t3 span {
	color: #7BD55D;
}

.property_info.Rent .r .info h2:after, .property_info.free .r .info h2:after, .property_info.rent .r .info h2:after {
	background: #7BD55D;
}

.property_info.Rent .r .btns > div a,
					.property_info.Rent .r .btns > div .fav-btn,
					.property_info.Rent .r .btns > div > span,
					.property_info.free .r .btns > div a,
					.property_info.free .r .btns > div .fav-btn,
					.property_info.free .r .btns > div > span,
					.property_info.rent .r .btns > div a,
					.property_info.rent .r .btns > div .fav-btn,
					.property_info.rent .r .btns > div > span {
	border-bottom: .2rem solid #7BD55D;
}

.property_info.Rent .r .btns > div a:hover, .property_info.Rent .r .btns > div .fav-btn:hover, .property_info.Rent .r .btns > div > span:hover, .property_info.free .r .btns > div a:hover, .property_info.free .r .btns > div .fav-btn:hover, .property_info.free .r .btns > div > span:hover, .property_info.rent .r .btns > div a:hover, .property_info.rent .r .btns > div .fav-btn:hover, .property_info.rent .r .btns > div > span:hover {
	background: #7BD55D;
}

.property_info.reserved .t3 span, .property_info.rented .t3 span {
	color: #FF8200;
}

.property_info.reserved .r .info h2:after, .property_info.rented .r .info h2:after {
	background: #FF8200;
}

.property_info.reserved .r .btns > div a,
					.property_info.reserved .r .btns > div .fav-btn,
					.property_info.reserved .r .btns > div > span,
					.property_info.rented .r .btns > div a,
					.property_info.rented .r .btns > div .fav-btn,
					.property_info.rented .r .btns > div > span {
	border-bottom: .2rem solid #FF8200;
}

.property_info.reserved .r .btns > div a:hover, .property_info.reserved .r .btns > div .fav-btn:hover, .property_info.reserved .r .btns > div > span:hover, .property_info.rented .r .btns > div a:hover, .property_info.rented .r .btns > div .fav-btn:hover, .property_info.rented .r .btns > div > span:hover {
	background: #FF8200;
}

.property_info.sold .t3 span {
	color: #D11818;
}

.property_info.sold .r .info h2:after {
	background: #D11818;
}

.property_info.sold .r .btns > div a,
					.property_info.sold .r .btns > div .fav-btn,
					.property_info.sold .r .btns > div > span {
	border-bottom: .2rem solid #D11818;
}

.property_info.sold .r .btns > div a:hover, .property_info.sold .r .btns > div .fav-btn:hover, .property_info.sold .r .btns > div > span:hover {
	background: #D11818;
}

.single-property .about_sec:before {
	content: none;
}

.single-property .about_sec .bottom .right .btns {
	margin-top: 3rem;
}

.single-property .property_building_gallery {
	margin: 4rem 0 4rem;
}

@media (min-width: 1024px) {

	.single-property .property_building_gallery {
		padding: 0 0 0 10rem;
	}
}

@media (min-width: 425px) {

	.de-site .property_info .b .bottom .right > div div.fl > div a {
		width: 15rem;
	}
}

.de-site .property_info .r .btns > div a, .de-site .property_info .r .btns > div .fav-btn, .de-site .property_info .r .btns > div > span {
	font-size: 1.2rem;
}

.de-site .property_info .r .comb .l p {
	max-width: 20rem;
	line-height: 2rem;
}

/* -------------------------- *\
    .property_interior
\* -------------------------- */

.property_interior { 
	padding: 0 2rem;
	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: 1200px) {

	.property_interior {
		padding: 0 0 0 9.9rem;
	}
}

.property_interior .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

.property_interior .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.property_interior .t2:before {
		top: 50%;
		left: -7.8rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1200px) {

	.property_interior .t2:before {
		left: -9.9rem;
	}
}

@media (min-width: 990px) {

	.property_interior .t2 {
		padding-top: 0;
	}
}

.property_interior .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {

	.property_interior .l {
		width: 38%;
		margin-bottom: 0;
	}
}

.property_interior .l p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.property_interior .l p:last-of-type {
	margin-bottom: 0;
}

.property_interior .r {
	width: 100%;
	position: relative;
}

@media (min-width: 1024px) {

	.property_interior .r {
		width: 62%;
		padding-left: 4rem;
	}
}

@media (min-width: 1550px) {

	.property_interior .r {
		padding-left: 16rem;
	}
}

.property_interior .r img {
	width: 100%;
	height: 41.7rem;
	-o-object-fit: cover;
	   object-fit: cover;
	display: none;
}

.property_interior .r img:nth-of-type(1) {
	display: block;
}

.property_interior .r img:nth-of-type(2) {
	display: none;
}

.property_interior .r span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(225, 225, 225, .8);
	border-radius: 0 .6rem 0 0;
	padding: 1.5rem;
	font-size: 2.3rem;
	font-weight: 600;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	color: #fff;
}

@media (min-width: 1024px) {

	.property_interior .r span {
		left: 4rem;
	}
}

@media (min-width: 1550px) {

	.property_interior .r span {
		left: 16rem;
	}
}

/* -------------------------- *\
    .sale_rent_intro
\* -------------------------- */

.sale_rent_intro { 
	padding: 0 0 5rem;
	max-width: 192rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media (min-width: 990px) {

	.sale_rent_intro {
		padding: 4rem 0 7.3rem;
	}
}

.sale_rent_intro .l,
	.sale_rent_intro .r {
	width: 100%;
}

@media (min-width: 990px) {

	.sale_rent_intro .l,
	.sale_rent_intro .r {
		width: 50%;
	}
}

.sale_rent_intro .l {
	margin-bottom: 5.7rem;
}

@media (min-width: 990px) {

	.sale_rent_intro .l {
		margin-bottom: 0;
	}
}

@media (min-width: 1650px) {

	.sale_rent_intro .l {
		padding-right: 10rem;
	}
}

@media (min-width: 1700px) {

	.sale_rent_intro .l {
		padding-right: 15rem;
	}
}

.sale_rent_intro .l .hold {
	margin-top: .7rem;
	padding: 0 2rem;
}

@media (min-width: 1450px) {

	.sale_rent_intro .l .hold {
		padding-left: 4rem;
		margin-top: 8.5rem;
	}
}

@media (min-width: 1650px) {

	.sale_rent_intro .l .hold {
		padding-left: 9.2rem;
	}
}

.sale_rent_intro .l .hold .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.sale_rent_intro .l .hold .t2 {
		padding-top: 0;
	}
}

.sale_rent_intro .l .hold .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.sale_rent_intro .l .hold .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.sale_rent_intro .l .hold .t2:before {
		left: -9.2rem;
	}
}

.sale_rent_intro .l .hold .details {
	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-bottom: 2.9rem;
}

.sale_rent_intro .l .hold .details .l {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 2.8rem;
	padding: 0;
}

@media (min-width: 1350px) {

	.sale_rent_intro .l .hold .details .l {
		width: calc(100% - 20rem);
		margin-bottom: 0;
	}
}

.sale_rent_intro .l .hold .details .l div {
	padding-right: 1.2rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.3rem;
	letter-spacing: -.0075rem;
	color: #313131;
}

.sale_rent_intro .l .hold .details .l div span {
	color: #46C2C5;
}

.sale_rent_intro .l .hold .details .l div + div {
	padding-right: 0;
	padding-left: 1.2rem;
	border-left: .1rem solid rgba(49,49,49, .1);
}

@media (min-width: 410px) {

	.sale_rent_intro .l .hold .details .l div {
		font-size: 2rem;
		line-height: 3.4rem;
	}
}

@media (min-width: 480px) {

	.sale_rent_intro .l .hold .details .l div {
		font-size: 2.4rem;
	}
}

.sale_rent_intro .l .hold .details .r {
	width: 19rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #313131;
}

.sale_rent_intro .l .hold .details .r span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	margin-right: 1rem;
	display: inline-block;
	background: #46C2C5;
}

.sale_rent_intro .l .hold .details .r strong {
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 3.9rem;
	margin-left: 1rem;
}

@media (min-width: 1650px) {

	.sale_rent_intro .l .hold .info {
		max-width: 67rem;
	}
}

.sale_rent_intro .l .hold .info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.sale_rent_intro .l .hold .info p:last-of-type {
	margin-bottom: 0;
}

.sale_rent_intro .l .hold .info p strong {
	font-weight: 600;
	color: #46C2C5;
}

.sale_rent_intro .r {
	position: relative;
}

.sale_rent_intro .r .sale_rent_slider a {
	overflow: hidden;
	background: #000;
	display: block;
	height: 40rem;
	width: 100%;
	max-width: 43rem;
}

@media (min-width: 430px) {

	.sale_rent_intro .r .sale_rent_slider a {
		max-width: 99rem;
	}
}

@media (min-width: 990px) {

	.sale_rent_intro .r .sale_rent_slider a {
		max-width: 58rem;
		height: 50rem;
	}
}

@media (min-width: 1200px) {

	.sale_rent_intro .r .sale_rent_slider a {
		max-width: 96rem;
	}
}

.sale_rent_intro .r .sale_rent_slider a:not(:first-child) {
	display: none;
}

.sale_rent_intro .r .sale_rent_slider a img {
	transition: .3s ease;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.sale_rent_intro .r .sale_rent_slider a:hover img {
	opacity: .5;
}

.sale_rent_intro .r .sale_rent_slider.slick-initialized a:not(:first-child) {
	display: block;
}

.sale_rent_intro .r .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.sale_rent_intro .r .slider-paging-number {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 2.4rem;
	line-height: 2.9rem;
	position: absolute;
	bottom: 1.4rem;
	left: 7rem;
	z-index: 1;
}

.sale_rent_intro .r .slider-paging-number li:not(:first-child) {
	display: none;
}

.sale_rent_intro .r .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 0 1rem 0 0;
	padding: 1.4rem;
}

.sale_rent_intro .r .btn .prev-ar5,
			.sale_rent_intro .r .btn .next-ar5 {
	cursor: pointer;
	transition: .3s ease;
	z-index: 5;
	width: 3.5rem;
	height: 2.5rem;
	text-align: center;
	opacity: .5;
}

@media (min-width: 1024px) {

	.sale_rent_intro .r .btn .prev-ar5,
			.sale_rent_intro .r .btn .next-ar5 {
		left: auto;
		right: 0;
	}
}

.sale_rent_intro .r .btn .prev-ar5:hover, .sale_rent_intro .r .btn .next-ar5:hover {
	opacity: 1;
}

.sale_rent_intro .r .btn .prev-ar5 svg, .sale_rent_intro .r .btn .next-ar5 svg {
	width: 2.8rem;
	height: 2.1rem;
}

.sale_rent_intro .r .btn .prev-ar5 {
	margin-right: 10.3rem;
}

.sale_rent_intro .r .btn .prev-ar5 svg {
	transform: rotate(180deg);
}

.sale_rent_intro.for-rent .t3 span {
	color: #7BD55D;
}

.sale_rent_intro.for-rent .l .hold .details .l div span {
	color: #7BD55D;
}

.sale_rent_intro.for-rent .l .hold .details .r span {
	background: #7BD55D;
}

/* -------------------------- *\
    .property_listing_type
\* -------------------------- */

.property_listing_type { 
	padding: 4.7rem 0;
}

@media (min-width: 990px) {

	.property_listing_type {
		padding: 4.7rem 0 9rem;
	}
}

.property_listing_type.for-rent .prop_listing .listing .listing_content .ap-row .tooltip_img .blue {
	background: #7BD55D;
}

/* -------------------------- *\
    .gallery
\* -------------------------- */

.gallery { 
	padding: 2rem 0 5.8rem;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.gallery {
		padding: 5rem 0 8rem 0;
	}
}

.gallery .shell {
	text-align: right;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 162.3rem;
}

.gallery__item {
	border-radius: .5rem;
	margin-bottom: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.gallery__item a {
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
	background: #000;
	border-radius: .5rem;
	height: 25rem;
	width: 100%;
}

@media (min-width: 540px) {

	.gallery__item a {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 768px) {

	.gallery__item a {
		height: 100%;
		overflow: hidden;
		margin-bottom: 0;
		width: 100%;
	}
}

.gallery__item a img {
	transition: .3s ease;
	border-radius: .5rem;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery__item a span {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 0 .5rem 0 .5rem;
	padding: 1.5rem 2rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.133rem;
	color: #000;
	text-transform: uppercase;
	display: none;
}

@media (min-width: 600px) {

	.gallery__item a span {
		left: 0;
		transform: translateX(0);
		border-radius: 0 .5rem 0 0;
	}
}

@media (min-width: 768px) {

	.gallery__item a span {
		display: block;
	}
}

@media (min-width: 900px) {

	.gallery__item a span {
		padding: 2.4rem;
		font-size: 1.6rem;
		line-height: 2rem;
		width: 22.1rem;
	}
}

.gallery__item a:hover img {
	opacity: .7;
}

@media (min-width: 768px) {

	.gallery__item a:not(:first-child) {
		display: none;
	}
}

.gallery__item:first-child,
		.gallery__item:nth-child(4),
		.gallery__item:nth-child(5),
		.gallery__item:nth-child(8),
		.gallery__item:nth-child(9),
		.gallery__item:nth-child(12),
		.gallery__item:nth-child(13),
		.gallery__item:nth-child(16),
		.gallery__item:nth-child(17),
		.gallery__item:nth-child(20) {
	width: 100%;
}

@media (min-width: 768px) {

	.gallery__item:first-child,
		.gallery__item:nth-child(4),
		.gallery__item:nth-child(5),
		.gallery__item:nth-child(8),
		.gallery__item:nth-child(9),
		.gallery__item:nth-child(12),
		.gallery__item:nth-child(13),
		.gallery__item:nth-child(16),
		.gallery__item:nth-child(17),
		.gallery__item:nth-child(20) {
		width: calc(60% - 1rem);
	}
}

.gallery__item:nth-child(2),
		.gallery__item:nth-child(3),
		.gallery__item:nth-child(6),
		.gallery__item:nth-child(7),
		.gallery__item:nth-child(10),
		.gallery__item:nth-child(11),
		.gallery__item:nth-child(14),
		.gallery__item:nth-child(15),
		.gallery__item:nth-child(18),
		.gallery__item:nth-child(19) {
	width: 100%;
}

@media (min-width: 768px) {

	.gallery__item:nth-child(2),
		.gallery__item:nth-child(3),
		.gallery__item:nth-child(6),
		.gallery__item:nth-child(7),
		.gallery__item:nth-child(10),
		.gallery__item:nth-child(11),
		.gallery__item:nth-child(14),
		.gallery__item:nth-child(15),
		.gallery__item:nth-child(18),
		.gallery__item:nth-child(19) {
		width: calc(40% - 1rem);
	}
}

/* -------------------------- *\
    .page_intro
\* -------------------------- */

.page_intro { 
	padding: 0 0 4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
}

@media (min-width: 990px) {

	.page_intro {
		padding: 2rem 0 4rem;
	}
}

.page_intro .l,
	.page_intro .r {
	width: 100%;
}

@media (min-width: 990px) {

	.page_intro .l,
	.page_intro .r {
		width: 50%;
	}
}

@media (min-width: 1650px) {

	.page_intro .l {
		padding-right: 10rem;
	}
}

@media (min-width: 1700px) {

	.page_intro .l {
		padding-right: 15rem;
	}
}

.page_intro .l .hold {
	margin-top: .7rem;
	padding: 0 2rem;
}

@media (min-width: 1450px) {

	.page_intro .l .hold {
		padding-left: 4rem;
		margin-top: 8.5rem;
	}
}

@media (min-width: 1650px) {

	.page_intro .l .hold {
		padding-left: 9.2rem;
	}
}

.page_intro .l .hold .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.page_intro .l .hold .t2 {
		padding-top: 0;
	}
}

.page_intro .l .hold .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.page_intro .l .hold .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.page_intro .l .hold .t2:before {
		left: -9.2rem;
	}
}

.page_intro .l .hold .info {
	margin: 0 0 2.2rem;
}

@media (min-width: 990px) {

	.page_intro .l .hold .info {
		margin: 0 0 3.3rem;
		max-width: 67rem;
	}
}

.page_intro .l .hold .info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.page_intro .l .hold .info p:last-of-type {
	margin-bottom: 0;
}

.page_intro .l .hold .info p strong {
	font-weight: 600;
	color: #46C2C5;
}

.page_intro .r img {
	width: 100%;
	height: 32rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 990px) {

	.page_intro .r img {
		height: 50rem;
	}
}

@media (min-width: 1024px) {

	.page_intro + .gallery_section {
		padding: 0 0 0 10rem;
	}
}

@media (min-width: 990px) {

	.page_intro.instalment {
		padding: 8.5rem 0 6.9rem;
	}
}

.page_intro.instalment .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {

	.page_intro.instalment .l {
		width: 53%;
		margin-bottom: 0;
	}
}

@media (min-width: 1700px) {

	.page_intro.instalment .l {
		padding-right: 10rem;
	}
}

.page_intro.instalment .l .hold {
	margin-top: 0;
}

@media (min-width: 990px) {

	.page_intro.instalment .l .t3 {
		margin-bottom: 4.7rem;
	}
}

.page_intro.instalment .l p {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: -.0056rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {

	.page_intro.instalment .l p:first-of-type {
		max-width: 67rem;
	}
}

.page_intro.instalment .l p:last-of-type {
	margin-bottom: 0;
}

.page_intro.instalment .l .btns {
	margin-top: 4.2rem;
}

@media (min-width: 1220px) {

	.page_intro.instalment .l .btns a + a {
		margin-left: 4.8rem;
	}
}

.page_intro.instalment .r {
	width: 100%;
}

@media (min-width: 1024px) {

	.page_intro.instalment .r {
		width: 47%;
	}
}

@media (min-width: 990px) {

	.page_intro.instalment .r img {
		height: 56.2rem;
	}
}

/* -------------------------- *\
    .near_location_page
\* -------------------------- */

.near_location_page { 
	padding: 4.9rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 900px) {

	.near_location_page {
		padding: 4.9rem 0 3rem;
	}
}

.near_location_page .l {
	width: 100%;
}

@media (min-width: 990px) {

	.near_location_page .l {
		width: 50%;
		padding-left: 9.7rem;
	}
}

.near_location_page .r {
	width: 100%;
	padding: 4rem 2rem 0;
}

@media (min-width: 990px) {

	.near_location_page .r {
		width: 50%;
		padding: 0 2rem 0 8.6rem;
	}
}

.near_location_page .r h2 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #000;
	margin-bottom: 3.4rem;
}

.near_location_page .r h2 svg {
	width: 4.4rem;
	height: 4.4rem;
	fill: #46C2C5;
	margin-right: 1rem;
}

.near_location_page .r .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.near_location_page .r .grid a {
	width: 100%;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
	display: block;
	margin-bottom: 5.5rem;
	position: relative;
	padding-left: 7.2rem;
}

@media (min-width: 490px) {

	.near_location_page .r .grid a {
		width: 48%;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1200px) {

		.near_location_page .r .grid a {
			width: 100%;
		}
	}
}

.near_location_page .r .grid a img {
	width: 5.2rem;
	height: 5.2rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.near_location_page .r .grid a:hover {
	color: #46C2C5;
}

.near_locations__item {
	padding: 6.5rem 0 10rem 0;
}

@media (min-width: 768px) {

	.near_locations__item {
		padding: 6.5rem 0 10rem 8rem;
	}
}

.near_locations__item .shell {
	max-width: 143rem;
}

.near_locations__item > div {
	list-style-type: none;
}

.near_locations__item > div span {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	display: block;
	margin-bottom: 2.4rem;
}

.near_locations__item > div span img {
	width: 8.1rem;
	height: 8.1rem;
	margin-right: 3.1rem;
}

.near_locations__item > div .grid {
	margin: 0 -1.5rem;
}

.near_locations__item > div .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.near_locations__item > div .grid .bl {
	width: 100%;
	float: left;
	padding: 0 1.5rem;
	margin-bottom: 3rem;
	max-width: 45.7rem;
}

@media (min-width: 970px) {

	.near_locations__item > div .grid .bl {
		width: 50%;
	}
}

@media (min-width: 1450px) {

	.near_locations__item > div .grid .bl {
		width: 33.33%;
	}
}

.near_locations__item > div .grid .img {
	max-height: 10.2rem;
	min-height: 10.2rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.near_locations__item > div .grid .img img {
	min-height: 10.2rem;
	max-height: 10.2rem;
}

.near_locations__item > div .grid .img.small img {
	min-height: 8.5rem;
	max-height: 8.5rem;
}

.near_locations__item > div .grid .invisible {
	position: relative;
}

.near_locations__item > div .grid .invisible img {
	opacity: 0;
}

.near_locations__item > div .grid .invisible span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 400;
}

.near_locations__item > div .grid a {
	display: block;
	background: #fff;
	border: .07rem solid #dedede;
	box-shadow: 0 .1rem .3rem rgba(0,0,0, .2);
	border-radius: .7rem;
	padding: 0 .8rem 2rem;
	text-align: center;
}

@media (min-width: 1550px) {

	.near_locations__item > div .grid a {
		padding: 0 1.5rem 2rem;
	}
}

.near_locations__item > div .grid a img {
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 auto;
}

@media (min-width: 450px) {

	.near_locations__item > div .grid a img {
		max-width: 33.7rem;
	}
}

.near_locations__item > div .grid a .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 33rem;
	margin: 0 auto;
}

.near_locations__item > div .grid a .b > div {
	text-align: left;
	padding: 0 1rem;
	position: relative;
	font-weight: 100;
	font-size: .9rem;
	line-height: 1.9rem;
	color: #000;
	width: 50%;
}

@media (min-width: 460px) {

	.near_locations__item > div .grid a .b > div {
		font-size: 2rem;
	}
}

@media (min-width: 1750px) {

	.near_locations__item > div .grid a .b > div {
		padding: 0 1rem;
	}
}

.near_locations__item > div .grid a .b > div strong {
	font-weight: 500;
}

.near_locations__item > div .grid a .b > div div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.near_locations__item > div .grid a .b > div:before {
	content: '';
	width: .07rem;
	height: 3rem;
	background: #979797;
	position: absolute;
	left: 0;
	bottom: 0;
}

.near_locations__item > div .grid a .b > div:first-child {
	padding-left: 0;
}

.near_locations__item > div .grid a .b > div:first-child:before {
	content: none;
}

.near_locations__item > div .grid a .b > div:last-child {
	padding-right: 0;
}

.near_locations__item > div .grid a .b > div:nth-of-type(2) {
	display: none;
}

.near_locations__item > div .grid a .b > div span {
	display: block;
	font-weight: 100;
	font-size: 1rem;
	line-height: 1.9rem;
	margin-bottom: .8rem;
	text-transform: none;
}

@media (min-width: 500px) {

	.near_locations__item > div .grid a .b > div span {
		font-size: 2rem;
	}
}

.near_locations__item > div .grid a .b > div .dist,
						.near_locations__item > div .grid a .b > div .walk,
						.near_locations__item > div .grid a .b > div .car {
	width: 2rem;
	height: 2rem;
	fill: #46C2C5;
	margin-right: .4rem;
}

@media (min-width: 1550px) {

	.near_locations__item > div .grid a .b > div .dist,
						.near_locations__item > div .grid a .b > div .walk,
						.near_locations__item > div .grid a .b > div .car {
		width: 3rem;
		height: 3rem;
		margin-right: .8rem;
	}
}

.near_locations__item > div .grid a .b > div .walk {
	width: 1.5rem;
	height: 2.5rem;
}

@media (min-width: 1550px) {

	.near_locations__item > div .grid a .b > div .walk {
		width: 2rem;
		height: 3rem;
	}
}

.near_locations__item > div .grid a .b > div .car {
	width: 2rem;
	height: 2rem;
}

@media (min-width: 1550px) {

	.near_locations__item > div .grid a .b > div .car {
		width: 3.5rem;
		height: 2.2rem;
	}
}

.near_locations__item > div .grid a:hover {
	box-shadow: 0 .1rem 1.3rem rgba(0,0,0, .2);
}

/* -------------------------- *\
    .single_loaction
\* -------------------------- */

.single_loaction { 
	padding: 5rem 2rem;
	max-width: 192rem;
	margin: 0 auto;
	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: 768px) {

	.single_loaction {
		padding: 5rem 0 0 9.9rem;
	}
}

.single_loaction .l {
	width: 100%;
}

/*margin-top: 2rem;
		padding: 0 2rem;*/

@media (min-width: 1200px) {

	.single_loaction .l {
		width: 76.8rem;
		padding: 0;
		margin-top: 0;
	}
}

/*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;*/

@media (min-width: 1080px) {

	.single_loaction .l img {
		max-width: 33.8rem;
	}
}

.single_loaction .l h1 {
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #313131;
	margin-bottom: 2.6rem;
	letter-spacing: -0.0015rem;
}

@media (min-width: 900px) {

	.single_loaction .l h1 {
		font-size: 4.8rem;
		line-height: 6rem;
	}
}

.single_loaction .l .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

.single_loaction .l .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.single_loaction .l .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1800px) {

	.single_loaction .l .t2:before {
		left: -9.9rem;
	}
}

@media (min-width: 990px) {

	.single_loaction .l .t2 {
		padding-top: 0;
	}
}

.single_loaction .l .info {
	margin-bottom: 3.4rem;
}

@media (min-width: 1200px) {

	.single_loaction .l .info div {
		max-width: 67rem;
	}
}

.single_loaction .l .info div p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

.single_loaction .l .info div p:last-of-type {
	margin-bottom: 0;
}

.single_loaction .l .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: center;
	max-width: 55.5rem;
	max-width: 40.5rem;
}

@media (min-width: 1200px) {

	.single_loaction .l .details {
		text-align: left;
	}
}

.single_loaction .l .details > div {
	width: 100%;/*margin: 0 auto 1rem;*/
	border: .07rem solid #dedede;
	box-shadow: 0 .1rem .3rem rgba(0,0,0, .2);
	border-radius: .7rem;
	padding: 1.5rem 1rem;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #000;
	font-weight: 100;
}

@media (min-width: 540px) {

	.single_loaction .l .details > div {
		width: calc(33.33% - 1.5rem);
		width: calc(50% - 1.5rem);
		font-size: 1.4rem;
		padding: 1.5rem .5rem;
	}
}

@media (min-width: 768px) {

	.single_loaction .l .details > div {
		padding: 1.5rem 1rem;
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {

	.single_loaction .l .details > div {
		max-width: 17.5rem;
	}
}

.single_loaction .l .details > div:nth-of-type(2) {
	display: none;
}

.single_loaction .l .details > div span {
	display: block;
	margin-bottom: .8rem;
}

.single_loaction .l .details > div div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	-ms-flex-pack: left;
	    justify-content: left;
}

/*@mixin min 1200 {
						justify-content: space-between;
					}*/

.single_loaction .l .details > div div svg {
	fill: #46C2C5;
	margin-right: .7rem;
	height: 3.6rem;
}

.single_loaction .l .details > div div svg.dist {
	width: 3.6rem;
}

.single_loaction .l .details > div div svg.walk {
	width: 2.3rem;
}

.single_loaction .l .details > div div svg.car {
	width: 5.3rem;
}

.single_loaction .l .details > div div strong {
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 2.6rem;
}

@media (min-width: 540px) {

	.single_loaction .l .details > div div strong {
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) {

	.single_loaction .l .details > div div strong {
		font-size: 2.1rem;
	}
}

@media (min-width: 1200px) {

	.single_loaction .l .details > div div strong {
		font-size: 1.8rem;
	}
}

.single_loaction .r {
	width: 100%;
	margin-top: 3rem;
}

@media (min-width: 768px) {

	.single_loaction .r {
		width: calc(100vw - 8rem);
		margin-left: -2rem;
	}
}

.single_loaction .r #cd-google-map,
		.single_loaction .r #google-container {
	height: 50rem;
}

@media (min-width: 1200px) {

	.single_loaction .r #cd-google-map,
		.single_loaction .r #google-container {
		height: 65.3rem;
	}
}

@media (min-width: 1200px) {

	.single_loaction .r {
		width: calc(100% - 78rem);
		margin-top: 0;
		margin-left: 0;
	}
}

.single_loaction .r #cd-zoom-in,
		.single_loaction .r #cd-zoom-out {
	height: 3.2rem;
	width: 3.2rem;
	cursor: pointer;
	margin-right: 1rem;
	background: #fff;
	border-radius: .5rem;
	background-repeat: no-repeat;
	background-size: 3.2rem 6.4rem;
	background-image: url(/wp-content/uploads/2022/12/cd-icon-controller.svg);
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	transition: .3s ease;
}

.single_loaction .r #cd-zoom-in:hover, .single_loaction .r #cd-zoom-out:hover {
	transform: scale(1.1);
}

@media (min-width: 1024px) {

	.single_loaction .r #cd-zoom-in,
			.single_loaction .r #cd-zoom-out {
		margin-right: 1rem;
	}
}

.single_loaction .r #cd-zoom-out {
	background-position: 50% -3.2rem;
	margin-top: .3rem;
	margin-bottom: 2rem;
}

.location_info {
	padding: 2rem 2rem;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.location_info {
		padding: 5rem 2rem 8rem 10rem;
	}
}

.location_info .shell {
	max-width: 172rem;
	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;
	padding: 0;
	margin: 0;
}

.location_info .hold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 153rem;
}

.location_info .hold .l,
		.location_info .hold .r {
	width: 100%;
	color: #313131;
	margin-bottom: 1.5rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.location_info .hold .l,
		.location_info .hold .r {
		width: calc(50% - 10rem);
		margin-bottom: 0;
	}
}

.location_info .hold .l p, .location_info .hold .r p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

.location_info .hold .l p:last-of-type, .location_info .hold .r p:last-of-type {
	margin-bottom: 0;
}

.location_gallery {
	padding: 5rem 2rem;
}

@media (min-width: 768px) {

	.location_gallery {
		padding: 6.6rem 0 5rem 10rem;
	}
}

.location_gallery .location_gallery_slider a {
	margin-right: 4rem;
	overflow: hidden;
	background: #000;
	display: block;/*&.slick-active {
				border-radius: 1rem 0 0 1rem;

				img {
					border-radius: 1rem 0 0 1rem;
				}
			}*/
}

.location_gallery .location_gallery_slider a:not(:first-child) {
	display: none;
}

.location_gallery .location_gallery_slider a img {
	transition: .3s ease;
	-o-object-fit: cover;
	   object-fit: cover;
}

.location_gallery .location_gallery_slider a:hover img {
	opacity: .5;
}

.location_gallery .location_gallery_slider.slick-initialized a:not(:first-child) {
	display: block;
}

.location_gallery .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.location_gallery .slider-paging-number {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 2.4rem;
	line-height: 2.9rem;
	position: absolute;
	bottom: -5.5rem;
	right: 8rem;
}

@media (min-width: 1024px) {

	.location_gallery .slider-paging-number {
		right: 16rem;
	}
}

.location_gallery .slider-paging-number li:not(:first-child) {
	display: none;
}

.location_gallery .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	margin-top: 3rem;
	margin-right: 2.2rem;
}

@media (min-width: 1024px) {

	.location_gallery .btn {
		margin-right: 10rem;
	}
}

.location_gallery .btn .prev-ar7,
		.location_gallery .btn .next-ar7 {
	cursor: pointer;
	transition: .3s ease;
	z-index: 5;
	width: 3.5rem;
	height: 2.5rem;
	text-align: center;
	opacity: .5;
}

@media (min-width: 1024px) {

	.location_gallery .btn .prev-ar7,
		.location_gallery .btn .next-ar7 {
		left: auto;
		right: 0;
	}
}

.location_gallery .btn .prev-ar7:hover, .location_gallery .btn .next-ar7:hover {
	opacity: 1;
}

.location_gallery .btn .prev-ar7 svg, .location_gallery .btn .next-ar7 svg {
	width: 2.8rem;
	height: 2.1rem;
}

.location_gallery .btn .prev-ar7 {
	margin-right: 10.8rem;
}

.location_gallery .btn .prev-ar7 svg {
	transform: rotate(180deg);
}

.panoram-view {
	padding: 0;
	max-width: 172rem;
	margin: 0 auto;

}

@media (max-width: 1725px) {

	.panoram-view {
		padding: 0 2rem;
	}
}

.panoram-view .hold {
	background: #000;
	border-radius: 1rem;
	position: relative;
	max-height: 96rem;
	overflow: hidden;
}

.panoram-view .hold img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .25;
	border-radius: 1rem;
}

.panoram-view .hold svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 7.5rem;
	height: 7.5rem;
	fill: #fff;
}

@media (min-width: 768px) {

	.panoram-view .hold svg {
		width: 15.5rem;
		height: 15.5rem;
	}
}

.related_location {
	padding: 6.5rem 0 10rem 0;
}

@media (min-width: 768px) {

	.related_location {
		padding: 6.5rem 0 10rem 8rem;
	}
}

.related_location .shell {
	max-width: 160rem;
}

.related_location h2 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	display: block;
	margin-bottom: 2.4rem;
}

@media (min-width: 900px) {

	.related_location h2 {
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
}

.related_location h2 img {
	width: 8.1rem;
	height: 8.1rem;
	margin-right: 3rem;
}

.related_location .grid {
	margin: 0 -1.5rem;
}

.related_location .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.related_location .grid .bl {
	width: 100%;
	float: left;
	padding: 0 1.5rem;
	margin-bottom: 3rem;
	max-width: 45.7rem;
}

@media (min-width: 970px) {

	.related_location .grid .bl {
		width: 50%;
	}
}

@media (min-width: 1450px) {

	.related_location .grid .bl {
		width: 33.33%;
	}
}

.related_location .grid .img {
	max-height: 10.2rem;
	min-height: 10.2rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.related_location .grid .img img {
	min-height: 10.2rem;
	max-height: 10.2rem;
}

.related_location .grid .img.small img {
	min-height: 8.5rem;
	max-height: 8.5rem;
}

.related_location .grid .invisible {
	position: relative;
}

.related_location .grid .invisible img {
	opacity: 0;
}

.related_location .grid .invisible span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 400;
}

.related_location .grid a {
	display: block;
	background: #fff;
	border: .07rem solid #dedede;
	box-shadow: 0 .1rem .3rem rgba(0,0,0, .2);
	border-radius: .7rem;
	padding: 0 .8rem 2rem;
	text-align: center;
}

@media (min-width: 1550px) {

	.related_location .grid a {
		padding: 0 1.5rem 2rem;
	}
}

.related_location .grid a img {
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 auto;
}

@media (min-width: 450px) {

	.related_location .grid a img {
		max-width: 33.7rem;
	}
}

.related_location .grid a .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 33rem;
	margin: 0 auto;
}

.related_location .grid a .b > div {
	text-align: left;
	padding: 0 1rem;
	position: relative;
	font-weight: 100;
	font-size: .9rem;
	line-height: 1.9rem;
	color: #000;
	width: 33.33%;
	width: 50%;
}

@media (min-width: 460px) {

	.related_location .grid a .b > div {
		font-size: 2rem;
	}
}

@media (min-width: 1750px) {

	.related_location .grid a .b > div {
		padding: 0 1rem;
	}
}

.related_location .grid a .b > div strong {
	font-weight: 500;
}

.related_location .grid a .b > div div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.related_location .grid a .b > div:before {
	content: '';
	width: .07rem;
	height: 3rem;
	background: #979797;
	position: absolute;
	left: 0;
	bottom: 0;
}

.related_location .grid a .b > div:first-child {
	padding-left: 0;
}

.related_location .grid a .b > div:first-child:before {
	content: none;
}

.related_location .grid a .b > div:last-child {
	padding-right: 0;
}

.related_location .grid a .b > div:nth-of-type(2) {
	display: none;
}

.related_location .grid a .b > div span {
	display: block;
	font-weight: 100;
	font-size: 1rem;
	line-height: 1.9rem;
	margin-bottom: .8rem;
	text-transform: none;
}

@media (min-width: 500px) {

	.related_location .grid a .b > div span {
		font-size: 2rem;
	}
}

.related_location .grid a .b > div .dist,
					.related_location .grid a .b > div .walk,
					.related_location .grid a .b > div .car {
	width: 2rem;
	height: 2rem;
	fill: #000;
	margin-right: .4rem;
}

@media (min-width: 1550px) {

	.related_location .grid a .b > div .dist,
					.related_location .grid a .b > div .walk,
					.related_location .grid a .b > div .car {
		width: 3rem;
		height: 3rem;
		margin-right: .8rem;
	}
}

.related_location .grid a .b > div .walk {
	width: 1.5rem;
	height: 2.5rem;
}

@media (min-width: 1550px) {

	.related_location .grid a .b > div .walk {
		width: 2rem;
		height: 3rem;
	}
}

.related_location .grid a .b > div .car {
	width: 2rem;
	height: 2rem;
}

@media (min-width: 1550px) {

	.related_location .grid a .b > div .car {
		width: 3.5rem;
		height: 2.2rem;
	}
}

.related_location .grid a:hover {
	box-shadow: 0 .1rem 1.3rem rgba(0,0,0, .2);
}

/* -------------------------- *\
    .top_apartment
\* -------------------------- */

.top_apartment {
	padding: 0 0 5.8rem;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 990px) {

	.top_apartment {
		padding: 0 2rem 9.8rem;
	}
}

.top_apartment .shell {
	text-align: center;
	position: relative;
}

@media (min-width: 768px) {

	.top_apartment .shell {
		max-width: 172rem;
		padding: 0;
	}
}

.top_apartment h2 {
	max-width: 67rem;
	margin: 0 auto 3.3rem;
	text-align: center;
}

.top_apartment p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #313131;
	margin: 0 auto;
	max-width: 67rem;
}

.top_apartment .top_apartment_slider,
	.top_apartment .post_top_slider {
	margin: 5rem 0 2rem 0;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1200px) {

	.top_apartment .top_apartment_slider,
	.top_apartment .post_top_slider {
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 2rem;
		position: relative;
	}

	.top_apartment .top_apartment_slider::-webkit-scrollbar, .top_apartment .post_top_slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.top_apartment .top_apartment_slider::-webkit-scrollbar-button, .top_apartment .post_top_slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
	}

	.top_apartment .top_apartment_slider::-webkit-scrollbar-button:hover, .top_apartment .post_top_slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.top_apartment .top_apartment_slider::-webkit-scrollbar-thumb, .top_apartment .post_top_slider::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.top_apartment .top_apartment_slider::-webkit-scrollbar-track, .top_apartment .post_top_slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.top_apartment .top_apartment_slider::-webkit-scrollbar-thumb:active, .top_apartment .post_top_slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.top_apartment .top_apartment_slider:hover::-webkit-scrollbar-thumb, .top_apartment .post_top_slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.top_apartment .top_apartment_slider:hover::-webkit-scrollbar-thumb:hover, .top_apartment .post_top_slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.top_apartment .top_apartment_slider:hover::-webkit-scrollbar-track, .top_apartment .post_top_slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.top_apartment .top_apartment_slider .slick-track, .top_apartment .post_top_slider .slick-track {
	float: left;
}

.top_apartment .top_apartment_slider .slick-list, .top_apartment .post_top_slider .slick-list {
	padding: 2rem;
}

.top_apartment .top_apartment_slider .ap-row:not(:first-child), .top_apartment .post_top_slider .ap-row:not(:first-child) {
	display: none;
}

.top_apartment .top_apartment_slider.slick-initialized .ap-row:not(:first-child), .top_apartment .post_top_slider.slick-initialized .ap-row:not(:first-child) {
	display: block;
}

.top_apartment .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	margin: 0 0 3rem;
}

@media (max-width: 1200px) {

	.top_apartment .btn {
		display: none;
	}
}

.top_apartment .btn .prev-ar6,
		.top_apartment .btn .next-ar6,
		.top_apartment .btn .prev-ar7,
		.top_apartment .btn .next-ar7 {
	cursor: pointer;
	transition: .3s ease;
	z-index: 5;
	width: 3rem;
	height: 3rem;
	text-align: center;
	opacity: .5;
}

@media (min-width: 1024px) {

	.top_apartment .btn .prev-ar6,
		.top_apartment .btn .next-ar6,
		.top_apartment .btn .prev-ar7,
		.top_apartment .btn .next-ar7 {
		left: auto;
		right: 5.3rem;
	}
}

.top_apartment .btn .prev-ar6:hover, .top_apartment .btn .next-ar6:hover, .top_apartment .btn .prev-ar7:hover, .top_apartment .btn .next-ar7:hover {
	opacity: 1;
}

.top_apartment .btn .prev-ar6 svg, .top_apartment .btn .next-ar6 svg, .top_apartment .btn .prev-ar7 svg, .top_apartment .btn .next-ar7 svg {
	width: 2.1rem;
	height: 2.8rem;
	transform: rotate(-180deg);
}

.top_apartment .btn .next-ar6,
		.top_apartment .btn .next-ar7 {
	left: 5.3rem;
	margin-left: 1rem;
	margin-right: 0;
}

@media (min-width: 1024px) {

	.top_apartment .btn .next-ar6,
		.top_apartment .btn .next-ar7 {
		left: auto;
		right: 0;
	}
}

.top_apartment .btn .next-ar6 svg, .top_apartment .btn .next-ar7 svg {
	transform: rotate(0deg);
}

.top_apartment .item {
	padding-right: 1rem;
}

@media (min-width: 425px) {

	.top_apartment .item {
		padding-right: 3rem;
	}
}

@media (min-width: 1270px) {

	.top_apartment .item {
		padding-right: 6.4rem;
	}
}

.top_apartment .ap-row {
	border: .1rem solid #efefef;
	border-radius: 1rem;
	display: block;
	width: 28rem;
}

@media (min-width: 425px) {

	.top_apartment .ap-row {
		width: 32rem;
	}
}

@media (min-width: 768px) {

	.top_apartment .ap-row {
		width: 52.2rem;
	}
}

@media (min-width: 1200px) {

	.top_apartment .ap-row {
		max-width: 52.2rem;
	}
}

.top_apartment .ap-row .int .top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1.6rem .8rem 0;
}

@media (min-width: 768px) {

	.top_apartment .ap-row .int .top {
		padding: 1.6rem 1.6rem 0;
	}
}

.top_apartment .ap-row .int .top .ll {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.top_apartment .ap-row .int .top .ll .stat {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
	display: inline-block;
	margin-right: 1rem;
}

.top_apartment .ap-row .int .top .ll.free .stat, .top_apartment .ap-row .int .top .ll.sale .stat, .top_apartment .ap-row .int .top .ll.Sale .stat {
	background: #46C2C5;
}

.top_apartment .ap-row .int .top .ll.free strong, .top_apartment .ap-row .int .top .ll.sale strong, .top_apartment .ap-row .int .top .ll.Sale strong {
	color: #46C2C5;
}

.top_apartment .ap-row .int .top .ll.reserved .stat, .top_apartment .ap-row .int .top .ll.rented .stat {
	background: #FF8200;
}

.top_apartment .ap-row .int .top .ll.reserved strong, .top_apartment .ap-row .int .top .ll.rented strong {
	color: #FF8200;
}

.top_apartment .ap-row .int .top .ll.Rent .stat {
	background: #7BD55D;
}

.top_apartment .ap-row .int .top .ll.Rent strong {
	color: #7BD55D;
}

.top_apartment .ap-row .int .top .ll.sold .stat {
	background: #D11818;
}

.top_apartment .ap-row .int .top .ll.sold strong {
	color: #D11818;
}

.top_apartment .ap-row .int .top .ll strong {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.9rem;
	margin-right: 1rem;
}

@media (min-width: 768px) {

	.top_apartment .ap-row .int .top .ll strong {
		font-size: 2.4rem;
		margin-right: 2rem;
	}
}

.top_apartment .ap-row .int .top .ll strong + div {
	font-size: 1.3rem;
}

@media (min-width: 768px) {

	.top_apartment .ap-row .int .top .ll strong + div {
		font-size: 1.6rem;
	}
}

.top_apartment .ap-row .int .top .ll span {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
}

.top_apartment .ap-row .int .top .rr button {
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.top_apartment .ap-row .int .top .rr button svg {
	width: 3.3rem;
	height: 2.9rem;
}

.top_apartment .ap-row .int .img {
	width: 100%;
	height: 26rem;
	margin: 0 auto 1rem;
	padding: 1.6rem 1.6rem 0;
}

@media (min-width: 768px) {

	.top_apartment .ap-row .int .img {
		width: 47.1rem;
		height: 42.8rem;
		margin: 0 auto 2rem;
	}
}

.top_apartment .ap-row .int .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.top_apartment .ap-row .int .middle {
	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;
	text-align: left;
	padding: 1.6rem 1.6rem 0;
}

.top_apartment .ap-row .int .middle span {
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #000;
	margin-bottom: .3rem;/*margin-right: 5.8rem;*/
	width: 43%;
}

@media (min-width: 768px) {

	.top_apartment .ap-row .int .middle span {
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
		width: auto;
		padding-right: 1rem;
	}
}

.top_apartment .ap-row .int .middle span strong {
	font-weight: 600;
}

/*&:nth-child(1),
					&:nth-child(4) {
						

						@mixin min 768 {
							width: 8rem;
						}
					}

					&:nth-child(2),
					&:nth-child(5) {
						

						@mixin min 768 {
							width: 23rem;
						}
					}

					&:nth-child(3),
					&:nth-child(6) {
						

						@mixin min 768 {
							width: 10rem;
						}
					}*/

@media (max-width: 768px) {

	.top_apartment .ap-row .int .middle span:nth-child(1) {
		-ms-flex-order: 1;
		    order: 1;
	}

	.top_apartment .ap-row .int .middle span:nth-child(2) {
		-ms-flex-order: 3;
		    order: 3;
	}

	.top_apartment .ap-row .int .middle span:nth-child(3) {
		-ms-flex-order: 5;
		    order: 5;
	}

	.top_apartment .ap-row .int .middle span:nth-child(4) {
		-ms-flex-order: 2;
		    order: 2;
	}

	.top_apartment .ap-row .int .middle span:nth-child(5) {
		-ms-flex-order: 4;
		    order: 4;
	}

	.top_apartment .ap-row .int .middle span:nth-child(6) {
		-ms-flex-order: 6;
		    order: 6;
	}
}

.top_apartment .ap-row .int .bottom {
	border-radius: 1rem;
	background: #f8f8f8;
	padding: 1rem 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #000;
}

@media (min-width: 768px) {

	.top_apartment .ap-row .int .bottom {
		font-size: 1.8rem;
	}
}

.top_apartment .ap-row .int .bottom strong {
	font-weight: 600;
	color: #46C2C5;
}

@media (max-width: 767px) {

	.top_apartment .ap-row .int .bottom strong {
		display: block;
	}
}

@media (min-width: 768px) {

	.top_apartment .ap-row .int .bottom span:nth-of-type(2) strong {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.top_apartment .ap-row:hover {
	box-shadow: 0 .2rem 1rem rgba(0,0,0, 0.2)
}

.top_apartment .slick-dots {
	bottom: -7rem;
}

.top_apartment .slick-dots li {
	width: 1.7rem;
	height: 1.7rem;
}

.top_apartment .slick-dots li button {
	width: 1.7rem;
	height: 1.7rem;
	background: #D8D8D8;
}

.top_apartment .slick-dots li button:before {
	content: none;
}

.top_apartment .slick-dots li.slick-active button {
	background: #7DCDCC;
}

@media (min-width: 768px) {

	.de-site .top_apartment .ap-row .int .middle span {
		font-size: 1.35rem;
	}
}

/* -------------------------- *\
    .special_offers_page
\* -------------------------- */

.special_offers_page { 
	padding: 0;
	max-width: 192rem;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 990px) {

	.special_offers_page {
		padding: 8.5rem 0 4rem;
	}
}

.special_offers_page .shell {
	max-width: 167rem;
	margin: 0 auto 0 0;
	padding: 0;
}

.special_offers_page .top {
	margin-bottom: 2rem;
}

@media (min-width: 990px) {

	.special_offers_page .top {
		margin-bottom: 9.8rem;
	}
}

.special_offers_page .top > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.special_offers_page .middle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 2rem;
}

.special_offers_page .top,
	.special_offers_page .middle {
	padding: 0 2rem;
}

@media (min-width: 1450px) {

	.special_offers_page .top,
	.special_offers_page .middle {
		padding-left: 4rem;
	}
}

@media (min-width: 1650px) {

	.special_offers_page .top,
	.special_offers_page .middle {
		padding-left: 9.8rem;
	}
}

.special_offers_page .top .l,
		.special_offers_page .top .r,
		.special_offers_page .middle .l,
		.special_offers_page .middle .r {
	width: 100%;
}

@media (min-width: 990px) {

	.special_offers_page .top .l,
		.special_offers_page .top .r,
		.special_offers_page .middle .l,
		.special_offers_page .middle .r {
		width: calc(50% - 2rem);
	}
}

.special_offers_page .top .r, .special_offers_page .middle .r {
	margin-top: 3rem;
}

@media (min-width: 990px) {

	.special_offers_page .top .r, .special_offers_page .middle .r {
		margin-top: 0;
	}
}

@media (min-width: 990px) {

	.special_offers_page .top .r p, .special_offers_page .middle .r p {
		margin: 0 0 0 auto;
	}
}

.special_offers_page .top .t2, .special_offers_page .middle .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.special_offers_page .top .t2, .special_offers_page .middle .t2 {
		padding-top: 0;
	}
}

.special_offers_page .top .t2:before, .special_offers_page .middle .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.special_offers_page .top .t2:before, .special_offers_page .middle .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.special_offers_page .top .t2:before, .special_offers_page .middle .t2:before {
		left: -9.2rem;
	}
}

.special_offers_page .top p, .special_offers_page .middle p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.special_offers_page .top p:last-of-type, .special_offers_page .middle p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.special_offers_page .top p, .special_offers_page .middle p {
		max-width: 67rem;
	}
}

.special_offers_page .middle .r {
	margin-top: 0;
}

.special_offers_page .special_offers .shell {
	max-width: 172rem;
	margin: 0 auto;
	padding: 0 2rem;
}

@media (min-width: 1740px) {

	.special_offers_page .special_offers .shell {
		padding: 0;
	}
}

.special_offers_page .special_offers__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.special_offers_page .special_offers__grid .offer_item {
	display: inline-block;
	width: 100%;
	padding: 0 .5rem;
	margin-bottom: 4.8rem;
}

@media (min-width: 990px) {

	.special_offers_page .special_offers__grid .offer_item {
		width: 50%;
		padding: 0 2rem;
		margin-bottom: 7.3rem;
	}
}

@media (min-width: 1200px) {

	.special_offers_page .special_offers__grid .offer_item {
		width: 33.33%;
	}
}

.special_offers_page .special_offers__grid .offer_item a {
	display: block;
	overflow: hidden;
	margin-bottom: 2.8rem;
	height: 25.9rem;
}

@media (min-width: 500px) {

	.special_offers_page .special_offers__grid .offer_item a {
		height: 30rem;
	}
}

@media (min-width: 990px) {

	.special_offers_page .special_offers__grid .offer_item a {
		height: 36.8rem;
	}
}

.special_offers_page .special_offers__grid .offer_item img {
	transition: transform 3s;
	transform: scale(1);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.special_offers_page .special_offers__grid .offer_item > div h2 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.4rem;
	letter-spacing: -.0075rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.special_offers_page .special_offers__grid .offer_item > div h2 a {
	height: auto;
	margin-bottom: 0;
}

@media (min-width: 1650px) {

	.special_offers_page .special_offers__grid .offer_item > div h2 {
		font-size: 3.2rem;
		line-height: 4.8rem;
		etter-spacing: -.001rem;
	}
}

.special_offers_page .special_offers__grid .offer_item > div span {
	display: block;
	margin-bottom: 1.5rem;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.4rem;
	letter-spacing: -.005625rem;
	color: #313131;
}

.special_offers_page .special_offers__grid .offer_item > div span span {
	color: #46C2C5;
	display: inline-block;
	margin-bottom: 0;
}

@media (min-width: 1650px) {

	.special_offers_page .special_offers__grid .offer_item > div span {
		font-size: 2.4rem;
		line-height: 3.4rem;
		letter-spacing: -.0075rem;
	}
}

.special_offers_page .special_offers__grid .offer_item > div p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.special_offers_page .special_offers__grid .offer_item > div p {
		max-width: 45.6rem;
	}
}

.special_offers_page .special_offers__grid .offer_item:hover img {
	transform: scale(1.2);
}

.special_offers_page .special_offers__grid .offer_item:hover h2 a {
	color: #46C2C5;
}

.special_offers_page .special_offers__grid .offer_item:hover h2:after {
	width: 100%;
}

/* -------------------------- *\
    .blog
\* -------------------------- */

.blog { 
	padding: .6rem 0 5rem;
}

@media (min-width: 990px) {

	.blog {
		padding: 8.5rem 0 9rem;
	}
}

.blog .top {
	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;
}

.blog .top .l {
	padding: 0 2rem;
}

@media (min-width: 1450px) {

	.blog .top .l {
		padding-left: 4rem;
	}
}

@media (min-width: 1650px) {

	.blog .top .l {
		padding-left: 9.8rem;
	}
}

.blog .top .l .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.blog .top .l .t2 {
		padding-top: 0;
	}
}

.blog .top .l .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.blog .top .l .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.blog .top .l .t2:before {
		left: -9.9rem;
	}
}

.blog .top .r {
	width: 100%;
	margin: 0 2rem;
}

@media (max-width: 768px) {

	.blog .top .r {
		overflow-x: scroll;
		padding-bottom: 2rem;
	}

	.blog .top .r::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.blog .top .r::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
	}

	.blog .top .r::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.blog .top .r::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.blog .top .r::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.blog .top .r::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.blog .top .r:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.blog .top .r:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.blog .top .r:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.blog .top .r .hold {
	border-bottom: .1rem solid rgba(49,49,49, .5);
}

@media (max-width: 767px) {

	.blog .top .r .hold {
		width: 70rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

@media (min-width: 1100px) {

	.blog .top .r {
		width: auto;
		padding-right: 10rem;
		margin: 0;
	}
}

.blog .top .r a {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	text-transform: uppercase;
	color: rgba(49,49,49, .5);
	padding: 1rem 2.3rem;
	display: inline-block;
	position: relative;
}

.blog .top .r a:after {
	content: '';
	background: #46C2C5;
	width: 0;
	height: .1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s ease;
}

.blog .top .r a:first-child {
	padding: 1rem 2.3rem 1rem 0;
}

.blog .top .r a:last-child {
	padding: 1rem 0 1rem 2.3rem;
}

.blog .top .r a:hover,
				.blog .top .r a.active {
	color: #46C2C5;
}

.blog .top .r a:hover:after, .blog .top .r a.active:after {
	width: 100%;
}

.blog .bottom {
	margin-top: 4.9rem;
}

.blog .bottom .shell {
	max-width: 169rem;
}

.blog .bottom .shell .grid {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 680px) {

	.blog .bottom .shell .grid {
		margin-right: -4rem;
	}
}

@media (max-width: 1700px) {

	.blog .bottom .shell {
		padding: 0 2rem;
	}
}

.blog .bottom .shell .item {
	width: 100%;/*padding-right: 4rem;*/
	margin-bottom: 4rem;
}

@media (min-width: 680px) {

	.blog .bottom .shell .item {
		width: 50%;
		padding-right: 4rem;
	}
}

@media (min-width: 990px) {

	.blog .bottom .shell .item {
		width: 33.33%;
	}
}

@media (min-width: 1024px) {

	.blog .bottom .shell .item {
		margin-bottom: 8.5rem;
	}
}

.blog .bottom .shell .item a {
	display: block;
	overflow: hidden;
	margin-bottom: 4rem;
}

.blog .bottom .shell .item img {
	transition: transform 3s;
	transform: scale(1);
	height: 40.4rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.blog .bottom .shell .item .btn-blue-2 {
	display: none;
}

@media (min-width: 1024px) {

	.blog .bottom .shell .item:first-child {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-align: center;
		    align-items: center;
	}

	.blog .bottom .shell .item:first-child .btn-blue-2 {
		display: inline-block;
		margin-top: 2rem;
	}

	@media (min-width: 1320px) {

		.blog .bottom .shell .item:first-child .btn-blue-2 {
			margin-top: 3.7rem;
		}
	}

	.blog .bottom .shell .item:first-child .img,
						.blog .bottom .shell .item:first-child .info-block {
		width: 50%;
		padding-right: 4.5rem;
	}

	.blog .bottom .shell .item:first-child .info-block {
		padding-left: 4.5rem;
	}

	.blog .bottom .shell .item:first-child .info-block h3 {
		font-weight: 400;
		color: #313131;
	}

	@media (min-width: 1630px) {

		.blog .bottom .shell .item:first-child .info-block h3 {
			font-size: 4.8rem;
			line-height: 6rem;
			letter-spacing: -.015rem;
			margin-bottom: 3.7rem;
			padding-bottom: 3.2rem;
		}
	}

	.blog .bottom .shell .item:first-child .info-block p {
		max-width: 69rem;
		font-weight: 400;
		letter-spacing: -.005625rem;
		color: #313131;
		margin-bottom: 1.5rem;
	}

	@media (min-width: 1320px) {

		.blog .bottom .shell .item:first-child .info-block p {
			font-size: 1.8rem;
			line-height: 2.8rem;
		}
	}

	.blog .bottom .shell .item:first-child .info-block p:last-of-type {
		margin-bottom: 0;
	}

	.blog .bottom .shell .item:first-child .info-block span:not(.btn-blue-2 span) {
		margin-top: 2.5rem;
	}
}

.blog .bottom .shell .item > div h3 {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -.00656rem;
	color: #313131;
	position: relative;
	padding-bottom: 1.6rem;
	margin-bottom: 2.3rem;
}

@media (min-width: 1024px) {

	.blog .bottom .shell .item > div h3 {
		font-size: 2.1rem;
		line-height: 3.1rem;
	}
}

@media (min-width: 1320px) {

	.blog .bottom .shell .item > div h3 {
		font-size: 2.8rem;
		line-height: 3.8rem;
		letter-spacing: -.00875rem;
	}
}

.blog .bottom .shell .item > div h3 a {
	margin-bottom: 0;
}

.blog .bottom .shell .item > div h3:after {
	content: '';
	background: #46C2C5;
	width: 13rem;
	height: .3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s ease;
}

.blog .bottom .shell .item > div p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 1320px) {

	.blog .bottom .shell .item > div p {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

.blog .bottom .shell .item > div span:not(.btn-blue-2 span) {
	display: block;
	margin-top: 2rem;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.4rem;
	letter-spacing: -.005625rem;
	color: rgba(49,49,49, .35);
}

.blog .bottom .shell .item:hover img {
	transform: scale(1.2);
}

.blog .bottom .shell .item:hover h3 a {
	color: #46C2C5;
}

.blog .bottom .shell .item:hover h3:after {
	width: 100%;
}

.blog .bottom .shell .load-more {
	text-align: center;
}

.blog .bottom .shell .load-more .btn-blue-2 {
	cursor: pointer;
}

/* -------------------------- *\
    .post_single
\* -------------------------- */

.post_single { 
	padding: .6rem 0 4rem;
}

@media (min-width: 990px) {

	.post_single {
		padding: 8.5rem 0;
	}
}

.post_single .post_content {
	position: relative;
}

.post_single .post_content::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.post_single .top {
	padding: 0 2rem;
	margin-bottom: 4.3rem;
}

@media (min-width: 1024px) {

	.post_single .top {
		max-width: 47%;
		margin-bottom: 0;
		float: left;
	}
}

@media (min-width: 1450px) {

	.post_single .top {
		padding-left: 4rem;
	}
}

@media (min-width: 1650px) {

	.post_single .top {
		padding-left: 9.2rem;
	}
}

.post_single .top .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.post_single .top .t2 {
		padding-top: 0;
	}
}

.post_single .top .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.post_single .top .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.post_single .top .t2:before {
		left: -9.2rem;
	}
}

.post_single .top .t3 {
	position: relative;
	padding-bottom: 3.2rem;
	margin-bottom: 2.6rem;
}

.post_single .top .t3:after {
	content: '';
	background: #46C2C5;
	width: 13rem;
	height: .3rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.post_single .top span {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.4rem;
	letter-spacing: -.00562rem;
	color: rgba(49,49,49, .35);
	display: block;
	margin-bottom: 2.7rem;
}

.post_single .top p {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: -.00562rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.post_single .top p:last-of-type {
	margin-bottom: 0;
}

.post_single .right {
	padding: 0 2rem;
}

@media (min-width: 1024px) {

	.post_single .right {/*position: absolute;
			top: 0;
			right: 0;*/
		float: right;
		width: 100%;
		max-width: 47%;
		position: -webkit-sticky;
		position: sticky;
		top: 10rem;
	}
}

.post_single .right img {
	width: 100%;
	height: 28.5rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 768px) {

	.post_single .right img {
		height: 35rem;
	}
}

@media (min-width: 1200px) {

	.post_single .right img {
		height: 56.2rem;
	}
}

.post_single .right .content_table {
	margin: 4rem 0 0;
	max-width: 80rem;
}

.post_single .right .content_table h3 {
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 2.6rem;
	letter-spacing: -.00656rem;
	color: #46C2C5;
	margin-bottom: 2.2rem;
}

.post_single .right .content_table div {
	background: #f7f7f7;
	padding: 2.7rem 2.9rem;
	border-left: .1rem solid #46C2C5;
}

.post_single .right .content_table div a {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 2.6rem;
	letter-spacing: -.0656rem;
	color: #313131;
}

.post_single .right .content_table div a span {
	font-weight: 600;
	color: #46C2C5;
}

.post_single .right .content_table div a:hover {
	color: #46C2C5;
}

.post_single .right .content_table div a + a {
	margin-top: 1.9rem;
}

.post_single .bottom {
	margin: 6.9rem 0 5.5rem;
	padding: 0 2rem;
}

@media (min-width: 1024px) {

	.post_single .bottom {
		float: left;
		max-width: 47%;
		padding: 0 0 0 2rem;
	}
}

@media (min-width: 1450px) {

	.post_single .bottom {
		padding: 0 0 0 4rem;
	}
}

@media (min-width: 1650px) {

	.post_single .bottom {
		padding: 0 0 0 9.5rem;
	}
}

.post_single .bottom h2 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.4rem;
	letter-spacing: -.0075rem;
	color: #313131;
	margin-bottom: 2.3rem;
}

.post_single .bottom h2 span {
	font-weight: 600;
	color: #46C2C5;
}

@media (min-width: 990px) {

	.post_single .bottom h2 {
		font-size: 3.6rem;
		line-height: 5rem;
		letter-spacing: -.01125rem;
		margin-bottom: 4.3rem;
	}
}

.post_single .bottom p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 2rem;
}

.post_single .bottom p + h2 {
	margin-top: 4.5rem;
}

@media (min-width: 990px) {

	.post_single .bottom p {
		margin-bottom: 4.3rem;
	}

	.post_single .bottom p + h2 {
		margin-top: 6.9rem;
	}
}

.post_single .bottom ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0;
}

.post_single .bottom ul li {
	position: relative;
	padding-left: 2.7rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
}

.post_single .bottom ul li:before {
	content: '';
	background: url(/wp-content/uploads/2022/12/right-chevron.png) no-repeat;
	background-size: contain;
	width: 1.1rem;
	height: 1.9rem;
	position: absolute;
	left: 0;
	top: .2rem;
}

.post_single .bottom ul li + li {
	margin-top: 2.1rem;
}

.post_single .bottom .share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 5.5rem;
}

.post_single .bottom .share span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	text-transform: uppercase;
	color: #313131;
	margin-right: 3rem;
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 425px) {

	.post_single .bottom .share span {
		width: auto;
		margin-bottom: 0;
	}
}

.post_single .bottom .share a {
	width: 4.5rem;
	height: 4.5rem;
	position: relative;
	border: .1rem solid #c2c2c2;
	border-radius: .3rem;
}

.post_single .bottom .share a + a {
	margin-left: 1rem;
}

.post_single .bottom .share a svg {
	width: 2rem;
	height: 1.8rem;
	fill: #c2c2c2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* -------------------------- *\
    .post_images_block
\* -------------------------- */

.post_images_block { 
	margin: 0 0 4.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.post_images_block div {
	width: 100%;
}

.post_images_block div + div {
	margin-top: 2.5rem;
}

@media (min-width: 768px) {

	.post_images_block div {
		width: calc(50% - 1.5rem);
	}

	.post_images_block div + div {
		margin-top: 0;
	}
}

.post_images_block div img {
	width: 100%;
	height: 29rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* -------------------------- *\
    .post_table
\* -------------------------- */

.post_table { 
	margin: 0 0 4.3rem;
}

@media (max-width: 768px) {

	.post_table {
		overflow-x: scroll;
		padding-bottom: 2rem;
	}

	.post_table::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.post_table::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
	}

	.post_table::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.post_table::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.post_table::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.post_table::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.post_table:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.post_table:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.post_table:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.post_table .hold {
	display: -ms-flexbox;
	display: flex;
	border: .1rem solid #979797;
}

@media (max-width: 768px) {

	.post_table .hold {
		width: 82rem;
	}
}

.post_table .hold > div {
	width: 33.33%;
	border-right: .1rem solid #979797;
}

@media (max-width: 768px) {

	.post_table .hold > div {
		width: 26.7rem;
	}
}

.post_table .hold > div:last-child {
	border-right: 0;
}

.post_table .hold > div div.head {
	border-bottom: .1rem solid #979797;
	background: rgba(49,49,49, .04);
	padding: 2rem .5rem;
	text-align: center;
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 2.6rem;
	letter-spacing: -.00656rem;
	color: #46C2C5;
}

.post_table .hold > div div.bot {
	padding: 2.5rem 2rem;
}

.post_table .hold > div div.bot p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

.post_table .hold > div div.bot p + p {
	margin-top: 2.6rem;
}

/* -------------------------- *\
    .post_item
\* -------------------------- */

.post_item {
	min-width: 31.5rem;
	padding-right: 2rem;

}

@media (min-width: 768px) {

	.post_item {
		min-width: 38.6rem;
		padding-right: 4.2rem;
	}
}

@media (min-width: 1200px) {

	.post_item {
		width: calc(33.33% - 2.1rem);
		padding-right: 0;
		min-width: auto;
	}
}

.post_item a {
	display: block;
	overflow: hidden;
	margin-bottom: 4rem;
}

.post_item img {
	transition: transform 3s;
	transform: scale(1);
}

.post_item > div h2 {
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 3.1rem;
	letter-spacing: -.00656rem;
	color: #313131;
	position: relative;
	padding-bottom: 1.6rem;
	margin-bottom: 2.3rem;
}

@media (min-width: 1280px) {

	.post_item > div h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
		letter-spacing: -.00875rem;
	}
}

.post_item > div h2 a {
	margin-bottom: 0;
}

.post_item > div h2:after {
	content: '';
	background: #46C2C5;
	width: 13rem;
	height: .3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s ease;
}

.post_item > div p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

.post_item > div span {
	display: block;
	margin-top: 2rem;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.4rem;
	letter-spacing: -.005625rem;
	color: rgba(49,49,49, .35);
}

.post_item:hover img {
	transform: scale(1.2);
}

.post_item:hover h2 a {
	color: #46C2C5;
}

.post_item:hover h2:after {
	width: 100%;
}

/* -------------------------- *\
    .similar_post
\* -------------------------- */

.similar_post { 
	padding: 0 0 15rem;
}

.similar_post .shell {
	max-width: 172rem;
	padding: 0;
}

@media (max-width: 1740px) {

	.similar_post .shell {
		padding: 0 2rem;
	}
}

.similar_post .t2,
	.similar_post .t3 {
	text-align: center;
}

.similar_post p {
	text-align: center;
	max-width: 67rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin: 0 auto 1.5rem;
}

.similar_post p:last-of-type {
	margin: 0 auto;
}

.similar_post .similar_post_slider {
	margin: 5.6rem -2rem 0;
}

.similar_post .similar_post_slider .slick-track {
	float: left;
	display: -ms-flexbox;
	display: flex;
}

.similar_post .similar_post_slider .post_item {
	padding: 0 2rem;
}

@media (min-width: 768px) {

	.similar_post .similar_post_slider .post_item {
		min-width: auto;
	}
}

.similar_post .similar_post_slider .post_item:not(:first-child) {
	display: none;
}

.similar_post .similar_post_slider.slick-initialized .post_item:not(:first-child) {
	display: block;
}

.similar_post .offer_item p {
	text-align: left;
}

.similar_post .offer_item p:last-of-type {
	margin: 0;
}

.similar_post .slick-dots {
	bottom: -5rem;
}

.similar_post .slick-dots li {
	width: 1.7rem;
	height: 1.7rem;
	margin: 0 1rem;
}

.similar_post .slick-dots li button {
	width: 1.7rem;
	height: 1.7rem;
	padding: 0;
	background: #d8d8d8;
	transition: .3s ease;
}

.similar_post .slick-dots li button:before {
	content: none;
}

.similar_post .slick-dots li.slick-active button, .similar_post .slick-dots li:hover button {
	background: #46C2C5;
}

/* -------------------------- *\
    .offer_single
\* -------------------------- */

.offer_single { 
	padding: 0 0 7.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 768px) {

	.offer_single {
		display: block;
	}
}

.offer_single .breadcrumb {
	-ms-flex-order: 1;
	    order: 1;
}

.offer_single .page_intro {
	padding: .6rem 0 4rem;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-order: 3;
	    order: 3;
}

@media (min-width: 768px) {

	.offer_single .page_intro {
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 990px) {

	.offer_single .page_intro {
		padding: 8.5rem 0;
	}
}

.offer_single .page_intro .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {

	.offer_single .page_intro .l {
		width: 53%;
		margin-bottom: 0;
	}
}

@media (min-width: 1700px) {

	.offer_single .page_intro .l {
		padding-right: 10rem;
	}
}

.offer_single .page_intro .l .hold {
	margin-top: 0;
}

@media (min-width: 990px) {

	.offer_single .page_intro .l .t3 {
		margin-bottom: 5.3rem;
	}
}

.offer_single .page_intro .l h4 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -.0011rem;
	color: #313131;
	margin-bottom: 3rem;
}

@media (min-width: 990px) {

	.offer_single .page_intro .l h4 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
}

@media (min-width: 1024px) {

	.offer_single .page_intro .l h4 {
		font-size: 3.6rem;
		line-height: 3.4rem;
		margin-bottom: 6.5rem;
	}
}

.offer_single .page_intro .l h4 span {
	color: #46C2C5;
	font-weight: 500;
}

.offer_single .page_intro .l h4 strong {
	font-weight: 500;
}

.offer_single .page_intro .l p {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: -.0056rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.offer_single .page_intro .l p:last-of-type {
	margin-bottom: 0;
}

.offer_single .page_intro .l .btns {
	margin-top: 4.2rem;
}

@media (min-width: 1220px) {

	.offer_single .page_intro .l .btns a + a {
		margin-left: 4.8rem;
	}
}

.offer_single .page_intro .r {
	width: 100%;
}

@media (min-width: 1024px) {

	.offer_single .page_intro .r {
		width: 47%;
	}
}

@media (min-width: 990px) {

	.offer_single .page_intro .r img {
		height: 56.2rem;
	}
}

.offer_single .bottom {
	-ms-flex-order: 2;
	    order: 2;
	padding-top: 2rem;
	width: 100%;
}

@media (min-width: 768px) {

	.offer_single .bottom {
		-ms-flex-order: 3;
		    order: 3;
		padding-top: 0;
	}
}

.offer_single .bottom .shell {
	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;
	max-width: 172rem;
	padding: 0;
}

@media (max-width: 1740px) {

	.offer_single .bottom .shell {
		padding: 0 2rem;
	}
}

.offer_single .bottom .l,
		.offer_single .bottom .r {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {

	.offer_single .bottom .l,
		.offer_single .bottom .r {
		width: 48%;
		margin-bottom: 0;
	}
}

.offer_single .bottom .l p, .offer_single .bottom .r p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {

	.offer_single .bottom .l p, .offer_single .bottom .r p {
		max-width: 67rem;
	}
}

.offer_single .bottom .l p:lst-of-type, .offer_single .bottom .r p:lst-of-type {
	margin-bottom: 0;
}

.offer_single .bottom .top_apartment {
	width: 100%;
	padding: 0;
}

.offer_single .bottom .top_apartment .shell {
	display: block;
}

.offer_single .bottom .top_apartment .t2,
			.offer_single .bottom .top_apartment .t3,
			.offer_single .bottom .top_apartment p {
	display: none;
}

.offer_single .bottom .share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 5.5rem;
	width: 100%;
	display: none;
}

@media (min-width: 768px) {

	.offer_single .bottom .share {
		display: -ms-flexbox;
		display: flex;
	}
}

.offer_single .bottom .share span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
	text-transform: uppercase;
	color: #313131;
	margin-right: 3rem;
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 425px) {

	.offer_single .bottom .share span {
		width: auto;
		margin-bottom: 0;
	}
}

.offer_single .bottom .share a {
	width: 4.5rem;
	height: 4.5rem;
	position: relative;
	border: .1rem solid #c2c2c2;
	border-radius: .3rem;
}

.offer_single .bottom .share a + a {
	margin-left: 1rem;
}

.offer_single .bottom .share a svg {
	width: 2rem;
	height: 1.8rem;
	fill: #c2c2c2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* -------------------------- *\
    .offer_item
\* -------------------------- */

.offer_item {
	display: inline-block;
	width: 100%;
	padding: 0 .5rem;
}

@media (min-width: 990px) {

	.offer_item {
		width: 33.33%;
		padding: 0;
		padding-right: 4rem;
	}
}

.offer_item:last-child {
	padding-right: 0;
}

.offer_item a {
	display: block;
	overflow: hidden;
	margin-bottom: 2.8rem;
	height: 25.9rem;
}

@media (min-width: 500px) {

	.offer_item a {
		height: 30rem;
	}
}

@media (min-width: 990px) {

	.offer_item a {
		height: 36.8rem;
	}
}

.offer_item img {
	transition: transform 3s;
	transform: scale(1);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.offer_item > div h2 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.4rem;
	letter-spacing: -.0075rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.offer_item > div h2 a {
	height: auto;
	margin-bottom: 0;
}

@media (min-width: 1650px) {

	.offer_item > div h2 {
		font-size: 3.2rem;
		line-height: 4.8rem;
		etter-spacing: -.001rem;
	}
}

.offer_item > div span {
	display: block;
	margin-bottom: 1.5rem;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.4rem;
	letter-spacing: -.005625rem;
	color: #313131;
}

.offer_item > div span span {
	color: #46C2C5;
	display: inline-block;
	margin-bottom: 0;
}

@media (min-width: 1650px) {

	.offer_item > div span {
		font-size: 2.4rem;
		line-height: 3.4rem;
		letter-spacing: -.0075rem;
	}
}

.offer_item > div p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.offer_item > div p {
		max-width: 45.6rem;
	}
}

.offer_item:hover img {
	transform: scale(1.2);
}

.offer_item:hover h2 a {
	color: #46C2C5;
}

.offer_item:hover h2:after {
	width: 100%;
}

/* -------------------------- *\
    .instalment_plan
\* -------------------------- */

.instalment_plan { 
	padding: 0 0 5.4rem;
}

@media (min-width: 1450px) {

	.instalment_plan {
		padding: 0 0 5.4rem 2rem;
	}
}

@media (min-width: 1650px) {

	.instalment_plan {
		padding: 0 0 5.4rem 10rem;
	}
}

.instalment_plan .shell {
	max-width: 100%;
	padding: 0;
}

/*margin: 0;*/

@media (max-width: 1600px) {

	.instalment_plan .shell {
		padding: 0 2rem;
	}
}

.instalment_plan .shell .hold {
	margin: 0;
	max-width: 158rem;
}

.instalment_plan .shell .hold > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 7rem;
}

.instalment_plan .shell .hold > div:last-child {
	margin-bottom: 0;
}

.instalment_plan .shell .hold > div div {
	width: 100%;
}

.instalment_plan .shell .hold > div div + div {
	margin-top: 3rem;
}

@media (min-width: 1024px) {

	.instalment_plan .shell .hold > div div {
		width: calc(50% - 2rem);
	}

	.instalment_plan .shell .hold > div div + div {
		margin-top: 0;
	}
}

@media (min-width: 1250px) {

	.instalment_plan .shell .hold > div div {
		width: calc(50% - 5.5rem);
	}
}

.instalment_plan .shell .hold > div div p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 2.6rem;
}

@media (min-width: 1024px) {

	.instalment_plan .shell .hold > div div p {
		max-width: 67rem;
	}
}

.instalment_plan .shell .hold > div div p:last-of-type {
	margin-bottom: 0;
}

.instalment_plan .shell .hold > div div p + h2 {
	margin-top: 2.1rem;
}

.instalment_plan .shell .hold > div div p span {
	color: #46C2C5;
}

.instalment_plan .shell .hold > div div p strong {
	font-weight: 600;
}

.instalment_plan .shell .hold > div div h2 {
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 2.6rem;
	letter-spacing: -.00656rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 1024px) {

	.instalment_plan .shell .hold > div div h2 {
		max-width: 67rem;
	}
}

.instalment_plan .shell .hold > div div h2 strong {
	font-weight: 600;
}

.instalment_plan .shell .hold > div div h2 span {
	color: #46C2C5;
}

.instalment_plan .shell .hold > div div h2 + p {
	margin-top: 2.6rem;
}

.instalment_plan .shell .hold > div div img {
	width: 100%;
	height: 31.2rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.instalment_plan .shell .hold .item,
			.instalment_plan .shell .hold .int {
	width: 100%;
}

.instalment_plan .shell .hold .ap-row {
	border: .1rem solid #efefef;
	border-radius: 1rem;
	display: block;/*width: 30rem;*/
	margin: 0 auto;
}

@media (min-width: 425px) {

	.instalment_plan .shell .hold .ap-row {
		width: 40rem;
	}
}

@media (min-width: 560px) {

	.instalment_plan .shell .hold .ap-row {
		width: 52.2rem;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1130px) {

		.instalment_plan .shell .hold .ap-row {
			width: 48.2rem;
		}
	}
}

@media (min-width: 1200px) {

	.instalment_plan .shell .hold .ap-row {
		max-width: 52.2rem;
		margin: 0;
	}
}

.instalment_plan .shell .hold .ap-row .int .top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1.6rem 1.6rem 0;
	width: 100%;
}

.instalment_plan .shell .hold .ap-row .int .top .ll {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: auto !important;
}

.instalment_plan .shell .hold .ap-row .int .top .ll .stat {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
	display: inline-block;
	margin-right: 1rem;
}

.instalment_plan .shell .hold .ap-row .int .top .ll div {
	width: auto;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.free .stat, .instalment_plan .shell .hold .ap-row .int .top .ll.sale .stat, .instalment_plan .shell .hold .ap-row .int .top .ll.Sale .stat {
	background: #46C2C5;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.free strong, .instalment_plan .shell .hold .ap-row .int .top .ll.sale strong, .instalment_plan .shell .hold .ap-row .int .top .ll.Sale strong {
	color: #46C2C5;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.reserved .stat, .instalment_plan .shell .hold .ap-row .int .top .ll.rented .stat {
	background: #FF8200;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.reserved strong, .instalment_plan .shell .hold .ap-row .int .top .ll.rented strong {
	color: #FF8200;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.Rent .stat {
	background: #7BD55D;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.Rent strong {
	color: #7BD55D;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.sold .stat {
	background: #D11818;
}

.instalment_plan .shell .hold .ap-row .int .top .ll.sold strong {
	color: #D11818;
}

.instalment_plan .shell .hold .ap-row .int .top .ll strong {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.9rem;
	margin-right: 2rem;
}

.instalment_plan .shell .hold .ap-row .int .top .ll span {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
}

.instalment_plan .shell .hold .ap-row .int .top .rr {
	width: auto !important;
	margin-top: 0;
}

.instalment_plan .shell .hold .ap-row .int .top .rr button {
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.instalment_plan .shell .hold .ap-row .int .top .rr button svg {
	width: 3.3rem;
	height: 2.9rem;
}

.instalment_plan .shell .hold .ap-row .int .img {
	width: 100%;
	height: 16.9rem;
	margin: 0 auto 1rem;
	padding: 1.6rem 1.6rem 0;
}

@media (min-width: 768px) {

	.instalment_plan .shell .hold .ap-row .int .img {
		width: 47.1rem;
		margin: 0 auto 2rem;
	}
}

.instalment_plan .shell .hold .ap-row .int .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.instalment_plan .shell .hold .ap-row .int .middle {
	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;
	text-align: left;
	padding: 1.6rem 1.6rem 0;
	width: 100%;
}

.instalment_plan .shell .hold .ap-row .int .middle span {
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #000;
	margin-bottom: .3rem;/*margin-right: 5.8rem;*/
	width: 43%;
}

@media (min-width: 560px) {

	.instalment_plan .shell .hold .ap-row .int .middle span {
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
		width: 33.33%;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1130px) {

		.instalment_plan .shell .hold .ap-row .int .middle span {
			font-size: 1.6rem;
		}
	}
}

.instalment_plan .shell .hold .ap-row .int .middle span strong {
	font-weight: 600;
}

@media (max-width: 560px) {

	.instalment_plan .shell .hold .ap-row .int .middle span:nth-child(1) {
		-ms-flex-order: 1;
		    order: 1;
	}

	.instalment_plan .shell .hold .ap-row .int .middle span:nth-child(2) {
		-ms-flex-order: 3;
		    order: 3;
	}

	.instalment_plan .shell .hold .ap-row .int .middle span:nth-child(3) {
		-ms-flex-order: 5;
		    order: 5;
	}

	.instalment_plan .shell .hold .ap-row .int .middle span:nth-child(4) {
		-ms-flex-order: 2;
		    order: 2;
	}

	.instalment_plan .shell .hold .ap-row .int .middle span:nth-child(5) {
		-ms-flex-order: 4;
		    order: 4;
	}

	.instalment_plan .shell .hold .ap-row .int .middle span:nth-child(6) {
		-ms-flex-order: 6;
		    order: 6;
	}
}

.instalment_plan .shell .hold .ap-row .int .bottom {
	border-radius: 1rem;
	background: #f8f8f8;
	padding: 1rem 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #000;
	width: 100%;
	margin-top: 0;
}

@media (min-width: 560px) {

	.instalment_plan .shell .hold .ap-row .int .bottom {
		font-size: 1.8rem;
	}
}

.instalment_plan .shell .hold .ap-row .int .bottom strong {
	font-weight: 600;
	color: #46C2C5;
}

@media (max-width: 767px) {

	.instalment_plan .shell .hold .ap-row .int .bottom strong {
		display: block;
	}
}

@media (min-width: 560px) {

	.instalment_plan .shell .hold .ap-row .int .bottom span:nth-of-type(2) strong {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.instalment_plan .shell .hold .ap-row:hover {
	box-shadow: 0 .2rem 1rem rgba(0,0,0, 0.2)
}

@media (min-width: 560px) {

	.de-site .instalment_plan .shell .hold .ap-row .int .middle span {
		font-size: 1.4rem;
	}
}

/* -------------------------- *\
    .call_action
\* -------------------------- */

.call_action { 
	padding: 0;
	background: #46C2C5;
	margin-bottom: 7.2rem;
}

.call_action + .breadcrumb {
	display: none;
}

.call_action + .breadcrumb + .section_intro {/*display: none;*/
	padding: 0;
}

.call_action + .breadcrumb + .section_intro + .all_property {
	padding: 5.6rem 0 6rem;
}

.call_action + .breadcrumb + .section_intro + .all_property .property_listing {
	padding: 0;
}

.call_action .shell {
	max-width: 172rem;
	padding: 3.6rem 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 (max-width: 1740px) {

	.call_action .shell {
		padding: 3.6rem 2rem;
	}
}

.call_action .shell .l {
	width: 100%;
	font-weight: 500;
	font-size: 3rem;
	line-height: 3.5rem;
	letter-spacing: -.015rem;
	color: #fff;
	margin-bottom: 2rem;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 1024px) {

	.call_action .shell .l {
		width: 48%;
		margin-bottom: 0;
	}
}

@media (min-width: 1250px) {

	.call_action .shell .l {
		width: 60.8rem;
		font-size: 4.8rem;
		line-height: 6rem;
	}
}

.call_action .shell .r {
	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) {

	.call_action .shell .r {
		width: 48%;
	}
}

@media (min-width: 1250px) {

	.call_action .shell .r {
		width: calc(100% - 72rem);
	}
}

.call_action .shell .r p {
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 3.2rem;
	letter-spacing: -.00656rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 1670px) {

	.call_action .shell .r p {
		width: 33.5rem;
		margin-bottom: 0;
	}
}

.call_action .shell .r .call_form {
	width: 100%;
}

@media (min-width: 1670px) {

	.call_action .shell .r .call_form {
		width: calc(100% - 44rem);
	}
}

@media (min-width: 1250px) {

	.de-site .call_action .shell .l {
		font-size: 4rem;
		line-height: 5.8rem;
	}
}

/* -------------------------- *\
    .info_block
\* -------------------------- */

.info_block { 
	padding: 0;
	max-width: 192rem;
	margin: 0 auto;
	position: relative;
	padding: .6rem 2rem 4rem;
 }

@media (min-width: 1450px) {

	.info_block {
		padding: 8.5rem 4rem 9.6rem;
	}
}

@media (min-width: 1650px) {

	.info_block {
		padding: 8.5rem 10rem 9.6rem;
	}
}

.info_block > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.info_block .l,
	.info_block .r {
	width: 100%;
}

@media (min-width: 990px) {

	.info_block .l,
	.info_block .r {
		width: calc(50% - 4.5rem);
	}
}

.info_block .r {
	margin-top: 3rem;
}

@media (min-width: 990px) {

	.info_block .r {
		margin-top: 0;
	}
}

.info_block .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.info_block .t2 {
		padding-top: 0;
	}
}

.info_block .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.info_block .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.info_block .t2:before {
		left: -10rem;
	}
}

.info_block p {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: -.00562rem;
	color: #313131;
	margin-bottom: 4.3rem;
}

.info_block p:last-of-type {
	margin-bottom: 0;
}

.info_block ul {
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
}

.info_block ul + p {
	margin-top: 2.6rem;
}

.info_block ul li {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: -.00562rem;
	color: #313131;
	position: relative;
	padding-left: 1.5rem;
}

.info_block ul li:before {
	content: '';
	background: #313131;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	position: absolute;
	top: 1.3rem;
	left: 0;
}

.info_block ul li ul {
	margin: 2.6rem 0;
}

.info_block ul li ul li:before {
	width: .8rem;
	height: .2rem;
	border-radius: 0;
	top: 1.6rem;
}

.info_block + .breadcrumb {
	display: none;
}

.info_block + .breadcrumb + .info_block {
	padding: 0 2rem 4rem;
}

@media (min-width: 1450px) {

	.info_block + .breadcrumb + .info_block {
		padding: 0 4rem 9.6rem;
	}
}

@media (min-width: 1650px) {

	.info_block + .breadcrumb + .info_block {
		padding: 0 10rem 9.6rem;
	}
}

@media (min-width: 1450px) {

	.info_block.privacy {
		padding: 8.5rem 4rem 5rem;
	}
}

@media (min-width: 1650px) {

	.info_block.privacy {
		padding: 8.5rem 10rem 5rem;
	}
}

.info_block.privacy h2 {
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 2.6rem;
	letter-spacing: -.00656rem;
	color: #313131;
	margin-bottom: 2.6rem;
	max-width: 67rem;
}

.info_block.privacy p {
	margin-bottom: 2.6rem;
	max-width: 67rem;
}

.info_block.privacy p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 1024px) {

	.info_block.privacy p + h2 {
		margin-top: 5.5rem;
	}
}

.info_block.privacy:first-of-type p,
			.info_block.privacy:first-of-type h2 {
	max-width: 100%;
}

.info_block.privacy:last-of-type ul li {
	margin-bottom: 2.6rem;
}

.info_block.privacy:last-of-type ul li ul li {
	margin-bottom: 0;
}

/* -------------------------- *\
    .developer
\* -------------------------- */

.developer { 
	padding: 0 2rem 5rem;
	position: relative;
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1024px) {

	.developer {
		margin-top: -10rem;
		margin-bottom: 20rem;
		width: 44.5%;
	}
}

@media (min-width: 1450px) {

	.developer {
		padding: 0 0 0 4rem;
	}
}

@media (min-width: 1650px) {

	.developer {
		padding: 0 0 0 10rem;
	}
}

.developer .t3 {
	width: 100%;
}

.developer div {
	width: 100%;
}

@media (min-width: 768px) {

	.developer div {
		width: auto;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1480px) {

		.developer div {
			width: 100%;
		}
	}
}

.developer div p {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: -.00562rem;
	color: #313131;
	margin-bottom: 0;
}

.developer div p strong {
	font-weight: 600;
}

/* -------------------------- *\
    .contacts
\* -------------------------- */

.contacts { 
	padding: .6rem 0 4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
}

@media (min-width: 990px) {

	.contacts {
		padding: 8.5rem 0 7.8rem;
	}
}

.contacts .l,
	.contacts .r {
	width: 100%;
}

@media (min-width: 1024px) {

	.contacts .l,
	.contacts .r {
		width: 50%;
	}
}

.contacts .l {
	padding-right: 7.6rem;
}

.contacts .l .hold {/*padding: 0 2rem;*/
	padding-left: 2rem;
}

@media (min-width: 1450px) {

	.contacts .l .hold {
		padding-left: 4rem;
	}
}

@media (min-width: 1650px) {

	.contacts .l .hold {
		padding-left: 9.9rem;
	}
}

.contacts .l .hold .t2 {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
}

@media (min-width: 990px) {

	.contacts .l .hold .t2 {
		padding-top: 0;
	}
}

.contacts .l .hold .t2:before {
	content: '';
	width: 8.9rem;
	height: .3rem;
	position: absolute;
	top: 0;
	left: -2rem;
	background: #46C2C5;
}

@media (min-width: 990px) {

	.contacts .l .hold .t2:before {
		top: 50%;
		left: -7.5rem;
		transform: translateY(-50%);
		width: 7.2rem;
	}
}

@media (min-width: 1450px) {

	.contacts .l .hold .t2:before {
		left: -9.9rem;
	}
}

.contacts .l .hold .info {
	margin: 0 0 2.2rem;
}

@media (min-width: 990px) {

	.contacts .l .hold .info {
		margin: 0 0 3.3rem;
	}
}

.contacts .l .hold .info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.contacts .l .hold .info p:last-of-type {
	margin-bottom: 0;
}

.contacts .l .hold .info p strong {
	font-weight: 600;
	color: #46C2C5;
}

.contacts .l .hold h2 {
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 6rem;
	letter-spacing: -.01125rem;
	color: #313131;
	margin-bottom: 3rem;
}

.contacts .l .hold h2 span {
	color: #46C2C5;
}

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

.contacts .l .hold .details .left,
				.contacts .l .hold .details .right {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.contacts .l .hold .details .left,
				.contacts .l .hold .details .right {
		width: 48%;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1250px) {

		.contacts .l .hold .details .left,
				.contacts .l .hold .details .right {
			width: 100%;
			margin-bottom: 2rem;
		}
	}
}

.contacts .l .hold .details .left p, .contacts .l .hold .details .right p {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 3.2rem;
	letter-spacing: -.005rem;
	color: #313131;
	margin-bottom: 1.5rem;
}

.contacts .l .hold .details .left p:last-of-type, .contacts .l .hold .details .right p:last-of-type {
	margin-bottom: 0;
}

.contacts .l .hold .details .left p strong, .contacts .l .hold .details .right p strong {
	font-weight: 600;
}

.contacts .l .hold .details .left p strong.hide, .contacts .l .hold .details .right p strong.hide {
	width: 6.5rem;
	opacity: 0;
}

.contacts .l .hold .details .right p {
	max-width: 35rem;
}

.contacts .r {
	padding: 5rem 2rem 0;
}

@media (min-width: 1024px) {

	.contacts .r {
		border: .3rem solid #46C2C5;
		padding: 4.5rem 6.6rem;
		border-right: 0;
	}
}

@media (min-width: 1024px) {

	.contacts .r .request_form {
		max-width: 60.6rem;
	}
}

/* -------------------------- *\
    .site_map
\* -------------------------- */

.site_map { 
	padding: 2rem 2rem 5.8rem;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.site_map {
		padding: 0 1.5rem 5.8rem 10rem;
	}
}

.site_map .shell {
	text-align: right;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 768px) {

	.site_map .shell {
		max-width: 152rem;
		padding: 0;
	}
}

.site_map .shell > div {
	width: 100%;
	margin-bottom: 5rem;
	text-align: left;
	border-left: .2rem solid #46C2C5;
	padding-left: 2rem;
}

@media (min-width: 768px) {

	.site_map .shell > div {
		width: 48%;
		margin-bottom: 10rem;
		padding-left: 5.4rem;
	}
}

.site_map .shell > div a {
	font-weight: 600;
	font-size: 2.3rem;
	line-height: 3rem;
	color: #313131;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.site_map .shell > div a {
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
}

.site_map .shell > div a svg {
	width: 1.8rem;
	height: 2.3rem;
	margin-left: 2rem;
	position: relative;
	top: .3rem;
}

@media (min-width: 768px) {

	.site_map .shell > div a svg {
		width: 2.1rem;
		height: 2.8rem;
		top: .2rem;
	}
}

.site_map .shell > div a:hover {
	color: #46C2C5;
}

.site_map .shell > div a:hover svg {
	transform: rotate(180deg);
}

.site_map .shell > div.list {
	width: 100%;
}

.site_map .shell > div.list div {
	column-count: 1;
	margin-top: 3.2rem;
	column-gap: 5rem;
}

@media (min-width: 580px) {

	.site_map .shell > div.list div {
		column-count: 2;
	}
}

@media (min-width: 900px) {

	.site_map .shell > div.list div {
		column-count: 3;
	}
}

@media (min-width: 1024px) {

	.site_map .shell > div.list div {
		column-count: 4;
	}
}

.site_map .shell > div.list div a {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #000;
	display: block;
}

.site_map .shell > div.list div a + a {
	margin-top: 2rem;
}

@media (min-width: 900px) {

	.site_map .shell > div.list div a + a {
		margin-top: 3.9rem;
	}
}

.site_map .shell > div.list div a:hover {
	text-decoration: underline;
}

/* -------------------------- *\
    .error
\* -------------------------- */

.error { 
	padding: 2rem 2rem 5.8rem;
	max-width: 192rem;
	margin: 0 auto;
 }

@media (min-width: 768px) {

	.error {
		padding: 5rem 1.5rem 5.8rem 10rem;
	}
}

.error .shell {
	text-align: right;
	position: relative;
}

@media (min-width: 768px) {

	.error .shell {
		max-width: 152.6rem;
		padding: 0;
	}
}

.error h2 {
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 4.6rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
}

.error .t,
	.error .b {
	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) {

	.error .t,
	.error .b {
		padding-left: 4rem;
	}
}

.error .l,
	.error .r {
	width: 100%;
}

@media (min-width: 900px) {

	.error .l,
	.error .r {
		width: calc(50% - 4.5rem);
	}
}

.error .t .l h2 {
	font-weight: 100;
	font-size: 2.3rem;
	line-height: 3rem;
	letter-spacing: -0.0225rem;
	color: #000;
	margin-bottom: 4.4rem;
}

.error .t .l h2 strong {
	display: block;
	font-weight: 500;
}

@media (min-width: 768px) {

	.error .t .l h2 {
		font-size: 4rem;
		line-height: 5.6rem;
	}
}

@media (min-width: 1200px) {

	.error .t .l h2 {
		font-size: 7.2rem;
		line-height: 10.8rem;
	}
}

.error .t .l p {
	font-size: 1.4rem;
	line-height: 2.8rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
	max-width: 65.2rem;
}

@media (min-width: 990px) {

	.error .t .l p {
		font-size: 1.6rem;
		line-height: 4rem;
	}
}

.error .b {
	margin-top: 6.3rem;
}

.error .b div {
	width: 100%;
	margin-bottom: 3.3rem;
}

@media (min-width: 768px) {

	.error .b div {
		width: calc(50% - 4.5rem);
	}
}

.error .b div a {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 1.1rem;
}

.error .b div a svg {
	width: 2.1rem;
	height: 2.8rem;
	margin-left: .8rem;
}

.error .b div a:hover {
	color: #46C2C5;
}

.error .b div a:hover svg {
	transform: rotate(180deg);
}

.error .b div p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #000;
	margin-bottom: 0;
}

/* -------------------------- *\
    .apartment-print
\* -------------------------- */

.apartment-print {
    width: 21cm;
    height: 29.7cm;
    position: absolute;
    left: -9999rem;
    overflow: hidden;
    z-index: 1;
    z-index: 99;
    background: #fff;
    border: 1px solid #979797;
}

.apartment-print .top {
	padding: 2rem 2.5rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .top img {
	max-width: 23.9rem;
}

.apartment-print .top div {
	text-align: right;
}

.apartment-print .top div > span {
	display: block;
	margin-bottom: .7rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.3rem;
	color: #000;
}

.apartment-print .top div > span span {
	font-weight: 300;
}

.apartment-print .middlee {
	position: relative;
	padding: 0 2.5rem 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.apartment-print .middlee .b {
	width: 100%;
	margin-top: 6rem;
}

.apartment-print .middlee .l {
	position: relative;
	text-align: center;
	width: calc(45% - 1.5rem);
}

.apartment-print .middlee .l .image {
	margin-bottom: 1rem;
}

.apartment-print .middlee .l .image img {
	max-height: 22.3rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .middlee .l .ttoopp .t2 {
	position: relative;
	text-align: left;
	padding-left: 2.7rem;
	font-size: .9rem;
	line-height: 1rem;
	margin-bottom: .4rem;
	letter-spacing: -.00281rem;
}

.apartment-print .middlee .l .ttoopp .t2:before {
	content: '';
	width: 2.7rem;
	height: .1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-50%);
	background: #46C2C5;
}

.apartment-print .middlee .l .ttoopp .t3 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -.00569rem;
	color: #313131;
	margin-bottom: 2rem;
	padding-left: 2.7rem;
}

.apartment-print .middlee .l .ttoopp .t3 strong {
	color: #46C2C5;
	font-weight: 600;
}

.apartment-print .middlee .r {
	width: calc(55% - 1.5rem);
}

.apartment-print .middlee .r .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: right;
	    justify-content: right;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin-bottom: .8rem;
}

.apartment-print .middlee .r .details .left {
	width: 16rem;
	background: #17181D;
	border-radius: 1rem;
	padding: 1.5rem .5rem;
	text-align: center;
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #fff;
	position: relative;
	margin-bottom: 2rem;
}

.apartment-print .middlee .r .details .left span {
	position: absolute;
	top: .6rem;
	right: .6rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
}

.apartment-print .middlee .r .details .left span.free {
	background: #19CC00;
}

.apartment-print .middlee .r .details .left span.reserved {
	background: #FF8200;
}

.apartment-print .middlee .r .details .left span.sold {
	background: #E70000;
}

.apartment-print .middlee .r .details .right {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 1.4rem;
}

.apartment-print .middlee .r .details .right div {
	width: 25%;
	font-size: 1rem;
	text-align: center;
	border-right: .1rem solid rgba(0,0,0, .2);
	margin-bottom: 1.5rem;
	padding: 0 1.2rem;
	font-weight: 500;
	color: #000;
}

.apartment-print .middlee .r .details .right div span {
	display: block;
	font-size: 1rem;
	line-height: 1.7rem;
	color: rgba(0,0,0, .5);
	margin-bottom: .8rem;
}

.apartment-print .middlee .r .details .right div span.hm {
	display: block;
}

.apartment-print .middlee .r .details .right div span.hd {
	display: none;
}

.apartment-print .middlee .r .info {
	text-align: left;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: .1rem solid rgba(0,0,0, .1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.apartment-print .middlee .r .info h2 {
	position: relative;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1rem;
	color: #000;
	margin-bottom: 1.6rem;
	padding-bottom: .7rem;
	width: 100%;
}

.apartment-print .middlee .r .info h2:before,
                    .apartment-print .middlee .r .info h2:after {
	content: '';
	width: 100%;
	height: .1rem;
	background: rgba(0,0,0, .1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.apartment-print .middlee .r .info h2:after {
	width: 5.5rem;
	height: .2rem;
	background: #46C2C5;
	bottom: -.1rem;
}

.apartment-print .middlee .r .info p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0;
	color: #000;
}

.apartment-print .middlee .r .info .left,
                .apartment-print .middlee .r .info .right {
	width: 50%;
	width: 100%;
}

.apartment-print .middlee .r .info .left div.total, .apartment-print .middlee .r .info .right div.total {
	border-top: .1rem solid rgba(0,0,0, .1);
	margin-top: 1rem;
	padding-top: .6rem;
	color: #313131;
}

/*.left {
                    padding-right: 1.5rem;
                }*/

.apartment-print .middlee .r .info .right {
	display: none;
}

.apartment-print .middlee .r .info .right > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1rem;
	color: rgba(49,49,49,  .5);
	margin-bottom: .6rem;
}

.apartment-print .middlee .r .info .right > div.total {
	border-top: .1rem solid rgba(0,0,0, .1);
	padding-top: .6rem;
	color: #313131;
}

.apartment-print .middlee .r .comb {
	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;
	margin-bottom: 2rem;
	padding-bottom: 1.8rem;
	border-bottom: .1rem solid rgba(0,0,0, .1);
}

@media (min-width: 480px) {

	.apartment-print .middlee .r .comb .l,
                .apartment-print .middlee .r .comb .r {
		width: auto;
	}
}

.apartment-print .middlee .r .comb .l {
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #000;
	text-align: left;
}

.apartment-print .middlee .r .comb .l span {
	display: block;
	font-size: 1.2rem;
	line-height: 2rem;
	color: rgba(0,0,0, .5);
	margin-bottom: .7rem;
	text-align: left;
}

.apartment-print .middlee .r .comb .l .pr p {
	font-size: .8rem;
	font-weight: 500;
	margin-bottom: 0;
}

.apartment-print .middlee .r .comb .r {
	text-align: right;
}

.apartment-print .middlee .r .comb .r div {
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.7rem;
	color: rgba(0,0,0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: right;
	    justify-content: right;
	margin-bottom: .6rem;
}

.apartment-print .middlee .r .comb .r div > span {
	background: #fff;
	border-radius: 1.6rem;
	box-shadow: none;
	border: .1rem solid rgba(0,0,0, .1);
	padding: .4rem 1rem;
	margin-left: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 1rem;
}

.apartment-print .middlee .r .comb .r div > span svg {
	width: 1.6em;
	height: 1.6rem;
	opacity: .5;
	margin-right: 1rem;
}

.apartment-print .middlee .r .comb .r div > span span {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	margin-right: 1rem;
}

.apartment-print .middlee .r .comb .r div > span span.Rent,
                                .apartment-print .middlee .r .comb .r div > span span.Free {
	background: #7BD55D;
}

.apartment-print .middlee .r .comb .r div > span span.Reserved,
                                .apartment-print .middlee .r .comb .r div > span span.Rented,
                                .apartment-print .middlee .r .comb .r div > span span.reserved {
	background: #FF8200;
}

.apartment-print .middlee .r .comb .r div > span span.Sold {
	background: #D11818;
}

.apartment-print .middlee .r .comb .r div > span span.Sale {
	background: #7DCDCC;
}

.apartment-print .middlee__mod {
	padding: 3rem 2.5rem 2.5rem;
}

.apartment-print .middlee__mod .l .ttoopp .t2 {
	font-size: 1.2rem;
}

.apartment-print .middlee__mod .l .ttoopp .t3 {
	font-size: 2.3rem;
}

.apartment-print .middlee__mod .l .image img {
	max-height: 29.3rem;
}

.apartment-print .middlee__mod .r .details .right div {
	font-size: 1.4rem;
}

.apartment-print .middlee__mod .r .details .right div span {
	font-size: 1.1rem;
}

.apartment-print .middlee__mod .r .info h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.apartment-print .middlee__mod .r .info p {
	font-size: 1.5rem;
	line-height: 2rem;
}

.apartment-print .bottomm {
	padding: 1rem 2.5rem 2.5rem;
	position: absolute;
	bottom: 2rem;
	left: 0;
}

.apartment-print .bottomm .toppp {
	position: absolute;
	top: 0;
	left: 2.5rem;
	z-index: 1;
	text-align: right;
}

.apartment-print .bottomm .toppp .compas {
	width: 4rem;
	height: 4rem;
	position: absolute;
}

.apartment-print .bottomm .toppp .compas img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .bottomm .toppp .smapp {
	width: 15rem;
	margin: 0 0 0 auto;
}

.apartment-print .bottomm .toppp .smapp img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .bottomm .image_map {
	max-width: 83rem;
	margin: -3rem auto 0;
}

.apartment-print .bottomm__mod {
	bottom: 5rem;
}

.apartment-print .webmaster {
	padding: 0.9rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	-ms-flex-align: center;
	    align-items: center;
	position: absolute;
	bottom: 2rem;
	right: 2.5rem;
}

.apartment-print .webmaster span {
	color: rgba(0,0,0, .2);
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .webmaster svg {
	width: 10rem;
	height: 2rem;
	opacity: 0.2;
	margin-left: .6rem;
}

@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,
    .main,
    .filter_btn,
    .breadcrumb,
    .property_interior,
    .property_gallery,
    .property_experience,
    .property_building_gallery,
    .property_listing,
    .call_me_back,
    #chat-bot-launcher-container,
    #chat-bot-message-container,
    .price_list,
    .hot_offers,
    .direction,
    .whatsapp {
      display: none;
    }

    .apartment-print {
        position: relative;
        left: 0;
        display: block;
        width: 21cm;
        height: 29.7cm;
        height: 29.6cm;
        overflow: hidden;
    }
    
}

.print {
    position: fixed;
    width: 5.7rem;
    height: 5.5rem;
    right: .8rem;
    top: auto;
    bottom: 17rem;
    background: #46C2C5;
    border-radius: 50%;
    border: 0;
    transition: .3s ease;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
    z-index: 10;
}

@media (max-width: 940px) {

	.print {
		right: -100%;
		transition: .8s ease;
	}

	.print--in {
		right: .8rem;
	}
}

@media (min-width: 600px) {

	.print {
		bottom: 9rem;
	}
}

@media (min-width: 880px) {

	.print {
		bottom: 12rem;
	}
}

@media (min-width: 940px) {

	.print {
		top: 23rem;
		right: 0;
		width: 7.5rem;
		height: 7.3rem;
		background: #fff;
		border: .1rem solid #46C2C5;
		border-right: 0;
		border-radius: 1rem 0 0 1rem;
		box-shadow: none;
	}
}

.print svg {
	fill: #fff;
	width: 3.2rem;
	height: 3.5rem;
	filter: drop-shadow(0 .2rem 1rem rgba(0,0,0, .5));
}

@media (min-width: 940px) {

	.print svg {
		fill: #313131;
		width: 4.2rem;
		height: 4.7rem;
		filter: drop-shadow(0 .2rem 1rem rgba(0,0,0, 0));
	}
}

.print:hover {
	background: #fff;
}

.print:hover svg {
	fill: #46C2C5;
	filter: drop-shadow(0 .2rem 1rem rgba(0,0,0, 0));
}

@media (min-width: 940px) {

	.print:hover {
		background: #46C2C5;
	}

	.print:hover svg {
		fill: #fff;
		filter: drop-shadow(0 .2rem 1rem rgba(0,0,0, 0.5));
	}
}

.de-site .apartment-print .middlee .r .info .left, .de-site .apartment-print .middlee .r .info .right {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0;
	color: #000;
}

.de-site .apartment-print .middlee .r .comb .l .pr p {
	max-width: 10rem;
	line-height: 1.3rem;
}

/* -------------------------- *\
    .floor-print
\* -------------------------- */

.floor-print {
    width: 21cm;
    height: 29.7cm;
    position: absolute;
    left: -9999rem;
    overflow: hidden;
    z-index: 1;
    z-index: 99;
    background: #fff;
}

.floor-print .top {
	padding: 2rem 2.5rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.floor-print .top img {
	max-width: 23.9rem;
}

.floor-print .top div {
	text-align: right;
}

.floor-print .top div > span {
	display: block;
	margin-bottom: .7rem;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #000;
}

.floor-print .top div > span span {
	font-weight: 300;
}

.floor-print .middle {
	position: relative;
	padding: 2.5rem 2.5rem 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.floor-print .middle .topp {
	width: 100%;
}

.floor-print .middle .topp .t2 {
	position: relative;
	text-align: left;
	padding-left: 2.7rem;
	font-size: .9rem;
	line-height: 1rem;
	margin-bottom: .4rem;
	letter-spacing: -.00281rem;
}

.floor-print .middle .topp .t2:before {
	content: '';
	width: 2.7rem;
	height: .1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-50%);
	background: #46C2C5;
}

.floor-print .middle .topp .t3 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -.00569rem;
	color: #313131;
	margin-bottom: 2rem;
	padding-left: 2.7rem;
	text-transform: none;
}

.floor-print .middle .topp .t3 strong {
	color: #46C2C5;
	font-weight: 600;
}

.floor-print .middle .left {
	width: 70%;
	padding-left: 3rem;
}

.floor-print .middle .right {
	width: 25%;
}

.floor-print .middle .right div.sale,
                .floor-print .middle .right div.rent {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #313131;
}

.floor-print .middle .right div.sale div, .floor-print .middle .right div.rent div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.floor-print .middle .right div.sale strong, .floor-print .middle .right div.rent strong {
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 3.9rem;
	margin-left: 1rem;
}

.floor-print .middle .right div.sale span, .floor-print .middle .right div.rent span {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #7DCDCC;
	line-height: 1.2rem;
	margin-right: 1rem;
}

.floor-print .middle .right div.rent span {
	background: #7BD55D;
}

.floor-print .middle .right div.rented span {
	background: #FF8200;
}

.floor-print .middle .compass {
	width: 5.1rem;
	height: 5.1rem;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
}

.floor-print .middle .images {
	max-width: 83rem;
	margin: 3rem auto 0;
	position: relative;
}

.floor-print .middle .images .t_image {
	max-height: 46rem;
}

.floor-print .middle .images .b_image {
	max-height: 23rem;
	margin-left: 3.5rem;/*margin-top: -4rem;*/
	width: auto;
}

.floor-print .webmaster {
	padding: 0.9rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	-ms-flex-align: center;
	    align-items: center;
	position: absolute;
	bottom: 2rem;
	right: 2.5rem;
}

.floor-print .webmaster span {
	color: rgba(0,0,0, .2);
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.floor-print .webmaster svg {
	width: 10rem;
	height: 2rem;
	opacity: 0.2;
	margin-left: .6rem;
}

.floor-print2 {
     width: 21cm;
     height: 29.7cm;
     position: absolute;
     left: -9999rem;
     overflow: hidden;
     z-index: 1;
     z-index: 99;
     background: #fff;
}

.floor-print2 .top {
	padding: 2rem 2.5rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.floor-print2 .top img {
	max-width: 23.9rem;
}

.floor-print2 .top div {
	text-align: right;
}

.floor-print2 .top div > span {
	display: block;
	margin-bottom: .7rem;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #000;
}

.floor-print2 .top div > span span {
	font-weight: 300;
}

.floor-print2 .middle {
	position: relative;
}

.floor-print2 .middle .topp {
	width: 100%;
	padding: 0 2.5rem 1rem;
}

.floor-print2 .middle .topp .t2 {
	position: relative;
	text-align: left;
	padding-left: 2.7rem;
	font-size: .9rem;
	line-height: 1rem;
	margin-bottom: .4rem;
	letter-spacing: -.00281rem;
}

.floor-print2 .middle .topp .t2:before {
	content: '';
	width: 2.7rem;
	height: .1rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-50%);
	background: #46C2C5;
}

.floor-print2 .middle .topp .t3 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -.00569rem;
	color: #313131;
	margin-bottom: 0;
	padding-left: 2.7rem;
	text-transform: none;
}

.floor-print2 .middle .topp .t3 strong {
	color: #46C2C5;
	font-weight: 600;
}

.floor-print2 .bottom {
	margin-bottom: 2rem;
	display: block;
}

.floor-print2 .bottom .property_listing {
	padding: 0;
	width: 100%;
	display: block;
}

.floor-print2 .bottom .property_listing .filter {
	display: none;
}

.floor-print2 .bottom .property_listing .prop_listing .listing {
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	display: block;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading {
	padding: 0;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading div {
	max-width: 21cm;
	padding: .2rem 2rem;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span {
	font-size: 1.1rem;
	line-height: 1.5rem;
	display: inline-block;
	text-shadow: none;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(1) {
	display: none;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(2),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(3),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(4),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(5),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(6),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(7),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(8),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(9),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(10),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(11),
                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_heading span:nth-of-type(12)  {
	max-width: auto !important;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content {
	width: 100%;
	margin: .1rem auto 0;
	max-width: 75rem;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row {
	padding: 1rem;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div {
	font-size: 1.2rem;
	line-height: 1.5rem;/*&.number,
                                &.status {
                                    span {
                                        width: .6rem;
                                        height: .6rem;
                                    }
                                }*/
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(1) {
	display: none;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(2),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(3),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(4),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(5),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(6),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(7),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(8),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(9),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(12),
                                .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(13)  {
	max-width: 100% !important;
	width: auto;
	-ms-flex: 1 !important;
	    flex: 1 !important;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(12) {
	font-size: 1rem;
	width: 3rem;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: left;
	    justify-content: left;
	padding-left: 0;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: #19CC00;
	display: inline-block;
	box-shadow: none;
	position: relative;
	top: -.1rem;
	margin-right: 1rem;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Reserved,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Rented,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Reserved {
	background: #FF8200;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Rent, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Rent {
	background: #7BD55D;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Sale,
                                            .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.sale {
	background: #46C2C5;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Sold, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Sold {
	background: #D11818;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: left;
	    justify-content: left;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat {
	padding-left: 0;
}

.floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat + .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat + .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat + .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat + .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat + .stat, .floor-print2 .bottom .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat + .stat {
	padding-top: .2rem;
}

.floor-print2 .image {
	position: absolute;
	bottom: 5rem;
	left: 0;
	width: 100%;
}

.floor-print2 .image img {
	width: 100%;
	height: 30rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.floor-print2 .webmaster {
	padding: 0.9rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	-ms-flex-align: center;
	    align-items: center;
	position: absolute;
	bottom: 1rem;
	right: 2.5rem;
}

.floor-print2 .webmaster span {
	color: rgba(0,0,0, .2);
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.floor-print2 .webmaster svg {
	width: 10rem;
	height: 2rem;
	opacity: 0.2;
	margin-left: .6rem;
}

@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,
    .main,
    .filter_btn,
    .breadcrumb,
    .call_me_back,
    .search__2,
    #chat-bot-launcher-container,
    #chat-bot-message-container,
    .price_list,
    .hot_offers,
    .direction,
    .whatsapp {
      display: none;
    }

    .floor-print,
    .floor-print2 {
        position: relative;
        left: 0;
        display: block;
        width: 21cm;
        height: 29.7cm;
        height: 29.6cm;
        overflow: hidden;
    }
    
}

/* -------------------------- *\
    .post_top_property
\* -------------------------- */

.post_top_property { 
	overflow: hidden;
	margin: 0 0 -3rem;
	position: relative;
}

.post_top_property .top_apartment {
	padding: 0;
}

.post_top_property .shell {
	max-width: 100%;
	padding: 0;
}

.post_top_property .top_apartment .post_top_slider {
	margin: 0;
}

.post_top_property .top_apartment .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.post_top_property .top_apartment .slider-paging-number {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
	font-size: 2.4rem;
	line-height: 2.9rem;
	position: absolute;
	bottom: -2.8rem;
	right: 4rem;
	z-index: 1;
}

.post_top_property .top_apartment .slider-paging-number li {
	font-size: 2.4rem;
	line-height: 2.9rem;
}

.post_top_property .top_apartment .slider-paging-number li:not(:first-child) {
	display: none;
}

.post_top_property .top_apartment .slider-paging-number li:before {
	content: none;
}

.post_top_property .top_apartment .btn .next-ar7 {
	margin-left: 10rem;
}

@media (min-width: 1200px) {

	.post_top_property .top_apartment .item {
		padding-right: 3.2rem;
	}
}

.post_top_property .top_apartment .ap-row {
	width: 28rem;
}

@media (min-width: 425px) {

	.post_top_property .top_apartment .ap-row {
		width: 32rem;
	}
}

@media (min-width: 768px) {

	.post_top_property .top_apartment .ap-row {
		width: 40rem;
	}
}

@media (min-width: 1200px) {

	.post_top_property .top_apartment .ap-row {
		width: 52.2rem;
	}
}

.post_top_property .top_apartment .ap-row .int .top {
	width: 100%;
	max-width: 100%;
	float: none;
}

.post_top_property .top_apartment .ap-row .int .top span {
	margin-bottom: 0;
}

.post_top_property .top_apartment .ap-row .int .bottom {
	width: 100%;
	max-width: 100%;
	float: none;
	margin: 0;
}

.post_top_property .top_apartment .ap-row .int .middle span {
	width: 43%;
}

@media (min-width: 1200px) {

	.post_top_property .top_apartment .ap-row .int .middle span {
		width: 33.33%;
	}
}

@media (max-width: 1200px) {

	.post_top_property .top_apartment .ap-row .int .middle span:nth-child(1) {
		-ms-flex-order: 1;
		    order: 1;
	}

	.post_top_property .top_apartment .ap-row .int .middle span:nth-child(2) {
		-ms-flex-order: 3;
		    order: 3;
	}

	.post_top_property .top_apartment .ap-row .int .middle span:nth-child(3) {
		-ms-flex-order: 5;
		    order: 5;
	}

	.post_top_property .top_apartment .ap-row .int .middle span:nth-child(4) {
		-ms-flex-order: 2;
		    order: 2;
	}

	.post_top_property .top_apartment .ap-row .int .middle span:nth-child(5) {
		-ms-flex-order: 4;
		    order: 4;
	}

	.post_top_property .top_apartment .ap-row .int .middle span:nth-child(6) {
		-ms-flex-order: 6;
		    order: 6;
	}
}

/* -------------------------- *\
    .top_animation
\* -------------------------- */

body.home {
	animation: opacity .3s linear forwards 0s;
}

body.home .top_animation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100vw;
	background: #fff;
	z-index: 90;
	overflow: hidden;
	transition: .3s ease;
	animation: anim_height 1s forwards 2s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

@media (min-width: 1200px) {

	body.home .top_animation {
		background: #fff url(/wp-content/uploads/2022/12/building-scheme-1.png) no-repeat;
		animation: anim_height 1s forwards 2.8s;
		background-size: 90%;
		background-position: 50% 30%;
	}
}

body.home .top_animation:before {
	content: '';
	width: 100vw;
	height: 100vh;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;/*@mixin tra;*/
	animation: anim_white 5s linear forwards 0s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index: 10;
}

body.home .top_animation .img {
	opacity: .4;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
	display: none;
}

@media (min-width: 1200px) {

	body.home .top_animation .img {
		display: inline-block;
	}
}

body.home .top_animation .hold {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	z-index: 20;
	max-width: 100rem;
	transition: .3s ease;
	animation: anim_hide 0s linear forwards 2.8s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	padding: 1.9rem;
}

@media (min-width: 990px) {

	body.home .top_animation .hold {/*text-align: right;*/
		padding: 1.9rem 0;
	}
}

@media (min-width: 1200px) {

	body.home .top_animation .hold {
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		animation: anim_hide .1s linear forwards 3.1s;
	}
}

body.home .top_animation .hold .int {
	max-width: 98rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 1.9rem;
	overflow: hidden;
}

body.home .top_animation .hold .int:before,
				body.home .top_animation .hold .int:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #c8eeed;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s ease;
	animation: anim_text 2s linear forwards;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index: 10;
}

@media (min-width: 990px) {

	body.home .top_animation .hold .int {
		margin: 0 0 0 auto;
	}
}

body.home .top_animation .hold .t {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-bottom: 1rem;
}

body.home .top_animation .hold .t:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s ease;
	animation: anim_logo 1s linear forwards .4s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index: 5;
}

@media (min-width: 990px) {

	body.home .top_animation .hold .t {/*justify-content: right;*/
		margin-bottom: 2rem;
	}
}

body.home .top_animation .hold .t .i-the-open-sea-logo {
	width: 30.2rem;
	height: 7rem;
	fill: #000;
}

/*animation: fill_svg 8s linear forwards 2s;*/

@media (min-width: 768px) {

	body.home .top_animation .hold .t .i-the-open-sea-logo {
		width: 35rem;
		height: 6rem;
		padding: 0 2.8rem;
	}
}

@media (min-width: 990px) {

	body.home .top_animation .hold .t .i-the-open-sea-logo {
		width: 50rem;
		height: 9rem;
	}
}

@media (min-width: 1350px) {

	body.home .top_animation .hold .t .i-the-open-sea-logo {
		width: 62.9rem;
		height: 14.4rem;
	}
}

body.home .top_animation .hold .t .i-turn-up {
	width: 4.5rem;
	height: 4.5rem;
	fill: #000;
	display: none;
}

/*animation: fill_svg 8s linear forwards 2s;*/

@media (min-width: 768px) {

	body.home .top_animation .hold .t .i-turn-up {
		display: inline-block;
	}
}

@media (min-width: 990px) {

	body.home .top_animation .hold .t .i-turn-up {
		width: 7.5rem;
		height: 7.5rem;
	}
}

@media (min-width: 1350px) {

	body.home .top_animation .hold .t .i-turn-up {
		margin-bottom: 2rem;
	}
}

body.home .top_animation .hold .b {
	margin-bottom: 2rem;
	position: relative;
}

body.home .top_animation .hold .b:before {
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: anim_text 2s linear forwards .2s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

@media (min-width: 1350px) {

	body.home .top_animation .hold .b {
		margin-right: 6.3rem;
		margin-bottom: 4.5rem;
	}
}

body.home .top_animation .hold .b h1 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #000;
	margin-bottom: 0;
}

/*animation: fill_color 8s linear forwards 2s;*/

@media (min-width: 768px) {

	body.home .top_animation .hold .b h1 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

@media (min-width: 990px) {

	body.home .top_animation .hold .b h1 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
}

body.home .top_animation .location-mob,
		body.home .top_animation .location-desk {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	max-width: 20.9rem;
	display: none;
}

@media (min-width: 768px) {

	body.home .top_animation .location-mob,
		body.home .top_animation .location-desk {
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 1350px) {

	body.home .top_animation .location-mob,
		body.home .top_animation .location-desk {
		margin-bottom: 1rem;
	}
}

body.home .top_animation .location-mob svg, body.home .top_animation .location-desk svg {
	width: 2.5rem;
	height: 3.5rem;
	transform: rotate(-34deg);
	fill: #000;
	margin: 0 1rem .5rem 0;/*animation: fill_svg 8s linear forwards 2s;*/
}

body.home .top_animation .location-mob h2, body.home .top_animation .location-desk h2 {
	font-weight: 400;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: -.0075rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
	text-align: right;
}

/*animation: fill_color 8s linear forwards 2s;*/

@media (min-width: 990px) {

	body.home .top_animation .location-mob h2, body.home .top_animation .location-desk h2 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
}

body.home .top_animation .location-mob h2 span, body.home .top_animation .location-desk h2 span {
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: -.005rem;
}

@media (min-width: 990px) {

	body.home .top_animation .location-mob h2 span, body.home .top_animation .location-desk h2 span {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

body.home .top_animation .location-mob {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 2rem;
	top: 25%;
}

@media (min-width: 768px) {

	body.home .top_animation .location-mob {
		display: none;
	}
}

body:not(.home) .top_animation {
	display: none;
}

@keyframes loader {
  0% {transform: translateX(-100%)}
  50% {transform:translateX(100%)}
  100% {transform:translateX(200%)}
}

@keyframes loader2 {
  0% {transform: translateY(0)}
  50% {transform:translateY(-50%)}
  100% {transform:translateY(-200%)}
}

@keyframes loader3 {
  0% {height: 100vh;}
  50% {height: 50vh;}
  100% {height: 0; transform: translateY(-800%);}
}

@keyframes move {
  0% {transform: translateY(-.5rem) rotate(-90deg)}
  50% {transform:translateY(0) rotate(-90deg)}
  100% {transform:translateY(-.5rem) rotate(-90deg)}
}

@keyframes move2 {
  0% {transform: translateY(-.5rem)}
  50% {transform:translateY(0)}
  100% {transform:translateY(-.5rem)}
}

@keyframes opacity {
  0% {opacity: 0;}
  50% {opacity: .5;}
  100% {opacity: 1;}
}

@keyframes fill_color {
  0% {color: #fff; text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);}
  100% {color: #fff; text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);}
}

@keyframes fill_svg {
  0% {fill: #fff; filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));}
  100% {fill: #fff; filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));}
}

@keyframes anim_logo {
	0% {
	    transform: translateX(0) scale(1,1);
	    animation-timing-function: linear;
	}
	100% {
	    transform: translateX(50rem) scale(0,1);
	}
}

@keyframes anim_text {
	0% {
	    transform: translateX(-100%) scale(1,1);
	    animation-timing-function: linear;
	}
	50% {
	    transform: translateX(0) scale(1,1);
	    animation-timing-function: linear;
	}
	100% {
	    transform: translateX(50rem) scale(0,1);
	}
}

@keyframes anim_white {
	0% {
	    transform: translateY(0);
	    animation-timing-function: linear;
	}
	37% {
	    transform: translateY(0);
	    animation-timing-function: linear;
	}
	100% {
	    transform: translateY(-500rem);
	}
}

@keyframes anim_height {
	0% {
	    height: 100%;
	    animation-timing-function: linear;
	}
	37% {
	    height: 100%;
	    animation-timing-function: linear;
	}
	100% {
		height: 0;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
}

@keyframes anim_hide {
	0% {
		visibility: visible;
		height: auto;
	}
	37% {
		visibility: visible;
		height: auto;
	}
	100% {
		visibility: hidden;
		height: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}
}

/* -------------------------- *\
    .all_property
\* -------------------------- */

.all_property_print {
	width: 21cm;
	/*height: 29.7cm;*/
	position: absolute;
	left: -9999rem;
	overflow: hidden;
	z-index: 1;
	z-index: 99;
	background: #fff;
	padding: 0;
}

.all_property_print .top {
	padding: 2rem 2.5rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.all_property_print .top img {
	max-width: 23.9rem;
}

.all_property_print .top div {
	text-align: right;
}

.all_property_print .top div > span {
	display: block;
	margin-bottom: .7rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.3rem;
	color: #000;
}

.all_property_print .top div > span span {
	font-weight: 300;
}

.all_property_print .property_listing {
	padding: 0;
	width: 100%;
	display: block;
}

.all_property_print .property_listing .prop_listing .listing {
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	display: block;
}

.all_property_print .property_listing .prop_listing .listing .listing_heading {
	padding: 0;
}

.all_property_print .property_listing .prop_listing .listing .listing_heading div {
	max-width: 21cm;
	padding: .2rem 3rem .2rem 2.5rem;
}

.all_property_print .property_listing .prop_listing .listing .listing_heading span {
	font-size: 1.1rem;
	line-height: 1.5rem;
	display: inline-block;
	text-shadow: none;
}

.all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(1) {
	display: none;
}

.all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(2),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(3),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(4),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(5),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(6),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(7),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(8),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(9),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(10),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(11),
	                    .all_property_print .property_listing .prop_listing .listing .listing_heading span:nth-of-type(12)  {
	max-width: 100% !important;
}

.all_property_print .property_listing .prop_listing .listing .listing_content {
	width: 100%;
	margin: .1rem auto 0;
	max-width: 75rem;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row {
	padding: .8rem;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row:nth-of-type(26) {
	page-break-after: always;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(1) {
	display: none;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(2),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(3),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(4),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(5),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(6),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(7),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(8),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(9),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(10),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(11),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(12),
	                        .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(13)  {
	max-width: 100% !important;
	width: auto;
	-ms-flex: 1 !important;
	    flex: 1 !important;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row div:nth-of-type(12) {
	font-size: 1rem;
	width: 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: left;
	    justify-content: left;
	padding-left: 0;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: #19CC00;
	display: inline-block;
	box-shadow: none;
	position: relative;
	top: -.1rem;
	margin-right: .5rem;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Reserved,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Rented,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Reserved {
	background: #FF8200;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Rent, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Rent {
	background: #7BD55D;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Sale,
		                                    .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.sale {
	background: #46C2C5;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.status .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.status .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.status .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.status .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.status .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.status .stat span.Sold, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat span.Sold {
	background: #D11818;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: left;
	    justify-content: left;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat {
	padding-left: 0;
}

.all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.free div.number .stat + .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.reserved div.number .stat + .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sold div.number .stat + .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Rent div.number .stat + .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.sale div.number .stat + .stat, .all_property_print .property_listing .prop_listing .listing .listing_content .ap-row.Sale div.number .stat + .stat {
	padding-top: .1rem;
}

.all_property_print .webmaster {
	padding: 0.9rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: right;
	    justify-content: right;
	-ms-flex-align: center;
	    align-items: center;/*position: absolute;
	    bottom: 2rem;
	    right: 2.5rem;*/
	margin: 2rem 2.5rem 2rem 0;
}

.all_property_print .webmaster span {
	color: rgba(0,0,0, .2);
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.all_property_print .webmaster svg {
	width: 10rem;
	height: 2rem;
	opacity: 0.2;
	margin-left: .6rem;
}

@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,
    .filter_btn,
    .breadcrumb,
    .call_me_back,
    .search,
    .search__2,
    .top_animation,
    .paper-plane,
    .phone,
    .close-fly-search,
    .section_intro,
    .all_property,
    .print {
       display: none;
    }

    .page-id-6243 .main {
    	display: block;
    	padding: 0;
    }

    .all_property_print {
         position: relative;
         left: 0;
         display: block;
         width: 21cm;
         /*height: 29.7cm;
         height: 29.6cm;*/
         overflow: hidden;
    }
}

/* -------------------------- *\
    .plp
\* -------------------------- */

.plp { 
	max-width: 21cm;
	margin: 0 auto;
	padding: 2rem;
	border: .1rem solid rgba(0,0,0,.1);
 }

/*overflow: scroll;*/

.plp .plp-in {/*width: 75.2rem;*/
	height: 100%;
}

@media (max-width: 767px) {

	.plp .plp-in {/*width: 81.2rem;*/
		height: 100%;
	}
}

.plp .top {
	padding: 0 0 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.plp .top img {
	max-width: 23.9rem;
}

.plp .top div {
	text-align: right;
}

.plp .top div > span {
	display: block;
	margin-bottom: .7rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.3rem;
	color: #000;
}

.plp .top div > span span {
	font-weight: 300;
}

.plp__table {
	position: relative;
	border-top-left-radius: 1.5rem;
	color: #fff;
	padding: 0 0 0 1rem;
	overflow: hidden;
}

@media (max-width: 767px) {

	.plp__table {
		overflow: scroll;
		overflow: hidden;
	}
}

.plp__table:before,
		.plp__table:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5rem;
	height: 5rem;
	background: #000;
	opacity: 0;
}

.plp__table .floor {
	position: relative;
}

.plp__table .floor.A .row.B {
	display: none;
}

.plp__table .floor.B .row.A {
	display: none;
}

@media (max-width: 767px) {

	.plp__table .floor {
		min-width: 21cm;
	}
}

.plp__table .floor + .floor {
	margin-top: 2rem;
}

.plp__table .t {
	position: relative;
	margin-left: 3rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.2rem;
	background: #46C2C5;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.plp__table .t:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -10rem;
	width: 100%;
	height: 3rem;
	background: #46C2C5;
}

.plp__table .t >span {
	position: relative;
	z-index: 10;
	width: 3rem !important;
}

.plp__table .t >div {
	position: relative;
	z-index: 10;
	width: calc(100% - 3rem);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.plp__table .t span {
	width: 12%;
	text-align: center;
	line-height: 3rem;
}

.plp__table .t span:nth-child(2){
	width: 15.5%;
}

.plp__table .m {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}

.plp__table .fl {
	position: relative;
	width: 2.8rem;
	background: #46C2C5;
}

.plp__table .fl:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5rem;
	width: 7rem;
	height: 100%;
	background: #46C2C5;
}

.plp__table .fl >span {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -70%) rotate(-90deg);
	text-align: center;
	width: 50rem;
	color: #fff !important;
	font-size: 1.4rem;
}

.plp__table .fl >span strong {
	text-transform: uppercase;
}

.plp__table .hold {
	width: calc(100% - 2.6rem);
	background: #F9F9F9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.plp__table .ent {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	background: #F9F9F9;
	border-top-left-radius: 1rem;
	width: 100%;
}

.plp__table .ent.A {
	-ms-flex-order: 1;
	    order: 1;
}

.plp__table .ent.B {
	-ms-flex-order: 2;
	    order: 2;
}

.plp__table .ent.B .flnum,
				.plp__table .ent.B .row {
	background: rgba(70,194,197, .3);
}

.plp__table .ent.B .flnum:hover, .plp__table .ent.B .row:hover {
	background: rgba(0,0,0,.2);
}

.plp__table .ent + .ent {
	margin-top: 0rem;
}

.plp__table .ent:nth-child(2){
	border-top-left-radius: 1rem;
	padding-top: .5rem;
}

.plp__table .ent:nth-child(2) >div {
	border-top-left-radius: 1rem;
}

.plp__table .ent .flnum {
	position: relative;
	background: #fff;
	margin: 0 .5rem;
	margin: .5rem;
	width: 3rem;
	min-height: calc(100% - 1rem) !important;
	max-height: calc(100% - 1rem) !important;
	color: #000;
	background: #fff;
	border-top-left-radius: 1rem;
}

.plp__table .ent .flnum strong {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	text-align: center;
	width: 10rem;
	text-transform: uppercase;
}

.plp__table .rows {
	width: calc(100% - 3.2rem);
	background: #F9F9F9;
	background: #F9F9F9 !important;
	padding-top: .5rem;
	min-height: 6.5rem;
}

.plp__table .row {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #000;
	margin-bottom: .5rem;
	transition: .3s ease;
	cursor: pointer;
}

.plp__table .row:hover {
	background: rgba(0,0,0,.2);
}

.plp__table .row:last-child {
	margin-bottom: .5rem;
}

.plp__table .row.hot {
	background: #fbaaaa !important;
}

.plp__table .row.hot span:nth-of-type(2) {
	font-size: 1.6rem;
	font-weight: 700;
}

.plp__table .row span:not(.per) {
	position: relative;
	width: 12%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 3rem;
}

.plp__table .row span:not(.per) sup {
	position: absolute;
	top: -.3rem;
}

.plp__table .row span:not(.per):nth-child(1){
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .5rem;
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	background: #19CC00;
}

.plp__table .row span:not(.per):nth-child(1).sold {
	background: #E70000;
}

.plp__table .row span:not(.per):nth-child(1).sale {
	background: #46C2C5;
}

.plp__table .row span:not(.per):nth-child(1).reserved {
	background: #FF8200;
}

.plp__table .row span:not(.per):nth-child(3){
	width: 15.5%;
}

.plp__table .row span:not(.per) span.per {
	font-size: 1rem;
}

.plp__table .row span:not(.per).hot strong {
	text-decoration: line-through;
}

.plp__table .row span:not(.per).hot_offer {
	width: auto;
	height: auto;
	position: relative;
	transform: translateY(0);
	top: auto;
	border-radius: none;
	display: block;
	font-size: 1rem;
	line-height: 1rem;
	top: -0.5rem;
	color:red;
	font-size: 1.6rem;
	font-weight: 700;
}

.plp__table .row span:not(.per):nth-child(3) span.fut {
 	background:transparent;
 	width: auto;
 	height: auto;
 	position: relative;
 	transform: translateY(0);
 	top: auto;
 	border-radius: none;
 	display: block;
 	font-size: 1rem;
 	line-height: 1rem;
 	top: -.5rem;
 }

.plp__table {
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	    flex-wrap: wrap;
 	width: 100%;
 }

.plp__table .floor {
 	width: 100%;
 }

.plp__table .floor.first.A + .floor.second.A {
 					display: none;
 			}

.plp__table .floor.first.B .m .hold .ent.B, .plp__table .floor.second.B .m .hold .ent.A, .plp__table .floor.second.B.AO, .page-id-6583 .breadcrumb + .section_intro, .page-id-6583 .all_property, .page-id-8762 .breadcrumb + .section_intro, .page-id-8762 .all_property, .page-id-8764 .breadcrumb + .section_intro, .page-id-8764 .all_property {
 					display: none;
 			}

.plp__table .floor.first.B .m .hold .ent.B.zero {
 	display: -ms-flexbox;
 	display: flex;
 }

.plp__table .floor.second.B:last-child {
 	display: none;
 }

.plp__table .floor.first.A.A1 {
 				-ms-flex-order: 1;
 				    order: 1;
 			}

.plp__table .floor.first.A.A2 {
 				-ms-flex-order: 2;
 				    order: 2;
 			}

.plp__table .floor.first.A.A3 {
 				-ms-flex-order: 3;
 				    order: 3;
 			}

.plp__table .floor.first.A.A4 {
 				-ms-flex-order: 4;
 				    order: 4;
 			}

.plp__table .floor.first.B.A1 {
 				-ms-flex-order: 5;
 				    order: 5;
 			}

.plp__table .floor.first.B.A2 {
 				-ms-flex-order: 6;
 				    order: 6;
 			}

.plp__table .floor.first.B.A3 {
 				-ms-flex-order: 7;
 				    order: 7;
 			}

.plp__table .floor.first.B.A4 {
 				-ms-flex-order: 8;
 				    order: 8;
 			}

.plp__table .floor.first.B.A5 {
 				-ms-flex-order: 9;
 				    order: 9;
 			}

.plp__table .floor.first.B.AO {
 				-ms-flex-order: 10;
 				    order: 10;
 			}

.plp__table .floor.second.B.A1 {
 				-ms-flex-order: 11;
 				    order: 11;
 			}

.plp__table .floor.second.B.A2 {
 				-ms-flex-order: 12;
 				    order: 12;
 			}

.plp__table .floor.second.B.A3 {
 				-ms-flex-order: 13;
 				    order: 13;
 			}

.plp__table .floor.second.B.A4 {
 				-ms-flex-order: 14;
 				    order: 14;
 			}

.page-id-8038 .row.fut_bg,
 .page-id-8718 .row.fut_bg,
 .page-id-8719 .row.fut_bg,
 .plp__table .ent.B .row.fut_bg {
 	background: rgba(255, 130, 0, .2);
 }

.page-id-8038 .row.fut_bg:hover, .page-id-8718 .row.fut_bg:hover, .page-id-8719 .row.fut_bg:hover, .plp__table .ent.B .row.fut_bg:hover {
	background: rgba(0,0,0,.2);
}

.page-id-8038,
.page-id-8718,
.page-id-8719 {

	@page {
	    /*max-height: 80% !important;*/
	    margin: 0 !important;
	}

}

@media print {

	.page-id-8038 .plp .plp, .page-id-8718 .plp .plp, .page-id-8719 .plp .plp {
		width: 21cm;
	}
}

@media print {

	.page-id-8038,
.page-id-8718,
.page-id-8719 {/*margin: 3rem 0;*/
	}

	.page-id-8038 .main, .page-id-8718 .main, .page-id-8719 .main {
		display: block;
		padding: 0 !important;
	}

	.page-id-8038 .plp .print,
	 	.page-id-8038 .h,
	 	.page-id-8038 .f,
	 	.page-id-8038 .call_me_back,
	 	.page-id-8038 .search,
	 	.page-id-8038 .search__2,
	 	.page-id-8038 .top_animation,
	 	.page-id-8038 .paper-plane,
	 	.page-id-8038 .direction,
	 	.page-id-8038 .whatsapp,
	 	.page-id-8038 .phone,
	 	.page-id-8038 .close-fly-search,
	 	.page-id-8718 .plp .print,
	 	.page-id-8718 .h,
	 	.page-id-8718 .f,
	 	.page-id-8718 .call_me_back,
	 	.page-id-8718 .search,
	 	.page-id-8718 .search__2,
	 	.page-id-8718 .top_animation,
	 	.page-id-8718 .paper-plane,
	 	.page-id-8718 .direction,
	 	.page-id-8718 .whatsapp,
	 	.page-id-8718 .phone,
	 	.page-id-8718 .close-fly-search,
	 	.page-id-8719 .plp .print,
	 	.page-id-8719 .h,
	 	.page-id-8719 .f,
	 	.page-id-8719 .call_me_back,
	 	.page-id-8719 .search,
	 	.page-id-8719 .search__2,
	 	.page-id-8719 .top_animation,
	 	.page-id-8719 .paper-plane,
	 	.page-id-8719 .direction,
	 	.page-id-8719 .whatsapp,
	 	.page-id-8719 .phone,
	 	.page-id-8719 .close-fly-search {
		display: none;
	}

	.page-id-8038 .plp .floor, .page-id-8718 .plp .floor, .page-id-8719 .plp .floor {
		min-width: 19.5cm;
	}

	.page-id-8038 .plp .row, .page-id-8718 .plp .row, .page-id-8719 .plp .row {
		break-inside: avoid !important;
	}

	.page-id-8038 .plp__table, .page-id-8718 .plp__table, .page-id-8719 .plp__table {
		padding-top: 3rem;
	}
}

.page-id-8038 .row,
	 	.page-id-8038 .fl span strong,
	 	.page-id-8718 .row,
	 	.page-id-8718 .fl span strong,
	 	.page-id-8719 .row,
	 	.page-id-8719 .fl span strong {
	break-inside: avoid;
}

/* -------------------------- *\
    .post_faq
\* -------------------------- */

.post_faq {
	margin-top: 5rem;
 }

.post_faq h3 {
	font-weight: 400;
	margin-bottom: 2rem;
}

.post_faq__item {
	position: relative;
	padding: 3rem 0;
	background: #FAFAFA;
	border-bottom: .1rem solid #46C2C5;
	padding: 1rem;
	margin-bottom: 1.9rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.post_faq__item>h4 {
	position: relative;
	font-weight: 400;
	font-size: 1.7rem;
	margin-bottom: 1rem;
	padding-right: 2rem;
}

.post_faq__item>h4 + p {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 0 !important;
}

.post_faq__item>h4 + p span {
	position: static;
}

.post_faq__item .plus {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	transform: rotate(45deg);

	@include tra;
}

.post_faq__item .plus:before,
			.post_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;
}

.post_faq__item .plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.post_faq__item.closed h4 {
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post_faq__item.closed p {
	display: none;
}

.post_faq__item.closed .plus {
	transform: rotate(0deg);
}

.post_faq__item.closed .plus:before,
				.post_faq__item.closed .plus:after {
	background: #46C2C5;
}

/* -------------------------- *\
    .post_review
\* -------------------------- */

.post_review { 
  padding: 5rem 0 10rem;
  overflow: hidden;
}

.post_review .shell {
	position: relative;
	max-width: 128.4rem;
	padding: 0;
}

.post_review h2 {
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 2.9rem;
	color: #46C2C5;
	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: #46C2C5;
}

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

.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: #46C2C5;
	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: #46C2C5;
	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/2024/03/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/2024/03/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: #46C2C5;
	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: #46C2C5;
	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 #46C2C5;
}

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

.post_review .review-form .gform_wrapper form .left-form span {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #46C2C5;
}

.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 #46C2C5;
	background: #46C2C5;
}

.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: #46C2C5;
	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: #46C2C5;
	border: 0.1rem solid #46C2C5;
}

.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 #46C2C5;
}

@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/2024/03/arrows-1.png);
}

[dir="rtl"] .post_review .right .post_review__slider .slick-next:before {
  content: url(/wp-content/uploads/2024/03/arrows-1.png);
}

@keyframes progressactive {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}