.style-title {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
}
.style-title > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.style-title > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body {
  background-color: #fff;
  padding-top: 50px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  padding: 0;
  margin: 0;
}
/*
Block : Herobanner
*/
.herobanner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: max-content 1fr;
  background: #fff;
}
.herobanner__brand {
  grid-column: 1;
  grid-row: 1;
  padding: 10%;
  padding-bottom: 0;
  box-sizing: border-box;
}
.herobanner__languagemenu {
  position: relative;
  display: inline-block;
  margin-bottom: 1vw;
}
.herobanner__languagetoggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.herobanner__flag {
  display: block;
  width: 3vw;
  min-width: 20px;
  height: auto;
}
.herobanner__languagecaret {
  display: block;
  width: 12px;
  height: auto;
}
.herobanner__languagelist {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.herobanner__languagemenu--open .herobanner__languagelist {
  display: grid;
  gap: 6px;
}
.herobanner__languageitem {
  display: block;
  padding: 0;
}
.herobanner__languageitem:hover,
.herobanner__languageitem:focus {
  opacity: 0.7;
}
.herobanner__logo {
  display: block;
  width: 50%;
  max-width: 100%;
}
.herobanner__body {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  height: 100%;
  padding: 10%;
  box-sizing: border-box;
}
.herobanner__title {
  margin: 0 0 30px;
  color: var(--text-color);
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.08;
}
.herobanner__location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.3;
}
.herobanner__mapmarker {
  display: block;
  width: 15px;
  height: 20px;
  flex: 0 0 auto;
}
.herobanner__metas {
  display: block;
}
.herobanner__peb {
  display: block;
  width: 40%;
  min-width: 100px;
}
.herobanner__mobileprice {
  display: none;
}
.herobanner__visual {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin-bottom: -170px;
}
.herobanner__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.herobanner__reference {
  position: absolute;
  top: 5px;
  right: 0;
  min-width: 80px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.herobanner__status {
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
.herobanner__status::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: #fff;
  vertical-align: -1px;
}
.herobanner__ref {
  padding: 10px;
  color: var(--primary-color);
  font-size: 11px;
  line-height: 1;
}
.herobanner__type {
  padding: 10px;
  background: #eee;
  color: var(--text-color);
  font-size: 11px;
  line-height: 1;
}
@media (max-width: 800px) {
  .herobanner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .herobanner__brand {
    grid-column: 1;
    grid-row: 1;
    padding: 5%;
  }
  .herobanner__languagemenu {
    margin-bottom: 0;
    float: right;
  }
  .herobanner__logo {
    width: 30%;
    min-width: 100px;
  }
  .herobanner__body {
    grid-column: 1;
    grid-row: 3;
    align-self: auto;
    height: auto;
    padding: 5%;
  }
  .herobanner__visual {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
  }
  .herobanner__title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
  }
  .herobanner__location {
    margin-bottom: 36px;
    justify-content: center;
    font-size: 15px;
  }
  .herobanner__peb {
    width: 100px;
    min-width: 0;
  }
  .herobanner__metas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .herobanner__mobileprice {
    display: block;
    text-align: left;
  }
  .herobanner__mobilepricevalue {
    color: var(--text-color);
    font-size: 42px;
    line-height: 1;
    white-space: nowrap;
  }
  .herobanner__mobilepricecurrency {
    color: var(--primary-color);
  }
  .herobanner__mobilepricelabel {
    margin-top: 5px;
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 450px) {
  .herobanner__visual {
    height: 100vw;
  }
}
/*
Block : ImportantsInfosBar
*/
.importantsinfosbar {
  display: flex;
  align-items: center;
  height: 170px;
  padding: 0 5%;
  box-sizing: border-box;
  background: rgba(238, 238, 238, 0.6);
  backdrop-filter: blur(16px);
  box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.12);
}
.importantsinfosbar__features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  font-size: 9px;
}
.importantsinfosbar__feature {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1em;
}
.importantsinfosbar__icon {
  display: block;
  width: 6em;
  height: 6em;
  color: var(--primary-color);
}
.importantsinfosbar__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.importantsinfosbar__icon svg * {
  fill: currentColor;
}
.importantsinfosbar__value {
  color: var(--text-color);
  font-size: 4em;
  line-height: 1;
  white-space: nowrap;
  font-weight: 400;
}
.importantsinfosbar__desktopprice {
  text-align: left;
  margin-left: 10vw;
}
.importantsinfosbar__desktoppricelabel {
  margin-bottom: 8px;
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.2;
}
.importantsinfosbar__desktoppricevalue {
  color: var(--text-color);
  font-size: 42px;
  line-height: 1;
  white-space: nowrap;
}
.importantsinfosbar__desktoppricecurrency {
  color: var(--primary-color);
}
@media screen and (max-width: 1140px) {
  .importantsinfosbar__features {
    font-size: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .importantsinfosbar__features {
    font-size: 7px;
  }
}
@media (max-width: 800px) {
  .importantsinfosbar {
    height: auto;
    padding: 5%;
    flex-direction: column;
    align-items: stretch;
    background: #eee;
    box-shadow: none;
  }
  .importantsinfosbar__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-size: 1vw;
  }
  .importantsinfosbar__feature {
    justify-content: center;
    gap: 8px;
    min-width: 78px;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid var(--primary-color);
  }
  .importantsinfosbar__desktopprice {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .importantsinfosbar__features {
    font-size: 5px;
  }
}
/*
Block : AskVisit
*/
.askvisit {
  padding: 30px 5%;
  box-sizing: border-box;
}
.askvisit__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.askvisit__text {
  margin: 0;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.2;
}
.askvisit__button {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 2px;
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.askvisit__button:hover,
.askvisit__button:focus {
  background: var(--primary-color-dark);
}
@media (max-width: 800px) {
  .askvisit {
    padding: 18px 5% 28px;
    background: #eee;
  }
  .askvisit__inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
/*
Block : DescriptiveText
*/
.descriptivetext {
  padding: 90px 0;
  max-width: 1280px;
  box-sizing: border-box;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.45;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.descriptivetext p {
  margin: 0 0 24px;
}
.descriptivetext p:last-child {
  margin-bottom: 0;
}
.descriptivetext strong {
  font-weight: 700;
}
@media (max-width: 800px) {
  .descriptivetext {
    padding: 30px 0;
  }
}
/*
Block : PhotoGallery
*/
.photogallery {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
}
.photogallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
  padding: 18px;
  background: #eee;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}
.photogallery__item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #ddd;
}
.photogallery__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.photogallery__item:hover .photogallery__image,
.photogallery__item:focus .photogallery__image {
  transform: scale(1.04);
  opacity: 0.9;
}
.photogallery__caption {
  display: none;
}
.lg-sub-html .photogallery__caption {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
}
.lg-sub-html .photogallery__captiontitle {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.lg-sub-html .photogallery__captiondata {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 8px;
  justify-content: center;
}
.lg-sub-html .photogallery__captionitem {
  display: grid;
  gap: 3px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  line-height: 1.2;
}
.lg-sub-html .photogallery__captionitem strong {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}
.lg-sub-html .photogallery__captionitem span {
  color: #fff;
}
@media (max-width: 800px) {
  .photogallery {
    margin-bottom: 60px;
  }
  .photogallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 38vw;
    gap: 10px;
    padding: 12px;
  }
  .lg-sub-html .photogallery__captiondata {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*
Block : Compositions
*/
.compositions {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
  color: var(--text-color);
}
.compositions__maintitle {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
  margin-bottom: 45px;
}
.compositions__maintitle > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.compositions__maintitle > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.compositions__stats {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 90px;
  margin-bottom: 44px;
}
.compositions__stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.compositions__staticon {
  display: block;
  width: 58px;
  height: 58px;
  color: var(--primary-color);
}
.compositions__staticon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.compositions__staticon svg * {
  fill: currentColor;
}
.compositions__statvalue {
  color: var(--text-color);
  font-size: 40px;
  line-height: 1;
}
.compositions__statvalue span {
  color: var(--primary-color);
}
.compositions__statvalue sup {
  font-size: 0.55em;
}
.compositions__statlabel {
  grid-column: 1 / span 2;
  margin-top: 8px;
  color: #687087;
  font-size: 14px;
  line-height: 1.2;
}
.compositions__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  max-width: 1000px;
  margin: 0 auto;
}
.compositions__sectionhead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.compositions__sectionicon {
  display: block;
  width: 65px;
  height: 65px;
  color: var(--primary-color);
}
.compositions__sectionicon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.compositions__sectionicon svg * {
  fill: currentColor;
}
.compositions__sectiontitle {
  margin: 0 0 4px;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.compositions__sectiontitle span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--primary-color);
}
.compositions__cards {
  display: grid;
  gap: 8px;
}
.compositions__card {
  display: grid;
  grid-template-columns: minmax(100px, auto) 1fr;
  gap: 10px;
  padding: 16px 18px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  color: #263041;
  font-size: 14px;
  line-height: 1.5;
}
.compositions__card--compact {
  grid-template-columns: auto 1fr;
  align-items: center;
}
.compositions__cardtitle {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.compositions__cardtext {
  color: var(--text-color);
  line-height: 1.5;
}
.compositions__list sup {
  font-size: 0.65em;
}
.compositions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-color);
}
@media (max-width: 800px) {
  .compositions {
    margin-bottom: 60px;
  }
  .compositions__maintitle {
    margin-bottom: 30px;
  }
  .compositions__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 32px;
  }
  .compositions__stat {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 14px 8px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    text-align: center;
  }
  .compositions__staticon {
    width: 42px;
    height: 42px;
  }
  .compositions__statvalue {
    font-size: 28px;
  }
  .compositions__statlabel {
    grid-column: 1 / span 2;
    margin-top: 6px;
    font-size: 12px;
  }
  .compositions__columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .compositions__sectionhead {
    margin-bottom: 18px;
  }
  .compositions__card {
    grid-template-columns: minmax(100px, auto) 1fr;
    gap: 10px;
    padding: 16px;
  }
  .compositions__card--compact {
    grid-template-columns: minmax(100px, auto) 1fr;
  }
}
/*
SVG Map components
*/
.room_element {
  fill: transparent;
  fill-opacity: 0.3;
  stroke: none;
  cursor: pointer;
}
.room_element.selected {
  fill: pink;
}
.room_element:hover {
  fill: var(--primary-color);
}
/* .room_name {
fill: #fff;
cursor: pointer;
}
.room_name:active {
fill: var(--primary-color);
} */
/* path:first-child {
	fill: #eee !important;
	stroke: none !important;
} */
/*
Block : Booklet
*/
.booklet {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
}
.booklet__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 220px;
  padding: 38px 54px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  overflow: hidden;
}
.booklet__content {
  max-width: 680px;
}
.booklet__text {
  margin: 0 0 24px;
  color: #fff;
  line-height: 1.35;
}
.booklet__lead {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.booklet__subtext {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}
.booklet__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  background: #fff;
  border: 0;
  border-radius: 3px;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.booklet__button:hover,
.booklet__button:focus {
  color: var(--primary-color-dark);
  opacity: 0.9;
}
.booklet__image {
  display: block;
  width: 40%;
  max-width: 500px;
  height: auto;
}
.booklet__modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
.booklet__modal--open {
  display: flex;
}
.booklet__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.booklet__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 48px);
  padding: 34px;
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
}
.booklet__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-color);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.booklet__close:hover,
.booklet__close:focus {
  color: var(--primary-color);
}
.booklet__modaltitle {
  margin: 0;
  color: var(--text-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.booklet__modalsubtitle {
  margin: 6px 0 26px;
  color: #687087;
  font-size: 14px;
  line-height: 1.3;
}
.booklet__form {
  display: grid;
  gap: 18px;
}
.booklet__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.booklet__field {
  display: grid;
  gap: 7px;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.2;
}
.booklet__field input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--text-color);
  font: inherit;
}
.booklet__field input:focus {
  outline: none;
  border-color: var(--primary-color);
}
.booklet__checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: #4d5563;
  font-size: 13px;
  line-height: 1.4;
}
.booklet__checkbox input {
  margin-top: 2px;
  accent-color: var(--primary-color);
}
.booklet__submit {
  justify-self: start;
  padding: 13px 22px;
  border: 0;
  border-radius: 3px;
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.booklet__submit:hover,
.booklet__submit:focus {
  background: var(--primary-color-dark);
}
.is-booklet-modal-open {
  overflow: hidden;
}
@media (max-width: 800px) {
  .booklet {
    margin-bottom: 60px;
  }
  .booklet__inner {
    flex-direction: column;
    align-items: center;
    gap: 26px;
    min-height: 0;
    padding: 30px 22px 0;
    text-align: center;
  }
  .booklet__content {
    max-width: none;
  }
  .booklet__text {
    line-height: 1.3;
  }
  .booklet__lead {
    font-size: 22px;
  }
  .booklet__subtext {
    font-size: 14px;
  }
  .booklet__button {
    width: 100%;
    box-sizing: border-box;
  }
  .booklet__image {
    width: 90%;
  }
  .booklet__dialog {
    padding: 28px 20px;
  }
  .booklet__modaltitle {
    font-size: 24px;
  }
  .booklet__fields {
    grid-template-columns: 1fr;
  }
  .booklet__submit {
    width: 100%;
  }
}
/*
Block : Mapgallery
*/
.mapgallery {
  max-width: 1280px;
  width: 90%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}
.mapgallery__maintitle {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}
.mapgallery__maintitle > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.mapgallery__maintitle > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.mapgallery__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.mapgallery__map,
.mapgallery__gallery {
  position: relative;
  z-index: 1;
}
.mapgallery__map {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mapgallery__map svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mapgallery__floortabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}
.mapgallery__floortab {
  display: inline-block;
  padding: 9px 14px;
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
}
.mapgallery__floortab:hover {
  background: var(--primary-color-dark);
}
.mapgallery__floortab--active {
  background: #fff;
  color: var(--primary-color);
}
.mapgallery__floortab--active:hover {
  background: #fff;
  color: var(--primary-color-dark);
}
.mapgallery__roomtarget {
  position: relative;
  top: -20px;
}
.mapgallery__roomtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin: 0 0 28px;
  align-items: center;
}
.mapgallery__roomtab {
  display: inline-block;
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
.mapgallery__roomtab:hover {
  color: var(--primary-color);
}
.mapgallery__roomtab--active {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.mapgallery__roomdata {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 8px;
  margin: 0 0 28px;
}
.mapgallery__datacard {
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mapgallery__datacard--surface {
  grid-row: span 2;
}
.mapgallery__dataicon {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 5px;
  color: var(--primary-color);
}
.mapgallery__dataicon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mapgallery__dataicon svg * {
  fill: currentColor;
}
.mapgallery__datacard:not(.mapgallery__datacard--surface) {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.mapgallery__datacard:not(.mapgallery__datacard--surface) .mapgallery__dataicon {
  justify-self: end;
  margin: 0 6px 5px 0;
  width: 32px;
  height: 32px;
}
.mapgallery__datacard:not(.mapgallery__datacard--surface) .mapgallery__datavalue {
  grid-column: 1 / span 2;
}
.mapgallery__datalabel {
  margin-bottom: 5px;
  color: #687087;
  font-size: 14px;
  line-height: 1.2;
}
.mapgallery__datacard--surface .mapgallery__datalabel {
  text-align: center;
}
.mapgallery__datavalue {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
}
.mapgallery__datacard--surface .mapgallery__datavalue span {
  font-size: 2em;
}
.mapgallery__datavalue small {
  margin-left: 1px;
  color: var(--primary-color);
  font-weight: normal;
  font-size: 1em;
}
.mapgallery__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mapgallery__photos a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
}
.mapgallery__photos img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .mapgallery__columns {
    grid-template-columns: 1fr;
  }
}
/*
Block : Exterior
*/
.exterior {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
}
.exterior__maintitle {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
  margin-bottom: 42px;
}
.exterior__maintitle > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.exterior__maintitle > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.exterior__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 36px;
}
.exterior__stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.exterior__staticon {
  display: block;
  width: 42px;
  height: 42px;
  grid-row: 1;
  color: var(--primary-color);
}
.exterior__staticon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.exterior__staticon svg * {
  fill: currentColor;
}
.exterior__statvalue {
  color: var(--text-color);
  font-size: 34px;
  line-height: 1;
}
.exterior__statvalue span {
  color: var(--primary-color);
}
.exterior__statvalue sup {
  font-size: 0.55em;
}
.exterior__statlabel {
  grid-column: 1 / span 2;
  margin-top: 12px;
  color: #687087;
  font-size: 14px;
  line-height: 1.2;
}
.exterior__cards {
  display: grid;
  gap: 10px;
}
.exterior__card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 20px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.exterior__cardicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
  color: var(--primary-color);
}
.exterior__cardicon svg {
  display: block;
  width: 34px;
  height: 34px;
}
.exterior__cardicon svg * {
  fill: currentColor;
}
.exterior__cardtitle {
  margin: 0 0 18px;
  color: var(--text-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.exterior__cardtitle span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--primary-color);
}
.exterior__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 90px;
}
.exterior__item {
  display: grid;
  grid-template-columns: minmax(140px, auto) 1fr;
  align-items: center;
  gap: 4px;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.25;
}
.exterior__itemvalue {
  justify-self: start;
}
@media (max-width: 800px) {
  .exterior {
    margin-bottom: 60px;
  }
  .exterior__maintitle {
    margin-bottom: 30px;
  }
  .exterior__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 28px;
  }
  .exterior__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 8px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    text-align: center;
  }
  .exterior__staticon {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
  }
  .exterior__statlabel {
    grid-column: auto;
    order: 2;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .exterior__statvalue {
    order: 3;
    font-size: 26px;
  }
  .exterior__card {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 18px;
  }
  .exterior__cardcontent {
    display: contents;
  }
  .exterior__cardtitle {
    align-self: center;
    margin-bottom: 0;
  }
  .exterior__items {
    grid-column: 1 / span 2;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .exterior__item {
    grid-template-columns: minmax(130px, auto) 1fr;
  }
}
/*
Block : Energy
*/
.energy {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
}
.energy__maintitle {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
  margin-bottom: 45px;
}
.energy__maintitle > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.energy__maintitle > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.energy__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
}
.energy__chart,
.energy__consumption,
.energy__notice,
.energy__features {
  background: #eee;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.energy__chart {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  padding: 22px;
}
.energy__chartimage {
  display: block;
  max-width: 80%;
  max-height: 47px;
  height: auto;
}
.energy__consumption {
  padding: 22px;
}
.energy__subtitle {
  margin: 0 0 14px;
  color: var(--text-color);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.energy__value {
  display: inline-block;
  padding: 30px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1.1;
}
.energy__value sup {
  font-size: 0.55em;
}
.energy__notice {
  position: relative;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  background: #fff;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.5;
}
.energy__notice::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  opacity: 0.12;
  pointer-events: none;
}
.energy__notice span {
  position: relative;
  z-index: 1;
}
.energy__features {
  grid-column: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 28px 32px;
}
.energy__feature {
  text-align: center;
}
.energy__icon {
  display: block;
  width: 80px;
  height: 80px;
  padding: 8px;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: var(--primary-color);
}
.energy__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.energy__icon svg * {
  fill: currentColor;
}
.energy__label {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 800px) {
  .energy {
    margin-bottom: 60px;
  }
  .energy__maintitle {
    margin-bottom: 30px;
  }
  .energy__content {
    grid-template-columns: 1fr 1fr;
  }
  .energy__chart {
    grid-row: auto;
  }
  .energy__chartimage {
    max-width: 200px;
    width: 100%;
    max-height: 47px;
  }
  .energy__subtitle {
    font-size: 18px;
    text-align: center;
  }
  .energy__value {
    padding: 20px;
    font-size: 20px;
    text-align: center;
  }
  .energy__notice {
    grid-column: 1 / span 2;
  }
  .energy__features {
    grid-column: 1 / span 2;
    grid-template-columns: repeat(3, 1fr);
    padding: 24px;
    background: none;
    box-shadow: none;
    border: none;
  }
}
@media screen and (max-width: 520px) {
  .energy__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*
Block : Technical
*/
.technical {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
}
.technical__maintitle {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
  margin-bottom: 42px;
}
.technical__maintitle > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.technical__maintitle > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.technical__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 38px;
}
.technical__stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.technical__staticon {
  display: block;
  width: 46px;
  height: 46px;
  color: var(--primary-color);
}
.technical__staticon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.technical__staticon svg * {
  fill: currentColor;
}
.technical__statvalue {
  color: var(--text-color);
  font-size: 30px;
  line-height: 1;
}
.technical__statlabel {
  grid-column: 1 / span 2;
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  line-height: 1.2;
}
.technical__notice {
  position: relative;
  padding: 22px;
  margin-bottom: 34px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
.technical__notice::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  opacity: 0.12;
  pointer-events: none;
}
.technical__notice > * {
  position: relative;
  z-index: 1;
}
.technical__noticehead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.technical__noticeicon {
  display: block;
  width: 48px;
  height: 48px;
  color: var(--primary-color);
}
.technical__noticeicon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.technical__noticeicon svg * {
  fill: currentColor;
}
.technical__noticetitle {
  margin: 0;
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.technical__noticetitle span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--primary-color);
}
.technical__noticetext {
  margin: 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.55;
}
.technical__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.technical__card {
  padding: 16px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.technical__cardhead {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.technical__cardicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
  flex: 0 0 auto;
  color: var(--primary-color);
}
.technical__cardicon svg {
  display: block;
  width: 34px;
  height: 34px;
}
.technical__cardicon svg * {
  fill: currentColor;
}
.technical__cardtitle {
  margin: 0;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.technical__cardtitle span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--primary-color);
}
.technical__list {
  margin: 0;
  padding: 0 0 0 60px;
  list-style: none;
  font-size: 13px;
  line-height: 1.55;
}
.technical__list li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: var(--text-color);
}
.technical__listicon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--primary-color);
}
.technical__listicon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.technical__listicon svg * {
  fill: currentColor;
}
@media (max-width: 800px) {
  .technical {
    margin-bottom: 60px;
  }
  .technical__maintitle {
    margin-bottom: 30px;
  }
  .technical__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 28px;
  }
  .technical__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    text-align: center;
  }
  .technical__staticon {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }
  .technical__statlabel {
    grid-column: auto;
    order: 2;
    margin-top: 0;
    margin-bottom: 10px;
    color: #687087;
    font-size: 14px;
  }
  .technical__statvalue {
    order: 3;
    font-size: 16px;
  }
  .technical__notice {
    padding: 18px;
  }
  .technical__cards {
    grid-template-columns: 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*
Block : Poi
*/
.poi {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
}
.poi__maintitle {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}
.poi__maintitle > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.poi__maintitle > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.poi__mapwrap {
  height: 30vw;
  min-height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.poi__map {
  width: 100%;
  height: 100%;
}
.poi__content {
  box-sizing: border-box;
  color: var(--text-color);
}
.poi__highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
.poi__highlight {
  padding: 0 18px 18px 0;
}
.poi__highlight:last-child {
  padding-right: 0;
}
.poi__highlightmain {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.poi__highlighticon {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: var(--primary-color);
}
.poi__highlighticon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.poi__highlighticon svg * {
  fill: currentColor;
}
.poi__highlightvalue {
  display: block;
  color: var(--text-color);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.poi__highlightunit {
  color: var(--primary-color);
}
.poi__highlightlabel {
  color: #667085;
  font-size: 14px;
}
.poi__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.poi__card {
  padding: 18px;
  background: #eee;
  border: 1px solid #f1d5d8;
  border-radius: 8px;
}
.poi__card--wide {
  grid-column: 1 / span 2;
}
.poi__cardhead {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.poi__cardicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
  color: var(--primary-color);
}
.poi__cardicon svg {
  display: block;
  width: 40px;
  height: 40px;
}
.poi__cardicon svg * {
  fill: currentColor;
}
.poi__cardicon--mobility {
  border-color: #b9d92f;
}
.poi__cardicon--school {
  border-color: #00a7ff;
}
.poi__cardicon--interest {
  border-color: #b05ad9;
}
.poi__cardtitle {
  margin: 0;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.poi__cardmeta {
  align-self: start;
  color: #aaa;
  font-size: 14px;
  line-height: 1.2;
}
.poi__empty {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.poi__listtable {
  display: grid;
  gap: 6px;
  font-size: 14px;
}
.poi__listtable--twocolumns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
  display: block;
}
.poi__listtable--twocolumns .poi__listrow {
  margin-bottom: 6px;
}
.poi__listrow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.poi__listcell {
  padding: 8px 10px;
  background: #fff;
  border-top: 1px solid #f1d5d8;
  border-bottom: 1px solid #f1d5d8;
}
.poi__listcell--name {
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 1px solid #f1d5d8;
  border-radius: 18px 0 0 18px;
}
.poi__listcell--distance {
  border-right: 1px solid #f1d5d8;
  border-radius: 0 18px 18px 0;
  color: var(--primary-color);
  text-align: right;
  white-space: nowrap;
}
.poi__rowmarker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
  flex: 0 0 auto;
  color: var(--primary-color);
}
.poi__rowmarker svg {
  display: block;
  width: 17px;
  height: 17px;
}
.poi__rowmarker svg * {
  fill: currentColor;
  stroke: currentColor;
}
.poi__rowmarker--1 {
  border-color: #ff2f3f;
}
.poi__rowmarker--2 {
  border-color: #b9d92f;
}
.poi__rowmarker--3 {
  border-color: #b05ad9;
}
.poi__rowmarker--4 {
  border-color: #f2dff6;
}
.poi__rowmarker--5 {
  border-color: #e98598;
}
.poi__rowmarker--6 {
  border-color: #7a008e;
}
@media (max-width: 800px) {
  .poi {
    margin-bottom: 60px;
  }
  .poi__mapwrap {
    height: 420px;
  }
  .poi__content {
    padding: 18px;
  }
  .poi__highlights {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 28px;
  }
  .poi__highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 8px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    text-align: center;
  }
  .poi__highlightmain {
    display: contents;
  }
  .poi__highlighticon {
    order: 1;
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
  }
  .poi__highlightlabel {
    order: 2;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.2;
  }
  .poi__highlightvalue {
    order: 3;
    font-size: 26px;
  }
  .poi__cards {
    grid-template-columns: 1fr;
  }
  .poi__card {
    margin-bottom: 14px;
  }
  .poi__card--wide {
    grid-column: auto;
  }
  .poi__listtable--twocolumns {
    -moz-column-count: 1;
         column-count: 1;
  }
}
/*
Block : Contact
*/
.contact {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 90px;
  text-align: center;
}
.contact__maintitle {
  font-size: 36px;
  color: var(--text-color);
  position: relative;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  margin: 0 0 30px;
}
.contact__maintitle > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.contact__maintitle > span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.contact__subtitle {
  margin: 0 0 14px;
  color: var(--text-color);
  font-size: 30px;
  line-height: 1.2;
}
.contact__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 620px;
  margin: 0 auto;
  padding: 44px 36px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.contact__logo {
  display: block;
  width: 215px;
  height: auto;
}
.contact__links {
  display: grid;
  gap: 18px;
  text-align: left;
}
.contact__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--primary-color);
  font-size: 30px;
  line-height: 1.1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
.contact__link:hover,
.contact__link:focus {
  color: var(--primary-color-dark);
}
@media (max-width: 800px) {
  .contact {
    margin-bottom: 60px;
  }
  .contact__maintitle {
    margin-bottom: 24px;
  }
  .contact__subtitle {
    font-size: 24px;
  }
  .contact__card {
    flex-direction: column;
    gap: 28px;
    padding: 32px 22px;
  }
  .contact__logo {
    width: 200px;
  }
  .contact__links {
    text-align: center;
  }
  .contact__link {
    font-size: 24px;
  }
}
/*
Block : Footer
*/
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  padding: 0 8%;
  box-sizing: border-box;
  background: #292d32;
}
.footer__logo {
  display: block;
  width: 180px;
  height: auto;
}
.footer__poweredby {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.2s ease;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.footer__poweredby:hover,
.footer__poweredby:focus {
  opacity: 0.7;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer__social {
  display: block;
  width: 34px;
  height: 34px;
  transition: opacity 0.2s ease;
}
.footer__social:hover,
.footer__social:focus {
  opacity: 0.7;
}
.footer__social img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  .footer {
    height: 110px;
    padding: 0 30px;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__socials {
    gap: 18px;
  }
  .footer__social {
    width: 34px;
    height: 34px;
  }
  .footer__poweredby {
    font-size: 14px;
  }
}

