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

/* 
Theme Name: imotipremier
Author: Web Factor Ltd.
Author URI: https//webfactor.com
Theme URI: https://webfactor.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: #00AEEF;
	--c2: #252525;
	--cb: #000;
	--cw: #fff;

	/* Text */
	--font-family: 'Open Sans', sans-serif; font-weight: 400;
	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #0E192D;
	--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 */

/* bobi */

/*$c2: #092C53;*/

/**/

/**/

/**/

/*$c7: #139C67;*/

/**/

/*$c8: #052345;*/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

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

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

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

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

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

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

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

html {
	font-size: 62.5%;
}

@media (max-width: 990px) {

	html {
		overflow-x: 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;
}

@media (max-width: 1024px) {

	body {
		overflow-x: hidden;
	}
}

@media (min-width: 1024px) {

	body.noScroll {
		overflow: hidden !important;
	}
}

@media (min-width: 1630px) {

	body.home main:before {
		content: url(/wp-content/uploads/2022/02/left-bubble.png);
		position: fixed;
		top: 50%;
		left: -5.3rem;
		transform: translateY(-50%);
	}

	body.home main:after {
		content: url(/wp-content/uploads/2022/02/right-bubble.png);
		position: fixed;
		top: 50%;
		right: -2rem;
		transform: translateY(-50%);
	}
}

main {
    padding-top: 5.5rem;
}

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

a:hover {
	color: #7da10c;
	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: 125rem;
    margin: 0 auto;
}

@media (max-width: 1265px) {

	.shell {
		padding: 0 2rem;
	}
}

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

@media (max-width: 900px) {

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

.shell--medium {
	max-width: 1200px;
}

@media(max-width: 1220){

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

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

@media(max-width: 170rem){

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

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

.cols { margin: 0 -1.5rem; }

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

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

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

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

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

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

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

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

.col--2of3 { width: calc(66.666% - 5rem); }

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

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

.hidden { display: none !important; }

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

.onlymobile {
    display: block;
}

.hidden {
    display: none;
}

.onlydesktop {
    display: none;
}

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

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

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

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

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

section.nopadding {
	padding: 0;
}

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

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

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url("/wp-content/uploads/2022/02/star.svg");
    height: 1.4rem !important;
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url("/wp-content/uploads/2022/02/star-fill.svg");
    height: 1.4rem !important;
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url("/wp-content/uploads/2022/02/star-fill.svg");
    height: 1.4rem !important;
}

.page-id-1415 .kk-star-ratings .kksr-legend {
	display: none;
}

/*.sing_broker .right span.kksr-muted,
.sing_broker .right strong.kksr-count {
    display: none;
}

.sing_broker .right strong.kksr-score {
    + span.kksr-muted {
        display: inline-block;
    }
}

.sing_broker {
    .kksr-legend {
        order: 1;
    }

    .kksr-stars {
        order: 2;
    }
}*/

/* -------------------------- *\
    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);
}

/* -------------------------- *\
    .Sprite
\* -------------------------- */

.i {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.i-360-icon-larger {
	font-size:(48/10)*1rem;
	width:(48/48)*1em;
}

.i-3D {
	font-size:(43/10)*1rem;
	width:(50/43)*1em;
}

.i-add {
	font-size:(24/10)*1rem;
	width:(24/24)*1em;
}

.i-add-group {
	font-size:(27/10)*1rem;
	width:(27/27)*1em;
}

.i-arrow {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-arrow-down {
	font-size:(15/10)*1rem;
	width:(7/15)*1em;
}

.i-arrow-up {
	font-size:(15/10)*1rem;
	width:(7/15)*1em;
}

.i-binoculars {
	font-size:(50/10)*1rem;
	width:(62/50)*1em;
}

.i-building {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-building_2 {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-calendar {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-call {
	font-size:(22/10)*1rem;
	width:(22/22)*1em;
}

.i-checkmark_2 {
	font-size:(49/10)*1rem;
	width:(53/49)*1em;
}

.i-clicker {
	font-size:(16/10)*1rem;
	width:(13/16)*1em;
}

.i-clock {
	font-size:(22/10)*1rem;
	width:(22/22)*1em;
}

.i-close {
	font-size:(20/10)*1rem;
	width:(20/20)*1em;
}

.i-close2 {
	font-size:(34/10)*1rem;
	width:(34/34)*1em;
}

.i-crane {
	font-size:(19/10)*1rem;
	width:(19/19)*1em;
}

.i-creativity {
	font-size:(54/10)*1rem;
	width:(47/54)*1em;
}

.i-door {
	font-size:(16/10)*1rem;
	width:(14/16)*1em;
}

.i-down {
	font-size:(8/10)*1rem;
	width:(12/8)*1em;
}

.i-down-arrow {
	font-size:(6/10)*1rem;
	width:(11/6)*1em;
}

.i-down-chevron {
	font-size:(7/10)*1rem;
	width:(11/7)*1em;
}

.i-down-chevron-1 {
	font-size:(35/10)*1rem;
	width:(22/35)*1em;
}

.i-down-chevron-2 {
	font-size:(35/10)*1rem;
	width:(22/35)*1em;
}

.i-envelope {
	font-size:(17/10)*1rem;
	width:(22/17)*1em;
}

.i-envelope-p {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-facebook {
	font-size:(17/10)*1rem;
	width:(9/17)*1em;
}

.i-facebook-p {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-fence {
	font-size:(483.31/10)*1rem;
	width:(483.31/483.31)*1em;
}

.i-footprint {
	font-size:(54/10)*1rem;
	width:(50/54)*1em;
}

.i-full-size {
	font-size:(22/10)*1rem;
	width:(22/22)*1em;
}

.i-funnel {
	font-size:(18/10)*1rem;
	width:(18/18)*1em;
}

.i-goal {
	font-size:(54/10)*1rem;
	width:(49/54)*1em;
}

.i-google {
	font-size:(13/10)*1rem;
	width:(19/13)*1em;
}

.i-google-plus {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-group {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-heart {
	font-size:(18/10)*1rem;
	width:(20/18)*1em;
}

.i-home {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-home-group {
	font-size:(27/10)*1rem;
	width:(27/27)*1em;
}

.i-house-key {
	font-size:(50/10)*1rem;
	width:(59/50)*1em;
}

.i-inbox {
	font-size:(31/10)*1rem;
	width:(33/31)*1em;
}

.i-instagram {
	font-size:(17/10)*1rem;
	width:(17/17)*1em;
}

.i-key {
	font-size:(16/10)*1rem;
	width:(15/16)*1em;
}

.i-left-arrow {
	font-size:(13/10)*1rem;
	width:(7/13)*1em;
}

.i-left-arrow-p {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-like {
	font-size:(69/10)*1rem;
	width:(71/69)*1em;
}

.i-like-fill {
	font-size:(69/10)*1rem;
	width:(71/69)*1em;
}

.i-live {
	font-size:(15/10)*1rem;
	width:(33/15)*1em;
}

.i-location-pin {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-loupe {
	font-size:(50/10)*1rem;
	width:(50/50)*1em;
}

.i-loupe2 {
	font-size:(20/10)*1rem;
	width:(20/20)*1em;
}

.i-magnifying-glass {
	font-size:(20/10)*1rem;
	width:(20/20)*1em;
}

.i-mail {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-mail2 {
	font-size:(42/10)*1rem;
	width:(41/42)*1em;
}

.i-map {
	font-size:(19/10)*1rem;
	width:(19/19)*1em;
}

.i-menu {
	font-size:(341.33/10)*1rem;
	width:(341.33/341.33)*1em;
}

.i-money {
	font-size:(54/10)*1rem;
	width:(54/54)*1em;
}

.i-observation {
	font-size:(50/10)*1rem;
	width:(38/50)*1em;
}

.i-percent {
	font-size:(45/10)*1rem;
	width:(51/45)*1em;
}

.i-phone-call {
	font-size:(405.33/10)*1rem;
	width:(405.33/405.33)*1em;
}

.i-pins {
	font-size:(27/10)*1rem;
	width:(20/27)*1em;
}

.i-play {
	font-size:(39/10)*1rem;
	width:(39/39)*1em;
}

.i-play-button {
	font-size:(52/10)*1rem;
	width:(52/52)*1em;
}

.i-play-video {
	font-size:(71/10)*1rem;
	width:(62/71)*1em;
}

.i-power {
	font-size:(54/10)*1rem;
	width:(54/54)*1em;
}

.i-printer {
	font-size:(38/10)*1rem;
	width:(34/38)*1em;
}

.i-question-mark {
	font-size:(30/10)*1rem;
	width:(20/30)*1em;
}

.i-right-arrow {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-rss {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-search {
	font-size:(15/10)*1rem;
	width:(15/15)*1em;
}

.i-sgradi {
	font-size:(19/10)*1rem;
	width:(16/19)*1em;
}

.i-shop {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-sort-ascending {
	font-size:(19/10)*1rem;
	width:(20/19)*1em;
}

.i-sort-by-attributes {
	font-size:(18/10)*1rem;
	width:(18/18)*1em;
}

.i-star {
	font-size:(14/10)*1rem;
	width:(15/14)*1em;
}

.i-star-full {
	font-size:(14/10)*1rem;
	width:(16/14)*1em;
}

.i-system {
	font-size:(54/10)*1rem;
	width:(54/54)*1em;
}

.i-tap {
	font-size:(50/10)*1rem;
	width:(36/50)*1em;
}

.i-teach {
	font-size:(54/10)*1rem;
	width:(54/54)*1em;
}

.i-test {
	font-size:(50/10)*1rem;
	width:(44/50)*1em;
}

.i-tip {
	font-size:(27/10)*1rem;
	width:(27/27)*1em;
}

.i-twitter-p {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-value {
	font-size:(54/10)*1rem;
	width:(54/54)*1em;
}

.i-wallet {
	font-size:(54/10)*1rem;
	width:(54/54)*1em;
}

.i-web-factor-white {
	font-size:(16/10)*1rem;
	width:(108/16)*1em;
}

.i-working-time {
	font-size:(54/10)*1rem;
	width:(62/54)*1em;
}

.i-youtube {
	font-size:(13/10)*1rem;
	width:(19/13)*1em;
}

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

.i {
	transition: .3s ease;
}

.i.c1 {
	fill: #612672;
}

.i.c2 {
	fill: #055a5c;
}

.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
\* -------------------------- */

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

/*@import "_slick-theme.css";*/

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

.si-float-wrapper{position:absolute;width:100%}

.si-float-wrapper,.si-float-wrapper *{box-sizing:border-box}

[class*='si-wrapper']{display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;font-size:14px;cursor:default}

.si-wrapper-top{-ms-flex-direction:column;flex-direction:column;margin-top:-40px;margin-left:0;transform:translate(-50%,-100%)}

.si-wrapper-bottom{-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:0;margin-left:0;transform:translate(-50%,0)}

.si-wrapper-left{margin-top:-20px;margin-left:-11px;transform:translate(-100%,-50%)}

.si-wrapper-right{-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:-20px;margin-left:11px;transform:translate(0,-50%)}

[class*='si-shadow-wrapper']{display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.29804;z-index:1}

.si-shadow-wrapper-top,.si-shadow-wrapper-bottom{-ms-flex-direction:column;flex-direction:column}

.si-shadow-pointer-bottom,.si-shadow-pointer-right{-ms-flex-order:-1;order:-1}

.si-shadow-frame{box-shadow:0 1px 3px 0 #000}

[class*='si-shadow-pointer']{position:relative;width:15px;height:15px;margin:auto}

[class*='si-shadow-inner-pointer']{position:absolute;width:141%;height:141%;box-shadow:-0.70711px .70711px 3px 0 #000}

.si-shadow-inner-pointer-top{left:50%;transform:translate(-50%,-50%) rotate(-45deg)}

.si-shadow-inner-pointer-bottom{bottom:0;left:50%;transform:translate(-50%,50%) rotate(-45deg)}

.si-shadow-inner-pointer-left{top:50%;transform:translate(-50%,-50%) rotate(-45deg)}

.si-shadow-inner-pointer-right{top:50%;right:0;transform:translate(50%,-50%) rotate(-45deg)}

.si-frame{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:3px;overflow:hidden;z-index:2}

.si-content-wrapper{width:100%;max-width:100%;max-height:100%;padding:30px;background-color:#fff}

.si-has-border .si-content-wrapper{border:1px solid #bbb}

.si-content{overflow:auto}

.si-close-button{position:absolute;top:0;right:0;border:0;outline:0;background-color:transparent;color:inherit;font-family:Arial,Baskerville,monospace;font-size:24px;cursor:pointer;opacity:.5;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.si-close-button:hover,.si-close-button:focus{opacity:.7}

[class*='si-pointer-border']{position:absolute;border:15px solid transparent;z-index:3}

[class*='si-pointer-bg']{position:relative;border:15px solid transparent;z-index:4}

.si-has-border [class*='si-pointer-bg']{border-width:15px}

.si-pointer-border-top,.si-pointer-border-bottom{left:50%;transform:translate(-50%,0)}

.si-pointer-border-left,.si-pointer-border-right{top:50%;transform:translate(0,-50%)}

.si-pointer-top{border-bottom:0}

.si-pointer-border-top{bottom:0;border-top-color:#bbb}

.si-pointer-bg-top{border-top-color:#fff}

.si-has-border .si-pointer-bg-top{top:-1px;margin-bottom:0}

.si-pointer-bottom{border-top:0}

.si-pointer-border-bottom{top:0;border-bottom-color:#bbb}

.si-pointer-bg-bottom{border-bottom-color:#fff}

.si-has-border .si-pointer-bg-bottom{bottom:-1px;margin-top:0}

.si-pointer-left{border-right:0}

.si-pointer-border-left{right:0;border-left-color:#bbb}

.si-pointer-bg-left{border-left-color:#fff}

.si-has-border .si-pointer-bg-left{left:-1px;margin-right:0}

.si-pointer-right{border-left:0}

.si-pointer-border-right{left:0;border-right-color:#bbb}

.si-pointer-bg-right{border-right-color:#fff}

.si-has-border .si-pointer-bg-right{right:-1px;margin-left:0}

/* bobi */

/*@import "_menu2";*/

/* -------------------------- *\
    .error
\* -------------------------- */

.error { 
	padding: 5.5rem 0 0;
	position: relative;
	text-align: center;
	background: transparent url(/wp-content/uploads/2022/06/banner_invest_time_l.jpg) no-repeat;
	background-size: cover;
	background-position-x: 4%;
	height: 100vh;
 }

@media (min-width: 1550px) {

	.error {
		background-position-x: 45%;
	}
}

.error .top {
	position: relative;
	top: 4rem;
	text-align: center;
	padding: 0 2rem;
}

.error .top h2 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

@media (min-width: 768px) {

	.error .top {
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
	}
}

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

.error .bottom {
	position: absolute;
	bottom: 1.7rem;
	padding: 0 2rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

.error .bottom a {
	color: #fff;
}

.error .bottom a:hover {
	color: #612672;
}

.error .bottom p {
	margin-bottom: 1.7rem;
}

@media (min-width: 768px) {

	.error .bottom {
		max-width: 80.6rem;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
	}
}

.error a.error__btn {
	background: #fff;
	display: block;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	text-shadow: none;
	border-radius: 0.7rem;
	padding: 1.7rem;
	margin: 0 auto;
	max-width: 28.8rem;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
	text-transform: uppercase;
	color: #055a5c;
	cursor: pointer;
}

.error a.error__btn:hover {
	background: rgba(5,90,92, 0.7);
	color: #fff;
}

@media (min-width: 768px) {

	.error a.error__btn {
		font-size: 1.6rem;
		line-height: 2.2rem;
		padding: 1.7rem;
	}
}

/* -------------------------- *\
    .result
\* -------------------------- */

.result { 
	padding: 9rem 0 2rem;
 }

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

.result__show {
	width: 100%;
}

@media (min-width: 1024px) {

	.result__show {
		width: calc(100% - 45rem);
	}
}

.result .aside {
	max-width: 100%;
	-ms-flex: 100%;
	    flex: 100%;
}

@media (min-width: 1024px) {

	.result .aside {
		max-width: 39.4rem;
		-ms-flex: auto;
		    flex: auto;
	}
}

.result__block {
	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: 0 -2.5rem 3rem;
	padding-bottom: 3rem;
	border-bottom: 0.1rem solid #C2C2C2;
}

@media (min-width: 768px) {

	.result__block {
		padding-bottom: 0;
		border-bottom: 0;
	}
}

.result__block .left {
	-ms-flex: 100%;
	    flex: 100%;
	padding: 0 2.5rem;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.result__block .left {
		-ms-flex: 30%;
		    flex: 30%;
		margin-bottom: 0;
	}
}

.result__block .right {
	-ms-flex: 100%;
	    flex: 100%;
	padding: 0 2.5rem;
	text-align: center;
}

@media (min-width: 768px) {

	.result__block .right {
		-ms-flex: 50%;
		    flex: 50%;
		text-align: left;
	}
}

.pagination {
 	padding: 2rem;
 }

@media (min-width: 1889px) {

	.pagination {
		padding: 2rem 0;
	}
}

.pagination .current {
	background: #055a5c;
	color: #fff;
}

.pagination .page-numbers {
	font-size: 1.4rem;
	line-height: 1.9rem;
	border: 0;
	border-radius: 50%;
	padding-top: 0.2rem;
	width: 2.5rem;
	height: 2.5rem;
	position: relative;
	display: inline-block;
	text-align: center;
}

.pagination .page-numbers:hover {
	background: #055a5c;
	color: #fff;
}

/*@import "_broker_prop";*/

/* -------------------------- *\
    .team
\* -------------------------- */

.team { 
	padding: 0 0 5.3rem;
 }

.team .shell {
	max-width: 128.4rem;
}

@media (max-width: 1300px) {

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

.team .accordion {
	font-family: 'Open Sans';
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #C3C3C3;
	color: #055a5c;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	cursor: pointer;
	padding: 1.7rem 0 ;
	text-align: center;
	width: 100%;
	outline: none;
	transition: 0.4s;
	outline:0;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	transition: .3s ease;
}

.team .accordion span {
	display: inline-block;
}

.team .accordion span:after {
	content: url(/wp-content/themes/imotipremier/images/upload/down-chevron_3.svg);
	position: relative;
	top: -0.3rem;
	margin-left: 1.4rem;
}

.team .accordion span.desc {
	display: block;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
}

.team .accordion span.desc:after {
	display: none;
}

.team button,
  	.team button:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.team button.accordion.open {
	color: #055a5c;
}

.team button.accordion.open .panel {
	display: block;
}

.team button.accordion.open span:after {
	content: url(/wp-content/themes/imotipremier/images/upload/down-chevron_2.svg);
}

.team .open,
    .team .accordion:hover {
	background: #fff;
	color: #055a5c;
	outline:0;
	-webkit-tap-highlight-color: transparent;
}

.team .panel {
	padding: 1.5rem;
	background: #F9F9F9;
}

@media (min-width: 768px) {

	.team .panel {
		padding: 2.9rem 9.6rem 3.2rem;
	}
}

@media (min-width: 1024px) {

	.team .panel {
		padding: 2rem;
	}
}

@media (min-width: 1300px) {

	.team .panel {
		padding: 2.9rem 9.6rem 3.2rem;
	}
}

.team__row + .team__row {
	margin-top: 3.9rem;
}

.team__row .block {
	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;
	margin: 0 -3.9rem;
}

@media (min-width: 768px) {

	.team__row .block {
		-ms-flex-pack: inherit;
		    justify-content: inherit;
		max-width: 50.5rem;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {

	.team__row .block {
		max-width: 100%;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 1300px) {

	.team__row .block {
		margin: 0 0rem;
	}
}

.team__row .block .item {
	width: 100%;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	padding: 0 3.9rem;
	position: relative;
}

@media (min-width: 768px) {

	.team__row .block .item {
		padding: 0;
	}
}

.team__row .block .item + .item {
	margin-top: 4.6rem;
}

@media (min-width: 500px) {

	.team__row .block .item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 1024px) {

	.team__row .block .item {
		width: 50%;
		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
		padding: 0 1rem;
	}

	.team__row .block .item:nth-child(2) {
		margin-top: 0 !important;
	}
}

@media (min-width: 1200px) {

	.team__row .block .item {
		width: 50%;
		-ms-flex: 0 0 42%;
		    flex: 0 0 42%;
		padding: 0 0rem;
	}
}

.team__row .block .item .no-img {
	height: 18.8rem;
	width: 100%;
	padding: 3.5rem 1.5rem;
}

.team__row .block .team-image {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}

@media (min-width: 500px) {

	.team__row .block .team-image {
		width: 60%;
	}
}

@media (min-width: 768px) {

	.team__row .block .team-image {
		width: 40%;
	}
}

@media (min-width: 1200px) {

	.team__row .block .team-image {
		width: 20.4rem;
		text-align: inherit;
	}
}

.team__row .block .team-image .color-position {
	width: 16.1rem;
	height: 3.1rem;
	background: #055a5c;
	color: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
	padding: 0.5rem 2.2rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-align: center;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	border-radius: 0.7rem 0.7rem 0 0;
}

@media (min-width: 768px) {

	.team__row .block .team-image .color-position {
		position: absolute;
		top: 50%;
		left: -32%;
		transform: translateY(-50%) rotate(-90deg);
	}
}

@media (min-width: 1024px) {

	.team__row .block .team-image .color-position {
		position: relative;
		transform: none;
		top: -0.5rem;
		left: 0;
	}
}

@media (min-width: 1200px) {

	.team__row .block .team-image .color-position {
		position: absolute;
		top: 50%;
		left: -32%;
		transform: translateY(-50%) rotate(-90deg);
	}
}

.team__row .block .team-image img {
	border-radius: 0.7rem 0.7rem 0 0;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
	width: 80%;
}

@media (min-width: 500px) {

	.team__row .block .team-image img {
		width: 100%;
		border-radius: 0.7rem;
	}
}

@media (min-width: 768px) {

	.team__row .block .team-image img {
		max-width: 17.2rem;
		margin-left: 3.1rem;
	}
}

@media (min-width: 1024px) {

	.team__row .block .team-image img {
		margin-left: 0;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {

	.team__row .block .team-image img {
		max-width: 17.2rem;
		margin-left: 3.1rem;
	}
}

.team__row .block .team-info {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
	border-radius: 0.7rem;
	padding: 1.2rem;
	position: relative;
	width: 100%;
}

@media (min-width: 500px) {

	.team__row .block .team-info {
		border-radius: 0 0.7rem 0.7rem 0;
		margin-top: 5%;
	}
}

@media (min-width: 768px) {

	.team__row .block .team-info {
		width: 30.3rem;
		height: 16.1rem;
		padding: 1.2rem 1.4rem 1.4rem 2.1rem;
		margin-top: 0;
	}
}

@media (min-width: 1024px) {

	.team__row .block .team-info {
		margin-top: 5%;
	}
}

@media (min-width: 1200px) {

	.team__row .block .team-info {
		margin-top: 0;
	}
}

.team__row .block .team-info h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #055a5c;
	margin-bottom: 0;
}

.team__row .block .team-info h3 span {
	font-weight: 400;
	font-family: 'Open Sans';
	font-size: 1.4rem;
	line-height: 2rem;
	color: #E6E6E6;
	display: block;
}

.team__row .block .team-info .details {
	margin: 1.3rem 0;
}

@media (min-width: 768px) {

	.team__row .block .team-info .details {
		border-left: 0.1rem solid #612672;
		padding-left: 0.8rem;
	}
}

.team__row .block .team-info .details a {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	position: relative;
	left: 3rem;
	display: block;
}

.team__row .block .team-info .details a .info-icon {
	fill: #055a5c;
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	left: -3rem;
}

.team__row .block .team-info .details a + a {
	margin-top: 0.7rem;
}

.team__row .block .team-info .view-all {
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-decoration: underline;
	color: #055a5c;
}

.team__row .block .team-info .watermark {
	position: absolute;
	top: 1.2rem;
	right: 1.4rem;
	display: none;
}

@media (min-width: 450px) {

	.team__row .block .team-info .watermark {
		display: block;
	}
}

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

.home-search {
	padding: 0;


 }

.home-search .advanced-search-section {
	display: -ms-flexbox;
	display: flex;/*align-items: flex-start;*/
}

.home-search.hide-form {
	display: none;
}

.home-search .left {
	width: 0;
	position: relative;
}

@media (min-width: 900px) {

	.home-search .left {
		width: 50%;
	}
}

@media (min-width: 1715px) {

	.home-search .left {
		width: 64%;
	}
}

.home-search .left .view {
	position: absolute;
	bottom: 2rem;
	left: 0;
}

.home-search .left #properties_map  {
	height: 155rem;
}

@media (min-width: 1024px) {

	.home-search .left #properties_map {
		height: 143rem;
	}
}

@media (min-width: 1200px) {

	.home-search .left #properties_map {
		height: 103rem;
	}
}

@media (min-width: 1330px) {

	.home-search .left #properties_map {
		height: 97.8rem;
	}
}

.home-search .blocks {
	margin-bottom: 3rem;
}

.home-search .right {
	width: 100%;/*background: $c5;
		box-shadow: 0 0.2rem 0.2rem rgba($c14, 0.5);*/
	padding: 1.1rem 2rem 2rem;
}

@media (min-width: 900px) {

	.home-search .right {
		width: 50%;
		padding: 1.1rem 2.4rem 2rem;
	}
}

@media (min-width: 1715px) {

	.home-search .right {
		width: 36%;
	}
}

.home-search .right h1 {
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 4.4rem;
	text-align: center;
	color: #055a5c;
	text-shadow: 0 0.1rem 0.1rem rgba(84,84,84, 0.5);
	margin-bottom: 1.5rem;
}

.home-search .right .info {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #E6E6E6;
	margin-top: 2.7rem;
}

.home-search .right .block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.home-search .right .l:not(.bottom .l),
		.home-search .right .r:not(.bottom .l) {
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.home-search .right .l:not(.bottom .l),
		.home-search .right .r:not(.bottom .l) {
		width: calc(50% - 2.5rem);
		margin-bottom: 3rem;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1899px) {

		.home-search .right .l:not(.bottom .l),
		.home-search .right .r:not(.bottom .l) {
			width: 100%;
			margin-bottom: 1rem;
		}
	}
}

.home-search .right .property-dropdowns {
	position: relative;
}

.home-search .right .property-dropdowns:last-child {
	margin-bottom: 0;
}

.home-search .right .property-dropdowns .t {
	text-align: right;
}

.home-search .right .property-dropdowns .t button {
	border: 0;
	background: transparent;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	cursor: pointer;
	transition: .3s ease;
}

.home-search .right .property-dropdowns .t button img {
	width: 1.1rem;
	height: 1.1rem;
	margin-left: 1.1rem;
}

.home-search .right .property-dropdowns .t button:hover {
	color: #7da10c;
}

.home-search .right .property-dropdowns .b button {
	width: 100%;
	background: #055a5c;
	border-radius: 0.7rem;
	padding: 0.9rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.9rem;
	text-transform: uppercase;
	border: 0;
	color: #fff;
	margin-top: 0.4rem;
	cursor: pointer;
	transition: .3s ease;
}

.home-search .right .property-dropdowns .b button:hover {
	background: #7da10c;
}

@media (min-width: 768px) {

	.home-search .right .property-dropdowns.some {
		margin-top: 3rem;
	}
}

.home-search .right .property-dropdowns.some .dropdown-header {
	border: 0;
	padding: 0.7rem 1.8rem 0.9rem 0;
}

.home-search .right .property-dropdowns.some .dropdown-header p {
	color: #055a5c;
	position: relative;
}

.home-search .right .property-dropdowns.some .dropdown-header:after {
	content: none;
}

.home-search .right .property-dropdowns.some [type="checkbox"]:not(:checked) + label,
				.home-search .right .property-dropdowns.some [type="checkbox"]:checked + label {
	position: relative;
	left: 2.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.6rem;
	line-height: 3rem;
	padding-left: 2rem;
}

.home-search .right .property-dropdowns.some [type="checkbox"]:not(:checked) + label:before,
				.home-search .right .property-dropdowns.some [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: -2.5rem;
	top: 0;
	background: transparent;
	width: 3rem;
	height: 3rem;
	border: 0.1rem solid #A2A2A2;
	border-radius: 0.7rem;
	padding: 0.3rem 0 0;
}

.home-search .right .property-dropdowns.some [type="checkbox"]:not(:checked) + label:after,
				.home-search .right .property-dropdowns.some [type="checkbox"]:checked + label:after {
	content: url(/wp-content/uploads/2022/02/check3.svg);
	position: absolute;
	top: -0.3rem;
	left: -1.5rem;
	transform: scale(1.5);
	transition: all .2s;
}

.home-search .right .property-dropdowns input[type="number"] {
	background: #fff;
	border: 0.1rem solid #979797;
	border-radius: 0.7rem;
	padding: 0.7rem 0 0.9rem 1.8rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
}

.home-search .right .property-dropdowns input[type="number"]:-ms-input-placeholder {
	color: #A2A2A2;
}

.home-search .right .property-dropdowns input[type="number"]::placeholder {
	color: #A2A2A2;
}

.home-search .right .property-dropdowns .offer-search input {
	background: #fff;
	border: 0.1rem solid #979797;
	border-radius: 0.7rem;
	padding: 0.7rem 3rem 0.9rem 1.8rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	width: 100%;
	color: #A2A2A2;
}

.home-search .right .property-dropdowns .offer-search input:-ms-input-placeholder {
	color: #A2A2A2;
}

.home-search .right .property-dropdowns .offer-search input::placeholder {
	color: #A2A2A2;
}

.home-search .right .property-dropdowns .offer-search input:focus {
	border: 0.1rem solid #7da10c;
}

.home-search .right .property-dropdowns .is-droped {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

.home-search .right .property-dropdowns .is-droped p {
	margin-bottom: 0.8rem;
}

.home-search .right .property-dropdowns .is-droped a svg {
	width: 1.9rem;
	height: 1.9rem;
	color: #055a5c;
	margin-left: 0.6rem;
	vertical-align: bottom;
}

@media (min-width: 1024px) {

	@media (max-width: 1210px) {

		.home-search .right .property-dropdowns .is-droped a {
			font-size: 1.2rem;
		}
	}
}

.home-search .right .property-dropdowns .is-droped svg {
	width: 2rem;
	height: 1.9rem;
	color: #055a5c;
	margin-left: 1.3rem;
	vertical-align: bottom;
}

.home-search .right .property-dropdowns .bottom--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.home-search .right .property-dropdowns .bottom--flex .l,
					.home-search .right .property-dropdowns .bottom--flex .r {
	width: 48%;
	margin-bottom: 0;
}

.home-search .right .property-dropdowns .dropdown-header {
	background: #fff;
	border: 0.1rem solid #979797;
	border-radius: 0.7rem;
	padding: 0.7rem 3rem 0.9rem 1.8rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.home-search .right .property-dropdowns .dropdown-header:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	width: 3rem;
	height: 2.9rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-65%);
}

.home-search .right .property-dropdowns .dropdown-header--is-droped:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

.home-search .right .property-dropdowns .dropdown-header p {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
}

.home-search .right .property-dropdowns .dropdown-hidden {
	border: 0;
	padding: 0.3rem 3rem 2rem;
	box-shadow: 0 0.2rem 0.4rem #A2A2A2;
	border-radius: 0 0 1rem 1rem;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	background: #fff;
	z-index: 20;
	left: 0;
	right: 0;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	margin: 0 auto;
}

.home-search .right .property-dropdowns .dropdown-header--is-droped + .dropdown-hidden {
	visibility: visible;
	opacity: 1;
}

.home-search .right .property-dropdowns ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
	column-gap: 5rem;
	margin-bottom: 0;
}

.home-search .right .property-dropdowns ul li {
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	width: 100%;
	list-style-type: none;
	margin-bottom: 1px;
	display: inline-block;
	min-width: 18rem;
	color: #A2A2A2;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.home-search .right .property-dropdowns ul li::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.home-search .right .property-dropdowns .custom-checkbox + label {
	color: #055a5c;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.home-search .right .property-dropdowns [type="checkbox"]:not(:checked),
	        .home-search .right .property-dropdowns [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.home-search .right .property-dropdowns [type="checkbox"]:not(:checked) + label,
		    .home-search .right .property-dropdowns [type="checkbox"]:checked + label {
	position: relative;
	left: 2.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.home-search .right .property-dropdowns [type="checkbox"]:not(:checked) + label {
	color: #A2A2A2;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.home-search .right .property-dropdowns [type="checkbox"]:not(:checked) + label:before,
		    .home-search .right .property-dropdowns [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: -2.5rem;
	top: 0.3rem;
	width: 1.8rem;
	height: 1.8rem;
	border: 0.2rem solid #055a5c;
	background: transparent;
}

.home-search .right .property-dropdowns [type="checkbox"]:checked + label:before {
	border: 0.2rem solid #055a5c;
	background: #fff;
}

.home-search .right .property-dropdowns [type="checkbox"]:not(:checked) + label:after,
		    .home-search .right .property-dropdowns [type="checkbox"]:checked + label:after {
	content: url(/wp-content/uploads/2022/02/check3.svg);
	position: absolute;
	top: -0.2rem;
	left: -2.1rem;
	transition: all .2s;
}

.home-search .right .property-dropdowns [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.home-search .right .property-dropdowns [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.home-search .right .property-dropdowns .custom-radio {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.home-search .right .property-dropdowns .custom-radio + label {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	cursor: pointer;
	padding-left: 2.6rem;
	display: block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-weight: 600;
}

.home-search .right .property-dropdowns .custom-radio + label span {
	float: left;
	display: inline-block;
	margin: 0.3rem 0 0 -2.6rem;
	height: 1.8rem;
	width: 1.8rem;
	vertical-align: middle;
	border: 0.2rem solid #055a5c;
	border-radius: 50%;
	position: relative;
}

.home-search .right .property-dropdowns .custom-radio:checked + label {
	color: #055a5c;
}

.home-search .right .property-dropdowns .custom-radio:checked + label span:before {
	content: '';
	background: #055a5c;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-search .right .price-and-size,
		.home-search .right .floor {
	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: 1.6rem;
}

.home-search .right .price-and-size > div, .home-search .right .floor > div {
	width: 100%;
	margin-bottom: 1.6rem;
}

.home-search .right .price-and-size > div:last-child, .home-search .right .floor > div:last-child {
	margin-bottom: 0;
}

@media (min-width: 580px) {

	.home-search .right .price-and-size > div, .home-search .right .floor > div {
		width: 48%;
		margin-bottom: 0;
	}
}

@media (min-width: 900px) {

	.home-search .right .price-and-size > div, .home-search .right .floor > div {
		width: 100%;
		margin-bottom: 1.6rem;
	}
}

@media (min-width: 1200px) {

	.home-search .right .price-and-size > div, .home-search .right .floor > div {
		width: 48%;
		margin-bottom: 0;
	}
}

.home-search .right .price-and-size .top, .home-search .right .floor .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;
	margin-bottom: 0.9rem;
}

.home-search .right .price-and-size .top span, .home-search .right .floor .top span {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.home-search .right .price-and-size .bottom, .home-search .right .floor .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;
}

.home-search .right .price-and-size .bottom > div, .home-search .right .floor .bottom > div {
	width: 48%;
}

.home-search .right .price-and-size .bottom input, .home-search .right .floor .bottom input {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
	border-radius: 0.3rem;
	border: 0.1rem solid transparent;
	padding: 0 0 0 2rem;
	width: 100%;
	font-size: 1.6rem;
	line-height: 3.5rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.home-search .right .price-and-size .bottom input:-ms-input-placeholder, .home-search .right .floor .bottom input:-ms-input-placeholder {
	color: #055a5c;
}

.home-search .right .price-and-size .bottom input::placeholder, .home-search .right .floor .bottom input::placeholder {
	color: #055a5c;
}

.home-search .right .price-and-size .bottom input:focus, .home-search .right .floor .bottom input:focus {
	color: #055a5c;
	border: 0.1rem solid #055a5c;
}

.home-search .right .price-and-size p, .home-search .right .floor p {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
	width: 9rem;
	height: 3.1rem;
	padding: 0.5rem 3.5rem 0.4rem 1.5rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.2rem;
	border-radius: 0.3rem;
	overflow: hidden;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.home-search .right .price-and-size p:after, .home-search .right .floor p:after {
	content: '';
	width: 9rem;
	height: 3.1rem;
	transform: skew(30deg);
	background: #612672;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -0.8rem;
	border-radius: 0.3rem;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
}

.home-search .right .floor .right {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.home-search .right .floor .right .result {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	padding: 0;
	width: auto;
	height: auto;
}

.home-search .right .floor .right .result:after {
	display: none;
}

.home-search .right .floor .right .clear-search {
	background: transparent;
	border: 0;
	width: auto;
	color: #055a5c;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

.home-search .right .floor .right .clear-search img {
	padding-left: 1rem;
}

.home-search .right .floor .right .bottom .submit-search {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	border: 0.1rem solid transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
	background: #7da10c;
	border-radius: 0.3rem;
	padding: 0.7rem 0.7rem 0.6rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #055a5c;
	cursor: pointer;
	transition: .3s ease;
	user-select: none;
	position: relative;
	top: 0.6rem;
}

.home-search .right .floor .right .bottom .submit-search:hover {
	background: transparent;
	border: 0.1rem solid #055a5c;
}

.autocomplete-suggestions {
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}

/* Old */

.burgerq {
	position: absolute;
	top: 0;
	right: 0;
	background: #612672;
	width: 5rem;
	height: 100%;
	background: #612672;
	display: block;
	cursor: pointer;
	
	display: none;
}

.burgerq span {
	display: block;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: .25rem;
	width: 2.7rem;
	background: #fff;
	transition: .3s ease;
}

.burgerq span:before,
		.burgerq span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(-.75rem);
	background: #fff;
	transition: .3s ease;
}

.burgerq span:after {
	transform: translateY(.75rem);
}

.burgerq--open span {
	background: #612672;
}

.burgerq--open span:before {
	transform: rotate(45deg);
	height: .25rem;
}

.burgerq--open span:after {
	transform: rotate(-45deg);
	height: .25rem;
}

.burger,
.burger2 {
	position: relative;
	display: block;
	cursor: pointer;
	/*transform: translateY(-5%);*/
	width: 2.4rem;
	height: 1.8rem;
	overflow: hidden;
	margin-right: 1.5rem;
}

@media (min-width: 900px) {

	.burger,
.burger2 {
		margin-right: 0.8rem;
	}
}

@media (min-width: 1200px) {

	.burger,
.burger2 {
		margin-right: 1.5rem;
	}
}

@media (min-width: 1650px) {

	.burger,
.burger2 {
		margin-right: 3.8rem;
	}
}

.burger span, .burger2 span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: .3rem;
	background: #fff;
	box-shadow: 0 .1rem .5rem rgba(0,0,0, .3);
	transition: .3s ease;
}

.burger span:nth-child(1),.burger2 span:nth-child(1){
	transform: translateY(calc(-50% - .7rem));
}

.burger span:nth-child(2),.burger2 span:nth-child(2){

}

.burger span:nth-child(3),.burger2 span:nth-child(3){
	transform: translateY(calc(-50% + .7rem));
}

.burger--open, .burger2--open {
	animation: burg_4 10s infinite 1.5s;
}

.burger--open span:nth-child(1),.burger2--open span:nth-child(1){
	animation: burg_1 1s forwards .2s;
}

.burger--open span:nth-child(2),.burger2--open span:nth-child(2){
	animation: burg_2 .3s forwards;
}

.burger--open span:nth-child(3),.burger2--open span:nth-child(3){
	animation: burg_3 1s forwards .2s;
}

.burger2 span {
	background: #9CAC09 !important;
	box-shadow: none;
}

@keyframes burg_1 {
  0% {transform: translateY(calc(-50% - .8rem));}
  50% {transform: translateY(-50%);}
  100% {transform: translateY(-50%) rotate(45deg);}
}

@keyframes burg_2 {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}

@keyframes burg_3 {
  0% {transform: translateY(calc(-50% + .8rem));}
  50% {transform: translateY(-50%);}
  100% {transform: translateY(-50%) rotate(-45deg);}
}

@keyframes burg_4 {
  0% {transform: rotate(0);}
  20% {transform: rotate(100deg);}
  25% {transform: rotate(80deg);}
  28% {transform: rotate(85deg);}
  100% {transform: rotate(90deg);}
}

/* Alexander */

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

.body--open {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
}

.h { 
    position: fixed;
    top: 0;
    z-index: 90;
    width: 100vw;
    background: #055a5c;
    box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
    height: 5.5rem;
    transition: .3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
 }

.h .hold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: .2rem 2rem;
	position: relative;
	width: 100%;
}

/*@mixin min 900 {
            padding: 0.9rem 2rem 1rem;
        }*/

@media (min-width: 932px) {

	.h .hold {
		padding: 0.9rem 2rem 1rem;
	}
}

@media (min-width: 1650px) {

	.h .hold {
		padding: 0.9rem 2.3rem 1rem 9rem;
	}
}

.h .logo {
	max-width: 9.9rem;
	display: block;
	width: 60rem;
}

@media (min-width: 930px) {

	.h .logo {
		width: auto;
	}
}

@media (min-width: 1024px) {

	.h .logo {
		max-width: 11.5rem;
	}
}

.h .logo img {
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
}

.h .icons {
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	transition: .3s ease;
}

.h .icons .search-btn {
	cursor: pointer;
	transition: .3s ease;
	height: 1.8rem;
	margin-right: 1.5rem;
}

@media (min-width: 900px) {

	.h .icons .search-btn {
		margin-right: 0.8rem;
	}
}

.h .icons .search-btn svg {
	fill: #fff;
	filter: drop-shadow( 0 0.1rem 0.2rem rgba(0, 0, 0, .5));
	width: 2rem;
	height: 1.8rem;
	font-size: 2rem;
}

.h .icons .search-btn:hover svg {
	fill: #7da10c;
}

@media (min-width: 930px) {

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

.h .icons a {
	color: #fff;
	transition: .3s ease;
	margin-right: 1.5rem;
	height: 1.8rem;
}

@media (min-width: 900px) {

	.h .icons a {
		margin-right: 0.8rem;
	}
}

@media (min-width: 1200px) {

	.h .icons a {
		margin-right: 1.5rem;
	}
}

@media (min-width: 1650px) {

	.h .icons a {
		margin-right: 3.8rem;
	}
}

.h .icons a svg {
	filter: drop-shadow( 0 .1rem .2rem rgba(0, 0, 0, .5));
	width: 2rem;
	height: 1.8rem;
	font-size: 2rem;
}

.h .icons a span {
	display: none;
}

.h .icons a.favs {
	position: relative;
	margin-right: 1.5rem;
}

@media (min-width: 1650px) {

	.h .icons a.favs {
		margin-right: 3.8rem;
	}
}

.h .icons a.favs strong {
	position: absolute;
	top: -.9rem;
	right: -.9rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #055a5c;
	padding: .5rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	border-radius: 50%;
	border: .1rem solid #fff;
}

.h .icons a.favs strong span {
	display: block;
	font-size: 1.1rem;
	font-weight: 300;
}

.h .icons a:hover svg {
	color: #7da10c;
}

.h .icons i {
	transition: .3s ease;
}

.h .icons span {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.4rem;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

.h .m  {
	width: 100%;
	padding: 0 1.5rem;
	text-align: right;
}

@media (min-width: 430px) {

	.h .m {
		padding: 0 2rem;
	}
}

@media (min-width: 930px) {

	.h .m {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
		padding: 0;
		text-align: center;
	}
}

.h .m .nav {
	position: absolute;
	transform: translateY(-350%);
	transition: .3s ease;
}

@media (min-width: 930px) {

	.h .m .nav {
		position: relative;
		transform: translateY(0);
		padding: 0 1rem;
	}
}

@media (min-width: 1650px) {

	.h .m .nav {
		padding: 0;
	}
}

.h .m .nav ul {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.h .m .nav ul li {
	margin-right: 0.5rem;
}

@media (min-width: 1300px) {

	.h .m .nav ul li {
		margin-right: 2rem;
	}
}

.h .m .nav ul a {
	color: #fff;
	border: 0.1rem solid transparent;
	border-radius: 0.7rem;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1rem;
	padding: 0.85rem 0.5rem;
	text-transform: uppercase;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1040px) {

	.h .m .nav ul a {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
}

@media (min-width: 1200px) {

	.h .m .nav ul a {
		font-size: 1.5rem;
		line-height: 1.5rem;
		padding: 0.9rem 0.5rem;
	}
}

@media (min-width: 1450px) {

	.h .m .nav ul a {
		padding: 0.9rem 1.3rem;
	}
}

.h .m .nav ul a svg {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
}

@media (min-width: 1200px) {

	.h .m .nav ul a svg {
		margin-right: 1rem;
	}
}

.h .m .nav ul a:hover {
	border: 0.1rem solid #fff;
}

.h .m .search-for-code {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -150%);
}

@media (min-width: 930px) {

	.h .m .search-for-code {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
}

.h .m .search-for-code input[type="search"] {
	border: 0.1rem solid #fff;
	background: transparent;
	border-radius: 0.7rem;
	color: #fff;
	padding: 0.8rem 0.2rem 0.8rem 1.2rem;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	width: 12rem;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

@media (min-width: 630px) {

	.h .m .search-for-code input[type="search"] {
		width: 20.9rem;
	}
}

@media (min-width: 930px) {

	.h .m .search-for-code input[type="search"] {
		padding: 0.9rem 0.2rem 0.9rem 1.2rem;
		width: 12rem;
	}
}

@media (min-width: 1200px) {

	.h .m .search-for-code input[type="search"] {
		width: 14.9rem;
		font-size: 1.5rem;
		line-height: 1.5rem;
		padding: 0.8rem 0.2rem 0.8rem 1.2rem;
	}
}

@media (min-width: 1450px) {

	.h .m .search-for-code input[type="search"] {
		width: 20.9rem;
	}
}

.h .m .search-for-code input[type="search"]:-ms-input-placeholder {
	color: rgba(255,255,255, 0.5);
}

.h .m .search-for-code input[type="search"]::placeholder {
	color: rgba(255,255,255, 0.5);
}

.h--bg {
	box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 30%);
}

.search-for-code-mob {
     position: absolute;
     top: 0;
     left: 50%;
     transform: translate(-50%, -100%);
     z-index: 90;
     display: block;
     opacity: 0;
     visibility: hidden;
     z-index: -1;
     transition: .3s ease;
     width: 100%;
     text-align: center;
 }

@media (min-width: 930px) {

	.search-for-code-mob {
		display: none;
	}
}

.search-for-code-mob--open {
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 90;
	opacity: 1;
	visibility: visible;
}

.search-for-code-mob input[type="search"] {
	border: 0.1rem solid #fff;
	background: #fff;
	border-radius: 0.7rem;
	color: #000;
	padding: 0.8rem 0.2rem 0.8rem 1.2rem;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: uppercase;
	width: 80%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.search-for-code-mob input[type="search"]:-ms-input-placeholder {
	color: #000;
}

.search-for-code-mob input[type="search"]::placeholder {
	color: #000;
}

.search-for-code-mob input[type="search"]:focus {
	color: #000;
}

.search-bg {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    height: 250rem;
    background: rgba(0,0,0,.7);
    transition: .3s ease;
    cursor: pointer;
    transform: translateY(-100%);
 }

.search-bg--open {
	transform: translateY(0);
}

/* New */

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

.f {
	padding-top: 1.8rem;
	background: #055a5c url(/wp-content/uploads/2022/02/city-bg-mobile.png) no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: 10%;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
}

@media (min-width: 768px) {

	.f {
		padding-top: 3.3rem;
		background: #055a5c url(/wp-content/uploads/2022/02/city-bg.png) no-repeat;
		background-size: contain;
		background-position-x: center;
		background-position-y: 3%;
		text-align: left;
	}
}

@media (min-width: 1400px) {

	.f {
		background-size: 140rem auto;
		padding-top: 5rem;
	}
}

@media (min-width: 768px) {

	.f img {
		max-width: 20.9rem;
	}
}

.f p,
	.f a {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9rem;
	color: #fff;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.f p,
	.f a {
		font-size: 1.2rem;
	}
}

@media (min-width: 1024px) {

	.f p,
	.f a {
		font-size: 1.4rem;
	}
}

.f h3 {
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.f h3.second {
	margin-top: 2.3rem;
}

.f ul {
	list-style-type: none;
}

.f ul li {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-weight: 400;
	transition: .3s ease;
}

.f ul li + li {
	margin-top: 1rem;
}

.f ul li:hover {
	transform: translateX(.5rem);
}

/*&:before {
					border-left: .6rem solid $c1;
				}*/

.f ul li:hover a {
	text-decoration: underline;
}

.f .t {
	margin-bottom: 2.6rem;
	text-align: center;
}

@media (min-width: 768px) {

	.f .t {
		margin-bottom: 3rem;
	}
}

.f .t .logo img {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.f .t .logo img {
		margin-bottom: 1.5rem;
	}
}

.f .t p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.036rem;
	max-width: 27rem;
	margin: 0 auto;
	opacity: 0.7;
}

.f .m {
	padding: 0 0 2.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: baseline;
	    align-items: baseline;
}

@media (min-width: 900px) {

	.f .m {
		padding: 0 0 4.5rem;
	}
}

.f .m .contacts,
		.f .m .about,
		.f .m .sale,
		.f .m .rent,
		.f .m .follow {
	width: 100%;
}

@media (min-width: 600px) {

	.f .m .contacts {
		width: 50%;
		-ms-flex-order: 4;
		    order: 4;
	}
}

@media (min-width: 900px) {

	.f .m .contacts {
		width: 22%;
		-ms-flex-order: 1;
		    order: 1;
	}
}

@media (min-width: 600px) {

	.f .m .about {
		width: 33%;
		-ms-flex-order: 1;
		    order: 1;
	}
}

@media (min-width: 900px) {

	.f .m .about {
		width: 17%;
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 600px) {

	.f .m .sale {
		width: 33%;
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 900px) {

	.f .m .sale {
		width: 18%;
		-ms-flex-order: 3;
		    order: 3;
	}
}

@media (min-width: 600px) {

	.f .m .rent {
		width: 33%;
		-ms-flex-order: 3;
		    order: 3;
	}
}

@media (min-width: 900px) {

	.f .m .rent {
		width: 18%;
		-ms-flex-order: 4;
		    order: 4;
	}
}

.f .m .follow {
	-ms-flex-order: 5;
	    order: 5;
}

@media (min-width: 600px) {

	.f .m .follow {
		width: 50%;
	}
}

@media (min-width: 900px) {

	.f .m .follow {
		width: 25%;
	}
}

@media (max-width: 767px) {

	.f .m div + div {
		margin-top: 0.9rem;
	}

	.f .m .follow {
		margin-top: 2.4rem;
	}

	.f .m .contacts {
		margin-bottom: 2.5rem;
	}
}

.f .m .links a {
	display: block;
	font-weight: 400;
}

.f .m .links a + a {
	margin-top: 1rem;
}

@media (max-width: 599px) {

	.f .m .links .menu-megamenu_about-container,
			.f .m .links .menu-megamenu_service-container,
			.f .m .links .menu-megamenu_useful-container {
		display: none;
	}
}

@media (max-width: 599px) {

	.f .m .links .open-menu {
		position: relative;
		cursor: pointer;
		margin-bottom: 0;
	}

	.f .m .links .open-menu span {
		display: block;
	}

	.f .m .links .open-menu.open .menu-megamenu_about-container,
						.f .m .links .open-menu.open .menu-megamenu_service-container,
						.f .m .links .open-menu.open .menu-megamenu_useful-container {
		display: block;
	}

	.f .m .links .open-menu.open svg {
		transform: translateY(-10%) rotate(180deg);
	}
}

@media (min-width: 599px) {

	.f .m .links span {
		display: none;
	}
}

.f .m .form_newsletter_1 p {
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	line-height: 2.7rem;
}

@media (min-width: 1200px) {

	.f .m .form_newsletter_1 p {
		margin-bottom: 1.4rem;
	}
}

.f .m .form_newsletter_1 input[type=submit]{
	-webkit-appearance: none;
}

.f .m .top {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.f .m .top {
		margin-bottom: 2rem;
	}
}

@media (min-width: 900px) {

	.f .m .top {
		margin-bottom: 1rem;
	}
}

.f .m .top span {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	margin-bottom: 1.7rem;
}

@media (min-width: 768px) {

	.f .m .top span {
		display: inline-block;
		margin-right: 1.2rem;
	}
}

@media (min-width: 900px) {

	.f .m .top span {
		display: block;
	}
}

@media (min-width: 1235px) {

	.f .m .top span {
		display: inline-block;
	}
}

.f .m .top a {
	width: 3rem;
	height: 3rem;/*border: 0.1rem solid $cw;*/
	background: #fff;
	border-radius: 50%;
	position: relative;
	padding: 0.4rem 1.5rem;
	font-size: 1.6rem;
	line-height: 1.9rem;
}

.f .m .top a + a {
	margin-left: 1rem;
}

.f .m .top a svg {
	fill: #055a5c;
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.f .m .top a:hover svg {
	fill: #7da10c;
}

.f .title_listing,
	.f .title_listing_2 {
	text-align: left;
	margin-bottom: 1.9rem;
}

@media (min-width: 900px) {

	.f .title_listing,
	.f .title_listing_2 {
		margin-bottom: 3.5rem;
	}

	.f .title_listing:last-child, .f .title_listing_2:last-child {
		margin-bottom: 5rem;
	}
}

.f .title_listing h3, .f .title_listing_2 h3 {
	font-size: 1.4rem;
	line-height: 1.9rem;
	position: relative;
	border-bottom: 0.1rem solid #fff;
	padding-bottom: 1rem;
}

.f .title_listing h3 span, .f .title_listing_2 h3 span {
	position: absolute;
	top: 0;
	right: 0;
}

.f .title_listing ul, .f .title_listing_2 ul {
	display: none;
}

@media (min-width: 450px) {

	.f .title_listing ul, .f .title_listing_2 ul {
		column-count: 2;
		column-gap: 5rem;
		margin-top: 3rem;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	.f .title_listing ul, .f .title_listing_2 ul {
		column-count: 3;
	}
}

@media (min-width: 900px) {

	.f .title_listing ul, .f .title_listing_2 ul {
		column-count: 4;
		column-gap: 3rem;
	}

	.f .title_listing ul li + li, .f .title_listing_2 ul li + li {
		margin-top: 1.2rem;
	}
}

@media (min-width: 1200px) {

	.f .title_listing ul, .f .title_listing_2 ul {
		column-count: 5;
		display: block;
		margin-top: 4rem;
	}
}

.f .title_listing .contacts_grid, .f .title_listing_2 .contacts_grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	column-count: inherit;
	column-gap: inherit;
	margin: 3rem 0 0;
}

.f .title_listing .contacts_grid::after, .f .title_listing_2 .contacts_grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 580px) {

	.f .title_listing .contacts_grid, .f .title_listing_2 .contacts_grid {
		margin: 3rem -2rem 0;
	}
}

.f .title_listing .contacts_grid div, .f .title_listing_2 .contacts_grid div {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 580px) {

	.f .title_listing .contacts_grid div, .f .title_listing_2 .contacts_grid div {
		float: left;
		padding: 0 2rem;
		width: 50%;
	}
}

@media (min-width: 900px) {

	.f .title_listing .contacts_grid div, .f .title_listing_2 .contacts_grid div {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {

	.f .title_listing .contacts_grid div, .f .title_listing_2 .contacts_grid div {
		width: 25%;
	}
}

@media (min-width: 1450px) {

	.f .title_listing .contacts_grid div, .f .title_listing_2 .contacts_grid div {
		width: 20%;
	}
}

.f .title_listing .contacts_grid div p + p, .f .title_listing_2 .contacts_grid div p + p {
	margin-top: 1rem;
}

.f .title_listing .contacts_grid div p a:hover, .f .title_listing_2 .contacts_grid div p a:hover {
	text-decoration: underline;
}

@media (min-width: 450px) {

	.f .open-list.s + .contacts_grid {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		column-count: inherit;
		column-gap: inherit;
		margin: 3rem -2rem 0;
	}

	.f .open-list.s + .contacts_grid::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}

	.f .open-list.s + .contacts_grid div {
		width: 50%;
		float: left;
		padding: 0 2rem;
	}

	@media (min-width: 768px) {

		.f .open-list.s + .contacts_grid div {
			width: 33.33%;
		}
	}

	@media (min-width: 900px) {

		.f .open-list.s + .contacts_grid div {
			width: 25%;
		}
	}

	@media (min-width: 1200px) {

		.f .open-list.s + .contacts_grid div {
			width: 20%;
		}
	}

	.f .open-list.s + .contacts_grid div p + p {
		margin-top: 1rem;
	}

	.f .open-list.s + .contacts_grid div p a:hover {
		text-decoration: underline;
	}
}

.f .b {
	position: relative;
	padding: 1rem 0;
	background: #06393a;
}

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

@media (min-width: 620px) {

	.f .b .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		padding: 0 2rem;
	}
}

.f .b p {
	position: relative;
	z-index: 5;
	text-align: center;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

@media (min-width: 620px) {

	.f .b p {
		text-align: left;
	}
}

.f .b p span {
	display: inline-block;
}

@media (min-width: 370px) {

	.f .b p {
		font-size: 1.4rem;
	}
}

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

@media (min-width: 620px) {

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

@media (min-width: 620px) {

	.f .b p:nth-child(2) {
		text-align: right;
	}
}

/* -------------------------- *\
    .form
\* -------------------------- */

.form_newsletter_1 .gform_wrapper, .form_carrier .gform_wrapper, .review-form .gform_wrapper, .aside-form .gform_wrapper, .form .gform_wrapper, .consultation-form .gform_wrapper, .newsletter_form .gform_wrapper {
	margin-bottom: 0;
	margin-top: 0;
}

.form_newsletter_1 .gform_wrapper .top_label .gfield_label,
		.form_newsletter_1 .gform_wrapper legend.gfield_label,
		.form_carrier .gform_wrapper .top_label .gfield_label,
		.form_carrier .gform_wrapper legend.gfield_label,
		.review-form .gform_wrapper .top_label .gfield_label,
		.review-form .gform_wrapper legend.gfield_label,
		.aside-form .gform_wrapper .top_label .gfield_label,
		.aside-form .gform_wrapper legend.gfield_label,
		.form .gform_wrapper .top_label .gfield_label,
		.form .gform_wrapper legend.gfield_label,
		.consultation-form .gform_wrapper .top_label .gfield_label,
		.consultation-form .gform_wrapper legend.gfield_label,
		.newsletter_form .gform_wrapper .top_label .gfield_label,
		.newsletter_form .gform_wrapper legend.gfield_label {
	display: none;
}

.form_newsletter_1 .gform_wrapper ul.gform_fields, .form_carrier .gform_wrapper ul.gform_fields, .review-form .gform_wrapper ul.gform_fields, .aside-form .gform_wrapper ul.gform_fields, .form .gform_wrapper ul.gform_fields, .consultation-form .gform_wrapper ul.gform_fields, .newsletter_form .gform_wrapper ul.gform_fields {
	list-style-type: none;
}

.form_newsletter_1 .gform_wrapper ul.gform_fields li.gfield, .form_carrier .gform_wrapper ul.gform_fields li.gfield, .review-form .gform_wrapper ul.gform_fields li.gfield, .aside-form .gform_wrapper ul.gform_fields li.gfield, .form .gform_wrapper ul.gform_fields li.gfield, .consultation-form .gform_wrapper ul.gform_fields li.gfield, .newsletter_form .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-right: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.form_newsletter_1 .gform_wrapper ul li, .form_carrier .gform_wrapper ul li, .review-form .gform_wrapper ul li, .aside-form .gform_wrapper ul li, .form .gform_wrapper ul li, .consultation-form .gform_wrapper ul li, .newsletter_form .gform_wrapper ul li {
	padding-left: 0;
}

.form_newsletter_1 .gform_wrapper ul li.gform_validation_container, .form_carrier .gform_wrapper ul li.gform_validation_container, .review-form .gform_wrapper ul li.gform_validation_container, .aside-form .gform_wrapper ul li.gform_validation_container, .form .gform_wrapper ul li.gform_validation_container, .consultation-form .gform_wrapper ul li.gform_validation_container, .newsletter_form .gform_wrapper ul li.gform_validation_container {
	display: none;
}

.form_newsletter_1 .gform_wrapper .top_label div.ginput_container, .form_carrier .gform_wrapper .top_label div.ginput_container, .review-form .gform_wrapper .top_label div.ginput_container, .aside-form .gform_wrapper .top_label div.ginput_container, .form .gform_wrapper .top_label div.ginput_container, .consultation-form .gform_wrapper .top_label div.ginput_container, .newsletter_form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.form_newsletter_1 .gform_wrapper .gfield_consent_label a, .form_carrier .gform_wrapper .gfield_consent_label a, .review-form .gform_wrapper .gfield_consent_label a, .aside-form .gform_wrapper .gfield_consent_label a, .form .gform_wrapper .gfield_consent_label a, .consultation-form .gform_wrapper .gfield_consent_label a, .newsletter_form .gform_wrapper .gfield_consent_label a {
	text-decoration: underline;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.form_newsletter_1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.aside-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.consultation-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.newsletter_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: 0.1rem solid #fff;
	border-radius: 0.7rem;
	padding: 0.8rem 1.5rem;
	color: #055a5c;
	font-size: 1.6rem;
	line-height: 2.9rem;
	text-align: center;
	width: 100%;
	font-family: "Open Sans", sans-serif;
}

.form_newsletter_1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .review-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, .aside-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, .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, .consultation-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, .newsletter_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: #055a5c;
}

.form_newsletter_1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .aside-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .consultation-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #055a5c;
}

.form_newsletter_1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .aside-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .consultation-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	background: #fff;
	border: 0.1rem solid #06393a;
}

@media (min-width: 768px) {

	.form_newsletter_1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.aside-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.consultation-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		font-size: 1.1rem;
	}
}

@media (min-width: 900px) {

	.form_newsletter_1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.aside-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.consultation-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		font-size: 1.6rem;
		text-align: left;
	}
}

.form_newsletter_1 .gform_wrapper [type="checkbox"]:not(:checked),
        .form_newsletter_1 .gform_wrapper [type="checkbox"]:checked,
        .form_carrier .gform_wrapper [type="checkbox"]:not(:checked),
        .form_carrier .gform_wrapper [type="checkbox"]:checked,
        .review-form .gform_wrapper [type="checkbox"]:not(:checked),
        .review-form .gform_wrapper [type="checkbox"]:checked,
        .aside-form .gform_wrapper [type="checkbox"]:not(:checked),
        .aside-form .gform_wrapper [type="checkbox"]:checked,
        .form .gform_wrapper [type="checkbox"]:not(:checked),
        .form .gform_wrapper [type="checkbox"]:checked,
        .consultation-form .gform_wrapper [type="checkbox"]:not(:checked),
        .consultation-form .gform_wrapper [type="checkbox"]:checked,
        .newsletter_form .gform_wrapper [type="checkbox"]:not(:checked),
        .newsletter_form .gform_wrapper [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.form_newsletter_1 .gform_wrapper [type="checkbox"]:not(:checked) + label,
	    .form_newsletter_1 .gform_wrapper [type="checkbox"]:checked + label,
	    .form_carrier .gform_wrapper [type="checkbox"]:not(:checked) + label,
	    .form_carrier .gform_wrapper [type="checkbox"]:checked + label,
	    .review-form .gform_wrapper [type="checkbox"]:not(:checked) + label,
	    .review-form .gform_wrapper [type="checkbox"]:checked + label,
	    .aside-form .gform_wrapper [type="checkbox"]:not(:checked) + label,
	    .aside-form .gform_wrapper [type="checkbox"]:checked + label,
	    .form .gform_wrapper [type="checkbox"]:not(:checked) + label,
	    .form .gform_wrapper [type="checkbox"]:checked + label,
	    .consultation-form .gform_wrapper [type="checkbox"]:not(:checked) + label,
	    .consultation-form .gform_wrapper [type="checkbox"]:checked + label,
	    .newsletter_form .gform_wrapper [type="checkbox"]:not(:checked) + label,
	    .newsletter_form .gform_wrapper [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;
}

.form_newsletter_1 .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
	    .form_newsletter_1 .gform_wrapper [type="checkbox"]:checked + label:before,
	    .form_carrier .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
	    .form_carrier .gform_wrapper [type="checkbox"]:checked + label:before,
	    .review-form .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
	    .review-form .gform_wrapper [type="checkbox"]:checked + label:before,
	    .aside-form .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
	    .aside-form .gform_wrapper [type="checkbox"]:checked + label:before,
	    .form .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
	    .form .gform_wrapper [type="checkbox"]:checked + label:before,
	    .consultation-form .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
	    .consultation-form .gform_wrapper [type="checkbox"]:checked + label:before,
	    .newsletter_form .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
	    .newsletter_form .gform_wrapper [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;
}

.form_newsletter_1 .gform_wrapper [type="checkbox"]:checked + label:before, .form_carrier .gform_wrapper [type="checkbox"]:checked + label:before, .review-form .gform_wrapper [type="checkbox"]:checked + label:before, .aside-form .gform_wrapper [type="checkbox"]:checked + label:before, .form .gform_wrapper [type="checkbox"]:checked + label:before, .consultation-form .gform_wrapper [type="checkbox"]:checked + label:before, .newsletter_form .gform_wrapper [type="checkbox"]:checked + label:before {
	border: 0.1rem solid #612672;
	background: #612672;
}

.form_newsletter_1 .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
	    .form_newsletter_1 .gform_wrapper [type="checkbox"]:checked + label:after,
	    .form_carrier .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
	    .form_carrier .gform_wrapper [type="checkbox"]:checked + label:after,
	    .review-form .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
	    .review-form .gform_wrapper [type="checkbox"]:checked + label:after,
	    .aside-form .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
	    .aside-form .gform_wrapper [type="checkbox"]:checked + label:after,
	    .form .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
	    .form .gform_wrapper [type="checkbox"]:checked + label:after,
	    .consultation-form .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
	    .consultation-form .gform_wrapper [type="checkbox"]:checked + label:after,
	    .newsletter_form .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
	    .newsletter_form .gform_wrapper [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;
}

.form_newsletter_1 .gform_wrapper [type="checkbox"]:not(:checked) + label:after, .form_carrier .gform_wrapper [type="checkbox"]:not(:checked) + label:after, .review-form .gform_wrapper [type="checkbox"]:not(:checked) + label:after, .aside-form .gform_wrapper [type="checkbox"]:not(:checked) + label:after, .form .gform_wrapper [type="checkbox"]:not(:checked) + label:after, .consultation-form .gform_wrapper [type="checkbox"]:not(:checked) + label:after, .newsletter_form .gform_wrapper [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.form_newsletter_1 .gform_wrapper [type="checkbox"]:checked + label:after, .form_carrier .gform_wrapper [type="checkbox"]:checked + label:after, .review-form .gform_wrapper [type="checkbox"]:checked + label:after, .aside-form .gform_wrapper [type="checkbox"]:checked + label:after, .form .gform_wrapper [type="checkbox"]:checked + label:after, .consultation-form .gform_wrapper [type="checkbox"]:checked + label:after, .newsletter_form .gform_wrapper [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.form_newsletter_1 .gform_wrapper .gform_footer, .form_carrier .gform_wrapper .gform_footer, .review-form .gform_wrapper .gform_footer, .aside-form .gform_wrapper .gform_footer, .form .gform_wrapper .gform_footer, .consultation-form .gform_wrapper .gform_footer, .newsletter_form .gform_wrapper .gform_footer {
	margin: 1rem 0 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 1200px) {

	.form_newsletter_1 .gform_wrapper .gform_footer, .form_carrier .gform_wrapper .gform_footer, .review-form .gform_wrapper .gform_footer, .aside-form .gform_wrapper .gform_footer, .form .gform_wrapper .gform_footer, .consultation-form .gform_wrapper .gform_footer, .newsletter_form .gform_wrapper .gform_footer {
		text-align: left;
	}
}

.form_newsletter_1 .gform_wrapper .gform_footer input.button,
	    	.form_newsletter_1 .gform_wrapper .gform_footer input[type=submit],
	    	.form_newsletter_1 .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.form_newsletter_1 .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.form_carrier .gform_wrapper .gform_footer input.button,
	    	.form_carrier .gform_wrapper .gform_footer input[type=submit],
	    	.form_carrier .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.form_carrier .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.review-form .gform_wrapper .gform_footer input.button,
	    	.review-form .gform_wrapper .gform_footer input[type=submit],
	    	.review-form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.review-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.aside-form .gform_wrapper .gform_footer input.button,
	    	.aside-form .gform_wrapper .gform_footer input[type=submit],
	    	.aside-form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.aside-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.form .gform_wrapper .gform_footer input.button,
	    	.form .gform_wrapper .gform_footer input[type=submit],
	    	.form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.consultation-form .gform_wrapper .gform_footer input.button,
	    	.consultation-form .gform_wrapper .gform_footer input[type=submit],
	    	.consultation-form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.consultation-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.newsletter_form .gform_wrapper .gform_footer input.button,
	    	.newsletter_form .gform_wrapper .gform_footer input[type=submit],
	    	.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	background: #7da10c;
	margin: 0;
	border: 0.1rem solid #7da10c;
	border-radius: 2.4rem;
	padding: 0.7rem 1.1rem;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.9rem !important;
	cursor: pointer;
	transition: .3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.form_newsletter_1 .gform_wrapper .gform_footer input.button:hover, .form_newsletter_1 .gform_wrapper .gform_footer input[type=submit]:hover, .form_newsletter_1 .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form_newsletter_1 .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .form_carrier .gform_wrapper .gform_footer input.button:hover, .form_carrier .gform_wrapper .gform_footer input[type=submit]:hover, .form_carrier .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form_carrier .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .review-form .gform_wrapper .gform_footer input.button:hover, .review-form .gform_wrapper .gform_footer input[type=submit]:hover, .review-form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .review-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .aside-form .gform_wrapper .gform_footer input.button:hover, .aside-form .gform_wrapper .gform_footer input[type=submit]:hover, .aside-form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .aside-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .form .gform_wrapper .gform_footer input.button:hover, .form .gform_wrapper .gform_footer input[type=submit]:hover, .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .consultation-form .gform_wrapper .gform_footer input.button:hover, .consultation-form .gform_wrapper .gform_footer input[type=submit]:hover, .consultation-form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .consultation-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .newsletter_form .gform_wrapper .gform_footer input.button:hover, .newsletter_form .gform_wrapper .gform_footer input[type=submit]:hover, .newsletter_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .newsletter_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: rgba(125,161,12, .7);
	border: 0.1rem solid #7da10c;
	color: #fff;
}

@media (min-width: 1200px) {

	.form_newsletter_1 .gform_wrapper .gform_footer input.button,
	    	.form_newsletter_1 .gform_wrapper .gform_footer input[type=submit],
	    	.form_newsletter_1 .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.form_newsletter_1 .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.form_carrier .gform_wrapper .gform_footer input.button,
	    	.form_carrier .gform_wrapper .gform_footer input[type=submit],
	    	.form_carrier .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.form_carrier .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.review-form .gform_wrapper .gform_footer input.button,
	    	.review-form .gform_wrapper .gform_footer input[type=submit],
	    	.review-form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.review-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.aside-form .gform_wrapper .gform_footer input.button,
	    	.aside-form .gform_wrapper .gform_footer input[type=submit],
	    	.aside-form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.aside-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.form .gform_wrapper .gform_footer input.button,
	    	.form .gform_wrapper .gform_footer input[type=submit],
	    	.form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.consultation-form .gform_wrapper .gform_footer input.button,
	    	.consultation-form .gform_wrapper .gform_footer input[type=submit],
	    	.consultation-form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.consultation-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
	    	.newsletter_form .gform_wrapper .gform_footer input.button,
	    	.newsletter_form .gform_wrapper .gform_footer input[type=submit],
	    	.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
		width: 50%;
		padding: 0.4rem 1.5rem;
	}
}

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

@media (min-width: 641px) {

	.form_carrier .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0.8rem;
	}

	.form_carrier .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 0.8rem;
	}
}

.form_carrier .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),
		.form_carrier .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;
}

.form_carrier .gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 0.7rem;
}

.form_carrier .gform_wrapper input:focus {
	outline: none;
}

.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.form_carrier .gform_wrapper textarea.medium,
		.form_carrier .gform_wrapper .upload {
	color: #737373;
	padding: 1.1rem 2.7rem;
	border-radius: 0.7rem;
	border: 0.1rem solid #e5e5e5;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	font-family: "Open Sans", sans-serif;
}

.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .form_carrier .gform_wrapper textarea.medium:-ms-input-placeholder, .form_carrier .gform_wrapper .upload:-ms-input-placeholder {
	color: #737373;
}

.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form_carrier .gform_wrapper textarea.medium::placeholder, .form_carrier .gform_wrapper .upload::placeholder {
	color: #737373;
}

.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible, .form_carrier .gform_wrapper textarea.medium:focus-visible, .form_carrier .gform_wrapper .upload:focus-visible {
	outline: -webkit-focus-ring-color auto 0;
}

.form_carrier .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form_carrier .gform_wrapper textarea.medium:focus, .form_carrier .gform_wrapper .upload:focus {
	border: 0.1rem solid #7da10c;
	outline: none;
}

.form_carrier .gform_wrapper textarea.medium {
	height: 10.7rem;
}

.form_carrier .gform_wrapper .upload {
	position: relative;
	padding: 0 0 0 2.7rem;
	margin-top: -0.5rem !important;
}

.form_carrier .gform_wrapper .upload input {
	position: relative;
	height: 2.7rem;
	width: 100%;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	z-index: 5;
}

.form_carrier .gform_wrapper .upload input:before {
	content: url(/wp-content/uploads/2022/02/upload.svg);
	position: absolute;
	top: 0;
	height: 3.8rem;
	width: 100%;
	visibility: initial;
	cursor: pointer;
	z-index: -1;
}

.form_carrier .gform_wrapper .field_description_below .gfield_description {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #737373;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
	padding-top: 0;
	width: 70%;
}

@media (min-width: 410px) {

	.form_carrier .gform_wrapper .field_description_below .gfield_description {
		width: 100%;
		left: 20%;
	}
}

@media (min-width: 630px) {

	.form_carrier .gform_wrapper .field_description_below .gfield_description {
		left: 10%;
	}
}

.form_carrier .gform_wrapper .gform_footer input.button,
	    	.form_carrier .gform_wrapper .gform_footer input[type=submit],
	    	.form_carrier .gform_wrapper .gform_footer .gform_page_footer input.button,
	    	.form_carrier .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	background: #fff;
	margin: 0;
	border: 0.2rem solid #055a5c;
	border-radius: 0.7rem;
	padding: 1.5rem;
	text-align: center;
	color: #055a5c;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.1rem !important;
	letter-spacing: 0.036rem;
	cursor: pointer;
	text-transform: uppercase;
	transition: .3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.form_carrier .gform_wrapper .gform_footer input.button:hover, .form_carrier .gform_wrapper .gform_footer input[type=submit]:hover, .form_carrier .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form_carrier .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: #055a5c;
	border: 0.2rem solid #7da10c;
	color: #fff;
}

.aside-form .gform_confirmation_message {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
	color: #000;
	text-align: center;
}

.aside-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: 0.1rem solid #e5e5e5;
	text-align: center;
	border-radius: 0.7rem;
	padding: 1rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #737373;
}

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

.aside-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #737373;
}

.aside-form .gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 0.7rem;
}

.aside-form .gform_wrapper .gfield_consent_label {
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	color: #A2A2A2;
}

.aside-form .gform_wrapper .gfield_consent_label a {
	color: #A2A2A2;
}

.aside-form .gform_wrapper .gfield_consent_label a:hover{
	color: #055a5c;
}

.aside-form .gform_wrapper .gform_footer {
	margin: 0.7rem 0 0;
}

.aside-form .gform_wrapper .gform_footer input.button,
			.aside-form .gform_wrapper .gform_footer input[type=submit],
			.aside-form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.aside-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	border-radius: 0.7rem;
	border: 0.2rem solid #055a5c;
	background: #fff;
	color: #055a5c;
	padding: 0.25rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.1rem;
	letter-spacing: 0.036rem;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	transition: .3s ease;
}

.aside-form .gform_wrapper .gform_footer input.button:hover, .aside-form .gform_wrapper .gform_footer input[type=submit]:hover, .aside-form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .aside-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	border: 0.2rem solid #7da10c;
	color: #7da10c;
	background: #fff;
}

.form {
	position: relative;
}

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

.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.form .gform_wrapper textarea.large {
	border: 0.1rem solid #e5e5e5;
	border-radius: 0.7rem;
	padding: 1.2rem 1.8rem 1.3rem 1.8rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	text-align: left;
	max-height: 4.5rem;
}

.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, .form .gform_wrapper textarea.large:-ms-input-placeholder {
	color: #494949;
}

.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form .gform_wrapper textarea.large::placeholder {
	color: #494949;
}

.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form .gform_wrapper textarea.large:focus {
	color: #055a5c;
	border: 0.1rem solid #055a5c;
}

.form .gform_wrapper textarea.large {
	max-height: 8.2rem;
	margin-bottom: -0.5rem;
}

.form .gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 0.8rem;
}

.form .gform_wrapper li.description {
	padding-left: 1.4rem !important;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	height: 4.5rem;
}

.form .gform_wrapper li.description a {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
	margin-top: 0.5rem;
	display: block;
}

.form .gform_wrapper li.description a:hover {
	color: #7da10c;
}

@media (min-width: 500px) {

	.form .gform_wrapper .top_label li.gfield.gf_left_half, 
		.form .gform_wrapper .top_label li.gfield.gf_right_half {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.form .gform_wrapper .top_label li.gfield.gf_left_half:after, .form .gform_wrapper .top_label li.gfield.gf_right_half:after {
		content: '';
		display: table;
		clear: both;
	}
}

.form .gform_wrapper .ginput_container,
		.form .gform_wrapper .gform_footer {
	margin-top: 0!important;
}

.form .gform_wrapper .gform_footer input.button,
			.form .gform_wrapper .gform_footer input[type=submit],
			.form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	border: 0.2rem solid #055a5c;
	background: #055a5c;
	border-radius: 0.7rem;
	color: #fff;
	padding: 0.6rem 1.5rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.form .gform_wrapper .gform_footer input.button:hover, .form .gform_wrapper .gform_footer input[type=submit]:hover, .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: transparent;
	color: #055a5c;
	border: 0.2rem solid #055a5c;
}

.credit_and_evaluation .consultation-form .gform_confirmation_message {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 700;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
	color: #000;
	text-align: center;
}

.consultation-form .gform_confirmation_message {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 700;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
	color: #fff;
	text-align: center;
}

.consultation-form .gform_wrapper form {
	position: relative;
}

.consultation-form .gform_wrapper form .phone-field {
	width: 100%;
}

.consultation-form .gform_wrapper form .phone-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
	background: #fff;
	border: 0.1rem solid #979797;
	padding: 0.75rem 2.4rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	border-radius: 0;
	font-weight: 300;
	text-align: left;
}

.consultation-form .gform_wrapper form .phone-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: #A2A2A2;
}

.consultation-form .gform_wrapper form .phone-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #A2A2A2;
}

.consultation-form .gform_wrapper form .phone-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	border: 0.1rem solid #055a5c;
}

@media (min-width: 550px) {

	.consultation-form .gform_wrapper form .phone-field {
		width: calc(100% - 17.5rem);
	}
}

.consultation-form .gform_wrapper form .gform_footer {
	margin: 1rem 0 0;
	width: 100%;
}

.consultation-form .gform_wrapper form .gform_footer input.button,
				.consultation-form .gform_wrapper form .gform_footer input[type=submit],
				.consultation-form .gform_wrapper form .gform_footer .gform_page_footer input.button,
				.consultation-form .gform_wrapper form .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	border-radius: 0;
	background: #055a5c;
	border: 0.1rem solid #055a5c;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding: 0.4rem;
}

.consultation-form .gform_wrapper form .gform_footer input.button:hover, .consultation-form .gform_wrapper form .gform_footer input[type=submit]:hover, .consultation-form .gform_wrapper form .gform_footer .gform_page_footer input.button:hover, .consultation-form .gform_wrapper form .gform_footer .gform_page_footer input[type=submit]:hover {
	background: transparent;
	color: #055a5c;
	border: 0.1rem solid #055a5c;
}

@media (min-width: 550px) {

	.consultation-form .gform_wrapper form .gform_footer {
		width: 15.5rem;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.newsletter_form .gform_confirmation_message {
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 700;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
	color: #000;
	text-align: center;
}

.newsletter_form .gform_wrapper form {
	position: relative;
}

.newsletter_form .gform_wrapper form ul.gform_fields li.gfield {
	width: 100%;
}

.newsletter_form .gform_wrapper form ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
	background: #fff;
	border: 0.1rem solid transparent;
	border-radius: 0.7rem;
	padding: 0.8rem 1.8rem;
	font-size: 1.6rem;
	line-height: 2.9rem;
	font-weight: 300;
	text-align: left;
}

.newsletter_form .gform_wrapper form ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: #055a5c;
}

.newsletter_form .gform_wrapper form ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #055a5c;
}

.newsletter_form .gform_wrapper form ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	border: 0.1rem solid #055a5c;
}

@media (min-width: 550px) {

	.newsletter_form .gform_wrapper form ul.gform_fields li.gfield {
		width: calc(100% - 16.8rem);
	}
}

.newsletter_form .gform_wrapper form .gform_footer {
	margin: 1rem 0 0;
	width: 100%;
}

.newsletter_form .gform_wrapper form .gform_footer input.button,
				.newsletter_form .gform_wrapper form .gform_footer input[type=submit],
				.newsletter_form .gform_wrapper form .gform_footer .gform_page_footer input.button,
				.newsletter_form .gform_wrapper form .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	border-radius: 0.7rem;
	background: #fff;
	border: 0.1rem solid #7da10c;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding: 0.8rem;
	color: #055a5c;
}

.newsletter_form .gform_wrapper form .gform_footer input.button:hover, .newsletter_form .gform_wrapper form .gform_footer input[type=submit]:hover, .newsletter_form .gform_wrapper form .gform_footer .gform_page_footer input.button:hover, .newsletter_form .gform_wrapper form .gform_footer .gform_page_footer input[type=submit]:hover {
	background: #fff;
	color: #7da10c;
	border: 0.1rem solid #055a5c;
}

@media (min-width: 550px) {

	.newsletter_form .gform_wrapper form .gform_footer {
		width: 14.7rem;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}

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

.review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.review-form .gform_wrapper textarea.medium,
		.review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
		.review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
		.review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
		.review-form .gform_wrapper .name_br {
	background: #fff;
	border: 0.1rem solid #e5e5e5;
	border-radius: 0.7rem;
	padding: 0.7rem 2.2rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	text-align: left;
	font-weight: 400;
}

.review-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, .review-form .gform_wrapper textarea.medium:-ms-input-placeholder, .review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select:-ms-input-placeholder, .review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select:-ms-input-placeholder, .review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select:-ms-input-placeholder, .review-form .gform_wrapper .name_br:-ms-input-placeholder {
	color: #A2A2A2;
}

.review-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .review-form .gform_wrapper textarea.medium::placeholder, .review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select::placeholder, .review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select::placeholder, .review-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select::placeholder, .review-form .gform_wrapper .name_br::placeholder {
	color: #A2A2A2;
}

.review-form .gform_wrapper .name_br {
	color: #055a5c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.review-form .gform_wrapper .name_br:-ms-input-placeholder {
	color: #055a5c;
}

.review-form .gform_wrapper .name_br::placeholder {
	color: #055a5c;
}

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

.review-form .gform_wrapper form .gform_body {
	display: none;
}

.review-form .gform_wrapper form label.gfield_label,
			.review-form .gform_wrapper form legend.gfield_label {
	display: none;
}

.review-form .gform_wrapper form .left-form {
	width: 9.7rem;
	text-align: center;
	margin: 0 auto 2rem;
}

@media (min-width: 375px) {

	.review-form .gform_wrapper form .left-form {
		margin: 0;
	}
}

.review-form .gform_wrapper form .left-form .gfield_radio {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}

.review-form .gform_wrapper form .left-form .gfield_radio li {
	margin-bottom: 0;
	list-style-type: none;
}

.review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked),
					    .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label,
					    .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.4rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label:before,
					    .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/2022/02/star.svg);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label:after,
					    .review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked + label:after {
	content: url(/wp-content/uploads/2022/02/star-fill.svg);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s;
}

.review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.review-form .gform_wrapper form .left-form .gfield_radio li [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.review-form .gform_wrapper form .left-form .gfield_radio li.hover [type="radio"]:not(:checked) + label:before,
					    	.review-form .gform_wrapper form .left-form .gfield_radio li.hover [type="radio"]:checked + label:before,
					    	.review-form .gform_wrapper form .left-form .gfield_radio li.selected [type="radio"]:not(:checked) + label:before,
					    	.review-form .gform_wrapper form .left-form .gfield_radio li.selected [type="radio"]:checked + label:before {
	content: url(/wp-content/uploads/2022/02/star-fill.svg);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s;
}

.review-form .gform_wrapper form .left-form .full-star .gfield_radio [type="radio"]:not(:checked) + label:before,
						.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/2022/02/star-fill.svg);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.review-form .gform_wrapper form .left-form .remove-full-star .gfield_radio [type="radio"]:not(:checked) + label:before,
						.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/2022/02/star.svg);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.review-form .gform_wrapper form .middle-form {
	width: 100%;
}

@media (min-width: 375px) {

	.review-form .gform_wrapper form .middle-form {
		width: calc(100% - 12rem);
	}
}

@media (min-width: 1024px) {

	.review-form .gform_wrapper form .middle-form {
		width: 17.44%;
	}
}

.review-form .gform_wrapper form .middle-form .select-items div {
	width: 100%;
}

.review-form .gform_wrapper form .middle-form .select-items div:nth-of-type(14) {
	display: none;
}

.review-form .gform_wrapper form .right-form {
	width: 100%;
}

@media (min-width: 1024px) {

	.review-form .gform_wrapper form .right-form {
		width: 41.28%;
	}
}

.review-form .gform_wrapper form .r-form {
	width: 100%;
}

@media (min-width: 1024px) {

	.review-form .gform_wrapper form .r-form {
		width: 26.8%;
	}
}

.review-form .gform_wrapper form .r-form input {
	width: 100%;
	border-radius: 0.7rem;
	background: #fff;
	border: 0.1rem solid #055a5c;
	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: #055a5c;
	-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;
}

.review-form .gform_wrapper form .r-form input:hover {
	background: #055a5c;
	color: #fff;
	border: 0.1rem solid #055a5c;
}

@media (min-width: 1024px) {

	.review-form .gform_wrapper form .r-form input {
		max-width: 20rem;
	}
}

.review-form .gform_wrapper form .r-form p {
	color: #A2A2A2;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-top: 2rem;
	font-weight: 300;
	margin: .6rem 0 0;
}

.review-form .gform_wrapper select option {
	color: #055a5c;
}

.review-form .gform_wrapper select option:-ms-input-placeholder {
	color: #055a5c;
}

.review-form .gform_wrapper select option::placeholder {
	color: #055a5c;
}

.review-form .gform_wrapper select option:focus {
	border: 0.1rem solid #055a5c;
}

.review-form .gform_wrapper textarea.medium {
	height: 9.2rem;
}

.review-form .gform_wrapper textarea.medium:focus {
	border: 0.1rem solid #055a5c;
}

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

.review-form .gform_wrapper li.text-width {
	width: 100%;
}

.review-form .gform_wrapper li.upload {/*margin-left: -2rem !important;*/
	text-align: center;
	position: relative;
}

.review-form .gform_wrapper li.upload:before {
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	left: -1.7rem;
	width: 3rem;
	height: 2rem;
	z-index: 1;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

@media (min-width: 641px) {

	.review-form .gform_wrapper li.upload {/*margin-left: 0 !important;*/
	}
}

.review-form .gform_wrapper li.upload input[type=file] {
	width: 8.9rem !important;
	margin: 0 auto;
	position: relative;
	height: 5.9rem;
	overflow: hidden;
	text-align: center;
	text-align: right;
	cursor: pointer;
	transition: .3s ease;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: url('/wp-content/uploads/2022/02/add-image.svg') no-repeat;
	font-size: 0;
	line-height: 0;
	border: 0;
	background-color: transparent;
	overflow: hidden;
	margin-left: -3rem;
	background-position: 3rem;/*&:before {
					background-image: url('/wp-content/uploads/2022/02/add-image.svg') ;
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 5.9rem;
					height: 5.9rem;
					z-index: 1;
					appearance: none;
				}

				&:after {
					background: $cw;
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 5.9rem;
					height: 5.9rem;
					appearance: none;
				}*/
}

.review-form .gform_wrapper li.upload:hover input[type=file] {
	transform: scale(1.1);
}

@media (min-width: 641px) {

	.review-form .gform_wrapper li.upload {
		margin: 0;
	}
}

/*.top_label li.gfield.upload input[type=file],
		.ginput_container_fileupload,
		input[type=file] {
			width: 5.9rem !important;
			height: 5.9rem;
		}*/

@media (min-width: 641px) {

	.review-form .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 1rem;
	}
}

@media (min-width: 641px) {

	.review-form .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 1rem;
	}
}

.review-form .gform_wrapper .gform_footer {
	margin: 1rem 0 0;
	width: 100%;
	display: none;
}

.review-form .gform_wrapper .gform_footer input.button,
			.review-form .gform_wrapper .gform_footer input[type=submit],
			.review-form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.review-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	border-radius: 0.7rem;
	background: #fff;
	border: 0.1rem solid #055a5c;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding: 0.8rem;
	color: #055a5c;
}

.review-form .gform_wrapper .gform_footer input.button:hover, .review-form .gform_wrapper .gform_footer input[type=submit]:hover, .review-form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .review-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: #fff;
	color: #7da10c;
	border: 0.1rem solid #7da10c;
}

/* -------------------------- *\
    .headings
\* -------------------------- */

.t2 { 
	font-size: 2.1rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 0;
	color: #055a5c;
	text-transform: uppercase;
}

.t2 span {
	color: #7da10c;
}

@media (min-width: 768px) {

	.t2 {
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
}

.t3 {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	margin-bottom: 3.4rem;
	font-weight: 300;
}

@media (min-width: 768px) {

	.t3 {
		font-size: 1.6rem;
	}
}

/* -------------------------- *\
    .home_blog
\* -------------------------- */

.home_blog { 
	padding: 0 0 3.2rem;
	text-align: right;
}

.home_blog .t2,
	.home_blog .t3 {
	text-align: center;
}

.home_blog .shell {
	max-width: 121.9rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.home_blog .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 1225px) {

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

.home_blog .btn {
	text-align: right;
	display: inline-block;
	margin-top: 2.4rem;
	margin-right: 1.5rem;
}

@media (min-width: 768px) {

	.home_blog__slider::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
}

@media (max-width: 768px) {

	.home_blog__slider {
		overflow-x: scroll;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	.home_blog__slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.home_blog__slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.home_blog__slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

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

	.home_blog__slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.home_blog__slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.home_blog__slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.home_blog__slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.home_blog__slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}
}

@media (min-width: 768px) {

	.home_blog__slider .item {
		float: left;
	}
}

@media (max-width: 767px) {

	.home_blog__slider .item {
		max-width: 30rem;
		min-width: 30rem;
	}
}

@media (min-width: 768px) {

	.home_blog__slider .item:not(:nth-child(1)) {
		display: none;
	}
}

@media (min-width: 768px) {

	.home_blog__slider.slick-initialized .item:not(:nth-child(1)) {
		display: -ms-flexbox;
		display: flex;
	}
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 2rem;
    width: 3.1rem;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
    transition: .3s ease;
}

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

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

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

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

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

@media (min-width: 990px) {

	.slick-prev {
		left: -3.5rem;
	}

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

.slick-prev:before {
	content: url(/wp-content/uploads/2022/02/slide-prev.svg);
}

[dir="rtl"] .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/slide-prev.svg);
}

@media (min-width: 1090px) {

	.slick-prev {
		left: -8.5rem;
	}

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

@media (min-width: 990px) {

	.slick-next {
		right: -3.5rem;
	}

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

.slick-next:before {
	content: url(/wp-content/uploads/2022/02/slide-next.svg);
}

[dir="rtl"] .slick-next:before {
	content: url(/wp-content/uploads/2022/02/slide-next.svg);
}

@media (min-width: 1090px) {

	.slick-next {
		right: -8.5rem;
	}

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

/* Dots */

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin-top: 1rem;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 1rem;
	width: 1rem;
	margin: 0 0.5rem;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: #C3C3C3;
	display: block;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	outline: none;
	line-height: 0;
	font-size: 0;
	padding: 0.5rem;
	cursor: pointer;
}

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

.slick-dots li.slick-active button {
	background: #055a5c;
	opacity: 1;
}

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

.btn { 
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
	position: relative;
}

.btn:after {
	content: url(/wp-content/uploads/2022/02/back.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0.8rem;
	transition: .3s ease;
}

.btn:hover {
	color: #7da10c;
}

.btn:hover:after {
	top: 0;
	transform: translateY(0) translateX(1rem) rotate(180deg);
}

.btn--2 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
	border: 0.1rem solid #055a5c;
	border-radius: 0.7rem;
	padding: 0.95rem;
	display: inline-block;
}

.btn--2:after {
	content: none;
}

.btn--2:hover {
	color: #7da10c;
}

.btn--3:before {
	content: url(/wp-content/uploads/2022/02/back.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0.8rem;
	transition: .3s ease;
}

.btn--3:after {
	content: none;
}

.btn--4 {
	border: 0.1rem solid #fff;
	border-radius: 0.7rem;
	padding: 0.8rem 1rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #fff;
}

.btn--4:after {
	content: none;
}

.btn--5 {
	border: 0.1rem solid #055a5c;
	background: #fff;
	border-radius: 0.7rem;
	padding: 1rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
	color: #055a5c;
}

.btn--5:after {
	content: none;
}

.btn--5:hover {
	border: 0.1rem solid #fff;
	background: #055a5c;
	color: #fff;
}

.btn--6:after {
	content: url(/wp-content/uploads/2022/02/arrow-down.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-43%) rotate(-90deg);
	transition: .3s ease;
}

.btn--6:hover {
	color: #7da10c;
}

.btn--6:hover:after {
	top: 0;
	transform: translateY(0) translateX(1rem) rotate(-270deg);
}

.btn--white {
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
	max-width: 25.9rem;
	background: #fff;
	border: 0.1rem solid #055a5c;
	border-radius: 0.7rem;
	padding: 1.2rem;
}

@media (min-width: 768px) {

	.btn--white {
		padding: 1.2rem 3rem;
	}
}

.btn--white:after {
	content: none;
}

.btn--white:hover {
	background: transparent;
	color: #fff;
	border: 0.1rem solid #fff;
}

.btn--green {
	background: transparent;
	border: 0.2rem solid #7da10c;
	color: #fff;
	border-radius: 0.7rem;
	padding: 1.1rem;
	width: 21.8rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.btn--green:after {
	content: none;
}

.btn--green:hover {
	background: #fff;
	color: #055a5c;
}

/* -------------------------- *\
    .faq
\* -------------------------- */

.faq { 
	padding: 0 0 2.2rem;
	text-align: right;
}

.faq .t2,
	.faq .t3 {
	text-align: center;
}

.faq .shell {
	max-width: 121.9rem;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.faq .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 1225px) {

	.faq .shell {
		padding: 4.6rem 2rem 0;
	}
}

.faq .btn {
	text-align: right;
	display: inline-block;
	margin-top: 2.4rem;
	margin-right: 1.5rem;
}

.faq__grid {
	text-align: left;/*columns: 2;
		column-gap: 1rem;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.faq__grid .l,
		.faq__grid .r {
	width: 100%;
	margin-bottom: 1.3rem;
}

@media (min-width: 650px) {

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

.faq .item {
	border: 0.1rem solid #e5e5e5;
	border-radius: 0.7rem;
	box-shadow: 0 0.2rem 0.4rem #e5e5e5;
	margin-bottom: 1.3rem;
}

.faq .item:last-child {
	margin-bottom: 0;
}

.faq .item .accordion {
	background: #fff;
	cursor: pointer;
	border-radius: 0.7rem;
	padding: 1.4rem 5rem 1.4rem 2rem;
	border: 0;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	outline:0;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	transition: .3s ease;
}

.faq .item .accordion span {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
	display: inline-block;
}

.faq .item .accordion:after {
	content: url(/wp-content/uploads/2022/02/d.svg);
	position: absolute;
	width: 2.1rem;
	height: 2.1rem;
	background: rgba(125,161,12, 0.17);
	border-radius: 50%;
	padding-top: 0.3rem;
	text-align: center;
	right: 1.8rem;
	top: 50%;
	transform: translateY(-50%);
}

.faq .item .accordion.open .panel {
	display: block;
}

.faq .item .accordion.open:after {
	content: url(/wp-content/uploads/2022/02/close-small.svg);
}

.faq .item .accordion.open,
			.faq .item .accordion:hover {
	background: transparent;
	outline:0;
	-webkit-tap-highlight-color: transparent;
}

.faq .item button,
		.faq .item button:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.faq .item .panel {
	overflow: hidden;
	display: none;
	padding: 0.5rem 2rem 2rem;
	border: 0.2rem solid transparent;
}

.faq .item .panel p {
	margin-bottom: 1.5rem;
	color: #A2A2A2;
	font-size: 1.4rem;
	line-height: 2rem;
}

.faq .item .panel p:last-child {
	margin-bottom: 0;
}

.faq.faq_listing {
	text-align: left;
	padding: 2.4rem 0 0;
}

.faq.faq_listing .t2,
		.faq.faq_listing .t3 {
	text-align: left;
}

.faq.faq_listing .shell:before {
	content: none;
}

.faq.faq_listing .hold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.faq.faq_listing .hold .part {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.faq.faq_listing .hold .part {
		width: calc(50% - 3rem);
		margin-bottom: 6rem;
	}
}

.faq.faq_listing .hold .part .t {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	color: #7da10c;
	margin-bottom: 2rem;
}

.faq.faq_listing .hold .part .btns {
	text-align: right;
}

.faq.faq_listing .hold .part .btns .btn {
	margin-top: 0;
}

.faq.faq_column {
	padding: 2.4rem 0 5rem;
}

.faq.faq_column .faq-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.faq.faq_column .l,
		.faq.faq_column .r {
	width: 100%;
}

@media (min-width: 768px) {

	.faq.faq_column .l,
		.faq.faq_column .r {
		width: calc(50% - 3rem);
	}
}

.faq.faq_column .btn {
	padding-left: 3rem;
	margin-top: 3rem;
}

.faq.faq_column .btn:after {
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-180deg);
}

/* -------------------------- *\
    .review
\* -------------------------- */

.review_block { 
	padding: 0 0 3.2rem;
	text-align: right;
 }

.review_block .t2,
	.review_block .t3 {
	text-align: center;
}

@media (max-width: 900px) {

	.review_block .t2,
	.review_block .t3 {
		text-transform: none;
	}
}

.review_block .shell {
	max-width: 98.9rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.review_block .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 995px) {

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

.review_block .btn {
	text-align: right;
	display: inline-block;
	margin-top: 2.4rem;
	margin-right: 3.5rem;
}

.review_block__slider {
	text-align: left;
	max-width: 95rem;
	margin: 0 auto -3.2rem;
}

.review_block__slider .slick-list {
	margin: 0 -2.2rem;
}

.review_block__slider .slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	background: #fff;
	border-radius: 0.7rem;
	box-shadow: 0 1.1rem 2.2rem #e5e5e5;
	margin: 1.1rem 2.2rem 3.2rem 2.2rem;
	max-height: 23rem;
}

.review_block__slider .slide .l {
	width: 100%;
	position: relative;
}

@media (min-width: 990px) {

	.review_block__slider .slide .l {
		width: 43%;
	}
}

.review_block__slider .slide .l a {
	display: block;
	border-radius: 0.7rem 0 0 0.7rem;
	position: relative;
}

@media (min-width: 990px) {

	.review_block__slider .slide .l a:after {
		content: '';
		background: transparent;
		position: absolute;
		top: -0.2rem;
		right: 0;
		width: 0;
		height: 100%;
		z-index: 1;
		border-style: solid;
		border-width: 0 0 26rem 10rem;
		border-color: transparent transparent #fff transparent;
	}
}

.review_block__slider .slide .l img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0.7rem 0 0 0.7rem;
	max-height: 23rem;
}

@media (min-width: 990px) {

	.review_block__slider .slide .l img {
		max-width: 40.8rem;
	}
}

.review_block__slider .slide .l svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 5.2rem;
	height: 5.2rem;
	color: #fff;
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
}

.review_block__slider .slide .r {
	width: 100%;
	padding: 1.4rem 2.4rem;
}

@media (min-width: 990px) {

	.review_block__slider .slide .r {
		width: 57%;
		padding-left: 3.8rem;
	}
}

.review_block__slider .slide .r p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
	font-family: 'Open Sans', sans-serif;
	margin: 1rem 0 ;
	max-width: 46.3rem;
}

.review_block__slider .slide .r .rev_text {
	height: 9rem;
	overflow-y: scroll;
	margin: 1rem 0;
	padding-right: 1rem;
}

.review_block__slider .slide .r .rev_text::-webkit-scrollbar {
	width: 8px;
	-webkit-appearance: none;
	        appearance: none;
}

.review_block__slider .slide .r .rev_text::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.4);
	-webkit-appearance: none;
	        appearance: none;
}

.review_block__slider .slide .r .rev_text iframe {
	display: none;
}

.review_block__slider .slide .r .autor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 2rem;
}

.review_block__slider .slide .r .autor img {
	width: 4.4rem;
	height: 4.4rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
	margin-right: 1.8rem;
}

.review_block__slider .slide .r .autor h4 {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	margin-bottom: 0;
}

.review_block__slider .slide .r .autor h4 span {
	display: block;
	color: #A2A2A2;
}

.review_block__slider .slide .r .autor h4 span span {
	display: inline-block;
	text-decoration: underline;
}

.review_block__slider .slick-prev,
		.review_block__slider .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

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

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

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

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

.review_block__slider .slick-prev:before,
		.review_block__slider .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.review_block__slider .slick-prev {
	left: -2rem;
}

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

.review_block__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .review_block__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.review_block__slider .slick-next {
	right: -2rem;
}

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

.review_block__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .review_block__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

/* -------------------------- *\
    .top_brokers
\* -------------------------- */

.top_brokers { 
	padding: 0 0 3.2rem;
	text-align: right;
 }

.top_brokers .t2,
	.top_brokers .t3 {
	text-align: center;
}

.top_brokers .shell {
	max-width: 116.5rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*overflow: hidden;*/

.top_brokers .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 1175px) {

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

.top_brokers .shell--2 {
	max-width: 96rem;
	padding: 0;
	margin: 0 auto;
}

.top_brokers .shell--2:before {
	content: none;
}

@media (max-width: 970px) {

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

.top_brokers .btn {
	text-align: right;
	display: inline-block;
	margin-top: 0;
	margin-right: 1.5rem;
}

.top_brokers .brok {
	text-align: left;
	max-width: 103rem;
	margin: 0 auto;
}

@media (max-width: 767px) {

	.top_brokers .brok {
		margin: 0 auto 3rem;
	}
}

@media (min-width: 768px) {

	.top_brokers .brok .top_brokers__slider .broker:not(:first-child) {
		display: none;
	}

	.top_brokers .brok .top_brokers__slider.slick-initialized .broker:not(:first-child) {
		display: block;
	}
}

@media (max-width: 767px) {

	.top_brokers .brok .top_brokers__slider {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
		padding: 0 1rem 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	.top_brokers .brok .top_brokers__slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.top_brokers .brok .top_brokers__slider .broker {
		margin-right: 4rem;
	}
}

.top_brokers .brok .slick-list {
	padding: 2rem 1rem !important;
}

@media (min-width: 1200px) {

	.top_brokers .brok .slick-list {
		padding: 2rem !important;
	}
}

.top_brokers .brok .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.top_brokers .brok .broker {
	min-width: 24rem !important;
}

@media (min-width: 768px) {

	.top_brokers .brok .broker {
		min-width: 27.1rem !important;
	}
}

.top_brokers .brok .slick-prev,
		.top_brokers .brok .slick-next {
	position: absolute;
	display: block;
	height: 2rem;
	width: 3.1rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
}

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

.top_brokers .brok .slick-prev:hover:before, .top_brokers .brok .slick-prev:focus:before, .top_brokers .brok .slick-next:hover:before, .top_brokers .brok .slick-next:focus:before {
	opacity: 0.2;
}

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

.top_brokers .brok .slick-prev.slick-disabled:before, .top_brokers .brok .slick-next.slick-disabled:before {
	opacity: 0.2;
}

.top_brokers .brok .slick-prev:before,
		.top_brokers .brok .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.top_brokers .brok .slick-prev {
	left: -7.5rem;
}

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

.top_brokers .brok .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/right.svg);
}

[dir="rtl"] .top_brokers .brok .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/right.svg);
}

.top_brokers .brok .slick-next {
	right: -7.5rem;
}

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

.top_brokers .brok .slick-next:before {
	content: url(/wp-content/uploads/2022/02/left.svg);
}

[dir="rtl"] .top_brokers .brok .slick-next:before {
	content: url(/wp-content/uploads/2022/02/left.svg);
}

/* -------------------------- *\
    .sell_steps
\* -------------------------- */

.sell_steps { 
	padding: 0 0 3.2rem;
}

.sell_steps .t3 {
	margin-bottom: 1.2rem;
}

@media (min-width: 768px) {

	.sell_steps .t3 {
		margin-bottom: 2.3rem;
	}
}

@media (max-width: 990px) {

	.sell_steps .t2 {
		text-transform: none;
	}
}

.sell_steps .shell {
	max-width: 125.3rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.sell_steps .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
	width: 100%;
}

@media (max-width: 1260px) {

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

.sell_steps .l {
	width: 100%;
	margin-bottom: 2.2rem;
}

@media (min-width: 900px) {

	.sell_steps .l {
		width: 53%;
		padding-right: 3.6rem;
	}
}

.sell_steps .l ul {
	margin-bottom: 2.3rem;
	list-style-type: none;
	list-style-position: inside;
}

.sell_steps .l ul li {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #055a5c;
	position: relative;
	padding-left: 4.5rem;
}

.sell_steps .l ul li span {
	position: absolute;
	left: 0;
	width: 3.2rem;
	height: 3.2rem;
	border: 0.2rem solid #7da10c;
	font-size: 2.1rem;
	line-height: 2.8rem;
	border-radius: 50%;
	text-align: center;
}

.sell_steps .l ul li a {
	color: #7da10c;
}

.sell_steps .l ul li + li {
	margin-top: 2.3rem;
}

@media (min-width: 768px) {

	.sell_steps .l ul li {
		font-size: 1.8rem;
		line-height: 2.9rem;
		padding-left: 5.3rem;
	}

	.sell_steps .l ul li span {
		width: 3.5rem;
		height: 3.5rem;
		line-height: 3rem;
	}
}

.sell_steps .l .btn {
	width: 100%;
	margin-bottom: 1.2rem;
}

.sell_steps .l .btn:last-child {
	margin-bottom: 0;
}

@media (min-width: 550px) {

	.sell_steps .l .btn {
		width: 48%;
		display: inline-block;
	}

	.sell_steps .l .btn + .btn {
		margin-left: 1.6rem;
	}
}

@media (min-width: 600px) {

	.sell_steps .l .btn {
		width: 21.8rem;/*min-width: 21.8rem;*/
		margin-left: 5.3rem;
	}

	.sell_steps .l .btn + .btn {
		margin-left: 2.6rem;
	}
}

@media (min-width: 900px) {

	@media (max-width: 1050px) {

		.sell_steps .l .btn {
			width: 45%;
			margin-left: 0;
		}

		.sell_steps .l .btn + .btn {
			margin-left: 1.6rem;
		}
	}
}

.sell_steps .r {
	width: 100%;
}

@media (min-width: 900px) {

	.sell_steps .r {
		width: 47%;
		padding-left: 3.6rem;
	}
}

.sell_steps .r .top {/*margin-bottom: 2.6rem;*/
	border-top: 0.1rem solid #e5e5e5;
	padding: 1.7rem 0 2.2rem;
}

@media (min-width: 900px) {

	.sell_steps .r .top {
		border-top: 0;
		padding: 0;
		margin-bottom: 2.8rem;
	}
}

.sell_steps .r .bottom {
	border-top: 0.1rem solid #e5e5e5;
	padding: 2.6rem 0 0;
}

@media (min-width: 900px) {

	.sell_steps .r .bottom {
		border-top: 0;
		padding: 0;
	}
}

.sell_steps .r .consultation-form {
	position: relative;
}

.sell_steps .r .consultation-form .gform_confirmation_message {
	color: #7da10c;
}

@media (min-width: 768px) {

	.sell_steps .r .consultation-form:before {
		content: '';
		background: #055a5c;
		height: 100%;
		width: 0.2rem;
		position: absolute;
		left: -4.5rem;
	}
}

.sell_steps .r .consultation-form p {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #055a5c;
}

@media (min-width: 768px) {

	.sell_steps .r .consultation-form p {
		font-size: 1.8rem;
		margin-bottom: 1.8rem;
	}
}

/* -------------------------- *\
    .buy_steps
\* -------------------------- */

.buy_steps { 
	padding: 0 0 4.6rem;
}

.buy_steps .shell {
	max-width: 125.3rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.buy_steps .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 1260px) {

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

@media (max-width: 768px) {

	.buy_steps {
		text-transform: none;
	}
}

.buy_steps .steps {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

@media (max-width: 1300px) {

	.buy_steps .steps {
		overflow-x: scroll;
	}
}

.buy_steps .steps svg {
	width: auto;
	height: 5rem;
	margin-bottom: 2.2rem;
	color: #055a5c;
	margin-left: -3rem;
}

.buy_steps .steps .item {
	width: 24.6rem;
}

.buy_steps .steps .item + .item {
	margin-left: -4.5rem;
}

.buy_steps .steps .item h3 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
	color: #055a5c;
	position: relative;
	margin-bottom: 0.8rem;
}

.buy_steps .steps .item h3:after {
	content: '';
	background: linear-gradient(90deg, #B4E29E 0%, #B4E29E 100%);
	width: 54%;
	height: 0.3rem;
	display: block;
	margin: 0.8rem auto 0;
}

.buy_steps .steps .item p {
	max-width: 18.9rem;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
}

.buy_steps .steps .item .number {
	position: relative;
	-webkit-clip-path: polygon(10% 0, 83% 0, 100% 100%, 10% 100%, 0 50%);
	        clip-path: polygon(10% 0, 83% 0, 100% 100%, 10% 100%, 0 50%);
	background: linear-gradient(90deg, #B4E29E 0%, #B4E29E 100%);
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 4.1rem;
	color: #fff;
	text-shadow: 0 0.1rem 0.4rem rgba(0,0,0, 0.5);
	margin-bottom: 2.2rem;
}

.buy_steps .steps .item:nth-child(2),
			.buy_steps .steps .item:nth-child(4) {
	z-index: -1;
}

.buy_steps .steps .item:nth-child(2) .number, .buy_steps .steps .item:nth-child(4) .number {
	-webkit-clip-path: polygon(15% 0, 100% 0, 83% 100%, 0 100%, 0 100%);
	        clip-path: polygon(15% 0, 100% 0, 83% 100%, 0 100%, 0 100%);
	background: linear-gradient(270deg, #68DBD3 0%, #37B5A7 100%);
}

.buy_steps .steps .item:nth-child(2) h3:after, .buy_steps .steps .item:nth-child(4) h3:after {
	background:linear-gradient(270deg, #68DBD3 0%, #37B5A7 100%);
}

.buy_steps .steps .item:nth-child(3) .number, .buy_steps .steps .item:nth-child(5) .number {
	-webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%, 15% 100%);
	        clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%, 15% 100%);
}

.buy_steps .steps .item:nth-child(3) {
	z-index: -5;
}

.buy_steps .steps .item:nth-child(3) .number,
				.buy_steps .steps .item:nth-child(3) h3:after {
	background: linear-gradient(270deg, #5CCFDC 0%, #2FA1B6 100%);
}

.buy_steps .steps .item:nth-child(4) {
	z-index: -10;
}

.buy_steps .steps .item:nth-child(4) .number,
				.buy_steps .steps .item:nth-child(4) h3:after {
	background: linear-gradient(270deg, #00B1C3 0%, #00798F 100%);
}

.buy_steps .steps .item:nth-child(5) {
	z-index: -15;
}

.buy_steps .steps .item:nth-child(5) .number,
				.buy_steps .steps .item:nth-child(5) h3:after {
	background: linear-gradient(270deg, #3F739E 0%, #1E3F65 100%);
}

.buy_steps .steps .item:nth-child(6) {
	z-index: -20;
}

.buy_steps .steps .item:nth-child(6) .number {
	-webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 13% 0);
	        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 13% 0);
	background: linear-gradient(270deg, #055a5c 0%, #1E3F65 100%);
}

.buy_steps .steps .item:nth-child(6) h3:after {
	background: linear-gradient(270deg, #055a5c 0%, #1E3F65 100%);
}

.buy_steps.other {
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.buy_steps.other {
		padding: 0 5.5rem;
	}
}

.buy_steps.other .shell {
	background: #fff;
	max-width: 100%;
	padding: 0 2rem;
}

.buy_steps.other .shell:before {
	content: none;
}

.buy_steps.other .shell .hold {
	max-width: 125rem;
	margin: 0 auto;
	padding: 0 0 5.5rem;
}

/* -------------------------- *\
    .home_about
\* -------------------------- */

.home_about { 
	padding: 0 0 4.6rem;
}

.home_about .shell {
	max-width: 125rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.home_about .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 1255px) {

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

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

.home_about .l {
	width: 100%;
	margin-bottom: 2.3rem;
}

@media (min-width: 900px) {

	.home_about .l {
		width: calc(40% - 4rem);
		padding-top: 1.4rem;
		margin-bottom: 0;
	}
}

.home_about .l .image {
	position: relative;
	display: inline-block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.home_about .l .image:before {
	content: '';
	background: #055a5c;
	border-radius: 0.7rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 90%;
}

@media (min-width: 480px) {

	@media (max-width: 900px) {

		.home_about .l .image:before {
			width: 37.9rem;
		}
	}
}

@media (min-width: 900px) {

	@media (max-width: 990px) {

		.home_about .l .image:before {
			width: 100%;
		}
	}
}

.home_about .l .image img {
	position: relative;
	width: 85%;
	top: 0;
	left: 4.8rem;
	height: 30rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0.7rem;
	margin-bottom: 5.8rem;
}

@media (min-width: 480px) {

	.home_about .l .image img {
		left: 6.2rem;
		width: 90%;
		height: auto;
	}
}

@media (min-width: 990px) {

	.home_about .l .image img {
		max-width: 37.9rem;
	}
}

.home_about .l .image span {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 0.08rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	position: absolute;
	top: 14%;
	left: 1.4rem;
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(-180deg);
}

.home_about .l .image span:before {
	content: '';
	background: #fff;
	width: 0.2rem;
	height: 6.1rem;
	position: absolute;
	top: -100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media (min-width: 480px) {

	.home_about .l .image span {
		font-size: 2.4rem;
		line-height: 3.3rem;
		letter-spacing: 0.12rem;
	}

	.home_about .l .image span:before {
		top: -65%;
	}
}

.home_about .l .image a {
	width: 100%;
	position: absolute;
	bottom: 1.2rem;
	left: 17%;
	z-index: 1;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.9rem;
	display: inline-block;
	width: 50%;
}

@media (min-width: 480px) {

	.home_about .l .image a {
		font-size: 2.1rem;
		left: 20%;
	}
}

@media (min-width: 900px) {

	.home_about .l .image a {
		width: auto;
	}
}

.home_about .r {
	width: 100%;
}

@media (min-width: 900px) {

	.home_about .r {
		width: calc(60% - 4rem);
	}
}

.home_about .r img {
	margin-bottom: .5rem;
	max-width: 27rem;
}

.home_about .r .t2 {
	margin-bottom: 0.6rem;
}

@media (max-width: 1024px) {

	.home_about .r .t2 {
		text-transform: none;
		margin-bottom: 1.1rem;
		line-height: 2.5rem;
	}
}

.home_about .r .t3 {
	margin-bottom: .5rem;
}

.home_about .r p {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #494949;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 1.2rem;
}

.home_about .r p strong {
	font-weight: 600;
	color: #055a5c;
}

.home_about .r p em {
	font-style: normal;
	color: #7da10c;
}

@media (min-width: 1024px) {

	.home_about .r p {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
}

.home_about .r ul {
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
}

.home_about .r ul li {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #494949;
	position: relative;
	padding-left: 4.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.home_about .r ul li:before {
	content: url(/wp-content/uploads/2022/02/checkmark.svg);
	position: absolute;
	top: 1rem;
	left: 0;
}

.home_about .r ul li + li {
	margin-top: 1.6rem;
}

@media (min-width: 1024px) {

	.home_about .r ul li {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.home_about .r .btns {
	margin-top: 2.2rem;
	display: inline-block;
	width: 100%;
	text-align: center;
}

@media (min-width: 900px) {

	.home_about .r .btns {
		text-align: right;
	}
}

.home_about .r .btns .btn {
	width: 100%;
}

.home_about .r .btns .btn + .btn {
	margin-top: 1rem;
}

@media (min-width: 450px) {

	.home_about .r .btns .btn {
		width: 48%;
	}
}

@media (min-width: 768px) {

	.home_about .r .btns .btn {
		width: 21.8rem;
	}

	.home_about .r .btns .btn + .btn {
		margin-left: 1.7rem;
		margin-top: 0;
	}
}

.home_about .slogan {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
	margin-bottom: 0;
	text-align: center;
	margin-top: 3rem;
}

.home_about .slogan span {
	font-weight: 600;
}

@media (max-width: 768px) {

	.home_about .slogan {
		display: none;
	}
}

@media (min-width: 900px) {

	.home_about .slogan {
		position: absolute;
		bottom: 1.5rem;
		left: 2rem;
		margin-top: 0;
	}
}

@media (min-width: 1200px) {

	.home_about .slogan {
		left: 50%;
		transform: translateX(-72%);
	}
}

/* -------------------------- *\
    .neighborhood
\* -------------------------- */

.neighborhood { 
	padding: 0 0 3.2rem;
}

/*background: #000;*/

.neighborhood .t2,
	.neighborhood .t3 {
	text-align: center;
}

@media (max-width: 768px) {

	.neighborhood .t2,
	.neighborhood .t3 {
		text-transform: none;
	}
}

.neighborhood .shell {
	max-width: 125rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.neighborhood .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 1255px) {

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

@media (min-width: 768px) {

	.neighborhood__grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[16];
		    grid-template-columns: repeat(16, 1fr);
		gap: 0.8rem;
		grid-auto-rows: minmax(9vh, auto);
	}
}

@media (min-width: 1200px) {

	.neighborhood__grid {
		grid-auto-rows: minmax(10.5vh, auto);
	}
}

@media (max-width: 767px) {

	.neighborhood__grid {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
		padding-bottom: 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	.neighborhood__grid::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.neighborhood__grid::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.neighborhood__grid::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

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

	.neighborhood__grid::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.neighborhood__grid::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.neighborhood__grid:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.neighborhood__grid:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.neighborhood__grid:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.neighborhood__grid > a {
		min-width: 27rem;
		max-width: 27rem;
		margin-right: 1rem;
	}
}

.neighborhood__grid .item {
	display: block;
	min-height: 25rem;
	overflow: hidden;
	position: relative;
	background: linear-gradient(180deg, #0F588C 0%, #062C53 100%);
	border-radius: 0.7rem;
	transition: .3s ease;
	margin: 1rem;
}

@media (min-width: 768px) {

	.neighborhood__grid .item {
		position: relative;
		display: block;
		min-width: 5rem;
		min-height: 5rem;
		margin: 0;
	}

	.neighborhood__grid .item:nth-child(1) {
		grid-column: 1 / 7;
		grid-row: 1 / 5;
	}

	.neighborhood__grid .item:nth-child(4) {
		grid-column: 1 / 4;
		grid-row: 5 / 7;
	}

	.neighborhood__grid .item:nth-child(3) {
		grid-column: 4 / 7;
		grid-row: 5 / 7;
	}

	.neighborhood__grid .item:nth-child(2) {
		grid-column: 7 / 13;
		grid-row: 1 / 3;
	}

	.neighborhood__grid .item:nth-child(5) {
		grid-column: 7 / 10;
		grid-row: 3 / 5;
	}

	.neighborhood__grid .item:nth-child(6) {
		grid-column: 10 / 13;
		grid-row: 3 / 5;
	}

	.neighborhood__grid .item:nth-child(7) {
		grid-column: 7 / 13;
		grid-row: 5 / 7;
	}

	.neighborhood__grid .item:nth-child(8) {
		grid-column: 13 / 17;
		grid-row: 1 / 3;
	}

	.neighborhood__grid .item:nth-child(9) {
		grid-column: 13 / 17;
		grid-row: 3 / 5;
	}

	.neighborhood__grid .item:nth-child(10) {
		grid-column: 13 / 17;
		grid-row: 5 / 7;
	}
}

.neighborhood__grid .item h2 {
	width: calc(100% - 4rem);
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	text-align: center;
	font-size: 2.1rem;
	line-height: 2.9rem;
	font-weight: 600;
	margin-bottom: 0;
	transition: .3s ease;
	width: 95%;
	transition: .3s ease;
}

@media (min-width: 768px) {

	@media (max-width: 1200px) {

		.neighborhood__grid .item h2 {
			font-size: 1.6rem;
			line-height: 2rem;
		}
	}
}

.neighborhood__grid .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .44;
	transition: .3s ease;
	width: 100%;/*height: 26.8rem*/
}

.neighborhood__grid .item .hold {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 110%);
	text-align: center;
	opacity: 0;
	transition: .3s ease;
}

.neighborhood__grid .item .hold h4 {
	font-size: 2.1rem;
	line-height: 2.9rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	text-transform: uppercase;
	position: relative;
	margin-bottom: 1.6rem;
	display: inline-block;
}

.neighborhood__grid .item .hold h4:after {
	content: '';
	background: #fff;
	width: 100%;
	height: 0.1rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	display: block;
	margin: 1.5rem auto 0;
}

@media (min-width: 768px) {

	@media (max-width: 1200px) {

		.neighborhood__grid .item .hold h4:after {
			margin: 0.5rem auto 0;
		}
	}
}

@media (min-width: 768px) {

	@media (max-width: 1200px) {

		.neighborhood__grid .item .hold h4 {
			font-size: 1.4rem;
			line-height: 2rem;
			margin-bottom: 0.2rem;
		}
	}
}

.neighborhood__grid .item .hold p,
	 			.neighborhood__grid .item .hold span {
	margin-bottom: 2.6rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

@media (min-width: 768px) {

	@media (max-width: 1200px) {

		.neighborhood__grid .item .hold p,
	 			.neighborhood__grid .item .hold span {
			margin-bottom: 0.6rem;
			font-size: 1.2rem;
			line-height: 2rem;
		}
	}
}

.neighborhood__grid .item .hold span {
	font-size: 1.8rem;
	line-height: 2.9rem;
	display: block;
	margin-bottom: 0;
}

.neighborhood__grid .item .hold span + span {
	margin-top: 0.2rem;
}

@media (min-width: 768px) {

	@media (max-width: 1200px) {

		.neighborhood__grid .item .hold span {
			font-size: 1.2rem;
			line-height: 2rem;
		}
	}
}

.neighborhood__grid .item .hold {
	width: 85%;
}

.neighborhood__grid .item .hold p {
	margin-bottom: 1rem;
}

.neighborhood__grid .item .hold span {
	display: inline-block;
	margin-right: 1rem;
}

@media (min-width: 768px) {

	.neighborhood__grid .item:first-child {
		width: 100%;
	}

	.neighborhood__grid .item:first-child p {
		margin-bottom: 2.6rem;
	}

	.neighborhood__grid .item:first-child span {
		display: block;
		margin-right: 0;
	}
}

.neighborhood__grid .item:hover {
	background: linear-gradient(180deg, #055a5c 0%, #055a5c 100%);
	filter: drop-shadow(0 0.2rem 0.4rem #A2A2A2);
}

.neighborhood__grid .item:hover h2 {
	position: absolute;
	transform: translate(-50%, -100%);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
	z-index: -1;
}

.neighborhood__grid .item:hover img {
	transform: translate(-50%, -50%) scale(1);
	opacity: .1;
}

.neighborhood__grid .item:hover .hold {
	transform: translate(-50%, -50%);
	opacity: 1;
}

.neighborhood__bottom {
	margin: 2.6rem 0 0;
	text-align: center;
	overflow: hidden;
}

.neighborhood__bottom .grid {
	position: relative;
	display: none;
	opacity: 0;
}

.neighborhood__bottom .grid.show {
	display: block;
	opacity: 1;
}

.neighborhood__bottom .grid:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 4.7rem auto 4rem;
}

.neighborhood__bottom .grid h3 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
	color: #A2A2A2;
	margin-bottom: 0;
}

.neighborhood__bottom .grid ul {
	margin: 4.1rem auto 3.1rem;
	max-width: 99.6rem;
	column-count: 1;
	list-style-position: inside;
	list-style-type: none;
}

@media (min-width: 500px) {

	.neighborhood__bottom .grid ul {
		column-count: 2;
		column-gap: 7rem;
	}
}

@media (min-width: 700px) {

	.neighborhood__bottom .grid ul {
		column-count: 3;
	}
}

@media (min-width: 900px) {

	.neighborhood__bottom .grid ul {
		column-count: 4;
	}
}

.neighborhood__bottom .grid ul li {
	margin-bottom: 1.2rem;
}

.neighborhood__bottom .grid ul li a {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
}

.neighborhood__bottom .grid ul li a:hover {
	text-decoration: underline;
}

.neighborhood__bottom .btn {
	cursor: pointer;
	transition: .3s ease;
}

.neighborhood__bottom .btn:after {
	position: relative;
	display: block;
	margin: 0.5rem auto 0;
	transform: translateY(0) rotate(90deg);
	top: 0;
}

.neighborhood__bottom .grid .btn:before {
	position: relative;
	display: block;
	margin: 0 auto 0.5rem;
	transform: translateY(0) rotate(-90deg);
	top: 0;
}

/* -------------------------- *\
    .offers_listing
\* -------------------------- */

.offers_listing { 
	padding: 0 0 4.6rem;
 }

.offers_listing .t2,
	.offers_listing .t3 {
	text-align: center;
}

.offers_listing .shell {
	max-width: 127rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.offers_listing .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 1275px) {

	@media (min-width: 550px) {

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

.offers_listing__slider {
	display: -ms-flexbox;
	display: flex;
}

.offers_listing__slider::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.offers_listing__slider .slick-dots {
	display: none !important;
}

@media (max-width: 990px) {

	.offers_listing__slider {
		overflow-x: scroll;
	}

	.offers_listing__slider .property {
		min-width: 30.7rem;
	}

	.offers_listing__slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.offers_listing__slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.offers_listing__slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

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

	.offers_listing__slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.offers_listing__slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.offers_listing__slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.offers_listing__slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.offers_listing__slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}
}

.offers_listing__slider .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.offers_listing__slider .property {
	float: left;
}

@media (min-width: 990px) {

	.offers_listing__slider .property:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
		display: none;
	}
}

.offers_listing__slider.slick-initialized .property {
	float: none;
}

@media (min-width: 990px) {

	.offers_listing__slider.slick-initialized .property:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
		display: block;
	}
}

.offers_listing__slider .slick-prev,
		.offers_listing__slider .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

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

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

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

.offers_listing__slider .slick-prev.slick-disabled, .offers_listing__slider .slick-next.slick-disabled {
	opacity: 0;
}

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

.offers_listing__slider .slick-prev:before,
		.offers_listing__slider .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.offers_listing__slider .slick-prev {
	left: -1rem;
}

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

.offers_listing__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .offers_listing__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.offers_listing__slider .slick-next {
	right: -1rem;
}

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

.offers_listing__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .offers_listing__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

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

@media (max-width: 550px) {

	.offers_listing .bottom {
		padding: 0 2rem;
	}
}

.offers_listing .bottom .l {
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
}

.offers_listing .bottom .l .btn {
	width: 100%;
}

@media (min-width: 768px) {

	.offers_listing .bottom .l {
		width: 21.8rem;
	}
}

.offers_listing .bottom .r {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	word-break: break-word;
}

@media (min-width: 768px) {

	.offers_listing .bottom .r {
		width: calc(100% - 25.1rem);
	}
}

.offers_listing .bottom .r a {
	margin-right: 1rem;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #055a5c;
	margin-bottom: 0.4rem;
	word-break: break-word;
}

@media (min-width: 1250px) {

	.offers_listing .bottom .r a {
		font-size: 1.4rem;
		margin-right: 2.8rem;
	}
}

.offers_listing .bottom .r a:after {
	position: relative;
	top: 0.1rem;
	transform: translate(0);
}

.offers_listing .bottom .r a:hover {
	color: #7da10c;
}

.offers_listing .bottom .r a:hover:after {
	transform: translate(0,0) rotate(180deg);
	transition: 0;
}

.single-building .offers_listing__slider .slick-list,
 .single-building .offers_listing__slider .slick-track,
 .single-floor .offers_listing__slider .slick-track,
 .single-property .offers_listing__slider .slick-track,
 .single-floor .offers_listing__slider .slick-list,
 .single-property .offers_listing__slider .slick-list {
 	width: 100%;
 }

.single-building .offers_listing__slider .slick-track,
 .single-floor .offers_listing__slider .slick-track,
 .single-property .offers_listing__slider .slick-track {
 	float: left;
 }

/* -------------------------- *\
    .property
\* -------------------------- */

.property {
	filter: drop-shadow(0 0.1rem 0.3rem #A2A2A2);
	border-radius: 0.7rem;
	margin: 0.8rem 0.5rem;
	width: 30.7rem !important;
	transition: .3s ease;
 }

.property:hover {
	filter: drop-shadow(0 0.1rem 0.5rem #A2A2A2);
}

.property .image {
	border-radius: 0.7rem 0.7rem 0 0;
	position: relative;
	overflow: hidden;
	height: 208px;
	width: 30.7rem;
}

.property .image img {
	border-radius: 0.7rem 0.7rem 0 0;/*width: 100%;*/
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

/*.slick-slide {
			width: 100%;
		}*/

.property .image .slick-track,
		.property .image .property__slide,
		.property .image .slick-slide {
	height: 208px;
}

.property .image .property__slide {
	position: relative;
}

.property .image .property__slide a:not(:first-child) {
	display: none;
}

.property .image .property__slide.slick-initialized a:not(:first-child) {
	display: block;
}

.property .image .property__slide .slick-prev,
			.property .image .property__slide .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	top: 55%;
	display: block;
	width: 2.5rem;
	height: 1.6rem;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	transition: .3s ease;
	opacity: 1;
	box-shadow: none;
}

@media (min-width: 990px) {

	.property .image .property__slide .slick-prev,
			.property .image .property__slide .slick-next {
		opacity: 0;
	}
}

.property .image .property__slide .slick-prev:hover,
			    .property .image .property__slide .slick-prev:focus,
			    .property .image .property__slide .slick-next:hover,
			    .property .image .property__slide .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
	opacity: 1;
}

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

.property .image .property__slide .slick-prev:focus:before, .property .image .property__slide .slick-next:focus:before {
	opacity: 1;
}

.property .image .property__slide .slick-prev.slick-disabled:before, .property .image .property__slide .slick-next.slick-disabled:before {
	opacity: 0.2;
}

.property .image .property__slide .slick-prev:before,
			.property .image .property__slide .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.property .image .property__slide .slick-prev {
	left: 1rem;
}

[dir="rtl"] .property .image .property__slide .slick-prev {
	left: auto;
	right: 1rem;
}

.property .image .property__slide .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

[dir="rtl"] .property .image .property__slide .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

.property .image .property__slide .slick-next {
	right: 1rem;
}

[dir="rtl"] .property .image .property__slide .slick-next {
	left: 1rem;
	right: auto;
}

.property .image .property__slide .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

[dir="rtl"] .property .image .property__slide .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

.property .image .property__slide:hover .slick-prev,
				.property .image .property__slide:hover .slick-next {
	opacity: 1;
}

.property .image .top {
	position: absolute;
	top: 0;
	width: 100%;
}

.property .image .top__left {
	position: absolute;
	top: 0.8rem;
	left: 1.2rem;
}

.property .image .top__left span {
	display: block;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #fff;
	padding: 0.3rem 1.3rem;
	text-align: center;
	background: rgba(125,161,12, .8);
	border-radius: 0.7rem;
	margin-bottom: 0.7rem;
}

.property .image .top__left span:last-child {
	margin-bottom: 0;
}

.property .image .top__left span.rent {
	background: rgba(5,90,92, .8);
}

.property .image .top__right {
	position: absolute;
	top: 0.8rem;
	right: 1.2rem;
}

.property .image .top__right span {
	width: 3.7rem;
	height: 3.7rem;
	border-radius: 50%;
	background: rgba(255,255,255, 0.9);
	position: relative;
	display: inline-block;
}

.property .image .top__right span .top-icon,
					.property .image .top__right span .rotate-icon {
	width: 5.5rem;
	height: 4.5rem;
	fill: #055a5c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -47%);
}

.property .image .top__right span + span {
	margin-left: 0.2rem;
}

.property .image .top__right .fav-heart {
	position: relative;
}

.property .image .top__right .fav-heart.fill:before, .property .image .top__right .fav-heart.unfill:before {
	content: url(/wp-content/uploads/2022/02/like-fill.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -43%);
}

.property .image .top__right .fav-heart.unfill:before {
	content: url(/wp-content/uploads/2022/02/like.svg);
}

.property .image .bottom {
	position: absolute;
	bottom: 1rem;
	width: 100%;
}

.property .image .bottom span {
	color: #055a5c;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	padding: 0.5rem 1.1rem 0.4rem 1rem;
	position: relative;
	background: rgba(255,255,255, 0.9);
	border-radius: 0.7rem;
	margin-bottom: 0.7rem;
	display: block;
}

.property .image .bottom span:last-child {
	margin-bottom: 0;
}

.property .image .bottom__left {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 1.2rem;
}

.property .image .bottom__right {
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
}

.property .image .bottom__right span {
	border-radius: 0.7rem 0 0 0.7rem;
	padding: 0.4rem 0.9rem 0.5rem 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

.property__info {
	background: #fff;
	border-radius: 0 0 0.7rem 0.7rem;
	padding: 1.5rem 1rem 1rem 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.property__info .location {
	color: #055a5c;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.9rem;
	width: 100%;
	display: block;
	margin-bottom: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.property__info .leftt {
	width: 60%;
	text-align: left;
	height: auto;
}

.property__info .leftt .price {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #055a5c;
}

.property__info .leftt .old-price {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-decoration: line-through;
	color: #BB0101;
	margin-left: 1.3rem;
	vertical-align: top;
}

.property__info .rightt {
	width: 40%;
	text-align: right;
}

.property__info .rightt span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

.property__info .rightt span + span {
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-weight: 600
}

.marker-popup .property {
	font-family: var(--font-family);
	width: 306px;
	overflow: hidden;
}

.marker-popup .property .property__info .rightt {
	padding: 0;
	background: none;
	box-shadow: none;
}

/* -------------------------- *\
    .small_search
\* -------------------------- */

.small_search {
	padding: 0;
	/*background: transparent;*/
	position: relative;
	z-index: 10;
}

.small_search--home {
	background: #055a5c;
}

@media (min-width: 650px) {

	.small_search--home form {
		margin-top: -5rem;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 768px) {

	.small_search--home form {
		margin-top: -11.1rem;
	}
}

.small_search .top {
	position: relative;
}

.small_search .bg {
	width: 100%;
	height: 21rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 650px) {

	.small_search .bg {
		height: 30rem;
	}
}

@media (min-width: 768px) {

	.small_search .bg {
		height: 40rem;
	}
}

@media (min-width: 1200px) {

	.small_search .bg {
		height: 49.7rem;
	}
}

.small_search .head-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.small_search .head-text img {
	margin: 0 auto;
	max-width: 20rem;
}

@media (min-width: 450px) {

	.small_search .head-text img {
		max-width: 30rem;
	}
}

@media (min-width: 650px) {

	.small_search .head-text img {
		max-width: 40rem;
	}
}

@media (min-width: 768px) {

	.small_search .head-text img {
		max-width: 50rem;
	}
}

/*h1 {
		font-weight: 700;
		font-size: 3.6rem;
		line-height: 4.9rem;
		text-align: center;letter-spacing: -0.01125rem;
		text-transform: uppercase;
		color: $cw;
		text-shadow: 0 0.2rem 0.5rem #212121;
		margin-bottom: 0;
		/*position: absolute;
		top: 1.5rem;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;

		@mixin min 450 {
			font-size: 6rem;
			line-height: 8.2rem;
			letter-spacing: -0.01875rem;
		}
	}*/

.small_search h1 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2.6rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	width: 70%;
	margin: 0 auto;
}

@media (min-width: 420px) {

	.small_search h1 {
		font-size: 1.8rem;
		line-height: 2.5rem;
		text-shadow: none;
		width: 100%;
	}
}

@media (min-width: 768px) {

	.small_search h1 {
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
}

.small_search h1 span {
	display: block;
}

.small_search .shell {
	max-width: 67.1rem;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 675px) {

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

.small_search .small_search__header {
	max-width: 41.1rem;
	margin: 0 auto;
	padding-top: 1rem;
}

.small_search .small_search__header #offer_type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	text-align: center;
}

.small_search .small_search__header #offer_type label,
			.small_search .small_search__header #offer_type .sell-link {
	-ms-flex: 1;
	    flex: 1;
	background: rgba(5,90,92, 0.5);
	border-radius: 0.7rem 0.7rem 0 0;
	padding: 0.9rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.small_search .small_search__header #offer_type .sell-link label {
	padding: 0;
	background: transparent;
}

.small_search .small_search__header #offer_type input[type="radio"]:checked + label {
	background: #fff;
	color: #7da10c;
}

.small_search .search_field {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	background: #fff;
	border-radius: 0 0 0.7rem 0.7rem;
	padding: 1.5rem 3rem;
	position: relative;
}

@media (min-width: 768px) {

	.small_search .search_field {
		border-radius: 0.7rem;
	}
}

.small_search .search_field .dropdown-header {
	background: #fff;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0 4rem 0.1rem 0.1rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	text-align: left;
}

.small_search .search_field .dropdown-header:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	width: 3rem;
	height: 2.9rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-65%);
}

.small_search .search_field .dropdown-header--is-droped:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

.small_search .search_field .dropdown-header p {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
}

.small_search .search_field input[type="text"] {
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0 0.1rem 0.1rem;
	position: relative;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	width: 100%;
}

.small_search .search_field input[type="text"]:-ms-input-placeholder {
	color: #A2A2A2;
}

.small_search .search_field input[type="text"]::placeholder {
	color: #A2A2A2;
}

.small_search .search_field .custom-dropdown {
	width: 100%;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {

	.small_search .search_field .custom-dropdown {
		position: relative;
	}
}

.small_search .search_field .custom-dropdown:nth-child(3),
			.small_search .search_field .custom-dropdown:nth-child(4) {
	width: 45%;
}

@media (min-width: 500px) {

	.small_search .search_field .custom-dropdown {
		width: 48%;
	}

	.small_search .search_field .custom-dropdown:nth-child(3),
				.small_search .search_field .custom-dropdown:nth-child(4) {
		width: 48%;
	}
}

@media (min-width: 768px) {

	.small_search .search_field .custom-dropdown {
		width: auto;
		margin-bottom: 0;
	}

	.small_search .search_field .custom-dropdown:nth-child(3),
				.small_search .search_field .custom-dropdown:nth-child(4) {
		width: 20%;
	}
}

.small_search .search_field .custom-text {
	position: relative;
}

.small_search .search_field .custom-text span {
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	position: absolute;
	z-index: 1;
}

.small_search .search_field .custom-text input[type="text"] {
	padding: 0 0.1rem 0.1rem 4rem;
}

.small_search .search_field .dropdown-hidden {
	border: 0;
	padding: 0.3rem 3rem 2rem;
	box-shadow: 0 0.2rem 0.4rem #A2A2A2;
	border-radius: 0 0 1rem 1rem;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	background: #fff;
	z-index: 20;
	left: 0;
	right: 0;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 90%;
	margin: 0 auto;
}

@media (max-width: 767px) {

	.small_search .search_field .dropdown-hidden {
		width: 100%;
	}
}

.small_search .search_field .dropdown-hidden.show-drop {
	visibility: visible;
	opacity: 1;
}

.small_search .search_field .dropdown-header--is-droped + .dropdown-hidden {
	visibility: visible;
	opacity: 1;/*opacity: .2;*/
}

.small_search .search_field ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
	column-gap: 1rem;
	margin-bottom: 0;
}

@media (min-width: 650px) {

	.small_search .search_field ul {
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 900px) {

	.small_search .search_field ul {
		-ms-grid-columns: 1fr 1fr 1fr;
		    grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {

	.small_search .search_field ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.small_search .search_field ul li {
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	width: 100%;
	list-style-type: none;
	margin-bottom: 1px;
	display: inline-block;
	min-width: 18rem;
	color: #A2A2A2;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.small_search .search_field ul li::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (max-width: 767px) {

	.small_search .search_field ul li.or-1 {
		-ms-flex-order: 1;
		    order: 1;
	}

	.small_search .search_field ul li.or-2 {
		-ms-flex-order: 2;
		    order: 2;
	}

	.small_search .search_field ul li.or-3 {
		-ms-flex-order: 3;
		    order: 3;
	}

	.small_search .search_field ul li.or-4 {
		-ms-flex-order: 4;
		    order: 4;
	}

	.small_search .search_field ul li.or-5 {
		-ms-flex-order: 5;
		    order: 5;
	}

	.small_search .search_field ul li.or-6 {
		-ms-flex-order: 6;
		    order: 6;
	}

	.small_search .search_field ul li.or-7 {
		-ms-flex-order: 7;
		    order: 7;
	}

	.small_search .search_field ul li.or-8 {
		-ms-flex-order: 8;
		    order: 8;
	}

	.small_search .search_field ul li.or-9 {
		-ms-flex-order: 9;
		    order: 9;
	}

	.small_search .search_field ul li.or-10 {
		-ms-flex-order: 10;
		    order: 10;
	}

	.small_search .search_field ul li.or-11 {
		-ms-flex-order: 11;
		    order: 11;
	}

	.small_search .search_field ul li.or-12 {
		-ms-flex-order: 12;
		    order: 12;
	}

	.small_search .search_field ul li.or-13 {
		-ms-flex-order: 13;
		    order: 13;
	}

	.small_search .search_field ul li.or-14 {
		-ms-flex-order: 14;
		    order: 14;
	}

	.small_search .search_field ul li.or-15 {
		-ms-flex-order: 15;
		    order: 15;
	}

	.small_search .search_field ul li.or-16 {
		-ms-flex-order: 16;
		    order: 16;
	}

	.small_search .search_field ul li.or-17 {
		-ms-flex-order: 17;
		    order: 17;
	}

	.small_search .search_field ul li.or-18 {
		-ms-flex-order: 18;
		    order: 18;
	}

	.small_search .search_field ul li.or-19 {
		-ms-flex-order: 19;
		    order: 19;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1899px) {

		.small_search .search_field ul li.or-1 {
			-ms-flex-order: 1;
			    order: 1;
		}

		.small_search .search_field ul li.or-2 {
			-ms-flex-order: 2;
			    order: 2;
		}

		.small_search .search_field ul li.or-3 {
			-ms-flex-order: 3;
			    order: 3;
		}

		.small_search .search_field ul li.or-4 {
			-ms-flex-order: 4;
			    order: 4;
		}

		.small_search .search_field ul li.or-5 {
			-ms-flex-order: 5;
			    order: 5;
		}

		.small_search .search_field ul li.or-6 {
			-ms-flex-order: 6;
			    order: 6;
		}

		.small_search .search_field ul li.or-7 {
			-ms-flex-order: 7;
			    order: 7;
		}

		.small_search .search_field ul li.or-8 {
			-ms-flex-order: 8;
			    order: 8;
		}

		.small_search .search_field ul li.or-9 {
			-ms-flex-order: 9;
			    order: 9;
		}

		.small_search .search_field ul li.or-10 {
			-ms-flex-order: 10;
			    order: 10;
		}

		.small_search .search_field ul li.or-11 {
			-ms-flex-order: 11;
			    order: 11;
		}

		.small_search .search_field ul li.or-12 {
			-ms-flex-order: 12;
			    order: 12;
		}

		.small_search .search_field ul li.or-13 {
			-ms-flex-order: 13;
			    order: 13;
		}

		.small_search .search_field ul li.or-14 {
			-ms-flex-order: 14;
			    order: 14;
		}

		.small_search .search_field ul li.or-15 {
			-ms-flex-order: 15;
			    order: 15;
		}

		.small_search .search_field ul li.or-16 {
			-ms-flex-order: 16;
			    order: 16;
		}

		.small_search .search_field ul li.or-17 {
			-ms-flex-order: 17;
			    order: 17;
		}

		.small_search .search_field ul li.or-18 {
			-ms-flex-order: 18;
			    order: 18;
		}

		.small_search .search_field ul li.or-19 {
			-ms-flex-order: 19;
			    order: 19;
		}
	}
}

.small_search .search_field .custom-checkbox + label {
	color: #055a5c;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.small_search .search_field [type="checkbox"]:not(:checked),
        .small_search .search_field [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.small_search .search_field [type="checkbox"]:not(:checked) + label,
	    .small_search .search_field [type="checkbox"]:checked + label {
	position: relative;
	left: 2.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.small_search .search_field [type="checkbox"]:not(:checked) + label {
	color: #A2A2A2;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.small_search .search_field [type="checkbox"]:not(:checked) + label:before,
	    .small_search .search_field [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: -2.5rem;
	top: 0.3rem;
	width: 1.8rem;
	height: 1.8rem;
	border: 0.2rem solid #055a5c;
	background: transparent;
}

.small_search .search_field [type="checkbox"]:checked + label:before {
	border: 0.2rem solid #055a5c;
	background: #fff;
}

.small_search .search_field [type="checkbox"]:not(:checked) + label:after,
	    .small_search .search_field [type="checkbox"]:checked + label:after {
	content: url(/wp-content/uploads/2022/02/check3.svg);
	position: absolute;
	top: -0.2rem;
	left: -2.1rem;
	transition: all .2s;
}

.small_search .search_field [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.small_search .search_field [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.small_search .search_field .custom-radio {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.small_search .search_field .custom-radio + label {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	cursor: pointer;
	padding-left: 2.6rem;
	display: block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-weight: 600;
}

.small_search .search_field .custom-radio + label span {
	float: left;
	display: inline-block;
	margin: 0.3rem 0 0 -2.6rem;
	height: 1.8rem;
	width: 1.8rem;
	vertical-align: middle;
	border: 0.2rem solid #055a5c;
	border-radius: 50%;
	position: relative;
}

.small_search .search_field .custom-radio:checked + label {
	color: #055a5c;
}

.small_search .search_field .custom-radio:checked + label span:before {
	content: '';
	background: #055a5c;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.small_search .btns {
	background: #055a5c;
	padding: 1.7rem 2rem;
}

@media (min-width: 768px) {

	.small_search .btns {
		padding: 1.7rem 0;
	}
}

.small_search .btns .block {
	max-width: 67.1rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.small_search .btns .block .white-btn {
	display: inline-block;
	-ms-flex: 100%;
	    flex: 100%;
	background: rgba(255,255,255, 0.24);
	border-radius: 0.7rem;
	padding: 1.2rem 1.5rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border: none;
	cursor: pointer;
}

.small_search .btns .block .white-btn + .white-btn {
	margin-top: 1rem;
}

.small_search .btns .block .white-btn:hover {
	background: #fff;
	color: #055a5c;
}

.small_search .btns .block .white-btn.new {
	transition: .3s ease;
	position: relative;
	overflow: hidden;
}

.small_search .btns .block .white-btn.new:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7da10c;
	display: block;
	transition: .3s ease;
}

.small_search .btns .block .white-btn.new i {
	position: relative;
	z-index: 10;
}

.small_search .btns .block .white-btn.new:hover {
	color: #7da10c;
}

.small_search .btns .block .white-btn.new:hover:before {
	transform: scale(.2);
	opacity: 0;
}

@media (min-width: 650px) {

	.small_search .btns .block .white-btn {
		-ms-flex: 1;
		    flex: 1;
		font-size: 1.2rem;
	}

	.small_search .btns .block .white-btn + .white-btn {
		margin-left: 4rem;
		margin-top: 0;
	}
}

@media (min-width: 720px) {

	.small_search .btns .block .white-btn {
		font-size: 1.3rem;
	}
}

@media (min-width: 900px) {

	.small_search .btns .block .white-btn {
		font-size: 1.5rem;
	}
}

/* -------------------------- *\
    .filter
\* -------------------------- */

.filter { 
	width: 100%;
	position: fixed;
	top: 5.5rem;
	bottom: 0;
	right: 0;
	transform: translateX(110%);
	opacity: 0;
	visibility: hidden;
	padding: 0;
	z-index: 20;
	background: #fff;
	border-bottom: 0.1rem solid #A2A2A2;
	transition: .3s ease;
}

.filter--show {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.filter .bg {
		position: fixed;
		top: 0;
		left: calc(-100vw - 5.5rem);
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,.7);
		cursor: pointer;
		transition: .3s ease;
	}
}

.filter.down {
	top: 0;
}

.filter.down .filter__content {
	height: calc(100vh - 5.5rem);
}

.filter button.close-filter {
	display: none;
}

@media (min-width: 785px) {

	.filter button.close-filter {
		padding: 0 0 0 5.5rem;
		width: 5.5rem;
		height: 100%;
		background: #055a5c;
		position: absolute;
		top: 0;
		left: -5.5rem;
		border: 0;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		display: inline-block;
	}

	.filter button.close-filter img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(180deg);
	}
}

@media (min-width: 785px) {

	.filter {
		width: 73rem;
	}
}

.filter__content {
	overflow-y: scroll;
	height: calc(100vh - 10rem);
	padding-bottom: 13rem;/*.middle {
			@mixin max 767 {
				padding: 1rem 2.7rem 5rem !important;
			}
		}*/
}

.filter .top {
	background: rgba(5,90,92, 0.1);
	padding: 1.2rem 2.9rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 768px) {

	.filter .top {
		padding: 1.6rem 4.5rem;
	}
}

.filter .top .l {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	color: #055a5c;
}

.filter .top .l svg {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.5rem;
}

@media (min-width: 768px) {

	.filter .top .l {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}

	.filter .top .l svg {
		width: 1.8rem;
		height: 1.8rem;
		margin-right: 0.5rem;
	}
}

.filter .top .r a {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-right: 6rem;
	display: none;
}

.filter .top .r a svg {
	width: 1.9rem;
	height: 1.9rem;
	margin-right: 0.5rem;
	vertical-align: bottom;
}

@media (min-width: 768px) {

	.filter .top .r a {
		display: inline-block;
	}
}

.filter .top .r .close-filter {
	cursor: pointer;
}

.filter .top .r svg {
	width: 1.6rem;
	height: 1.6rem;
	color: #055a5c;
}

@media (min-width: 768px) {

	.filter .top .r svg {
		width: 2rem;
		height: 2rem;
	}
}

.filter .middle {
	padding: 1rem 2.7rem;
}

@media (min-width: 768px) {

	.filter .middle {
		padding: 2.1rem 4.2rem;
	}
}

.filter .middle .block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.filter .middle .l:not(.bottom .l),
		.filter .middle .r:not(.bottom .l) {
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.filter .middle .l:not(.bottom .l),
		.filter .middle .r:not(.bottom .l) {
		width: calc(50% - 2.5rem);
		margin-bottom: 3rem;
	}
}

.filter .middle .blocks {
	margin-bottom: 3rem;
}

.filter .middle .property-dropdowns {
	position: relative;
}

.filter .middle .property-dropdowns:last-child {
	margin-bottom: 0;
}

.filter .middle .property-dropdowns .t {
	text-align: right;
}

.filter .middle .property-dropdowns .t button {
	border: 0;
	background: transparent;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
}

.filter .middle .property-dropdowns .t button:hover {
	color: #7da10c;
}

.filter .middle .property-dropdowns .t button img {
	width: 1.1rem;
	height: 1.1rem;
	margin-left: 1.1rem;
}

.filter .middle .property-dropdowns .b button {
	width: 100%;
	background: #055a5c;
	border-radius: 0.7rem;
	padding: 0.9rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.9rem;
	text-transform: uppercase;
	border: 0;
	color: #fff;
	margin-top: 0.4rem;
	cursor: pointer;
	transition: .3s ease;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.filter .middle .property-dropdowns .b button:hover {
	background: #7da10c;
}

@media (max-width: 767px) {

	.filter .middle .property-dropdowns .b button {
		position: fixed;
		bottom: 1rem;
		left: 2rem;
		width: 90%;
	}
}

@media (min-width: 768px) {

	.filter .middle .property-dropdowns.some {
		margin-top: 3rem;
	}
}

.filter .middle .property-dropdowns.some .dropdown-header {
	cursor: pointer;
	border: 0;
	padding: 0.7rem 1.8rem 0.9rem 0;
}

.filter .middle .property-dropdowns.some .dropdown-header p {
	color: #055a5c;
	position: relative;
	margin-bottom: 0;
}

.filter .middle .property-dropdowns.some .dropdown-header:after {
	content: none;
}

.filter .middle .property-dropdowns.some [type="checkbox"]:not(:checked) + label,
				.filter .middle .property-dropdowns.some [type="checkbox"]:checked + label {
	position: relative;
	left: 2.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.6rem;
	line-height: 3rem;
	padding-left: 2rem;
}

.filter .middle .property-dropdowns.some [type="checkbox"]:not(:checked) + label:before,
				.filter .middle .property-dropdowns.some [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: -2.5rem;
	top: 0;
	background: transparent;
	width: 3rem;
	height: 3rem;
	border: 0.1rem solid #A2A2A2;
	border-radius: 0.7rem;
	padding: 0.3rem 0 0;
}

.filter .middle .property-dropdowns.some [type="checkbox"]:not(:checked) + label:after,
				.filter .middle .property-dropdowns.some [type="checkbox"]:checked + label:after {
	content: url(/wp-content/uploads/2022/02/check3.svg);
	position: absolute;
	top: -0.3rem;
	left: -1.5rem;
	transform: scale(1.5);
	transition: all .2s;
}

.filter .middle .property-dropdowns .is-droped {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

.filter .middle .property-dropdowns .is-droped p {
	margin-bottom: 0.8rem;
}

.filter .middle .property-dropdowns .is-droped a svg {
	width: 1.9rem;
	height: 1.9rem;
	color: #055a5c;
	margin-left: 0.6rem;
	vertical-align: bottom;
}

.filter .middle .property-dropdowns .is-droped svg {
	width: 2rem;
	height: 1.9rem;
	color: #055a5c;
	margin-left: 1.3rem;
	vertical-align: bottom;
}

.filter .middle .property-dropdowns .bottom--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.filter .middle .property-dropdowns .bottom--flex .l,
					.filter .middle .property-dropdowns .bottom--flex .r {
	width: 48%;
	margin-bottom: 0;
}

.filter .middle .property-dropdowns .dropdown-header {
	cursor: pointer;
	background: #fff;
	border: 0.1rem solid #979797;
	border-radius: 0.7rem;
	padding: 0.7rem 3rem 0.9rem 1.8rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.filter .middle .property-dropdowns .dropdown-header:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	width: 3rem;
	height: 2.9rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-65%);
}

.filter .middle .property-dropdowns .dropdown-header--is-droped:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

.filter .middle .property-dropdowns .dropdown-header p {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
}

.filter .middle .property-dropdowns input[type="number"] {
	background: #fff;
	border: 0.1rem solid #979797;
	border-radius: 0.7rem;
	padding: 0.7rem 0 0.9rem 1.8rem;
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
}

.filter .middle .property-dropdowns input[type="number"]:-ms-input-placeholder {
	color: #A2A2A2;
}

.filter .middle .property-dropdowns input[type="number"]::placeholder {
	color: #A2A2A2;
}

.filter .middle .property-dropdowns .dropdown-hidden {
	border: 0;
	padding: 0.3rem 3rem 2rem;
	box-shadow: 0 0.2rem 0.4rem #A2A2A2;
	border-radius: 1rem;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	background: #fff;
	z-index: 20;
	left: 0;
	right: 0;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	margin: 0 auto;
}

.filter .middle .property-dropdowns .dropdown-header--is-droped + .dropdown-hidden {
	visibility: visible;
	opacity: 1;
}

.filter .middle .property-dropdowns ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
	column-gap: 5rem;
	margin-bottom: 0;
}

.filter .middle .property-dropdowns ul li {
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	width: 100%;
	list-style-type: none;
	margin-bottom: 1px;
	display: inline-block;
	min-width: 18rem;
	color: #A2A2A2;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.filter .middle .property-dropdowns ul li::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.filter .middle .property-dropdowns .custom-checkbox + label {
	color: #055a5c;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.filter .middle .property-dropdowns [type="checkbox"]:not(:checked),
	        .filter .middle .property-dropdowns [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.filter .middle .property-dropdowns [type="checkbox"]:not(:checked) + label,
		    .filter .middle .property-dropdowns [type="checkbox"]:checked + label {
	position: relative;
	left: 2.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.filter .middle .property-dropdowns [type="checkbox"]:not(:checked) + label {
	color: #A2A2A2;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.filter .middle .property-dropdowns [type="checkbox"]:not(:checked) + label:before,
		    .filter .middle .property-dropdowns [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: -2.5rem;
	top: 0.3rem;
	width: 1.8rem;
	height: 1.8rem;
	border: 0.2rem solid #055a5c;
	background: transparent;
}

.filter .middle .property-dropdowns [type="checkbox"]:checked + label:before {
	border: 0.2rem solid #055a5c;
	background: #fff;
}

.filter .middle .property-dropdowns [type="checkbox"]:not(:checked) + label:after,
		    .filter .middle .property-dropdowns [type="checkbox"]:checked + label:after {
	content: url(/wp-content/uploads/2022/02/check3.svg);
	position: absolute;
	top: -0.2rem;
	left: -2.1rem;
	transition: all .2s;
}

.filter .middle .property-dropdowns [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.filter .middle .property-dropdowns [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.filter .middle .property-dropdowns .custom-radio {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.filter .middle .property-dropdowns .custom-radio + label {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	cursor: pointer;
	padding-left: 2.6rem;
	display: block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-weight: 600;
}

.filter .middle .property-dropdowns .custom-radio + label span {
	float: left;
	display: inline-block;
	margin: 0.3rem 0 0 -2.6rem;
	height: 1.8rem;
	width: 1.8rem;
	vertical-align: middle;
	border: 0.2rem solid #055a5c;
	border-radius: 50%;
	position: relative;
}

.filter .middle .property-dropdowns .custom-radio:checked + label {
	color: #055a5c;
}

.filter .middle .property-dropdowns .custom-radio:checked + label span:before {
	content: '';
	background: #055a5c;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.filter .middle .offer-search input {
	background: #fff;
	border: 0.1rem solid #979797;
	border-radius: 0.7rem;
	padding: 0.7rem 3rem 0.9rem 1.8rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	width: 100%;
	color: #A2A2A2;
}

.filter .middle .offer-search input:-ms-input-placeholder {
	color: #A2A2A2;
}

.filter .middle .offer-search input::placeholder {
	color: #A2A2A2;
}

.filter .middle .offer-search input:focus {
	border: 0.1rem solid #7da10c;
}

.filter .bot {
	padding: 1.6rem 4rem 3.5rem;
	display: none;
	-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: 750px) {

	.filter .bot {
		display: -ms-flexbox;
		display: flex;
	}
}

.filter .bot p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
	margin-bottom: 2.5rem;
	width: 100%;
}

.filter .bot .details {
	width: 13.7rem;
	color: #055a5c;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

.filter .bot .details:nth-child(3) {
	width: 14.8rem;
}

.filter .bot .details:nth-child(4) {
	width: 13.4rem;
}

.filter .bot .details p,
			.filter .bot .details a {
	color: #055a5c;
}

.filter .bot .details p {
	line-height: 2.5rem;
	margin-bottom: 0;
}

.filter .bot .details a {
	display: block;
}

.filter .bot .details a + a {
	margin-top: 0.9rem;
}

/* -------------------------- *\
    .listing
\* -------------------------- */

.listing {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	height: calc(100vh - 5.5rem);
}

.listing .left {
	width: 0%;
	position: relative;
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.listing .left {
		width: 60%;
		height: 100%;
	}
}

@media (min-width: 1200px) {

	.listing .left {
		width: 66%;
	}
}

@media (min-width: 1400px) {

	.listing .left {
		width: 70%;
	}
}

@media (min-width: 1600px) {

	.listing .left {
		width: 75%;
	}
}

@media (min-width: 1889px) {

	.listing .left {
		width: 60%;
	}
}

.listing .left--zero {
	width: 0;
}

.listing .left .view {
	position: absolute;
	bottom: 2rem;
	left: 0;
}

.listing .left .map-1,
		.listing .left #properties_map {
	height: 100%;
}

.listing #search-results-search-form > .right {
	width: 100%;
}

.listing .right:not(.home-search .right, .property__info .right) {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
	position: relative;
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.listing .right:not(.home-search .right, .property__info .right) {
		width: 40%;
		padding: 0 0 0 5.5rem;
	}
}

@media (min-width: 1200px) {

	.listing .right:not(.home-search .right, .property__info .right) {
		width: 34%;
	}
}

@media (min-width: 1400px) {

	.listing .right:not(.home-search .right, .property__info .right) {
		width: 30%;
	}
}

@media (min-width: 1600px) {

	.listing .right:not(.home-search .right, .property__info .right) {
		width: 25%;
	}
}

@media (min-width: 1889px) {

	.listing .right:not(.home-search .right, .property__info .right) {
		width: 40%;
	}
}

.listing .right:not(.home-search .right, .property__info .right) .full-listing {
	position: fixed;
	top: 0;
	left: 60%;
	border: 0;
	background: #055a5c;
	width: 5.5rem;
	min-height: 100vh;
	box-shadow: 0 0.2rem 0.4rem rgba(84,84,84, 0.5);
	overflow: hidden;
	cursor: pointer;
	transition: .3s ease;
	transform: translateY(0);
	display: none;
	z-index: 1;
}

@media (min-width: 1024px) {

	.listing .right:not(.home-search .right, .property__info .right) .full-listing {
		display: block;
	}
}

@media (min-width: 1200px) {

	.listing .right:not(.home-search .right, .property__info .right) .full-listing {
		left: 66%;
	}
}

@media (min-width: 1400px) {

	.listing .right:not(.home-search .right, .property__info .right) .full-listing {
		left: 70%;
	}
}

@media (min-width: 1600px) {

	.listing .right:not(.home-search .right, .property__info .right) .full-listing {
		left: 75%;
	}
}

@media (min-width: 1889px) {

	.listing .right:not(.home-search .right, .property__info .right) .full-listing {
		left: 60%;
	}
}

.listing .right:not(.home-search .right, .property__info .right) .full-listing:hover {
	background: #055a5c;
}

.listing .right:not(.home-search .right, .property__info .right) .full-listing:before {
	content: url(/wp-content/uploads/2022/02/right-1.svg);
}

.listing .right:not(.home-search .right, .property__info .right) .full-listing--open {
	left: 0;
	background: #055a5c;
}

.listing .right:not(.home-search .right, .property__info .right) .full-listing--open:before {
	content: url(/wp-content/uploads/2022/02/left-1.svg);
}

.listing .right:not(.home-search .right, .property__info .right) .full-width {
	max-width: 130rem;
	margin: 0 auto;
	padding: 1.3rem 0;
}

.listing .right:not(.home-search .right, .property__info .right) .bread {
	background: rgba(5,90,92, 0.04);
	padding: 1rem 3rem;
}

.listing .right:not(.home-search .right, .property__info .right) .bread .shell {
	max-width: 130rem;
	margin: 0 auto;
	padding: 0;
	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;
}

.listing .right:not(.home-search .right, .property__info .right) .bread ul {
	list-style-type: none;
	list-style-position: inside;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.listing .right:not(.home-search .right, .property__info .right) .bread ul li {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
}

.listing .right:not(.home-search .right, .property__info .right) .bread ul li img {
	margin: 0 1rem;
}

.listing .right:not(.home-search .right, .property__info .right) .bread span {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #A2A2A2;
}

.listing .right:not(.home-search .right, .property__info .right) .bread span span {
	font-weight: 400;
}

.listing .right:not(.home-search .right, .property__info .right) h2 {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.6rem;
	color: #055a5c;
	margin-bottom: 1.1rem;
	margin-bottom: 0;
	padding: 0 3rem;
}

@media (min-width: 1024px) {

	.listing .right:not(.home-search .right, .property__info .right) h2 {
		font-weight: 600;
		font-size: 2.1rem;
		line-height: 3rem;
	}
}

.listing .right:not(.home-search .right, .property__info .right) h2 span {
	color: #7da10c;
}

.listing .right:not(.home-search .right, .property__info .right) .filters {
	padding: 0 3rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #055a5c;
	margin: 0 auto;/*a.sort {
				font-weight: 400;
				color: $c4;
				margin-right: 0;
				cursor: pointer;

				& + .sort {
					&:before {
						content: '';
						margin: 0 0.6rem;
						display: inline-block;
						width: 0.1rem;
						height: 1.9rem;
						background: $c4;
						vertical-align: sub;
					}
				}

				&.current,
				&:hover {
					color: $c2;
				}
			}*//*&__right {
				a {
					display: block;
					text-align: right;

					& + a {
						margin-top: 1.1rem;
					}
				}

				
			}*/
}

@media (min-width: 1024px) {

	.listing .right:not(.home-search .right, .property__info .right) .filters {
		font-size: 1.4rem;
		line-height: 1.9rem;
		margin-bottom: 1.9rem;
	}
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top {
	margin-bottom: 1.8rem;
	max-width: 61.4rem;
}

@media (min-width: 900px) {

	.listing .right:not(.home-search .right, .property__info .right) .filters .top {
		margin-bottom: 2rem;
	}
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search.small-hide {
	display: none;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field {
	padding: 0;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field ul {
	column-gap: 0;
}

@media (min-width: 768px) {

	.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field ul {
		-ms-grid-columns: 1fr 1fr 1fr;
		    grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1899px) {

		.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field ul {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-ms-grid-columns: 1fr;
			    grid-template-columns: 1fr;
			-ms-flex-direction: column;
			    flex-direction: column;
		}
	}
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field [type="checkbox"]:not(:checked) + label {
	font-size: 1.4rem;
}

@media (min-width: 1024px) {

	@media (max-width: 1889px) {

		.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field .custom-dropdown {
			width: 100%;
			margin-bottom: 1rem;
		}

		.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field .custom-dropdown:nth-child(3),
						    		.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field .custom-dropdown:nth-child(4) {
			width: 45%;
		}
	}
}

@media (max-width: 1890px) {

	.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field .custom-dropdown {
		position: relative;
	}
}

@media (max-width: 1890px) {

	.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .search_field .dropdown-hidden {
		width: 100%;
	}
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .bt {/*text-align: center;*/
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .new-btn {
	width: 20rem;
	background: #055a5c;
	border-radius: 0.7rem;
	padding: 0.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.9rem;
	text-transform: uppercase;
	border: 0;
	color: #fff;
	margin: 1.5rem auto 0;
	cursor: pointer;
	transition: .3s ease;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .new-btn:hover {
	background: #7da10c;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search .dropdown-hidden {
	padding: 1.5rem;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .top .small_search.hide {
	display: none;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .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;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom .show-big {
	display: none;
}

@media (min-width: 1889px) {

	.listing .right:not(.home-search .right, .property__info .right) .filters .bottom .show-big {
		display: block;
	}
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom .show-big.hide-bm {
	font-size: 0;
}

@media (min-width: 1889px) {

	.listing .right:not(.home-search .right, .property__info .right) .filters .bottom .show-small {
		display: none;
	}
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom .show-small.hide-bm {
	font-size: 0;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom .hide-form {
	font-size: 0;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom .hide-form.show {
	font-size: 1.4rem;
	line-height: 2rem;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom a {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom a:hover {
	color: #7da10c;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom a svg {
	width: 1.8rem;
	height: 1.8rem;
	color: #055a5c;
	vertical-align: middle;
	margin-right: 1rem;
}

.listing .right:not(.home-search .right, .property__info .right) .filters .bottom a:nth-child(2) svg {
	margin-left: 1rem;
	margin-right: 0;
}

.listing .right--full {
	width: 100% !important;
}

.listing .right--full .full-listing {
	left: 0;
}

.listing .right--full h2 {
	padding: 0 !important;
}

.listing .right--full .filters {
	padding: 0 !important;
}

.listing .right--full .full-width.bottom-info p {
	width: 100%;
}

@media (min-width: 900px) {

	.listing .right--full .full-width.bottom-info p {
		width: 45%;
	}
}

.listing .right--full .full-width.bottom-info .details {
	width: auto;
}

.listing .right--full .full-width.bottom-info .details:nth-child(3) {
	width: auto;
}

.listing .right--full .full-width.bottom-info .details:nth-child(3) p {
	width: 14.8rem;
}

.listing .right--full .full-width.bottom-info .details:nth-child(4) {
	width: auto;
}

.listing__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;/*align-items: center;*/
	margin: 0 -1rem;
	padding: 1.3rem 0.7rem;
	background: #fff;
	max-width: 131rem;
	margin: 0 auto;
}

@media (min-width: 1024px) {

	.listing__grid {
		background: transparent;
		padding: 0;
	}
}

.listing__grid .right {
	box-shadow: none;
	background: transparent;
	padding: 0;
	width: auto;
}

.listing__grid .property {
	width: 30.7rem;
	margin: 0 1rem 1.6rem;
}

.listing__grid .property .property__info .right span {
	margin-bottom: 0.5rem;
}

.listing__grid .property .property__slide .slick-prev,
		    	.listing__grid .property .property__slide .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	top: 40%;
	display: block;
	width: 2.5rem;
	height: 1.6rem;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	opacity: 0;
	transition: .3s ease;
	box-shadow: none;
}

.listing__grid .property .property__slide .slick-prev {
	left: -1rem;
}

[dir="rtl"] .listing__grid .property .property__slide .slick-prev {
	left: auto;
	right: -1rem;
}

.listing__grid .property .property__slide .slick-next {
	right: 4rem;
}

[dir="rtl"] .listing__grid .property .property__slide .slick-next {
	left: 4rem;
	right: auto;
}

.listing .estate-listing-paging {
	padding: 2rem;
}

@media (min-width: 1889px) {

	.listing .estate-listing-paging {
		padding: 2rem 0;
	}
}

.listing .estate-listing-paging .current {
	background: #055a5c;
	color: #fff;
}

.listing .estate-listing-paging .page-numbers {
	font-size: 1.4rem;
	line-height: 1.9rem;
	border: 0;
	border-radius: 50%;
	padding-top: 0.2rem;
	width: 2.5rem;
	height: 2.5rem;
	position: relative;
	display: inline-block;
	text-align: center;
}

.listing .estate-listing-paging .page-numbers:hover {
	background: #055a5c;
	color: #fff;
}

.listing .bottom-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 4rem auto 2rem !important;
	padding: 0 3rem !important;
}

.listing .bottom-info p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
	margin-bottom: 2.5rem;
	width: 100%;
}

.listing .bottom-info .details {
	width: 13.7rem;
	color: #055a5c;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

.listing .bottom-info .details:nth-child(3) {
	width: 14.8rem;
	margin-top: 2rem;
}

@media (min-width: 345px) {

	.listing .bottom-info .details:nth-child(3) {
		margin-top: 0;
	}
}

.listing .bottom-info .details:nth-child(4) {
	width: 13.4rem;
	margin-top: 2rem;
}

@media (min-width: 480px) {

	.listing .bottom-info .details:nth-child(4) {
		margin-top: 0;
	}
}

@media (min-width: 1024px) {

	.listing .bottom-info .details:nth-child(4) {
		margin-top: 2rem;
	}
}

@media (min-width: 1068px) {

	.listing .bottom-info .details:nth-child(4) {
		margin-top: 0;
	}
}

.listing .bottom-info .details p,
			.listing .bottom-info .details a {
	color: #055a5c;
}

.listing .bottom-info .details p {
	line-height: 2.5rem;
	margin-bottom: 0;
}

.listing .bottom-info .details a {
	display: block;
}

.listing .bottom-info .details a + a {
	margin-top: 0.9rem;
}

/* -------------------------- *\
    .breadcrumb
\* -------------------------- */

.breadcrumb { 
	padding: 1rem 0;
	background: #f6f8f9;
}

.breadcrumb .shell {
	max-width: 125rem;
	padding: 0;
	margin: 0 auto;
}

@media (max-width: 1255px) {

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

.breadcrumb ul {
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: inside;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.breadcrumb ul li {
	position: relative;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
}

.breadcrumb ul li a {
	color: #A2A2A2;
}

.breadcrumb ul li a:hover {
	color: #055a5c;
}

.breadcrumb ul li + li:before {
	content: url(/wp-content/uploads/2022/02/back.svg);
	display: inline-block;
	margin: 0 1rem;
}

/* -------------------------- *\
    .intro
\* -------------------------- */

.intro { 
	padding: 1.3rem 0 6.5rem;
	max-width: 125rem;
	margin: 0 auto;
 }

.intro .shell {
	max-width: 86.6rem;
	padding: 0 2rem;
	margin: 0;
}

.intro .t2 {
	margin-bottom: 0.9rem;
}

.intro p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 0;
}

/* -------------------------- *\
    .broker
\* -------------------------- */

.broker { 
	width: 24rem !important;
	filter: drop-shadow( 0 .2rem .4rem #C3C3C3);
	transition: .3s ease;
	margin-right: 8rem;
}

@media (min-width: 768px) {

	.broker {
		width: 27.1rem !important;
	}
}

.broker:hover {
	filter: drop-shadow( 0 .2rem 0.8rem #C3C3C3);
}

.broker.broker_property {
	width: 100% !important;
	filter: none;
	margin-right: 0;
	margin-top: 2rem;
}

@media (min-width: 768px) {

	.broker.broker_property {
		width: 100% !important;
	}
}

.broker.broker_property:hover {
	filter: none;
}

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

.broker.broker_property .content div + div {
	margin-top: 0;
}

.broker.broker_property .content .left {
	width: 100%;
}

@media (min-width: 600px) {

	.broker.broker_property .content .left {
		width: calc(39.2% - 1rem);
	}
}

.broker.broker_property .content .left .image {
	background: #e5e5e5;
	border-radius: 0.7rem 0.7rem 0 0;
	position: relative;
	max-width: 30rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.broker.broker_property .content .left .image {
		max-width: 100%;
		height: 100%;
	}
}

.broker.broker_property .content .left .image img {
	position: relative;
	border-radius: 0.7rem 0.7rem 0 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 768px) {

	.broker.broker_property .content .left .image img {
		position: absolute;
		max-width: 100%;
		width: 100%;
	}
}

.broker.broker_property .content .right {
	margin-top: 2rem;
	width: 100%;
}

@media (min-width: 600px) {

	.broker.broker_property .content .right {
		width: calc(60% - 1rem);
		margin-top: 0;
	}
}

.broker.broker_property .content .right .top {
	margin-bottom: 1.3rem;
	display: block;
}

.broker.broker_property .content .right .top .t,
					.broker.broker_property .content .right .top .m,
					.broker.broker_property .content .right .top .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;
	width: 100%;
}

.broker.broker_property .content .right .top .b {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.broker.broker_property .content .right .top .b p {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
}

.broker.broker_property .content .right .top .b p a {
	color: #7da10c;
}

.broker.broker_property .content .right .top .b p a:hover {
	color: #055a5c;
}

.broker.broker_property .content .right span {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.broker.broker_property .content .right h3 {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.broker.broker_property .content .right h3 {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1255px) {

	.broker.broker_property .content .right h3 {
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
}

.broker.broker_property .content .right h4 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
	margin-bottom: 1.3rem;
}

.broker.broker_property .content .right .stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.broker.broker_property .content .right .stars > span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #055a5c;
	margin-right: 1.4rem;
}

.broker.broker_property .content .right .stars > div span {
	display: inline-block;
	line-height: 1.4rem;
}

.broker.broker_property .content .right .stars > div span svg {
	width: 1.5rem;
	height: 1.4rem;
	fill: #055a5c;
}

.broker.broker_property .content .right .form .gform_wrapper li.description {
	margin-top: -0.3rem;
}

.broker.broker_property .content .right .form .gform_wrapper li.description a {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
	margin-top: -0.3rem;
	display: block;
}

.broker.broker_property .content .right .broker__info {
	border-top: 0.1rem solid #E5E5E5;
	border-bottom: 0.1rem solid #E5E5E5;
	padding: 1rem 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;
	margin-bottom: 1.4rem;
}

@media (min-width: 417px) {

	.broker.broker_property .content .right .broker__info {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.broker.broker_property .content .right .broker__info .info-icon {
	width: 1.6rem;
	height: 1.6rem;
	color: #055a5c;
	position: relative;
	top: 0.3rem;
	margin-right: 0.8rem;
}

.broker .top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	position: relative;
}

/*padding-left: 3.3rem;

		@mixin min 768 {
			padding-left: 4.3rem;
		}*/

.broker .top span.label {
	background: #055a5c;
	padding: 0 0.8rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.08rem;
	text-align: center;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	transform: rotate(-180deg);
	width: 3.3rem;
	height: 23.6rem;
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	text-orientation: mixed;
	border-radius: 0 0 0.7rem 0;
}

/*position: absolute;
			bottom: 0;
			left: 0;*/

@media (min-width: 768px) {

	.broker .top span.label {
		padding: 0 0.8rem;
		font-size: 1.8rem;
		line-height: 2.5rem;
		letter-spacing: 0.08rem;
		width: 4.3rem;
	}
}

.broker .top .image {/*margin-left: 3.3rem;*/
	background: #C3C3C3;
	border-radius: 0.7rem 0.7rem 0 0;
	height: 26.3rem;
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}

.broker .top .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	bottom: -2rem;
}

@media (min-width: 768px) {

	.broker .top .image {/*margin-left: 4.3rem;*/
	}

	.broker .top .image img {
		width: 22.8rem;
	}
}

.broker .top .medal {
	position: absolute;
	top: 1.3rem;
	right: -1.5rem;
}

.broker .top .medal img {
	width: 5.2rem;
	height: 6.5rem;
}

.broker .top .medal span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -95%);
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 2.2rem;
	color: #055a5c;
}

@media (min-width: 768px) {

	.broker .top .medal {
		right: -3rem;
	}

	.broker .top .medal img {
		width: 6.2rem;
		height: 7.5rem;
	}

	.broker .top .medal span {
		transform: translate(-50%, -82%);
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
}

.broker .bottom {
	background: #fff;
	padding: 0.6rem 1rem 1.5rem;
	border-radius: 0 0 0.7rem 0.7rem;
	position: relative;
}

@media (min-width: 768px) {

	.broker .bottom {
		padding: 0.6rem 0 1.5rem 1rem;
	}
}

.broker .bottom .stars {
	position: absolute;
	width: 11.2rem;
	background: #fff;
	border-radius: 0.7rem 0.7rem 0 0;
	padding: 0.5rem 0.8rem 0;
	right: 0;
	top: -2.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.broker .bottom .stars > div span {
	display: inline-block;
	line-height: 1.4rem;
}

.broker .bottom .stars > div span svg {
	width: 1.5rem;
	height: 1.4rem;
	fill: #055a5c;
}

.broker .bottom h3 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-left: 1.3rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0.7rem;
}

@media (min-width: 768px) {

	.broker .bottom h3 {
		margin-left: 1.8rem;
		font-size: 1.7rem;
		line-height: 2.5rem;
		text-transform: uppercase;
	}
}

.broker .bottom h3 a {
	color: #055a5c;
}

.broker .bottom h3 a:hover {
	color: #7da10c;
}

.broker .bottom .details {
	border-left: 0.2rem solid #055a5c;
	padding-left: 1rem;
}

.broker .bottom .details a {
	display: block;
	position: relative;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #055a5c;
	padding-left: 1rem;
}

.broker .bottom .details a svg {
	position: absolute;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	color: #055a5c;
	top: 0.4rem;
}

.broker .bottom .details a + a {
	margin-top: 0.1rem;
}

.broker .bottom .details a:hover {
	color: #7da10c;
}

@media (min-width: 768px) {

	.broker .bottom .details {
		padding-left: 1rem;
	}

	.broker .bottom .details a {
		font-size: 1.3rem;
		line-height: 2rem;
		padding-left: 2rem;
	}

	.broker .bottom .details a svg {
		width: 1.3rem;
		height: 1.3rem;
	}

	.broker .bottom .details a + a {
		margin-top: 0.3rem;
	}
}

/* -------------------------- *\
    .brokers
\* -------------------------- */

.brokers { 
	padding: 0;
}

.brokers .t::after, .brokers .b::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.brokers .t .broker, .brokers .b .broker {
	float: left;
	margin: 2rem 5.5rem 2rem 0;
}

@media (min-width: 1024px) {

	.brokers .t,
	.brokers .b {
		margin-right: -5.5rem;
	}

	.brokers .t .broker, .brokers .b .broker {
		margin: 0rem 5.5rem 4.2rem 0;
	}
}

@media (max-width: 1024px) {

	.brokers .t {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
		padding-bottom: 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
		margin-bottom: 2rem;
	}

	.brokers .t .broker {
		margin-right: 4rem;
		min-width: 27rem;
		max-width: 27rem;
	}

	.brokers .t::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.brokers .t::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.brokers .t::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

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

	.brokers .t::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.brokers .t::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.brokers .t:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.brokers .t:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.brokers .t:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}
}

/* -------------------------- *\
    .most_popular
\* -------------------------- */

.most_popular { 
	padding: 1.6rem 0 2.4rem;
	background: rgba(5,90,92, 0.05);
}

.most_popular .shell {
	max-width: 127rem;
	padding: 0;
	margin: 0 auto;
}

@media (max-width: 1280px) {

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

.most_popular h4 {
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
	margin-bottom: 1rem;
}

@media (max-width: 900px) {

	.most_popular {
		padding-bottom: 2rem;
	}

	.most_popular .offers_listing__slider {
		padding-bottom: 2rem;
	}
}

/* -------------------------- *\
    .newsletter
\* -------------------------- */

.newsletter { 
	padding: 1.8rem 0 3.3rem;
	background: rgba(125,161,12, 0.1);
	text-align: center;
	color: #055a5c;
}

.newsletter h2 {
	font-size: 1.8rem;
	line-height: 2.9rem;
	margin-bottom: 1.2rem;
}

.newsletter p {
	font-size: 1.4rem;
	line-height: 2.7rem;
	margin-bottom: 0.7rem;
}

.newsletter .newsletter_form {
	max-width: 54.3rem;
	margin: 0 auto;
}

/* -------------------------- *\
    .single-broker
\* -------------------------- */

.single-broker { 
	padding: 0 0 6.5rem;
}

.single-broker .shell--broker {
	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;
	padding: 0 0 4.4rem;
}

@media (max-width: 1265px) {

	.single-broker .shell--broker {
		padding: 0 2rem 4.4rem;
	}
}

.single-broker .shell--broker .content {
	width: 100%;
}

@media (min-width: 990px) {

	.single-broker .shell--broker .content {
		width: calc(100% - 32.6rem);
	}
}

@media (min-width: 1200px) {

	.single-broker .shell--broker .content {
		width: calc(100% - 37.8rem);
	}
}

.single-broker .shell--broker .aside_3 {
	width: 100%;
	margin-top: 5rem;
}

@media (min-width: 730px) {

	.single-broker .shell--broker .aside_3 {
		width: 50%;
	}
}

@media (min-width: 990px) {

	.single-broker .shell--broker .aside_3 {
		margin-top: 0;
		width: 30rem;
	}
}

@media (min-width: 1200px) {

	.single-broker .shell--broker .aside_3 {
		width: 35.2rem;
	}
}

/* -------------------------- *\
    .single-property
\* -------------------------- */

.single-property { 
	padding: 0;
	position: relative;
}

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

.property-header { 
	padding: 1.4rem 0 2.5rem;
 }

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

.property-header .shell h2,
		.property-header .shell p {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 0;
	-ms-flex: 100%;
	    flex: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.property-header .shell h2,
		.property-header .shell p {
		-ms-flex: auto;
		    flex: auto;
		text-align: inherit;
	}
}

.property-header .shell p {
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-top: 2rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.property-header .shell p {
		text-align: right;
		margin-top: 0;
	}
}

.property-header .shell div + div {
	margin-top: 0;
}

/* -------------------------- *\
    .property-gallery
\* -------------------------- */

.property-gallery {
	padding: 0 0 2rem;
}

.property-gallery div + div {
	margin-top: 0 !important;
}

.property-gallery .shell {
	padding: 0;
}

@media (min-width: 900px) {

	.property-gallery .shell {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		height: 36rem;
		overflow: hidden;
	}
}

@media (min-width: 1000px) {

	.property-gallery .shell {
		height: 40rem;
	}
}

@media (min-width: 1250px) {

	.property-gallery .shell {
		height: 47.3rem;
	}
}

.property-gallery ul {
	margin-bottom: 0;
}

.property-gallery .left {
	position: relative;
	overflow: hidden;
	width: 100%;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

@media (min-width: 900px) {

	.property-gallery .left {
		width: 78.5%;
		-ms-flex: 0 0 78.5%;
		    flex: 0 0 78.5%;
	}
}

.property-gallery .left .gallery-slide {
	position: relative;
}

.property-gallery .left .gallery-slide .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.property-gallery .left .gallery-slide a {
	display: block;/*min-width: 100%;
				width: 100% !important;*/
	height: 27rem;
}

@media (min-width: 600px) {

	.property-gallery .left .gallery-slide a {
		height: 35rem;
	}
}

@media (min-width: 900px) {

	.property-gallery .left .gallery-slide a {
		height: 47.3rem;
	}
}

.property-gallery .left .gallery-slide a:not(:first-child) {
	display: none !important;
}

.property-gallery .left .gallery-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0.7rem;/*@mixin min 600 {
					height: 35rem;
				}

				@mixin min 900 {
					height: 47.3rem;
				}*/
}

.property-gallery .left .gallery-slide .slick-dots {
	display: none !important;
}

.property-gallery .left .gallery-slide.slick-initialized a:not(:first-child) {
	display: block !important;
}

.property-gallery .left .prev-slide,
		    .property-gallery .left .next-slide {
	position: absolute;
	z-index: 1;
	top: 50%;
	display: block;
	width: 4.4rem;
	height: 3.1rem;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	transition: .3s ease;
}

.property-gallery .left .prev-slide svg, .property-gallery .left .next-slide svg {
	width: 4.4rem;
	height: 3.1rem;
	fill: #fff;
}

@media (min-width: 990px) {

	.property-gallery .left .prev-slide svg, .property-gallery .left .next-slide svg {
		opacity: 0;
	}
}

.property-gallery .left .next-slide {
	left: auto;
	right: 0;
}

.property-gallery .left:hover .prev-slide svg, .property-gallery .left:hover .next-slide svg {
	opacity: 1;
}

.property-gallery .left .top-left {
	position: absolute;
	top: 1.9rem;
	left: 1.6rem;
}

.property-gallery .left .top-left span {
	display: inline-block;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #fff;
	padding: 0.3rem 1.3rem;
	text-align: center;
	background: rgba(125,161,12, .8);
	border-radius: 0.7rem;
	margin-right: 0.5rem;
}

.property-gallery .left .top-left span:last-child {
	margin-bottom: 0;
}

.property-gallery .left .top-left span.rent {
	background: rgba(5,90,92, .8);
}

.property-gallery .left .top-right {
	position: absolute;
	top: 1.9rem;
	right: 1.5rem;
}

.property-gallery .left .top-right .full-icon {
	fill: #fff;
	width: 2.2rem;
	height: 2.2rem;
}

.property-gallery .left .bottom {
	position: absolute;
	left: 1.6rem;
	bottom: 2rem;
	width: 100%;
}

.property-gallery .left .bottom span {
	color: #055a5c;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	padding: 0.5rem 1.1rem 0.4rem 1rem;
	position: relative;
	background: rgba(255,255,255, 0.9);
	border-radius: 0.7rem;
	margin-right: 0.5rem;
	display: inline-block;
}

.property-gallery .left .bottom span:last-child {
	margin-bottom: 0;
}

.property-gallery .gallery-nav {
	width: 20.8%;
	-ms-flex: 0 0 20.8%;
	    flex: 0 0 20.8%;
}

.property-gallery .gallery-nav img {
	border-radius: 0.7rem;
	width: 100%;
	height: 12.5rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.property-gallery .gallery-nav .slick-prev,
		.property-gallery .gallery-nav .slick-next {
	display: none !important;
}

.property-gallery .gallery-nav li {
	margin-bottom: 0.5rem;
	cursor: pointer;
	transition: .3s ease;
}

.property-gallery .gallery-nav li:hover {
	opacity: .7;
}

@media (max-width: 900px) {

	.property-gallery .gallery-nav {
		display: none;
	}
}

@keyframes opacity {
	0% { opacity: 1; }

	100% { opacity: 0; visibility: hidden; z-index: -1; }
}

/* -------------------------- *\
    .property-content
\* -------------------------- */

.property-content { 
	padding: 0 0 5rem;
    animation: infrombottom 1.2s forwards .3s;
    opacity: 0;
}

@media (min-width: 1024px) {

	.property-content .shell {
		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: 1024px) {

	.property-content__info {
		-ms-flex: 0 0 71%;
		    flex: 0 0 71%;
		width: 71%;
	}
}

.property-content__info div + div {
	margin-top: 3rem;
}

.property-content .accordion {
	font-family: 'Open Sans';
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #E5E5E5;
	color: #055a5c;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	cursor: pointer;
	padding: 0.7rem 0 ;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	outline:0;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	transition: .3s ease;
}

.property-content .accordion:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	margin-left: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.property-content button,
  	.property-content button:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.property-content button.accordion.open {
	color: #055a5c;
}

.property-content button.accordion.open .panel {
	display: block;
}

.property-content button.accordion.open:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

.property-content .open,
    .property-content .accordion:hover {
	background: #fff;
	color: #055a5c;
	padding-left: 1.2rem;
	outline:0;
	-webkit-tap-highlight-color: transparent;
}

.property-content .panel {
	font-size: 1.6rem;
	line-height: 2.6rem;
	overflow: hidden;
	padding-top: 1.2rem;
	height: 32.1rem;
}

/*display: none;*/

.property-content .panel p {
	margin-bottom: 0.7rem;
}

.property-content .panel .ekip_log {
	max-width: 10rem;
	position: absolute;
	left: 1.8rem;
	bottom: 1rem;
}

@media (min-width: 730px) {

	.property-content .aside_2 {
		width: 50%;
		margin: 3rem auto;
	}
}

@media (min-width: 1024px) {

	.property-content .aside_2 {
		-ms-flex: 0 0 28%;
		    flex: 0 0 28%;
		width: 28%;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		margin: 0;
		transition: .3s ease;
	}

	.property-content .aside_2.down {
		top: 5.5rem;
	}
}

@keyframes infrombottom {
    0% { opacity: 0; transform: translateY(10rem);}

    100% { opacity: 1; transform: translateY(0); }
}

/* -------------------------- *\
    .characteristics
\* -------------------------- */

.characteristics .colums {
	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;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
}

.characteristics .colums div + div {
	margin-top: 0;
}

.characteristics .colums > div {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 570px) {

	.characteristics .colums > div {
		width: calc(50% - 1.2rem);
	}
}

@media (min-width: 768px) {

	.characteristics .colums > div {
		width: calc(33.33% - 1.2rem);
	}
}

@media (min-width: 570px) {

	.characteristics .colums .right {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.characteristics .colums .right {
		width: calc(33.33% - 1.2rem);
	}
}

.characteristics .colums .color {
	text-align: right;
	color: #055a5c;
}

.characteristics .colums .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.characteristics .colums .item + .item {
	margin-top: 0.7rem;
}

/* -------------------------- *\
    .features
\* -------------------------- */

.features .panel::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.features span {
	position: relative;
	left: 3rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #737373;
	margin-bottom: 0.7rem;
	float: left;
	width: 100%;
}

@media (min-width: 450px) {

	.features span {
		width: 50%;
	}
}

@media (min-width: 600px) {

	.features span {
		width: 33%;
	}
}

@media (min-width: 768px) {

	.features span {
		width: 25%;
	}
}

.features span:before {
	content: '';
	background: transparent;
	position: absolute;
	top: 0.3rem;
	left: -3rem;
	width: 1.7rem;
	height: 1.7rem;
	border: 0.1rem solid #737373;
}

.features span.check {
	color: #055a5c;
}

.features span.check:before {
	border: 0.2rem solid #055a5c;
}

.features span.check:after {
	content: url(/wp-content/uploads/2022/02/check3.svg);
	position: absolute;
	top: 0.08rem;
	left: -2.6rem;
	transition: all .2s;
}

/* -------------------------- *\
    .description
\* -------------------------- */

.description .panel {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
}

.description .panel div + div {
	margin-top: 0;
}

.description .panel .kk-star-ratings .kksr-legend {
	display: none;
}

/* -------------------------- *\
    .property-map
\* -------------------------- */

.property-map .google-map-container {
	width: 100%;
	height: 100%;
	border-radius: 0.7rem;
}

.property-map .google-map-container div {
	margin-top: 0;
}

/* -------------------------- *\
    .region-360
\* -------------------------- */

.region-360 .content {
	position: relative;
}

.region-360 .content .right {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin-top: 0;
}

.region-360 .content .right button {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.region-360 .content .right .full-icon {
	fill: #fff;
	width: 2.8rem;
	height: 2.8rem;
}

/* -------------------------- *\
    .calculator
\* -------------------------- */

.calculator div+div {
	margin-top: 0;
}

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

.calculator .left {
	width: 100%;
	border: 0.1rem dashed #055a5c;
	border-radius: 0.7rem;
	background: rgba(5,90,92, 0.008);
	text-align: center;
	padding: 2.5rem;
	position: relative;
}

@media (min-width: 600px) {

	.calculator .left {
		width: calc(55% - 1.75rem);
	}
}

.calculator .left h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 3.3rem;
}

.calculator .left .invest,
		.calculator .left .credit {
	position: absolute;
	bottom: 1rem;
	left: 1.8rem;
}

.calculator .left .credit {
	left: auto;
	right: 1.8rem;
}

.calculator .right {
	width: 100%;
	margin-top: 3rem;
}

@media (min-width: 600px) {

	.calculator .right {
		width: calc(45% - 1.75rem);
		margin-top: 0;
	}
}

.calculator .right p {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	color: #494949;
	margin-bottom: 2rem;
	padding-left: 1rem;
}

.calculator form {
	position: relative;
	margin-bottom: 1rem;
}

.calculator form .field {
	max-width: 27rem;
	margin: 0 auto;
	position: relative;
	margin-bottom: 1.9rem;
}

.calculator form .field input[type="text"] {
	display: block;
	max-width: 20.2rem;
	margin: 0 auto;
	position: relative;
	background: #f5f5f5;
	border-radius: 0.7rem;
	border: 0;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #055a5c;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	z-index: 1;
}

@media (min-width: 650px) {

	.calculator form .field input[type="text"] {
		max-width: 22.2rem;
	}
}

.calculator form .field input[type="text"]:-ms-input-placeholder {
	color: #055a5c;
}

.calculator form .field input[type="text"]::placeholder {
	color: #055a5c;
}

.calculator form .field label {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
}

.calculator form .field span {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #055a5c;
	position: absolute;
	top: 18%;
	right: 0;
}

.calculator .range-slider {
	position: relative;
	max-width: 33.9rem;
	height: 3.5rem;
	text-align: center;
	margin: 4rem auto 0;
	cursor: pointer;
}

.calculator .range-slider input {
	pointer-events: none;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 1.5rem;
	width: 100%;
	outline: none;
	height: 2.5rem;
	margin: 0;
	padding: 0;
}

.calculator .range-slider input::-webkit-slider-thumb {
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
}

.calculator .range-slider input::-moz-range-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-moz-appearance: none;
	width: 0.9rem;
}

.calculator .range-slider input::-moz-range-track {
	position: relative;
	z-index: -1;
	background-color: rgba(0, 0, 0, 1);
	border: 0;
}

.calculator .range-slider input:last-of-type::-moz-range-track {
	-moz-appearance: none;
	background: none transparent;
	border: 0;
}

.calculator .range-slider input[type=range]::-moz-focus-outer {
	border: 0;
}

.calculator .rangeValue {
	width: 3rem;
}

.calculator .output {
	position: absolute;
	border:0;
	width: 5rem;
	height: 3.3rem;
	border-radius: 0.7rem;
	text-align: center;
	color: #fff;
	background: #7da10c;
	display: inline-block;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.3rem;
	bottom: 75%;
	left: 50%;
	transform: translate(-50%, 0);
}

.calculator .output.outputTwo {
	left: 100%;
	display: none;
}

.calculator .container {
	position: relative;/*top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);*/
}

.calculator input[type=range] {
	-webkit-appearance: none;
	background: none;
}

.calculator input[type=range]::-webkit-slider-runnable-track {
	height: 1.2rem;
	border: none;
	border-radius: 0.6rem;
	background: transparent;
}

.calculator input[type=range]::-ms-track {
	height: 1.2rem;
	background: transparent;
	border: none;
	border-radius: 0.6rem;
}

.calculator input[type=range]::-moz-range-track {
	height: 1.2rem;
	background: transparent;
	border: none;
	border-radius: 0.6rem;
}

.calculator input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 1.6rem;
	width: 1rem;
	background: #7da10c;
	margin-top: -0.2rem;
	position: relative;
	z-index: 10000;
}

.calculator input[type=range]::-ms-thumb {
	-webkit-appearance: none;
	border: none;
	height: 1.6rem;
	width: 1rem;
	background: #7da10c;
	margin-top: -0.2rem;
	position: relative;
	z-index: 10000;
}

.calculator input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	border: none;
	height: 1.6rem;
	width: 1rem;
	background: #7da10c;
	margin-top: -0.2rem;
	position: relative;
	z-index: 10000;
}

.calculator input[type=range]:focus {
	outline: none;
}

.calculator .full-range,
	.calculator .incl-range {
	width: 100%;
	height: 1.2rem;
	left: 0;
	top: 2.1rem;
	border-radius: 0.6rem;
	position: absolute;
	background: #055a5c;
}

.calculator .incl-range {
	background: #e5e5e5;
	border-radius: 0;
}

.calculator .year {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
	margin-top: 0;
	font-weight: 400;
}

.calculator .payment {
	margin-top: 1.9rem;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 3.3rem;
	color: #7da10c;
	display: block;
	margin-bottom: 3rem;
}

.calculator .payment span {
	display: block;
	margin-top: 0.1rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

/* -------------------------- *\
    .similar_property
\* -------------------------- */

.similar_property { 
	padding: 1.6rem 0 2.4rem;
	background: rgba(5,90,92, 0.05);
 }

.similar_property h2 {
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
	margin-bottom: 0;
}

.similar_property .shell {
	display: block;
	max-width: 127rem;
}

@media (max-width: 1275px) {

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

.similar_property .similar-slider {
	margin: 0 -0.9rem;
}

.similar_property .similar-slider .slick-track {
	float: left;
}

@media (max-width: 900px) {

	.similar_property .similar-slider {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
		padding: 0 1rem 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	.similar_property .similar-slider .property {
		min-width: 30.7rem;
	}

	.similar_property .similar-slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.similar_property .similar-slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}
}

.similar_property .similar-slider .slick-dots {
	display: none !important;
}

.similar_property .similar-slider .property {
	width: auto !important;
}

@media (min-width: 900px) {

	.similar_property .similar-slider .property {
		max-width: 30.7rem;
		min-width: 30.7rem;
	}
}

.similar_property .similar-slider .property .image {
	width: auto;
}

.similar_property .similar-slider .property .image a {
	display: block;
	height: 100%;
}

.similar_property .similar-slider .property .image img {
	width: 100%;
}

.similar_property .similar-slider .slick-prev,
		.similar_property .similar-slider .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

.similar_property .similar-slider .slick-prev:hover,
		    .similar_property .similar-slider .slick-prev:focus,
		    .similar_property .similar-slider .slick-next:hover,
		    .similar_property .similar-slider .slick-next:focus {
	outline: none;
	background: #fff;
	color: transparent;
}

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

.similar_property .similar-slider .slick-prev:focus:before, .similar_property .similar-slider .slick-next:focus:before {
	opacity: 1;
}

.similar_property .similar-slider .slick-prev.slick-disabled, .similar_property .similar-slider .slick-next.slick-disabled {
	opacity: 0;
}

.similar_property .similar-slider .slick-prev.slick-disabled:before, .similar_property .similar-slider .slick-next.slick-disabled:before {
	opacity: 1;
}

.similar_property .similar-slider .slick-prev:before,
		.similar_property .similar-slider .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.similar_property .similar-slider .slick-prev {
	left: .5rem;
}

[dir="rtl"] .similar_property .similar-slider .slick-prev {
	left: auto;
	right: .5rem;
}

@media (min-width: 1280px) {

	.similar_property .similar-slider .slick-prev {
		left: -2rem;
	}

	[dir="rtl"] .similar_property .similar-slider .slick-prev {
		left: auto;
		right: -2rem;
	}
}

.similar_property .similar-slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .similar_property .similar-slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.similar_property .similar-slider .slick-next {
	right: .5rem;
}

[dir="rtl"] .similar_property .similar-slider .slick-next {
	left: .5rem;
	right: auto;
}

@media (min-width: 1280px) {

	.similar_property .similar-slider .slick-next {
		right: -2rem;
	}

	[dir="rtl"] .similar_property .similar-slider .slick-next {
		left: -2rem;
		right: auto;
	}
}

.similar_property .similar-slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .similar_property .similar-slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

.similar_property .slide {
	margin: 0 0.9rem;
	padding: 1rem 0;
}

@media (min-width: 480px) {

	.similar_property .slide .property {
		width: 30.7rem;
	}
}

/* -------------------------- *\
    .aside
\* -------------------------- */

.aside { 
	padding: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 3rem;
	height: 100%;
 }

.aside.down {
	top: 3rem;
}

.aside .bg-sec {
	background: #F6F8F9;
	padding: 1.8rem;
}

.aside h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	border-bottom: 0.1rem solid #C3C3C3;
	padding-bottom: 1.9rem;
	margin-bottom: 1.9rem;
}

.aside .banner {
	margin-bottom: 1.6rem;
	background: #055a5c;
	position: relative;
	text-align: center;
	color: #fff;
}

.aside .banner img {
	width: 100%;
	height: 20rem;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.48;
}

@media (min-width: 450px) {

	.aside .banner img {
		height: 15.1rem;
	}
}

.aside .banner .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.aside .banner .info h4 {
	font-size: 1.8rem;
	line-height: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	margin-bottom: 1rem;
}

.aside .banner .btn {
	width: 21.8rem;
	display: block;
	margin: 0 auto;
}

.aside .more {
	padding: 0 0 4.5rem;
}

.aside .more .post_list_item {
	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;
	border-radius: 0.7rem;
}

.aside .more .post_list_item + .post_list_item {
	margin-top: 3.4rem;
}

.aside .more .post_list_item .image {
	width: 12.8rem;
	display: block;
}

.aside .more .post_list_item .image img {
	width: 100%;
	border-radius: 0.7rem;
	height: 8.7rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.aside .more .post_list_item .details {
	width: calc(100% - 14rem);
	margin-bottom: 0;
}

.aside .more .post_list_item .details h2 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #055a5c;
	margin-bottom: 0.7rem;
}

@media (min-width: 768px) {

	.aside .more .post_list_item .details h2 {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

.aside .more .post_list_item .details span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	color: #737373;
	position: relative;
	padding-left: 2.4rem;
}

.aside .more .post_list_item .details span svg {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 0;
	top: 0.1rem;
}

.aside .aside_property > div {
	text-align: center;
}

.aside .aside_property > div .property {
	margin: 0 auto 2rem;
}

.aside .aside_property > div .property:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(8)) {
	display: none;
}

/* -------------------------- *\
    .aside_2
\* -------------------------- */

.aside_2 { 
	padding: 2.5rem 1.5rem 1.4rem;
	background: #F6F8F9;;
	margin-top: 3rem;
 }

.aside_2 .aside_3 {
	padding: 0 1rem;
	width: 100%;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

.aside_2 .aside_3 .slick-track {
	width: 500% !important;
}

@media (min-width: 1024px) {

	.aside_2 {
		margin-top: 0;
	}
}

.aside_2 .top > div {
	text-align: center;
}

@media (min-width: 480px) {

	.aside_2 .top > div {
		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: 1rem;
		text-align: inherit;
	}
}

.aside_2 .top span {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	display: block;
	margin-bottom: 1rem;
}

@media (min-width: 480px) {

	.aside_2 .top span {
		display: inline-block;
		margin-bottom: 0;
	}
}

.aside_2 .top .m span {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 3.3rem;
}

.aside_2 .top .m span.old {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #BB0101;
	text-decoration: line-through;
	position: relative;
	top: -1rem;
	display: inline-block;
}

.aside_2 .top .m span + span {
	font-size: 1.8rem;
	line-height: 2.5rem;
}

.aside_2 .top .b span {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #737373;
}

.aside_2 .middle {
	padding: 0.8rem 0;
	border-top: 0.1rem solid #E5E5E5;
	border-bottom: 0.1rem solid #E5E5E5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin: 2rem auto 1.4rem;
}

.aside_2 .middle a {
	font-size: 1.4rem;
	line-height: 1.3rem;
	font-weight: 400;
	color: #055a5c;
	display: inline-block;
	padding: 0.6rem 1.4rem;
	position: relative;
}

@media (min-width: 480px) {

	.aside_2 .middle a {
		padding: 0.6rem 1.8rem;
	}
}

@media (min-width: 1024px) {

	.aside_2 .middle a {
		padding: 0.6rem 1.2rem;
	}
}

@media (min-width: 1255px) {

	.aside_2 .middle a {
		padding: 0.6rem 1.8rem;
	}
}

.aside_2 .middle a + a {
	border-left: 0.1rem solid #E5E5E5;
}

.aside_2 .middle a:last-child {
	padding-right: 0;
}

@media (min-width: 480px) {

	.aside_2 .middle a {
		font-size: 2.1rem;
	}
}

@media (min-width: 990px) {

	.aside_2 .middle a {
		font-size: 1.4rem;
	}
}

@media (min-width: 1255px) {

	.aside_2 .middle a {
		font-size: 1.8rem;
	}
}

.aside_2 .middle .favorite:before, .aside_2 .middle .share:before, .aside_2 .middle .phone:before {
	content: url(/wp-content/uploads/2022/02/like.svg);
	width: 2.2rem;
	height: 2.2rem;
	display: block;
}

.aside_2 .middle .favorite:hover:before, .aside_2 .middle .share:hover:before, .aside_2 .middle .phone:hover:before {
	content: url(/wp-content/uploads/2022/02/like-fill.svg);
}

.aside_2 .middle .share:before, .aside_2 .middle .phone:before {
	content: url(/wp-content/uploads/2022/02/share.svg);
}

.aside_2 .middle .share:hover:before, .aside_2 .middle .phone:hover:before {
	content: url(/wp-content/uploads/2022/02/share-fill.svg);
}

.aside_2 .middle .fav-heart {
	position: relative;
	width: 3.5rem;
	height: 3.2rem;
	padding: 0.6rem 2.8rem;
	border-right: 0.1rem solid #E5E5E5;
}

.aside_2 .middle .fav-heart.fill:before, .aside_2 .middle .fav-heart.unfill:before {
	content: url(/wp-content/uploads/2022/02/like-fill.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.5rem;
	height: 4.2rem;/*transform: translate(-50%, -43%);*/
	transform: translate(-115%, -80%);
	display: block;
}

.aside_2 .middle .fav-heart.unfill:before {
	content: url(/wp-content/uploads/2022/02/like.svg);
}

.aside_2 .middle .phone:before {
	content: url(/wp-content/uploads/2022/02/call.svg);
	vertical-align: middle;
	display: inline-block;
	margin-right: 0.5rem;
}

.aside_2 .middle .phone:hover:before {
	content: url(/wp-content/uploads/2022/02/call-fill.svg);
}

.aside_2 .bottom h3 {
	text-align: center;
	margin-bottom: 1.7rem;
	color: #737373;
	font-size: 1.6rem;
	line-height: 2,4rem;
	text-transform: uppercase;
}

/* -------------------------- *\
    .aside_3
\* -------------------------- */

.aside_3 {
	background: #F6F8F9;
	padding: 2rem 2.6rem;
	text-align: center;
}

@media (min-width: 650px) {

	.aside_3 {
		width: 50%;
		margin: 3rem auto;
	}
}

.aside_3 .slick-track {
	width: 500% !important;
}

@media (min-width: 1024px) {

	.aside_3 {
		-ms-flex: 0 0 28%;
		    flex: 0 0 28%;
		width: 28%;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		margin: 0;
	}

	.aside_3.down {
		top: 0;
	}
}

.aside_3 h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 1.3rem;
}

.aside_3 h3 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #737373;
	margin-bottom: 0.7rem;
}

.aside_3 p {
	color: #737373;
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
}

.aside_3 p:last-child {
	margin-bottom: 0;
}

.aside_3 .aside-form {
	margin-bottom: 2.6rem;
}

.aside_3 .picker,
	.aside_3 .picker-hour {/*width: 97%;*/
	padding-right: 1.5rem;
	margin-bottom: 2.2rem;
}

.aside_3 .picker .picker-slide, .aside_3 .picker-hour .picker-slide {
	margin: 0 0.5rem;
	padding: 1.5rem 0.2rem;
	border: 0.1rem solid #C3C3C3;
	text-align: center;
	width: 8.4rem !important;
	background: transparent;
	float: left;
}

.aside_3 .picker .picker-slide p, .aside_3 .picker-hour .picker-slide p {
	font-size: 1.2rem;
	margin: 0 0 0.25rem 0;
	color: #737373;
}

.aside_3 .picker .picker-slide .date, .aside_3 .picker-hour .picker-slide .date {
	font-size: 3rem;
	line-height: 4.1rem;
	font-weight: 700;
}

.aside_3 .picker .picker-slide.slick-current, .aside_3 .picker-hour .picker-slide.slick-current {
	border: 0.1rem solid #055a5c;
	background: #fff;
}

.aside_3 .picker .picker-slide.slick-current p, .aside_3 .picker-hour .picker-slide.slick-current p {
	color: #055a5c;
}

.aside_3 .picker .slick-prev,
		.aside_3 .picker .slick-next,
		.aside_3 .picker-hour .slick-prev,
		.aside_3 .picker-hour .slick-next {
	position: absolute;
	display: block;
	height: 3rem;
	width: 1.6rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
}

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

.aside_3 .picker .slick-prev:hover:before, .aside_3 .picker .slick-prev:focus:before, .aside_3 .picker .slick-next:hover:before, .aside_3 .picker .slick-next:focus:before, .aside_3 .picker-hour .slick-prev:hover:before, .aside_3 .picker-hour .slick-prev:focus:before, .aside_3 .picker-hour .slick-next:hover:before, .aside_3 .picker-hour .slick-next:focus:before {
	opacity: 0.2;
}

.aside_3 .picker .slick-prev:focus:before, .aside_3 .picker .slick-next:focus:before, .aside_3 .picker-hour .slick-prev:focus:before, .aside_3 .picker-hour .slick-next:focus:before {
	opacity: 1;
}

.aside_3 .picker .slick-prev.slick-disabled:before, .aside_3 .picker .slick-next.slick-disabled:before, .aside_3 .picker-hour .slick-prev.slick-disabled:before, .aside_3 .picker-hour .slick-next.slick-disabled:before {
	opacity: 0.2;
}

.aside_3 .picker .slick-prev:before,
		.aside_3 .picker .slick-next:before,
		.aside_3 .picker-hour .slick-prev:before,
		.aside_3 .picker-hour .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aside_3 .picker .slick-prev, .aside_3 .picker-hour .slick-prev {
	left: -2.5rem;
}

[dir="rtl"] .aside_3 .picker .slick-prev, [dir="rtl"] .aside_3 .picker-hour .slick-prev {
	left: auto;
	right: -2.5rem;
}

.aside_3 .picker .slick-prev:before, .aside_3 .picker-hour .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev.svg);
}

[dir="rtl"] .aside_3 .picker .slick-prev:before, [dir="rtl"] .aside_3 .picker-hour .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev.svg);
}

.aside_3 .picker .slick-next, .aside_3 .picker-hour .slick-next {
	right: -2rem;
}

[dir="rtl"] .aside_3 .picker .slick-next, [dir="rtl"] .aside_3 .picker-hour .slick-next {
	left: -2rem;
	right: auto;
}

.aside_3 .picker .slick-next:before, .aside_3 .picker-hour .slick-next:before {
	content: url(/wp-content/uploads/2022/02/back-1.svg);
}

[dir="rtl"] .aside_3 .picker .slick-next:before, [dir="rtl"] .aside_3 .picker-hour .slick-next:before {
	content: url(/wp-content/uploads/2022/02/back-1.svg);
}

.aside_3 .picker-hour .picker-slide {
	margin: 0 0.44rem;
	padding: 0.5rem;
	width: 6.2rem !important;
}

.aside_3 .picker-hour .picker-slide p {
	margin-bottom: 0;
}

.aside_3 .picker-hour .busy {
	text-decoration: line-through;
}

.aside_3 .register-confirmation p {
	padding: 20px;
	border: 1px solid #7da10c;
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	color: #7da10c;
}

/* -------------------------- *\
    .sing_broker
\* -------------------------- */

.sing_broker { 
	display: -ms-flexbox; 
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding-top: 2.4rem;
 }

.sing_broker .left {
	width: 100%;
	text-align: center;
}

.sing_broker .left .image {
	background: #e5e5e5;
	border-radius: 0.7rem 0.7rem 0 0;
	position: relative;
	max-width: 30rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.sing_broker .left .image {
		max-width: 100%;
		height: 100%;
	}
}

@media (min-width: 600px) {

	.sing_broker .left {
		width: calc(39.2% - 1rem);
	}
}

.sing_broker .left img {
	border-radius: 0.7rem 0.7rem 0 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 768px) {

	.sing_broker .left img {
		position: absolute;
		max-width: 100%;
		width: 100%;
	}
}

.sing_broker .right {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}

@media (min-width: 600px) {

	.sing_broker .right {
		width: calc(60% - 1rem);
		margin-top: 0;
		text-align: inherit;
	}
}

.sing_broker .right .top {
	margin-bottom: 1.3rem;
}

.sing_broker .right .top .t,
			.sing_broker .right .top .m,
			.sing_broker .right .top .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;
}

.sing_broker .right .top .t span {
	text-transform: uppercase;
}

.sing_broker .right .top .t span + span {
	text-transform: none;
	margin-top: 0.5rem;
}

@media (min-width: 450px) {

	.sing_broker .right .top .t span + span {
		margin-top: 0;
	}
}

.sing_broker .right .top .m {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.sing_broker .right .top .m {
		margin-bottom: 0;
	}
}

.sing_broker .right .top .m h3 {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.sing_broker .right .top .m h3 {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1255px) {

	.sing_broker .right .top .m h3 {
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
}

.sing_broker .right .top .m .stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.sing_broker .right .top .m .stars > span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #055a5c;
	margin-right: 1.4rem;
}

.sing_broker .right .top .m .stars > div span {
	display: inline-block;
	line-height: 1.4rem;
}

.sing_broker .right .top .m .stars > div span svg {
	width: 1.5rem;
	height: 1.4rem;
	fill: #055a5c;
}

.sing_broker .right .top .b p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
	margin-bottom: 0;
}

.sing_broker .right .top .b p a {
	color: #7da10c;
}

.sing_broker .right .top .b p a:hover {
	color: #055a5c;
}

.sing_broker .right .top .b a {
	color: #055a5c;
}

.sing_broker .right .top .b a:hover {
	color: #7da10c;
}

.sing_broker .right .top .b a.small-t {
	font-size: 1.3rem;
}

.sing_broker .right span {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.sing_broker .broker_info {
	border-top: 0.1rem solid #E5E5E5;
	border-bottom: 0.1rem solid #E5E5E5;
	padding: 1rem 0;
	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;
	margin-bottom: 1.4rem;
}

@media (min-width: 417px) {

	.sing_broker .broker_info {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.sing_broker .broker_info .info-icon {
	fill: #055a5c;
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.9rem;
	position: relative;
	top: 0.2rem;
}

.sing_broker .form h4 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
	margin-bottom: 1.3rem;
}

.sing_broker .info {
	padding: 2rem 0 0;
}

.sing_broker .info h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 1.4rem;
}

.sing_broker .info p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 1.4rem;
}

.sing_broker .info p:last-hild {
	margin-bottom: 0;
}

.sing_broker .info p.color {
	color: #055a5c;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

/* -------------------------- *\
    .personal_blog
\* -------------------------- */

.personal_blog { 
	padding: 4.6rem 2rem 0;
}

@media (min-width: 1265px) {

	.personal_blog {
		padding: 4.6rem 0 0;
	}
}

.personal_blog .shell {
	background: #055a5c;
	border-radius: 0.7rem;
	position: relative;
	padding: 0;
}

.personal_blog img {
	opacity: 0.27;
	border-radius: 0.7rem;
	height: 30.2rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 768px) {

	.personal_blog img {
		height: 30.9rem;
	}
}

.personal_blog .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	color: #fff;
	width: 90%;
}

.personal_blog .info h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	margin-bottom: 0.7rem;
}

@media (min-width: 768px) {

	.personal_blog .info h2 {
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
}

.personal_blog .info p {
	margin-bottom: 2.9rem;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (min-width: 768px) {

	.personal_blog .info p {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
}

/* -------------------------- *\
    .broker_review
\* -------------------------- */

.broker-review { 
	padding: 0;
}

.broker-review .shell {
	position: relative;
}

.broker-review .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 4.6rem auto;
}

.broker-review h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 1.2rem;
}

.broker-review .hold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.broker-review .left {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 820px) {

	.broker-review .left {
		width: 34.4rem;
		margin-bottom: 0;
	}
}

.broker-review .left .stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.broker-review .left .stars span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #055a5c;
}

.broker-review .left .stars div {
	margin: 0 2.2rem 0 1.4rem;
}

.broker-review .left .scales {
	margin-top: 1.6rem;
}

.broker-review .left .scales > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.broker-review .left .scales > div + div {
	margin-top: .6rem;
}

.broker-review .left .scales > div span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #055a5c;
}

.broker-review .left .scales > div .row {
	width: 100%;
	padding: 0 1.2rem;
}

.broker-review .left .scales > div .row .progress {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: rgba(5,90,92, 0.08);
}

.broker-review .left .scales > div .row .progress-bar {
	display: block;
	float: left;
	width: 0%;
	height: 100%;
	background: #055a5c;
	transition: width 0.8s ease-in-out;
	height: 1.2rem;
	animation: progressactive 2s linear forwards;
}

.broker-review .left .scales > div .row .rogress-label {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	color: rgba(5,90,92, 0.08);
}

.broker-review .right {
	width: 100%;
}

@media (min-width: 820px) {

	.broker-review .right {
		width: calc(100% - 34.4rem);
		padding-left: 2.9rem;
	}
}

.broker-review__slider {
	box-shadow: 0 0.2rem 0.4rem #C3C3C3;
	padding: 1.1rem 1.7rem;
	border-radius: 0.7rem;
}

.broker-review__slider .slide:not(:first-child) {
	display: none;
}

.broker-review__slider.slick-initialized .slide:not(:first-child) {
	display: -ms-flexbox;
	display: flex;
}

.broker-review__slider .slick-track {
	float: left;
}

.broker-review__slider .slick-prev,
		.broker-review__slider .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

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

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

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

.broker-review__slider .slick-prev.slick-disabled, .broker-review__slider .slick-next.slick-disabled {
	opacity: 0;
}

.broker-review__slider .slick-prev.slick-disabled:before, .broker-review__slider .slick-next.slick-disabled:before {
	opacity: 1;
}

.broker-review__slider .slick-prev:before,
		.broker-review__slider .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.broker-review__slider .slick-prev {
	left: -1.5rem;
}

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

.broker-review__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .broker-review__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.broker-review__slider .slick-next {
	right: -1.5rem;
}

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

.broker-review__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .broker-review__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

.broker-review .slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: 3rem;
}

.broker-review .slide .l {
	width: 100%;
	text-align: center;
}

.broker-review .slide .l img {
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 50%;
	margin: 0 auto 2rem;
}

@media (min-width: 480px) {

	.broker-review .slide .l {
		width: 6.5rem;
	}
}

.broker-review .slide .r {
	width: 100%;
}

@media (min-width: 480px) {

	.broker-review .slide .r {
		width: calc(100% - 6.5rem);
		padding-left: 2.2rem;
	}
}

.broker-review .slide .r h4 {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	margin-bottom: 0;
}

.broker-review .slide .r span {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #A2A2A2;
}

.broker-review .slide .r span span {
	text-decoration: underline;
}

.broker-review .slide .r .stars {
	margin: 0.8rem 0 1.4rem;
}

.broker-review .slide .r .stars > div span {
	display: inline-block;
	line-height: 1.4rem;
}

.broker-review .slide .r .stars > div span svg {
	width: 1.5rem;
	height: 1.4rem;
	fill: #055a5c;
}

.broker-review .slide .r p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
}

.broker-review .slide .r .rev_text {
	height: 8rem;
	overflow-y: scroll;
	margin: 1rem 0;
	padding-right: 1rem;
}

.broker-review .slide .r .rev_text::-webkit-scrollbar {
	width: 8px;
	-webkit-appearance: none;
	        appearance: none;
}

.broker-review .slide .r .rev_text::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.4);
	-webkit-appearance: none;
	        appearance: none;
}

.broker-review .slide .r .rev_text iframe {
	display: none;
}

.broker-review .review-form {
	padding: 4.6rem 2rem 0;
	max-width: 70rem;
	margin: 0 auto;
}

.broker-review .review-form:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem
}

@media (min-width: 1024px) {

	.broker-review .review-form {
		max-width: 125rem;
	}
}

@media (min-width: 1260px) {

	.broker-review .review-form {
		padding: 4.6rem 0 0;
	}
}

.broker-review .review-form .block {
	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;
}

.broker-review .review-form .block .gform_wrapper ul li.gfield.gf_left_third,
					.broker-review .review-form .block .gform_wrapper ul li.gfield.gf_middle_third {
	padding-right: 1rem;
}

.broker-review .review-form h2 {
	width: 100%;
}

.broker-review .review-form .l {
	width: 100%;
}

/*@mixin min 768 {
				width: calc(65% - 2.5rem);
			}*/

.broker-review .review-form .l .gform_footer {
	display: none;
}

.broker-review .review-form .custom-dropdown {
	position: relative;
	margin-top: 1.2rem;
}

.broker-review .review-form .custom-dropdown select {
	display: none;
}

.broker-review .review-form .select-selected {
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: .7rem;
	padding: .7rem 3.5rem .7rem 2rem;
	position: relative;
	height: 4rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.broker-review .review-form .select-selected:-ms-input-placeholder {
	color: #A2A2A2;
}

.broker-review .review-form .select-selected::placeholder {
	color: #A2A2A2;
}

.broker-review .review-form .select-selected:after {
	content: url(/wp-content/uploads/2022/11/next.png);
	width: .8rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	right: 1.8rem;
	transform: translateY(-80%);
	transition: .3s ease;
}

.broker-review .review-form .select-selected.select-arrow-active:after {
	content: url(/wp-content/uploads/2022/11/next-1.png);
}

.broker-review .review-form .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 0;
	padding: 0.3rem 1rem 2rem;
	box-shadow: 0 0.2rem 0.4rem #a2a2a2;
	border-radius: 0 0 1rem 1rem;
	background: #fff;
	max-height: 30vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	margin: 0 auto;
}

.broker-review .review-form .select-items div,
			.broker-review .review-form .select-items .select-selected {
	color: #A2A2A2;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid rgba(0,0,0, 0.1);
	padding: 0.5rem;
	font-size: 1.4rem;
}

.broker-review .review-form .select-items div:hover,
			.broker-review .review-form .select-items .same-as-selected {
	background: rgba(0, 0, 0, 0.1);
	color: #055a5c;
}

.broker-review .review-form .select-hide {
	display: none;
}

@keyframes progressactive {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* -------------------------- *\
    .property_broker
\* -------------------------- */

.property_broker { 
	padding: 0 0 6.6rem;
}

.property_broker .shell {
	position: relative;
}

.property_broker .shell:before {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 0 auto 4.6rem;
}

@media (max-width: 768px) {

	.property_broker .shell {
		padding: 0;
	}
}

.property_broker .shell .all-property {
	margin-top: 3rem;
	text-align: center;
}

.property_broker .shell .all-property .btn--2:hover {
	background: #055a5c;
	color: #fff;
}

.property_broker h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 3rem;
}

.property_broker .block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 3rem 0 0;
	margin-top: -3rem;
}

@media (min-width: 990px) {

	.property_broker .block {
		height: 76.4rem;
		overflow: hidden;
	}
}

.property_broker .block .left {
	width: 100%;
}

@media (min-width: 990px) {

	.property_broker .block .left {
		width: 32.8rem;
		height: 100%;
	}
}

.property_broker .block .left .property__info .right {
	padding-top: 0;
}

@media (max-width: 990px) {

	.property_broker .block .left .property_broker__slider {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
	}

	.property_broker .block .left .property_broker__slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.property_broker .block .left .property_broker__slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}
}

@media (min-width: 990px) {

	.property_broker .block .left .property_broker__slider {
		height: 100%;
	}

	.property_broker .block .left .property_broker__slider .slick-list,
					.property_broker .block .left .property_broker__slider .slick-track {
		height: 100% !important;
	}
}

.property_broker .block .left .slick-prev,
			.property_broker .block .left .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: -1rem;
	transform: rotate(90deg);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

.property_broker .block .left .slick-prev:hover,
			    .property_broker .block .left .slick-prev:focus,
			    .property_broker .block .left .slick-next:hover,
			    .property_broker .block .left .slick-next:focus {
	outline: none;
	background: #fff;
	color: transparent;
}

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

.property_broker .block .left .slick-prev:focus:before, .property_broker .block .left .slick-next:focus:before {
	opacity: 1;
}

.property_broker .block .left .slick-prev.slick-disabled, .property_broker .block .left .slick-next.slick-disabled {
	opacity: 0;
}

.property_broker .block .left .slick-prev.slick-disabled:before, .property_broker .block .left .slick-next.slick-disabled:before {
	opacity: 1;
}

.property_broker .block .left .slick-prev:before,
			.property_broker .block .left .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.property_broker .block .left .slick-prev {
	left: 35%;
}

[dir="rtl"] .property_broker .block .left .slick-prev {
	left: auto;
	right: 35%;
}

.property_broker .block .left .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .property_broker .block .left .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.property_broker .block .left .slick-next {
	right: 35%;
}

[dir="rtl"] .property_broker .block .left .slick-next {
	left: 35%;
	right: auto;
}

.property_broker .block .left .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .property_broker .block .left .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

.property_broker .block .left .property__slide {
	position: relative;
}

.property_broker .block .left .property__slide .slick-prev,
				.property_broker .block .left .property__slide .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	top: 33%;
	left: auto;
	transform: translate(0, 0) rotate(0);
	display: block;
	width: 2.5rem;
	height: 1.6rem;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	opacity: 0;
	transition: .3s ease;
	box-shadow: none;
}

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

.property_broker .block .left .property__slide .slick-prev:hover:before, .property_broker .block .left .property__slide .slick-prev:focus:before, .property_broker .block .left .property__slide .slick-next:hover:before, .property_broker .block .left .property__slide .slick-next:focus:before {
	opacity: 1;
}

.property_broker .block .left .property__slide .slick-prev:focus:before, .property_broker .block .left .property__slide .slick-next:focus:before {
	opacity: 1;
}

.property_broker .block .left .property__slide .slick-prev.slick-disabled:before, .property_broker .block .left .property__slide .slick-next.slick-disabled:before {
	opacity: 0.2;
}

.property_broker .block .left .property__slide .slick-prev:before,
				.property_broker .block .left .property__slide .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: auto;
	left: auto;
	transform: translate(0, 0);
}

.property_broker .block .left .property__slide .slick-prev {
	left: -2rem;
}

[dir="rtl"] .property_broker .block .left .property__slide .slick-prev {
	left: auto;
	right: -2rem;
}

.property_broker .block .left .property__slide .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

[dir="rtl"] .property_broker .block .left .property__slide .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

.property_broker .block .left .property__slide .slick-next {
	right: 3.5rem;
}

[dir="rtl"] .property_broker .block .left .property__slide .slick-next {
	left: 3.5rem;
	right: auto;
}

.property_broker .block .left .property__slide .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

[dir="rtl"] .property_broker .block .left .property__slide .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

.property_broker .block .left .property__slide:hover .slick-prev,
					.property_broker .block .left .property__slide:hover .slick-next {
	opacity: 1;
}

.property_broker .block .right {
	width: 100%;
	padding: 1.6rem 0;
}

@media (min-width: 990px) {

	.property_broker .block .right {
		width: calc(100% - 33.3rem);
		padding: 0;
		margin-top: 1rem;
	}
}

.property_broker .block .right #properties_map {
	height: 30rem;
	border-radius: 0.7rem;
	filter: drop-shadow(0 0.2rem 0.4rem  #C3C3C3);
}

@media (min-width: 990px) {

	.property_broker .block .right #properties_map {
		height: 72.4rem;
	}
}

.property_broker .all-property {
	position: relative;
}

.property_broker .all-property .full_broker_property {
	margin-top: 5rem;
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.property_broker .all-property .full_broker_property h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 3rem;
	text-align: center;
}

.property_broker .all-property .full_broker_property .it-property-results {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -0.5rem;
	-ms-flex-pack: center;
	    justify-content: center;
}

.property_broker .all-property .full_broker_property .it-property-results::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.property_broker .all-property .full_broker_property .it-property-results .property {
	float: left;
	max-width: 31.5rem !important;
	width: auto !important;
	margin: 0.8rem 0;
	padding: 0 0.5rem;
}

@media (min-width: 600px) {

	.property_broker .all-property .full_broker_property .it-property-results .property {/*padding: 0 4.3rem;*/
		max-width: 30rem !important;
	}
}

@media (min-width: 860px) {

	.property_broker .all-property .full_broker_property .it-property-results .property {
		max-width: 32.3% !important;
		padding: 0 1rem;
	}
}

@media (min-width: 1050px) {

	.property_broker .all-property .full_broker_property .it-property-results .property {
		max-width: 24% !important;
	}
}

.property_broker .all-property .full_broker_property .it-property-results .property__info .location {
	white-space: nowrap;
	width: 15rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.property_broker .all-property .full_broker_property .it-property-results .property .slick-prev,
					.property_broker .all-property .full_broker_property .it-property-results .property .slick-next {
	top: 35%;
}

.property_broker .all-property .full_broker_property .it-property-results .property .slick-prev {
	left: -1rem;
}

[dir="rtl"] .property_broker .all-property .full_broker_property .it-property-results .property .slick-prev {
	left: auto;
	right: -1rem;
}

.property_broker .all-property .full_broker_property .it-property-results .property .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

[dir="rtl"] .property_broker .all-property .full_broker_property .it-property-results .property .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

.property_broker .all-property .full_broker_property .it-property-results .property .slick-next {
	right: 3rem;
}

[dir="rtl"] .property_broker .all-property .full_broker_property .it-property-results .property .slick-next {
	left: 3rem;
	right: auto;
}

.property_broker .all-property .full_broker_property .it-property-results .property .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

[dir="rtl"] .property_broker .all-property .full_broker_property .it-property-results .property .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

.property_broker .all-property .full_broker_property.visible {
	position: relative;
	top: 0;
	opacity: 1;
	visibility: visible;
	height: auto;
}

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

.page-search { 
	padding: 0 0 4rem;
 }

.page-search .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;
	border-bottom: 0.1rem solid #D2D2D2;
	padding: 0.7rem 0;
}

@media (max-width: 1260px) {

	.page-search .shell {
		padding: 0.7rem 2rem;
	}
}

.page-search .left {
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.page-search .left {
		width: calc(100% - 35rem);
		margin-bottom: 0;
	}
}

.page-search .right {
	margin-bottom: 0;
	text-align: right;
	width: 100%;
}

@media (min-width: 768px) {

	.page-search .right {
		width: 31.2rem;
	}
}

.page-search a {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #737373;
	margin-right: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.page-search a:hover {
	color: #055a5c;
}

@media (min-width: 768px) {

	.page-search a {
		font-size: 1.8rem;
		line-height: 2.5rem;
		margin-right: 2rem;
	}
}

.page-search form {
	position: relative;
}

.page-search .search-field {
	border: 0.1rem solid #e5e5e5;
	border-radius: 0.7rem;
	font-size: 1.2rem;
	line-height: 2rem;
	padding: 0.65rem 3rem 0.65rem 1rem;
	color: #A2A2A2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	width: 100%;
}

.page-search .search-field:-ms-input-placeholder {
	color: #A2A2A2;
}

.page-search .search-field::placeholder {
	color: #A2A2A2;
}

.page-search .search-field:focus {
	color: #055a5c;
}

@media (min-width: 768px) {

	.page-search .search-field {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

.page-search .search-icon {
	vertical-align: middle;
	margin-right: 1rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}

@media (min-width: 400px) {

	.page-search .search-icon {
		margin-right: 0;
	}
}

@media (min-width: 768px) {

	.page-search .search-icon {
		margin-right: 1rem;
	}
}

/* -------------------------- *\
    .blog-slide
\* -------------------------- */

.home_blog__slider {
	max-width: 90rem;
	margin: 0 auto;
}

.home_blog__slider .item {
	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: 0 0.5rem;
}

.home_blog__slider .item .l {
	text-align: left;
	width: 100%;
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 768px) {

	.home_blog__slider .item .l {
		width: calc(53.5% - 2.5rem);
		-ms-flex-order: 1;
		    order: 1;
	}
}

.home_blog__slider .item .l h4 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #055a5c;
	margin-bottom: 0.6rem;
}

.home_blog__slider .item .l h4 a {
	color: #055a5c;
}

.home_blog__slider .item .l h4 a:hover {
	color: #7da10c;
}

@media (min-width: 768px) {

	.home_blog__slider .item .l h4 {
		font-size: 2.1rem;
		line-height: 2.9rem;
		margin-bottom: 2.3rem;
	}
}

.home_blog__slider .item .l p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
	margin-bottom: 0;
	font-weight: 300;
}

.home_blog__slider .item .l .details {
	margin-top: 1.3rem;
}

.home_blog__slider .item .l .details span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.36px;
	color: #737373;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}

.home_blog__slider .item .l .details span + span {
	margin-left: 1rem;
}

.home_blog__slider .item .l .details span svg {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 0;
}

.home_blog__slider .item .l .details span:nth-child(2) {
	padding-left: 2.8rem;
}

.home_blog__slider .item .l .details span:nth-child(2) svg {
	width: 2.2rem;
	height: 2.2rem;
	top: -0.2rem;
}

.home_blog__slider .item .r {
	width: 100%;
	margin-bottom: 1.6rem;
}

@media (min-width: 768px) {

	.home_blog__slider .item .r {
		width: calc(46.5% - 2.5rem);
		-ms-flex-order: 2;
		    order: 2;
	}
}

.home_blog__slider .item .r a {
	display: block;
	background: #000;
	border-radius: 0.7rem;
	overflow: hidden;
}

.home_blog__slider .item .r a img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	height: 18.7rem;
	transition: .3s ease;
	border-radius: 0.7rem;/*@mixin min 768 {
						height: 35rem;
					}*/
}

@media (min-width: 450px) {

	.home_blog__slider .item .r a img {
		height: 25rem;
	}
}

@media (min-width: 768px) {

	.home_blog__slider .item .r a {
		max-width: 39.5rem;
	}

	.home_blog__slider .item .r a img {
		max-width: 39.5rem;
		height: 26.8rem;
	}
}

.home_blog__slider .item .r a:hover img {
	opacity: 0.6;
}

/* -------------------------- *\
    .blog
\* -------------------------- */

.blog { 
	padding: 0;
 }

.blog h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #055a5c;
	margin-bottom: 0.6rem;
}

.blog .home_blog__slider {
	max-width: 113rem;
}

@media (min-width: 768px) {

	.blog .home_blog__slider .item .l {
		width: calc(50% - 2rem);
	}
}

.blog .home_blog__slider .item .l h4 {
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.blog .home_blog__slider .item .l h4 {
		font-size: 3.6rem;
		line-height: 4.9rem;
		margin-bottom: 2.2rem;
	}
}

.blog .home_blog__slider .item .l p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #222;
}

@media (min-width: 768px) {

	.blog .home_blog__slider .item .l p {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
}

@media (min-width: 768px) {

	.blog .home_blog__slider .item .r {
		width: calc(50% - 2rem);
	}
}

@media (min-width: 768px) {

	.blog .home_blog__slider .item .r a {
		max-width: 54rem;
	}
}

.blog .home_blog__slider .item .r img {
	max-width: 100%;
	height: 18.7rem;
}

/*@mixin min 450 {
						height: 25rem;
					}

					@mixin min 640 {
						height: 36.6rem;
					}*/

@media (min-width: 768px) {

	.blog .home_blog__slider .item .r img {
		max-width: 54rem;
	}
}

@media (min-width: 1024px) {

	.blog .home_blog__slider .slick-prev {
		left: -2.5rem;
	}

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

.blog .home_blog__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/slide-prev.svg);
}

[dir="rtl"] .blog .home_blog__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/slide-prev.svg);
}

@media (min-width: 1200px) {

	.blog .home_blog__slider .slick-prev {
		left: -3.5rem;
	}

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

@media (min-width: 1260px) {

	.blog .home_blog__slider .slick-prev {
		left: -6.5rem;
	}

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

@media (min-width: 1024px) {

	.blog .home_blog__slider .slick-next {
		right: -2.5rem;
	}

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

.blog .home_blog__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/slide-next.svg);
}

[dir="rtl"] .blog .home_blog__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/slide-next.svg);
}

@media (min-width: 1200px) {

	.blog .home_blog__slider .slick-next {
		right: -3.5rem;
	}

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

@media (min-width: 1260px) {

	.blog .home_blog__slider .slick-next {
		right: -6.5rem;
	}

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

.blog__newsletter {
	padding: 4.1rem 0 3rem;
	background: rgba(125,161,12, 0.1);
	color: #055a5c;
	margin: 4rem 0;
	text-align: center;
}

@media (min-width: 768px) {

	.blog__newsletter {
		text-align: left;
	}
}

.blog__newsletter .shell {
	max-width: 113rem;
	padding: 0;
	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: center;
	    align-items: center;
}

@media (max-width: 1140px) {

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

.blog__newsletter .l,
		.blog__newsletter .r {
	width: 100%;
}

@media (min-width: 768px) {

	.blog__newsletter .l,
		.blog__newsletter .r {
		width: calc(50% - 1.8rem);
	}
}

.blog__newsletter p {
	font-size: 1.8rem;
	line-height: 2.9rem;
	margin-bottom: 2rem;
	color: #055a5c;
}

@media (min-width: 768px) {

	.blog__newsletter p {
		margin-bottom: 0;
	}
}

.blog__newsletter .newsletter_form {
	max-width: 54.3rem;
	margin: 0 auto;
}

.blog__newsletter.n-m {
	margin: 0;
}

.blog__grid {
	padding: 0;
}

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

.blog__grid .part {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 680px) {

	.blog__grid .part {
		width: calc(50% - 4.5rem);
	}
}

@media (min-width: 990px) {

	.blog__grid .part {
		width: calc(33.33% - 4.5rem);
		margin-bottom: 5.5rem;
	}
}

.blog__grid .part a {
	color: #055a5c;
}

.blog__grid .part a:hover {
	color: #7da10c;
}

.blog__grid .part .t {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}

.blog__grid .part .image {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 0.7rem;
	margin-bottom: 2.5rem;
}

.blog__grid .part .image img {
	max-width: 100%;
	width: 100%;
	max-height: 30rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0.7rem;
	transition: .3s ease;
}

@media (min-width: 680px) {

	.blog__grid .part .image img {
		max-width: 37.2rem;
		max-height: 25.2rem;
	}
}

.blog__grid .part .image:hover img {
	transform: scale(1.1);
}

.blog__grid .part .item {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 0.9rem;
	padding-bottom: 1.3rem;
	border-bottom: 0.1rem solid #e5e5e5;
	display: block;
}

@media (min-width: 990px) {

	.blog__grid .part .item {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1200px) {

	.blog__grid .part .item {
		font-size: 2.1rem;
		line-height: 3rem;
	}
}

.blog__grid .part .btns {
	text-align: right;
}

.blog__grid .part .btns .btn {
	color: #7da10c;
	font-size: 1.2rem;
	line-height: 2rem;
}

.blog__grid .part .btns .btn:hover {
	color: #055a5c;
}

.blog__grid .part .btns .btn:after {
	content: none;
}

@media (min-width: 990px) {

	.blog__grid .part .btns .btn {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.more_property {
 	background: rgba(5,90,92, 0.05);
 	padding: 4rem 0 4.4rem;
 }

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

@media (max-width: 768px) {

	.more_property .shell {
		padding: 0;
	}
}

.more_property h4 {
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
	margin-bottom: 1.1rem;
	font-weight: 400;
}

@media (max-width: 768px) {

	.more_property h4 {
		padding: 0 2rem;
	}
}

.more_property.white {
	background: #fff;
}

@media (max-width: 900px) {

	.more_property .offers_listing__slider {
		padding-bottom: 2rem;
	}
}

.call_broker {
 	background: #055a5c;
 	position: relative;
 }

.call_broker img {
	height: 23.4rem;
	opacity: 0.5;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.call_broker .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.call_broker .info h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	color: #fff;
	margin-bottom: 3.5rem;
}

.call_broker .info .btn {
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
	width: 25.9rem;
}

/* -------------------------- *\
    .blog-list
\* -------------------------- */

.blog-list { 
	padding: 0 0 6.4rem;
 }

.blog-list .top {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.blog-list .top {
		margin-bottom: 2.7rem;
	}
}

.blog-list .top h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 1.3rem;
}

.blog-list .top p {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 1.3rem;
	color: #494949;
}

.blog-list .top p:last-child {
	margin-bottom: 0;
}

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

.blog-list .shell .blog-grid {
	width: 100%;
	margin: 0 -1.1rem;
}

/*display: flex;
			flex-wrap: wrap;
			justify-content: space-between;*/

.blog-list .shell .blog-grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 990px) {

	.blog-list .shell .blog-grid {
		width: calc(100% - 42.3rem);
	}
}

.blog-list .shell .blog-grid .top {
	width: 100%;
}

.blog-list .shell .blog-grid .item {
	width: 100%;
	padding: 1.5rem;
	border-radius: 0.7rem;
	box-shadow: 0 0.2rem 0.4rem transparent;
	margin-bottom: 2rem;
	transition: .3s ease;
	float: left;
}

@media (min-width: 650px) {

	.blog-list .shell .blog-grid .item {
		width: 50%;
		height: 45rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1130px) {

		.blog-list .shell .blog-grid .item {
			width: 100%;
			height: auto;
		}
	}
}

@media (min-width: 1200px) {

	.blog-list .shell .blog-grid .item {
		height: 50rem;
	}
}

.blog-list .shell .blog-grid .item:hover {
	box-shadow: 0 0.2rem 0.4rem #C3C3C3;
}

.blog-list .shell .blog-grid .item .image {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 0.7rem;
	margin-bottom: 1.4rem;
}

.blog-list .shell .blog-grid .item .image img {
	width: 100%;
	height: 20rem;
	border-radius: 0.7rem;
	transition: .3s ease;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 450px) {

	.blog-list .shell .blog-grid .item .image img {
		height: 25.2rem;
	}
}

@media (min-width: 650px) {

	.blog-list .shell .blog-grid .item .image img {
		height: 20rem;
	}
}

@media (min-width: 768px) {

	.blog-list .shell .blog-grid .item .image img {
		height: 25.2rem;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1130px) {

		.blog-list .shell .blog-grid .item .image img {
			height: 30rem;
		}
	}
}

.blog-list .shell .blog-grid .item .image:hover img {
	transform: scale(1.1);
}

.blog-list .shell .blog-grid .item h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.9rem;
}

.blog-list .shell .blog-grid .item h3 a {
	color: #055a5c;
}

.blog-list .shell .blog-grid .item h3 a:hover {
	color: #7da10c;
}

@media (min-width: 1200px) {

	.blog-list .shell .blog-grid .item h3 {
		font-size: 2.1rem;
		line-height: 3rem;
	}
}

.blog-list .shell .blog-grid .item .post-tags {
	margin-bottom: 0.4rem;
	margin-right: -0.8rem;
}

.blog-list .shell .blog-grid .item .post-tags span {
	background: #f5f5f5;
	padding: 0.5rem 0.6rem;
	font-size: 1.1rem;
	line-height: 1.7rem;
	color: #055a5c;
	margin-right: 0.3rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}

@media (min-width: 1200px) {

	.blog-list .shell .blog-grid .item .post-tags span {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 0.5rem 1rem;
		margin-right: 0.8rem;
		margin-bottom: 1rem;
	}
}

.blog-list .shell .blog-grid .item p {
	color: #A2A2A2;
	font-size: 1.2rem;
	line-height: 2rem;
	margin-bottom: 1.3rem;
}

@media (min-width: 1200px) {

	.blog-list .shell .blog-grid .item p {
		font-size: 1.4rem;
	}
}

.blog-list .shell .blog-grid .item .foot {
	border-top: 0.1rem solid #e5e5e5;
	padding-top: 1.3rem;
}

.blog-list .shell .blog-grid .item .foot span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.36px;
	color: #737373;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}

.blog-list .shell .blog-grid .item .foot span + span {
	margin-left: 1rem;
}

.blog-list .shell .blog-grid .item .foot span svg {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 0;
}

.blog-list .shell .blog-grid .item .foot span:nth-child(2) {
	padding-left: 2.8rem;
}

.blog-list .shell .blog-grid .item .foot span:nth-child(2) svg {
	width: 2.2rem;
	height: 2.2rem;
	top: -0.2rem;
}

.blog-list .shell .aside {
	width: 38.5rem;
}

/* -------------------------- *\
    .post-single
\* -------------------------- */

.post-single { 
	display: -ms-flexbox; 
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 0 0 4rem;
 }

@media (max-width: 1260px) {

	.post-single {
		padding: 0 2rem 4rem;
	}
}

.post-single__content {
	width: 100%;
	color: #055a5c;
}

@media (min-width: 990px) {

	.post-single__content {
		width: calc(100% - 42.3rem);
	}
}

.post-single__content a {
	color: #055a5c;
	text-decoration: underline;
}

.post-single__content #single_post_wrap #comments,
			.post-single__content #single_post_wrap #wpdcom {
	max-width: 100%;
	width: 100%;
}

.post-single__content #single_post_wrap #comments {
	margin: 0;
}

.post-single__content #single_post_wrap h2 {
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-bottom: 0;
	font-weight: 400;
}

.post-single__content .post-img {
	width: 100%;
	margin: 1.8rem auto 2.7rem;
	text-align: center;
}

.post-single__content .post-img img {
	width: 100%;
}

.post-single__content h1 {
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.post-single__content h2,
		.post-single__content h3,
		.post-single__content h4 {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 3rem;
	margin-bottom: 2.4rem;
}

.post-single__content h3 {
	font-size: 1.8rem;
	line-height: 2.5rem;
}

.post-single__content h4 {
	font-size: 1.6rem;
	line-height: 2rem;
}

.post-single__content h5 {
	font-size: 1.5rem;
	line-height: 1.9rem;
}

.post-single__content p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #494949;
	margin-bottom: 2.4rem;
}

.post-single__content .icon-attach-line {
	position: relative;
	padding-left: 3rem;
	font-style: italic;
}

.post-single__content .icon-attach-line:before {
	content: '';
	background: url(/wp-content/uploads/2022/05/attachment-1.png) no-repeat;
	background-size: contain;
	width: 2.1rem;
	height: 1.8rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
}

.post-single__content .heading-arrow {
	position: relative;
	padding-left: 4rem;
}

.post-single__content .heading-arrow:before {
	content: '';
	background: url(/wp-content/uploads/2022/05/double-angle-pointing-to-right.png) no-repeat;
	background-size: contain;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: -0.2rem;
	left: 0;
}

.post-single__content .list-image {
	position: relative;
	padding-left: 4rem;
}

.post-single__content .list-image:before {
	content: '';
	background: #2c3659;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.5rem;
	position: absolute;
	top: -0.8rem;
	left: 0;
}

.post-single__content .list-image:after {
	content: '';
	background: url(/wp-content/uploads/2022/05/white-double-angle-pointing-to-right.png) no-repeat;
	background-size: contain;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: -0.1rem;
	left: 0.8rem;
}

.post-single__content blockquote {
	border-left: 0.2rem solid #7da10c;
	border-right: 0.2rem solid #7da10c;
	padding: 0 1rem;
	font-size: 1.5rem;
}

.post-single__content blockquote::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.post-single__content .numberCircle {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	font-size: 3.2rem;
	border: 0.4rem solid #7da10c;
	position: relative;
	margin-bottom: 1rem;
}

.post-single__content .numberCircle span {
	text-align: center;
	line-height: 5rem;
	font-weight: bold;
	display: block;
	color: #7da10c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-single__content .has-text-align-center,
		.post-single__content .aligncenter {
	text-align: center;
}

.post-single__content .wp-block-image .alignleft {
	float: left;
	margin: 0 2rem 0 0;
}

.post-single__content .wp-block-image .alignright {
	float: right;
	margin: 0 0 0 2rem;
}

.post-single__content figcaption {
	margin-bottom: 2rem;
}

.post-single__content ol {
	padding-left: 3rem;
}

.post-single__content ul {
	list-style-type: none;
	list-style-position: inside;
}

.post-single__content ul li {
	position: relative;
	padding-left: 3.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
}

.post-single__content ul li + li {
	margin-top: 1.5rem;
}

.post-single__content ul li:before {
	content: '';
	background: url(/wp-content/uploads/2022/05/double-angle-pointing-to-right.png) no-repeat;
	background-size: contain;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: -0.2rem;
	left: 0;
}

.post-single__content .post-tags {
	margin-bottom: 2.4rem;
}

.post-single__content .post-tags span {
	background: #f5f5f5;
	padding: 0.5rem 0.6rem;
	font-size: 1.1rem;
	line-height: 1.7rem;
	color: #055a5c;
	margin-right: 0.3rem;
	margin-bottom: 0.5rem;
	display: inline-block;
	border-radius: 0.5rem;
	box-shadow: 0 0.2rem 0.4rem #C3C3C3;
}

@media (min-width: 1200px) {

	.post-single__content .post-tags span {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 0.5rem 1rem;
		margin-right: 0.8rem;
		margin-bottom: 1rem;
	}
}

.post-single__content .details {
	margin-bottom:  2.4rem;
}

.post-single__content .details span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.36px;
	color: #737373;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}

.post-single__content .details span + span {
	margin-left: 1rem;
}

.post-single__content .details span svg {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 0;
}

.post-single__content .details span:nth-child(2) {
	padding-left: 2.8rem;
}

.post-single__content .details span:nth-child(2) svg {
	width: 2.2rem;
	height: 2.2rem;
	top: -0.2rem;
}

.post-single__content .share {
	margin: 1.1rem 0 2.8rem;
	padding: 1.8rem 0;
	border-top: 0.1rem solid #e5e5e5;
	border-bottom: 0.1rem solid #e5e5e5;
}

.post-single__content .share a {
	width: 3.6rem;
	height: 3.6rem;
	border: 0.1rem solid #C2C2C2;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.post-single__content .share a + a {
	margin-left: 1.1rem;
}

.post-single__content .share a svg {
	fill: #C2C2C2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-single__content .share a:hover {
	border: 0.1rem solid #055a5c;
}

.post-single__content .share a:hover svg {
	fill: #055a5c;
}

.post-single .aside {
	width: 100%;
}

@media (min-width: 990px) {

	.post-single .aside {
		width: 38.5rem;
	}
}

/* -------------------------- *\
    .content-table
\* -------------------------- */

.content-table { 
	padding: 1.5rem 2rem 2.6rem;
	max-width: 52.9rem;
	background: rgba(5,90,92, 0.01);
 }

.content-table h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 1.5rem;
}

.content-table ul {
	list-style-position: inside;
	margin-bottom: 0;
}

.content-table ul li {
	list-style-type: none;
	left: 0;
}

.content-table ul li:before {
	content: none;
}

.content-table ul li + li {
	margin-top: 0.9rem;
}

.content-table ul li:hover a {
	color: #055a5c;
}

.content-table ul li:hover a .item-icon{
	fill: #055a5c;
	left: -3.5rem;
}

.content-table ul li a {
	position: relative;
	left: 3rem;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #737373;
	text-decoration: none;
	padding-right: 2rem;
	display: block;
}

.content-table ul li .item-icon {
	fill: #737373;
	position: absolute;
	left: -3rem;
	top: 0.3rem;
}

/* -------------------------- *\
    .blue_bg
\* -------------------------- */

.blue_bg,
.blue_bg_new { 
	padding: 2.5rem 2.5rem 0;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.blue_bg,
.blue_bg_new {
		padding: 5.5rem 5.5rem 0;
	}
}

.blue_bg .shell, .blue_bg_new .shell {
	background: #055a5c;
	max-width: 100%;
}

.blue_bg .hold, .blue_bg_new .hold {
	max-width: 86.6rem;
	margin: 0 auto;
	padding: 3.5rem 0;
	text-align: center;
	color: #fff;
}

@media (min-width: 768px) {

	.blue_bg .hold, .blue_bg_new .hold {
		padding: 8.8rem 0 5.5rem;
	}
}

.blue_bg .hold h1, .blue_bg_new .hold h1 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.blue_bg .hold h1, .blue_bg_new .hold h1 {
		font-size: 2.6rem;
		line-height: 4.4rem;
		margin-bottom: 2.7rem;
	}
}

.blue_bg .hold img, .blue_bg_new .hold img {
	max-width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.blue_bg .hold img, .blue_bg_new .hold img {
		max-width: 50.3rem;
		margin-bottom: 4.4rem;
	}
}

.blue_bg .hold p, .blue_bg_new .hold p {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 0;
}

.blue_bg.blue_bg_new, .blue_bg_new.blue_bg_new {
	position: relative;
}

.blue_bg.blue_bg_new .shell, .blue_bg_new.blue_bg_new .shell {
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

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

.blue_bg.blue_bg_new .hold, .blue_bg_new.blue_bg_new .hold {
	position: relative;
	z-index: 1;
	padding: 6.5rem 0;
}

@media (min-width: 768px) {

	.blue_bg.blue_bg_new .hold, .blue_bg_new.blue_bg_new .hold {
		padding: 8.8rem 0 10rem;
	}
}

.blue_bg.blue_bg_new .hold img, .blue_bg_new.blue_bg_new .hold img {
	margin-bottom: 0;
}

.blue_bg.blue_bg_new .hold h1, .blue_bg_new.blue_bg_new .hold h1 {
	text-shadow: 0 .4rem .4rem rgba(0,0,0, .4);
}

.page-id-673402 .blue_bg_new .hold img {
	max-width: 30rem;
}

/* -------------------------- *\
    .video_sec
\* -------------------------- */

.video_sec { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.video_sec {
		padding: 0 5.5rem;
	}
}

.video_sec .shell {
	background: #fff;
	max-width: 100%;
}

.video_sec .hold {
	max-width: 125rem;
	margin: 0 auto;
	padding: 2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 768px) {

	.video_sec .hold {
		padding: 5rem 0;
	}
}

.video_sec .hold .l,
		.video_sec .hold .r {
	width: 100%;
}

@media (min-width: 900px) {

	.video_sec .hold .l,
		.video_sec .hold .r {
		width: 50%;
	}
}

.video_sec .hold .l {
	position: relative;
	background: #055a5c;
	margin-bottom: 3rem;
}

@media (min-width: 900px) {

	.video_sec .hold .l {
		margin-bottom: 0;
	}
}

.video_sec .hold .l img {
	width: 100%;
	height: 25rem;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.05;
}

@media (min-width: 768px) {

	.video_sec .hold .l img {
		height: 100%;
	}
}

.video_sec .hold .l svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 6.2rem;
	height: 7.1rem;
	color: #fff;
}

.video_sec .hold .l svg:hover {
	color: #7da10c;
}

@media (min-width: 900px) {

	.video_sec .hold .r {
		padding-left: 4.6rem;
	}
}

.video_sec .hold .r h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 2.4rem;
}

.video_sec .hold .r h2 span {
	color: #7da10c;
}

.video_sec .hold .r ul {
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: inside;
}

.video_sec .hold .r ul li {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	position: relative;
	padding-left: 4rem;
}

.video_sec .hold .r ul li:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/checkmark.svg);
	background-size: 2.4rem 2.2rem;
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 2.4rem;
	height: 2.2rem;
}

.video_sec .hold .r ul li + li {
	margin-top: 1.3rem;
}

.video_sec .hold .r .count {
	margin-top: 2rem;
	text-align: center;
}

@media (min-width: 900px) {

	.video_sec .hold .r .count {
		margin-top: 3.7rem;
		margin-left: 4.6rem;
		text-align: left;
	}
}

.video_sec .hold .r .count span {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: #7da10c;
	margin-right: 1.5rem;
	text-align: center;
}

.video_sec .hold .r .count span span {
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
	margin-right: 0;
}

@media (min-width: 1024px) {

	.video_sec .hold .r .count span {
		margin-right: 3rem;
		font-size: 2.1rem;
		line-height: 3rem;
	}

	.video_sec .hold .r .count span span {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1210px) {

	.video_sec .hold .r .count span {
		margin-right: 7.5rem;
	}
}

/* -------------------------- *\
    .action_sec
\* -------------------------- */

.action_sec { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
	position: relative;
}

@media (min-width: 768px) {

	.action_sec {
		padding: 0 5.5rem;
	}
}

.action_sec .shell {
	max-width: 100%;
	padding: 2.5rem 0 0;
	background: #055a5c;
	position: relative;
}

@media (min-width: 900px) {

	.action_sec .shell {
		padding: 4.9rem 0 4.5rem;
	}
}

.action_sec img {
	margin-top: 3rem;
	opacity: 0.58;
}

@media (min-width: 900px) {

	.action_sec img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 50%;
		height: 100%;
		margin-top: 0;
	}
}

.action_sec .tabs_block {
	position: relative;
	width: 100%;
	padding: 0 2rem;
}

@media (min-width: 900px) {

	.action_sec .tabs_block {
		max-width: 35rem;
		left: calc(50% - 35rem);
	}
}

@media (min-width: 1030px) {

	.action_sec .tabs_block {
		max-width: 45rem;
		left: calc(50% - 45rem);
	}
}

@media (min-width: 1320px) {

	.action_sec .tabs_block {
		max-width: 47.5rem;
		left: calc(50% - 58.8rem);
	}
}

.action_sec .tabs_block .tab_buttons {
	margin-bottom: 3.9rem;
}

@media (min-width: 1050px) {

	.action_sec .tabs_block .tab_buttons {
		max-width: 32.3rem;
	}
}

.action_sec .tabs_block .tab_buttons button {
	border: 0;
	background: transparent;
	width: 5.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	color: rgba(255,255,255, 0.6);
	cursor: pointer;
}

@media (min-width: 450px) {

	.action_sec .tabs_block .tab_buttons button {
		width: 6.5rem;
	}
}

@media (min-width: 900px) {

	@media (max-width: 1030px) {

		.action_sec .tabs_block .tab_buttons button {
			width: 5.5rem;
		}
	}
}

.action_sec .tabs_block .tab_buttons button:last-child {
	width: 7.9rem;
}

.action_sec .tabs_block .tab_buttons button span {
	width: 3.5rem;
	height: 3.5rem;
	background: #4C4C4C;
	border-radius: 50%;
	position: relative;
	display: block;
	margin: 0 auto 1.4rem;
}

@media (min-width: 450px) {

	.action_sec .tabs_block .tab_buttons button span {
		width: 6.5rem;
		height: 6.5rem;
	}
}

@media (min-width: 900px) {

	@media (max-width: 1030px) {

		.action_sec .tabs_block .tab_buttons button span {
			width: 3.5rem;
			height: 3.5rem;
		}
	}
}

.action_sec .tabs_block .tab_buttons button span svg {
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

@media (min-width: 450px) {

	.action_sec .tabs_block .tab_buttons button span svg {
		width: 2.7rem;
		height: 2.7rem;
	}
}

@media (min-width: 900px) {

	@media (max-width: 1030px) {

		.action_sec .tabs_block .tab_buttons button span svg {
			width: 1.7rem;
			height: 1.7rem;
		}
	}
}

.action_sec .tabs_block .tab_buttons button + button {
	margin-left: 1rem;
}

@media (min-width: 450px) {

	.action_sec .tabs_block .tab_buttons button + button {
		margin-left: 5rem;
	}
}

@media (min-width: 900px) {

	@media (max-width: 1030px) {

		.action_sec .tabs_block .tab_buttons button + button {
			margin-left: 1rem;
		}
	}
}

.action_sec .tabs_block .tab_buttons button.active {
	color: #fff;
}

.action_sec .tabs_block .tab_buttons button.active span {
	background: #7da10c;
}

.action_sec .tabs_block .tabs2 {
	color: #fff;
}

.action_sec .tabs_block .tabs2 h2,
			.action_sec .tabs_block .tabs2 h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	margin-bottom: 1.2rem;
}

.action_sec .tabs_block .tabs2 h3 {
	color: #7da10c;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.action_sec .tabs_block .tabs2 p {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 0;
}

.action_sec .tabs_block .tabs2 a {
	color: #fff;
	display: block;
	margin-top: 1.2rem;
}

/* -------------------------- *\
    .history
\* -------------------------- */

.history { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.history {
		padding: 0 5.5rem;
	}
}

.history .shell {
	background: #fff;
	max-width: 100%;
	padding: 5rem 0 7rem;
}

.history .t2,
	.history .t3 {
	text-align: center;
}

.history .timeline {
	position: relative;
	max-width: 99.4rem;
	margin: 8rem auto 0;
	z-index: 1;
}

.history .timeline:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0.8rem;
	height: 5rem;
	background: #e5e5e5;
	top: -5rem;
	bottom: 0;
	left: 50%;
	margin-left: -0.3rem;
}

.history .timeline:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0.8rem;
	background: #e5e5e5;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -0.3rem;
}

.history .timeline__conteiner {
	padding: 0;
	position: relative;
	width: 50%;
}

.history .timeline__conteiner:after {
	content: '';
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	right: -1.25rem;
	background: #fff;
	top: 0;
	z-index: 1;
}

.history .timeline__conteiner:before {
	content: '';
	position: absolute;
	width: 4.6rem;
	height: 0.8rem;
	right: 1.25rem;
	background: #e5e5e5;
	top: 0.8rem;
	z-index: 1;
	transition: .3s ease;
}

.history .timeline__conteiner:hover:before {
	background: #055a5c;
}

.history .timeline__conteiner:nth-child(even) {
	left: 0;
}

@media (max-width: 768px) {

	.history .timeline__conteiner:nth-child(even):after {
		left: 2rem;
	}

	.history .timeline__conteiner:nth-child(even):before {
		width: 3rem;
		left: 4rem;
	}
}

.history .timeline__conteiner:nth-child(even) .content h3 span {
	margin-left: 0.5rem;
}

@media (min-width: 768px) {

	.history .timeline__conteiner:nth-child(even) .content {
		padding: 0 7.7rem 0 2.5rem;
		text-align: right;
	}

	.history .timeline__conteiner:nth-child(even) .content h3 span {
		margin-left: 1.5rem;
	}
}

@media (min-width: 1140px) {

	.history .timeline__conteiner:nth-child(even) .content {
		padding: 0 7.7rem 0 0;
	}

	.history .timeline__conteiner:nth-child(even) .content p {
		padding-right: 7.2rem;
	}
}

.history .timeline__conteiner:nth-child(odd) {
	left: 50%;
}

.history .timeline__conteiner:nth-child(odd):after {
	left: -1rem;
}

.history .timeline__conteiner:nth-child(odd):before {
	left: 1.25rem;
}

@media (max-width: 768px) {

	.history .timeline__conteiner:nth-child(odd) {
		left: 0%;
	}

	.history .timeline__conteiner:nth-child(odd):after {
		left: 2.1rem;
	}

	.history .timeline__conteiner:nth-child(odd):before {
		left: 4rem;
		width: 3rem;
	}
}

.history .timeline__conteiner:nth-child(odd) .content {
	text-align: left;
}

.history .timeline__conteiner:nth-child(odd) .content h3 span {
	margin-right: 0.5rem;
}

@media (min-width: 768px) {

	.history .timeline__conteiner:nth-child(odd) .content {
		padding: 0 2.5rem 0 7.7rem;
	}

	.history .timeline__conteiner:nth-child(odd) .content h3 span {
		margin-right: 1.5rem;
	}
}

@media (min-width: 1140px) {

	.history .timeline__conteiner:nth-child(odd) .content {
		padding: 0 0 0 7.7rem;
	}

	.history .timeline__conteiner:nth-child(odd) .content p {
		padding-left: 7.2rem;
	}
}

.history .timeline__conteiner .content {
	position: relative;
	margin-top: -0.5rem;
}

.history .timeline__conteiner .content h3 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0.9rem;
	position: relative;
}

.history .timeline__conteiner .content h3 span {
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #7da10c;
	position: relative;
}

@media (min-width: 768px) {

	.history .timeline__conteiner .content h3 {
		font-size: 1.8rem;
		line-height: 2.5rem;
		top: -0.7rem;
	}

	.history .timeline__conteiner .content h3 span {
		font-size: 2.4rem;
		line-height: 3.3rem;
		top: 0.2rem;
	}
}

.history .timeline__conteiner .content p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 3.7rem;
}

@media (min-width: 768px) {

	.history .timeline__conteiner .content p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.history .timeline__conteiner:last-child .content p {
	margin-bottom: 0;
}

@media (max-width: 768px) {

	.history .timeline:after,
			.history .timeline:before {
		left: 3.1rem;
	}

	.history .timeline__conteiner {
		width: 100%;
		padding-left: 8rem;
		padding-right: 1.5rem;
	}
}

/* -------------------------- *\
    .about_team
\* -------------------------- */

.about_team { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.about_team {
		padding: 0 5.5rem;
	}
}

.about_team .shell {
	background: #fff;
	max-width: 100%;
	padding: 0 0 3rem;
}

@media (min-width: 1480px) {

	.about_team .shell {
		padding: 0 0 6.7rem;
	}
}

.about_team .t2,
	.about_team .t3 {
	text-align: center;
}

.about_team .hold {
	max-width: 134.4rem;
	margin: 0 auto;
}

.about_team__slider {
	max-width: 128rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
}

.about_team__slider .slick-list {
	padding: 2rem 5rem !important;
}

@media (min-width: 450px) {

	.about_team__slider .slick-list {
		padding: 2rem !important;
	}
}

.about_team__slider .broker {
	margin-right: 5.5rem;
}

@media (max-width: 767px) {

	.about_team__slider {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
		padding: 0 1rem 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	.about_team__slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.about_team__slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.about_team__slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

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

	.about_team__slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.about_team__slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.about_team__slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.about_team__slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.about_team__slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.about_team__slider .broker {
		margin-right: 4rem;
		min-width: 27rem;
		max-width: 27rem;
	}
}

.about_team__slider .slick-prev,
		.about_team__slider .slick-next {
	position: absolute;
	display: block;
	height: 5.2rem;
	width: 1.9rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
}

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

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

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

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

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

.about_team__slider .slick-prev {
	left: -3.5rem;
}

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

.about_team__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/right.svg);
}

[dir="rtl"] .about_team__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/right.svg);
}

.about_team__slider .slick-next {
	right: -3.5rem;
}

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

.about_team__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/left.svg);
}

[dir="rtl"] .about_team__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/left.svg);
}

.about_team.other .hold {
	padding: 4rem 0 0;
}

.about_team.other .slick-dots {
	display: none !important;
}

/* -------------------------- *\
    .call_action
\* -------------------------- */

.call_action { 
	background: rgba(6,57,58, 0.98);
	text-align: center;
	padding: 5rem 0;
}

.call_action a {
	color: #fff;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3rem;
	position: relative;
	padding-left: 4rem;
	display: inline-block;
}

.call_action a svg {
	color: #fff;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
}

.call_action a:hover {
	color: #7da10c;
}

@media (min-width: 768px) {

	.call_action a {
		font-size: 3.6rem;
		line-height: 4.4rem;
		padding-left: 6rem;
	}

	.call_action a svg {
		width: 4rem;
		height: 4rem;
	}
}

/* -------------------------- *\
    .carriers_top
\* -------------------------- */

.carriers_top { 
	padding: 2.5rem 2.5rem 0;
	background: rgba(0, 30, 51, 0.98);
}

@media (min-width: 768px) {

	.carriers_top {
		padding: 5.5rem 5.5rem 0;
	}
}

.carriers_top .shell {
	background: #055a5c url(/wp-content/uploads/2022/02/city.png) no-repeat;
	background-position: bottom;
	max-width: 100%;
}

.carriers_top .hold {
	padding: 5.7rem 0 0;
	max-width: 116rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
}

@media (min-width: 990px) {

	.carriers_top .hold {
		padding: 5.7rem 0;
	}
}

.carriers_top .hold .l {
	width: 100%;
	background: #055a5c;
	box-shadow: 0 0.2rem 2rem rgba(0,0,0, 0.5);
	padding: 3.5rem 2.4rem 2.4rem;
	text-align: center;
}

@media (min-width: 990px) {

	.carriers_top .hold .l {
		width: calc(45% - 1.9rem);
	}
}

.carriers_top .hold .l img {
	max-width: 100%;
	margin-bottom: 1.8rem;
}

@media (min-width: 480px) {

	.carriers_top .hold .l img {
		max-width: 33.2rem;
	}
}

.carriers_top .hold .l h2 {
	margin-bottom: 1.7rem;
	color: #fff;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3.5rem;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
}

@media (min-width: 480px) {

	.carriers_top .hold .l h2 {
		font-size: 3.6rem;
		line-height: 4.9rem;
	}
}

.carriers_top .hold .l a {
	display: block;
	width: 6rem;
	height: 6rem;
	border: 0.3rem solid #7da10c;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}

.carriers_top .hold .l a svg {
	width: 3rem;
	height: 3.5rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
}

.carriers_top .hold .r {
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}

@media (min-width: 990px) {

	.carriers_top .hold .r {
		width: calc(55% - 1.9rem);
	}
}

@media (min-width: 990px) {

	.carriers_top .hold .r img {
		position: absolute;
		top: -1.5rem;
		bottom: 0;
		max-width: 55rem;
		right: 3.7rem;
	}
}

/* -------------------------- *\
    .ladder
\* -------------------------- */

.ladder { 
	padding: 0 2.5rem;
	background: rgba(0, 30, 51, 0.98);
}

@media (min-width: 768px) {

	.ladder {
		padding: 0 5.5rem;
	}
}

.ladder .shell {
	background: #fff;
	max-width: 100%;
	padding: 0 2rem;
}

.ladder .hold {
	max-width: 128rem;
	margin: 0 auto;
	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;
}

.ladder .hold .l,
		.ladder .hold .r {
	width: 100%;
}

@media (min-width: 990px) {

	.ladder .hold .l,
		.ladder .hold .r {
		width: calc(50% - 2.3rem);
	}
}

@media (max-width: 990px) {

	.ladder .hold .r {
		text-align: center;
		margin-top: 2rem;
	}
}

.ladder .hold p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 1.8rem;
}

.ladder .hold p:last-child {
	margin-bottom: 0;
}

.ladder .hold p strong {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
}

.ladder .hold p strong span {
	color: #7da10c;
}

/* -------------------------- *\
    .why
\* -------------------------- */

.why { 
	padding: 0;
	border-left: 2.5rem solid rgba(6,57,58, 0.98);
	border-right: 2.5rem solid rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.why {
		border-left: 5.5rem solid rgba(6,57,58, 0.98);
		border-right: 5.5rem solid rgba(6,57,58, 0.98);
	}
}

.why .shell {
	background: rgba(5,90,92, 0.02);
	max-width: 100%;
	padding: 0 2rem;
}

.why .hold {
	padding: 2.6rem 0 0;
	max-width: 100rem;
	margin: 0 auto;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.why .hold .t2,
		.why .hold .t3 {
	width: 100%;
}

.why .hold .item {
	width: 100%;
	margin-bottom: 5rem;
	background: #fff;
	border-radius: 0.7rem;
	box-shadow: 0 0.2rem 0.4rem #e5e5e5;
	padding: 3rem 1.2rem;
}

@media (min-width: 768px) {

	.why .hold .item {
		width: calc(50% - 3rem);
	}
}

@media (min-width: 1024px) {

	.why .hold .item {
		width: calc(33.33% - 3rem);
	}
}

.why .hold .item svg {
	width: 5.4rem;
	height: 5.4rem;
	margin-bottom: 1rem;
	color: #055a5c;
}

.why .hold .item h4 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 1.4rem;
}

.why .hold .item p {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 0;
	color: #494949;
}

.why.other .hold .item {
	padding: 2.5rem;
}

.why.other .hold .item img {
	width: 5.3rem;
	height: 4.9rem;
	margin-bottom: 1.5rem;
}

/* -------------------------- *\
    .call_block
\* -------------------------- */

.call_block { 
	padding: 0 2.5rem;
	background: rgba(0, 30, 51, 0.98);
}

@media (min-width: 768px) {

	.call_block {
		padding: 0 5.5rem;
	}
}

.call_block .shell {
	background: #055a5c;
	max-width: 100%;
	padding: 0 2rem;
}

.call_block .hold {
	max-width: 125rem;
	margin: 0 auto;
	padding: 3rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 990px) {

	.call_block .hold {
		padding: 9rem 0 7rem;
	}
}

.call_block .hold .l,
		.call_block .hold .r {
	width: 100%;/*@mixin min 1200 {
				width: calc(50% - 5rem);
			}*/
}

@media (min-width: 990px) {

	.call_block .hold .l,
		.call_block .hold .r {
		width: calc(50% - 5rem);
	}
}

.call_block .hold .l .t2 {
	color: #fff;
}

.call_block .hold .l p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #fff;
	margin-bottom: 0;
}

.call_block .hold .l .btn {
	margin: 2rem 0 0;
	display: inline-block;
}

.call_block .hold .r {
	position: relative;
	text-align: center;
}

.call_block .hold .r a {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.5rem;
	color: #fff;
	position: absolute;
	display: inline-block;
	padding-left: 3rem;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 17.8rem;
	z-index: 5;
}

.call_block .hold .r a:hover {
	color: #7da10c;
}

.call_block .hold .r a svg {
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	color: #fff;
}

@media (min-width: 480px) {

	.call_block .hold .r a {
		font-size: 3.6rem;
		line-height: 4.4rem;
		padding-left: 5rem;
		width: 29rem;
	}

	.call_block .hold .r a svg {
		width: 4rem;
		height: 4rem;
	}
}

@media (min-width: 990px) {

	.call_block .hold .r a {
		font-size: 3.6rem;
		line-height: 4.4rem;
		padding-left: 5rem;
		top: 0;
	}

	.call_block .hold .r a svg {
		width: 4rem;
		height: 4rem;
	}
}

@media (min-width: 1200px) {

	.call_block .hold .r a {
		top: 10%;
	}
}

@media (min-width: 990px) {

	.call_block .hold .r img {
		position: absolute;
		top: -9.1rem;
		bottom: 0;
		max-width: 50rem;
		right: 0;
	}
}

@media (min-width: 1200px) {

	.call_block .hold .r img {
		max-width: 57.5rem;
	}
}

/* -------------------------- *\
    .what_is_it
\* -------------------------- */

.what_is_it { 
	padding: 0 2.5rem;
	background: rgba(0, 30, 51, 0.98);
}

@media (min-width: 768px) {

	.what_is_it {
		padding: 0 5.5rem;
	}
}

.what_is_it .shell {
	background: #fff;
	max-width: 100%;
	padding: 0 2rem;
}

.what_is_it .hold {
	max-width: 131.5rem;
	margin: 0 auto;
	padding: 4.5rem 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;
}

.what_is_it .hold .l {
	width: 100%;
	text-align: center;
}

@media (min-width: 1024px) {

	.what_is_it .hold .l {
		width: calc(47% - 2rem);
	}
}

.what_is_it .hold .r {
	width: 100%;
	margin-top: 2rem;
}

@media (min-width: 1024px) {

	.what_is_it .hold .r {
		width: calc(53% - 2rem);
		margin-top: 0;
	}
}

.what_is_it .hold .r ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 2.9rem;
}

.what_is_it .hold .r ul li {
	font-weight: 1.4rem;
	line-height: 2rem;
	color: #494949;
	position: relative;
	padding-left: 4rem;
}

.what_is_it .hold .r ul li:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/checkmark.svg);
	background-size: cover;
	width: 2.4rem;
	height: 2.2rem;
	position: absolute;
	left: 0;
}

.what_is_it .hold .r ul li + li {
	margin-top: 1rem;
}

.what_is_it .hold .r p {
	font-weight: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 1.6rem;
}

.what_is_it .hold .r p:last-child {
	margin-bottom: 0;
}

.what_is_it .hold .r p strong {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
}

.what_is_it .hold .r p a {
	color: #7da10c;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.9rem;
}

.what_is_it .hold .r p a:hover {
	color: #055a5c;
}

/* -------------------------- *\
    .carrier_form
\* -------------------------- */

.carrier_form { 
	padding: 0 2.5rem;
	background: linear-gradient(0deg, #055a5c 0%, rgba(6,57,58, 0.98) 100%);
}

@media (min-width: 768px) {

	.carrier_form {
		padding: 0 5.5rem;
		background: linear-gradient(0deg, #055a5c 0%, rgba(6,57,58, 0.98) 100%);
	}
}

.carrier_form .shell {
	background: #fafbfc url(/wp-content/uploads/2022/02/city.png) no-repeat;
	background-position: bottom;
	max-width: 100%;
	padding: 0 2rem;
}

.carrier_form .hold {
	max-width: 61.4rem;
	padding: 4.5rem 0;
	margin: 0 auto;
	text-align: center;
}

/* -------------------------- *\
    .buy_with
\* -------------------------- */

.buy_with { 
	padding: 2.5rem 2.5rem 0;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.buy_with {
		padding: 5.5rem 5.5rem 0;
	}
}

.buy_with .shell {
	background: #055a5c url(/wp-content/uploads/2022/02/city.png) no-repeat;
	background-position: bottom;
	max-width: 100%;
}

.buy_with .hold {
	max-width: 67.1rem;
	margin: 0 auto;
	padding: 4.5rem 0 3.6rem;
	text-align: center;
}

.buy_with .hold h2 {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 4.9rem;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1.3rem;
}

.buy_with .hold img {
	max-width: 100%;
	margin-bottom: 5rem;
}

@media (min-width: 768px) {

	.buy_with .hold img {
		max-width: 47.5rem;
	}
}

.buy_with .hold .small_search .shell {
	padding: 0;
}

.buy_with .hold .small_search .search_field ul {
	column-gap: 1rem;
}

.buy_with .hold .btns {
	background: transparent;
	box-shadow: none;
	padding: 1.8rem 0 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

@media (min-width: 650px) {

	@media (max-width: 830px) {

		.buy_with .hold .btns {
			font-size: 1.1rem;
		}
	}
}

.buy_with .hold .dropdown-hidden {
	text-align: left;
}

.sell_with .hide-btn {
	position: relative;
	z-index: -1;
	opacity: 0;
}

.sell_with .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: #fff;
	text-align: center;
}

.sell_with .gform_wrapper {
	padding: 1.5rem 3rem;
	position: relative;
	margin: 0;
	background: #fff;
	border-radius: 0.7rem;
}

.sell_with .gform_wrapper:before,
		.sell_with .gform_wrapper:after {
	content: none;
}

.sell_with .gform_wrapper form {
	position: relative;
}

.sell_with .gform_wrapper .top_label .gfield_label,
		.sell_with .gform_wrapper legend.gfield_label,
		.sell_with .gform_wrapper .screen-reader-text,
		.sell_with .gform_wrapper .validation_message,
		.sell_with .gform_wrapper #gform_preview_30_7,
		.sell_with .gform_wrapper span.gform_drop_instructions {
	display: none;
}

.sell_with .gform_wrapper ul li.gfield,
		.sell_with .gform_wrapper .top_label div.ginput_container,
		.sell_with .gform_wrapper .gform_fileupload_multifile .gform_drop_area,
		.sell_with .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) {
	margin: 0;
}

.sell_with .gform_wrapper .gform_body ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.sell_with .gform_wrapper ul.gform_fields li.gfield {
	width: 100% !important;
	padding-right: 0;
	margin-bottom: 2rem;
	list-style-type: none;
}

.sell_with .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none;
}

@media (min-width: 500px) {

	.sell_with .gform_wrapper ul.gform_fields li.gfield.price {
		width: calc(50% - 2rem) !important;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	.sell_with .gform_wrapper ul.gform_fields li.gfield {
		width: 17.8rem !important;
		margin-bottom: 0;
	}

	.sell_with .gform_wrapper ul.gform_fields li.gfield.price {
		width: 17.8rem !important;
		margin-bottom: 0;
	}
}

.sell_with .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.sell_with .gform_wrapper select {
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0 4rem 0 0.1rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.sell_with .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .sell_with .gform_wrapper select:-ms-input-placeholder {
	color: #A2A2A2;
}

.sell_with .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .sell_with .gform_wrapper select::placeholder {
	color: #A2A2A2;
}

.sell_with .gform_wrapper select {
	padding: 0.3rem 4rem 0.2rem 0.1rem;
}

.sell_with .gform_wrapper ul.gform_fields li.gfield.upload {
	width: 100% !important;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 2rem !important;
}

@media (min-width: 500px) {

	.sell_with .gform_wrapper ul.gform_fields li.gfield.upload {
		width: calc(50% - 2rem) !important;
		margin-bottom: 0 !important;
	}
}

.sell_with .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
	border: 0.1rem solid #055a5c;
	border-radius: 0.7rem;
	padding: 1rem 0 !important;
	text-align: center;
	width: 100%;
	position: relative;
	cursor: pointer;
	background: transparent;
	z-index: 1;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #055a5c;
}

@media (min-width: 500px) {

	.sell_with .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
		padding: 1.25rem 0 1.25rem 3.5rem !important;
		font-size: 1.1rem;
	}
}

@media (min-width: 642px) {

	.sell_with .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
		font-size: 1.6rem;
	}
}

.sell_with .gform_wrapper ul.gform_fields li.gfield.upload:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/image-gallery.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 2.9rem;
	z-index: 1;
}

@media (min-width: 768px) {

	.sell_with .gform_wrapper ul.gform_fields li.gfield.upload:before {
		left: 3.6rem;
	}
}

.sell_with .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 0;
	border: 0;
	background: #fff;
	position: relative;
}

.sell_with .gform_wrapper .gform_footer {
	position: absolute;
	width: calc(100vw - 9rem) !important;
	right: -3rem;
	bottom: -17rem;
	margin: 0;
	padding:0;
}

@media (min-width: 650px) {

	.sell_with .gform_wrapper .gform_footer {
		bottom: -7.2rem;
		width: 32% !important;
	}
}

@media (min-width: 990px) {

	.sell_with .gform_wrapper .gform_footer {
		width: 19.7rem !important;
		bottom: -7.5rem;
	}
}

.sell_with .gform_wrapper .gform_footer input[type="submit"] {
	display: inline-block;
	-ms-flex: 100%;
	flex: 100%;
	background: rgba(255,255,255, 0.24);
	border-radius: 0.7rem;
	padding: 1.2rem 1.5rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.5rem !important;
	color: #fff;
	font-weight: 600;
	border: none;
	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;
	width: 100%;
	cursor: pointer;
	transition: .3s ease;
	margin: 0;
}

@media (min-width: 650px) {

	.sell_with .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.2rem;
	}
}

@media (min-width: 900px) {

	.sell_with .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.5rem;
	}
}

.sell_with .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #fff;
	color: #055a5c;
}

.sell_with .gform_wrapper .custom-dropdown {
	position: relative;
}

.sell_with .gform_wrapper .custom-dropdown select {
	display: none;
}

.sell_with .gform_wrapper .select-selected {
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0 4rem 0 0.1rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.sell_with .gform_wrapper .select-selected:-ms-input-placeholder {
	color: #A2A2A2;
}

.sell_with .gform_wrapper .select-selected::placeholder {
	color: #A2A2A2;
}

.sell_with .gform_wrapper .select-selected:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	width: 3rem;
	height: 2.9rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-100%);
	transition: .3s ease;
}

.sell_with .gform_wrapper .select-selected.select-arrow-active:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

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

.sell_with .gform_wrapper .select-items div,
			.sell_with .gform_wrapper .select-items .select-selected {
	color: #A2A2A2;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid rgba(0,0,0, 0.1);
	padding: 0.5rem;
	font-size: 1.4rem;
}

.sell_with .gform_wrapper .select-items div:hover,
			.sell_with .gform_wrapper .select-items .same-as-selected {
	background: rgba(0, 0, 0, 0.1);
	color: #055a5c;
}

.sell_with .gform_wrapper .select-hide {
	display: none;
}

/* -------------------------- *\
    .buy_with_intro
\* -------------------------- */

.buy_with_intro { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.buy_with_intro {
		padding: 0 5.5rem;
	}
}

.buy_with_intro .shell {
	background: #fff;
	max-width: 100%;
	padding: 0 2rem;
}

.buy_with_intro .hold {
	max-width: 125rem;
	margin: 0 auto;
	padding: 3.3rem 0 4.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.buy_with_intro .hold .l {
	width: 100%;
	border-radius: 0.7rem;
}

@media (min-width: 900px) {

	.buy_with_intro .hold .l {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 1110px) {

	.buy_with_intro .hold .l {
		width: calc(45% - 2.5rem);
	}
}

.buy_with_intro .hold .l img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0.7rem;
}

.buy_with_intro .hold .r {
	width: 100%;
	margin-top: 3rem;
}

@media (min-width: 900px) {

	.buy_with_intro .hold .r {
		width: calc(50% - 1rem);
		margin-top: 0;
	}

	.buy_with_intro .hold .r .t2 {
		font-size: 2.1rem;
		line-height: 3rem;
	}
}

@media (min-width: 1110px) {

	.buy_with_intro .hold .r {
		width: calc(55% - 2.5rem);
	}
}

.buy_with_intro .hold .r .t3 {
	margin-bottom: 1.8rem;
}

.buy_with_intro .hold .r p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 1.5rem;
}

.buy_with_intro .hold .r p strong {
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
	font-weight: 400;
}

@media (min-width: 900px) {

	.buy_with_intro .hold .r p {
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {

	.buy_with_intro .hold .r p {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.5rem;
	}
}

.buy_with_intro .hold .r .btn {
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 500px) {

	.buy_with_intro .hold .r .btn {
		width: 48%;
		margin-bottom: 0;
	}

	.buy_with_intro .hold .r .btn + .btn {
		margin-left: 0.5rem;
	}
}

@media (min-width: 1200px) {

	.buy_with_intro .hold .r .btn {
		width: 21.8rem;
	}

	.buy_with_intro .hold .r .btn + .btn {
		margin-left: 1.2rem;
	}
}

.buy_with_intro .hold .more-text,
		.buy_with_intro .hold .more-text_2,
		.buy_with_intro .hold .blocks {
	margin: 3rem 0;
}

.buy_with_intro .hold .more-text h2, .buy_with_intro .hold .more-text_2 h2, .buy_with_intro .hold .blocks h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 600;
	color: #055a5c;
}

.buy_with_intro .hold .more-text h3, .buy_with_intro .hold .more-text_2 h3, .buy_with_intro .hold .blocks h3 {
	font-size: 2.2rem;
	line-height: 2.6rem;
	color: #7da10c;
	font-weight: 600;
}

.buy_with_intro .hold .more-text ul, .buy_with_intro .hold .more-text_2 ul, .buy_with_intro .hold .blocks ul {
	list-style-type: none;
	list-style-position: inside;
}

.buy_with_intro .hold .more-text ul li, .buy_with_intro .hold .more-text_2 ul li, .buy_with_intro .hold .blocks ul li {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #494949;
	position: relative;
	padding-left: 4.6rem;
}

.buy_with_intro .hold .more-text ul li:before, .buy_with_intro .hold .more-text_2 ul li:before, .buy_with_intro .hold .blocks ul li:before {
	content: url(/wp-content/uploads/2022/02/checkmark.svg);
	position: absolute;
	top: 1rem;
	left: 0;
	width: 3.3rem;
	height: 3rem;
}

.buy_with_intro .hold .more-text ul li + li, .buy_with_intro .hold .more-text_2 ul li + li, .buy_with_intro .hold .blocks ul li + li {
	margin-top: 1.8rem;
}

.buy_with_intro .hold .more-text p, .buy_with_intro .hold .more-text_2 p, .buy_with_intro .hold .blocks p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 1.5rem;
}

.buy_with_intro .hold .more-text p strong, .buy_with_intro .hold .more-text_2 p strong, .buy_with_intro .hold .blocks p strong {
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
	font-weight: 400;
}

@media (min-width: 900px) {

	.buy_with_intro .hold .more-text p, .buy_with_intro .hold .more-text_2 p, .buy_with_intro .hold .blocks p {
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {

	.buy_with_intro .hold .more-text p, .buy_with_intro .hold .more-text_2 p, .buy_with_intro .hold .blocks p {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.5rem;
	}
}

.buy_with_intro .hold .more-text b, .buy_with_intro .hold .more-text_2 b, .buy_with_intro .hold .blocks b {
	color: #055a5c;
}

.buy_with_intro .hold .blocks {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.buy_with_intro .hold .blocks .l {
	width: 100%;
}

@media (min-width: 900px) {

	.buy_with_intro .hold .blocks .l {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 1110px) {

	.buy_with_intro .hold .blocks .l {
		width: calc(45% - 2.5rem);
	}
}

.buy_with_intro .hold .blocks .r {
	width: 100%;
	margin-top: 3rem;
}

@media (min-width: 900px) {

	.buy_with_intro .hold .blocks .r {
		width: calc(50% - 1rem);
		margin-top: 0;
	}
}

@media (min-width: 1110px) {

	.buy_with_intro .hold .blocks .r {
		width: calc(55% - 2.5rem);
	}
}

/* -------------------------- *\
    .free_consultation
\* -------------------------- */

.free_consultation { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.free_consultation {
		padding: 0 5.5rem;
	}
}

.free_consultation .shell {
	background: #055a5c;
	max-width: 100%;
	padding: 0 2rem;
}

.free_consultation .hold {
	max-width: 119rem;
	margin: 0 auto;
	padding: 3rem 0 0;
	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: 900px) {

	.free_consultation .hold {
		padding: 8.6rem 0;
	}
}

.free_consultation .hold .l,
		.free_consultation .hold .r {
	width: 100%;
}

@media (min-width: 900px) {

	.free_consultation .hold .l,
		.free_consultation .hold .r {
		width: calc(50% - 5rem);
	}
}

.free_consultation .hold .l .t2 {
	color: #fff;
}

.free_consultation .hold .l p {
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.9rem;
	margin-bottom: 1.8rem;
}

.free_consultation .hold .l .consultation-form .gform_wrapper .gform_footer input.button,
						.free_consultation .hold .l .consultation-form .gform_wrapper .gform_footer input[type=submit],
						.free_consultation .hold .l .consultation-form .gform_wrapper .gform_footer .gform_page_footer input.button,
						.free_consultation .hold .l .consultation-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	background: #7da10c;
}

.free_consultation .hold .r {
	text-align: center;
	position: relative;
}

.free_consultation .hold .r img {
	max-width: 60%;
}

@media (min-width: 900px) {

	.free_consultation .hold .r img {
		max-width: 40rem;
		position: absolute;
		right: 0;
	}
}

@media (min-width: 1070px) {

	.free_consultation .hold .r img {
		max-width: 45rem;
		top: -1.7rem;
	}
}

@media (min-width: 1200px) {

	.free_consultation .hold .r img {
		max-width: 53.8rem;
		top: -7.5rem;
	}
}

/* -------------------------- *\
    .close_deal
\* -------------------------- */

.close_deal { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.close_deal {
		padding: 0 5.5rem;
	}
}

.close_deal .shell {
	background: #fff;
	max-width: 100%;
	padding: 0 2rem;
}

.close_deal .shell:after {
	content: '';
	background: #e5e5e5;
	max-width: 90.2rem;
	height: 0.1rem;
	display: block;
	margin: 4.6rem auto 0;
}

.close_deal .hold {
	max-width: 100rem;
	margin: 0 auto;
	position: relative;
	padding: 4.8rem 0 0.6rem;
	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;
}

.close_deal .hold .l {
	width: 100%;
	text-align: center;
}

@media (min-width: 740px) {

	.close_deal .hold .l {
		width: calc(35% - 3rem);
	}
}

.close_deal .hold .r {
	width: 100%;
	margin-top: 3rem;
}

@media (min-width: 740px) {

	.close_deal .hold .r {
		width: calc(65% - 3rem);
		margin-top: 0;
	}
}

.close_deal .hold .r .t3 {
	margin-bottom: 1.8rem;
}

.close_deal .hold .r p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 2rem;
}

.close_deal .hold .r p:last-child {
	margin-bottom: 0;
}

/* -------------------------- *\
    .add_offer
\* -------------------------- */

.add_offer { 
	padding: 2.5rem 2.5rem 0;
	background: rgba(6,57,58, 0.98);
	overflow: hidden;
}

@media (min-width: 768px) {

	.add_offer {
		padding: 5.5rem 5.5rem 0;
	}
}

.add_offer .shell {
	background: #055a5c;
	max-width: 100%;
}

.add_offer .hold {
	max-width: 67.8rem;
	margin: 0 auto;
	padding: 9.4rem 0 6.3rem;
	text-align: center;
}

.add_offer .hold h2 {
	font-size: 2.1rem;
	line-height: 3rem;
	font-weight: 700;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
	color: #fff;
}

@media (min-width: 768px) {

	.add_offer .hold h2 {
		font-size: 3.6rem;
		line-height: 4.9rem;
	}
}

.add_offer .hold .logo {
	max-width: 100%;
	margin-bottom: 10rem;
}

@media (min-width: 768px) {

	.add_offer .hold .logo {
		max-width: 47.5rem;
	}
}

.add_offer .hold .small_search {
	max-width: 67.1rem;
	text-align: left;
}

.add_offer .hold .small_search:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/broker.png) no-repeat;
	position: absolute;
	top: -10rem;
	left: calc(146% - 42rem);
	width: 42rem;
	height: 100vh;
	display: none;
}

@media (min-width: 1024px) {

	.add_offer .hold .small_search:before {
		display: inline-block;
	}
}

@media (min-width: 1480px) {

	.add_offer .hold .small_search:before {
		left: calc(160% - 42rem);
	}
}

.add_offer .hold .small_search .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: #fff;
	text-align: center;
}

.add_offer .hold .small_search .gform_wrapper {
	padding: 3.4rem 3rem 4.3rem;
	position: relative;
	margin: 0;
	background: #fff;
	border-radius: 0.7rem;
}

.add_offer .hold .small_search .gform_wrapper form {
	position: relative;
}

.add_offer .hold .small_search .gform_wrapper:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/fingers.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -6rem;
	left: auto;
	right: 0;
	z-index: 1;
	width: 23.5rem;
	height: 8.6rem;
}

@media (min-width: 480px) {

	.add_offer .hold .small_search .gform_wrapper:before {
		width: 28.5rem;
		right: 5.5rem;
		top: -7rem;
	}
}

.add_offer .hold .small_search .gform_wrapper:after {
	content: '';
	background: url(/wp-content/uploads/2022/02/finger.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -5rem;
	right: 3rem;
	z-index: 1;
	width: 7rem;
	height: 6rem;
}

@media (min-width: 480px) {

	.add_offer .hold .small_search .gform_wrapper:after {
		right: 5rem;
		width: 9rem;
	}
}

.add_offer .hold .small_search .gform_wrapper .top_label .gfield_label,
				.add_offer .hold .small_search .gform_wrapper legend.gfield_label,
				.add_offer .hold .small_search .gform_wrapper .screen-reader-text,
				.add_offer .hold .small_search .gform_wrapper .validation_message,
				.add_offer .hold .small_search .gform_wrapper #gform_preview_30_7,
				.add_offer .hold .small_search .gform_wrapper span.gform_drop_instructions {
	display: none;
}

.add_offer .hold .small_search .gform_wrapper ul li.gfield,
				.add_offer .hold .small_search .gform_wrapper .top_label div.ginput_container,
				.add_offer .hold .small_search .gform_wrapper .gform_fileupload_multifile .gform_drop_area,
				.add_offer .hold .small_search .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) {
	margin: 0;
}

.add_offer .hold .small_search .gform_wrapper .gform_body ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield {
	width: 100% !important;
	padding-right: 0;
	margin-bottom: 2rem;
}

@media (min-width: 500px) {

	.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield {
		width: calc(50% - 2rem) !important;
		margin-bottom: 4.3rem;
	}
}

@media (min-width: 768px) {

	.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield {
		width: 17.8rem !important;
	}
}

.add_offer .hold .small_search .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.add_offer .hold .small_search .gform_wrapper select {
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0 4rem 0 0.1rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.add_offer .hold .small_search .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .add_offer .hold .small_search .gform_wrapper select:-ms-input-placeholder {
	color: #A2A2A2;
}

.add_offer .hold .small_search .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .add_offer .hold .small_search .gform_wrapper select::placeholder {
	color: #A2A2A2;
}

.add_offer .hold .small_search .gform_wrapper select {
	padding: 0.3rem 4rem 0.2rem 0.1rem;
}

.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield.upload {
	width: 100% !important;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 2rem !important;
}

@media (min-width: 500px) {

	.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield.upload {
		width: calc(50% - 2rem) !important;
		margin-bottom: 0 !important;
	}
}

.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
	border: 0.1rem solid #055a5c;
	border-radius: 0.7rem;
	padding: 1rem 0 !important;
	text-align: center;
	width: 100%;
	position: relative;
	cursor: pointer;
	background: transparent;
	z-index: 1;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #055a5c;
}

@media (min-width: 500px) {

	.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
		padding: 1.25rem 0 1.25rem 3.5rem !important;
		font-size: 1.1rem;
	}
}

@media (min-width: 642px) {

	.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
		font-size: 1.6rem;
	}
}

.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield.upload:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/image-gallery.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 2.9rem;
	z-index: 1;
}

@media (min-width: 768px) {

	.add_offer .hold .small_search .gform_wrapper ul.gform_fields li.gfield.upload:before {
		left: 3.6rem;
	}
}

.add_offer .hold .small_search .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 0;
	border: 0;
	background: #fff;
	position: relative;
}

.add_offer .hold .small_search .gform_wrapper .gform_footer {
	position: relative;
	width: 100% !important;
	right: 0;
	bottom: 0;
	margin: 0;
	padding:0;
}

@media (min-width: 500px) {

	.add_offer .hold .small_search .gform_wrapper .gform_footer {
		position: absolute;
		width: calc(50% - 2rem) !important;
	}
}

.add_offer .hold .small_search .gform_wrapper .gform_footer input[type="submit"] {
	background: #055a5c;
	border-radius: 0.7rem;
	border: 0.1rem solid #979797;
	padding: 1.25rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #fff;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 100%;
	cursor: pointer;
	transition: .3s ease;
	margin: 0;
}

.add_offer .hold .small_search .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #7da10c;
}

.add_offer .hold .small_search .gform_wrapper .custom-dropdown {
	position: relative;
}

.add_offer .hold .small_search .gform_wrapper .custom-dropdown select {
	display: none;
}

.add_offer .hold .small_search .gform_wrapper .select-selected {
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0 4rem 0 0.1rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.add_offer .hold .small_search .gform_wrapper .select-selected:-ms-input-placeholder {
	color: #A2A2A2;
}

.add_offer .hold .small_search .gform_wrapper .select-selected::placeholder {
	color: #A2A2A2;
}

.add_offer .hold .small_search .gform_wrapper .select-selected:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	width: 3rem;
	height: 2.9rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-100%);
	transition: .3s ease;
}

.add_offer .hold .small_search .gform_wrapper .select-selected.select-arrow-active:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

.add_offer .hold .small_search .gform_wrapper .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 0;
	padding: 0.3rem 1rem 2rem;
	box-shadow: 0 0.2rem 0.4rem #a2a2a2;
	border-radius: 0 0 1rem 1rem;
	background: #fff;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	margin: 0 auto;
}

.add_offer .hold .small_search .gform_wrapper .select-items div,
					.add_offer .hold .small_search .gform_wrapper .select-items .select-selected {
	color: #A2A2A2;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid rgba(0,0,0, 0.1);
	padding: 0.5rem;
	font-size: 1.4rem;
}

.add_offer .hold .small_search .gform_wrapper .select-items div:hover,
					.add_offer .hold .small_search .gform_wrapper .select-items .same-as-selected {
	background: rgba(0, 0, 0, 0.1);
	color: #055a5c;
}

.add_offer .hold .small_search .gform_wrapper .select-hide {
	display: none;
}

.add_offer .hold .info {
	margin-top: 7.3rem;
	color: #fff;
}

.add_offer .hold .info h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 2.6rem;
}

@media (min-width: 768px) {

	.add_offer .hold .info h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}
}

.add_offer .hold .info a {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #7da10c;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	position: relative;
	padding-left: 3rem;
	margin-bottom: 3.7rem;
	display: inline-block;
}

.add_offer .hold .info a svg {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
	color: #fff;
}

.add_offer .hold .info a:hover {
	color: #fff;
}

@media (min-width: 768px) {

	.add_offer .hold .info a {
		font-size: 3.6rem;
		line-height: 4.9rem;
		padding-left: 6rem;
	}

	.add_offer .hold .info a svg {
		width: 4rem;
		height: 4rem;
	}
}

.add_offer .hold .info p {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 2.2rem;
}

.add_offer .hold .info p:last-child {
	margin-bottom: 0;
}

/* -------------------------- *\
    .credit_and_evaluation
\* -------------------------- */

.credit_and_evaluation { 
	padding: 3rem 0 6rem;
}

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

@media (max-width: 768px) {

	.credit_and_evaluation .shell {
		padding: 0;
	}
}

.credit_and_evaluation .l {
	width: 100%;
	padding: 0 2rem;
}

@media (min-width: 990px) {

	.credit_and_evaluation .l {
		width: calc(100% - 33rem);
	}
}

.credit_and_evaluation .l h1.t2 {
	margin-bottom: 3rem;
}

.credit_and_evaluation .l .t2:not(h1.t2),
		.credit_and_evaluation .l .t3,
		.credit_and_evaluation .l .consultation-form {
	padding-left: 5rem;
}

.credit_and_evaluation .l .consultation-form {
	border-left: 0.2rem solid #055a5c;
	max-width: 80rem;
}

.credit_and_evaluation .l .consultation-form ul li {
	padding-left: 0;
}

.credit_and_evaluation .l .consultation-form p {
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #055a5c;
	margin-bottom: 1.8rem;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper {
	padding: 0;
	position: relative;
	margin: 0;
	background: #fff;
	border-radius: 0.7rem;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper:before,
				.credit_and_evaluation .l .consultation-form .gform_wrapper:after {
	content: none;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper form {
	position: relative;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_body {
	width: 100%;
}

@media (min-width: 768px) {

	.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_body {
		width: calc(100% - 17rem);
	}
}

@media (min-width: 990px) {

	@media (max-width: 1024px) {

		.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_body {
			width: 100%;
		}
	}
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .top_label .gfield_label,
				.credit_and_evaluation .l .consultation-form .gform_wrapper legend.gfield_label,
				.credit_and_evaluation .l .consultation-form .gform_wrapper .screen-reader-text,
				.credit_and_evaluation .l .consultation-form .gform_wrapper .validation_message,
				.credit_and_evaluation .l .consultation-form .gform_wrapper #gform_preview_30_7,
				.credit_and_evaluation .l .consultation-form .gform_wrapper span.gform_drop_instructions {
	display: none;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper ul li.gfield,
				.credit_and_evaluation .l .consultation-form .gform_wrapper .top_label div.ginput_container,
				.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_fileupload_multifile .gform_drop_area,
				.credit_and_evaluation .l .consultation-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) {
	margin: 0;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_body ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield {
	width: 100% !important;
	padding-right: 0;
	margin-bottom: 2rem;
}

@media (min-width: 500px) {

	.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield {
		width: 30% !important;
	}
}

@media (min-width: 768px) {

}

.credit_and_evaluation .l .consultation-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
				.credit_and_evaluation .l .consultation-form .gform_wrapper select {
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0.9rem 4rem 0 0.1rem;
	position: relative;
	border-radius: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.credit_and_evaluation .l .consultation-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, .credit_and_evaluation .l .consultation-form .gform_wrapper select:-ms-input-placeholder {
	color: #A2A2A2;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .credit_and_evaluation .l .consultation-form .gform_wrapper select::placeholder {
	color: #A2A2A2;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper select {
	padding: 0.3rem 4rem 0.2rem 0.1rem;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield.upload {
	width: 100% !important;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 2rem !important;
}

@media (min-width: 500px) {

	.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield.upload {
		width: calc(50% - 2rem) !important;
		margin-bottom: 0 !important;
	}
}

.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
	border: 0.1rem solid #055a5c;
	border-radius: 0;
	padding: 1rem 0 !important;
	text-align: center;
	width: 100%;
	position: relative;
	cursor: pointer;
	background: transparent;
	z-index: 1;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #055a5c;
}

@media (min-width: 500px) {

	.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
		padding: 1.25rem 0 1.25rem 3.5rem !important;
		font-size: 1.1rem;
	}
}

@media (min-width: 642px) {

	.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield.upload input.button.gform_button_select_files {
		font-size: 1.6rem;
	}
}

.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield.upload:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/image-gallery.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 2.9rem;
	z-index: 1;
}

@media (min-width: 768px) {

	.credit_and_evaluation .l .consultation-form .gform_wrapper ul.gform_fields li.gfield.upload:before {
		left: 3.6rem;
	}
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 0;
	border: 0;
	background: #fff;
	position: relative;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer {
	margin: 1rem 0 0;
	width: 100%;
	position: relative;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer input.button,
					.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer input[type=submit],
					.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer .gform_page_footer input.button,
					.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	border-radius: 0;
	background: #055a5c;
	border: 0.1rem solid #055a5c;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding: 0.4rem;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer input.button:hover, .credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer input[type=submit]:hover, .credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: transparent;
	color: #055a5c;
	border: 0.1rem solid #055a5c;
}

@media (min-width: 768px) {

	.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer {
		width: 15.5rem;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (min-width: 990px) {

	@media (max-width: 1024px) {

		.credit_and_evaluation .l .consultation-form .gform_wrapper .gform_footer {
			position: relative;
			margin: 1rem 0 0;
			width: 100%;
		}
	}
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .custom-dropdown {
	position: relative;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .custom-dropdown select {
	display: none;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-selected {
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #055a5c;
	padding: 0.9rem 4rem 0 0.1rem;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.9rem;
	color: #A2A2A2;
	width: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-selected:-ms-input-placeholder {
	color: #A2A2A2;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-selected::placeholder {
	color: #A2A2A2;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-selected:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	width: 3rem;
	height: 2.9rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-60%);
	transition: .3s ease;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-selected.select-arrow-active:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

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

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-items div,
					.credit_and_evaluation .l .consultation-form .gform_wrapper .select-items .select-selected {
	color: #A2A2A2;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid rgba(0,0,0, 0.1);
	padding: 0.5rem;
	font-size: 1.4rem;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-items div:hover,
					.credit_and_evaluation .l .consultation-form .gform_wrapper .select-items .same-as-selected {
	background: rgba(0, 0, 0, 0.1);
	color: #055a5c;
}

.credit_and_evaluation .l .consultation-form .gform_wrapper .select-hide {
	display: none;
}

.credit_and_evaluation .l p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #494949;
	margin-bottom: 1.5rem;
}

.credit_and_evaluation .l p:last-child {
	margin-bottom: 0;
}

.credit_and_evaluation .l ul {
	margin: 2.7rem 0 4.7rem;
	list-style-position: inside;
	list-style-type: none;
}

.credit_and_evaluation .l ul li {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #494949;
	position: relative;
	padding-left: 4.6rem;
}

.credit_and_evaluation .l ul li:before {
	content: url(/wp-content/uploads/2022/02/checkmark.svg);
	position: absolute;
	top: 1rem;
	left: 0;
	width: 3.3rem;
	height: 3rem;
}

.credit_and_evaluation .l ul li + li {
	margin-top: 1.8rem;
}

.credit_and_evaluation .l .cons {
	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: 5rem;
}

.credit_and_evaluation .l .cons .left,
			.credit_and_evaluation .l .cons .right {
	width: 100%;
}

@media (min-width: 768px) {

	.credit_and_evaluation .l .cons .left,
			.credit_and_evaluation .l .cons .right {
		width: 48%;
	}
}

.credit_and_evaluation .l .cons .left img, .credit_and_evaluation .l .cons .right img {
	width: 100%;
	height: 40rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.credit_and_evaluation .l .cons .left h2, .credit_and_evaluation .l .cons .right h2 {
	color: #7da10c;
	margin-bottom: 1rem;
}

.credit_and_evaluation .l .cons .left {
	text-align: center;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.credit_and_evaluation .l .cons .left {
		margin-bottom: 0;
	}
}

.credit_and_evaluation .l .calculator {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.credit_and_evaluation .l .calculator .accordion {
	display: none;
}

.credit_and_evaluation .l .calculator .left {
	width: 100%;
}

@media (min-width: 650px) {

	.credit_and_evaluation .l .calculator .left {
		width: calc(55% - 1.5rem);
	}
}

.credit_and_evaluation .l .calculator .left .ekip_log {
	max-width: 10rem;
	position: absolute;
	left: 1.8rem;
	bottom: 1rem;
}

.credit_and_evaluation .l .calculator .right {
	width: 100%;
}

@media (min-width: 650px) {

	.credit_and_evaluation .l .calculator .right {
		width: calc(45% - 1.5rem);
	}
}

.credit_and_evaluation .l .calculator p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 2rem;
}

.credit_and_evaluation .l .calculator .btn {
	width: 21.8rem;
}

.credit_and_evaluation .r {
	width: 100%;
	margin-top: 3rem;
	padding-top: 1rem;
}

@media (min-width: 990px) {

	.credit_and_evaluation .r {
		width: 31.8rem;
		height: 65vh;
		margin-top: 0;
	}
}

@media (min-width: 990px) {

	.credit_and_evaluation .r.calc {
		width: 31.8rem;
		height: 100vh;
		margin-top: 0;
	}
}

@media (min-width: 990px) {

	.credit_and_evaluation .r.calc .property_broker__slider {
		height: 70.6rem;
	}
}

@media (min-width: 990px) {

	.credit_and_evaluation .r .block {
		position: -webkit-sticky;
		position: sticky;
		top: 3rem;
		overflow: hidden;
		height: 54rem;
	}
}

.credit_and_evaluation .r h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0;
	margin-left: 2rem;
}

@media (min-width: 768px) {

	.credit_and_evaluation .r h2 {
		margin-left: 0;
	}
}

.credit_and_evaluation .r .property_broker__slider {
	overflow: hidden;
	padding-top: 2rem;
}

@media (min-width: 990px) {

	.credit_and_evaluation .r .property_broker__slider {
		height: 54rem;
	}
}

@media (max-width: 990px) {

	.credit_and_evaluation .r .property_broker__slider {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		padding-bottom: 2rem;
	}

	.credit_and_evaluation .r .property_broker__slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.credit_and_evaluation .r .property_broker__slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}
}

@media (min-width: 990px) {

	.credit_and_evaluation .r .property_broker__slider {
		height: 100%;
	}

	.credit_and_evaluation .r .property_broker__slider .slick-list,
				.credit_and_evaluation .r .property_broker__slider .slick-track {
		height: 100% !important;
	}
}

.credit_and_evaluation .r .property_broker__slider .slick-prev,
			.credit_and_evaluation .r .property_broker__slider .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: 1rem;
	transform: rotate(90deg);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

.credit_and_evaluation .r .property_broker__slider .slick-prev:hover,
			    .credit_and_evaluation .r .property_broker__slider .slick-prev:focus,
			    .credit_and_evaluation .r .property_broker__slider .slick-next:hover,
			    .credit_and_evaluation .r .property_broker__slider .slick-next:focus {
	outline: none;
	background: #fff;
	color: transparent;
}

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

.credit_and_evaluation .r .property_broker__slider .slick-prev:focus:before, .credit_and_evaluation .r .property_broker__slider .slick-next:focus:before {
	opacity: 1;
}

.credit_and_evaluation .r .property_broker__slider .slick-prev.slick-disabled, .credit_and_evaluation .r .property_broker__slider .slick-next.slick-disabled {
	opacity: 0;
}

.credit_and_evaluation .r .property_broker__slider .slick-prev.slick-disabled:before, .credit_and_evaluation .r .property_broker__slider .slick-next.slick-disabled:before {
	opacity: 1;
}

.credit_and_evaluation .r .property_broker__slider .slick-prev:before,
			.credit_and_evaluation .r .property_broker__slider .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.credit_and_evaluation .r .property_broker__slider .slick-prev {
	left: 35%;
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .slick-prev {
	left: auto;
	right: 35%;
}

.credit_and_evaluation .r .property_broker__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.credit_and_evaluation .r .property_broker__slider .slick-next {
	right: 35%;
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .slick-next {
	left: 35%;
	right: auto;
}

.credit_and_evaluation .r .property_broker__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

.credit_and_evaluation .r .property_broker__slider .property__slide {
	position: relative;
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev,
				.credit_and_evaluation .r .property_broker__slider .property__slide .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	top: 33%;
	left: auto;
	transform: translate(0, 0) rotate(0);
	display: block;
	width: 2.5rem;
	height: 1.6rem;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	opacity: 0;
	transition: .3s ease;
	box-shadow: none;
}

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

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev:hover:before, .credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev:focus:before, .credit_and_evaluation .r .property_broker__slider .property__slide .slick-next:hover:before, .credit_and_evaluation .r .property_broker__slider .property__slide .slick-next:focus:before {
	opacity: 1;
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev:focus:before, .credit_and_evaluation .r .property_broker__slider .property__slide .slick-next:focus:before {
	opacity: 1;
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev.slick-disabled:before, .credit_and_evaluation .r .property_broker__slider .property__slide .slick-next.slick-disabled:before {
	opacity: 0.2;
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev:before,
				.credit_and_evaluation .r .property_broker__slider .property__slide .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: auto;
	left: auto;
	transform: translate(0, 0);
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev {
	left: -2rem;
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev {
	left: auto;
	right: -2rem;
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .property__slide .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/top-chevron.svg);
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-next {
	right: 3.5rem;
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .property__slide .slick-next {
	left: 3.5rem;
	right: auto;
}

.credit_and_evaluation .r .property_broker__slider .property__slide .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

[dir="rtl"] .credit_and_evaluation .r .property_broker__slider .property__slide .slick-next:before {
	content: url(/wp-content/uploads/2022/02/down-chevron.svg);
}

.credit_and_evaluation .r .property_broker__slider .property__slide:hover .slick-prev,
					.credit_and_evaluation .r .property_broker__slider .property__slide:hover .slick-next {
	opacity: 1;
}

/* -------------------------- *\
    .contacts
\* -------------------------- */

.contact {
	padding: 2.5rem 2.5rem 0;
	background: rgba(6,57,58, 0.98);
 }

@media (min-width: 768px) {

	.contact {
		padding: 5.5rem 5.5rem 0;
	}
}

.contact .shell {
	background: #055a5c;
	max-width: 100%;
	text-align: center;
	padding-top: 4.6rem;
}

.contact .shell h2 {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 4.9rem;
	letter-spacing: -0.01125rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2.7rem;
}

.contact .shell img {
	max-width: 100%;
	margin-bottom: 6.2rem;
}

@media (min-width: 768px) {

	.contact .shell img {
		max-width: 47.5rem;
	}
}

.contact .shell--block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
	-ms-flex-align: center;
	    align-items: center;/*background: $cw;*/
	padding: 0;
}

.contact .shell--block .l,
			.contact .shell--block .r {
	width: 100%;/*padding: 2rem 0;*/
	color: #fff;
	background: #fff;
	color: #055a5c;/*@mixin min 1670 {
					padding: 2.1rem 0 2.1rem 0;
				}*/
}

@media (min-width: 768px) {

	.contact .shell--block .l,
			.contact .shell--block .r {
		width: 50%;/*padding: 2.1rem 0;*/
	}
}

.contact .shell--block .l {
	background: #fff;
	color: #055a5c;
}

.contact .shell--block .block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;/*align-items: center;*/
	padding: 2rem;
}

.contact .shell--block .block.white {
	background: #fff;
}

.contact .shell--block .block.white a {
	color: #055a5c;
}

.contact .shell--block .block.white a:hover {
	color: #7da10c;
}

.contact .shell--block .block.green {
	background: #055a5c;
	color: #fff;
}

.contact .shell--block .block.green a {
	color: #fff;
}

.contact .shell--block .block.green a:hover {
	color: #7da10c;
}

@media (min-width: 768px) {

	.contact .shell--block .block {
		min-height: 14.2rem;
	}
}

@media (min-width: 1670px) {

	.contact .shell--block .block {
		padding: 2rem;
	}
}

.contact .shell--block .block .item {
	width: auto;
	border-left: 0.2rem solid #7da10c;
	padding-left: 1.2rem;
	margin-bottom: 1rem;
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 580px) {

	.contact .shell--block .block .item {
		width: 50%;
		margin-bottom: 1rem;
	}

	.contact .shell--block .block .item:nth-of-type(1),
						.contact .shell--block .block .item:nth-of-type(4),
						.contact .shell--block .block .item:nth-of-type(7) {
		width: 100%;/*border-top: .2rem solid $c7;*/
	}
}

/*&:nth-of-type(3),
					&:nth-of-type(6) {
						border-bottom: .2rem solid $c7;
						padding-bottom: 1rem;

						@mixin min 580 {
							border-bottom: 0;
							padding-bottom: 0;
						}
					}*/

.contact .shell--block .block .item p {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

/*&:last-child {
						margin-bottom: 0;
					}*/

.contact .shell--block .block .item span,
					.contact .shell--block .block .item a {
	font-size: 1.3rem;
	line-height: 2rem;
}

/*@mixin min 768 {
						margin-bottom: 1rem;
					}

					@mixin min 1145 {
						margin-bottom: 0;
					}*/

@media (min-width: 1200px) {

	.contact .shell--block .block .item {
		width: calc(33.33% - 2.5rem);
	}

	.contact .shell--block .block .item:nth-of-type(1),
						.contact .shell--block .block .item:nth-of-type(4),
						.contact .shell--block .block .item:nth-of-type(7) {
		width: calc(33.33% - 2.5rem);/*border-top: .2rem solid $c7;*/
	}
}

/*@mixin min 570 {
						margin-bottom: 0;
					}*/

@media (min-width: 1920px) {

	.contact .shell--block .block .item p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

	.contact .shell--block .block .item span,
						.contact .shell--block .block .item a {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.contact__map {
	position: relative;
}

.contact__map.mask {
	position: relative;
	overflow: hidden;
}

.contact__map.mask:after{
	content:'';
	position:absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	border-radius: 50%;
	width: 20rem;
	height: 20rem;
	box-shadow: 0 0 0 200rem rgba(5,90,92, 0.96);
}

@media (min-width: 900px) {

	.contact__map.mask:after {
		width: 50.4rem;
		height: 50.4rem;
	}
}

@media (min-width: 1250px) {

	.contact__map.mask:after {
		transform: translate(-70%, -50%);
	}
}

.contact__map #map {
	height: 30rem;
}

@media (min-width: 900px) {

	.contact__map #map {
		height: 70.9rem;
	}
}

/* -------------------------- *\
    .favorites
\* -------------------------- */

.favorites {
	position: relative;
	padding: 1.8rem 0 2.8rem;
 }

.favorites .shell {
	max-width: 128.5rem;
	position: relative;
}

@media (min-width: 1540px) {

	.favorites .shell:before {
		content: url(/wp-content/uploads/2021/07/premier-3-1.png);
		background: transparent;
		position: absolute;
		top: 11%;
		left: -10%;
	}
}

@media (min-width: 1670px) {

	.favorites .shell:before {
		left: -12%;
	}
}

@media (min-width: 1750px) {

	.favorites .shell:before {
		left: -15%;
	}
}

.favorites h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 4.4rem;
	color: #055a5c;
	text-shadow: 0 0.1rem 0.1rem rgba(84,84,84, 0.5);
	margin-bottom: 0;
}

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

.favorites .sort .show-big {
	display: none;
}

@media (min-width: 450px) {

	.favorites .sort .show-big {
		display: block;
	}
}

@media (min-width: 450px) {

	.favorites .sort .show-small {
		display: none;
	}
}

.favorites .sort a {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.favorites .sort a:hover {
	color: #7da10c;
}

.favorites .sort a svg {
	width: 1.8rem;
	height: 1.8rem;
	color: #055a5c;
	vertical-align: middle;
	margin-right: 1rem;
}

.favorites .sort a:nth-child(2) svg {
	margin-left: 1rem;
	margin-right: 0;
}

.favorites__grid {
	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;
	margin: 0 -0.9rem;
}

.favorites__grid .property {
	width: 30.7rem;
	margin: 0 0.9rem 1.8rem;
}

.fav-heart {
	cursor: pointer;
}

.fav-heart.loading {
	cursor: wait;
}

/* -------------------------- *\
    .review_page
\* -------------------------- */

.review_page { 
	padding: 2.4rem 0 8rem;
 }

.review_page .t2,
	.review_page .t3 {
	text-align: center;
}

.review_page__grid {
	max-width: 117.5rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.review_page__grid .item {
	width: 100%;
	background: #fff;
	border-radius: 0.7rem;
	box-shadow: 0 1.1rem 2.2rem #eee;
	padding: 3.8rem 4.4rem;
	margin-bottom: 5rem;
}

.review_page__grid .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
	display: none;
}

.review_page__grid .item.show:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
	display: inline-block;
}

@media (min-width: 768px) {

	.review_page__grid .item {
		width: calc(50% - 3.5rem);
	}
}

.review_page__grid .item img {
	margin-bottom: 1.9rem;
}

.review_page__grid .item p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
	margin-bottom: 1.9rem;
}

.review_page__grid .item .autor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.review_page__grid .item .autor img {
	width: 4.4rem;
	height: 4.4rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
	margin-right: 1.8rem;
	margin-bottom: 0;
}

.review_page__grid .item .autor h4 {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	margin-bottom: 0;
}

.review_page__grid .item .autor h4 span {
	display: block;
	color: #A2A2A2;
}

.review_page__grid .item .autor h4 span span {
	display: inline-block;
	text-decoration: underline;
}

.review_page .load-more {
	text-align: center;
}

.review_page .load-more .btn {
	cursor: pointer;
}

.review_page .load-more .btn:after {
	position: relative;
	display: block;
	margin: 0.5rem auto 0;
	transform: rotate(90deg);
}

/* -------------------------- *\
    .video_page
\* -------------------------- */

.video_page { 
	padding: 2.4rem 0 2rem;
}

.video_page .t2,
	.video_page .t3 {
	text-align: center;
}

.video_page .video_block .t {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 2rem;
}

.video_page .video_block .part {
	margin-bottom: 3rem;
}

.video_page .video_block a {
	border-radius: 0.7rem;
	margin: 0 0.5rem;
	display: block;
	position: relative;
}

.video_page .video_block a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5.5rem;
	height: 5.2rem;
	color: #fff;
}

.video_page .video_block a img {
	border-radius: 0.7rem;
	height: 25.7rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.video_page .video_block a:hover {
	filter: drop-shadow(0 0.2rem 0.5rem #C3C3C3);
}

.video_page .video_block a:hover svg {
	color: #7da10c;
}

.video_page .video_block .video_slider .slick-track {
	float: left;
}

@media (min-width: 1340px) {

	.video_page .video_block .video_slider {
		margin: 0 -2rem;
	}
}

@media (max-width: 767px) {

	.video_page .video_block .video_slider {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
		padding: 0 1rem 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	.video_page .video_block .video_slider::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.video_page .video_block .video_slider a {
		max-width: 30rem;
		min-width: 30rem;
	}
}

@media (min-width: 768px) {

	.video_page .video_block .video_slider a {
		max-width: 42rem;
	}

	.video_page .video_block .video_slider a:not(:first-child) {
		display: none;
	}

	.video_page .video_block .video_slider.slick-initialized a:not(:first-child) {
		display: block;
	}

	.video_page .video_block .video_slider.slick-initialized .slick-track {
		display: -ms-flexbox;
		display: flex;
		padding: 2rem 1rem;
	}
}

.video_page .video_block .video_slider .slick-prev,
			.video_page .video_block .video_slider .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

.video_page .video_block .video_slider .slick-prev:hover,
			    .video_page .video_block .video_slider .slick-prev:focus,
			    .video_page .video_block .video_slider .slick-next:hover,
			    .video_page .video_block .video_slider .slick-next:focus {
	outline: none;
	background: #fff;
	color: transparent;
}

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

.video_page .video_block .video_slider .slick-prev:focus:before, .video_page .video_block .video_slider .slick-next:focus:before {
	opacity: 1;
}

.video_page .video_block .video_slider .slick-prev.slick-disabled, .video_page .video_block .video_slider .slick-next.slick-disabled {
	opacity: 0;
}

.video_page .video_block .video_slider .slick-prev.slick-disabled:before, .video_page .video_block .video_slider .slick-next.slick-disabled:before {
	opacity: 1;
}

.video_page .video_block .video_slider .slick-prev:before,
			.video_page .video_block .video_slider .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video_page .video_block .video_slider .slick-prev {
	left: -2rem;
}

[dir="rtl"] .video_page .video_block .video_slider .slick-prev {
	left: auto;
	right: -2rem;
}

.video_page .video_block .video_slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .video_page .video_block .video_slider .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.video_page .video_block .video_slider .slick-next {
	right: -2rem;
}

[dir="rtl"] .video_page .video_block .video_slider .slick-next {
	left: -2rem;
	right: auto;
}

.video_page .video_block .video_slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .video_page .video_block .video_slider .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

/* -------------------------- *\
    .some_text
\* -------------------------- */

.some_text { 
	padding: 2.3rem 0 2.1rem;
 }

.some_text .shell {
	max-width: 94rem;
	position: relative;
}

.some_text h1 {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0;
}

.some_text h2,
	.some_text h3 {
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 1.4rem;
	font-weight: 600;
}

.some_text h3 {
	font-weight: 400;
}

.some_text p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 3rem;
}

.some_text p.nb {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #055a5c;
}

/* -------------------------- *\
    .building_listing
\* -------------------------- */

.building_listing { 
	padding: 1.4rem 0 3.6rem;
}

.building_listing h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: 1.3rem;
}

.building_listing h2 span {
	color: #7da10c;
}

.building_listing .filters {
	margin-bottom: 2.6rem;
	width: 98%;
}

.building_listing .filters .top {
	margin-bottom: 1.4rem;
	max-width: 40rem;
}

.building_listing .filters .top .small_search .search_field {
	padding: 0;
}

.building_listing .filters .small_search .search_field .custom-dropdown:nth-child(2), .building_listing .filters .small_search .search_field .custom-dropdown:nth-child(3) {
	width: 20%;
}

.building_listing .filters .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;
	width: 100%;
}

.building_listing .filters .bottom .show-big {
	display: none;
}

@media (min-width: 450px) {

	.building_listing .filters .bottom .show-big {
		display: block;
	}
}

@media (min-width: 450px) {

	.building_listing .filters .bottom .show-small {
		display: none;
	}
}

.building_listing .filters .bottom a {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #055a5c;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.building_listing .filters .bottom a:hover {
	color: #7da10c;
}

.building_listing .filters .bottom a svg {
	width: 1.8rem;
	height: 1.8rem;
	color: #055a5c;
	vertical-align: middle;
	margin-right: 1rem;
}

.building_listing .filters .bottom a:nth-child(2) svg {
	margin-left: 1rem;
	margin-right: 0;
}

.building_listing .listing__grid {
	display: block;
	margin-left: -2rem;
}

.building_listing .listing__grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 1250px) {

	.building_listing .listing__grid {
		margin-left: 0;
		margin: 0 -0.4rem;
	}
}

.building_listing .listing__grid .property {
	float: left;
	margin: 0;
	padding: 2.5rem 0.4rem;
}

.building_listing .listing__grid .property .property__slide .slick-prev {
	left: -1rem;
}

[dir="rtl"] .building_listing .listing__grid .property .property__slide .slick-prev {
	left: auto;
	right: -1rem;
}

.building_listing .listing__grid .property .property__slide .slick-next {
	right: 3rem;
}

[dir="rtl"] .building_listing .listing__grid .property .property__slide .slick-next {
	left: 3rem;
	right: auto;
}

.building_listing .bottom-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 4rem 0 2rem !important;
	width: 98%;
}

.building_listing .bottom-info p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #A2A2A2;
	margin-bottom: 2.5rem;
	width: 100%;
}

@media (min-width: 900px) {

	.building_listing .bottom-info p {
		width: 45%;
	}
}

.building_listing .bottom-info .details {
	width: 13.7rem;
	color: #055a5c;
	font-size: 1.4rem;
	line-height: 1.9rem;
	width: auto;
}

.building_listing .bottom-info .details:nth-child(3) {
	width: auto;
	margin: 1rem 0;
}

.building_listing .bottom-info .details:nth-child(3) p {
	width: 14.8rem;
}

@media (min-width: 325px) {

	.building_listing .bottom-info .details:nth-child(3) {
		margin: 0 1rem;
	}
}

.building_listing .bottom-info .details:nth-child(4) {
	width: auto;
}

/*&:nth-child(3) {
				width: 14.8rem;
				margin-top: 2rem;

				@mixin min 345 {
					margin-top: 0;
				}
			} 

			&:nth-child(4) {
				width: 13.4rem;
				margin-top: 2rem;

				@mixin min 480 {
					margin-top: 0;
				}

				@mixin min 1024 {
					margin-top: 2rem;
				}

				@mixin min 1068 {
					margin-top: 0;
				}
			}*/

.building_listing .bottom-info .details p,
			.building_listing .bottom-info .details a {
	color: #055a5c;
}

.building_listing .bottom-info .details p {
	line-height: 2.5rem;
	margin-bottom: 0;
}

.building_listing .bottom-info .details a {
	display: block;
}

.building_listing .bottom-info .details a + a {
	margin-top: 0.9rem;
}

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

.building_page { 
	padding: 5.5rem 0 0; 
}

.building_page .t4 {
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3.8rem;
	color: #055a5c;
	margin-bottom: 1.4rem;
}

.building_page .t5 {
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	color: #055a5c;
	display: inline-block;
	position: relative;
	margin-bottom: 2.4rem;
}

.building_page .t5:after {
	content: '';
	background: #9CAC09;
	display: block;
	width: 45%;
	height: 0.2rem;
	margin: 2.7rem auto 0;
}

.building_page .image-map {
	position: relative;
}

.building_page .image-map img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.building_page .image-map .bubble {
	display: none;
}

@media (min-width: 900px) {

	.building_page .image-map .bubble {
		max-width: 25rem;
		background: rgba(255,255,255, 0.95);
		border: 0.3rem solid #fff;
		box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
		border-radius: 4.1rem;
		padding: 0.65rem;
		position: absolute;
		text-align: center;
		top: 10%;
		right: 13%;
		font-weight: 600;
		font-size: 1.6rem;
		line-height: 2.2rem;
		color: #055a5c;
		display: block;
	}

	.building_page .image-map .bubble:before {
		content: url(/wp-content/uploads/2022/02/up-arrow.svg);
		position: absolute;
		top: 75%;
		left: -35%;
	}
}

.building_page .content {
	max-width: 79.5rem;
	border-radius: 10rem;
	padding: 1.9rem 0;
	margin: -9rem auto 0;
	background: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
}

@media (max-width: 900px) {

	.building_page .content {
		margin: 0 2rem 0;
	}
}

.building_page .content p {
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #055a5c;
	margin-bottom: 4.3rem;
}

.building_page .content .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 6rem;
}

.building_page .content .grid p {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	text-align: left;
	color: #9CAC09;
	margin-bottom: 2.6rem;
	width: 100%;
}

.building_page .content .grid .l,
			.building_page .content .grid .r {
	width: 100%;
	text-align: left;
	margin-bottom: 1.4rem;
}

@media (min-width: 600px) {

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

.building_page .content .grid .item {
	padding: 0.7rem 0;
	border-bottom: 0.1rem solid #e5e5e5;
	margin-bottom: 1.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	color: #055a5c;
}

.building_page .content .grid .item span {
	font-size: 2.1rem;
	line-height: 2.9rem;
}

.building_page .content .grid .item:last-child {
	margin-bottom: 0;
}

.building_page .content .features {
	text-align: left;
}

.building_page .content .features .accordion {
	font-family: 'Open Sans';
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #E5E5E5;
	color: #055a5c;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	cursor: pointer;
	padding: 0.7rem 0 ;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	outline:0;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	transition: .3s ease;
}

.building_page .content .features .accordion:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	margin-left: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.building_page .content .features button,
		  	.building_page .content .features button:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.building_page .content .features button.accordion.open {
	color: #055a5c;
}

.building_page .content .features button.accordion.open .panel {
	display: block;
}

.building_page .content .features button.accordion.open:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

.building_page .content .features .open,
		    .building_page .content .features .accordion:hover {
	background: #fff;
	color: #055a5c;
	padding-left: 1.2rem;
	outline:0;
	-webkit-tap-highlight-color: transparent;
}

.building_page .content .features .panel {
	font-size: 1.6rem;
	line-height: 2.6rem;
	overflow: hidden;
	padding-top: 1.2rem;
}

/*display: none;*/

.building_page .content .features .panel p {
	margin-bottom: 0.7rem;
}

.building_page.sing-ap .building_header .m .bottom {
	background: rgba(9,44,83, 0.04);
}

.building_page.sing-ap .building_header .m .bottom ul li {
	color: #055a5c;
}

.building_page.sing-ap .building_header .m .bottom ul li a {
	color: #055a5c;
}

.building_page.sing-ap .building_header .m .bottom ul li a:hover {
	text-decoration: underline;
}

.building_page.sing-ap .building_header .m .bottom ul li + li:before {
	content: url(/wp-content/uploads/2022/08/back-copy-2.png);
}

/* -------------------------- *\
    .searching_for_you
\* -------------------------- */

.searching_for_you { 
	padding: 0;
}

.searching_for_you .top {
	background: #fff;
	border-bottom: 0.1rem solid rgba(5,90,92, 0.3);
	padding: 0 2rem;
}

@media (min-width: 768px) {

	.searching_for_you .top {
		padding: 0;
	}
}

.searching_for_you .top ul {
	max-width: 73.7rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
}

.searching_for_you .top ul li a {
	padding: 1.5rem 0 1rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #A2A2A2;
	position: relative;
	display: inline-block;
	margin-right: 1rem;
}

.searching_for_you .top ul li a:after {
	content: '';
	width: 100%;
	height: 0.3rem;
	background: transparent;
	display: block;
	position: absolute;
	bottom: 0;
}

@media (min-width: 768px) {

	.searching_for_you .top ul li a {
		padding: 2.8rem 0 2.1rem;
		margin-right: 0;
	}
}

.searching_for_you .top ul li.active a {
	color: #055a5c;
}

.searching_for_you .top ul li.active a:after {
	background: #055a5c;
}

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

@media (min-width: 768px) {

	.searching_for_you .grid {
		margin-bottom: 10rem;
	}
}

.searching_for_you .grid .l,
		.searching_for_you .grid .r {
	width: 100%;
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 768px) {

	.searching_for_you .grid .l,
		.searching_for_you .grid .r {
		width: 38.1rem;
	}
}

@media (min-width: 1024px) {

	.searching_for_you .grid .l,
		.searching_for_you .grid .r {
		position: -webkit-sticky;
		position: sticky;
		top: 3rem;
		height: 100%;
		width: 32rem;
	}
}

@media (min-width: 1480px) {

	.searching_for_you .grid .l,
		.searching_for_you .grid .r {
		width: 38.1rem;
	}
}

.searching_for_you .grid .m {
	width: 100%;
	-ms-flex-order: 1;
	    order: 1;
}

@media (min-width: 1024px) {

	.searching_for_you .grid .m {
		width: calc(100% - 64rem);
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 1480px) {

	.searching_for_you .grid .m {
		width: calc(100% - 76.2rem);
	}
}

.searching_for_you .grid .l .broker-side {
	height: 40.5rem;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.searching_for_you .grid .l .broker-side:before {
	content: '';
	background: rgba(5,90,92, 0.08);
	width: 38rem;
	height: 24rem;
	border-radius: 4rem;
	position: absolute;
	top: -10rem;
	left: -7rem;
	z-index: -1;
	transform: rotate(330deg);
}

.searching_for_you .grid .l .broker-side:after {
	content: '';
	background: #E6E6E6;
	width: 35rem;
	height: 23rem;
	border-radius: 4rem;
	position: absolute;
	top: -9rem;
	left: -5rem;
	z-index: -5;
	transform: rotate(35deg);
}

.searching_for_you .grid .l .broker-side .info:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/broker.png) no-repeat;
	position: absolute;
	top: -55%;
	left: -12rem;
	width: 135%;/*height: 100vh;*/
	height: 95rem;
	transform: scaleX(-1) scale(0.4);
}

@media (min-width: 768px) {

	.searching_for_you .grid .l .broker-side .info:before {
		left: -11rem;
		width: 130%;
	}
}

.searching_for_you .grid .l .broker-side .details {
	position: absolute;
	max-width: 18rem;
	background: #fff;
	padding: 2rem;
	text-align: center;
	top: 20%;
	left: calc(100% - 18rem);
}

.searching_for_you .grid .l .broker-side .details:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/fingers.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -3rem;
	left: 3rem;
	z-index: 1;
	width: 11.6rem;
	height: 8.6rem;
	transform: scaleX(-1);
}

.searching_for_you .grid .l .broker-side .details:after {
	content: '';
	background: url(/wp-content/uploads/2022/02/finger.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -2rem;
	left: 3rem;
	z-index: 1;
	width: 3.3rem;
	height: 2.7rem;
	transform: scaleX(-1);
}

.searching_for_you .grid .l .broker-side .details a {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

.searching_for_you .grid .l .broker-side .details a.phone {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 3.3rem;
	display: inline-block;
	position: relative;
	margin-bottom: 1rem;
}

.searching_for_you .grid .l .broker-side .details a.phone:after {
	content: '';
	background: #7da10c;
	width: 57%;
	height: 0.2rem;
	margin: 1rem auto 0;
	display: block;
}

.searching_for_you .grid .l .broker-side h2 {
	max-width: 17rem;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 3rem;
	color: #055a5c;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 2rem;
	z-index: 1;
	margin-bottom: 0;
}

.searching_for_you .grid .l .broker-side h2:before {
	content: '';
	background: #fff;
	width: 26rem;
	height: 17rem;
	border-radius: 4rem;
	position: absolute;
	top: -4rem;
	left: -4rem;
	z-index: -1;
	transform: rotate(340deg);
}

.searching_for_you .grid .l .broker-side h2:after {
	content: '';
	background: #E6E6E6;
	width: 27rem;
	height: 26rem;
	border-radius: 4rem;
	position: absolute;
	top: -6rem;
	left: 0;
	z-index: -5;
	transform: rotate(360deg);
}

.searching_for_you .grid .l .broker-side h2 span {
	color: #7da10c;
}

.searching_for_you .grid .l .list {
	background: #f5f5f5;
	padding-bottom: 4.4rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.searching_for_you .grid .l .list:before {
	content: '';
	background: #E6E6E6;
	width: 34rem;
	height: 26rem;
	border-radius: 4rem;
	position: absolute;
	bottom: 2rem;
	left: 4rem;
	z-index: -1;
	transform: rotate(10deg);
}

.searching_for_you .grid .l .list ul {
	background: #fff;
	border-radius: 4rem 0 0 4rem;
	padding: 3.2rem 2rem 3.2rem 4rem;
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: inside;
}

.searching_for_you .grid .l .list ul li {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #494949;
	position: relative;
	padding-left: 4.5rem;
}

.searching_for_you .grid .l .list ul li:before {
	content: '';
	background: url(/wp-content/uploads/2022/02/checkmark.svg) no-repeat;
	background-size: cover;
	width: 3.3rem;
	height: 3rem;
	position: absolute;
	left: 0;
}

.searching_for_you .grid .l .list ul li +li {
	margin-top: 1.7rem;
}

.searching_for_you .grid .l .list ul li span {
	font-weight: 600;
	color: #055a5c;
	text-transform: uppercase;
}

.searching_for_you .grid .l .social {
	padding: 1.8rem 0;
	height: 17rem;
	background: #f5f5f5;
	position: relative;
}

.searching_for_you .grid .l .social a {
	width: 6.5rem;
	height: 6.5rem;
	background: #E6E6E6;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	top: 1rem;
	left: 5rem;
	transform: rotate(-16deg);
}

.searching_for_you .grid .l .social a svg {
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.searching_for_you .grid .l .social a:hover {
	background: #055a5c;
}

.searching_for_you .grid .l .social a:hover svg {
	color: #fff;
}

.searching_for_you .grid .l .social a:nth-child(2),
					.searching_for_you .grid .l .social a:nth-child(3) {
	width: 5rem;
	height: 5rem;
	transform: rotate(0);
	top: auto;
	left: 30%;
	bottom: 3rem;
}

.searching_for_you .grid .l .social a:nth-child(2) svg, .searching_for_you .grid .l .social a:nth-child(3) svg {
	width: 2.5rem;
	height: 2.5rem;
}

.searching_for_you .grid .l .social a:nth-child(3) {
	width: 5rem;
	height: 5rem;
	transform: rotate(28deg);
	top: 0.5rem;
	left: auto;
	right: 30%;
	bottom: auto;
}

.searching_for_you .grid .l .social a:nth-child(4) {
	transform: rotate(13deg);
	top: auto;
	left: auto;
	bottom: 1rem;
	right: 4.5rem;
}

.searching_for_you .grid .r .publication {
	padding: 2.2rem 2.2rem 0 0;
	background: #f5f5f5;
}

.searching_for_you .grid .r .publication .item {
	background: #fff;
	padding: 0.9rem 1.7rem 0.9rem 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;
	border-radius: 0 1.5rem 1.5rem 0;
}

.searching_for_you .grid .r .publication .item + .item {
	margin-top: 1.3rem;
}

.searching_for_you .grid .r .publication .item img {
	max-width: 10.2rem;
	height: 8.6rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0 1.5rem 1.5rem 0;
}

.searching_for_you .grid .r .publication .item .details {
	width: calc(100% - 11.5rem);
}

.searching_for_you .grid .r .publication .item .details h2 {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #055a5c;
	margin-bottom: 0.2rem;
}

.searching_for_you .grid .r .publication .item .details p {
	font-size: 1rem;
	line-height: 1.4rem;
	color: #A2A2A2;
	margin-bottom: 0.5rem;
}

.searching_for_you .grid .r .publication .item .details .autor span {
	font-size: 1rem;
	line-height: 1.3rem;
	letter-spacing: 0.29px;
	color: #737373;
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}

.searching_for_you .grid .r .publication .item .details .autor span + span {
	margin-left: 0.7rem;
}

.searching_for_you .grid .r .publication .item .details .autor span svg {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 0;
}

.searching_for_you .grid .r .publication .item .details .autor span:nth-child(2) {
	padding-left: 2.8rem;
}

.searching_for_you .grid .r .publication .item .details .autor span:nth-child(2) svg {
	width: 2.2rem;
	height: 2.2rem;
	top: -0.2rem;
}

.searching_for_you .grid .r .icon {
	background: #f5f5f5;
	padding: 6rem 4.6rem 3.1rem;
}

.searching_for_you .grid .r .icon div {
	position: relative;
	overflow: hidden;
	border-radius: 3.2rem;
}

.searching_for_you .grid .r .icon div + div {
	margin-top: 1.7rem;
}

.searching_for_you .grid .r .icon div > span:not(.oval) {
	display: block;
	position: relative;
	background: #055a5c;
	color: #fff;
	border-radius: 3.2rem;
	padding: 2.3rem 6rem 2.2rem 1.5rem;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.9rem;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	overflow: hidden;
	transform: translateX(100%);
	opacity: 0;
	transition: .3s ease;
}

@media (min-width: 400px) {

	.searching_for_you .grid .r .icon div > span:not(.oval) {
		font-size: 1.4rem;
		line-height: 1.9rem;
		padding: 2.3rem 8rem 2.2rem 2.8rem;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1480px) {

		.searching_for_you .grid .r .icon div > span:not(.oval) {
			padding: 2.3rem 6rem 2.2rem 1.5rem;
			font-size: 1.1rem;
		}
	}
}

.searching_for_you .grid .r .icon div .oval {
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 0;
	box-shadow: inset 0 0.2rem 1rem rgba(0,0,0, 0.15);
}

.searching_for_you .grid .r .icon div .oval svg {
	width: 2.3rem;
	height: 2.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #055a5c;
}

.searching_for_you .grid .r .icon div:hover span:not(.oval) {
	transform: translateX(0);
	opacity: 1;
}

.searching_for_you .grid .m {
	padding: 2.8rem 2.2rem;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.searching_for_you .grid .m {
		margin-bottom: 6rem;
	}
}

@media (min-width: 1024px) {

	.searching_for_you .grid .m {
		margin-bottom: 0;
	}
}

.searching_for_you .grid .m .item {
	-ms-flex-direction: column;
	    flex-direction: column;
	margin-bottom: 2.5rem;
	position: relative;
	width: 100%;
	display: block;
}

@media (min-width: 560px) {

	.searching_for_you .grid .m .item {
		width: calc(50% - 1.5rem);
		margin-right: 1.5rem;
	}
}

@media (min-width: 800px) {

	.searching_for_you .grid .m .item {
		width: calc(33.3% - 1.5rem);
	}
}

@media (min-width: 1024px) {

	.searching_for_you .grid .m .item {
		width: 100%;
	}
}

@media (min-width: 1280px) {

	.searching_for_you .grid .m .item {
		width: calc(50% - 1.5rem);
	}
}

@media (min-width: 1480px) {

	.searching_for_you .grid .m .item {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1550px) {

	.searching_for_you .grid .m .item {
		width: calc(33.3% - 1.5rem);
	}
}

.searching_for_you .grid .m .item:nth-child(odd) {
	height: 55.8rem;
}

.searching_for_you .grid .m .item:nth-child(odd) .image img {
	width: 100%;
	height: 45rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.searching_for_you .grid .m .item:nth-child(even) {
	height: 55.8rem;
}

.searching_for_you .grid .m .item:nth-child(even) .image img {
	width: 100%;
	height: 45rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 560px) {

	.searching_for_you .grid .m .item:nth-child(even) {
		height: 76.3rem;
	}

	.searching_for_you .grid .m .item:nth-child(even) .image img {
		height: 65.5rem;
	}
}

.searching_for_you .grid .m .item .popup_content {
	position: absolute;
	background: rgba(0,0,0, 0.8);
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
	transition: .3s ease;
}

.searching_for_you .grid .m .item .popup_content .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2rem;
	height: 30rem;
	overflow-y: scroll;
}

.searching_for_you .grid .m .item.selected .popup_content {
	top: 0;
	left: 0;
}

.searching_for_you .grid .m .item .image {
	border-radius: 2.5rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
	display: block;
}

.searching_for_you .grid .m .item .image img {
	border-radius: 2.5rem;
	transition: .3s ease;
}

.searching_for_you .grid .m .item .image:hover img {
	transform: scale(1.1);
}

.searching_for_you .grid .m .item .image .like {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	z-index: 5;/*.heart {
		    				filter: drop-shadow(0 0.2rem 0.4rem rgba($cb, 0.5));
		    				width: 3.7rem;
		    				height: 3.7rem;
		    				background: $cw;
		    				border-radius: 50%;
		    				margin-bottom: 0.6rem;

		    				svg {
		    					position: absolute;
		    					top: 50%;
		    					left: 50%;
		    					transform: translate(-50%, -50%);
		    					width: 6.5rem;
		    					height: 6.5rem;
		    				}
		    			}

		    			span {
		    				display: block;
		    				font-weight: 600;
		    				font-size: 1.4rem;
		    				line-height: 1.9rem;
		    				text-align: center;
		    				color: $c2;
		    			}*/
}

.searching_for_you .grid .m .item .image .like .fav-heart {
	position: relative;
	width: 3.7rem;
	height: 3.7rem;
	border-radius: 50%;
	background: rgba(255,255,255, 0.9);
	position: relative;
	margin-bottom: 0.8rem;
}

.searching_for_you .grid .m .item .image .like .fav-heart.fill:before, .searching_for_you .grid .m .item .image .like .fav-heart.unfill:before {
	content: url(/wp-content/uploads/2022/02/like-fill.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -46%);
}

.searching_for_you .grid .m .item .image .like .fav-heart.unfill:before {
	content: url(/wp-content/uploads/2022/02/like.svg);
}

.searching_for_you .grid .m .item .image .like span {
	display: block;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-align: center;
	color: #055a5c;
}

.searching_for_you .grid .m .item .image .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 50%;
	background: rgba(255,255,255, 0.24);
}

.searching_for_you .grid .m .item .image .play svg {
	width: 8.4rem;
	height: 8.4rem;
	color: #fff;
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.searching_for_you .grid .m .item h2 {
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #055a5c;
	margin-bottom: 0.9rem;
	padding-bottom: 0.7rem;
	border-bottom: 0.1rem solid #e5e5e5;
}

.searching_for_you .grid .m .item .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.searching_for_you .grid .m .item .b a,
			    	.searching_for_you .grid .m .item .b span {
	font-size: 1.2rem;
	line-height: 2.4rem;
	color: #A2A2A2;
}

.searching_for_you .grid .m .item .b .open-content {
	text-transform: uppercase;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.searching_for_you .grid .m .item .b .open-content svg {
	position: relative;
	top: 0.2rem;
	margin-left: 0.6rem;
}

.searching_for_you .grid .m .item .b .open-content--show svg {
	transform: rotate(180deg);
}

.offer-bg {
 	opacity: 0;
 }

.offer-bg--is-visible {
 	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background: #055a5c;
 	opacity:0.86;
 }

.modal2 {
   display: none;
   position:fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 	z-index: 1050;
   width: 103%;
   height: 100%;
 	overflow-x: hidden;
   overflow-y: auto;
 }

.modal2.visible {
     display: block;
 }

.offer__content {
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	    flex-wrap: wrap;
 	-ms-flex-pack: center;
 	    justify-content: center;
 	max-width: 100%;
 	width: 90%;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	font-family: 'Open Sans', sans-serif;
 	font-weight: 300;
 }

.offer__content .t2,
 	.offer__content .t3 {
	text-align: center;
	color: #fff;
}

@media (min-width: 660px) {

	.offer__content {
		max-width: 600px;
		padding: 0;
	}
}

.oval {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	background: #fff;
	padding: 0;
	box-shadow: inset 0 0.2rem 1rem rgba(0,0,0, 0.15);
}

.oval svg {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #055a5c;
}

@media (min-width: 768px) {

	.oval {
		width: 6.4rem;
		height: 6.4rem;
		bottom: 3rem;
		right: 4.6rem;
	}

	.oval svg {
		width: 2.3rem;
		height: 2.3rem;
	}
}

a.js-close-modal {
	width: 3.5rem;
	height: 3.5rem;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0.2rem 1.2rem rgba(0,0,0, 0.15);
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 90;
}

a.js-close-modal svg {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #055a5c;
}

@media (min-width: 768px) {

	a.js-close-modal {
		width: 6.4rem;
		height: 6.4rem;
		top: 6rem;
		right: 4.6rem;
	}

	a.js-close-modal svg {
		width: 3.3rem;
		height: 3.3rem;
	}
}

/* -------------------------- *\
    .building_header
\* -------------------------- */

.building_header { 
	padding: 0;
	position: relative;
	z-index: 5;
}

.building_header .l,
	.building_header .r {
	padding: 1.35rem 2.2rem;
	color: #BACB1F;
	text-transform: uppercase;
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-shadow: 0 0.2rem 0 rgba(0,0,0, 0.5);
}

@media (min-width: 1024px) {

	.building_header .l,
	.building_header .r {
		position: absolute;
		top: 0;
		left: 0;
		width: 20%;
		height: 6.5rem;
		background: #fff;
		box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
		border-radius: 0 0 10rem 0;
		padding: 1.5rem 0.8rem 1.5rem 2rem;
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1350px) {

	.building_header .l,
	.building_header .r {
		width: 24.6%;
		height: 9.2rem;
		padding: 2.4rem 0.8rem;
		font-size: 3.5rem;
		line-height: 3.4rem;
		text-align: center;
	}
}

.building_header .r {
	left: auto;
	right: 0;
	padding: 2.2rem 1rem 2.2rem 0.8rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-shadow: none;
	letter-spacing: 0.05rem;
	border-radius: 0 0 0 10rem;
	display: none;
}

@media (min-width: 1024px) {

	.building_header .r {
		display: inline-block;
		text-align: right;
	}
}

@media (min-width: 1350px) {

	.building_header .r {
		font-size: 2.1rem;
		padding: 3.7rem 0.8rem 3.6rem;
		text-align: center;
	}
}

.building_header .r a {
	color: #9CAC09;
}

.building_header .r a:hover {
	color: #055a5c;
}

.building_header .m .burger2 {
	position: absolute;
	top: 1.9rem;
	right: 0.2rem;
}

@media (min-width: 1024px) {

	.building_header .m .burger2 {
		display: none;
	}
}

.building_header .m .top {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	position: absolute;/*left: 100%;*/
	right: -100%;
	transition: .3s ease;
	width: 100%;
	max-width: 30rem;
}

.building_header .m .top--open {
	right: 0;
}

@media (min-width: 1024px) {

	.building_header .m .top {
		position: inherit;
		left: 0;
		right: auto;
		max-width: 100%;
	}
}

.building_header .m .top ul {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	padding: 1.7rem;
	margin-bottom: 0;
}

@media (min-width: 1024px) {

	.building_header .m .top ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
		padding: 1.7rem 0;
	}
}

.building_header .m .top ul li + li {
	margin-top: 0.5rem;
}

@media (min-width: 1024px) {

	.building_header .m .top ul li + li {
		margin-left: 2rem;
		margin-top: 0;
	}
}

@media (min-width: 1550px) {

	.building_header .m .top ul li + li {
		margin-left: 7.5rem;
	}
}

.building_header .m .top ul li a {
	color: #9CAC09;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.building_header .m .top ul li a:hover {
	color: #055a5c;
}

.building_header .m .bottom {
	background: rgba(5,90,92, 0.4);
	width: 100%;
}

@media (min-width: 768px) {

	.building_header .m .bottom {
		background: rgba(5,90,92, 0.04);
		position: absolute;
		top: 5.5rem;
		z-index: -1;
	}
}

.building_header .m .bottom ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.9rem 2rem;
	margin-bottom: 0;
}

@media (min-width: 480px) {

	.building_header .m .bottom ul {
		padding: 0.9rem 0;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.building_header .m .bottom ul li {
	position: relative;
	color: #fff;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2rem;
}

@media (max-width: 900px) {

	.building_header .m .bottom ul li.last {
		white-space: nowrap;
		max-width: 11rem;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.building_header .m .bottom ul li + li:before {
	content: url(/wp-content/uploads/2022/05/back.svg);
	display: inline-block;
	margin: 0 1rem;
}

.building_header .m .bottom ul li a {
	color: #fff;
}

.building_header .m .bottom ul li a:hover {
	color: #055a5c;
}

/* -------------------------- *\
    .big-menu
\* -------------------------- */

.big-menu { 
	background: #055a5c;
	color: #fff;
	position: fixed;
	top: 5.5rem;
	right: -100%;
	z-index: 55;
	width: 100%;
	padding: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	transition: .3s ease;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 5.5rem);
	opacity: 0;
	visibility: hidden;
 }

@media (min-width: 350px) {

	.big-menu {
		height: auto;
		width: 30rem;
	}
}

.big-menu h3 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: 700;
}

.big-menu .links {
	margin-bottom: 2rem;
	width: 100%;
}

@media (min-width: 350px) {

	.big-menu .links {
		width: auto;
	}
}

.big-menu .links:last-child {
	margin-bottom: 0;
}

.big-menu ul {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0;
}

.big-menu ul li a {
	color: #fff;
	font-size: 1.4rem;
	font-size: 1.7rem;
	line-height: 1.6rem;
	line-height: 3rem;
	font-weight: 300;
}

.big-menu ul li a:hover {
	text-decoration: none;
}

.big-menu--bg {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100vw;
	height: 250rem;
	background: rgba(0,0,0,.7);
	transition: .3s ease;
	cursor: pointer;
	transform: translateX(100%);
}

.big-menu.show {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.big-menu.show + .big-menu--bg {
	transform: translateX(0);
}

/* -------------------------- *\
    .ap_listing
\* -------------------------- */

.ap_listing { 
	text-align: center;
	padding: 5rem 0 4rem;
}

.ap_listing .shell {
	max-width: 125rem;
	padding: 0;
}

@media (max-width: 1260px) {

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

.ap_listing .floor_map {
	max-width: 125rem;
	max-height: 132rem;
	text-align: center;
	margin: 5rem auto;
}

.ap_listing .floor_map img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.ap_listing .table-header {
	background: #9CAC09;
	padding: 1.8rem 0;
}

.ap_listing .table-header .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.ap_listing .table-header span {
	-ms-flex: 1;
	    flex: 1;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #fff;
}

.ap_listing .table-header span:first-child {
	width: 3.7rem;
	-ms-flex: 0 0 3.7rem;
	    flex: 0 0 3.7rem;
}

@media (min-width: 530px) {

	.ap_listing .table-header span.m {
		display: none;
	}
}

.ap_listing .table-header span.d {
	display: none;
}

@media (min-width: 530px) {

	.ap_listing .table-header span.d {
		display: inline-block;
	}
}

.ap_listing .table-header span.hide-mob,
			.ap_listing .table-header span.hide-mob2,
			.ap_listing .table-header span.hide-mob3,
			.ap_listing .table-header span.hide-mob4 {
	display: none;
}

@media (min-width: 900px) {

	.ap_listing .table-header span.hide-mob {
		display: inline-block;
	}
}

@media (min-width: 530px) {

	.ap_listing .table-header span.hide-mob2 {
		display: inline-block;
	}
}

@media (min-width: 650px) {

	.ap_listing .table-header span.hide-mob3 {
		display: inline-block;
	}
}

@media (min-width: 830px) {

	.ap_listing .table-header span.hide-mob4 {
		display: inline-block;
	}
}

.ap_listing .ap-content .ap-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	border-bottom: 0.5rem solid #E5E5E5;
	padding: 1rem 0;
	text-align: center;
}

@media (min-width: 400px) {

	.ap_listing .ap-content .ap-row {
		padding: 1.5rem 0;
	}
}

@media (min-width: 768px) {

	.ap_listing .ap-content .ap-row {
		padding: 1.8rem 1.2rem;
	}
}

.ap_listing .ap-content .ap-row div {
	-ms-flex: 1;
	    flex: 1;
}

.ap_listing .ap-content .ap-row div:first-child {
	width: 3.7rem;
	-ms-flex: 0 0 3.7rem;
	    flex: 0 0 3.7rem;
}

.ap_listing .ap-content .ap-row div span {
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #055a5c;
}

@media (min-width: 400px) {

	.ap_listing .ap-content .ap-row div span {
		font-size: 1.6rem;
	}
}

@media (min-width: 950px) {

	.ap_listing .ap-content .ap-row div span.m {
		display: none;
	}
}

.ap_listing .ap-content .ap-row div span.d {
	display: none;
}

@media (min-width: 950px) {

	.ap_listing .ap-content .ap-row div span.d {
		display: inline-block;
	}
}

.ap_listing .ap-content .ap-row div.hide-mob,
		    	.ap_listing .ap-content .ap-row div.hide-mob2,
		    	.ap_listing .ap-content .ap-row div.hide-mob3,
		    	.ap_listing .ap-content .ap-row div.hide-mob4 {
	display: none;
}

@media (min-width: 900px) {

	.ap_listing .ap-content .ap-row div.hide-mob {
		display: inline-block;
	}
}

@media (min-width: 530px) {

	.ap_listing .ap-content .ap-row div.hide-mob2 {
		display: inline-block;
	}
}

@media (min-width: 650px) {

	.ap_listing .ap-content .ap-row div.hide-mob3 {
		display: inline-block;
	}
}

@media (min-width: 830px) {

	.ap_listing .ap-content .ap-row div.hide-mob4 {
		display: inline-block;
	}
}

.ap_listing .ap-content .ap-row div.status {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 1024px) {

	.ap_listing .ap-content .ap-row div.status {
		display: inline-block;
	}
}

.ap_listing .ap-content .ap-row div.status span {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #9CAC09;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 1024px) {

	.ap_listing .ap-content .ap-row div.status span {
		color: #fff;
		padding: .8rem;
		width: 13.7rem;
		height: auto;
		box-shadow: none;
		border-radius: .6rem;
		text-transform: uppercase;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.ap_listing .ap-content .ap-row.reserved div span {
	color: #D67C1F;
}

.ap_listing .ap-content .ap-row.reserved div.status span {
	background: #D67C1F;
	color: #fff;
}

.ap_listing .ap-content .ap-row.sold div span {
	color: rgba(5,90,92, .4);
}

.ap_listing .ap-content .ap-row.sold div.status span {
	background: #C3C3C3;
	color: #fff;
}

.ap_listing .ap-content .ap-row:hover {
	background: #9CAC09;
}

.ap_listing .ap-content .ap-row:hover div span {
	color: #fff;
}

.ap_listing .ap-content .ap-row:hover div.status span {
	background: #fff;
	color: #055a5c;
}

.ap_listing.gr_listing .custom-dropdown:nth-child(2) {
	display: none;
}

.ap_listing .floor_map.Gora >div,
.ap_info .middle .l .ap_map.Gora:not(.Паркомясто) >div,
.ap_info .fl_info .fl_map.Gora >div,
.apartment_print .middle .info .l .ap_map.Gora img,
.apartment_print .bottom .fl_map.Gora img {
	transform: rotate(180deg);
}

/* -------------------------- *\
    .ap_filter
\* -------------------------- */

.ap_filter { 
	padding: 0 0 1.4rem;
}

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

.ap_filter .l {
	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;
	width: 100%;
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 520px) {

	.ap_filter .l {
		width: auto;
		-ms-flex-order: 1;
		    order: 1;
		-ms-flex-pack: inherit;
		    justify-content: inherit;
	}
}

.ap_filter .l label {
	font-size: 1.4rem;
	line-height: 1.9rem;
	display: block;
	margin-bottom: .8rem;
	color: #055a5c;
}

.ap_filter .l .custom-dropdown {
	position: relative;
	text-align: left;
	width: 48%;
}

@media (min-width: 520px) {

	.ap_filter .l .custom-dropdown {
		width: auto;
		margin-right: 2rem;
	}
}

@media (min-width: 1065px) {

	.ap_filter .l .custom-dropdown {
		margin-right: 6rem;
	}
}

.ap_filter .l .custom-dropdown select {
	display: none;
}

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

.ap_filter .l .custom-dropdown .select-selected {
	border: 0.1rem solid #9CAC09;
	background: #fff;
	padding: 1.2rem 2.5rem 1.2rem 1.2rem;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: 400;
	color: rgba(162,162,162, .54);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 4.7rem;
	cursor: pointer;
	width: 100%;
	position: relative;
}

@media (min-width: 520px) {

	.ap_filter .l .custom-dropdown .select-selected {
		width: 11rem;
	}
}

.ap_filter .l .custom-dropdown .select-selected:after {
	content: '';
	background: url(/wp-content/uploads/2022/08/down-arrow.png) no-repeat;
	background-size: contain;
	width: 1.5rem;
	height: .8rem;
	position: absolute;
	top: 50%;
	right: .8rem;
	transform: translateY(-40%);
	transition: .3s ease;
}

.ap_filter .l .custom-dropdown .select-selected.select-arrow-active:after {
	content: '';
	background: url(/wp-content/uploads/2022/08/down-arrow.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%) rotate(180deg);
}

.ap_filter .l .custom-dropdown .select-items {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	border: 0.1rem solid #9CAC09;
	border-top: 0;
	padding: 0.3rem 1rem 1rem;
	background: #fff;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	margin: 0 auto;
	width: 11rem;
}

.ap_filter .l .custom-dropdown .select-items div,
				.ap_filter .l .custom-dropdown .select-items .select-selected {
	color: #222;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid #9CAC09;
	padding: 0.5rem;
	font-size: 1.2rem;
	line-height: 2rem;
}

.ap_filter .l .custom-dropdown .select-items div:hover,
				.ap_filter .l .custom-dropdown .select-items .same-as-selected {
	background: rgba(34,34,34, 0.1);
	color: #222;
}

.ap_filter .l .custom-dropdown .select-hide {
	display: none;
}

.ap_filter .l .custom-dropdown:nth-child(1) {
	display: none;
}

@media (min-width: 1024px) {

	.ap_filter .l .custom-dropdown:nth-child(1) {
		display: inline-block;
	}
}

.ap_filter .l .custom-dropdown:nth-child(1) .select-selected,
				.ap_filter .l .custom-dropdown:nth-child(1) .select-items {
	width: 9.6rem;
}

.ap_filter .l .custom-dropdown:nth-child(3) {
	margin: 0;
}

.ap_filter .l .custom-dropdown:nth-child(3) .select-selected,
				.ap_filter .l .custom-dropdown:nth-child(3) .select-items {
	width: 100%;
}

@media (min-width: 520px) {

	.ap_filter .l .custom-dropdown:nth-child(3) .select-selected,
				.ap_filter .l .custom-dropdown:nth-child(3) .select-items {
		width: 11rem;
	}
}

@media (min-width: 870px) {

	.ap_filter .l .custom-dropdown:nth-child(3) .select-selected,
				.ap_filter .l .custom-dropdown:nth-child(3) .select-items {
		width: 26rem;
	}
}

.ap_filter .l .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	text-align: right;
	margin-left: 3.3rem;
	display: none;
}

@media (min-width: 720px) {

	.ap_filter .l .box {
		display: -ms-flexbox;
		display: flex;
	}
}

.ap_filter .l .box span {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

.ap_filter .l .box span.number {
	font-size: 4.5rem;
	line-height: 6.1rem;
	color: #9CAC09;
	margin-left: 1.3rem;
	margin-bottom: -1rem;
}

.ap_filter .r {
	width: 100%;
	-ms-flex-order: 1;
	    order: 1;
	margin-bottom: 2rem;
}

@media (min-width: 520px) {

	.ap_filter .r {
		width: 22.8rem;
		-ms-flex-order: 2;
		    order: 2;
		margin-bottom: 0;
	}
}

.ap_filter .r a {
	display: block;
	background: #fff;
	border: .1rem solid #9CAC09;
	padding: .95rem 1.8rem;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.1rem;
	color: #055a5c;
}

.ap_filter .r a svg {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 1.4rem;
	transition: none;
}

.ap_filter .r a:hover {
	background: #9CAC09;
	color: #fff;
}

/* -------------------------- *\
    .tooltip
\* -------------------------- */

.tooltip { 
	background: #fff;
	max-width: 31.6rem;
	max-height: 25rem;
	box-shadow: 0 .2rem .9rem rgba(0,0,0, .5);
	border-radius: 1rem;
	display: none;
}

.tooltip .t {
	background: #9CAC09;
	text-align: center;
	padding: 1rem;
	border-radius: 1rem 1rem 0 0;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.tooltip .b {
	padding: 1rem;
	text-align: center;
}

.tooltip .b span {
	max-width: 19.7rem;
	max-height: 18rem;
	display: block;
	margin: 0 auto;
}

.tooltip .b img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.fl_tool {
	max-width: 31.6rem;
	display: none;
	border-radius: 1rem;
}

.fl_tool .t {
	background: #9CAC09;
	text-align: center;
	padding: 1rem;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	border-radius: 1rem 1rem 0 0;
}

.fl_tool .m {
	padding: 2.3rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: center;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	color: #055a5c;
	max-width: 30rem;
	margin: 0 auto;
}

.fl_tool .m span {
	display: block;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #a2a2a2;
	margin-bottom: .6rem;
}

.fl_tool .m div {
	-ms-flex: 1;
	    flex: 1;
}

.fl_tool .b {
	background: #9CAC09;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(38,38,38, 0.5);
	border-radius: 0 0 1rem 1rem;
}

.fl_tool.free .b {
	background: #9CAC09;
}

.fl_tool.reserved .t,
		.fl_tool.reserved .b {
	background: #D67C1F;
}

.fl_tool.sold .t,
		.fl_tool.sold .b {
	background: #C3C3C3;
}

/* -------------------------- *\
    .building-gallery
\* -------------------------- */

.building-gallery { 
	padding: 5rem 0;
	text-align: center;
}

.building-gallery .gallery {
	margin-top: 4.2rem;
}

@media (min-width: 900px) {

	.building-gallery .gallery {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.building-gallery ul {
	margin-bottom: 0;
	list-style-type: none;
}

.building-gallery .left {
	position: relative;
	overflow: hidden;
	height: 100%;
}

@media (min-width: 1024px) {

	.building-gallery .left {
		width: 33.8%;
		-ms-flex: 0 0 33.8%;
		    flex: 0 0 33.8%;
	}
}

@media (min-width: 1200px) {

	.building-gallery .left {
		width: 14.8%;
		-ms-flex: 0 0 14.8%;
		    flex: 0 0 14.8%;
	}
}

.building-gallery .left .build-gallery-nav {
	margin-top: -0.85rem;
}

.building-gallery .left .build-gallery-nav img {
	width: 100%;
	height: 12rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 1200px) {

	.building-gallery .left .build-gallery-nav img {
		height: 16rem;
	}
}

.building-gallery .left .build-gallery-nav .slick-slide {
	margin: 0.85rem 0;
}

.building-gallery .left .build-gallery-nav .slick-prev,
		    .building-gallery .left .build-gallery-nav .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	width: 100%;
	height: 6.7rem;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: rgba(0,0,0, 0.4);
}

.building-gallery .left .build-gallery-nav .slick-prev	{
	top: 4rem;
}

.building-gallery .left .build-gallery-nav .slick-prev.slick-arrow:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-6.png);
}

.building-gallery .left .build-gallery-nav [dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.building-gallery .left .build-gallery-nav [dir='rtl'] .slick-prev:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-6.png);
}

.building-gallery .left .build-gallery-nav .slick-next {
	bottom: -2.4rem;
	right: 0;
}

.building-gallery .left .build-gallery-nav .slick-next:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-5.png);
}

.building-gallery .left .build-gallery-nav [dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.building-gallery .left .build-gallery-nav [dir='rtl'] .slick-next:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-5.png);
}

.building-gallery .left .build-gallery-nav:hover .slick-prev,
			  	.building-gallery .left .build-gallery-nav:hover .slick-next {/*opacity: 1;*/
}

@media (max-width: 1024px) {

	.building-gallery .left {
		display: none;
	}
}

.building-gallery .build-gallery-slide {
	width: 100%;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

@media (min-width: 1024px) {

	.building-gallery .build-gallery-slide {
		width: 64%;
		-ms-flex: 0 0 64%;
		    flex: 0 0 64%;
	}
}

@media (min-width: 1200px) {

	.building-gallery .build-gallery-slide {
		width: 84%;
		-ms-flex: 0 0 84%;
		    flex: 0 0 84%;
	}
}

.building-gallery .build-gallery-slide .build-gallery-slide, .building-gallery .build-gallery-slide .build-gallery-slide > li, .building-gallery .build-gallery-slide .slick-list, .building-gallery .build-gallery-slide .slick-track, .building-gallery .build-gallery-slide .slick-slide {
	height: 100%;
}

.building-gallery .build-gallery-slide img {
	width: 100%;
	height: 30rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 900px) {

	.building-gallery .build-gallery-slide img {
		height: 50rem;
	}
}

@media (min-width: 1024px) {

	.building-gallery .build-gallery-slide img {
		height: 54rem;
	}
}

@media (min-width: 1200px) {

	.building-gallery .build-gallery-slide img {
		height: 69.9rem;
	}
}

.building-gallery .build-gallery-slide .slick-prev,
	    .building-gallery .build-gallery-slide .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	width: 6.5rem;
	height: 6.5rem;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;/*opacity: 0;*/
	transition: .3s ease;
}

.building-gallery .build-gallery-slide .slick-prev	{
	left: calc(100% - 13rem);
	bottom: -2.3rem;
	transition: .3s ease;
}

.building-gallery .build-gallery-slide .slick-prev.slick-arrow:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-4.png);
	transition: .3s ease;
}

.building-gallery .build-gallery-slide .slick-prev:hover.slick-arrow:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-1.png);
}

.building-gallery .build-gallery-slide [dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.building-gallery .build-gallery-slide [dir='rtl'] .slick-prev:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-4.png);
}

.building-gallery .build-gallery-slide .slick-next {
	right: 0;
	bottom: -2.3rem;
	transition: .3s ease;
}

.building-gallery .build-gallery-slide .slick-next:before {
	content: url(/wp-content/uploads/2022/08/down-arrow3.png);
	transition: .3s ease;
}

.building-gallery .build-gallery-slide .slick-next:hover:before {
	content: url(/wp-content/uploads/2022/08/down-arrow-2.png);
}

.building-gallery .build-gallery-slide [dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.building-gallery .build-gallery-slide [dir='rtl'] .slick-next:before {
	content: url(/wp-content/uploads/2022/08/down-arrow3.png);
}

.building-gallery .build-gallery-slide li {
	margin-bottom: 1rem;
}

/* -------------------------- *\
    .building_map
\* -------------------------- */

.building_map { 
	text-align: center;
	padding: 3rem 0 7rem;
}

.building_map .map span {
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

.building_map .map #map {
	margin-top: 3rem;
	height: 45rem;
}

/* -------------------------- *\
    .building_broker
\* -------------------------- */

.building_broker { 
	padding: 0 0 8rem;
	text-align: center;
}

.building_broker .broker.broker_property .content {
	margin: 0 auto;
}

/* -------------------------- *\
    .ap_info
\* -------------------------- */

.ap_info { 
	padding: 2rem 0 4.8rem;
	max-width: 125rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.ap_info {
		padding: 6.8rem 0 4.8rem;
	}
}

.ap_info .top {
	margin-bottom: 5rem;
	padding: 0 2rem;
}

@media (min-width: 1260px) {

	.ap_info .top {
		padding: 0;
	}
}

.ap_info .top span.status {
	display: inline-block;
	border-radius: .7rem;
	padding: .3rem 1.4rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin-bottom: .3rem;
}

.ap_info .top span.status.free {
	background: rgba(156,172,9, .8);
}

.ap_info .top span.status.reserved {
	background: rgba(214,124,31, .8);
}

.ap_info .top span.status.sold {
	background: rgba(195,195,195, .8);
}

.ap_info .top > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: end;
	    align-items: flex-end;
}

@media (min-width: 1650px) {

	.ap_info .top > div {
		-ms-flex-align: center;
		    align-items: center;
	}
}

.ap_info .top > div div {
	width: 50%;
	padding: 1rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #055a5c;
	text-align: center;
	border-bottom: .1rem solid rgba(5,90,92, .2);
	border-right: .1rem solid rgba(5,90,92, .2);
}

@media (min-width: 500px) {

	.ap_info .top > div div {
		width: 33.33%;
	}
}

@media (min-width: 600px) {

	.ap_info .top > div div {
		width: 25%;
	}
}

@media (min-width: 700px) {

	.ap_info .top > div div {
		width: 20%;
	}
}

@media (min-width: 880px) {

	.ap_info .top > div div {
		width: auto;
		-ms-flex: 1;
		    flex: 1;
		border-bottom: 0;
	}
}

@media (min-width: 1200px) {

	.ap_info .top > div div {
		-ms-flex: auto;
		    flex: auto;
		width: auto;
	}
}

@media (min-width: 1650px) {

	.ap_info .top > div div {
		font-size: 2.1rem;
		line-height: 3rem;
		width: auto;
		padding: 0 3.5rem;
		border-right: .1rem solid rgba(5,90,92, .2);
	}
}

.ap_info .top > div div:first-child {
	text-align: left;
	width: 100%;
	-ms-flex: 100%;
	    flex: 100%;
	border-right: 0;
}

@media (min-width: 1200px) {

	.ap_info .top > div div:first-child {
		width: auto;
		-ms-flex: auto;
		    flex: auto;
		border-right: .1rem solid rgba(5,90,92, .2);
	}
}

@media (min-width: 1650px) {

	.ap_info .top > div div:first-child {
		padding-left: 0;
	}
}

.ap_info .top > div div span {
	display: block;
	margin-top: .4rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

.ap_info .top > div div span.small {
	display: inline-block;
	margin: 0;
	font-weight: 600;
	text-transform: none;
}

.ap_info .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;
	padding: 0 2rem;
}

@media (min-width: 1260px) {

	.ap_info .middle {
		padding: 0;
	}
}

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

@media (min-width: 900px) {

	.ap_info .middle .l,
		.ap_info .middle .r {
		width: calc(50% - 1.5rem);
		margin-bottom: 0;
	}
}

.ap_info .middle .features,
		.ap_info .middle .characteristics,
		.ap_info .middle .description {
	text-align: left;
	margin-bottom: 1.8rem;
}

.ap_info .middle .features .accordion, .ap_info .middle .characteristics .accordion, .ap_info .middle .description .accordion {
	font-family: 'Open Sans';
	background: #fff;
	border: 0;
	border-bottom: 0.1rem solid #E5E5E5;
	color: #055a5c;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	cursor: pointer;
	padding: 0.7rem 0 ;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	outline:0;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	transition: .3s ease;
}

.ap_info .middle .features .accordion:after, .ap_info .middle .characteristics .accordion:after, .ap_info .middle .description .accordion:after {
	content: url(/wp-content/uploads/2022/02/down.svg);
	margin-left: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ap_info .middle .features button,
		  	.ap_info .middle .features button:focus,
		  	.ap_info .middle .characteristics button,
		  	.ap_info .middle .characteristics button:focus,
		  	.ap_info .middle .description button,
		  	.ap_info .middle .description button:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ap_info .middle .features button.accordion.open, .ap_info .middle .characteristics button.accordion.open, .ap_info .middle .description button.accordion.open {
	color: #055a5c;
}

.ap_info .middle .features button.accordion.open .panel, .ap_info .middle .characteristics button.accordion.open .panel, .ap_info .middle .description button.accordion.open .panel {
	display: block;
}

.ap_info .middle .features button.accordion.open:after, .ap_info .middle .characteristics button.accordion.open:after, .ap_info .middle .description button.accordion.open:after {
	content: url(/wp-content/uploads/2022/02/up.svg);
}

.ap_info .middle .features .open,
		    .ap_info .middle .features .accordion:hover,
		    .ap_info .middle .characteristics .open,
		    .ap_info .middle .characteristics .accordion:hover,
		    .ap_info .middle .description .open,
		    .ap_info .middle .description .accordion:hover {
	background: #fff;
	color: #055a5c;
	padding-left: 1.2rem;
	outline:0;
	-webkit-tap-highlight-color: transparent;
}

.ap_info .middle .features .panel, .ap_info .middle .characteristics .panel, .ap_info .middle .description .panel {
	font-size: 1.4rem;
	line-height: 2rem;
	overflow: hidden;
	padding-top: 1.2rem;
}

/*display: none;*/

.ap_info .middle .features .panel p, .ap_info .middle .characteristics .panel p, .ap_info .middle .description .panel p {
	margin-bottom: 0.7rem;
	color: #494949;
}

.ap_info .middle .features span {
	width: 100%;
}

@media (min-width: 600px) {

	.ap_info .middle .features span {
		width: 50%;
	}
}

@media (min-width: 1200px) {

	.ap_info .middle .features span {
		width: 33.33%;
	}
}

.ap_info .middle .characteristics .colums > div {
	width: 100%;
	margin-bottom: 0.7rem;
}

@media (min-width: 600px) {

	.ap_info .middle .characteristics .colums > div {
		width: calc(50% - 1.2rem);
	}
}

@media (min-width: 900px) {

	@media (max-width: 1024px) {

		.ap_info .middle .characteristics .colums > div {
			width: 100%;
		}
	}
}

.ap_info .middle .l {
	filter: drop-shadow(0 .2rem .9rem rgba(0,0,0, 0.5));
	border-radius: 2.5rem;
	background: #fff;
}

.ap_info .middle .l .ap_map {
	width: 100%;
	height: 100%;
	padding: 1rem 3rem;
	display: block;
}

.ap_info .middle .l .ap_map .full {
	position: absolute;
	top: 1.7rem;
	right: 2rem;
}

.ap_info .middle .l .ap_map .full svg {
	fill: #055a5c;
	width: 2.2rem;
	height: 2.2rem;
}

.ap_info .middle .l .ap_map img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.ap_info .bottom {
	margin: 3rem 2rem 5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1260px) {

	.ap_info .bottom {
		padding: 0;
	}
}

.ap_info .bottom a,
		.ap_info .bottom button {
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
	background: #fff;
	border: .2rem solid #C3C3C3;
	padding: .9rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	color: #055a5c;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	text-align: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

@media (min-width: 580px) {

	.ap_info .bottom a,
		.ap_info .bottom button {
		width: calc(50% - .75rem);
	}
}

@media (min-width: 900px) {

	.ap_info .bottom a,
		.ap_info .bottom button {
		width: calc(25% - .75rem);
		margin-bottom: 0;
	}
}

.ap_info .bottom a svg, .ap_info .bottom button svg {
	width: 3.3rem;
	height: 3.1rem;
	fill: #9CAC09;
	margin-right: 1.5rem;
	transition: none;
}

@media (min-width: 900px) {

	.ap_info .bottom a svg.printer, .ap_info .bottom button svg.printer {
		width: 3.4rem;
		height: 3.8rem;
	}

	.ap_info .bottom a svg.mail, .ap_info .bottom button svg.mail {
		width: 4.1rem;
		height: 4.2rem;
	}
}

.ap_info .bottom a:hover, .ap_info .bottom button:hover {
	background: #9CAC09;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0.5);
	border: .2rem solid #9CAC09;
}

.ap_info .bottom a:hover svg, .ap_info .bottom button:hover svg {
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
}

.ap_info .fl_info {
	padding: 0 2rem;
}

@media (min-width: 1260px) {

	.ap_info .fl_info {
		padding: 0;
	}
}

.ap_info .fl_info h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 3rem;
	color: #055a5c;
	margin-bottom: .4rem;
}

.ap_info .fl_info h3 {
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0;
}

.ap_info .fl_info .fl_map {
	max-width: 125rem;
	max-height: 132rem;
	margin: 2rem auto 0;
}

.ap_info .fl_info .fl_map img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.ap_info .middle .description .panel .price_table {
	overflow-x: scroll;
	padding-bottom: 1rem;
}

.ap_info .middle .description .panel table {
    width: 43rem;
    margin: 3rem auto 0;
    text-align: center;
    border-collapse: collapse;
	
}

.ap_info .middle .description .panel table tr:first-of-type {
	font-weight: 600;
    background: rgba(195,195,195, .5);
}

.ap_info .middle .description .panel table tr td {
    border-right: 0.1rem solid #000;
    padding: 0.5rem;
}

.ap_info .middle .description .panel table tr {
    border: 0.1rem solid #000;
}

/* -------------------------- *\
    .apartment_print
\* -------------------------- */

.apartment_print { 
    padding: 2.7rem 3.2rem;
	width: 21cm;
    height: 29.7cm;
    position: absolute;
    left: -9999rem;
    overflow: hidden;
    z-index: 1;
}

.apartment_print .top {
	margin-bottom: 2.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;
}

.apartment_print .top .l,
    	.apartment_print .top .r,
    	.apartment_print .top .m {
	width: 33.33%;
}

.apartment_print .top .l {
	text-align: left;
}

.apartment_print .top .l img {
	max-width: 12.1rem;
}

.apartment_print .top .m {
	text-align: center;
}

.apartment_print .top .m h2 {
	color: #BACB1F;
	text-transform: uppercase;
	font-size: 3.5rem;
	line-height: 3.4rem;
	text-shadow: 0 0.2rem 0 rgba(0,0,0, 0.5);
	margin-bottom: .8rem;
}

.apartment_print .top .m h3 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: 0;
}

.apartment_print .top .r {
	text-align: right;
}

.apartment_print .top .r p {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #055a5c;
	margin-bottom: 0;
}

.apartment_print .top .r p + p {
	margin-top: .6rem;
}

.apartment_print .top .loc {
	width: 100%;
	text-align: center;
	margin-top: 1.7rem;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
}

.apartment_print .top .loc p {
	margin-bottom: 0;
}

.apartment_print .middle .t {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment_print .middle .t span {
	font-size: 1.3rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #fff;
	padding: .3rem 1.2rem;
	text-align: center;
	border-radius: .6rem;
	font-weight: 600;
}

.apartment_print .middle .t span.code {
	background: #055a5c;
}

.apartment_print .middle .t span.free {
	background: #9CAC09;
}

.apartment_print .middle .t span.reserved {
	background: #D67C1F;
}

.apartment_print .middle .t span.sold {
	background: #C3C3C3;
}

.apartment_print .middle .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: end;
	    align-items: flex-end;
	margin: .8rem 0 3.5rem;
}

.apartment_print .middle .b div {
	width: auto;
	-ms-flex: auto;
	    flex: auto;
	border-right: 0.1rem solid rgba(9,44,83, .2);
	padding: 0 1rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #055a5c;
	text-align: center;
}

.apartment_print .middle .b div:first-child {
	text-align: left;
	padding-left: 0;
}

.apartment_print .middle .b div span {
	display: block;
	font-weight: 400;
	font-size: .9rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	margin-top: .2rem;
}

.apartment_print .middle .b div span.small {
	display: inline-block;
	text-transform: none;
	margin-top: 0;
}

.apartment_print .middle .info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment_print .middle .info .l .ap_map {
	width: 46.2rem;
	height: 37.5rem;
}

.apartment_print .middle .info .l img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment_print .middle .info .r {
	width: 26rem;
}

.apartment_print .middle .info .r h2 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #055a5c;
	margin-bottom: 1.2rem;
	border-bottom: .1rem solid #e5e5e5;
	padding-bottom: .7rem;
}

.apartment_print .middle .info .r p {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #494949;
	margin-bottom: 0;
}

.apartment_print .middle .info .r .build_info {
	width: 100%;
	height: 19.9rem;
	border-radius: .8rem;
	margin-top: 1.7rem;
}

.apartment_print .middle .info .r .build_info img {
	-o-object-fit: contain;
	   object-fit: contain;
	border-radius: .8rem;
}

.apartment_print .bottom {
	padding: 1.2rem 0;
}

.apartment_print .bottom h2 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: #055a5c;
	margin-bottom: .3rem;
}

.apartment_print .bottom h3 {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4rem;
	text-transform: uppercase;
	color: #055a5c;
	margin-bottom: .3rem;
}

.apartment_print .bottom .fl_map {
	width: 100%;
	height: 40rem;
}

.apartment_print .bottom .fl_map img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment_print .webmaster {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment_print .webmaster p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: rgba(0,0,0, .4);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 0;
}

.apartment_print .webmaster p img {
	width: 12rem;
	opacity: .4;
	margin-left: .5rem;
}

@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 {
      display: none;
    }

	.main {
		padding: 0;
	}

    .apartment_print {
        position: relative;
        left: 0;
        display: block;
        width: 21cm;
        height: 29.7cm;
        height: 29.6cm;
        overflow: hidden;
    }
    
}

/* -------------------------- *\
    .register-visit-wrap
\* -------------------------- */

.aside_2 {
	opacity: 0;
	transform: translateY(2rem);
	animation: appear 1s forwards 7s;

	/*.top {
		@mixin tra;		
		opacity: 0;
		transform: translateY(2rem);
		animation: appear .3s forwards 2.1s;

	}

	.middle {
		@mixin tra;		
		opacity: 0;
		transform: translateY(2rem);
		animation: appear .3s forwards 2.3s;
	}*/
}

.register-visit-wrap { 
	opacity: 0;
	transform: translateY(2rem);
	animation: appear .3s forwards 2.5s;
 }

.register-visit-wrap .picker-slide {
	cursor: pointer;
}

.register-visit-wrap .sl,
	.register-visit-wrap .sld {
	display: none;
}

.register-visit-wrap .sl.sl0,
			.register-visit-wrap .sl.sl1,
			.register-visit-wrap .sl.sl2,
			.register-visit-wrap .sld.sl0,
			.register-visit-wrap .sld.sl1,
			.register-visit-wrap .sld.sl2 {
	display: block;
}

.register-visit-wrap .sl.sld0,
			.register-visit-wrap .sl.sld1,
			.register-visit-wrap .sl.sld2,
			.register-visit-wrap .sl.sld3,
			.register-visit-wrap .sld.sld0,
			.register-visit-wrap .sld.sld1,
			.register-visit-wrap .sld.sld2,
			.register-visit-wrap .sld.sld3 {
	display: block;
}

.register-visit-wrap .slick-initialized .sl {
	display: block;
}

.register-visit-wrap .slick-initialized .sld {
	animation: viewon .1s forwards .5s;
	display: block;
}

@keyframes viewon {
   from { display: none; }
   to   { display: block; }
 }

@keyframes appear {
   from { transform: translateY(2rem); opacity: 0; }
   to   { transform: translateY(0); opacity: 1; }
 }

/* -------------------------- *\
    .bobi_customizer
\* -------------------------- */

.small_search .head-text {
	top: 43%;
}

.credit_and_evaluation .l .calculator,
.property-content__info div.calculator,
.faq {
	/*display: none;*/
}

.form_newsletter_1 .gform_wrapper ul.gform_fields li:before, .form_carrier .gform_wrapper ul.gform_fields li:before, .review-form .gform_wrapper ul.gform_fields li:before, .aside-form .gform_wrapper ul.gform_fields li:before, .form .gform_wrapper ul.gform_fields li:before, .consultation-form .gform_wrapper ul.gform_fields li:before, .newsletter_form .gform_wrapper ul.gform_fields li:before {
	content: none;
}

.sing_broker .info .color p {
	color: #055a5c;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.sing_broker .info ul {
	list-style-position: inside;
	padding-left: 2rem;
}

.sing_broker .info ul li {
	font-size: 1.4rem;
	margin-bottom: .5rem;
}

/* -------------------------- *\
    .about_team_new
\* -------------------------- */

.about_team_new { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
 }

@media (min-width: 768px) {

	.about_team_new {
		padding: 0 5.5rem;
	}
}

.about_team_new .shell {
	background: #fff;
	max-width: 100%;
}

.about_team_new .hold {
	max-width: 150rem;
	margin: 0 auto;
	padding: 2rem 0;
}

@media (min-width: 768px) {

	.about_team_new .hold {
		padding: 5rem 2rem;
	}
}

.about_team_new .hold h2,
		.about_team_new .hold h3 {
	color: #055a5c;
	text-transform: uppercase;
	font-size: 2.6rem;
	line-height: 4.4rem;
	font-weight: 700;
	margin-bottom: 0rem;
}

.about_team_new .hold h3 {
	font-size: 2.1rem;
	line-height: 3rem;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 3rem;
}

.about_team_new .hold h3 span {
	color: #7da10c;
}

.about_team_new .hold .t {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.about_team_new .hold .t p {
	color: #494949;
	font-size: 1.8rem;
	line-height: 2.3rem;
}

.about_team_new .hold .t .l,
			.about_team_new .hold .t .r {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {

	.about_team_new .hold .t .l,
			.about_team_new .hold .t .r {
		width: calc(50% - 2rem);
		margin-bottom: 0;
	}
}

.about_team_new .hold .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 5rem -2rem 0;
}

.about_team_new .hold .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 1500px) {

	.about_team_new .hold .grid {
		margin: 5rem -5rem 0;
	}
}

.about_team_new .hold .grid .team_item {
	width: 100%;
	padding: 0 2rem;
	float: left;
	margin-bottom: 5rem;
}

@media (min-width: 640px) {

	.about_team_new .hold .grid .team_item {
		width: 50%;
	}
}

@media (min-width: 990px) {

	.about_team_new .hold .grid .team_item {
		width: 33.33%;
	}
}

@media (min-width: 1250px) {

	.about_team_new .hold .grid .team_item {
		width: 25%;
	}
}

@media (min-width: 1500px) {

	.about_team_new .hold .grid .team_item {
		padding: 0 5rem;
	}
}

.about_team_new .hold .grid .team_item .t {
	border-radius: .7rem;
	position: relative;
	height: 7.5rem;
	padding: 1rem;
	margin-bottom: 2rem;
	text-align: center;
	background: #0B3D3E;
}

.about_team_new .hold .grid .team_item .t > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.about_team_new .hold .grid .team_item .t > span span {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 1.2rem;
	margin-top: .5rem;
	font-weight: 300;
}

.about_team_new .hold .grid .team_item .b h3 {
	color: #7da10c;
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 3rem;
	font-weight: 600;
	margin-bottom: 0;
}

.about_team_new .hold .grid .team_item .b h4 {
	color: #494949;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.about_team_new .hold .grid .team_item .b p {
	color: #494949;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}

.about_team_new .hold .grid .team_item .b a {
	display: inline-block;
	background: #005555;
	border-radius: .7rem;
	color: #fff;
	width: 15.6rem;
	padding: 1rem;
	font-size: 1.6rem;
	line-height: 2.9rem;
	font-weight: 700;
	text-align: center;
}

/* -------------------------- *\
    .company_benefits
\* -------------------------- */

.company_benefits { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.company_benefits {
		padding: 0 5.5rem;
	}
}

.company_benefits .shell {
	background: #fff;
	max-width: 100%;
	border-top: 2rem solid rgba(5,90,92, .2);
}

.company_benefits .hold {
	max-width: 150rem;
	margin: 0 auto;
	padding: 4rem 0 0;
	text-align: center;
}

@media (min-width: 768px) {

	.company_benefits .hold {
		padding: 8rem 2rem 0;
	}
}

.company_benefits .hold h2 {
	color: #055a5c;
	font-weight: 2.6rem;
	line-height: 4.4rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

.company_benefits .hold h3 {
	color: #055a5c;
	font-weight: 2.1rem;
	line-height: 3rem;
	font-weight: 600;
	margin-bottom: 0;
}

.company_benefits .hold .grid {
	margin: 7rem 0 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1024px) {

	.company_benefits .hold .grid {
		margin: 7rem 0 35rem;
	}
}

.company_benefits .hold .grid > div {
	width: 100%;
	position: relative;
	padding-bottom: 7rem;
	margin-bottom: 2rem;
}

.company_benefits .hold .grid > div:after,
				.company_benefits .hold .grid > div:before {
	content: '';
	width: .9rem;
	height: 5rem;
	background: rgba(5,90,92, .5);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: .7rem;
}

@media (min-width: 1024px) {

	.company_benefits .hold .grid > div:after,
				.company_benefits .hold .grid > div:before {
		bottom: -15rem;
		height: 10rem;
	}
}

@media (min-width: 1024px) {

	.company_benefits .hold .grid > div:nth-of-type(2):after {
		height: 25rem;
		bottom: -30rem;
	}

	.company_benefits .hold .grid > div:nth-of-type(2):before {
		content: none;
	}
}

.company_benefits .hold .grid > div:before {
	content: none;
}

@media (min-width: 1024px) {

	.company_benefits .hold .grid > div:before {
		content: '';
		width: 105%;
		height: .9rem;
		left: 107%;
	}
}

.company_benefits .hold .grid > div:nth-of-type(3):before {
	left: -7%;
}

@media (min-width: 1024px) {

	.company_benefits .hold .grid > div {
		width: calc(33.33% - 4rem);
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

.company_benefits .hold .grid > div h3 {
	margin-bottom: 2rem;
	color: #7da10c;
	font-size: 2.8rem;
	line-height: 3rem;
}

.company_benefits .hold .grid > div p {
	color: #494949;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 0;
}

.company_benefits .hold .call_action {
	max-width: 85rem;
	border-radius: .7rem .7rem 0 0;
	padding: 2rem;
	margin: 0 auto;
	background: #fff;
	border: .5rem solid rgba(6, 57, 58, 0.98);
	border-bottom: 0;
}

.company_benefits .hold .call_action div {
	max-width: 32.8rem;
	margin: 0 auto;
}

.page-id-673402 .company_benefits .hold .call_action div img {
	max-width: 17rem;
}

/* -------------------------- *\
    .company_details
\* -------------------------- */

.company_details { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
 }

@media (min-width: 768px) {

	.company_details {
		padding: 0 5.5rem;
	}
}

.company_details .shell {
	background: #0B4142;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

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

.company_details .hold {
	max-width: 150rem;
	margin: 0 auto;
	padding: 5rem 0 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

	.company_details .hold {
		padding: 6.5rem 2rem;
	}
}

.company_details .hold .l {
	width: 100%;
	margin-bottom: 5rem;
	text-align: center;
}

@media (min-width: 1110px) {

	.company_details .hold .l {
		width: calc(50% - 2rem);
		margin-bottom: 0;
	}
}

@media (min-width: 1320px) {

	.company_details .hold .l {
		width: calc(30% - 2rem);
	}
}

.company_details .hold .l h2 {
	color: #fff;
	font-size: 2.6rem;
	line-height: 3rem;
	font-weight: 400;
	margin-bottom: 0;
}

.company_details .hold .l h2 strong {
	display: block;
	font-weight: 3.8rem;
	font-weight: 700;
}

@media (min-width: 768px) {

	.company_details .hold .l h2 {
		font-size: 3.6rem;
		line-height: 4.4rem;
	}

	.company_details .hold .l h2 strong {
		font-weight: 4.8rem;
	}
}

.company_details .hold .r {
	width: 100%;
	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;
}

@media (min-width: 1110px) {

	.company_details .hold .r {
		width: calc(50% - 2rem);
	}
}

@media (min-width: 1320px) {

	.company_details .hold .r {
		width: calc(70% - 2rem);
	}
}

.company_details .hold .r div {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 4rem;
	margin-bottom: 2rem;
}

@media (min-width: 640px) {

	.company_details .hold .r div {
		width: calc(33.33% - 1rem);
		margin-bottom: 0;
	}
}

.company_details .hold .r div span {
	display: block;
	font-size: 1.8rem;
	line-height: 2.5rem;
}

@media (min-width: 768px) {

	.company_details .hold .r div {
		font-size: 4.2rem;
		line-height: 3rem;
	}

	.company_details .hold .r div span {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-top: 1rem;
	}
}

/* -------------------------- *\
    .company_intro
\* -------------------------- */

.company_intro { 
	padding: 0 2.5rem;
	background: rgba(6,57,58, 0.98);
}

@media (min-width: 768px) {

	.company_intro {
		padding: 0 5.5rem;
	}
}

.company_intro .decor {
	position: absolute;
	bottom: -2rem;
	right: 2rem;
}

.company_intro .shell {
	background: #fff;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.company_intro .hold {
	max-width: 150rem;
	margin: 0 auto;
	padding: 2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 768px) {

	.company_intro .hold {
		padding: 5rem 2rem 7rem;
	}
}

.company_intro .hold .l,
		.company_intro .hold .r {
	width: 100%;
	height: 100%;
}

@media (min-width: 900px) {

	.company_intro .hold .l,
		.company_intro .hold .r {
		width: calc(50% - 2rem);
	}
}

.company_intro .hold .l img, .company_intro .hold .r img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: .7rem;
	height: 37rem;
}

@media (min-width: 900px) {

	.company_intro .hold .l img, .company_intro .hold .r img {
		height: 56rem;
	}
}

.company_intro .hold .r {
	padding: 4rem 0 4rem 0;
}

@media (min-width: 1400px) {

	.company_intro .hold .r {
		padding: 4rem 0 4rem 15rem;
	}
}

.company_intro .hold .r h2 {
	color: #055a5c;
	font-size: 2.6rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.company_intro .hold .r h2 strong {
	font-weight: 700;
}

.company_intro .hold .r h3 {
	color: #055a5c;
	margin-bottom: 0;
	font-size: 2.1rem;
	line-height: 3rem;
	font-weight: 600;
}

.company_intro .hold .r h3 span {
	color: #7da10c;
}

.company_intro .hold .r .info {
	margin: 3rem 0 5rem;
}

@media (min-width: 1400px) {

	.company_intro .hold .r .info {
		max-width: 45rem;
	}
}

.company_intro .hold .r .info p {
	color: #494949;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}

.company_intro .hold .r .info + span {
	color: 494949;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 2rem;
}

.company_intro.left .decor {
	display: none;
}

.company_intro.left .hold .l {
	-ms-flex-order: 2;
	    order: 2;
	position: relative;
}

.company_intro.left .hold .l:before {
	content: '';
	width: 100%;
	height: 1.2rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.company_intro.left .hold .r {
	-ms-flex-order: 1;
	    order: 1;
}

@media (min-width: 1400px) {

	.company_intro.left .hold .r {
		padding: 4rem 15rem 4rem 0;
	}
}

/* -------------------------- *\
    .tool
\* -------------------------- */

.tool { 
	position: relative;
	/*position: absolute;*/
	/*top: 15rem;
	left: 15rem;*/
	width: 26.3rem;
}

.tool .top {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.tool .top .l,
		.tool .top .r {
	width: 50%;
	text-align: center;
	display: block;
}

.tool .top .l,
		.tool .top .r {
	background: #9CAC09;
	border-radius: 1rem 1rem 0 0;
	padding: 1.3rem .1rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 1.5rem rgba(0,0,0,0.5);
}

.tool .top .r {
	background: #000;
	border-radius: 0 1rem 0 0;
	padding: .6rem .1rem;
	text-transform: none;
	font-weight: 400;
}

.tool .b {
	background: #fff;
	text-align: center;
	padding: 2rem 1.3rem;
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0,0.5);
	display: block;
	border-radius: 0 0 1rem 1rem;
}

.tool .b .in {
	display: block;
	margin-bottom: 1.1rem;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3.4rem;
	color: #042634;
}

.tool .b .sq {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #042634;
}

.tool.fl .b {
	padding: 1.3rem 1.3rem .8rem;
}

.tool.fl .b .t {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #042634;
	margin-bottom: 1.2rem;
}

.tool.fl .b .t span {
	display: block;
	margin-top: .4rem;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: 0.06363rem;
}

.tool.fl .b .t span.free {
	color: #05CA00;
}

.tool.fl .b .t span.sold {
	color: #C30000;
}

.tool.fl .b .t span.reserved {
	color: #FFA100;
}

.tool.fl .b .bottom {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.tool.fl .b .bottom .l,
				.tool.fl .b .bottom .r {
	width: 50%;
	padding: 0 2.5rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #042634;
}

.tool.fl .b .bottom .l span, .tool.fl .b .bottom .r span {
	display: block;
	margin-bottom: .3rem;
	color: #8d8d8d;
}

.tool.fl .b .bottom .l {
	border-right: .1rem solid rgba(151,151,151, .3);
}

.tool.ap .b {
	padding: 2.8rem 1rem;
	text-align: center;
}

.tool.ap .b span {
	display: block;
}

.tool.ap .b span.in,
				.tool.ap .b span.sq {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: rgba(4,38,52, .5);
}

.tool.ap .b span.sq {
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #042634;
	text-transform: none;
}

.tool.ap .b span + span {
	margin-top: .9rem;
}

@media (max-width: 767px) {

	.tool {
		display: none;
	}
}

.mapster_tooltip {
 	width: 26.2rem !important;
 	background: green;
 	border: none !important;
 	background: transparent !important;
 	box-shadow: none !important;
 }

/* -------------------------- *\
    Alexander Kirilov The Great
\* -------------------------- */

/* -------------------------- *\
    .reviews_sld
\* -------------------------- */

.reviews_sld { 
	transition: .3s ease;	
	padding: 4rem 0 9rem;
 }

@media (min-width: 768px) {

	.reviews_sld {
		padding: 9rem 0;
	}
}

.reviews_sld .t2,
	.reviews_sld .t3 {
	text-align: center;
}

@media (max-width: 900px) {

	.reviews_sld .t2,
	.reviews_sld .t3 {
		text-transform: none;
	}
}

.reviews_sld .t3 {
	margin-bottom: 4.6rem;
}

.reviews_sld .shell {
	position: relative;
}

@media (min-width: 1000px) {

	.reviews_sld .shell {
		max-width: 98.9rem;
	}
}

@media (max-width: 767px) {

	.reviews_sld .shell {
		padding: 0;
	}
}

.reviews_sld .btn {
	position: absolute;
	right: 0;
	margin: 3rem 3.5rem 0 0;
}

@media (min-width: 768px) {

	.reviews_sld .sld {
		box-shadow: 0 1.1rem 2.2rem #e5e5e5;
		border-radius: 1rem;
	}
}

@media (max-width: 767px) {

	.reviews_sld .sld {
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		width: 100%;
		padding: 2rem;
		-ms-flex-align: start;
		    align-items: flex-start;
	}

	.reviews_sld .sld::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.reviews_sld .sld::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.reviews_sld .sld::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
		-webkit-appearance: none;
		        appearance: none;
	}

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

	.reviews_sld .sld::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
		-webkit-appearance: none;
		        appearance: none;
	}

	.reviews_sld .sld::-webkit-scrollbar-thumb:active {
		cursor: pointer;
		-webkit-appearance: none;
		        appearance: none;
	}

	.reviews_sld .sld:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.reviews_sld .sld:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
		-webkit-appearance: none;
		        appearance: none;
	}

	.reviews_sld .sld:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
		-webkit-appearance: none;
		        appearance: none;
	}

	.reviews_sld .sld > div {
		min-width: 27rem;
		max-width: 27rem;
		margin-right: 1rem;
	}
}

.reviews_sld .sld .slick-slide:not(:first-child) {
	display: none;
}

.reviews_sld .sld.slick-initialized .slick-slide:not(:first-child) {
	display: block;
}

.reviews_sld .ma {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;/*background: #000;*/
}

.reviews_sld .slick-slide {
	padding: 1.5rem;
}

@media (min-width: 768px) {

	.reviews_sld .slick-slide {
		padding: 0;
	}
}

.reviews_sld .sld-review {
	box-shadow: 0 .5rem 2rem rgba(0,0,0, .2);
	min-width: 100%;
	transition: .3s ease;/*margin: 1rem 2rem;*/
}

/*&:nth-child(1){
			opacity: 1;
		}*/

@media (min-width: 768px) {

	.reviews_sld .sld-review {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		box-shadow: 0 .5rem 2rem rgba(0,0,0, 0);
	}
}

/*opacity: 0;*/

@media (min-width: 768px) {

	.reviews_sld .sld-review>div:nth-child(1) {
		min-width: 40%;
		position: relative;
		overflow: hidden;/*background: #000;*/
		margin-bottom: 0;
	}
}

.reviews_sld .sld-review>div:nth-child(1) img {
	min-width: 100%;
}

@media (min-width: 768px) {

	.reviews_sld .sld-review>div:nth-child(1) img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.reviews_sld .sld-review>div:nth-child(1) a {
	display: block;
	position: relative;/*background: #000;*/
	min-width: 100%;
	min-height: 100%;
}

.reviews_sld .sld-review>div:nth-child(1) a .i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 5rem;
	fill: #E9EAED;
	box-shadow: 0 0 1rem rgba(0,0,0, .5);
	border-radius: 50%;
	z-index: 5;
}

.reviews_sld .sld-review>div:nth-child(2){
	margin-bottom: 3rem;
	padding: 1rem;
}

@media (min-width: 768px) {

	.reviews_sld .sld-review>div:nth-child(2) {
		padding: 2rem;
		margin-bottom: 0;
	}
}

.reviews_sld .sld-review>div:nth-child(2) img {
	margin-bottom: 1rem;
}

.reviews_sld .sld-review>div:nth-child(2) p {
	padding: 0 1rem;
	font-weight: 300;
	line-height: 2.2rem;
	color: #A2A2A2;
	margin: 1rem 0;
	font-size: 1.4rem;
	line-height: 2rem;
	min-height: 15rem;
	max-height: 15rem;
	overflow-y: scroll;
}

.reviews_sld .sld-review>div:nth-child(2) p::-webkit-scrollbar {
	width: 8px;
}

.reviews_sld .sld-review>div:nth-child(2) p::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.4)
}

@media (min-width: 768px) {

	.reviews_sld .sld-review>div:nth-child(2) p {
		padding: 1rem;
	}
}

.reviews_sld .sld-review>div:nth-child(2)>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #A2A2A2;
	font-size: 1.3rem;
	line-height: 1.9rem;
}

@media (min-width: 768px) {

	.reviews_sld .sld-review>div:nth-child(2)>div {
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
}

.reviews_sld .sld-review>div:nth-child(2)>div span {
	color: #055a5c;
}

.reviews_sld .sld-review>div:nth-child(2)>div a {
	text-decoration: underline;
	color: #A2A2A2;
	transition: .3s ease;
}

.reviews_sld .sld-review>div:nth-child(2)>div a:hover {
	color: #055a5c;
}

.reviews_sld .sld-review>div:nth-child(2)>div img {
	max-width: 4.5rem;
	border-radius: 50%;
	margin: 0 1.5rem 0 0;
}

@media (min-width: 768px) {

	.reviews_sld .sld-review>div:nth-child(2)>div img {
		max-width: 7rem;
	}
}

/* -------------------------- *\
	    .bobi
	\* -------------------------- */

.reviews_sld .slick-prev,
	.reviews_sld .slick-next {
	position: absolute;
	display: block;
	height: 3.7rem;
	width: 3.7rem;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	transition: .3s ease;
	z-index: 1;
}

.reviews_sld .slick-prev:hover,
	    .reviews_sld .slick-prev:focus,
	    .reviews_sld .slick-next:hover,
	    .reviews_sld .slick-next:focus {
	outline: none;
	background: #fff;
	color: transparent;
	transform: translateY(-50%) scale(1.2);
}

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

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

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

.reviews_sld .slick-prev:before,
	.reviews_sld .slick-next:before {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.reviews_sld .slick-prev {
	left: -2rem;
}

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

.reviews_sld .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

[dir="rtl"] .reviews_sld .slick-prev:before {
	content: url(/wp-content/uploads/2022/02/prev-small.svg);
}

.reviews_sld .slick-next {
	right: -2rem;
}

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

.reviews_sld .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

[dir="rtl"] .reviews_sld .slick-next:before {
	content: url(/wp-content/uploads/2022/02/next-small.svg);
}

.listing .left .map-1 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 100%;
	width: 100%;
	min-width: 59vw;
}

.wf_map_init {
	height: 100%;
}

.leaflet-popup-content p.agency_pin {
	margin: 0;
	padding: 1.5rem;
}

.leaflet-tile-pane {
	filter: grayscale(1);
}

div.leaflet-popup-content {
	margin: 0;
}

div.leaflet-popup-content .property {
	margin: 0;
}

section.leaflet-container a.leaflet-popup-close-button {
	right: unset;
	left: 0.5rem;
	top: 0.5rem;
	background: white;
	border-radius: 50%;
}

.mycluster:before {
	background: #092C53;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mycluster>span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	font-weight: 700;
	color: white;
	z-index: 100;
}

div.leaflet-popup-content {
	font-size: 1.5rem;
}

@media (min-width: 1200px) {
	.listing .left .map-1 {
		min-width: 65vw;
	}
}

@media (min-width: 1400px) {
	.listing .left .map-1 {
		min-width: 69vw;
	}
}

@media (min-width: 1600px) {
	.listing .left .map-1 {
		min-width: 74vw;
	}
}

@media (min-width: 1889px) {
	.listing .left .map-1 {
		min-width: 59vw;
	}
}

/* -------------------------- *\
   /Alexander Kirilov The Great
\* -------------------------- */