.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --graySuperLight: #F8FAFC;
  --grayLight: #F0F4F9;
  --gray: #C3D1E7;
  --blue: #688DC4;
  --blue2: #53719D;
  --navy: #1F2A3B;
  --white: #ffffff;
  --black: #242736;
  --red: #F25050;
  --redH: #f20507;
  --primary: #F2B04E;
  --primaryH: #ffd300;
}
html {
  background: var(--gray);
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", serif;
  font-size: 16px;
  background: #fff;
  color: var(--black);
  margin: 0 auto;
  max-width: 2220px;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
.prev {
  background: #fafafa;
  padding: 3rem;
  border: 1px solid #aaa;
  text-align: center;
  margin: 0 0 1rem 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
.header {
  padding: 1rem 0;
  position: relative;
  z-index: 10;
  height: 80px;
}
.header .container {
  position: relative;
}
.header.-home {
  color: #fff;
}
.header.-home a:hover {
  color: var(--primary);
}
.header .social {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .header .social {
    display: none;
  }
}
.header .logo {
  position: relative;
}
.header .logo img {
  width: 150px;
}
.main-nav {
  position: absolute;
  top: 0;
  right: 200px;
}
.main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-nav ul li a {
  display: block;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}
.main-nav ul li a:hover {
  color: var(--blue);
}
@media (max-width: 1200px) {
  .main-nav ul li a {
    padding: 0.5rem 0.6rem;
  }
}
@media (max-width: 1200px) {
  .main-nav {
    right: 120px;
  }
}
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
}
.bg-success {
  background-color: var(--blue2) !important;
}
.bg-warning {
  background-color: var(--blue) !important;
}
.bg-info {
  background-color: var(--gray) !important;
}
.form-group {
  margin-bottom: 1rem;
}
/*
.btn-primary {
    color: #fff;
    background: var(--red);
    border-color: var(--red);
    font-weight: 600;
    &:hover {
        background: var(--redH);
        border-color: var(--redH);
        color: #fff;
    }
    &:focus, &.focus {
        box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
    }
    &.disabled, &:disabled {
        color: #fff;
        background-color: var(--redH);
        border-color: var(--redH);
    }
    &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle {
        color: #fff;
        background-color: var(--redH);
        border-color: fade(#F25050,20%);
    }
    &:not(:disabled):not(.disabled):active:focus, &:not(:disabled):not(.disabled).active:focus, .show > &.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
    }
}
*/
.btn {
  border-radius: 0.25rem;
  padding: 0.5em 2em;
  font-size: 1em;
}
.btn-full {
  width: 100%;
}
.btn-primary {
  --bs-btn-bg: #F2B04E;
  --bs-btn-color: #000000;
  --bs-btn-border-color: #F2B04E;
  --bs-btn-hover-bg: #ffd000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-border-color: #ffd000;
  --bs-btn-active-bg: #F2B04E;
  --bs-btn-active-border-color: #F2B04E;
  --bs-btn-disabled-bg: #F2B04E;
  --bs-btn-disabled-border-color: #F2B04E;
}
.btn-secondary {
  --bs-btn-bg: #F0F4F9;
  --bs-btn-color: #53719D;
  --bs-btn-border-color: #F0F4F9;
  --bs-btn-hover-bg: #C3D1E7;
  --bs-btn-hover-border-color: #C3D1E7;
  --bs-btn-active-bg: #F0F4F9;
  --bs-btn-active-border-color: #F0F4F9;
  --bs-btn-disabled-bg: #F0F4F9;
  --bs-btn-disabled-border-color: #F0F4F9;
}
.btn-outline-secondary {
  --bs-btn-bg: transparent;
  --bs-btn-color: #53719D;
  --bs-btn-border-color: #C3D1E7;
  --bs-btn-hover-bg: #C3D1E7;
  --bs-btn-hover-border-color: #C3D1E7;
  --bs-btn-active-bg: #C3D1E7;
  --bs-btn-active-border-color: #53719D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #53719D;
}
.investment__head {
  padding: 2em 0;
}
.investment__header {
  font-size: 3em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .investment__header {
    font-size: 2rem;
  }
}
.investment__homeitem {
  padding: 2em 0;
  border-top: 1px solid #C3D1E7;
}
.investment__body {
  padding: 2rem 0;
}
.order-md-1 .investment__body {
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .order-md-1 .investment__body {
    padding-left: 0;
  }
}
.order-md-0 .investment__body {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .order-md-0 .investment__body {
    padding-right: 0;
  }
}
.investment__hometitle {
  font-size: 1.8em;
  margin: 0;
  padding: 0 0 0.4em 0;
}
.investment__image img,
.investment__image picture {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
.investment__logotype {
  margin: 0 0 1rem 0;
}
.investment__logotype img,
.investment__logotype picture {
  max-width: 150px;
  max-height: 70px;
}
.investment__features {
  border-top: 1px solid var(--grayLight);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  font-size: 0.9em;
}
.investment__features [class*="col"]:first-child {
  color: var(--blue);
}
.investment-gallery {
  background: var(--graySuperLight);
  padding: 3rem 0;
  font-weight: 300;
  text-align: center;
}
.investment-gallery__header {
  font-size: 2em;
  margin: 0 0 2rem 0;
}
.investment-gallery picture,
.investment-gallery img {
  border-radius: 0.25rem;
}
.investment-short__image {
  margin-bottom: 1rem;
}
.investment-short__image img,
.investment-short__image picture {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.5rem;
}
.investment-short__body {
  padding: 2rem 0;
  padding-left: 4rem;
}
.investment-short__logotype {
  margin: 0 0 2rem 0;
}
.investment-short__logotype img,
.investment-short__logotype picture {
  max-width: 150px;
  max-height: 70px;
}
.investment-show {
  /*&__building-header {
        font-size: 2em;
        font-weight: 400;
        margin: 0 0 1em 0;
    }*/
}
.investment-show__title {
  font-weight: 400;
  font-size: 3em;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .investment-show__title {
    font-size: 2rem;
  }
}
.investment-show__logotype {
  max-width: 150px;
  max-height: 100px;
}
.investment-show__image {
  margin: 0 0 1rem 0;
}
.investment-show__parambox {
  background: var(--grayLight);
  padding: 1em;
  text-align: center;
  border-radius: 0.5rem;
  /*border-bottom: 2px solid var(--gray);*/
}
.investment-show__parambox span.label {
  display: block;
  font-size: 0.8em;
  color: var(--blue);
}
.investment-show__address {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .investment-show__address {
    font-size: 1.3em;
  }
}
.investment-show__address span.city {
  display: block;
  font-size: 0.7em;
}
.investment-show__info {
  margin: 4rem 0;
}
.investment-show__info h1,
.investment-show__info h2,
.investment-show__info h3,
.investment-show__info h4 {
  font-size: 2em;
  margin: 0 0 0.6em 0;
}
.investment-show__features {
  background: var(--grayLight);
  padding: 1em;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 0 3rem 0;
}
.investment-show__feature-icon {
  margin-bottom: 1rem;
}
.investment-show__feature-icon img,
.investment-show picture {
  max-width: 80px;
  max-height: 50px;
}
.investment-show__feature-title {
  font-size: 0.9em;
  color: var(--blue);
}
.investment-show__feature-item {
  padding: 2rem;
}
.investment-show__building {
  margin: 0 0 1rem 0;
}
.investment-show__building-o {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.investment-show__building-body {
  background: var(--grayLight);
  padding: 1em;
  height: 100%;
}
.investment-show__building-item {
  background: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.investment-show__building-item a {
  display: block;
  padding: 2rem 2rem 2rem 120px;
  background: url(../image/icons/building.svg) no-repeat left 1rem center;
}
@media (max-width: 992px) {
  .investment-show__building-item a {
    padding: 1rem 1rem 1rem 80px;
    background-position: left 0.1rem center;
    background-size: 80px auto;
  }
}
.investment-show__building-item-features {
  margin: 0.5rem 0.5rem 0.5rem -0.25rem;
}
.investment-show__building-item-features span {
  border-radius: 0.25rem;
  background: var(--grayLight);
  padding: 0.25em 1em;
  margin: 0.25em;
  font-size: 0.7em;
  white-space: nowrap;
  display: inline-block;
}
.investment-show__floor-item {
  background: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.investment-show__floor-item a {
  display: block;
  padding: 1rem 2rem 1rem 70px;
  background: url(../image/icons/floor.svg) no-repeat left 1rem center;
  background-size: auto 3rem;
}
.investment-show__map {
  margin: 0 0 3rem 0;
}
.flat-panel {
  background: var(--grayLight);
  padding: 3rem 0;
}
.flat-panel__header {
  font-size: 3em;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .flat-panel__header {
    font-size: 2rem;
  }
}
.flat-panel__item {
  margin: 0 1rem;
}
.flat-panel .slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: url(../image/btnArrow.svg) center center;
  background-size: 100% auto;
  color: transparent;
  font-size: 0;
  position: absolute;
  top: -60px;
  z-index: 10;
  border-radius: 50%;
}
.flat-panel .slick-arrow:hover {
  background-color: var(--white);
}
.flat-panel .slick-next {
  right: 15px;
}
.flat-panel .slick-prev {
  right: 65px;
  transform: rotate(180deg);
}
.breadcrumbs {
  padding: 2em 0;
  font-size: 0.8em;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 0.6em;
  }
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.breadcrumbs ul li::before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0.5em;
  opacity: 0.4;
}
.breadcrumbs ul li a {
  display: block;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:first-child::before {
  display: none;
}
#menuButton {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: none;
  z-index: 110;
  border: 0;
  font-size: 2rem;
  background: var(--navy);
  color: #fff;
}
@media (max-width: 992px) {
  #menuButton {
    display: block;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  text-align: center;
  box-sizing: border-box;
  padding: 2rem;
  color: var(--blue);
  transition: 0.3s all ease-in-out;
}
.mobile-menu .logo img {
  width: 150px;
}
.mobile-menu ul {
  list-style-type: none;
  margin: 3rem 0 ;
  padding: 0;
}
.mobile-menu ul li {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li a {
  display: block;
  padding: 0.5rem;
}
body.menu-mobile-active {
  overflow: hidden;
}
.menu-mobile-active .mobile-menu {
  display: block;
  right: 0;
}
#flat-search-mobile {
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 110;
  width: 96%;
  background: var(--primary);
  box-shadow: 0 0 20px #fff;
  border-radius: 1rem;
  border: 0;
  padding: 1rem 0;
  font-weight: 600;
  display: none;
}
@media (max-width: 992px) {
  #flat-search-mobile {
    display: block;
  }
}
.find-mobile-active .flat-search-mobile {
  bottom: 0;
}
body.find-mobile-active {
  overflow: hidden;
}
.flat-search-mobile {
  display: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 120;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 992px) {
  .flat-search-mobile {
    display: block;
  }
}
.flat-search-mobile__body {
  padding: 1rem 0;
}
.flat-search-mobile .label-address {
  color: var(--blue);
  line-height: 1em;
  padding: 1rem 0 0 0;
}
.flat-search-mobile__item {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.flat-search-mobile__item_title {
  font-weight: 600;
  padding: 0.3rem 0;
}
.flat-search-mobile__item_body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}
.flat-search-mobile label {
  display: block;
  position: relative;
  font-size: 0.8em;
}
.flat-search-mobile .label-body picture,
.flat-search-mobile .label-body img {
  height: 20px;
  display: inline-block;
}
.flat-search-mobile input[type="radio"],
.flat-search-mobile input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.flat-search-mobile .label-body {
  border: 1px solid var(--gray);
  padding: 0.5rem;
}
.flat-search-mobile input:checked + .label-body {
  border-color: var(--blue);
  opacity: 1;
  box-shadow: 0 0 10px var(--blue);
}
.flat-search-mobile input:checked + .label-body:after {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  content: 'X';
  color: var(--blue);
  font-size: 0.6em;
}
.flat-search {
  z-index: 1000;
  top: 1rem;
}
@media (max-width: 992px) {
  .flat-search {
    display: none;
  }
}
.flat-search__body {
  background: #fff;
  border-radius: 5rem;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
  margin: 0 5%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.flat-search__item_title {
  line-height: 1.2em;
}
.flat-search__item_title span {
  display: block;
  font-size: 0.75em;
  color: var(--blue);
}
.flat-search__item {
  flex: 1 1 0px;
  position: relative;
  border-left: 1px solid var(--gray);
  padding: 0.25rem 1rem;
  cursor: pointer;
}
.flat-search__item:first-child {
  border-left: none;
}
.flat-search__item_hover {
  display: none;
  position: absolute;
  top: 0rem;
  left: 0;
  min-width: 100%;
  padding-top: 4rem;
  z-index: 2;
}
.flat-search__item_body {
  padding: 0.75rem 1rem;
  background: var(--graySuperLight);
  background: #fff;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  width: 90%;
}
.flat-search__item_body input[type="radio"],
.flat-search__item_body input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.flat-search__item_body .label-body {
  padding: 0.5rem;
  border: 2px solid var(--gray);
  border-radius: 0.5rem;
  opacity: 0.5;
}
.flat-search__item_body .label-body .label-address {
  margin: 0.5rem 0 0 0;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.2em;
}
.flat-search__item_body input:checked + .label-body {
  border-color: var(--blue);
  opacity: 1;
  box-shadow: 0 0 10px var(--blue);
}
.flat-search__item_body input:checked + .label-body:after {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  content: 'X';
  color: var(--blue);
  font-size: 0.6em;
}
.flat-search__item_body label {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0.5rem;
  text-align: center;
}
.flat-search__item_body label img,
.flat-search__item_body label picture {
  aspect-ratio: 4/3;
  object-fit: contain;
  width: 70%;
}
.flat-search__item:nth-child(1) .flat-search__item_body {
  left: 0;
  width: 130%;
}
.flat-search__item:nth-child(2) .flat-search__item_body {
  left: 0;
}
.flat-search__item:nth-child(3) .flat-search__item_body {
  left: 0;
}
.flat-search__item:nth-child(4) .flat-search__item_body {
  left: 0;
}
.flat-search__item:hover .flat-search__item_hover {
  display: block;
}
.flat-search__submit .btn {
  border-radius: 5rem;
}
.flat__status {
  border: 1px solid var(--gray);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.8em;
  background: var(--graySuperLight);
}
.flat__status span {
  font-size: 1.1em;
}
.flat__header {
  margin: 0 0 2rem 0;
}
.flat__title {
  font-size: 2em;
  font-weight: 400;
}
.flat__subtitle {
  font-size: 0.9em;
  font-weight: 400;
  color: var(--blue);
}
.flat__investment-logo {
  text-align: center;
  margin: 0 0 2rem 0;
}
.flat__body {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--gray);
  margin: 0 0 1rem 0;
}
.flat__body-info {
  padding: 1rem;
}
.flat__infoitems {
  margin-bottom: 2rem;
}
.flat__infoitem {
  padding: 1rem 0.5rem;
  border-top: 1px solid var(--gray);
  color: var(--black);
  font-weight: 600;
}
.flat__infoitem [class*="col"]:first-child {
  color: var(--blue);
  font-weight: 400;
}
.flat__infoitem:first-child {
  border-top: none;
}
.flat__buttons {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .flat__buttons a {
    margin: 0.5rem 0;
  }
}
.flat__attribute-item {
  background: var(--grayLight);
  padding: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  min-height: 100%;
}
.flat__attribute-item-title {
  font-size: 0.8em;
  line-height: 1.1em;
}
.flat__attribute-item-icon {
  margin-bottom: 0.3rem;
}
.flat__attribute-item-icon img,
.flat__attribute-item-icon picture {
  height: 40px;
}
.flat-summary__item {
  background: var(--graySuperLight);
  padding: 0.75rem 1rem;
  text-align: center;
}
.flat-summary__item .label {
  color: var(--blue);
  font-size: 0.8em;
}
.flat-summary__item .value {
  color: var(--black);
}
.flat-variants {
  padding: 2rem 2rem;
  text-align: left;
  margin-bottom: 2rem;
  border: 1px solid var(--gray);
}
.flat-variants a {
  display: inline-block;
  margin: 0.5rem;
  padding: 1rem 2rem 1rem 5rem;
  border-radius: 0.25rem;
  background: url(../image/icons/floor.svg) no-repeat left 1.5rem center;
  background-color: var(--grayLight);
  background-size: auto 3rem;
}
.flat-variants a:hover {
  background-color: var(--gray);
}
.flat-benefits {
  border: 1px solid var(--gray);
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 0.5rem;
}
.flat-info {
  margin-bottom: 2rem;
}
.flat-info .mapster_el {
  opacity: 0.7;
}
.flat-info__image {
  width: 100%;
  height: 100%;
  background: var(--grayLight);
}
.flat-info__body {
  width: 100%;
  background: var(--graySuperLight);
  padding: 2rem 2rem;
}
.flat-info__item {
  padding: 0.5rem 1rem;
  border-top: 1px solid var(--gray);
  color: var(--black);
  font-weight: 600;
}
.flat-info__item [class*="col"]:first-child {
  color: var(--blue);
  font-weight: 400;
}
.flat-info__item:first-child {
  border-top: none;
}
.flat-info__image {
  height: 100%;
}
.flat-info__image img,
.flat-info__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-info__image-item {
  background-color: yellow;
  max-height: 100%;
}
#modal-body-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/spinner.webp) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 50% auto;
  z-index: 100;
}
#modal-body-overlay.hidden {
  display: none;
}
.flat-item {
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 5px #eee;
  padding: 1rem;
  position: relative;
}
.flat-item__image {
  margin: 0 0 1rem 0;
  position: relative;
}
.flat-item__features {
  margin: 1rem -0.25rem;
}
.flat-item__features span {
  border-radius: 0.25rem;
  background: var(--grayLight);
  padding: 0.25em 1em;
  margin: 0.25em;
  font-size: 0.7em;
  white-space: nowrap;
  display: inline-block;
}
.flat-item__status {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.95rem;
  font-weight: bold;
}
.commercial-item {
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 5px #eee;
  padding: 2rem;
  margin: 0 0 2rem 0;
}
.commercial-item a {
  display: block;
}
.commercial-item a.btn {
  display: inline-block;
}
.commercial-item .logotype {
  max-width: 200px;
  max-height: 120px;
  display: block;
  margin-bottom: 2rem;
}
.commercial-item__number {
  font-size: 1.3em;
  font-weight: 600;
}
.commercial-item__features {
  margin: 1rem 0rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray);
}
.commercial-item__features span {
  border-radius: 0.25rem;
  background: var(--grayLight);
  padding: 0.25em 1em;
  margin: 0.25em;
  font-size: 1em;
  white-space: nowrap;
  display: inline-block;
}
.commercial-item__text {
  font-size: 0.8em;
}
.commercial-item__body {
  padding-left: 2rem;
}
.people-panel {
  background: var(--navy);
  background-image: url(../image/dd.svg);
  background-repeat: no-repeat;
  background-position: top -10% left -10%;
  padding: 3rem 0;
  color: #fff;
  text-align: center;
}
.people-panel__image {
  position: relative;
  margin: 4rem;
  border-radius: 0.5em;
  overflow: hidden;
}
@media (max-width: 992px) {
  .people-panel__image {
    margin: 2rem;
  }
}
.people-panel__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.people-panel__body2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
}
.people-panel__body2 .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.people-panel__name {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1em;
  margin: 0 0 0.3em 0;
}
.people-panel__title {
  font-size: 0.9em;
  line-height: 1em;
  margin: 0 0 1em 0;
}
.people-panel__header {
  font-size: 2em;
}
@media (max-width: 768px) {
  .people-panel__header {
    font-size: 1.5rem;
  }
}
.footer {
  background: var(--navy);
  color: var(--blue);
  padding: 5rem 0 2rem 0;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer .socialmedia {
  margin-top: 2rem;
}
.footer .socialmedia a {
  color: var(--primary);
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin: 0;
  padding: 0;
}
.footer ul li a {
  display: block;
  font-size: 1.2em;
  padding: 0.2rem 0;
  color: #fff;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .label {
  margin: 0;
  padding: 0;
}
.footer .value {
  color: var(--primary);
  margin: 0;
  padding: 0;
}
.footer .copy {
  font-size: 0.8em;
}
.footer__offerinfo {
  font-size: 0.7em;
  text-align: center;
  padding: 3rem 15%;
  font-style: italic;
  opacity: 0.8;
}
.article-home {
  background: var(--graySuperLight);
  padding: 3rem 0;
}
.article-home__header {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 2rem;
}
.article-home__header a {
  text-decoration: underline;
}
.article-home__title {
  font-size: 3rem;
  line-height: 1em;
}
@media (max-width: 992px) {
  .article-home__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .article-home__title {
    font-size: 1.5rem;
  }
}
.article-item {
  position: relative;
}
.article-item__thumb {
  background: var(--grayLight);
  margin: 0 0 1rem 0;
  overflow: hidden;
}
.article-item__thumb picture,
.article-item__thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.article-item__title {
  margin: 0 0 1rem 0;
  color: var(--black);
  text-decoration: underline;
}
.article-item__lead {
  font-size: 0.8em;
  margin: 0 0 1rem 0;
  opacity: 0.8;
  display: none;
}
.article-item__logotype {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #fff;
  padding: 0.25rem 0.5rem;
}
.article-item__logotype img,
.article-item__logotype picture {
  max-height: 20px;
  max-width: 50px;
}
.article-item__date {
  color: var(--blue);
  font-size: 0.9em;
}
.aboutus {
  background: var(--navy) url(../image/aboutus.jpg) no-repeat center center;
  background-size: cover;
  padding: 6rem 0;
  color: var(--white);
  text-align: center;
}
@media (max-width: 992px) {
  .aboutus {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .aboutus {
    padding: 3rem 0;
  }
}
.aboutus__logo {
  margin: 0 0 3rem 0;
}
.aboutus__logo img {
  max-width: 200px;
}
.aboutus__header {
  font-size: 2em;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .aboutus__header {
    font-size: 1.5em;
  }
}
.aboutus__body {
  margin: 0 20%;
}
@media (max-width: 768px) {
  .aboutus__body {
    margin: 0 5%;
  }
}
.advantages {
  padding: 5rem 0;
}
.advantages__header {
  font-size: 3em;
  margin: 0 0 4rem 0;
  text-align: center;
}
.advantages__item {
  background: var(--graySuperLight);
  padding: 2rem 2rem 2rem 8rem;
  border-radius: 0.5rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left 2rem top 2rem;
  background-size: 4rem auto;
}
[class*="col"]:nth-child(1) .advantages__item {
  background-image: url(../image/icons/adv1.svg);
}
[class*="col"]:nth-child(2) .advantages__item {
  background-image: url(../image/icons/adv2.svg);
}
[class*="col"]:nth-child(3) .advantages__item {
  background-image: url(../image/icons/adv3.svg);
}
[class*="col"]:nth-child(4) .advantages__item {
  background-image: url(../image/icons/adv4.svg);
}
.contact-bar {
  background: var(--blue) url(../image/contact-bar.jpg) no-repeat center center;
  background-size: cover;
  padding: 6rem 0;
  color: var(--white);
  text-align: center;
}
.contact-bar p {
  margin: 0 30%;
  margin-bottom: 3rem;
  font-size: 1.2em;
}
.contact-bar__header {
  font-size: 3em;
  margin: 0 0 2rem 0;
}
.section-label {
  color: var(--blue2);
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1em;
  background: url(../image/octagon.svg) no-repeat left center;
  padding-left: 20px;
}
.sections {
  padding: 3rem 0;
}
.sections h1,
.sections h2,
.sections h3,
.sections h4,
.sections h5,
.sections h6 {
  font-size: 2em;
  margin: 0 0 1rem 0;
  line-height: 1em;
}
.sections img,
.sections picture {
  border-radius: 0.5rem;
}
.sections__text-image {
  padding: 3rem 0;
}
.sections__text-col {
  padding: 3rem 0;
}
.sections__text-col-image {
  margin: 0 0 1rem 0;
}
.sections__text-background {
  position: relative;
}
.sections__text-background img,
.sections__text-background picture {
  aspect-ratio: 3/1;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sections__text-background img,
  .sections__text-background picture {
    aspect-ratio: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sections__text-background-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .sections__text-background-overlay {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding: 3rem 1rem;
  }
}
.sections__text-background-overlay-100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .sections__text-background-overlay-100 {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding: 3rem 1rem;
  }
}
.sections__text-background-overlay-body {
  padding: 0 10%;
}
@media (max-width: 992px) {
  .sections__text-background-overlay-body {
    padding: 0 0rem;
  }
}
.sections__text {
  padding: 3rem 0;
}
.person-panel__item {
  padding: 3rem 0;
  border-top: 1px solid var(--gray);
  text-align: right;
}
.person-panel__item:first-child {
  border-top: none;
}
.person-panel__name {
  font-size: 2em;
}
.person-panel__title {
  font-size: 0.8em;
  margin-bottom: 2rem;
}
.person-panel__image {
  background: url(../image/person_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.person-panel__header {
  color: var(--white);
  font-size: 2.5em;
  line-height: 1em;
  margin: 0 0 3rem 0;
}
.person-panel__avatar {
  -webkit-mask-image: url(../image/d.svg);
  mask-image: url(../image/d.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  position: relative;
  z-index: 2;
}
.person-panel__avatarbody {
  position: relative;
}
.person-panel__avatarshadow {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: url(../image/d.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: 1;
}
.person-panel2 {
  padding: 5rem 0;
}
.person-panel2__image {
  position: relative;
  color: #fff;
}
.person-panel2__image img,
.person-panel2__image picture {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.5rem;
}
.person-panel2__body {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
}
.person-panel2__name {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1em;
}
.person-panel2__title {
  font-size: 0.9em;
  font-weight: 400;
}
.person-panel2__buttons {
  margin: 1rem 0 0 0;
}
.socialmedia a {
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid var(--blue);
  color: var(--blue);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
}
.socialmedia a:hover {
  background: transparent;
  border-color: var(--primary);
}
header.-home .socialmedia a {
  color: #fff;
  border-color: #fff;
}
.video {
  position: relative;
  z-index: 1;
  top: -150px;
  margin-bottom: -120px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.video video {
  aspect-ratio: 2/1;
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}
@media (max-width: 1200px) {
  .video video {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 992px) {
  .video video {
    aspect-ratio: 3/4;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .video video {
    aspect-ratio: 1/2;
  }
}
.video__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 42, 59, 0.8);
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.video__text1 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .video__text1 {
    font-size: 4rem;
    line-height: 0.9em;
  }
}
@media (max-width: 768px) {
  .video__text1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.video__text2 {
  font-size: 3rem;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .video__text2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .video__text2 {
    font-size: 1.5rem;
  }
}
.rotator {
  position: relative;
  z-index: 1;
  top: -150px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: -150px;
}
.rotator__image {
  background: var(--navy);
}
.rotator__image img,
.rotator__image picture {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  opacity: 0.7;
}
.rotator__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.rotator__title {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1em;
  width: 50vw;
}
.rotator__text {
  margin: 2rem 0 0 0;
  font-size: 2vw;
  line-height: 1em;
  width: 50vw;
}
.about-hero {
  background: url(../image/aboutus-bg.jpg) no-repeat center center;
  background-size: cover;
  color: var(--white);
  padding: 5rem 0;
  font-size: 1.2em;
}
.about-hero h1,
.about-hero h2,
.about-hero h3,
.about-hero h4,
.about-hero h5,
.about-hero h6 {
  font-size: 2.5em;
  padding: 0;
  margin: 0 0 2rem 0;
}
.about-hero__body {
  margin: 0 50% 0 0;
}
.about-panel {
  padding: 4rem 0;
}
.about-panel__body h1,
.about-panel__body h2,
.about-panel__body h3,
.about-panel__body h4,
.about-panel__body h5,
.about-panel__body h6 {
  font-size: 2em;
  padding: 0;
  margin: 0 0 2rem 0;
}
.about-panel img,
.about-panel picture {
  border-radius: 1rem;
}
.about-panel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.about-panel ul li {
  background: url(../image/ctick.svg) no-repeat left top;
  padding: 0 0 1.5rem 3rem;
}
.about-panel-g {
  background: var(--graySuperLight);
}
.about-panel-w {
  background: var(--graySuperLight);
  padding: 5rem 0;
  text-align: center;
}
.about-panel-w h1,
.about-panel-w h2,
.about-panel-w h3,
.about-panel-w h4,
.about-panel-w h5,
.about-panel-w h6 {
  font-size: 2em;
  padding: 0;
  margin: 0 0 2rem 0;
}
.about-panel-w__body {
  margin: 0 20%;
}
.about-panel-w__bodyr {
  background: var(--white);
  padding: 2rem;
  border-radius: 0.5rem;
  min-height: 100%;
}
.about-panel-w__bodyi {
  margin: 0 0 2rem 0;
}
.contact2 {
  background: var(--grayLight);
  padding: 5rem 0;
  margin: 0 0 0 0;
  text-align: center;
}
.contact2 h1,
.contact2 h2,
.contact2 h3,
.contact2 h4,
.contact2 h5 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 1rem 0;
}
.contact2__icon {
  font-size: 2rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 2em;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.contact {
  background: var(--graySuperLight);
  padding: 5rem 0;
  margin: 0 0 5rem 0;
}
.contact__header {
  margin: 0 0 3rem 0;
}
.contact__header p {
  margin: 0;
}
.contact__header h1,
.contact__header h2,
.contact__header h3,
.contact__header h4,
.contact__header h5 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}
.contact__address h1,
.contact__address h2,
.contact__address h3,
.contact__address h4,
.contact__address h5 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
}
.contact__openhours {
  border-top: 1px solid var(--gray);
  padding-top: 1rem;
  width: 80%;
}
.contact-form {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  margin: -7rem 0 -9rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.contact-form .form-label {
  font-size: 0.8em;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  background: var(--graySuperLight);
}
.contact-form .rules .input-group {
  position: relative;
}
.contact-form .rules input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form .rules label {
  padding-left: 30px;
  font-size: 0.8em;
}
.contact-form .rules label p {
  margin: 0;
}
.contact-form .form-error-label {
  color: var(--red);
  padding: 0.5rem;
  font-size: 0.8em;
}
.contact-form__submit {
  text-align: center;
  padding: 5rem 0;
}
.contact-form__submit p {
  margin: 0;
  font-size: 1.5em;
}
.search__investment-header {
  border-bottom: 1px solid var(--gray);
  padding: 0 0 1rem 0;
  margin: 0;
}
.search__investment-param {
  background: var(--graySuperLight);
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
}
.search__investment-param span.label {
  display: block;
  font-size: 0.7em;
  margin: 0 0 0.25rem 0;
  font-weight: 400;
}
.search__flats {
  margin: 0 0 4rem 0;
  background: var(--graySuperLight);
  padding: 1rem;
}
.youtubeEmbed {
  aspect-ratio: 16/9;
  width: 100%;
}
.investment-video {
  padding: 5rem 0;
  background: var(--navy);
  color: var(--white);
}
.investment-video__header {
  text-align: center;
  margin: 0 0 2rem 0;
}
.mapster_tooltip {
  border: 2px solid var(--gray) !important;
  padding: 1rem !important;
  background: #ffffff !important;
  opacity: 1 !important;
  min-width: 250px;
  font-size: 0.8em;
}
.mapster_tooltip .image {
  margin-bottom: 0.5rem;
}
.mapster_tooltip .image img {
  width: 200px;
  height: 150px;
}
.mapster_tooltip .label {
  color: var(--blue);
}
.mapster_tooltip .row {
  margin-top: 0.25rem;
}
.article {
  padding: 4rem 0;
}
.article__photo {
  text-align: center;
  padding: 1rem;
}
.article__photo img,
.article__photo picture {
  max-width: 100%;
}
.article__phototitle {
  font-size: 0.8em;
  padding: 0.5rem 0;
}
.map-places {
  padding: 3rem 0;
}
.map-places #map {
  height: 100%;
  min-height: 50vh;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.map-places__body {
  padding: 3rem 2rem;
}
.map-places__item {
  border: 1px solid #F0F4F9;
  background: rgba(240, 244, 249, 0.2);
  padding: 0.5rem;
  border-radius: 0.5rem;
  min-height: 100%;
}
.map-places__title {
  color: var(--navy);
  font-size: 0.7em;
  margin-top: 0.3rem;
}
.map-places__distance {
  font-style: italic;
  display: inline-block;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8em;
}
.map-places__header {
  margin: 0 0 2rem 0;
  font-size: 1.4em;
}
.commercial-index {
  padding: 0 0 4rem 0;
}
.commercial-index__body {
  padding: 2rem 0 ;
}
.show-contact-btn {
  margin-bottom: 10px;
}
.contact-info {
  display: none;
}
.show-phone-btn,
.show-email-btn {
  margin-bottom: 10px;
  background-color: #F2B04E;
  color: black;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.phone-info,
.email-info {
  display: none;
}
.price-simple {
  color: var(--blue);
  transition: all 0.3s ease;
}
.price-simple:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.price-simple .price-simple__value {
  font-weight: 600;
}
.text-blue {
  color: var(--blue);
}
.small-font {
  font-size: 0.8rem !important;
}
.micro-font {
  font-size: 0.6rem !important;
}
/*# sourceMappingURL=style.css.map */