/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
.msr-navigation {
  width: 80% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  inset-inline-start: 50% !important;
  -webkit-transition: padding 0.12s;
  transition: padding 0.12s;
  z-index: 2001 !important;
}
.msr-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 97% 100%, 3% 100%, 0% 0%);
  -webkit-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.2);
}
.msr-navigation.open::before {
  background: rgb(255, 255, 255);
}
.msr-navigation .elementskit-navbar-nav > li:not(:last-child) > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.12);
}
.msr-navigation .elementskit-navbar-nav .elementskit-megamenu-panel .wpb-team-member-wrapper .wpb-team-member .wpb-team-texts .wpb-team-title {
  background-color: rgba(0, 0, 0, 0.5);
  height: 25px;
  line-height: 25px;
}

#menu-menu-left-side > li:first-child > a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.12);
}

#menu-mega-menu-right-side > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.12);
}

.msr-navigation > .elementor-container,
.msr-navigation > .elementor-container > .elementor-column,
.msr-navigation > .elementor-container > .elementor-column .elementor-widget-wrap,
.msr-navigation > .elementor-container > .elementor-column .elementor-widget-wrap > .elementor-widget-ekit-nav-menu,
.msr-navigation > .elementor-container > .elementor-column .elementor-widget-wrap > .elementor-widget-ekit-nav-menu,
#ekit-megamenu-mega-menu-right-side,
#menu-mega-menu-right-side,
#menu-mega-menu-right-side > li.elementskit-dropdown-has,
#menu-mega-menu-right-side > li:last-child {
  position: static;
}

@media screen and (min-width: 1921px) {
  .msr-navigation {
    width: 73% !important;
  }
}
@media screen and (max-width: 1800px) {
  .msr-navigation {
    width: 86% !important;
  }
}
@media screen and (max-width: 1600px) {
  .msr-navigation {
    width: 95% !important;
  }
  .msr-navigation > .elementor-container > .elementor-column:first-child .elementor-widget-wpb-button .elementor-widget-container {
    margin-left: 0;
    margin-right: 5px;
  }
  .msr-navigation > .elementor-container > .elementor-column:last-child .elementor-widget-wpb-button .elementor-widget-container {
    margin-right: 0;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1440px) {
  .msr-navigation {
    width: 100% !important;
  }
  .msr-navigation > .elementor-container > .elementor-column {
    width: 12%;
  }
  .msr-navigation > .elementor-container > .elementor-column:not(:nth-child(2)) {
    width: 44%;
  }
  .msr-navigation .elementskit-navbar-nav > li > a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1300px) {
  .msr-navigation::before {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 98% 100%, 2% 100%, 0% 0%);
  }
  .msr-navigation .elementskit-navbar-nav > li > a {
    font-size: 13px !important;
    padding: 0 8px !important;
  }
  .msr-navigation .wpb-btn-sm {
    font-size: 13px !important;
    padding: 8px 3px;
  }
}
@media screen and (max-width: 1199px) {
  .msr-navigation > .elementor-container > .elementor-column {
    /*                width: 15%;
                    &:not(:nth-child(2)) {
                        width: 42.5%;
                    }*/
  }
  .msr-navigation .elementskit-navbar-nav > li > a {
    font-size: 14px !important;
  }
  .msr-navigation .elementor-widget-theme-site-logo img {
    width: 140px !important;
  }
}
@media screen and (max-width: 1090px) {
  .msr-navigation .wpb-btn-sm {
    font-size: 12px !important;
  }
  .msr-navigation .wpb-btn-sm i {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .msr-navigation {
    width: 72% !important;
  }
  .msr-navigation > .elementor-container > .elementor-column {
    width: 33.33%;
  }
  .msr-navigation > .elementor-container > .elementor-column:not(:nth-child(2)) {
    width: 33.33%;
  }
  .msr-navigation .msr-menu-toggle {
    margin-left: 10px;
  }
  .msr-navigation .msr-menu-toggle .elementor-icon {
    display: block;
  }
  .msr-navigation .msr-menu-toggle.elementor-view-framed .elementor-icon {
    padding: 5px;
    border-width: 2px;
  }
  .msr-mobile-menu .elementor-widget-icon {
    top: 20px !important;
  }
  .msr-mobile-menu .elementor-widget-icon .elementor-animation-grow-rotate {
    -webkit-transform: none;
            transform: none;
  }
  .msr-mobile-menu .elementor-widget-nav-menu .elementor-widget-container {
    margin: 50px 0 0 !important;
  }
  .msr-mobile-menu .elementor-widget-image img {
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  .msr-navigation {
    width: 83% !important;
  }
}
@media screen and (max-width: 767px) {
  .msr-navigation {
    width: 98% !important;
  }
  .msr-navigation > .elementor-container > .elementor-column {
    width: 25%;
  }
  .msr-navigation > .elementor-container > .elementor-column:not(:nth-child(2)) {
    width: 37.5%;
  }
  .msr-navigation .msr-menu-toggle {
    margin-left: 8px;
  }
  .msr-navigation .msr-menu-toggle.elementor-view-framed .elementor-icon {
    border-width: 1px;
  }
  .msr-navigation .wpb-btn-sm {
    font-size: 12px !important;
    padding: 8px 3px 5px;
  }
  .msr-mobile-menu .bl-logo-menu {
    bottom: 120px !important;
  }
}
@media screen and (max-width: 345px) {
  .msr-navigation > .elementor-container > .elementor-column {
    width: 20%;
  }
  .msr-navigation > .elementor-container > .elementor-column:not(:nth-child(2)) {
    width: 40%;
  }
  .msr-navigation .msr-menu-toggle {
    margin-left: 6px;
  }
  .msr-navigation .msr-menu-toggle a {
    font-size: 20px !important;
  }
  .msr-navigation .wpb-btn-sm {
    font-size: 11px !important;
  }
  .msr-navigation .elementor-element.elementor-widget-image img {
    width: 60px;
  }
}
@media screen and (max-width: 280px) {
  .msr-navigation .msr-menu-toggle {
    margin-left: 3px;
  }
  .msr-navigation .wpb-btn-sm {
    font-size: 10px !important;
  }
}
[data-cky-tag] {
  visibility: visible !important;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.text-red {
  color: #DC3457 !important;
}

/* Text Gradient - start */
.text-gradient {
  color: #02b2cb;
  background-image: linear-gradient(150deg, #5FC5C3, #0169b9);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

/* Text Gradient - end */
/* Box with Shape - start */
.msr-box-with-shape::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  border-bottom: 70px solid #03EAD9;
  border-left: 70px solid transparent;
}

/* Box with Shape - end */
/* Angle Clip Path - start */
.clip-mask-angle-top-left {
  clip-path: polygon(0px 40px, 40px 0px, 110% 0px, 110% 110%, 0px 110%);
}

/* Angle Clip Path - end */
/* Clip Path BG Shape Section - start */
.msr-clip-bg-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #5fc5c3), to(#0169b9));
  background-image: linear-gradient(90deg, #5fc5c3 20%, #0169b9 100%);
  clip-path: polygon(0% 60%, 55% 60%, 58% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 50% 45%, 53% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1600px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 50% 45%, 53% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1440px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 42% 45%, 45% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1360px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 37% 45%, 40% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1199px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 28% 45%, 30% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1024px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 40% 45%, 43% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 991px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 25% 45%, 28% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767px) {
  .msr-clip-bg-shape::before {
    clip-path: polygon(0% 45%, 0% 45%, 5% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#msr-fast-btns,
#zashto-msr {
  z-index: 2;
}
#msr-fast-btns > .elementor-container,
#zashto-msr > .elementor-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#msr-fast-btns .elementor-widget-icon,
#zashto-msr .elementor-widget-icon {
  z-index: 1;
}
#msr-fast-btns .msr-benefits-title-wrp:hover .elementor-icon,
#zashto-msr .msr-benefits-title-wrp:hover .elementor-icon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
#msr-fast-btns .msr-benefits-title-wrp .elementor-icon,
#zashto-msr .msr-benefits-title-wrp .elementor-icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#msr-fast-btns .msr-location-hero-box,
#zashto-msr .msr-location-hero-box {
  cursor: pointer;
  padding: 10px 60px 25px 60px;
  width: auto !important;
}
#msr-fast-btns .msr-location-hero-box ~ div.elementor-column,
#zashto-msr .msr-location-hero-box ~ div.elementor-column {
  width: auto !important;
}
#msr-fast-btns .msr-location-hero-box::before,
#zashto-msr .msr-location-hero-box::before {
  content: "";
  background-color: #0169b9;
  position: absolute;
  top: 0;
  left: 0;
  right: -12px;
  bottom: 27px;
  clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 92% 100%, 0% 100%);
  z-index: 1;
}
#msr-fast-btns .msr-location-hero-box:hover,
#zashto-msr .msr-location-hero-box:hover {
  z-index: 3;
}
#msr-fast-btns .msr-location-hero-box:hover .elementor-widget-icon,
#zashto-msr .msr-location-hero-box:hover .elementor-widget-icon {
  z-index: 1;
}
#msr-fast-btns .msr-location-hero-box:hover .elementor-icon,
#zashto-msr .msr-location-hero-box:hover .elementor-icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#msr-fast-btns .msr-location-hero-box .elementor-icon,
#zashto-msr .msr-location-hero-box .elementor-icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
#zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
  clip-path: polygon(0% 60%, 62% 60%, 64% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#msr-fast-btns.msr-clip-bg-shape::before {
  background-color: #F3F5F8;
  background-image: none;
  bottom: -16px;
}
#msr-fast-btns.msr-clip-bg-shape .msr-benefits-title-wrp::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #5fc5c3), to(#0169b9));
  background-image: linear-gradient(90deg, #5fc5c3 20%, #0169b9 100%);
  position: absolute;
  top: 0;
  left: -20px;
  right: -12px;
  bottom: 27px;
  clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 92% 100%, 0% 100%);
  z-index: 1;
}

.msr-location-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  overflow: hidden;
  margin: 30px;
  width: calc(100% - 60px) !important;
  border: 4px solid #0169b9;
  visibility: hidden;
}
.msr-location-img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}
.msr-location-img.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

@media (min-width: 1921px) {
  #msr-fast-btns .msr-location-hero-box::before,
  #zashto-msr .msr-location-hero-box::before {
    right: 0;
    bottom: 27px;
    clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 90% 100%, 0% 100%);
    z-index: 1;
  }
  #msr-fast-btns .msr-location-hero-box ~ .msr-benefits-title-wrp,
  #zashto-msr .msr-location-hero-box ~ .msr-benefits-title-wrp {
    padding-right: 20px;
  }
  #msr-fast-btns .msr-location-hero-box ~ .msr-benefits-title-wrp::before,
  #zashto-msr .msr-location-hero-box ~ .msr-benefits-title-wrp::before {
    left: -32px;
  }
}
@media (max-width: 1800px) {
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: polygon(0% 60%, 59% 60%, 61% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .msr-location-img img {
    -o-object-position: bottom;
       object-position: bottom;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1600px) {
  #msr-fast-btns .msr-location-hero-box,
  #zashto-msr .msr-location-hero-box {
    padding: 10px 30px 25px 60px;
  }
  #msr-fast-btns .msr-location-hero-box::before,
  #zashto-msr .msr-location-hero-box::before {
    right: -18px;
  }
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: polygon(0% 60%, 55% 60%, 57% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-benefits-title-wrp::before {
    right: -18px;
  }
}
@media (max-width: 1440px) {
  #msr-fast-btns .elementor-heading-title,
  #zashto-msr .elementor-heading-title {
    font-size: 34px;
  }
  #msr-fast-btns .msr-location-hero-box::before,
  #zashto-msr .msr-location-hero-box::before {
    right: -10px;
    bottom: 26px;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-benefits-title-wrp::before {
    right: -10px;
    bottom: 26px;
  }
}
@media (max-width: 1366px) {
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: polygon(0% 60%, 52% 60%, 54% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1280px) {
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: polygon(0% 60%, 50% 60%, 52% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1199px) {
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: polygon(0% 60%, 42% 60%, 44% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1024px) {
  #msr-fast-btns .elementor-heading-title,
  #zashto-msr .elementor-heading-title {
    font-size: 32px;
  }
  #msr-fast-btns .msr-location-hero-box,
  #zashto-msr .msr-location-hero-box {
    padding: 10px 50px 25px;
    width: 40% !important;
  }
  #msr-fast-btns .msr-location-hero-box + div.elementor-column,
  #zashto-msr .msr-location-hero-box + div.elementor-column {
    width: 60% !important;
  }
  #msr-fast-btns .msr-location-hero-box::before,
  #zashto-msr .msr-location-hero-box::before {
    right: -30px;
    bottom: 24px;
  }
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: polygon(0% 60%, 40% 60%, 42% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .msr-location-img {
    margin: 20px;
    width: calc(100% - 40px) !important;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-benefits-title-wrp::before {
    right: -30px;
    bottom: 24px;
  }
}
@media (max-width: 991px) {
  #msr-fast-btns .elementor-heading-title,
  #zashto-msr .elementor-heading-title {
    font-size: 28px;
  }
  #msr-fast-btns .msr-location-hero-box,
  #zashto-msr .msr-location-hero-box {
    padding: 10px 25px 15px;
    width: 35% !important;
  }
  #msr-fast-btns .msr-location-hero-box + div.elementor-column,
  #zashto-msr .msr-location-hero-box + div.elementor-column {
    width: 65% !important;
  }
  #msr-fast-btns .msr-location-hero-box::before,
  #zashto-msr .msr-location-hero-box::before {
    right: -20px;
    bottom: 19px;
  }
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: polygon(0% 60%, 34% 60%, 36% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .msr-location-img {
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-benefits-title-wrp::before {
    right: -20px;
    bottom: 19px;
  }
}
@media (max-width: 767px) {
  #msr-fast-btns .elementor-heading-title,
  #zashto-msr .elementor-heading-title {
    font-size: 22px;
  }
  #msr-fast-btns .msr-location-hero-box,
  #zashto-msr .msr-location-hero-box {
    padding: 7px 10px;
    width: 50% !important;
  }
  #msr-fast-btns .msr-location-hero-box + div.elementor-column,
  #zashto-msr .msr-location-hero-box + div.elementor-column {
    width: 50% !important;
  }
  #msr-fast-btns .msr-location-hero-box + div.elementor-column .elementor-widget-wrap,
  #zashto-msr .msr-location-hero-box + div.elementor-column .elementor-widget-wrap {
    padding: 7px 10px;
  }
  #msr-fast-btns .msr-location-hero-box::before,
  #zashto-msr .msr-location-hero-box::before {
    left: -12px;
    right: -12px;
    bottom: 7px;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 92% 100%, 0% 100%);
    z-index: 1;
    display: none;
  }
  #msr-fast-btns.msr-shape-with-location.msr-clip-bg-shape::before,
  #zashto-msr.msr-shape-with-location.msr-clip-bg-shape::before {
    clip-path: none;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-benefits-title-wrp::before {
    display: none;
  }
}
@media (max-width: 320px) {
  #msr-fast-btns .elementor-heading-title,
  #zashto-msr .elementor-heading-title {
    font-size: 18px;
  }
}
/* Clip Path BG Shape Section - end */
/* Investitor image glow - start */
.msr-investitor-img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.2), -10px 0 50px rgba(2, 178, 203, 0.5), 10px 0 50px rgba(1, 87, 180, 0.4);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.2), -10px 0 50px rgba(2, 178, 203, 0.5), 10px 0 50px rgba(1, 87, 180, 0.4);
  /*    &::before {
          content: '';
          position: absolute;
          top: -50px;
          left: -50px;
          right: -50px;
          bottom: -50px;
          z-index: 2;
          opacity: 0.5;
          background-image: radial-gradient(25% 25% at 70% 70%, rgba(0, 0, 255, 0) 93%, rgba(0, 0, 255, 0.01) 93.14%, rgba(0, 0, 255, 0.03) 93.29%, rgba(0, 0, 255, 0.04) 93.43%, rgba(0, 0, 255, 0.05) 93.57%, rgba(0, 0, 255, 0.06) 93.71%, rgba(0, 0, 255, 0.09) 94%, rgba(0, 99, 159, 0.09) 94.14%, rgba(0, 124, 157, 0.08) 94.29%, rgba(0, 149, 162, 0.08) 94.43%, rgba(0, 173, 168, 0.07) 94.57%, rgba(0, 199, 168, 0.07) 94.71%, rgba(0, 255, 0, 0.06) 95%, rgba(111, 254, 0, 0.08) 95.29%, rgba(150, 254, 0, 0.09) 95.57%, rgba(177, 254, 0, 0.11) 95.86%, rgba(200, 254, 0, 0.12) 96.14%, rgba(220, 254, 0, 0.14) 96.43%, rgba(255, 255, 0, 0.17) 97%, rgba(255, 230, 57, 0.16) 97.14%, rgba(254, 206, 0, 0.15) 97.29%, rgba(250, 182, 0, 0.14) 97.43%, rgba(246, 157, 0, 0.13) 97.57%, rgba(243, 130, 0, 0.12) 97.71%, rgba(255, 0, 0, 0.1) 98%, rgba(255, 0, 0, 0.09) 98.29%, rgba(255, 0, 0, 0.07) 98.57%, rgba(255, 0, 0, 0.06) 98.86%, rgba(255, 0, 0, 0.04) 99.14%, rgba(255, 0, 0, 0.03) 99.43%, rgba(255, 0, 0, 0) 100%), radial-gradient(25% 25% at 37% 37%, rgba(51, 112, 255, 0.1) 0%, rgba(82, 171, 255, 0.25) 14%, rgba(82, 134, 255, 0) 15%), radial-gradient(25% 25% at 23% 23%, rgba(230, 138, 0, 0) 44%, rgba(230, 0, 69, 0.17) 50%, rgba(230, 80, 0, 0) 54%), radial-gradient(25% 25% at 14% 14%, rgba(246, 224, 94, 0) 0%, rgba(254, 252, 190, 0.37) 20%, rgba(246, 224, 94, 0) 22%), radial-gradient(100% 100% at 23% 23%, rgba(26, 32, 44, 0) 0%, rgba(26, 32, 44, 0) 42%, rgba(45, 26, 34, 0.06) 47%), radial-gradient(25% 25% at 23% 23%, #fffff0 0%, #ffffff 14%, rgba(254, 215, 215, 0) 70%);
      }*/
}

@media screen and (max-width: 767px) {
  .msr-investitor-img::before {
    display: none;
  }
}
/* Investitor image glow - end */
/* Projects - start */
.msr-projects {
  position: relative;
}
.msr-projects:hover .msr-project-btn {
  opacity: 1;
  z-index: 3;
}
.msr-projects:hover .elementor-image-box-img {
  position: relative;
}
.msr-projects:hover .elementor-image-box-img a::after {
  height: calc(100% - 7px);
}
.msr-projects .msr-project-btn {
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  z-index: -2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.msr-projects .elementor-image-box-img {
  position: relative;
}
.msr-projects .elementor-image-box-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .msr-projects .msr-project-btn {
    display: none;
  }
  .msr-projects .elementor-image-box-img a::after {
    display: none;
  }
}
/* Projects - end */
/* Coockie Consent - start */
@media (max-width: 440px) {
  .cky-consent-container .cky-consent-bar {
    padding: 10px 0 !important;
  }
  .cky-consent-container .cky-notice-des {
    padding: 0 10px;
  }
  .cky-consent-container .cky-notice-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    padding: 0 10px;
  }
  .cky-consent-container .cky-notice-btn-wrapper .cky-btn {
    width: 45%;
    margin: 0;
  }
  .cky-consent-container .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
    margin-left: 8px;
  }
}
/* Coockie Consent - end */
#msr-apartamenti .msr-sections-hero {
  width: 100%;
}
#msr-apartamenti #msr-sections,
#msr-apartamenti #msr-sections-highlight,
#msr-apartamenti #msr-sections-hover {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
}
#msr-apartamenti #msr-sections {
  fill: transparent;
}
#msr-apartamenti #msr-sections .section {
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
#msr-apartamenti #msr-sections-hover {
  opacity: 0;
  fill: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#msr-apartamenti #msr-sections-hover.active {
  opacity: 1;
}
#msr-apartamenti #msr-sections-highlight {
  -webkit-animation: 1s ease 0s 1 normal none running highlight_animation;
          animation: 1s ease 0s 1 normal none running highlight_animation;
  fill: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes highlight_animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes highlight_animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.building-flags {
  height: auto !important;
}
.building-flags .building-flag {
  height: auto !important;
  position: absolute;
  padding: 7px 10px;
  line-height: 1.2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  z-index: 2;
  border-radius: 4px;
  opacity: 0;
  border: 2px solid rgba(0, 0, 0, 0.05);
  max-width: 340px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.building-flags .building-flag.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.building-flags .building-flag:hover {
  border-color: #028EA2;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.building-flags .building-flag:hover::before {
  border-top-color: #028EA2;
}
.building-flags .building-flag:hover a {
  height: auto !important;
}
.building-flags .building-flag:hover a .flag-title {
  height: auto !important;
  color: #028EA2;
}
.building-flags .building-flag.hover {
  border-color: #028EA2;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.building-flags .building-flag.hover::before {
  border-top-color: #028EA2;
}
.building-flags .building-flag.hover a {
  height: auto !important;
}
.building-flags .building-flag.hover a .flag-title {
  height: auto !important;
  text-decoration: underline;
  color: #028EA2;
}
.building-flags .building-flag::before {
  height: auto !important;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  bottom: -12px;
  left: 50%;
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: border-top-color 0.6s;
  transition: border-top-color 0.6s;
}
.building-flags .building-flag::after {
  height: auto !important;
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  border-width: 10px 10px 0;
  border-top-color: #fff;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.building-flags .building-flag a {
  height: auto !important;
  display: block;
}
.building-flags .building-flag a .small {
  height: auto !important;
  font-size: 14px;
  line-height: 1;
  color: #808080;
}
.building-flags .building-flag .flag-title {
  height: auto !important;
  color: #101010;
  display: inline;
  font-weight: 400;
  font-size: 13px;
  vertical-align: middle;
  text-transform: none;
}
.building-flags .building-flag .flag-title:hover {
  text-decoration: underline;
}
.building-flags .building-flag .flag-number {
  height: auto !important;
  font-size: 20px;
  font-weight: 700;
  color: #028EA2;
  display: inline;
  vertical-align: middle;
  margin-left: 2px;
}
.building-flags .building-flag .flag-description {
  height: auto !important;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
  -webkit-transition: all 0.4s, opacity 0.3s 0.4s;
  transition: all 0.4s, opacity 0.3s 0.4s;
}
.building-flags .building-flag .flag-props-count {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.building-flags .building-flag .flag-props-count:hover {
  text-decoration: underline;
}
.building-flags .building-flag[data-position=bottom].hover::before, .building-flags .building-flag[data-position=bottom]:hover::before {
  border-top-color: transparent;
  border-bottom-color: #028EA2;
}
.building-flags .building-flag[data-position=bottom]::before {
  bottom: auto;
  top: -12px;
  border-width: 0 11px 11px;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.building-flags .building-flag[data-position=bottom]::after {
  bottom: auto;
  top: -10px;
  border-width: 0 10px 10px;
  border-top-color: transparent;
  border-bottom-color: #fff;
}
.building-flags .building-flag[data-building-section=A] {
  top: 46%;
  left: 50%;
}
.building-flags .building-flag[data-building-section=B] {
  top: 36%;
  left: 40%;
}
.building-flags .building-flag[data-building-section=V] {
  top: 26%;
  left: 45%;
}
.building-flags .building-flag[data-building-section=G] {
  top: 14%;
  left: 58%;
}
.building-flags .building-flag[data-building-section=D] {
  top: 24%;
  left: 70%;
}
.building-flags .building-flag[data-building-section=E] {
  top: 35%;
  left: 64%;
}
.building-flags .building-flag.show-on-hover.hover {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.building-flags .building-flag.sold.hover .flag-title, .building-flags .building-flag.sold:hover .flag-title {
  opacity: 0;
}
.building-flags .building-flag.sold.hover .flag-number, .building-flags .building-flag.sold:hover .flag-number {
  opacity: 0;
}
.building-flags .building-flag.sold.hover .flag-number:last-child, .building-flags .building-flag.sold:hover .flag-number:last-child {
  opacity: 1;
}
.building-flags .building-flag.sold .flag-title {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.building-flags .building-flag.sold .flag-number {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.building-flags .building-flag.sold .flag-number:last-child {
  font-size: 16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.msr-sections-tip {
  display: none;
}

.msr-apartments-filter {
  padding: 20px 16px 25px 65px;
  width: auto !important;
}
.msr-apartments-filter::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -40px;
  bottom: 27px;
  clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 92% 100%, 0% 100%);
  z-index: 1;
}
.msr-apartments-filter .props-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.msr-apartments-filter .props-filter .filter-wrp--title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.msr-apartments-filter .props-filter ul {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  gap: 5px;
}
.msr-apartments-filter .props-filter ul li {
  display: inline-block;
}
.msr-apartments-filter .props-filter ul li:last-child a {
  font-size: 16px;
}
.msr-apartments-filter .props-filter ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #028EA2;
  border: 2px solid #028EA2;
  border-radius: 4px;
  padding: 0 10px;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
}
.msr-apartments-filter .props-filter ul li a:hover {
  color: #fff;
  background-color: #028EA2;
  border-color: #028EA2;
}
#msr-fast-btns .msr-apartments-filter + .msr-location-hero-box, #zashto-msr .msr-apartments-filter + .msr-location-hero-box {
  padding-left: 50px;
}

@media screen and (min-height: 1000px) {
  #msr-apartamenti *:not(.building-flags) {
    height: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .msr-apartments-filter::before {
    bottom: 26px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box, #zashto-msr .msr-apartments-filter + .msr-location-hero-box {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1365px) {
  #msr-fast-btns.msr-filter-section,
  #zashto-msr.msr-filter-section {
    padding-left: 0;
  }
  .msr-apartments-filter {
    padding: 20px 15px 25px 45px;
  }
}
@media screen and (max-width: 1199px) {
  .building-flags .building-flag {
    padding: 8px;
  }
  #msr-fast-btns.msr-filter-section,
  #zashto-msr.msr-filter-section {
    padding-right: 20px;
  }
  #msr-fast-btns.msr-filter-section .elementor-heading-title,
  #zashto-msr.msr-filter-section .elementor-heading-title {
    font-size: 26px;
  }
  #msr-fast-btns.msr-filter-section .msr-benefits-title-wrp .elementor-widget-wrap,
  #zashto-msr.msr-filter-section .msr-benefits-title-wrp .elementor-widget-wrap {
    padding-top: 8px;
  }
  .msr-apartments-filter {
    padding: 12px 15px 25px 45px;
  }
  .msr-apartments-filter::before {
    bottom: 22px;
  }
  .msr-apartments-filter .props-filter .filter-wrp--title {
    font-size: 20px;
    padding-top: 5px;
  }
  .msr-apartments-filter .props-filter ul li a {
    font-size: 16px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box, #zashto-msr .msr-apartments-filter + .msr-location-hero-box {
    padding-top: 8px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box::before, #zashto-msr .msr-apartments-filter + .msr-location-hero-box::before {
    bottom: 22px;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp::before {
    bottom: 22px;
  }
}
@media screen and (max-width: 1024px) {
  #msr-apartamenti {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  #msr-apartamenti::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(247, 247, 247, 0.95);
  }
  #msr-apartamenti::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #msr-apartamenti::-webkit-scrollbar-thumb {
    background-color: #028EA2;
  }
  #msr-apartamenti .msr-sections-hero {
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    left: 45%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
  }
  #msr-apartamenti #msr-sections,
  #msr-apartamenti #msr-sections-highlight,
  #msr-apartamenti #msr-sections-hover {
    width: auto;
    height: auto !important;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    left: 45%;
  }
  #msr-fast-btns.msr-filter-section,
  #zashto-msr.msr-filter-section {
    padding-right: 12px;
  }
  #msr-fast-btns.msr-filter-section .msr-benefits-title-wrp,
  #zashto-msr.msr-filter-section .msr-benefits-title-wrp {
    width: auto !important;
  }
  #msr-fast-btns.msr-filter-section .msr-benefits-title-wrp .elementor-hidden-mobile,
  #zashto-msr.msr-filter-section .msr-benefits-title-wrp .elementor-hidden-mobile {
    display: none;
  }
  #msr-fast-btns.msr-filter-section .msr-benefits-title-wrp .elementor-hidden-tablet,
  #zashto-msr.msr-filter-section .msr-benefits-title-wrp .elementor-hidden-tablet {
    display: block;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box, #zashto-msr .msr-apartments-filter + .msr-location-hero-box {
    width: auto !important;
    padding-left: 22px;
    padding-right: 25px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box::before, #zashto-msr .msr-apartments-filter + .msr-location-hero-box::before {
    right: -10px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp, #zashto-msr .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp {
    width: auto !important;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp::before {
    right: -10px;
  }
}
@media screen and (max-width: 991px) {
  .building-flags .building-flag {
    max-width: 260px;
  }
  #msr-fast-btns.msr-filter-section .elementor-heading-title,
  #zashto-msr.msr-filter-section .elementor-heading-title {
    font-size: 18px;
  }
  #msr-fast-btns.msr-filter-section .elementor-icon,
  #zashto-msr.msr-filter-section .elementor-icon {
    font-size: 14px;
  }
  .msr-apartments-filter::before {
    bottom: 18px;
  }
  .msr-apartments-filter .props-filter .filter-wrp--title {
    font-size: 16px;
  }
  .msr-apartments-filter .props-filter ul li:last-child a {
    font-size: 13px;
  }
  .msr-apartments-filter .props-filter ul li a {
    font-size: 14px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box::before, #zashto-msr .msr-apartments-filter + .msr-location-hero-box::before {
    bottom: 18px;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp::before {
    bottom: 18px;
  }
}
@media screen and (max-width: 959px) {
  #msr-apartamenti {
    height: 70vh;
  }
  #msr-apartamenti *:not(.building-flags) {
    height: 100%;
  }
  .building-flags .building-flag {
    padding: 7px;
  }
  .building-flags .building-flag .flag-title {
    font-size: 13px;
  }
  .building-flags .building-flag .flag-number {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) and (orientation: landscape) {
  #msr-apartamenti {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #msr-apartamenti {
    height: 65vh;
  }
  #msr-apartamenti .msr-sections-tip {
    display: block;
    position: absolute;
    bottom: 60px;
    font-size: 14px;
    color: #fff;
    height: auto !important;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    -webkit-text-stroke: 0.3px rgb(0, 0, 0);
    font-weight: 700;
  }
  #msr-apartamenti .msr-sections-hero {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    left: 45%;
  }
  #msr-apartamenti #msr-sections,
  #msr-apartamenti #msr-sections-highlight,
  #msr-apartamenti #msr-sections-hover {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    left: 40%;
  }
  .building-flags .building-flag {
    padding: 5px;
    border-width: 1px;
  }
  .building-flags .building-flag .flag-title {
    font-size: 12px;
  }
  .building-flags .building-flag .flag-number {
    font-size: 15px;
  }
  .building-flags .building-flag[data-building-section=etap-2], .building-flags .building-flag[data-building-section=J], .building-flags .building-flag[data-building-section=Z] {
    display: none;
  }
  #msr-fast-btns,
  #zashto-msr {
    z-index: 3;
  }
  #msr-fast-btns.msr-shape-with-location .msr-location-hero-box .elementor-icon,
  #zashto-msr.msr-shape-with-location .msr-location-hero-box .elementor-icon {
    color: #03589a;
  }
  #msr-fast-btns.msr-shape-with-location .msr-location-hero-box .elementor-heading-title,
  #zashto-msr.msr-shape-with-location .msr-location-hero-box .elementor-heading-title {
    color: #03589a;
  }
  #msr-fast-btns.msr-filter-section,
  #zashto-msr.msr-filter-section {
    padding: 0;
  }
  #msr-fast-btns.msr-filter-section::before,
  #zashto-msr.msr-filter-section::before {
    display: none;
  }
  #msr-fast-btns {
    background-color: #F3F5F8;
    background-image: none;
  }
  .msr-apartments-filter {
    width: 50% !important;
    z-index: 2;
    padding: 8px 8px 15px;
  }
  .msr-apartments-filter::before {
    content: "";
    background-color: #0169b9;
    position: absolute;
    top: 0;
    left: -12px;
    right: -12px;
    bottom: 7px;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 92% 100%, 0% 100%);
    z-index: 1;
  }
  .msr-apartments-filter .wpb-dropdown-wrapper .wpb-dropdown .wpb-dd-button {
    font-size: 28px;
  }
  .msr-apartments-filter .wpb-dropdown-wrapper .wpb-dropdown .wpb-dd-button i {
    font-size: 14px;
    vertical-align: middle;
  }
  .msr-apartments-filter .wpb-dropdown-wrapper .wpb-dropdown .wpb-dd-menu {
    z-index: 20;
  }
  .msr-apartments-filter .props-filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .msr-apartments-filter .props-filter .filter-wrp--title {
    color: #fff;
  }
  .msr-apartments-filter .props-filter ul li a {
    color: #fff;
    border-color: #fff;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box, #zashto-msr .msr-apartments-filter + .msr-location-hero-box {
    width: 50% !important;
    padding: 7px 10px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box::before, #zashto-msr .msr-apartments-filter + .msr-location-hero-box::before {
    bottom: 0;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box .elementor-heading-title, #zashto-msr .msr-apartments-filter + .msr-location-hero-box .elementor-heading-title {
    font-size: 28px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp, #zashto-msr .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp {
    width: 50% !important;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp .elementor-widget-wrap, #zashto-msr .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp .elementor-widget-wrap {
    padding: 7px 10px;
  }
  #msr-fast-btns.msr-clip-bg-shape .msr-apartments-filter + .msr-location-hero-box + .msr-benefits-title-wrp::before {
    bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .building-flags .building-flag {
    padding: 0 5px;
    line-height: 1.3;
  }
  .building-flags .building-flag br,
  .building-flags .building-flag .flag-title {
    display: none;
  }
  .building-flags .building-flag .flag-number {
    font-size: 13px;
    margin-left: 0;
    vertical-align: initial;
  }
  .building-flags .building-flag .flag-props-count {
    font-size: 11px;
  }
  .building-flags .building-flag::before {
    bottom: -8px;
    border-width: 7px 7px 0;
  }
  .building-flags .building-flag::after {
    bottom: -6px;
    border-width: 6px 6px 0;
  }
  #msr-fast-btns.msr-filter-section .elementor-heading-title,
  #zashto-msr.msr-filter-section .elementor-heading-title {
    font-size: 20px;
  }
  .msr-apartments-filter .elementor-heading-title {
    font-size: 18px !important;
  }
  .msr-apartments-filter .props-filter .filter-wrp--title {
    font-size: 18px;
  }
  .msr-apartments-filter .wpb-dropdown-wrapper .wpb-dropdown .wpb-dd-button {
    font-size: 18px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box .elementor-heading-title, #zashto-msr .msr-apartments-filter + .msr-location-hero-box .elementor-heading-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 359px) {
  #msr-apartamenti {
    height: 70vh;
    padding-top: 12px;
  }
}
@media screen and (max-width: 319px) {
  #msr-fast-btns.msr-filter-section .elementor-heading-title,
  #zashto-msr.msr-filter-section .elementor-heading-title {
    font-size: 16px;
  }
  .msr-apartments-filter .wpb-dropdown-wrapper .wpb-dropdown .wpb-dd-button {
    font-size: 16px;
  }
  .msr-apartments-filter .wpb-dropdown-wrapper .wpb-dropdown .wpb-dd-button i {
    font-size: 12px;
  }
  #msr-fast-btns .msr-apartments-filter + .msr-location-hero-box .elementor-heading-title, #zashto-msr .msr-apartments-filter + .msr-location-hero-box .elementor-heading-title {
    font-size: 16px;
  }
}
/* Project Status - start */
.project-status {
  position: absolute;
  left: 120px;
  top: 38%;
  background-color: #FCD400;
  z-index: 2;
  height: auto !important;
}
.project-status .status-title {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #202020;
  font-size: 30px;
  font-weight: 600;
  height: auto !important;
}

@media screen and (max-width: 1359px) {
  .project-status {
    top: 40%;
    left: 80px;
  }
  .project-status .status-title {
    font-size: 26px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .project-status {
    top: 60%;
    left: 50px;
  }
  .project-status .status-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .project-status {
    top: 18%;
  }
  .project-status .status-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .project-status .status-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .project-status {
    top: 65%;
    left: 30px;
  }
  .project-status .status-title {
    font-size: 20px;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 425px) {
  .project-status .status-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) and (max-height: 767px) {
  .project-status {
    top: 35%;
  }
  .project-status .status-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 359px) {
  .project-status {
    display: none;
  }
}
/* Project Status - end */
.msr-benefits-container .e-n-tabs-heading {
  border-radius: 4px;
  background: rgba(200, 213, 220, 0.1411764706);
}
.msr-benefits-container .e-n-tab-title {
  background: none !important;
}
.msr-benefits-container .e-n-tab-title:hover:not(.e-active) {
  background-color: rgba(81, 81, 81, 0.05) !important;
  text-decoration: underline;
}
.msr-benefits-container .e-n-tab-title:hover::after {
  height: 100%;
}
.msr-benefits-container .e-n-tab-title.e-active {
  position: relative;
  color: inherit;
  background-color: rgba(81, 81, 81, 0.05) !important;
}
.msr-benefits-container .e-n-tab-title.e-active::after {
  height: 100%;
}
.msr-benefits-container .e-n-tab-title.e-active .e-n-tab-title-text {
  font-weight: 700;
  color: #333;
}
.msr-benefits-container .e-n-tab-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 4px;
  height: 0;
  background-color: #DEBB44;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.msr-benefits-container .e-n-tab-title .e-n-tab-title-text {
  display: inline-block;
  text-align: center;
}
.msr-benefits-container .e-n-tab-title .e-n-tab-title-text span {
  display: block;
  font-weight: 400;
  font-size: 75%;
  color: #666;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.msr-benefits-container .e-n-tabs-content .msr-benefit-content h6.elementor-heading-title {
  margin-bottom: 10px;
}
.msr-benefits-container .e-n-tabs-content .msr-benefit-content .elementor-widget-text-editor ul {
  margin: 0;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 1024px) {
  .msr-benefits-container .e-n-tab-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .msr-benefits-container .e-n-tabs-heading {
    display: none;
  }
  .msr-benefits-container .e-n-tabs-content .e-n-tab-title {
    display: none;
  }
  .msr-benefits-container .e-n-tabs-content > .e-con-full:not(:nth-child(2)) {
    display: none !important;
  }
}
.msr-pricing-container .elementor-column-gap-default {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.msr-pricing-container .msr-pricing-plan-box {
  z-index: 10;
}
.msr-pricing-container .msr-pricing-plan-box:first-child {
  z-index: 14;
}
.msr-pricing-container .msr-pricing-plan-box:nth-child(2) {
  z-index: 13;
}
.msr-pricing-container .msr-pricing-plan-box:nth-child(3) {
  z-index: 12;
}
.msr-pricing-container .msr-pricing-plan-box .pricing-heading h3 {
  margin-bottom: 5px;
}
.msr-pricing-container .msr-pricing-plan-box .pricing-heading p {
  margin: 0;
}

.msr-pricing-plan-box > .elementor-widget-wrap::before {
  content: "";
  border-top: 50px solid #f2f2f2;
  border-right: 50px solid transparent;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
}
.msr-pricing-plan-box.msr-box-with-shape::after {
  border-bottom-width: 55px;
  border-left-width: 55px;
}

@media screen and (max-width: 1024px) {
  .msr-pricing-container .msr-pricing-plan-box h3 {
    font-size: 22px;
  }
  .msr-pricing-container .msr-pricing-plan-box .pricing-heading h3 {
    font-size: 22px;
  }
}
.msr-timeline {
  position: static;
}
.msr-timeline .qodef-nav-prev,
.msr-timeline .qodef-nav-next {
  background-color: #fff;
  border: 1px solid rgba(54, 57, 60, 0.1);
  -webkit-box-shadow: 0 4px 8px rgba(81, 85, 88, 0.1);
          box-shadow: 0 4px 8px rgba(81, 85, 88, 0.1);
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  font-size: 16px;
  display: none;
}
.msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-point-holder .qodef-e-point {
  position: relative;
}
.msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-point-holder .qodef-e-point::before {
  content: "";
  display: block !important;
  width: 50%;
  height: 50%;
  background-color: #26c29f;
  /*background-image: linear-gradient(45deg, #028ea2 20%, #0169B9 100%);*/
  border-radius: 50%;
}
.msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-image {
  overflow: visible;
}
.msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-date {
  background-color: #26c29f;
  /*background-image: linear-gradient(45deg, #028ea2 20%, #0169B9 100%);*/
  padding: 7px 15px;
  border-radius: 4px;
  color: #fff !important;
  position: relative;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-date::after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-content-holder {
  text-align: left;
}
.msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-content-holder .qodef-e-title {
  text-align: center;
}
.msr-timeline .qodef-e-item.qodef-reverse .qodef-e-item-inner .qodef-e-date {
  margin-bottom: 10px;
}
.msr-timeline .qodef-e-item.qodef-reverse .qodef-e-item-inner .qodef-e-date::after {
  border-width: 10px 10px 0;
  border-top-color: #26c29f;
  bottom: -10px;
}
.msr-timeline .qodef-e-item.qodef-reverse .qodef-e-item-inner .qodef-e-content-holder {
  text-align: left;
  padding: 12% 50px 0 !important;
}
.msr-timeline .qodef-e-item.qodef-reverse:hover .qodef-e-item-inner .qodef-e-date {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-point-holder .qodef-e-point::before {
  background-color: #26c29f;
  /*background-image: linear-gradient(135deg, #0169B9 20%, #028ea2 100%);*/
}
.msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-date {
  background-color: #26c29f;
  /*background-image: linear-gradient(135deg, #0169B9 20%, #028ea2 100%);*/
  margin-top: 10px;
}
.msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-date::after {
  border-width: 0 10px 10px;
  border-bottom-color: #26c29f;
  top: -9px;
}
.msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-content-holder {
  text-align: left;
  padding: 0 50px 12%;
}
.msr-timeline .qodef-e-item:hover .qodef-e-item-inner .qodef-e-date {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.msr-timeline .qodef-e-item:first-child .qodef-e-item-inner .qodef-e-point::before {
  background-color: #DEBB44 !important;
  background-image: none !important;
}
.msr-timeline .qodef-e-item:first-child .qodef-e-item-inner .qodef-e-date {
  background-color: #DEBB44;
  background-image: none;
}
.msr-timeline .qodef-e-item:first-child .qodef-e-item-inner .qodef-e-date::after {
  border-top-color: #DEBB44;
}
.msr-timeline .qodef-e-item:nth-child(2) .qodef-e-item-inner .qodef-e-point::before {
  background-color: #02b2cb !important;
  background-image: none !important;
}
.msr-timeline .qodef-e-item:nth-child(2) .qodef-e-item-inner .qodef-e-date {
  background-color: #02b2cb;
  background-image: none;
}
.msr-timeline .qodef-e-item:nth-child(2) .qodef-e-item-inner .qodef-e-date::after {
  border-bottom-color: #02b2cb;
}
.msr-timeline .qodef-e-item:nth-child(3) .qodef-e-item-inner .qodef-e-point::before {
  background-color: #0169b9 !important;
  background-image: none !important;
}
.msr-timeline .qodef-e-item:nth-child(3) .qodef-e-item-inner .qodef-e-date {
  background-color: #0169b9;
  background-image: none;
}
.msr-timeline .qodef-e-item:nth-child(3) .qodef-e-item-inner .qodef-e-date::after {
  border-top-color: #0169b9;
}
.msr-timeline .qodef-e-item:nth-child(4) .qodef-e-item-inner .qodef-e-point::before {
  background-color: #028ea2 !important;
  background-image: none !important;
}
.msr-timeline .qodef-e-item:nth-child(4) .qodef-e-item-inner .qodef-e-date {
  background-color: #028ea2;
  background-image: none;
}
.msr-timeline .qodef-e-item:nth-child(4) .qodef-e-item-inner .qodef-e-date::after {
  border-bottom-color: #028ea2;
}

.elementor-widget-qi_addons_for_elementor_timeline {
  position: static;
}

@media screen and (max-width: 1024px) {
  .msr-timeline .qodef-e-item {
    padding-bottom: 30px !important;
  }
  .msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-point-holder {
    top: 20px;
  }
  .msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-date::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-content-holder .qodef-e-title {
    text-align: left;
  }
  .msr-timeline .qodef-e-item.qodef-reverse .qodef-e-item-inner .qodef-e-date {
    margin-bottom: 15px;
  }
  .msr-timeline .qodef-e-item.qodef-reverse .qodef-e-item-inner .qodef-e-date::after {
    border-width: 10px 0 10px 10px;
    border-top-color: transparent;
    border-left-color: #26c29f;
    bottom: auto;
    right: -10px;
    left: auto;
  }
  .msr-timeline .qodef-e-item.qodef-reverse .qodef-e-item-inner .qodef-e-content-holder {
    padding: 0 30px 30px !important;
  }
  .msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner {
    margin-top: 30px;
  }
  .msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-date {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-date::after {
    border-width: 10px 10px 10px 0;
    border-bottom-color: transparent;
    border-right-color: #26c29f;
    top: 50%;
    left: -10px;
  }
  .msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-content-holder {
    padding: 0 30px 30px;
  }
  .msr-timeline .qodef-e-item:first-child .qodef-e-item-inner .qodef-e-date::after {
    border-top-color: transparent;
    border-right-color: #DEBB44;
  }
  .msr-timeline .qodef-e-item:nth-child(2) .qodef-e-item-inner .qodef-e-date::after {
    border-bottom-color: transparent;
    border-left-color: #02b2cb;
  }
  .msr-timeline .qodef-e-item:nth-child(3) .qodef-e-item-inner .qodef-e-date::after {
    border-top-color: transparent;
    border-right-color: #0169b9;
  }
  .msr-timeline .qodef-e-item:nth-child(4) .qodef-e-item-inner .qodef-e-date::after {
    border-bottom-color: transparent;
    border-left-color: #028ea2;
  }
}
@media screen and (max-width: 767px) {
  .msr-timeline .qodef-e-item .qodef-e-line-holder {
    display: block !important;
  }
  .msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-point-holder {
    display: block !important;
  }
  .msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0 0 30px !important;
  }
  .msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-content-holder .qodef-e-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .msr-timeline .qodef-e-item .qodef-e-item-inner .qodef-e-content-holder .qodef-e-title {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    font-size: 14px;
  }
  .msr-timeline .qodef-e-item.qodef-reverse .qodef-e-item-inner .qodef-e-content-holder {
    padding: 0 0 30px !important;
  }
  .msr-timeline .qodef-e-item.qodef-obverse .qodef-e-item-inner .qodef-e-date::after {
    border-width: 10px 0 10px 10px;
    border-right-color: transparent;
    border-left-color: #26c29f;
    bottom: auto;
    right: -10px;
    left: auto;
  }
  .msr-timeline .qodef-e-item:first-child .qodef-e-item-inner .qodef-e-date::after {
    border-left-color: #DEBB44;
  }
  .msr-timeline .qodef-e-item:nth-child(3) .qodef-e-item-inner .qodef-e-date::after {
    border-left-color: #0169b9;
  }
}
.fp-modal {
  position: fixed;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2002;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-family: "Kelson", sans-serif;
}
.fp-modal.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fp-modal button.close {
  background: none;
  padding: 0;
  color: #333;
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 20px;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 3;
}
.fp-modal button.close > span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
}
.fp-modal button.close:hover {
  color: #666;
}
.fp-modal .modal-content {
  background-color: rgba(247, 247, 247, 0.95);
  padding: 30px 40px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  height: 100%;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fp-modal .modal-content::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(247, 247, 247, 0.95);
}
.fp-modal .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fp-modal .modal-content::-webkit-scrollbar-thumb {
  background-color: #028EA2;
}
.fp-modal .modal-content .details__floor {
  position: relative;
}
.fp-modal .modal-content .details__floor::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -40px;
  right: -40px;
  bottom: 0;
  background-color: #d3d5d8;
  z-index: 0;
}
.fp-modal .modal-content .details__floor .building-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  position: relative;
  margin-bottom: 15px;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box:hover .dropdown-toggle, .fp-modal .modal-content .details__floor .building-title .building-select-box.active .dropdown-toggle {
  background-color: #0169b9;
  border-radius: 4px 4px 0 0;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box:hover .dropdown-menu, .fp-modal .modal-content .details__floor .building-title .building-select-box.active .dropdown-menu {
  opacity: 1;
  z-index: 4;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-toggle {
  display: block;
  background-color: #028ea2;
  color: #fff;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 12px 4px;
  white-space: normal;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu {
  opacity: 0;
  z-index: -4;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  position: absolute;
  top: 100%;
  left: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #227cc1;
  border-radius: 0 0 4px 4px;
  color: #227cc1;
  border-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu li {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px 0;
  cursor: pointer;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu li:after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(34, 124, 193, 0.2);
  margin-top: 5px;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu li:hover {
  background-color: rgba(34, 124, 193, 0.08);
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu li:hover:after {
  background-color: rgba(34, 124, 193, 0.3);
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu li:last-child {
  padding-bottom: 5px;
}
.fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu li:last-child:after {
  display: none;
}
.fp-modal .modal-content .details__floor .floor__plan-box {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.fp-modal .modal-content .details__floor .floor__plan-box img {
  width: 100%;
  height: auto;
}
.fp-modal .modal-content .details__floor .floor__plan-box svg {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
}
.fp-modal .modal-content .details__floor .floor__plan-box svg.msr-floor-hover {
  opacity: 0;
  fill: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.fp-modal .modal-content .details__floor .floor__plan-box svg.msr-floor-hover.active {
  opacity: 1;
}
.fp-modal .modal-content .details__floor .floor__plan-box svg.msr-apartments {
  fill: transparent;
  z-index: 2;
}
.fp-modal .modal-content .details__floor .floor__plan-box svg.msr-apartments path {
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  background-color: #26c29f;
  padding: 5px;
  opacity: 0.9;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm {
  font-size: 11px;
  padding: 3px;
  line-height: 1.1;
  background-color: transparent;
  -webkit-transform: translate(-20px, -15px) rotate(-45deg);
          transform: translate(-20px, -15px) rotate(-45deg);
  text-shadow: 0 0 5px #000;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm .num {
  font-size: 13px;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm br,
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm .stat {
  display: none;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm:hover {
  z-index: 2;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=reserved], .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=sold], .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=not-for-sale], .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=in-negotiations] {
  -webkit-transform: translate(-25px, -10px) rotate(-45deg);
          transform: translate(-25px, -10px) rotate(-45deg);
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=reserved] .num, .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=sold] .num, .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=not-for-sale] .num, .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=in-negotiations] .num {
  display: none;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=reserved] .stat, .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=sold] .stat, .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=not-for-sale] .stat, .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm[data-status=in-negotiations] .stat {
  display: block;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.to-section {
  font-size: 16px;
  background-color: transparent;
  -webkit-transform: translate(-60px, -30px);
          transform: translate(-60px, -30px);
  text-shadow: 0 0 5px #000;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num.to-section .num {
  font-size: 20px;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num .num {
  font-size: 16px;
  font-weight: 700;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num[data-status=reserved] {
  background-color: #DEBB44;
  opacity: 1;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num[data-status=sold] {
  background-color: #e23f65;
  opacity: 1;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num[data-status=not-for-sale] {
  background-color: #abb8c3;
  opacity: 1;
}
.fp-modal .modal-content .details__floor .details__floor-labels .a_num[data-status=in-negotiations] {
  background-color: #e4a02a;
  opacity: 1;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  margin: 15px 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp .floor-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-right: 10px;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item {
  color: #333;
  cursor: pointer;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.active, .fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.hover {
  color: #028EA2;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item .title {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item .title:hover {
  color: #028EA2;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor {
  padding: 0 5px;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor.active > .title, .fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor.hover > .title {
  color: #fff;
  font-weight: 700;
  background-color: #028EA2;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor.active .navigation__level-apartments {
  opacity: 1;
  z-index: 1;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor > .title {
  padding: 8px 15px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #028EA2;
  text-transform: lowercase;
  background-color: #fff;
  border-radius: 4px;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor > .title:hover {
  color: #fff;
  background-color: #5FC5C3;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item .navigation__level-apartments {
  display: none;
  visibility: none;
  position: absolute;
  overflow: visible;
  min-width: 100%;
  left: 0;
  top: 100%;
  padding-left: 0;
  opacity: 0;
  z-index: -3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 -8px;
}
.fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item .navigation__level-apartments .nav__item {
  padding: 0 8px;
}
.fp-modal .modal-content .details__property .property__content .content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #333;
  line-height: 1.6;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #028EA2;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__facilities,
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__basement {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__facilities .property__bedrooms,
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__facilities .property__bathrooms,
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__facilities strong,
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__basement .property__bedrooms,
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__basement .property__bathrooms,
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__basement strong {
  font-weight: 700;
  color: #028EA2;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property_area-box .property_area {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property_area-box .property_area .area__size {
  font-weight: 700;
  color: #028EA2;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .content__separator {
  margin: 30px 0;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .content__separator::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #666;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price:last-of-type {
  margin-bottom: 30px;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price .price__promo {
  color: #DC3457;
  display: none;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price .price__promo.show {
  display: block;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price .price__promo.show + .price__regurlar {
  text-decoration: line-through;
  color: #666;
  font-size: 70%;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price .price__regurlar,
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price .price__on-demand {
  color: #028EA2;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price.show {
  border: 0 !important;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price.show + .price--total {
  display: none !important;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price p {
  margin: 0 0 -5px;
  font-size: 16px;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status {
  font-size: 16px;
  font-weight: 400;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status .status {
  font-weight: 700;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status .status::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  border-radius: 50%;
  vertical-align: middle;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status .status.available::before {
  background-color: #26c29f;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status .status.reserved::before {
  background-color: #DEBB44;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status .status.sold::before {
  background-color: #e23f65;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status .status.not-for-sale::before {
  background-color: #abb8c3;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .property__status .status.in-negotiations::before {
  background-color: #e4a02a;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder {
  margin-top: 30px;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .property__attachment {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .property__attachment::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #5FC5C3;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .property__attachment:hover {
  color: #5FC5C3;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .property__attachment:hover::after {
  width: 100%;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  line-height: 1;
  width: auto;
  max-width: 220px;
  cursor: pointer;
  vertical-align: middle;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown + .property__attachment {
  margin: 0 0 10px;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background-color: #debb44;
  border: 1px solid rgba(54, 57, 60, 0.1);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(81, 85, 88, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(81, 85, 88, 0.1);
  padding: 18px 15px 18px 15px;
  text-align: center;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item.menu-item-has-children > a::after {
  content: "\f078";
  margin: 0px 0px 0px 5px;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item:hover > a {
  background-color: #A8903C;
  border-style: solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item .sub-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  top: 100%;
  left: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none !important;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  overflow: hidden;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item .sub-menu .menu-item a {
  border-bottom-color: #A8903C;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-weight: 400;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item .sub-menu .menu-item:hover a {
  background-color: #C0A139;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image {
  position: relative;
  margin-left: 10px;
  text-align: right;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image:hover .plan__image.image--hover {
  opacity: 1;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image .status {
  display: none;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image .plan__image {
  width: auto;
  max-width: 100%;
  max-height: 85%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image .plan__image.image--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
}
.fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin-top: 20px;
  background-color: #DEBB44;
  border-radius: 4px;
}
.fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li:last-child a::after {
  display: none;
}
.fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li a {
  color: #333;
  font-size: 18px;
  display: block;
  position: relative;
  padding: 15px;
}
.fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li a:hover {
  background-color: #c8a93a;
}
.fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li a::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 15px;
  right: -1px;
  bottom: 15px;
  background-color: #A8903C;
}

@media screen and (max-width: 1600px) {
  .fp-modal button.close {
    top: 20px;
    right: 20px;
  }
  .fp-modal .modal-content {
    padding: 20px;
  }
  .fp-modal .modal-content .details__floor::before {
    top: -20px;
    left: -20px;
    right: -20px;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor > .title {
    font-size: 16px;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm .num {
    font-size: 12px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .content__separator {
    margin: 20px 0;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .fp-modal .modal-content .details__floor .building-title {
    font-size: 22px;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp .floor-title {
    font-size: 18px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown {
    display: block;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown + .property__attachment {
    margin: 20px 0;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item a {
    padding: 18px 12px 18px 12px;
  }
}
@media screen and (max-width: 1360px) {
  .fp-modal {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor > .title {
    font-size: 16px;
    padding: 6px 12px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li a {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 991px) {
  .fp-modal {
    width: 75%;
  }
  .fp-modal .modal-content .details__floor .building-title {
    font-size: 20px;
  }
  .fp-modal .modal-content .details__floor .floor__plan-box {
    width: 95%;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num {
    font-size: 12px;
    -webkit-transform: translate(-25px, -25px);
            transform: translate(-25px, -25px);
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num .num {
    font-size: 13px;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp .floor-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fp-modal {
    width: 100%;
    z-index: 2000;
  }
  .fp-modal button.close {
    top: 80px;
    right: 20px;
    font-size: 16px;
  }
  .fp-modal .modal-content {
    padding: 80px 12px 20px;
  }
  .fp-modal .modal-content .details__floor::before {
    top: -90px;
    left: -12x;
    right: -12px;
  }
  .fp-modal .modal-content .details__floor .building-title .building-select-box {
    margin-left: 10px;
  }
  .fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-toggle {
    padding: 5px 8px 3px;
    font-size: 13px;
  }
  .fp-modal .modal-content .details__floor .building-title .building-select-box .dropdown-menu li {
    font-size: 14px;
  }
  .fp-modal .modal-content .details__floor .floor__plan-box {
    width: 100%;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp {
    padding: 15px 0 20px;
    margin: 15px 0;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm {
    -webkit-transform: translate(-18px, -10px) rotate(-45deg);
            transform: translate(-18px, -10px) rotate(-45deg);
    text-shadow: 0 0 8px #000;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num.font-size-sm .num {
    font-size: 10px;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num.to-section {
    text-shadow: 0 0 8px #000;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num.to-section .num {
    font-size: 16px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .content__separator {
    margin: 12px 0;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .content__separator::before {
    opacity: 0;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price {
    margin-bottom: 15px;
    font-size: 34px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price:first-of-type {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price:last-of-type {
    margin-bottom: 15px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder {
    margin: 15px 0;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown {
    display: inline-block;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown + .property__attachment {
    margin: 15px 0 15px 8px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .btn-holder .msr-dropdown .menu-item a {
    font-size: 15px;
    padding: 15px 12px 15px 12px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image {
    margin-left: 0;
    text-align: center;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image .plan__image {
    max-height: 60%;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__floor-plan .property__image .plan__image.image--hover {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 15px 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .fp-modal .modal-content .details__floor .floor__plan-box {
    width: 100%;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num {
    -webkit-transform: translate(-15px, -15px);
            transform: translate(-15px, -15px);
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num br,
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num .stat {
    display: none;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp .floor-title {
    padding-right: 5px;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor {
    padding: 0 3px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list {
    /*margin: 0 -15px;*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    /*padding: 0 15px;*/
  }
  .fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li:nth-child(3) a::after {
    display: none;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li a {
    padding: 10px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .contacts-wrp .msr-contacts-list li a::after {
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    height: 1px;
  }
}
@media screen and (max-width: 320px) {
  .fp-modal {
    width: 100%;
  }
  .fp-modal .modal-content {
    padding: 80px 10px 20px;
  }
  .fp-modal .modal-content .details__floor::before {
    left: -10x;
    right: -10px;
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  .fp-modal .modal-content .details__floor .details__floor-labels .a_num .num {
    font-size: 12px;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp .floor-title {
    font-size: 14px;
  }
  .fp-modal .modal-content .details__floor .floor__levels-nav-wrp ul > .nav__item.item--floor > .title {
    font-size: 14px;
    padding: 5px 10px;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .content__separator::before {
    opacity: 1;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box {
    display: block;
  }
  .fp-modal .modal-content .details__property .property__content .content__container .content__info .property__price-box .property__price:first-of-type {
    padding-right: 0;
    border-right: 0;
  }
}
.props-filter-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 30px;
}
.props-filter-wrp > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.props-filter-wrp > div.props-filter-btn-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.props-filter-wrp > div.props-filter-btn-holder .props-filter-show-all {
  margin-top: 20px;
  padding: 0 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #2a67b7;
  color: #fff;
  border: 2px solid #2a67b7;
  border-radius: 4px;
  cursor: pointer;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.props-filter-wrp > div.props-filter-btn-holder .props-filter-show-all.active, .props-filter-wrp > div.props-filter-btn-holder .props-filter-show-all:hover {
  color: #fff;
  background-color: #5FC5C3;
  border-color: #5FC5C3;
}
.props-filter-wrp > div.props-filter-btn-holder .props-filter-show-all.active {
  font-weight: 700;
  background-color: #028EA2;
  border-color: #028EA2;
}
.props-filter-wrp .filter-wrp--title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.props-filter-wrp ul {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  gap: 10px;
}
.props-filter-wrp ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.props-filter-wrp ul li.selected {
  display: none;
}
.props-filter-wrp ul li.selected::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  z-index: 3;
  font-size: 10px;
  font-weight: 900;
  opacity: 0.7;
}
.props-filter-wrp ul li.active, .props-filter-wrp ul li:hover {
  color: #fff;
  background-color: #5FC5C3;
  border-color: #5FC5C3;
}
.props-filter-wrp ul li.active {
  font-weight: 700;
  background-color: #028EA2;
  border-color: #028EA2;
}

.props-results-wrp {
  display: none;
}
.props-results-wrp .props-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.props-results-wrp .props-results > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.props-results-wrp .prop-card-template {
  padding: 0 8px;
  margin-bottom: 15px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.props-results-wrp .prop-card-template:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.props-results-wrp .prop-card-template:hover .card-content-box {
  border-color: #02b2cb;
}
.props-results-wrp .prop-card-template .card-content-box {
  height: 100%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(2, 142, 162, 0.33);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(81, 85, 88, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(81, 85, 88, 0.1);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.props-results-wrp .prop-card-template .card-content-box .property__image {
  height: 240px;
  line-height: 240px;
  text-align: center;
  margin-bottom: 20px;
}
.props-results-wrp .prop-card-template .card-content-box .property__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property__number {
  font-size: 18px;
  padding: 8px 0;
  color: #333;
  text-align: center;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(2, 142, 162, 0.3);
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  position: relative;
  border-right: 1px solid rgba(2, 142, 162, 0.3);
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area:only-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area .area__size {
  font-size: 20px;
  font-weight: 700;
  color: #02b2cb;
  line-height: 1;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area .area__title {
  font-size: 14px;
  margin: 5px 0 0 !important;
  color: #333;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area:last-of-type {
  border-right: 0;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property__facilities {
  padding: 8px 0 0;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property__facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property__facilities ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin: 0;
  padding: 0 7px;
  font-size: 14px;
  text-align: center;
  color: #333;
}
.props-results-wrp .prop-card-template .card-content-box .property__info .property__facilities ul li span {
  color: #02b2cb;
}
.props-results-wrp .btn-holder {
  margin-top: 15px;
  text-align: center;
}
.props-results-wrp .btn-holder a {
  display: inline-block;
  background-color: #02b2cb;
  color: #fff;
  min-width: 150px;
  height: 48px;
  line-height: 48px;
  border: 2px solid #02b2cb;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  font-size: 16px;
}
.props-results-wrp .btn-holder a:hover {
  background-color: #fff;
  color: #02b2cb;
}
.props-results-wrp .btn-holder a[data-role=contact-form-btn] {
  background-color: #fff;
  border-color: #debb44;
  color: #debb44;
  margin-left: 5px;
}
.props-results-wrp .btn-holder a[data-role=contact-form-btn]:hover {
  background-color: #debb44;
  color: #fff;
}
.props-results-wrp > .btn-holder {
  display: none;
}
.props-results-wrp > .btn-holder.show {
  display: block;
}
.props-results-wrp > .btn-holder a {
  background-color: #028EA2;
  border-color: #028EA2;
}
.props-results-wrp > .btn-holder a:hover {
  color: #028EA2;
}

@media screen and (max-width: 1700px) {
  .props-results-wrp .prop-card-template .card-content-box .property__info .property__number {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .props-results-wrp .prop-card-template .card-content-box .property__info .property__number {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .props-results-wrp .props-results > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .property__number {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .e-con-full.properties-results-row {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
  .props-results-wrp .prop-card-template {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .e-con-full.properties-results-row {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .property__number {
    font-size: 15px;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area .area__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .e-con-full.properties-results-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .props-filter-wrp > div.props-filter-btn-holder .props-filter-show-all {
    padding: 0 10px;
    font-size: 18px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .props-filter-wrp .filter-wrp--title {
    font-size: 18px;
  }
  .props-filter-wrp ul li {
    padding: 0 10px;
    font-size: 18px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .props-filter-wrp > div {
    position: relative;
    padding-right: 100px;
    height: 42px;
  }
  .props-filter-wrp > div.props-filter-btn-holder {
    padding-right: 0;
    height: auto;
    width: 100%;
  }
  .props-filter-wrp > div.props-filter-btn-holder .props-filter-show-all {
    min-width: 80px;
    height: 42px;
    line-height: 42px;
  }
  .props-filter-wrp ul {
    padding-top: 42px;
    height: 42px;
    min-width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    z-index: 4;
  }
  .props-filter-wrp ul:hover {
    overflow: visible;
  }
  .props-filter-wrp ul:hover li {
    opacity: 1;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    z-index: 1;
  }
  .props-filter-wrp ul li {
    display: block;
    font-size: 20px;
    min-width: 80px;
    height: 42px;
    line-height: 42px;
    position: relative;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*                &.active {
                        opacity: 1;
                        z-index: 2;
                        position: absolute;
                        top: 0;
                        right: 0;
                    }*/
  }
  .props-filter-wrp ul li.selected {
    display: block;
    font-size: 14px;
    padding: 0 18px 0 8px;
  }
  .props-filter-wrp ul li:not(.selected):not(.active) {
    background-color: #fff;
    color: #333;
  }
  .props-filter-wrp ul li.selected {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .props-results-wrp .props-results > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__image {
    height: 250px;
    line-height: 250px;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .property__number {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .props-results-wrp .prop-card-template .card-content-box {
    padding: 10px;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__image {
    height: 180px;
    line-height: 180px;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area .area__size {
    font-size: 18px;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .property_area-box .property_area .area__title {
    font-size: 12px;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .property__facilities ul li {
    font-size: 12px;
  }
  .props-results-wrp .prop-card-template .card-content-box .property__info .btn-holder a {
    min-width: 140px;
    max-width: 100%;
  }
  .props-results-wrp .prop-card-template .btn-holder a {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 589px) {
  .props-filter-wrp {
    padding-top: 15px;
    gap: 0;
  }
  .props-filter-wrp > div {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .props-filter-wrp > div:nth-child(2) {
    /*flex: 0 0 50%;
    max-width: 48%;*/
    margin-top: 25px;
  }
  .props-filter-wrp > div:nth-child(2) ul {
    z-index: 3;
  }
  .props-filter-wrp > div:nth-child(3) {
    /*flex: 0 0 50%;
    max-width: 48%;*/
    margin-top: 25px;
  }
  .props-filter-wrp > div:nth-child(3) ul {
    z-index: 2;
  }
  .props-filter-wrp > div.props-filter-btn-holder .props-filter-show-all {
    min-width: 100%;
  }
  .props-filter-wrp .filter-wrp--title {
    font-size: 16px;
    width: 120px;
  }
  .props-filter-wrp ul {
    right: auto;
    left: calc(50% + 120px);
    -webkit-transform: translateX(calc(50% - 150px));
            transform: translateX(calc(50% - 150px));
  }
  .props-results-wrp .props-results > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .props-filter-wrp > div {
    width: 60%;
  }
  .props-filter-wrp > div:nth-child(2) {
    max-width: 50%;
  }
  .props-filter-wrp > div:nth-child(3) {
    max-width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .props-filter-wrp > div {
    width: auto;
  }
  .props-filter-wrp > div:nth-child(2) {
    max-width: 100%;
  }
  .props-filter-wrp > div:nth-child(3) {
    max-width: 100%;
  }
  .props-filter-wrp ul {
    right: 0;
  }
  .props-results-wrp .btn-holder a[data-role=contact-form-btn] {
    margin-left: 0;
    margin-top: 15px;
  }
}