html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type='number'] {
  -moz-appearance: textfield;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  margin: 0;
}
a:focus {
  outline: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
[disabled] {
  cursor: default;
}
@media (-webkit-min-device-pixel-ratio: 0) {
}
.u-align-top {
  vertical-align: top;
}
.u-align-middle {
  vertical-align: middle;
}
.u-align-bottom {
  vertical-align: bottom;
}
.u-clearfix:before,
.u-clearfix:after {
  content: '';
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-ctx {
  display: table-cell;
}
.u-ctx:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: xx-large;
  content: ' x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ';
}
.u-pull-left {
  float: left;
}
.u-pull-right {
  float: right;
}
.u-vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.u-font-sm {
  font-size: 0.777777777777778rem;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mt-0 {
  margin-top: 0;
}
.u-mb-1 {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .u-pt--xxxl {
    padding-top: calc((100vw / 1920 * (150 * 0.5625)) + (100vh / 1080 * (150 * 0.4375)));
  }
  .u-pb--lg {
    padding-bottom: calc((100vw / 1920 * (90 * 0.5625)) + (100vh / 1080 * (90 * 0.4375)));
  }
  .u-pl--sm {
    padding-left: calc((100vw / 1920 * (30 * 0.5625)) + (100vh / 1080 * (30 * 0.4375)));
  }
  .u-pl--xl {
    padding-left: calc((100vw / 1920 * (90 * 0.5625)) + (100vh / 1080 * (90 * 0.4375)));
  }
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-text-justify {
  text-align: justify;
}
.u-text-nowrap {
  white-space: nowrap;
}
.u-text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.u-text-lowercase {
  text-transform: lowercase;
}
.u-text-uppercase {
  text-transform: uppercase;
}
.u-text-capitalize {
  text-transform: capitalize;
}
.u-text-transform-none {
  text-transform: none;
}
.u-font-light {
  font-weight: 300;
}
.u-font-regular {
  font-weight: normal;
}
.u-font-medium {
  font-weight: 500;
}
.u-font-bold {
  font-weight: bold;
}
.u-font-italic {
  font-style: italic;
}
.u-decoration-none {
  text-decoration: none;
}
.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-decoration: none;
}
.u-color-white {
  color: #fff;
}
.u-color-green-title {
  color: #006561;
}
.u-hide {
  display: none;
}
@media (min-width: 360px) {
  .u-hide\@sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-hide\@md {
    display: none;
  }
}
@media (min-width: 1024px) {
  .u-hide\@lg {
    display: none;
  }
}
@media (min-width: 1280px) {
  .u-hide\@xl {
    display: none;
  }
}
.u-show {
  display: block;
}
@media (min-width: 360px) {
  .u-show\@sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .u-show\@md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .u-show\@lg {
    display: block;
  }
}
@media (min-width: 1280px) {
  .u-show\@xl {
    display: block;
  }
}
@media (max-width: 767px) {
  .u-hide\@md-down {
    display: none;
  }
}
@media (max-width: 1023px) {
  .u-hide\@lg-down {
    display: none;
  }
}
@media (min-width: 1024px) {
  .u-hide\@lg-up {
    display: none;
  }
}
.js .u-js-hide {
  display: none;
}
.u-out,
.js .u-js-out {
  position: absolute;
  left: -5000px;
}
.u-hidden {
  visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}
h1 {
  font-size: 22pt;
  margin: 0 0 0.5cm;
}
h2 {
  font-size: 18pt;
  margin: 0.75cm 0 0.2cm;
}
h3 {
  font-size: 14pt;
  margin: 0.5cm 0 0.15cm;
}
h4,
h5,
h6 {
  font-size: 12pt;
  margin: 1cm 0 0.5cm;
}
blockquote {
  padding-left: 0;
  padding-right: 0;
  margin: 0.5cm 0;
}
table {
  margin: 15px 1pt 35px;
  text-align: left;
  border-collapse: collapse;
  width: 98% !important;
  font-size: 8pt;
}
tr {
  page-break-inside: avoid;
}
th,
td {
  border: 1pt solid #000;
  padding: 4px 10px;
}
th {
  font-weight: bold;
}
.m-main,
.m-accessibility,
.m-breadcrumb,
.m-mobile,
form,
.btn,
.head-contact,
.b-socials,
.side-contact,
.header__burger,
.annotation br,
.title br,
.arrow-links,
.b-gallery-text__close,
.b-reservation__contact,
.b-graph,
.b-reservation__item br,
.m-secondary,
.paging,
.f-filter,
.b-std-offer__up-panel,
.b-offers__actions,
.b-offers__head th:last-child,
.b-detail__divider,
.b-detail__links,
.b-navigator__filter,
.b-navigator__bubble,
.b-locality__map {
  display: none;
}
.b-gallery-text__nav {
  display: none !important;
}
.u-color-white {
  color: #000;
}
.header {
  border-bottom: 2pt solid #000;
  padding: 0 0 20pt;
  margin: 0 auto 20pt;
}
.header__logo {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
}
.header__logo img {
  border: 0;
}
.header__logo-key {
  margin-right: 5px;
}
.header__logo-key svg {
  width: 6px;
}
.header__logo-text svg {
  width: 150px;
}
.footer {
  border-top: 2pt solid #000;
  padding: 20pt 0 0;
  margin: 20pt 0 0;
}
.logo-crestyl {
  margin-top: 1cm;
}
.logo-crestyl svg {
  width: 90px;
}
.b-gallery-detail .slick-track {
  width: 100% !important;
}
.b-gallery-detail .slick-slide {
  position: static !important;
  width: 100% !important;
  opacity: 1 !important;
}
.b-gallery-detail__list .b-gallery-detail__item-text {
  display: none;
}
.b-gallery-detail__item {
  display: block !important;
  width: auto !important;
  margin-bottom: 1em;
}
.b-gallery-text__inner h1.u-mb-0 {
  margin-bottom: 0.5cm;
}
.b-developer__title svg {
  width: 180px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.b-developer__title path {
  fill: currentColor;
}
.b-developer__main-annotation {
  margin-bottom: 3em;
}
.b-developer__footer-annotation {
  margin-top: 6em;
}
.b-developer__footer-annotation br {
  display: initial;
}
.b-references__item {
  margin-bottom: 3em;
}
.b-references__btn .btn {
  display: inline-block;
}
.b-references__btn .btn__text {
  font-size: 12pt;
  font-weight: bold;
}
.b-contact br {
  display: initial;
}
.b-std-offer__foot-annotation {
  margin: 2em 0;
}
.b-offers__price {
  white-space: nowrap;
}
p.b-detail__title {
  font-size: 12pt;
}
p.b-detail__title > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
p.b-detail__title > span.b-detail__divider {
  display: none;
}
.b-detail__table {
  margin: 3em 0;
}
.b-detail__side {
  margin-bottom: 5em;
}
.b-detail__floor {
  margin-bottom: 10em;
}
.b-detail__floor-title {
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 2em;
}
.b-navigator__canvas svg {
  width: 100%;
  height: auto;
  fill: #00edc1;
}
.b-navigator__canvas path {
  fill-opacity: 0;
}
.b-navigator__canvas g.is-hover path,
.b-navigator__canvas g.is-selected path {
  fill-opacity: 0.25;
}
.b-navigator__canvas path:hover,
.b-navigator__canvas g.is-selected path:hover {
  fill-opacity: 0.75;
}
.b-navigator__canvas path.is-disabled,
.b-navigator__canvas g.is-selected path.is-disabled:hover {
  fill: #e90042;
}
.b-navigator__canvas path.is-preorder,
.b-navigator__canvas g.is-selected path.is-preorder:hover {
  fill: #ea8e0b;
}
.b-locality-item {
  margin-bottom: 60px;
}
.b-locality-item__img img {
  width: 200px;
}
.b-locality-item__title {
  margin-top: 0.5cm;
  font-size: 14pt;
}
.b-locality-item__title .u-font-sm {
  display: block;
  margin-top: 0.5em;
  font-weight: normal;
}
.b-locality__themes-wrap {
  display: block;
}
.b-locality__themes-wrap--mobile {
  display: none;
}
body {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  color: #000;
  background: none;
  font-size: 8pt;
  line-height: 12pt;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
p,
ul,
table {
  margin: 0 0 0.4cm;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=print.css.map */
