/*! 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.
 */
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/slick-carousel/slick/slick-theme.css";
@import "./libs/slick.css";
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 {
  -webkit-box-sizing: content-box;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

/**
 * 1. Reset style for some elements
 */
html {
  font-family: Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
  display: inline-block;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-attachment: fixed;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: #fff;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #000;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

.pdng-calc {
  padding-top: 87px;
}
@media screen and (min-width: 993px) {
  .pdng-calc {
    padding-top: 0;
  }
}

img {
  width: 100%;
}

p {
  font-size: 1.1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

h1 {
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-size: 2.75rem;
}

h2 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.25rem;
  text-align: center;
}

main {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

@font-face {
  font-family: FuturaBold;
}
@font-face {
  font-family: "lg";
  src: url("./libs/fonts/lg.woff2") format("woff2"), url("../fonts/lg.ttf") format("truetype"), url("../fonts/lg.woff") format("woff"), url("../fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Arial Black";
  src: url("../fonts/ABlack/Arial-Black.woff2") format("woff2"), url("../fonts/ABlack/Arial-Black.woff") format("woff"), url("../fonts/ABlack/Arial-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 10px; /* 3 */
  padding-right: 10px; /* 3 */
  width: 100%; /* 1 */
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.is-desktop {
  display: none;
}
@media screen and (min-width: 993px) {
  .is-desktop {
    display: block;
  }
}

@media screen and (min-width: 993px) {
  .is-mobile {
    display: none !important;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}

.desktop-notice {
  position: absolute;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.desktop-notice img {
  position: absolute;
  top: -10px;
  width: calc(100% + 70px);
  left: -70px;
  z-index: 9;
}
.desktop-notice__caption {
  position: relative;
  z-index: 10;
  top: 3px;
  font-size: 14px;
  color: #0E0E98;
  width: 100%;
  place-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.mobile-notice {
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 50px;
}
.mobile-notice img {
  position: absolute;
  z-index: 9;
  top: -20px;
}
.mobile-notice__caption {
  position: absolute;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  padding: 0 20px;
  font-size: 14px;
  color: #0E0E98;
}
@media all and (max-width: 340px) {
  .mobile-notice__caption {
    font-size: 12px;
  }
}

.footer {
  background-color: #EEEEEE;
}
.footer__content {
  text-align: center;
  padding: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}
.footer__content p,
.footer__content a {
  margin-bottom: 0;
  text-transform: lowercase;
  font-size: 0.625rem;
  color: #939597;
}
.footer__icon {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  z-index: 99;
}
@media screen and (min-width: 993px) {
  .footer__icon {
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    bottom: 40%;
    right: 17px;
    width: 40px;
  }
  .footer__icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.footer.is-white {
  background-color: #fff;
}

.design {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
}
.design__inner {
  position: relative;
  max-width: 1336px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 45px;
}
.design__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.design-caption {
  display: none;
}
.design.animated::after, .design.animated::before {
  content: "";
  height: 2px;
  width: calc(50% - 80px);
  background-color: #000;
  position: absolute;
  top: 55px;
  left: 20px;
  -webkit-animation: line 1.5s ease;
  animation: line 1.5s ease;
}
.design.animated::after {
  left: auto;
  right: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.design-bg {
  width: 512px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.design-bg__image {
  height: 99vh;
  width: 100%;
}
.design-bg.animated::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 352px;
  width: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: black;
  margin-right: 0;
  -webkit-animation: vertical-line 1.5s linear;
  animation: vertical-line 1.5s linear;
}

.design-item {
  overflow: hidden;
  width: 328px;
  height: 183px;
  position: relative;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  border: 1px solid black;
}
.design-item + div {
  margin-left: 10px;
}
.design-item:nth-last-child(1) {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
  width: 402px;
}
.design-item:nth-last-child(1) .design-item__foreground .image {
  width: 402px;
}
.design-item:nth-last-child(2) {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}
.design-item:nth-last-child(3) {
  margin-right: 258px;
}
.design-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.design-item__foreground {
  height: 100%;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.design-item__foreground .image {
  width: 328px;
}
.design-item__slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  height: 100%;
  outline: none;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.design-item__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  height: 600px;
  background: transparent;
  cursor: pointer;
}
.design-item__slider::-moz-range-thumb {
  width: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
.design-item .slider-button {
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 10px;
  border-radius: 50%;
  border: 0.5px solid #1d1d1d;
  background-color: white;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  z-index: 10;
}

.design-card {
  position: absolute;
  left: 339px;
  width: 248px;
  height: 401px;
  margin-right: 10px;
}
.design-card__inner {
  position: relative;
  width: 248px;
  height: 401px;
  background-color: #fff;
  border: 2px solid #1d1d1d;
  padding: 10px;
  -webkit-transition: all ease-in 0.8s;
  transition: all ease-in 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.design-card__front {
  -webkit-transition: visibility ease-in 0.5s;
  transition: visibility ease-in 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  visibility: visible;
}
.design-card__input {
  margin-bottom: 10px;
  border: transparent;
  outline: transparent;
  color: #1d1d1d;
  font-size: 20px;
  width: 100%;
}
.design-card__input::-webkit-input-placeholder {
  color: #1d1d1d;
  font-size: 18px;
}
.design-card__input::-moz-placeholder {
  color: #1d1d1d;
  font-size: 18px;
}
.design-card__input:-ms-input-placeholder {
  color: #1d1d1d;
  font-size: 18px;
}
.design-card__input::-ms-input-placeholder {
  color: #1d1d1d;
  font-size: 18px;
}
.design-card__input::placeholder {
  color: #1d1d1d;
  font-size: 18px;
}
.design-card__submit {
  font-size: 20px;
  font-weight: 400;
  color: #1d1d1d;
  background-color: transparent;
  text-decoration: underline;
  border: transparent;
  outline: transparent;
  padding: 0;
}
.design-card__back {
  -webkit-transition: visibility ease 0.5s;
  transition: visibility ease 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  position: absolute;
  bottom: 0px;
  right: 10px;
  visibility: hidden;
}
.design-card__back span {
  font-size: 18px;
  display: block;
}
.design-card__text {
  width: 100%;
  min-height: 260px;
  resize: none;
  border: transparent;
  font-size: 20px;
  color: #939597;
  overflow: visible;
}
.design-card__text:focus-visible {
  outline: none;
}

@-webkit-keyframes formcard {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes formcard {
  0% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.formcard {
  -webkit-animation: formcard 1.5s ease;
  animation: formcard 1.5s ease;
}

@-webkit-keyframes card {
  0% {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes card {
  0% {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.card {
  -webkit-animation: card 1.5s ease;
  animation: card 1.5s ease;
}

@-webkit-keyframes vertical-line {
  0% {
    height: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  80% {
    height: 352px;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes vertical-line {
  0% {
    height: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  80% {
    height: 352px;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes line {
  0% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes line-from-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes line-from-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1345px) {
  .design {
    height: auto;
    padding-top: 127px;
    padding-bottom: 139px;
  }
  .design__inner {
    padding: 0 26px;
    position: relative;
    padding-top: 511px;
  }
  .design__items {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .design-item {
    margin-right: 10px;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .design-item + div {
    margin-left: 0;
  }
  .design-item:nth-last-child(3) {
    margin-right: 10px;
  }
  .design-card {
    position: absolute;
    top: 20px;
    left: 26px;
    margin-left: 0 !important;
    margin-right: 0;
  }
}
@media (max-width: 993px) {
  .page-template-template-design .header-mobile__logo {
    margin-left: 4%;
  }
  .design-caption {
    position: absolute;
    bottom: 2%;
    font-size: 20px;
    width: 88.5vw;
    text-align: center;
    font: normal normal bold 16px/18px Arial;
    letter-spacing: 2.4px;
    color: #1D1D1D;
    display: block;
    right: 10px;
  }
  .design .slick-list.draggable {
    max-width: 98%;
  }
  .design__inner {
    bottom: 0;
  }
  .design.animated::before {
    content: "";
    width: 90%;
    left: 27px;
    bottom: 45px;
    top: auto;
    height: 3px;
    background: black;
  }
  .design.animated::after {
    content: "";
    width: 3px;
    height: 352px;
    background: black;
    position: absolute;
    right: 5.5px;
    bottom: 10px;
    top: auto;
    left: auto;
    -webkit-animation: line-from-bottom 1.5s linear;
    animation: line-from-bottom 1.5s linear;
  }
  .design-bg__image {
    height: 84vh;
    width: 99%;
  }
  .design-bg {
    width: 588px;
    height: 838px;
    right: -46%;
  }
  .design-bg.animated::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .design__inner {
    padding-right: 0;
  }
  .design__items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .design-card__submit {
    margin-left: 8px;
  }
  .design-item {
    width: 312px !important;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
  }
  .design-item__foreground {
    height: 50%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .design-item__foreground .image {
    width: 328px;
    height: 183px;
  }
  .design-item__slider {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 47%;
    width: 60%;
    height: 40px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    opacity: 0;
    left: calc(25% - 15px);
    right: auto;
  }
}
.d-none {
  display: none;
}

.page-template-template-design {
  background-color: #eee !important;
}
.page-template-template-design .header-mobile__logo {
  margin: 0;
}
.page-template-template-design .desktop-nav__upper {
  top: 30px;
}

.cta-button {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cta-button a,
.cta-button input {
  background: #0e0e98;
  color: white;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 3px;
  font-weight: lighter;
  border-radius: 0;
}
@media screen and (min-width: 993px) {
  .cta-button {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .cta-button:after {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    pointer-events: none;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: green;
    opacity: 0;
  }
}
.cta-button__action {
  -webkit-transition: -webkit-box-shadow ease-out 0.4s;
  transition: -webkit-box-shadow ease-out 0.4s;
  transition: box-shadow ease-out 0.4s;
  transition: box-shadow ease-out 0.4s, -webkit-box-shadow ease-out 0.4s;
  -webkit-transition: color ease-out 0.5;
  transition: color ease-out 0.5;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em 2em;
  background-color: #f5df4d;
  border: none;
  color: #FFF;
}
.cta-button__action.is-disabled {
  pointer-events: none;
}
.cta-button__line {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-button__line.is-top {
  min-width: calc(100% + 20px + 20px);
  height: 2px;
  top: -1px;
  left: calc(50% - 1px);
  background-image: url("../img/top_frame.svg");
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cta-button__line.is-bottom {
  background-image: url("../img/top_frame.svg");
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: calc(100% + 30px + 12px);
  left: calc(50% + 3px);
  bottom: 0;
  height: 2.5px;
}
.cta-button__line.is-left {
  background-image: url("../img/left_frame.svg");
  min-height: calc(100% + 10px + 15px);
  width: 3.5px;
  left: 0;
  top: calc(50% - 7px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-button__line.is-right {
  background-image: url("../img/right_frame.svg");
  min-height: calc(100% + 15px + 10px);
  width: 4px;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes cta-btn {
  from {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}

@keyframes cta-btn {
  from {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}
.header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mobile__logo {
  /*width: 210px;*/
  margin-top: 10px;
  z-index: 10;
}
/*@media screen and (max-width: 375px) {*/
/*  .header-mobile__logo {*/
/*    width: 175px;*/
/*  }*/
/*}*/
.header-mobile__toggle {
  border: none;
  background-image: url("../img/hamburger_menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  width: 80px;
  height: 30px;
  z-index: 10;
}

.hero {
  background-color: #EEEEEE;
  text-align: center;
  position: relative;
  min-height: 100vh;
}
.hero__lcp {
  display: none;
}
@media all and (max-width: 768px) {
  .hero__lcp {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .hero__lcp picture,
  .hero__lcp img,
  .hero__lcp .hero__lcp-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
.hero > .container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  .hero {
    min-height: unset;
    height: 100vh;
  }
}
.hero .container {
  height: 100%;
}
.hero__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 5rem;
}
@media screen and (min-width: 993px) {
  .hero__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 993px) {
  .hero__wrap-desktop {
    max-width: 901px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hero__logo-block {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 1.75rem;
  }
}
.hero__link {
  display: inline-block;
  letter-spacing: 0.25rem;
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 375px) {
  .hero__link {
    font-size: 1rem;
  }
}
.hero__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background-image: url("../img/handwritten_underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hero__static-logo {
  z-index: 1;
  position: fixed;
  width: 175px;
  left: 50%;
  top: 85px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 993px) {
  .hero__static-logo {
    display: none;
  }
}

.apartments {
  background-color: #fff;
}
.apartments__number {
  position: absolute;
}
.apartments__number.is-366 {
  top: 5%;
  left: 5%;
}
.apartments__number.is-590 {
  bottom: 10%;
  left: 5%;
}
.apartments__number.is-69 {
  top: 5%;
  right: 10%;
}
.apartments__number.is-106 {
  top: 5%;
  left: 5%;
}
.apartments__number.is-106:before, .apartments__number.is-69:before {
  background-color: #0E0E98;
}
.apartments__number span {
  z-index: 2;
  position: relative;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
}
.apartments__number:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 105px;
  height: 17px;
  display: block;
  background-color: #f5df4d;
  border-radius: 0px 0px 3px 3px;
}
.apartments__header {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
.apartments__first-card, .apartments__second-card {
  display: block;
  margin-bottom: 3rem;
}
.apartments__first-card--apt366, .apartments__second-card--apt366 {
  position: relative;
  width: 75%;
  margin-left: 0;
}
@media screen and (min-width: 993px) {
  .apartments__first-card--apt366, .apartments__second-card--apt366 {
    width: 50%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .apartments__first-card--apt366:hover, .apartments__second-card--apt366:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: none;
    filter: none;
  }
}
.apartments__first-card--apt590, .apartments__second-card--apt590 {
  position: relative;
  width: 70%;
  margin-top: -5%;
  margin-left: 25%;
}
@media screen and (min-width: 993px) {
  .apartments__first-card--apt590, .apartments__second-card--apt590 {
    width: 45%;
    margin-top: -10%;
    margin-left: 46%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .apartments__first-card--apt590:hover, .apartments__second-card--apt590:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.apartments__first-card--apt69, .apartments__second-card--apt69 {
  position: relative;
  width: 65%;
  margin-left: 30%;
}
@media screen and (min-width: 993px) {
  .apartments__first-card--apt69, .apartments__second-card--apt69 {
    width: 60%;
    margin-left: 40%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .apartments__first-card--apt69:hover, .apartments__second-card--apt69:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.apartments__first-card--apt106, .apartments__second-card--apt106 {
  position: relative;
  width: 70%;
  margin-top: -5%;
  margin-left: 10%;
}
@media screen and (min-width: 993px) {
  .apartments__first-card--apt106, .apartments__second-card--apt106 {
    width: 45%;
    margin-top: -25%;
    margin-left: 2%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .apartments__first-card--apt106:hover, .apartments__second-card--apt106:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.apartments__first-card--decoration, .apartments__second-card--decoration {
  position: absolute;
  width: 20%;
  margin-left: 48%;
  margin-top: -53%;
}
@media screen and (min-width: 993px) {
  .apartments__first-card--decoration, .apartments__second-card--decoration {
    width: 10%;
    margin-left: 42%;
    margin-top: -28%;
  }
}
@media screen and (min-width: 993px) {
  .apartments__second-card {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
.apartments__second-card--decoration {
  position: absolute;
  width: 20%;
  margin-left: 48%;
  margin-top: -57%;
}
@media screen and (min-width: 993px) {
  .apartments__second-card--decoration {
    position: absolute;
    width: 10%;
    margin-left: 42%;
    margin-top: -25%;
  }
}
.apartments__divider {
  margin-left: 4rem;
  margin-bottom: 3rem;
  width: 25%;
}
@media screen and (min-width: 993px) {
  .apartments__divider {
    position: absolute;
    width: 10%;
    margin-left: 65%;
    margin-top: -50%;
  }
}
.apartments .cta-button {
  text-align: center;
}
@media screen and (min-width: 993px) {
  .apartments .cta-button {
    position: absolute;
    margin-left: 5%;
    margin-top: -43%;
  }
}
.apartments .cta-button__action {
  margin-bottom: 0;
}
@media screen and (max-width: 993px) {
  .apartments .cta-button__action {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.apartments__cover-photo {
  height: auto;
}
@media screen and (min-width: 993px) {
  .apartments__cover-photo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .apartments__cover-photo:hover {
    -webkit-filter: none;
    filter: none;
  }
}

[class$=__header] > h2 {
  font-weight: bold;
}

.about {
  background-color: #fff;
}
.about__header {
  padding: 4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .about__header {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 993px) {
  .about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .about__content-wrapper {
    padding-right: 5%;
    padding-left: 5%;
    width: 130%;
  }
}
.about__image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 993px) {
  .about__image-section {
    width: 250%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.about__image-section--decoration {
  position: absolute;
  width: 25%;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  .about__image-section--decoration {
    width: 15%;
  }
}
.about__image-section--decoration.is-1 {
  margin-left: -35%;
  margin-top: 15%;
}
@media screen and (min-width: 993px) {
  .about__image-section--decoration.is-1 {
    margin-left: -28%;
  }
}
.about__image-section--decoration.is-2 {
  margin-left: -12%;
  margin-top: 35%;
}
@media screen and (min-width: 993px) {
  .about__image-section--decoration.is-2 {
    margin-left: -8%;
    margin-top: 34%;
  }
}
.about__image-section--decoration.is-3 {
  margin-left: 12%;
  margin-top: 50%;
}
@media screen and (min-width: 993px) {
  .about__image-section--decoration.is-3 {
    margin-left: 14%;
  }
}
.about__image-section--sea-photo, .about__image-section--sea-photo-upside {
  opacity: 0.8;
}
@media screen and (min-width: 993px) {
  .about__image-section--sea-photo, .about__image-section--sea-photo-upside {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
.about__image-section--sea-photo-upside {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  margin-top: 10%;
}
.about__content {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.about__content p,
.about__content h1 {
  letter-spacing: 0.1rem;
  text-transform: lowercase;
}
.about__content h1 {
  font-size: 1.1rem;
  font-weight: 200;
}
.about__contacts {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.about__contacts--list {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style: none;
  font-size: 1.1rem;
}
.about__contacts--item {
  margin-top: 0.5rem;
}
.about__social-media--list {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: underline;
}
.about__social-media--item {
  margin-top: 0.5rem;
}
.about__social-media--item:first-child {
  margin-top: 1rem;
}
.about__rent {
  margin-top: 2rem;
}
.about__rent h1 {
  font-size: 1.1rem;
  text-transform: lowercase;
  font-weight: normal;
  letter-spacing: 0;
}
.about #about-location {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.about-location {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.about-location.active {
  visibility: visible;
  z-index: 1000;
  opacity: 1;
}
.about-location__content {
  height: 80vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.about-location__image {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.about-location__img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: -5px 5px 25px 5px rgba(14, 14, 152, 0.4);
  box-shadow: -5px 5px 25px 5px rgba(14, 14, 152, 0.4);
}
@media (max-width: 992px) {
  .about-location__content, .about-location__image {
    height: auto;
  }
}

.search-block {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 993px) {
  .search-block {
    width: 100%;
    text-align: center;
  }
}
.search-block input:focus {
  outline: none;
}
@media only screen and (min-width: 993px) and (max-width: 1300px) {
  .search-block input {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .search-block__form {
    height: 62px;
    margin-top: -5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.search-block__cont {
  max-width: 100%;
  position: relative;
}
@media only screen and (min-width: 993px) and (max-width: 1300px) {
  .search-block__cont {
    width: 33%;
  }
}
@media screen and (min-width: 993px) {
  .search-block__cont:nth-child(-n+2) .search-block__field {
    border-right: none;
  }
}
@media screen and (max-width: 993px) {
  .search-block__cont:nth-child(2) .search-block__field {
    border-top: none;
    border-bottom: none;
  }
}
.search-block__field {
  max-width: 100%;
  padding: 1em 2em;
  font-size: 1.1rem;
  letter-spacing: 0.25rem;
  text-align: center;
  border: #939597 solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0%;
  text-transform: lowercase;
}
@media screen and (min-width: 993px) {
  .search-block__field {
    padding: 1em 1em;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.search-block .cta-button {
  margin-top: 4.375rem;
}
@media screen and (min-width: 993px) {
  .search-block .cta-button {
    margin-right: unset;
    margin-top: 5%;
    margin-left: 5%;
  }
}
.search-block .cta-button input {
  text-transform: uppercase !important;
}
@media only screen and (min-width: 993px) and (max-width: 1300px) {
  .search-block .cta-button {
    margin-left: 0;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 10050;
  top: 0;
  right: 0;
  background-color: #0E0E98;
  height: 100vh;
  width: 100%;
  overflow: auto;
}
.mobile-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4.5rem;
  padding: 0;
  margin-bottom: 7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .mobile-menu__top {
    margin-bottom: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mobile-menu__close {
  border: none;
  background-image: url("../img/exit_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0E0E98;
  width: 80px;
  height: 65px;
}
.mobile-menu__list {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  text-align: center;
  list-style: none;
  color: #EEEEEE;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 375px) {
  .mobile-menu__list {
    font-size: 0.9rem;
  }
}
.mobile-menu__item {
  margin: 2em 1em;
}
.mobile-menu__link {
  color: #EEEEEE;
}
.mobile-menu__link:hover {
  font-weight: bold;
  color: #EEEEEE;
}
.mobile-menu__link.is-active {
  font-weight: bold;
}

@media (min-width: 768px) {
  .page-template-template-design .desktop-nav__upper .desktop-nav__item:not(.desktop-nav__item.is-fixed) {
    margin-top: -10px;
  }
}
.desktop-nav__item {
  z-index: 99;
}
.desktop-nav__item.is-right {
  position: absolute;
  right: 0;
  padding-right: 2%;
  bottom: 1px;
}
.desktop-nav__item.is-middle {
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.desktop-nav__item.is-left {
  position: absolute;
  left: 0;
  padding-left: 2%;
  bottom: 1px;
}
@media screen and (min-width: 993px) {
  .desktop-nav__item.is-fixed {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.desktop-nav__link {
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
.desktop-nav__link:hover {
  color: #0E0E98;
}
.desktop-nav__link.is-active {
  color: #0E0E98;
}
.desktop-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.desktop-nav__logo:hover .is-top {
  right: -100%;
  opacity: 0;
}
.desktop-nav__logo:hover .is-middle {
  left: -100%;
  opacity: 0;
}
.desktop-nav__logo .is-top {
  right: 0;
}
.desktop-nav__logo .is-middle {
  left: 0;
}
.desktop-nav__logo .is-top,
.desktop-nav__logo .is-middle {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 70px;
}
.desktop-nav__logo .is-middle {
  top: -9px;
}
.desktop-nav__logo .is-bottom {
  width: 150px;
}
.desktop-nav__lower, .desktop-nav__upper {
  position: fixed;
  left: 0;
  list-style: none;
  padding: 0;
  padding-right: 2%;
  padding-left: 2%;
  margin: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.desktop-nav__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 60px;
  z-index: 10;
}
.desktop-nav__lower {
  bottom: 10px;
}

@media screen and (min-width: 993px) {
  .hero-animation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 378px;
    min-height: 387px;
    margin-right: 2%;
  }
}
@media screen and (min-width: 993px) {
  .hero-animation:hover .hero-animation__block.is-top-right {
    left: 50%;
  }
  .hero-animation:hover .hero-animation__block.is-bottom-left {
    top: 50%;
  }
  .hero-animation:hover .hero-animation__block.is-bottom-right {
    top: 40%;
    left: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media screen and (min-width: 993px) {
  .hero-animation__block {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .hero-animation__block.is-top-right span {
    text-transform: uppercase;
  }
  .hero-animation__block.is-top-right p {
    text-transform: lowercase;
    margin-top: 0;
  }
  .hero-animation__block.is-bottom-left {
    margin-top: auto;
  }
  .hero-animation__block.is-bottom-left span {
    text-transform: lowercase;
  }
  .hero-animation__block.is-bottom-left p {
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .hero-animation__block.is-bottom-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.hero-animation__upper-text {
  font-size: 5.5rem;
  font-weight: bold;
}
.hero-animation__lower-text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.aprt-card {
  position: relative;
  max-width: 430px;
  height: 285px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .aprt-card {
    width: 80%;
    margin-right: 10px;
  }
}
.aprt-card__number {
  position: absolute;
  left: -285px;
  top: 0;
  width: 285px;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  font-size: 3rem;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.5rem;
  margin: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.aprt-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aprt-card__link {
  position: absolute;
  left: 71px;
  top: 0;
  padding-left: 71px;
  margin-left: -71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 69, 245, 0.7);
  text-align: center;
  color: #EEEEEE;
  text-transform: lowercase;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .aprt-card__link:hover {
    opacity: 1;
  }
}
.aprt-card__link.is-dark-font {
  color: #000;
}
.aprt-card__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@supports not ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .modal {
    -webkit-backdrop-filter: blur(2px);
  }
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal__content {
  max-width: 85vw;
  max-height: 95vh;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: -5px 5px 25px 5px rgba(14, 14, 152, 0.4);
  box-shadow: -5px 5px 25px 5px rgba(14, 14, 152, 0.4);
}
@media screen and (min-width: 768px) {
  .modal__content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 993px) {
  .modal__content {
    max-width: 680px;
  }
}
.modal__close {
  position: absolute;
  right: -45px;
  top: 4%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: transparent;
  background: transparent;
  padding: 0;
  margin: 0;
  text-transform: lowercase;
  color: #000;
}

.search-result {
  position: relative;
  padding: 0 40px;
  max-width: 850px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.search-result__header {
  padding-top: 50px;
  padding-bottom: 2rem;
  position: sticky;
  z-index: 999;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}
.search-result .aprt-listing__list {
  display: block;
  width: 100%;
}
.search-result__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-result__footer img {
  width: 160px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.search-result__buttons {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search-result__buttons {
    grid-template-columns: 1fr;
  }
}
.search-result__alternatives {
  margin-top: 40px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-result__alternatives p {
  max-width: 40ch;
  text-align: center;
}
.search-result__alternatives .cta-button {
  width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  height: 55px;
  -ms-flex-line-pack: center;
  align-content: center;
}
.search-result__alternatives .cta-button a {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-result__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 10px;
}
@media screen and (max-width: 375px) {
  .search-result__text-content {
    width: 50%;
  }
}
.search-result__decoration img {
  height: 155px;
}
.search-result__text-wrap p {
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.search-result__text-wrap p:last-of-type {
  margin-bottom: 0.1rem;
}
.search-result__text-wrap span {
  margin-left: 5px;
}
.search-result__title {
  font-size: 1.125rem;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}
.search-result__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 375px) {
  .search-result__price {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .search-result__price {
    text-align: center;
  }
}
.search-result__text {
  letter-spacing: 0;
  font-size: 20px;
  text-transform: capitalize;
}
.search-result__number {
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
}
.search-result__min-days-note {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 4px 0 0;
  color: #1D1D1D;
  letter-spacing: 0.02em;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-transform: lowercase;
}
.aprt-listing__li--min-days {
  position: relative;
}
.search-result__content {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .search-result__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.search-result__content.is-background {
  position: relative;
}
.search-result__content.is-background:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 201px;
  height: 105px;
  background-image: url("../img/stamp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 480px) {
  .search-result__content.is-background:after {
    top: 0;
    width: 240px;
  }
}
.search-result__text {
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 375px) {
  .search-result__text {
    line-height: 1.25;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .search-result__text {
    max-width: 40ch;
    line-height: 1.75;
  }
}
.search-result .cta-button {
  height: auto !important;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.search-result::-webkit-scrollbar {
  display: none;
}

.aprt-listing__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aprt-listing__li .aprt-card {
  position: relative;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 20px 10px 10px 10px;
  margin: 0;
}
.aprt-listing__li .aprt-card__wrapper {
  overflow: hidden;
}
.aprt-listing__li .aprt-card:hover .aprt-card__info {
  z-index: 99;
  opacity: 1;
}
.aprt-listing__li .aprt-card:hover .aprt-card__image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media all and (min-width: 1023px) {
  .aprt-listing__li .aprt-card:hover .aprt-card__desc {
    -webkit-transform: translateY(-12.4%);
    transform: translateY(-12.4%);
  }
  .aprt-listing__li .aprt-card:hover .aprt-card__num {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .aprt-listing__li .aprt-card:hover .aprt-card__slider {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.aprt-listing__li .aprt-card__header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aprt-listing__li .aprt-card__header p,
.aprt-listing__li .aprt-card__header h4 {
  margin: 0;
}
.aprt-listing__li .aprt-card__caption {
  font-size: 20px;
  text-transform: lowercase;
  color: #1D1D1D;
}
.aprt-listing__li .aprt-card__view {
  font-family: "Give You Glory", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: lowercase;
  color: #0E0E98;
}
.aprt-listing__li .aprt-card__item {
  max-width: none;
  height: 270px;
}
.aprt-listing__li .aprt-card__info {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.aprt-listing__li .aprt-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  -webkit-transform: translateY(81%);
  transform: translateY(81%);
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#121212), to(rgba(96, 96, 96, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #121212 0%, rgba(96, 96, 96, 0) 100%) 0% 0% no-repeat padding-box;
  height: 130px;
  padding-bottom: 20px;
  width: 411px;
  margin: 0 auto;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.aprt-listing__li .aprt-card__data {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.aprt-listing__li .aprt-card__small {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}
.aprt-listing__li .aprt-card__num {
  font-size: 50px;
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
  margin: 0;
  font-weight: 400;
  -webkit-transition: -webkit-transform ease-in 0.5s;
  transition: -webkit-transform ease-in 0.5s;
  transition: transform ease-in 0.5s;
  transition: transform ease-in 0.5s, -webkit-transform ease-in 0.5s;
}
.aprt-listing__li .aprt-card__image {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.aprt-listing__li .aprt-card__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aprt-listing__li .aprt-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: block;
}
.aprt-listing__li .aprt-card__slider {
  width: 410px;
  height: 268px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.aprt-listing__li .aprt-card__pagination {
  height: 8px;
  width: 320px;
  position: absolute;
  bottom: 25px;
  z-index: 99;
  left: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.aprt-listing__li .aprt-card__pagination .swiper-pagination-bullets-dynamic {
  position: absolute;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  left: -28px;
  top: 0;
  height: 8px;
  z-index: 99;
}
.aprt-listing__li .aprt-card__dots span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}
.aprt-listing__li .aprt-card__dots .swiper-pagination-bullet-active-next,
.aprt-listing__li .aprt-card__dots .swiper-pagination-bullet-active-prev,
.aprt-listing__li .aprt-card__dots .swiper-pagination-bullet-active-next-next,
.aprt-listing__li .aprt-card__dots .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.aprt-listing__li .aprt-card__dots .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.aprt-listing__li .aprt-card__lower-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0 10px 10px;
}
.aprt-listing__li .aprt-card__lower-wrapper .aprt-card {
  padding: 0;
  height: auto;
  background-color: transparent;
  max-width: none;
  display: block;
}
.aprt-listing__li .aprt-card__lower-wrapper .cta-button .aprt-card {
  display: none;
}
.aprt-listing__li .arrows {
  position: relative;
  z-index: 99;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 10px;
  top: 0;
}
.aprt-listing__li .arrows__left, .aprt-listing__li .arrows__right {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 46px;
}
.aprt-listing__li .arrows__left {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 1000px) {
  .search-result {
    max-width: 650px;
  }
  /*.search-result__price {*/
  /*  margin-bottom: 20px;*/
  /*}*/
  .aprt-listing__li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .aprt-listing__li .aprt-card__info {
    z-index: 99;
    opacity: 1;
  }
  .aprt-listing__li .aprt-card__desc {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
  }
  .aprt-listing__li .aprt-card__num {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .aprt-listing__li .aprt-card__lower-wrapper {
    padding: 0;
  }
}
@media (max-width: 740px) {
  .search-result {
    max-width: 450px;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .search-result {
    max-width: 380px;
    padding: 0;
  }
  .aprt-listing__li {
    max-width: 380px;
    margin: 0 auto 10px auto;
  }
  .aprt-listing__li .aprt-card__slider {
    width: 380px;
  }
  .aprt-listing__li .aprt-card__desc {
    width: 360px;
  }
  .aprt-listing__li .aprt-card__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .aprt-listing__li .aprt-card__slider {
    -webkit-transform: none;
    transform: none;
  }
  .aprt-listing__li .aprt-card:hover__slider {
    -webkit-transform: none;
    transform: none;
  }
  .arrows__right, .arrows__left {
    width: 38px;
    height: 52px;
  }
}
.confirmation {
  position: relative;
}
.confirmation > .container {
  background-color: #FFFFFF !important;
}
@media screen and (min-width: 768px) {
  .confirmation__header {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}
.confirmation__form-conditions .aprt-single__text {
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: lowercase;
  font-size: 1rem;
  letter-spacing: normal;
}
.confirmation__form-conditions .aprt-single__text--time {
  margin-top: 0;
  text-transform: lowercase;
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .confirmation__form {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.confirmation__form--phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.confirmation__form--phone-wrapper.is-code {
  margin-right: -1px;
  width: 70px;
  padding-left: unset;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .confirmation__form--phone-wrapper.is-code {
    width: 50px;
  }
}
.confirmation__form label {
  text-transform: lowercase;
  font-size: 1rem;
  padding-left: 1rem;
  letter-spacing: 0.25rem;
}
.confirmation__form-promocode-hint {
  margin: -0.55rem 0 0.2rem;
  padding-left: 1rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #5c5c7a;
  letter-spacing: normal;
  text-transform: none;
}
.confirmation__form--terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.confirmation__form--terms label {
  text-transform: lowercase;
  font-size: 1rem;
  padding-left: 2rem;
  letter-spacing: normal;
}
@media screen and (max-width: 375px) {
  .confirmation__form--terms label {
    padding-left: 1.5rem;
  }
}
.confirmation__form--terms input[type=checkbox],
.confirmation__form--terms input[type=radio]{
  margin-top: 5px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  border-radius: 0;
  display: block;
  width: 31px;
  height: 26px;
  border: unset;
}
.confirmation__form--terms input[type=checkbox]:after,
.confirmation__form--terms input[type=radio]:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 26px;
  border: 1px solid #707070;
}
.confirmation__form--terms input[type=checkbox]:checked::before,
.confirmation__form--terms input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: -2px;
  height: 26px;
  width: 31px;
  background-color: #0e0e98;
}
.confirmation .cta-button {
  margin-bottom: 2rem;
  margin-top: 3.8rem;
}
.confirmation .cta-button__action {
  padding: 1rem;
  text-transform: uppercase;
}
.confirmation input,
.confirmation .text-area{
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: #939597 solid 1px;
  border-radius: 0%;
}
.confirmation .text-area{
  resize: vertical;
}
.confirmation input::-webkit-input-placeholder {
  text-transform: lowercase;
}
.confirmation input::-moz-placeholder {
  text-transform: lowercase;
}
.confirmation input:-ms-input-placeholder {
  text-transform: lowercase;
}
.confirmation input::-ms-input-placeholder {
  text-transform: lowercase;
}
.confirmation input::placeholder {
  text-transform: lowercase;
}
.confirmation > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.confirmation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
.confirmation__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 1rem;
}
.confirmation__text-content em {
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 375px) {
  .confirmation__text-content {
    width: 50%;
  }
}
.confirmation__decoration img {
  height: 100%;
}
.confirmation__text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.confirmation__text-wrap p {
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 375px) {
  .confirmation__text-wrap p {
    font-size: 0.8rem;
  }
}
.confirmation__text-wrap p:last-of-type {
  margin-bottom: 0.1rem;
}

.invisible {
  display: none !important;
}

.calendar__check {
  padding-left: 40px;
  height: 46%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 55px;
}

.calendar-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74%;
}

.calendar__dates span.min-days-message {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: -30%;
  top: 0;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #939597;
}
.calendar__dates span.min-days-message.hidden {
  visibility: hidden;
}

#book-modal.step-3.is-active .calendar-days,
#book-modal.step-3.is-active .calendar__days-wrapper,
#book-modal.step-3.is-active .calendar__decoration,
#book-modal.step-3.is-active .calendar__guests-title,
.calendar_guests_title_mobile,
.mobile_guest_meta {
  display: none;
}
@media screen and (max-width: 768px){
  .calendar_guests_title_mobile,
  .mobile_guest_meta {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 400;
  }

  .calendar_guests_title_mobile {
    text-align: left;
    font-weight: 700;
  }

  .modal.step-3 #calendar__guests.calendar__guests-selection-wrapper {
    height: 95vh;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }

  .guest-meta-header {
    margin-bottom: 25%;
  }

  .mobile_guest_meta {
    display: flex;
    justify-content: space-between;
  }

}
#book-modal.step-3.is-active .calendar__guests-selection-wrapper {
  display: block !important;
}
@media screen and (min-width: 993px) {
  #book-modal.step-3.is-active .container {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  #book-modal.step-3.is-active .calendar__guests-selection-wrapper {
    margin-top: 0;
    margin-left: 20px;
  }
  #book-modal.step-3.is-active .calendar__guests-title {
    display: block;
    margin-bottom: 3rem;
    font-size: 26px;
    font-family: sans-serif;
    font-weight: 400;
  }
  #book-modal.step-3.is-active .calendar-days,
#book-modal.step-3.is-active .calendar__days-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }
  #book-modal.step-3.is-active .calendar__guests-amount-selector-wrapper {
    width: 217px;
  }
  #book-modal.step-3.is-active .calendar__info-wrapper--check-in p strong,
#book-modal.step-3.is-active .calendar__info-wrapper--check-out p strong {
    font-weight: 400;
    font-family: "Arial";
  }
}
@media screen and (max-width: 767px) {
  #book-modal.step-3.is-active .container {
    height: 100%;
  }
  #book-modal.step-3.is-active .calendar__wrapper {
    height: 100%;
  }
  #book-modal.step-3.is-active .calendar__info-wrapper {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

[class*=calendar__arrow] {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 57px;
  left: 58px;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
[class*=calendar__arrow].bottom {
  left: -53px;
}

.calendar__decoration {
  display: none;
}
@media screen and (min-width: 768px) {
  .calendar__decoration {
    opacity:0;
    display: unset;
    width: 211px;
  }
  .calendar__decoration.sky__decoration {
    display: none;
  }
}
.calendar__guests-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.calendar__guests-amount-selector-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
}
.calendar__guests-amount-selector-wrapper span {
  font-size: 2.75rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .calendar__guests-amount-selector-wrapper span {
    font-size: 2.3rem;
  }
}
.calendar__guests-amount-selector-wrapper:nth-child(even):hover img {
  left: 0;
}
.calendar__guests-amount-selector-wrapper:nth-child(even) img {
  left: 100%;
  right: auto;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.calendar__guests-amount-selector-wrapper:nth-child(odd):hover img {
  right: 0;
}
.calendar__guests-amount-selector-wrapper:nth-child(odd) img {
  left: auto;
  right: 100%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.calendar__guests-amount-selector-wrapper img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 100%;
}
.calendar__guests-amount-selector {
  height: 45px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .calendar__guests-amount-selector {
    width: 61px;
    height: 110px;
  }
}
.calendar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.calendar__wrapper::-webkit-scrollbar {
  display: none;
}
.calendar__wrapper * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .calendar__wrapper {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .calendar__guests-amount {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .calendar__guests-selection-wrapper {
    margin-top: 1rem;
  }
}
.calendar__guests-selection-wrapper p {
  margin: 0.75rem;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .calendar__guests-selection-wrapper p {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .calendar__guests-selection-wrapper p {
    margin: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.15;
  }
}
.calendar__dates {
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .step-3 .calendar__info-wrapper {
    width: 100%;
    text-align: center;
  }
}
.calendar__info-wrapper {
  position: absolute;
  top: 28rem;
  left: 0;
  font-family: "Arial Black", sans-serif;
}
@media screen and (max-width: 767px) {
  .calendar__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 175px;
    top: auto;
  }
}
.calendar__info-wrapper--check-in {
  margin-top: 10px;
}
.calendar__info-wrapper--check-in, .calendar__info-wrapper--check-out {
  margin-bottom: 25px;
  max-width: 132px;
}
@media screen and (min-width: 768px) {
  .calendar__info-wrapper {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .calendar__info-wrapper {
    left: 0;
    top: 32rem;
  }
}
.calendar__info-wrapper--check-in p, .calendar__info-wrapper--check-in p > p, .calendar__info-wrapper--check-in strong, .calendar__info-wrapper--check-out p, .calendar__info-wrapper--check-out p > p, .calendar__info-wrapper--check-out strong {
  margin: 1.5px 0;
}
.calendar__info-wrapper--check-in p, .calendar__info-wrapper--check-out p, .calendar__info-wrapper--nights-amount p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0;
  font-size: 19px;
  letter-spacing: normal;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}
.calendar__info-wrapper--check-in p strong, .calendar__info-wrapper--check-out p strong, .calendar__info-wrapper--nights-amount p strong {
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Arial Black";
}
@media screen and (min-width: 768px) {
  .calendar__info-wrapper--check-in p, .calendar__info-wrapper--check-out p, .calendar__info-wrapper--nights-amount p {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .calendar__info-wrapper--check-in p, .calendar__info-wrapper--check-out p, .calendar__info-wrapper--nights-amount p {
    margin: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.15;
  }
}
.calendar__days-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-right: 1.75rem;
  min-height: 704px;
}
@media screen and (max-width: 375px) {
  .calendar__days-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
}
.calendar__wrapper-2 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: grid;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  text-align: right;
  margin-top: 4.9rem;
  margin-left: -3.5rem;
}
.calendar__year-name, .calendar__month-numbers {
  color: #939597;
  font-weight: bold;
}
.calendar__year-name p {
  font-size: 1.875rem;
}
.calendar__month-numbers p {
  font-size: 1rem;
}
.calendar__months-name {
  text-align: center;
}
.calendar__months-name p {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.calendar__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-height: 140px;
  margin-right: 60px;
  max-width: 130px;
  top: -10px;
  right: 0;
  position: relative;
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
  how to remove the virtical space around the range input in IE*/
}
.calendar__range #month {
  display: none;
}
.calendar__range img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.calendar__range input[type=range] {
  width: 160px;
  margin: 6px 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calendar__range input[type=range]:focus {
  outline: none;
}
.calendar__range input[type=range]::-webkit-slider-runnable-track {
  background: #000000;
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
.calendar__range input[type=range]::-webkit-slider-thumb {
  margin-top: -1px;
  width: 14px;
  height: 4px;
  background: #000000;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.calendar__range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}
.calendar__range input[type=range]::-moz-range-track {
  background: #000000;
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
.calendar__range input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 4px;
  background: #000000;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
.calendar__range input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
.calendar__range input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0;
}
.calendar__range input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0;
}
.calendar__range input[type=range]::-ms-thumb {
  width: 14px;
  height: 4px;
  background: #000000;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.calendar__range input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}
.calendar__range input[type=range]:focus::-ms-fill-upper {
  background: #000000;
}
@supports (-ms-ime-align: auto) {
  .calendar__range {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .calendar__range input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.step-2 .calendar__info-wrapper--check-in p strong {
  font-weight: 400;
  font-family: "Arial";
}
.step-2 .sea__decoration {
  display: none;
}
@media screen and (min-width: 993px) {
  .step-2 .sky__decoration {
    display: block;
  }
  .step-2 .calendar-days,
.step-2 .calendar-days__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.step-1 .calendar__guests-selection-wrapper,
.step-2 .calendar__guests-selection-wrapper {
  display: none !important;
}
.step-1 .calendar-days,
.step-2 .calendar-days {
  display: block !important;
}

.calendar-table {
  border-collapse: collapse;
  text-align: center;
}
.calendar-table tr {
  font-weight: 300;
  white-space: nowrap;
}
.calendar-table tr td:first-child, .calendar-table tr td:nth-child(2) {
  border-radius: 5px;
  font-size: 15px;
  color: #1D1D1D;
}
.calendar-table tr td:last-child {
  font-weight: normal;
  color: #1D1D1D;
  min-width: 1.1em;
}
.calendar-table td {
  position: relative;
}
.calendar-table td:nth-child(1) {
  border-right: 1px solid #939597;
}
.calendar-table td.picked {
  cursor: pointer;
  background-color: #f5df4d;
}
.disabled .calendar-table td.is-empty:hover, .disabled .calendar-table td.is-active {
  cursor: default;
}
.calendar-table td.is-today:after {
  content: "";
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 1px;
  right: 0;
  background-image: url("../img/calendar/today_1.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.calendar-table td.is-today-1:after{
  background-image: url("../img/calendar/today_1.svg");
}
.calendar-table td.is-today-2:after{
  background-image: url("../img/calendar/today_2.svg");
}
.calendar-table td.is-today-3:after{
  background-image: url("../img/calendar/today_3.svg");
}

.calendar-table td.is-empty:hover, .calendar-table td.is-active {
  cursor: pointer;
  background-image: url("../img/calendar/checked_1.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.calendar-table td.is-active-1{
  background-image: url("../img/calendar/checked_1.svg");
}
.calendar-table td.is-active-2{
  background-image: url("../img/calendar/checked_2.svg");
}
.calendar-table td.is-active-3{
  background-image: url("../img/calendar/checked_3.svg");
}
.disabled .calendar-table td.is-empty:hover {
  background: transparent;
}
.calendar-table td.is-booked {
  background-color: #0E0E98;
  color: #EEEEEE;
  padding: 0;
}
.calendar-table td.is-booked:hover {
  cursor: not-allowed;
  background-color: #0E0E98;
}
.calendar-table td.weekday {
  border-right: solid 1px #939597;
  color: #939597;
  min-width: 1em;
}
.calendar-table td.spacer {
  min-width: 1em;
}
/*.calendar-table td.spacer:nth-child(5) {*/
/*  border-right: solid 1px #939597;*/
/*}*/
.calendar-table td.is-blocked {
  pointer-events: none;
  cursor: default;
}
.calendar-table td.is-highlight {
  background: rgba(245, 223, 77, 0.5);
}
.calendar-table .is-today {
  padding: 4px;
}
.calendar-table .is-today .day-number {
  top: 2px;
}
.calendar-table .day-number {
  position: relative;
  z-index: 5;
  font-size: 18px;
  pointer-events: none;
}

.modal-map {
  height: 85vh;
}
.modal-map__map {
  width: 100%;
  height: 100%;
}
.modal-map__map img {
  max-width: inherit !important;
}
.modal-map__label {
  letter-spacing: 0.25rem;
  text-transform: lowercase;
}

.calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 282px;
  height: 129px;
  -webkit-transform-origin: 160px 120px;
  transform-origin: 160px 120px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 75px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 993px) {
  .calendar-wrap {
    -webkit-transform-origin: 160px 120px;
    transform-origin: 160px 120px;
  }
}
.calendar-wrap__rotate-block {
  padding: 0;
}
.calendar-wrap__rotate-block.is-month {
  margin-right: -5px;
  margin-top: -17px;
}
.calendar-wrap__rotate-block.is-year {
  margin-right: -4px;
}
.calendar-wrap__rotate {
  margin: 0;
  color: #1D1D1D;
}
.calendar-wrap__rotate.date {
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 45px;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
}
.calendar-wrap__rotate.month {
  font-weight: 800;
  font-size: 3.65rem;
  text-align: end;
  margin-top: -101px;
  letter-spacing: 8px;
  font-family: "Arial Black", sans-serif;
}
.calendar-wrap__rotate.year {
  font-weight: 300;
  font-size: 45px;
}
.calendar-wrap__rotate.year::after {
  display: block;
  content: " ";
  background-color: yellow;
}
.calendar-wrap__wa {
  display: inline-block;
  margin-right: 80px;
  margin-top: 1.75rem;
  padding: 0;
  width: 140px;
  height: 370px;
}
@media screen and (max-width: 375px) {
  .calendar-wrap__wa {
    margin-right: 5rem;
  }
}
.calendar-wrap__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #1D1D1D;
  /*row-gap: 95px;*/
}
.calendar-wrap__column:first-child {
  margin-right: 25px;
  row-gap: 35px;
}
.calendar-wrap .image__double,
.calendar-wrap .image__top {
  display: none;
}

.modal-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .modal-plan {
    display: unset;
  }
}
.modal-plan img {
  height: 100%;
}

.hero__caption {
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hero__caption {
    font-size: 1.75rem;
  }
}

@-moz-document url-prefix() {
  @media (min-width: 769px) {
    .about__image-section--decoration.is-2 {
      top: 3.5%;
      right: 43%;
    }
    .about__image-section--decoration.is-3 {
      top: 3.5%;
      right: 21%;
    }
  }
  @media (min-width: 769px) and (max-width: 768px) {
    .about__image-section--decoration.is-2 {
      top: 0;
      right: 36%;
    }
    .about__image-section--decoration.is-3 {
      top: 0;
      right: 15%;
    }
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 1;
    top: 35%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 1;
    top: 35%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes move-left {
  0% {
    left: 50%;
  }
  100% {
    left: 0;
  }
}
@keyframes move-left {
  0% {
    left: 50%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes foreground-video-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes foreground-video-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.calendar-table .is-booked {
  background-color: unset !important;
  color: transparent;
  position: relative;
}
.calendar-table .is-booked .calendar-blur {
  position: absolute;
  width: 21px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.calendar-table .is-booked::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  #book-modal .modal__content {
    height: 95vh;
    padding-right: 15px;
    padding-left: 10px;
  }
}

.home {
  background-color: #EEEEEE;
}
.home .container {
  margin: auto;
  position: relative;
}
.home .cta-button {
  margin-left: 0;
  margin-top: 0;
  height: 100%;
}
.home .cta-button:hover input {
  font-weight: bold;
}
.home .cta-button__action:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
}
.home .cta-button::after {
  display: none;
}
.home .cta-button input {
  background: #0e0e98;
  color: white;
  height: 65px;
  letter-spacing: 3px;
  font-weight: lighter;
}
.home .desktop-nav__logo {
  display: none;
}
.home .apartments__image {
  overflow: hidden;
}
.home .apartments__image--wrapper {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media screen and (min-width: 993px) {
  .home .apartments__image--wrapper {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .home .apartments__image--wrapper:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.home .apartments__image img {
  position: relative;
}

@media all and (min-width: 993px) {
  main.home {
    overflow: hidden;
  }
  .home .search-result .cta-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home #search-toggle-button {
    display: none;
  }
  .home .desktop-nav__upper {
    top: 70px;
  }
  .home .desktop-nav__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 15px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .desktop-nav__logo:hover .is-top {
    right: -100%;
  }
  .home .desktop-nav__logo:hover .is-middle {
    left: -100%;
  }
  .home .hero {
    max-width: 1366px;
    margin: auto;
  }
  .home .hero__wrap-desktop {
    margin-top: 10%;
    position: relative;
    max-width: 960px;
  }
  .home .hero .content {
    background: #EEEEEE;
    z-index: 6;
    position: absolute;
    left: 9.6%;
    bottom: 84%;
    font-family: "Arial", "sans-serif";
  }
  .home .hero__caption {
    font-weight: 400;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: normal;
    font-size: 50px;
    text-align: start;
    padding: 0 10px;
    width: 870px;
  }
  .home .hero__caption--secondary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
  }
  .home .hero__caption--main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
  }
  .home .hero__caption--cursive {
    margin-right: 16px;
    position: relative;
  }
  .home .hero__static {
    position: absolute;
    z-index: 12;
    top: 35%;
    left: 50%;
  }
  .home .foreground__image {
    height: 464px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translate(-48%, -47%);
    transform: translate(-48%, -47%);
    -webkit-animation: foreground-video-animation 1s linear 1s forwards;
    animation: foreground-video-animation 1s linear 1s forwards;
  }
  .home .foreground__image img {
    height: 100%;
    max-width: 300px;
  }
  .home .hero .spacer {
    width: 100px;
    background: #EEEEEE;
    margin: 0;
    padding: 0 65px;
    display: inline;
    height: 2.5rem;
    position: relative;
  }
  .home .search-block {
    z-index: 6;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 100px;
    margin-left: 31px;
    margin-bottom: 3.5rem;
    -webkit-transform: translateY(600%);
    transform: translateY(600%);
  }
  .home .search-block__field {
    font-size: inherit;
    border: 1px #1D1D1D solid;
  }
  .home .search-block__cont {
    margin-top: 0;
    width: 200px;
    height: 62px;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
  }
  .home .search-block__cont input::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #1D1D1D;
  }
  .home .search-block__cont input::-moz-placeholder {
    text-transform: capitalize;
    color: #1D1D1D;
  }
  .home .search-block__cont input:-ms-input-placeholder {
    text-transform: capitalize;
    color: #1D1D1D;
  }
  .home .search-block__cont input::-ms-input-placeholder {
    text-transform: capitalize;
    color: #1D1D1D;
  }
  .home .search-block__cont input::placeholder {
    text-transform: capitalize;
    color: #1D1D1D;
  }
  .home .search-block form {
    margin-top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home .search-block .cta-button {
    margin-left: 0;
    margin-top: 0;
    width: 155px;
    height: 100%;
  }
  .home .search-block .cta-button:hover input {
    font-weight: bold;
  }
  .home .search-block .cta-button input {
    background: #0e0e98;
    color: white;
    height: 65px;
    letter-spacing: 3px;
    font-weight: lighter;
    border-radius: 0;
  }
  .home .header {
    opacity: 0;
  }
  .home .footer__icon {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    z-index: 6;
  }
  .home .desktop-notice {
    top: 1%;
  }
  .home .desktop-notice img {
    opacity: 0;
  }
  .home .desktop-notice span {
    opacity: 0;
    font-size: 14px;
    font-style: italic;
    color: #0E0E98;
  }
  .home .apartments {
    height: auto !important;
  }
  .home .apartments .container {
    max-width: unset !important;
  }
  .home .apartments__first-card:hover {
    -webkit-transform: none;
    transform: none;
  }
  .home .apartments__second-card .apartments__image img {
    -webkit-transform-origin: 0 400%;
    transform-origin: 0 400%;
  }
  .home .apartments__image {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  .home .apartments__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .home [class^=apartments__first-card--apt],
.home [class^=apartments__second-card--apt] {
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
    margin-top: 0;
  }
  .home .apartments {
    position: relative;
    background: white;
  }
  .home .apartments .container {
    margin-right: 0;
    margin-left: -68px;
    padding: 0;
  }
  .home .apartments .cta-button {
    position: absolute;
    margin-top: 0;
    right: 2.56%;
    width: 325px;
  }
}
@media screen and (min-width: 993px) and (min-width: 993px) {
  .home .apartments__first-card {
    padding-left: 68px;
  }
}
@media all and (min-width: 993px) {
  .home .apartments__first-card--decoration {
    width: 10%;
    margin-left: 42%;
    margin-top: -30%;
  }
}
@media all and (min-width: 993px) {
  .home .apartments__first-card .apartments__first-card--apt366 {
    width: 45%;
    left: 68px;
  }
  .home .apartments__first-card .apartments__first-card--apt366::before {
    content: "#apt_148";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    bottom: -5%;
    left: 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .home .apartments__first-card .apartments__first-card--apt366 img {
    -webkit-transform-origin: 0 80%;
    transform-origin: 0 80%;
  }
}
@media all and (min-width: 993px) {
  .home .apartments__first-card .apartments__first-card--apt590 {
    width: 49%;
    margin-left: 48.5%;
    margin-top: -10%;
  }
  .home .apartments__first-card .apartments__first-card--apt590::before {
    content: "#apt_106";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    top: -5%;
    right: 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .home .apartments__first-card .apartments__first-card--apt590 img {
    -webkit-transform-origin: 0 200%;
    transform-origin: 0 200%;
  }
}
@media all and (min-width: 993px) {
  .home .apartments .apartments__second-card {
    margin-top: 200px;
  }
  .home .apartments .apartments__second-card--decoration {
    width: 10%;
    margin-left: 51%;
    margin-top: -32%;
  }
  .home .apartments .apartments__second-card > [class^=apartments__second-card--apt] {
    margin-left: 0;
    position: relative;
  }
  .home .apartments .apartments__second-card .apartments__second-card--apt69 {
    left: 0;
  }
  .home .apartments .apartments__second-card .apartments__second-card--apt69::before {
    content: "#apt_590";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    top: -4.1%;
    right: 0;
    letter-spacing: 3px;
    font-size: 20px;
  }
  .home .apartments .apartments__second-card .apartments__second-card--apt106 {
    margin-top: -25%;
    margin-left: 52.5%;
  }
  .home .apartments .apartments__second-card .apartments__second-card--apt106 img {
    -webkit-transform-origin: 0 550%;
    transform-origin: 0 550%;
  }
  .home .apartments .apartments__second-card .apartments__second-card--apt106::before {
    content: "#apt_285";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    bottom: -5.5%;
    left: 0;
    letter-spacing: 3px;
    font-size: 20px;
  }
}
@media all and (min-width: 993px) {
  .home .about {
    background-color: white;
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .home .about__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    /* margin-left: 168px; */
    gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
  .home .about__content-wrapper p,
.home .about__content-wrapper h1 {
    font-weight: 400;
    font-family: "Arial", sans-serif;
  }
  .home .about__content-wrapper p,
.home .about__content-wrapper h1,
.home .about__content-wrapper a {
    font-size: 20px;
    margin: 0;
    letter-spacing: unset;
    text-transform: unset;
  }
  .home .about__content-wrapper > div {
    margin: unset;
    padding: unset;
  }
  .home .about__decorations {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .home .about__decorations img.is-1 {
    margin-top: 160px;
    margin-left: 130px;
  }
  .home .about__decorations img.is-2 {
    margin-left: 264px;
    z-index: 5;
    margin-top: 265px;
  }
  .home .about__decorations img.is-3 {
    /* margin-right: 15px; */
    right: 225px;
    z-index: 2;
    /* margin-left: unset; */
  }
  .home .about__image-section {
    padding: unset;
    width: 100%;
  }
  .home .about__image-section div:first-child {
    z-index: 1;
    width: 349px;
    height: 552px;
  }
  .home .about__image-section div:first-child > img {
    z-index: 1;
    width: inherit;
    position: absolute;
    height: inherit;
  }
  .home .about__image-section div:nth-child(2) {
    z-index: 2;
    width: 351px;
    height: 555px;
    /* left: 50px; */
  }
  .home .about__image-section div:nth-child(2) > img {
    position: absolute;
    width: inherit;
    height: inherit;
    left: 40%;
    opacity: 0.8;
    margin-top: 4%;
  }
  .home .about__content {
    width: 388px;
  }
  .home .about__wrap {
    margin-top: 48px;
    padding-bottom: 48px;
  }
  .home .about__header {
    padding-top: 0;
  }
  .home .about__header h2 {
    margin-top: 0;
  }
  .home .about__contacts--list {
    margin: 0;
  }
  .home .about__contacts--item {
    margin: 0;
  }
  .home .about__contacts--item strong {
    font-size: 20px;
  }
  .home .about__social-media--list {
    margin: 0;
  }
  .home .about__social-media--item {
    margin: 0;
  }
}
@media all and (min-width: 993px) {
  .home .cta-button a,
.home .cta-button input {
    background: #0e0e98;
    color: white;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    letter-spacing: 3px;
    font-weight: lighter;
  }
}
@media all and (min-width: 993px) {
  .desktop-nav__link:hover {
    color: #0E0E98;
  }
  .desktop-nav__link.is-active {
    color: #0E0E98;
    font-weight: bold;
  }
}
@media (max-width: 430px) {
  .home {
    background-color: #fff;
  }
}
@media all and (max-width: 380px) {
  .apartments__first-card--apt590 {
    margin-left: auto !important;
  }
  .apartments__second-card--apt69 {
    margin-left: auto !important;
  }
}
@media all and (max-width: 992px) {
  .container {
    max-width: 500px;
  }
  .home {
    margin: auto;
  }
  .home .footer {
    margin-top: 100px;
  }
  .home .footer__icon {
    right: 30px;
  }
  .home .foreground__image {
    position: absolute;
    top: 75px;
    left: 5%;
    width: 275px;
  }
  .home .search-block {
    margin: 100% auto 97px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
  }
  .home .search-block.active form {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .home .search-block.active input {
    width: 100%;
  }
  .home .search-block.active #search-toggle-button {
    display: none;
  }
  .home .search-block form {
    display: none;
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .home .search-block form {
    max-width: 250px;
  }
}
@media all and (max-width: 992px) {
  .home .search-block form input[type=text]::-webkit-input-placeholder {
    text-transform: capitalize;
  }
  .home .search-block form input[type=text]::-moz-placeholder {
    text-transform: capitalize;
  }
  .home .search-block form input[type=text]:-ms-input-placeholder {
    text-transform: capitalize;
  }
  .home .search-block form input[type=text]::-ms-input-placeholder {
    text-transform: capitalize;
  }
  .home .search-block form input[type=text]::placeholder {
    text-transform: capitalize;
  }
}
@media all and (max-width: 992px) {
  .home .search-block #search-button {
    height: 62px;
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .home .search-block .cta-button {
    margin-top: 30px;
    margin-left: auto;
    width: 320px;
    border-radius: 0 !important;
  }
  .home .search-block .cta-button input {
    border-radius: 0;
    text-transform: lowercase !important;
  }
}
@media all and (max-width: 992px) {
  .home .hero {
    height: 94.5vh;
    position: relative;
  }
  .home .hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: #fff;
    top: -110px;
    right: 0;
    left: 0;
  }
}
@media all and (max-width: 992px) {
  .home .content {
    position: absolute;
    width: 255px;
    right: 30px;
    bottom: 237px;
  }
  .home .content .hero__caption {
    font-size: 1.88rem;
    letter-spacing: 0;
    text-align: end;
    background: #EEEEEE;
    font-weight: 400;
  }
  .home .content .hero__caption--cursive {
    font-size: 30px;
    margin-top: 10px;
    font-style: italic;
    letter-spacing: 0;
  }
}
@media all and (max-width: 992px) {
  .home .mobile-notice__caption {
    position: absolute;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-style: italic;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #0E0E98;
    text-align: center;
    z-index: 10;
    padding: 0 20px;
  }
}
@media all and (max-width: 992px) {
  .home .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-top: 4.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media all and (max-width: 992px) {
  .home .apartments {
    position: relative;
    height: 60%;
  }
  .home .apartments__header {
    padding-top: 50px;
    margin-bottom: 80px;
  }
  .home .apartments__header h2 {
    margin-top: 0;
    font-size: 25px;
  }
  .home .apartments__first-card--decoration {
    margin-left: 45px;
  }
  .home .apartments__second-card--decoration {
    margin-right: 54px;
    margin-top: -54%;
    margin-left: 270px;
  }
  .home .apartments__second-card {
    margin-top: 144px;
    margin-bottom: unset;
  }
  .home .apartments__first-card *:before, .home .apartments__first-card *:after, .home .apartments__second-card *:before, .home .apartments__second-card *:after {
    text-transform: lowercase;
  }
  .home .apartments__first-card--apt366 {
    width: 281px;
    height: 187px;
  }
  .home .apartments__first-card--apt366::before {
    content: "#Apt_148";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    top: -11%;
    left: 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .home .apartments__first-card--apt590 {
    width: 308px;
    height: 205px;
    margin-left: 66px;
  }
  .home .apartments__first-card--apt590::before {
    content: "#Apt_106";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    bottom: -10%;
    right: 0;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .home .apartments__second-card--apt69 {
    margin-left: 66px;
    width: 308px;
    height: 205px;
  }
  .home .apartments__second-card--apt69::before {
    content: "#apt_590";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    top: -11%;
    right: 0;
    letter-spacing: 3px;
    font-size: 20px;
  }
  .home .apartments__second-card--apt106 {
    margin-left: 20px;
    width: 291px;
    height: 194px;
  }
  .home .apartments__second-card--apt106::before {
    content: "#apt_285";
    color: black;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    bottom: -11%;
    left: 0;
    letter-spacing: 3px;
    font-size: 20px;
  }
  .home .apartments .cta-button.is-desktop {
    display: none;
  }
  .home .apartments__end {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .apartments__end .cta-button {
    width: 287px;
    height: 62px;
    margin: 122px auto;
  }
  .home .apartments__end .cta-button:hover a {
    font-weight: bolder;
  }
  .home .apartments__end .cta-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #0e0e98 !important;
    color: white;
    font-size: 20px;
    font-weight: lighter;
    padding: 20px 23px;
  }
}
@media all and (max-width: 992px) {
  .home .about {
    /*height: 885px;*/
    padding-bottom: 90px;
  }
  .home .about__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    /* margin-left: 168px; */
    gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0;
    width: 85%;
  }
  .home .about__content-wrapper p,
.home .about__content-wrapper h1 {
    font-weight: 400;
    font-family: "Arial", sans-serif;
  }
  .home .about__content-wrapper p,
.home .about__content-wrapper h1,
.home .about__content-wrapper a {
    font-size: 20px;
    margin: 0;
    letter-spacing: unset;
    text-transform: unset;
  }
  .home .about__content-wrapper a {
    line-height: 1;
  }
  .home .about__content-wrapper > div {
    margin: unset;
    padding: unset;
  }
  .home .about__image-section {
    padding: unset;
    margin: auto;
    width: 85%;
    height: 310px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .about__image-section div:first-child {
    z-index: 1;
    width: 55%;
    height: 100%;
  }
  .home .about__image-section div:first-child > img {
    z-index: 1;
    width: inherit;
    position: absolute;
    height: inherit;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .home .about__image-section div:nth-child(2) {
    z-index: 2;
    width: 65%;
    top: 5%;
    height: 100%;
    /* left: 50px; */
    position: relative;
  }
  .home .about__image-section div:nth-child(2) > img {
    position: absolute;
    width: 100%;
    height: inherit;
    opacity: 0.8;
    margin-top: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .home .about__decorations {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  .home .about__decorations img.is-1 {
    margin: unset;
    left: 17%;
    top: 28%;
  }
  .home .about__decorations img.is-2 {
    margin: unset;
    top: 47%;
    left: 37%;
  }
  .home .about__decorations img.is-3 {
    /* margin-right: 15px; */
    right: 20%;
    top: 12%;
    z-index: 2;
    /* margin-left: unset; */
  }
  .home .about__contacts--list {
    margin: 0;
  }
  .home .about__contacts--item {
    margin: 0;
  }
  .home .about__contacts--item strong {
    font-size: 20px;
  }
  .home .about__social-media--list {
    margin: 0;
  }
  .home .about__social-media--item {
    margin: 0;
  }
  .home .about__header {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .home .about__header h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .home .footer {
    margin-top: 0;
  }
  .home .footer__content {
    padding: 14px;
    margin: auto;
  }
  .home .footer__content p,
.home .footer__content a {
    font-family: "Arial", sans-serif;
    color: #1D1D1D;
    letter-spacing: 1.5px;
    text-transform: lowercase;
  }
}
@media all and (max-width: 768px) and (min-width: 500px) {
  .header .container {
    max-width: 100vw !important;
  }
  .mobile-notice {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
  }
  .mobile-notice img {
    top: -20px;
  }
  .mobile-notice__caption {
    height: 2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .apartments .container {
    max-width: unset !important;
  }
  .apartments__first-card--decoration {
    margin-left: 48% !important;
  }
  .apartments__first-card--apt366 {
    width: 75% !important;
    height: unset !important;
  }
  .apartments__first-card--apt366::before {
    top: -6% !important;
  }
  .apartments__first-card--apt590 {
    width: 70% !important;
    height: unset !important;
    margin-left: 25% !important;
  }
  .apartments__first-card--apt590::before {
    bottom: -5% !important;
  }
  .apartments__second-card--apt69 {
    width: 75% !important;
    margin-left: 30% !important;
  }
  .apartments__second-card--apt106 {
    width: 70% !important;
    margin-top: 5% !important;
    margin-left: 10% !important;
    height: auto !important;
  }
  .apartments__second-card--apt106::before {
    bottom: -5% !important;
  }
}
.aprt-listing {
  background-color: #EEEEEE;
  padding-top: 3.9rem;
  padding-bottom: 3rem;
}
.aprt-listing .is-desktop {
  display: block;
}
.aprt-listing .is-mobile {
  display: none;
}
.aprt-listing__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aprt-listing .desktop-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 50px;
  margin: 0 auto;
}
.aprt-listing .desktop-nav__logo img {
  width: 100%;
}
.aprt-listing .hero__static-logo {
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .aprt-listing {
    padding-top: 9.75rem;
  }
  .aprt-listing .hero__static-logo {
    position: absolute;
  }
  .aprt-listing .desktop-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .aprt-listing .container {
    padding: 0;
  }
}
.aprt-listing__text-plug {
  font-size: 1.125rem;
}
.aprt-listing__title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}
.aprt-listing__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
}
.aprt-listing__wrap {
  position: relative;
}
.aprt-listing__wrap:nth-of-type(2) {
  margin-top: 5rem;
}
.aprt-listing__wrap:nth-of-type(2) .aprt-card__link {
  background-color: rgba(245, 223, 77, 0.7);
}
.aprt-listing__next-wrap {
  width: 135px;
  margin: auto;
  position: absolute;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aprt-listing__next-wrap img {
  width: 180px;
  position: absolute;
  left: -20px;
}
@media screen and (min-width: 993px) {
  .aprt-listing__next-wrap img {
    width: 200px;
    position: absolute;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@media screen and (min-width: 993px) {
  .aprt-listing__next-wrap {
    top: -50px;
  }
}
.aprt-listing .slick-initialized .slick-slide {
  margin: 0 5px;
}
.aprt-listing .is-desktop {
  padding-top: 50px;
}
.aprt-listing .is-desktop .aprt-listing__list {
  display: grid;
  grid-template-columns: repeat(3, 414px);
  grid-auto-rows: 323px;
  gap: 100px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  margin-bottom: 100px;
}
.aprt-listing .is-desktop .aprt-card {
  display: list-item;
  position: relative;
  background-color: #fff;
  height: 100%;
  width: 100%;
  min-width: 430px;
  padding: 20px 10px 10px 10px;
  margin: 0;
}
.aprt-listing .is-desktop .aprt-card__wrapper {
  overflow: hidden;
}
.aprt-listing .is-desktop .aprt-card:nth-child(5) {
  grid-column-end: -1;
}
.aprt-listing .is-desktop .aprt-card:nth-child(6) {
  grid-column: 2;
}
.aprt-listing .is-desktop .aprt-card:nth-child(6)::before {
  content: "";
  background-image: url("../img/parts/this-is-sea.png");
  background-size: 244px 212px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -108%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  max-width: 430px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  pointer-events: none;
}
.aprt-listing .is-desktop .aprt-card:nth-child(9) {
  grid-column-end: -1;
}
.aprt-listing .is-desktop .aprt-card:nth-child(14)::after {
  content: "";
  background-image: url("../img/parts/this-is-sky.png");
  background-size: 244px 212px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -108%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  pointer-events: none;
}
.aprt-listing .is-desktop .aprt-card:nth-child(15) {
  grid-column: 2;
}
.aprt-listing .is-desktop .aprt-card:hover .aprt-card__info {
  z-index: 99;
  opacity: 1;
}
.aprt-listing .is-desktop .aprt-card:hover .aprt-card__image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.aprt-listing .is-desktop .aprt-card:hover .aprt-card__desc {
  -webkit-transform: translateY(-14%);
  transform: translateY(-14%);
}
.aprt-listing .is-desktop .aprt-card:hover .aprt-card__num {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.aprt-listing .is-desktop .aprt-card:hover .aprt-card__slider {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aprt-listing .is-desktop .aprt-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aprt-listing .is-desktop .aprt-card__header p,
.aprt-listing .is-desktop .aprt-card__header h4 {
  margin: 0;
}
.aprt-listing .is-desktop .aprt-card__caption {
  color: #151515;
  font-size: 20px;
  font-weight: 400;
}
.aprt-listing .is-desktop .aprt-card__view {
  font-family: "Give You Glory", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: lowercase;
  color: #0E0E98;
}
.aprt-listing .is-desktop .aprt-card__item {
  max-width: none;
  height: 270px;
}
.aprt-listing .is-desktop .aprt-card__info {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.aprt-listing .is-desktop .aprt-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  -webkit-transform: translateY(81%);
  transform: translateY(81%);
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#121212), to(rgba(96, 96, 96, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #121212 0%, rgba(96, 96, 96, 0) 100%) 0% 0% no-repeat padding-box;
  height: 130px;
  padding-bottom: 20px;
  width: 411px;
  margin: 0 auto;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.aprt-listing .is-desktop .aprt-card__data {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.aprt-listing .is-desktop .aprt-card__small {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}
.aprt-listing .is-desktop .aprt-card__num {
  font-size: 50px;
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
  margin: 0;
  font-weight: 400;
  -webkit-transition: -webkit-transform ease-in 0.5s;
  transition: -webkit-transform ease-in 0.5s;
  transition: transform ease-in 0.5s;
  transition: transform ease-in 0.5s, -webkit-transform ease-in 0.5s;
}
.aprt-listing .is-desktop .aprt-card__image {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.aprt-listing .is-desktop .aprt-card__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aprt-listing .is-desktop .aprt-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: block;
}
.aprt-listing .is-desktop .aprt-card__slider {
  width: 410px;
  height: 268px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.aprt-listing .is-desktop .aprt-card__pagination {
  height: 8px;
  width: 130px;
  position: absolute;
  bottom: 25px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.aprt-listing .is-desktop .aprt-card__pagination .swiper-pagination-bullets-dynamic {
  position: absolute;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  left: -28px;
  top: 0;
  height: 8px;
  z-index: 99;
}
.aprt-listing .is-desktop .aprt-card__dots span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}
.aprt-listing .is-desktop .aprt-card__dots .swiper-pagination-bullet-active-next,
.aprt-listing .is-desktop .aprt-card__dots .swiper-pagination-bullet-active-prev,
.aprt-listing .is-desktop .aprt-card__dots .swiper-pagination-bullet-active-next-next,
.aprt-listing .is-desktop .aprt-card__dots .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.aprt-listing .is-desktop .aprt-card__dots .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.aprt-listing .is-desktop .arrows {
  position: relative;
  z-index: 99;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 10px;
  top: 0;
}
.aprt-listing .is-desktop .arrows__left, .aprt-listing .is-desktop .arrows__right {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 46px;
}
.aprt-listing .is-desktop .arrows__left {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 1399px) {
  .aprt-listing .is-desktop .aprt-listing__list {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 70px 40px;
    margin-bottom: 70px;
  }
  .aprt-listing .is-desktop .aprt-card:nth-child(15) {
    grid-column: 1;
  }
  .aprt-listing .is-desktop .aprt-card__item {
    max-width: none;
  }
}
@media (max-width: 992px) {
  .aprt-listing .container {
    max-width: none;
  }
}
@media (max-width: 938px) {
  .mobile-notice {
    overflow: hidden;
  }
  .aprt-listing .desktop-nav__logo {
    display: none;
  }
  .aprt-listing .is-desktop {
    padding-top: 90px;
  }
  .aprt-listing .is-desktop .aprt-listing__list {
    display: block;
  }
  .aprt-listing .is-desktop .aprt-card {
    margin: 0 auto 20px auto;
  }
  .aprt-listing .is-desktop .aprt-card__info {
    opacity: 1;
    z-index: 3;
  }
  .aprt-listing .is-desktop .aprt-card__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .aprt-listing .is-desktop .aprt-card__desc {
    -webkit-transform: translateY(-14%);
    transform: translateY(-14%);
  }
  .aprt-listing .is-desktop .aprt-card__num {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media all and (max-width: 430px) {
  .mobile-notice {
    overflow: visible;
    background: #fff;
    border-bottom: 10px solid #eee;
  }
  .aprt-listing {
    background-color: #fff;
    padding-top: 0;
  }
  .aprt-listing__inner {
    background-color: #eee;
    padding-top: 9.75rem;
  }
  .aprt-listing .is-desktop {
    display: none;
  }
  .aprt-listing .is-mobile {
    display: block;
  }
  .aprt-listing .is-mobile .aprt-listing__list {
    display: block;
    width: 100%;
    max-width: 430px;
    overflow: hidden;
    -webkit-transition: -webkit-transform ease-in 0.4s;
    transition: -webkit-transform ease-in 0.4s;
    transition: transform ease-in 0.4s;
    transition: transform ease-in 0.4s, -webkit-transform ease-in 0.4s;
  }
  .aprt-listing .is-mobile .aprt-listing__wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #eee;
  }
  .aprt-listing .is-mobile .aprt-card {
    width: 100%;
    height: 55px;
    display: block;
    overflow: hidden;
    margin-right: 0;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
    border-top: 1px solid black;
    background: #fff;
    z-index: 0;
  }
  .aprt-listing .is-mobile .aprt-card.active {
    height: 473px;
  }
  .aprt-listing .is-mobile .aprt-card.active .aprt-card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aprt-listing .is-mobile .aprt-card .slick-dots {
    width: 100px;
    height: 15px;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    display: inline-block;
  }
  .aprt-listing .is-mobile .aprt-card .slick-dots li {
    width: 8pt;
    height: 8pt;
    background-color: white;
    margin-left: 5px;
    margin-right: 0;
    opacity: 0.5;
  }
  .aprt-listing .is-mobile .aprt-card .slick-dots li.slick-active {
    opacity: 1;
  }
  .aprt-listing .is-mobile .aprt-card .slick-dots li button {
    display: none;
  }
  .aprt-listing .is-mobile .aprt-card .cta-button__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 213px;
    height: 62px;
    background: #0E0E98;
    color: white;
  }
  .aprt-listing .is-mobile .aprt-card__image-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 394px;
    width: 100%;
  }
  .aprt-listing .is-mobile .aprt-card__image-wrapper::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7525603992)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7525603992) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .aprt-listing .is-mobile .aprt-card__images-slider {
    height: 220pt;
    margin-left: -1px;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
  }
  .aprt-listing .is-mobile .aprt-card__header {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 10px;
    background: white;
  }
  .aprt-listing .is-mobile .aprt-card__view {
    height: 100%;
    width: fit-content;
    width: -moz-fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0;
    z-index: 5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "Give You Glory", sans-serif;
    font-weight: 400;
    font-size: 20pt;
    text-transform: lowercase;
    letter-spacing: 0;
    color: #0E0E98;
  }
  .aprt-listing .is-mobile .aprt-card__image {
    height: 220pt;
  }
  .aprt-listing .is-mobile .aprt-card__caption {
    text-transform: lowercase;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20pt;
    letter-spacing: 3px;
  }
  .aprt-listing .is-mobile .aprt-card__desc {
    height: 70px;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
  }
  .aprt-listing .is-mobile .aprt-card__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: white;
  }
  .aprt-listing .is-mobile .aprt-card__small {
    font-size: 16pt;
    letter-spacing: 0;
    text-transform: lowercase;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
  }
  .aprt-listing .is-mobile .aprt-card__num {
    font-size: 50pt;
    margin: 0;
    font-weight: 400;
  }
  .post-type-archive-apartments {
    position: fixed;
    overflow-y: hidden;
    height: 100vh;
    width: 100%;
  }
}
@media all and (max-width: 395px) {
  .aprt-listing .is-mobile .aprt-card__image-wrapper {
    max-width: 374px;
  }
}
body.single-apartments {
  background: #eee;
}
body.single-apartments .desktop-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin: 0 auto;
}
body.single-apartments .desktop-nav__logo img {
  width: 100%;
}

.aprt-single__name-text {
  letter-spacing: normal;
  text-transform: unset;
  font-size: 1.1rem;
  font-weight: 700;
}
.aprt-single .container {
  background-color: #eee;
}
.aprt-single .hero__static-logo {
  top: 110px;
}
.aprt-single__wrap {
  background-color: #eee;
  padding-top: 8.75rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 993px) {
  .aprt-single__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.aprt-single__title {
  text-transform: lowercase;
}
.aprt-single__title.is-mobile {
  font-weight: bold;
}
.aprt-single__title.is-desktop {
  margin-top: 0;
  font-weight: bold;
  text-align: left;
}
.aprt-single__under-title{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: unset;
  letter-spacing: normal;
  font-style: italic;
}
@media screen and (min-width: 993px) {
  .aprt-single__under-title{
    margin-top: -0.67rem;
  }
  .aprt-single__gallery {
    min-height: 100vh;
    width: 100%;
    min-width: 50%;
  }
}
.aprt-single__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: auto;
  overflow-y: hidden;
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 993px) {
  .aprt-single__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    white-space: unset;
    left: -20px;
    height: 100%;
  }
}
.aprt-single__images img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 240px;
}
@media screen and (min-width: 993px) {
  .aprt-single__images img {
    height: 60vh;
  }
}
@media screen and (min-width: 993px) {
  .aprt-single__image {
    height: 100%;
  }
}
.aprt-single__image-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .aprt-single__image-wrap img {
    height: 100%;
  }
}
.aprt-single__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 993px) {
  .aprt-single__content {
    margin-top: 0;
    width: 100%;
    padding-left: 4rem;
    padding-top: 9.75rem;
    padding-bottom: 3rem;
  }
}
.aprt-single__link {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: normal;
  font-size: 1.25rem;
}
.aprt-single__text {
  font-size: 1.25rem;
  text-transform: lowercase;
  letter-spacing: normal;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 993px) {
  .aprt-single__text {
    max-width: 50ch;
  }
}
.aprt-single__text--time {
  letter-spacing: normal;
}
.aprt-single__text.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aprt-single__text.is-flex span {
  margin-right: 3px;
}
.aprt-single__list {
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.aprt-single .search-block {
  max-width: 900px;
}
@media screen and (min-width: 993px) {
  .aprt-single .search-block__cont {
    width: 33%;
  }
}
@media screen and (min-width: 993px) {
  .aprt-single .search-block input {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .aprt-single .search-block .book-form {
    margin-top: 5%;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.aprt-single .search-block form {
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .aprt-single .search-block form {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}
@media screen and (min-width: 993px) {
  .aprt-single .search-block form {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.aprt-single .cta-button {
  height: 100%;
}
@media screen and (min-width: 993px) {
  .aprt-single .cta-button {
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .aprt-single .cta-button {
    margin-top: auto;
    margin-left: 5%;
  }
}

.video-embed {
  height: 100%;
  width: 100%;
}

@media all and (min-width: 1366px) {
  .aprt-single .container {
    margin-left: 0;
  }
}
@media screen and (min-width: 993px) {
  .video-embed {
    height: 50vh;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .is-video .aprt-single__image-wrap.video-gallery-item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .is-video .aprt-single__image-wrap:nth-child(2):not(.video-gallery-item) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .is-video .aprt-single__image-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 440px) {
  body.single-apartments {
    background: #fff;
  }
  .aprt-single {
    background-color: #fff;
  }

  /*mk*/
  #book-modal .modal__content {
    height: 100vh;
    max-height: 100vh;
  }

  .modal {
    height: 100vh;
  }

  #book-modal.modal .container {
    display: block;
    padding: 5px 5px;
    max-height: 100vh;
    overflow: hidden auto;
  }

  .calendar-table .day-number {
    font-size: 16px;
    padding: 5px;
  }

  .calendar__wrapper {
    height: 100vh;
  }

  .calendar__check {
    padding-bottom: 10px;
  }

  #book-modal .calendar__days-wrapper {
    margin-top: 1rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }

  .calendar__wrapper .calendar__check {
    padding-left: 40px;
    height: 20%;
  }

  #book-modal .calendar__wrapper .calendar__days-wrapper {
    min-height: fit-content;
  }

  .calendar-wrap__rotate.date, .calendar-wrap__rotate.year {
    font-size: 42px;
  }

  #book-modal .modal__content {
    padding-right: 5px;
  }


  .calendar-table td.is-booked span{
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 25px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .mobile-hidden {
    display: none;
  }

  .desctop-hidden {
    display: inline-block !important;
  }

  #book-modal .modal__content .calendar__dates {
    position: relative;
    margin-right: 16px;
  }

  #book-modal .modal__content .calendar-days {
    width: 70%;
  }
}

@media (min-height: 811px) and (max-width: 428px) {
  .calendar-table .day-number {
    font-size: 18px !important;
  }

  .modal .container .content ul li p:last-child {
    width: 120px !important;
  }

  .modal .container .content ul li p:first-child {
    width: calc(100% - 120px);
  }
}

.desctop-hidden {
  display: none;
}

@media (min-height: 667px) and (max-width: 430px) {
  #book-modal .modal__content .container {
    height: 100%;
    overflow-y: hidden;
  }
}


.calendar-wrap__rotate.month {
  font-size: 30px;
  font-family: inherit;
  white-space: nowrap;
  margin-top: -122px;
}

.hidden-block {
  display: none;
}

.calendar__info-wrapper--check-in,
.calendar__info-wrapper--check-out {
  margin-bottom: 25px;
  max-width: 145px;
}
.calendar__info-wrapper--check-out{
  margin-bottom: auto;
}

.calendar__info-wrapper--check-in {
  max-width: 142px;
}

.calendar__info-wrapper--check-in p strong {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: inherit;
}


#book-modal .calendar-wrap__wa {
  width: 80px;
}

#book-modal .calendar__days-wrapper {
  margin-right: 0px;
  margin-left: 20px;
}

/*#book-modal .calendar__wrapper {*/
/*    column-gap: 20px;*/
/*}*/

.arrow-month-prev,
.arrow-month-next {
  transform: rotate(90deg);
}

.month-calendar-wrap {
  position: absolute;
  /* height: 54px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 0px;
  left: 27px;
}

#book-modal .month-calendar-wrap p {
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  margin-left: -44px;
}

.full-month-year {
  margin-right: -15px;
}

#book-modal.step-3.is-active .calendar__guests-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.calendar__guests-amount
.calendar__guests-amount-selector-wrapper:nth-child(even)
.calendar__guests-amount-selector {
  text-align: end;
}

#book-modal.step-3.is-active .calendar__guests-amount-selector-wrapper {
  width: 270px;
}

#book-modal.modal .modal__content {
  width: 695px;
  max-height: 90vh;
  height: auto;
  max-width: 100%;
  overflow: auto;
}

#book-modal.modal .container {
  padding: 20px 25px 23px;
  height: inherit;
}

#book-modal.step-1 .modal__content .calendar-days .calendar__check {
  margin-top: 45px;
  width: 157px;
}

#book-modal.modal .calendar__days-wrapper {
  margin-top: 10px;
  height: auto;
}

#book-modal.modal .calendar__wrapper {
  height: 100%;
  overflow: hidden;
}

#book-modal.modal .calendar__dates {
  position: relative;
  /*margin-right: 10px;*/
  overflow: hidden;
  height: 100%;
  /*padding-left: 24px;*/
  padding-bottom: 24px;
  margin-top: -3px;
  padding-top: 3px;
}

#book-modal.modal.step-3 .calendar__info-wrapper {
  margin-left: -10px;
}

#book-modal.modal.step-3 .calendar__wrapper {
  column-gap: 0px;
}

#book-modal.modal.step-3 .calendar__dates {
  margin-right: 40px;
}

.calendar__dates span.min-days-message {
  left: 60px !important;
}

#book-modal.modal .calendar-table {
  margin-top: 3px;
}

#book-modal.modal .calendar__dates::-webkit-scrollbar {
  display: none;
}

#book-modal.modal .calendar__range {
  max-height: 240px;
  margin-right: 108px;
  max-width: 84px;
  top: -101px;
  right: 6px;
  position: relative;
}

#book-modal.modal [class*="calendar__arrow"] {
  top: 107px;
  left: 117px;
}

#book-modal.modal [class*="calendar__arrow"].bottom {
  left: -98px !important;
  top: 107px !important;
}

#book-modal.modal.step-2 .modal__content .calendar-days .calendar__check {
  margin-top: 0px;
}

/*768*/
#book-modal.modal .calendar__decoration {
  width: 244px;
  padding-left: 2px;
}

#book-modal.modal .calendar__info-wrapper {
  margin-left: 5px;
}

.calendar-wrap__rotate.month.full-month-year span {
  font-weight: 400;
  letter-spacing: 3px;
}

#book-modal.step-3.is-active .calendar__guests-selection-wrapper {
  margin-top: 0;
  margin-left: 38px;
  /*height: 90vh;*/
}

#book-modal.step-3.is-active .container {
  padding-left: 20px;
  padding-right: 0px;
}

.calendar__info-wrapper--check-in {
  font-size: 20px;
}

#book-modal .calendar-wrap__rotate.month {
  letter-spacing: 3px;
  width: 309px;
  display: flex;
  justify-content: space-between;
}

.modal.step-3.is-active .calendar__check {
  padding-bottom: 0;
}

.nights-limit {
  display: block;
  transform: rotate(270deg);
  position: absolute;
  top: 31%;
  left: -60px;
  font-size: 14px;
}

.nights-limit p strong {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: lowercase;
}

#book-modal.step-2 .calendar__info-wrapper--check-out p strong {
  font-weight: 600;
  font-family: sans-serif;
}

#book-modal.step-3 .calendar__info-wrapper--check-in {
  max-width: 160px;
}

#book-modal.step-3.is-active .calendar__info-wrapper--check-in p strong {
  font-weight: 600 !important;
  width: 143px;
}

#book-modal.step-2 .calendar__info-wrapper--check-in p strong {
  width: 132px;
}

#step-2.modal .modal__content.confirmation .container .left p {
  left: -10px;
}

@media only screen and (max-width: 440px) {
  #book-modal.modal .calendar__dates {
    padding-left: 10px;
  }

  #step-2.modal .modal__content.confirmation .container .left p {
    left: 0px;
  }

  #book-modal.modal .calendar__info-wrapper {
    margin-left: 0;
  }

  #book-modal.modal .mobile_date_from {
    padding-left: 10px;
  }

  #book-modal.step-3.is-active .calendar__guests-selection-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  #book-modal.modal .container {
    padding: 18px 5px;
  }

  #book-modal.modal .modal__content {
    max-width: 360px;
    width: 100%;
    height: 95vh;
  }

  .nights-limit {
    /*display: none;*/
  }

  #book-modal .calendar-wrap__rotate.month {
    margin-top: -147px;
    width: 303px;
    display: flex;
    justify-content: space-between;
  }

  .nights-limit {
    top: 28%;
    left: -55px;
  }

  .calendar__info-wrapper--check-in {
    max-width: 148px;
  }

  .calendar__info-wrapper--check-out p strong,
  .calendar__info-wrapper--check-in p {
    font-size: 20px !important;
  }

  .calendar__info-wrapper--check-out p strong {
    font-weight: 600;
    margin-bottom: 10px;
    font-family: sans-serif;
  }

  .step-2 .calendar__info-wrapper--check-out {
    max-width: 152px;
  }

  .calendar_guests_title_mobile {
    margin-top: 20px;
  }

  #book-modal .modal__content .calendar-days {
    width: 55% !important;
  }

  #book-modal .calendar__days-wrapper {
    margin-right: 0px;
  }

  .calendar__wrapper .calendar__check {
    padding-left: 10px;
  }

  #book-modal.is-active .calendar-wrap__wa {
    margin-left: -20px;
  }

  #book-modal.step-2 .calendar__info-wrapper--check-out p strong,
  .calendar__info-wrapper--check-in p strong {
    max-width: 95%;
  }

  #book-modal .calendar-wrap__rotate.month {
    letter-spacing: 2px;
  }

  .calendar-wrap__rotate.month.full-month-year span {
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 410px) {
  #book-modal.modal .modal__content {
    max-width: 340px;
  }
}

@media only screen and (max-width: 375px) {
  .calendar__check-in .calendar__info-wrapper--check-in {
    font-size: 20px;
  }

  .calendar_guests_title_mobile, .mobile_guest_meta {
    font-size: 18px;
  }

  #book-modal.modal .modal__content {
    max-width: 325px;
  }

  .calendar_guests_title_mobile {
    padding-left: 10px;
  }

  .calendar__info-wrapper--check-out p,
  .calendar__info-wrapper--check-in p{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*@media screen and (min-width: 1900px) and (min-height: 930px) {*/
/*  #book-modal.modal .modal__content {*/
/*    max-height: 740px;*/
/*  }*/

/*  #book-modal.modal .calendar__dates {*/
/*    height: 100%;*/
/*  }*/
/*}*/

@media screen and (max-width: 440px) and (max-height: 670px) {
  .calendar-wrap__wa {
    height: 320px;
  }

  #book-modal.modal .calendar__dates {
    height: 92%;
  }
}

/*iphone 11*/
@media only screen and (min-width: 414px) and (max-width: 896px) {
  #book-modal.modal .container,
  #book-modal.modal .modal__content {
    /*max-height: 757px;*/
  }

  #book-modal.modal .calendar__dates {
    height: 100%;
    overflow: hidden;
  }

  .calendar_guests_title_mobile {
    margin-top: 50px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 370px) and (max-width: 844px) {
  #book-modal.modal .calendar__dates {
    height: 100%;
  }
}

@media only screen and (max-width: 1920px) and (max-height: 700px) {
  #book-modal.modal .calendar__dates {
    height: 88%;
    overflow: scroll;
  }
}

.confirmation-price-items p {
  font-weight: bold !important;
}

#calendar__check-in p{
  width: max-content;
}

.search-result__number-wrap{
  position: relative;
}
.search-result__number.is-discounted{
  position: absolute;
  right: 0;
  top: -20px;
  width: 100%;
  font-family: "Give You Glory", sans-serif;
  text-align: right;
  color: #0E0E98;
}
@media (max-width: 1000px){
  .search-result__number.is-discounted{
    font-size: 27px;
    top: unset;
    bottom: -30px;
    white-space: nowrap;
  }

  #search-result .aprt-card__lower-wrapper{
    width: 100%;
    padding: 0 10px;
  }
  #search-result .search-result__price{
    justify-content: space-between;
  }
  #search-result .cta-button{
    width: 100%;
  }
  #search-result .cta-button .cta-button__action{
    height: 50px;
  }
}
.search-result__number.is-full{
  position: relative;

}
.search-result__number.is-full:after{
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../img/price-cross-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.book-discount__discount{
  margin-top: 5px !important;
  font-family: "Give You Glory", sans-serif !important;
  color: #0E0E98 !important;
  width: 100% !important;
  text-align: right !important;
  font-size: 25px !important;

}
.book-discount__full{
  position: relative;
  width: max-content !important;
  margin-left: auto !important;
  text-align: right !important;
}

.book-discount__full:after{
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../img/price-cross-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1000px){

  .modal .modal__content.search-result{
    width: 820px;
    max-width: 820px;
  }

}
.search-result__discount-text{
  font-family: "Give You Glory", sans-serif !important;
  color: #0E0E98 !important;
  font-weight: 700;
}

.search-result__discount-text.is-2days{
  font-size: 14px;
  font-style: italic;
  font-family: Arial, serif !important;
  font-weight: 300;
  text-transform: lowercase;

}


.calendar__info-wrapper{
  order: 3;
}
.calendar-days{
  order: 2;
}
.calendar-table tr td.border-right {
border-right: 1px solid #939597;
}
.calendar-table tr td.border-left {
  border-left: 1px solid #939597;
}
@media (max-width: 440px){

  #book-modal .calendar__days-wrapper{
    margin-left: 0;

  }

}

.calendar-table td.days{
  font-size: 13px !important;
  padding-right: 3px;
  padding-left: 3px;
}

.home .about__social-media--item:first-child {
  margin-bottom: 0.5rem !important;
}
 /*+20*/
.aprt-listing .is-desktop .aprt-listing__list{
  grid-auto-rows: 343px;
}
.aprt-listing .is-desktop .aprt-card__footer{
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aprt-listing .is-mobile .aprt-card__footer{
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 20px;

}
.aprt-listing .is-mobile .slick-dotted.slick-slider{
  margin-bottom: 0;

}
.aprt-listing .aprt-card__footer .date{
  color: #828282;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.aprt-listing .is-desktop .aprt-card__footer .search-result__number{
  color: #151515;
  font-size: 16px; /* 17 * 0.7 */
  letter-spacing: 0;
  font-weight: 700;
}
.aprt-listing .aprt-card__footer .search-result__number small{
  color: #828282;
  font-size: 10px; /* 11 * 0.7 */
  letter-spacing: 0.02em;
  font-weight: 400;
}
.aprt-listing .aprt-card__footer span{
  vertical-align: middle;
  line-height: 25px;
}
.aprt-listing .is-desktop .aprt-card__info{
  bottom: 20px;
}

.aprt-listing .is-mobile .aprt-card .cta-button__action,
.aprt-listing .is-mobile .aprt-card .cta-button{
  width: 100%;
  padding: 0 15px;

}

#date_change{
  cursor: pointer;
}
.is-relative{
  position: relative;
}

.home .cta-button__home-listing{
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.home-aptr__list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-aptr__list li{
  width: 50%;
  margin-bottom: 2.5rem;
}
.home-aptr__card .aprt-card__caption{
  margin: 0;
}

.home-aptr__card .aprt-card__footer{
  margin-top: -2px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2px 0 4px;
}
.home-aptr__card .aprt-card__footer span{
  font-size: 11px;


}
@media (min-width: 400px){

  .home-aptr__card .aprt-card__footer span{
    font-size: 13px;

  }


}
.home-aptr__card span.search-result__number{
  margin-left: 2px;
}
.home-aptr__card img{
  object-fit: cover;
  height: 320px;

}

.home-aptr__list li:nth-child(even) .aprt-card__caption{
  text-align: right;

}

.home .cta-button__home-listing-mobile{
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}

.home-aptr__list .search-result__number small{
  font-weight: 400;
  font-size: 65%;
}

#js-fader{
  transition: opacity ease 1.5s;
}

.confirmation-price-items.is-confiramtion .book-discount__discount{
  margin-top: 0 !important;
  width: auto !important;
  font-size: 22px !important;
}

.confirmation-price-items.is-confiramtion .search-result__discount-text{
  width: auto !important;
  font-size: 14px !important;
}

@media (max-width: 375px){

  .confirmation-price-items.is-confiramtion .book-discount__discount{
    font-size: 20px !important;
  }

  .confirmation-price-items.is-confiramtion .search-result__discount-text{
    font-size: 13px !important;
  }


}

.calendar-wrap__column #calendar_month {
  opacity: 0.5;

}

@media (max-width: 993px) {
  .aprt-single .cta-button .cta-button__action,
  .aprt-single .search-block__field{

    width: 230px;
  }

  #sticky-block{
    min-height: 65px;
  }
  .aprt-single .cta-button .cta-button__action.is-sticky{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .content{
    width: 210px;
  }
}

#discount-row.confirmation-price-items.is-discount{
  display: none !important;
}
#discount-row.confirmation-price-items.is-discount.is-show{
  display: flex !important;
}

.confirmation__additional .confirmation__form--terms{
  align-items: center;
}
.confirmation__additional .confirmation__form--terms label{
  padding-left: 1rem;
}
/*@media (max-width: 560px) {*/
/*  .confirmation__additional .confirmation__form--terms label{*/
/*    font-size:12px;*/
/*  }*/
/*}*/
.confirmation__additional .confirmation__form--terms input[type=checkbox]{
  margin:0;
}

.confirmation__additional{
  position: relative;
  margin-bottom: 41px;
}

@media (min-width: 768px){

  .confirmation__additional{
    margin-top: -55px;
  }

}
.confirmation__additional .confirmation__form--terms label{
  width: 100%;
}
.extra-price__cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.extra-price__price{
  font-family: "Give You Glory", sans-serif !important;
  color: #0E0E98 !important;
  font-weight: 700;
  font-size: 22px;
}
.extra-price__total{
  position: absolute;
  width: 100%;
  text-align: right;
  margin-top: 0.25rem;
}
#send_request-button:disabled{
  opacity: 0.75;
}

.hero__caption.is-mobile{
  text-transform: unset;
}

.hero__caption.is-mobile b{
  margin-bottom: -10px;
  display: block;
  font-size: 2.59rem;
  letter-spacing: 1px;
}
.hero__caption.is-mobile span{
  display: block;
  max-height: 25px;
  font-size: 1.75rem;
  letter-spacing: 3px;
}
.swiper-slide {
  touch-action: none !important;
}
@media all and (max-width: 768px) {
  .home .hero{
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
  .home .content .hero__caption.is-mobile{
    background-color: transparent;
    color: #fff;
  }
  .home .foreground__image{
    display: none;
  }
  .home .aprt-listing{
    display: none;
  }
  .home .header-mobile__toggle {
    background-image: url(../img/hamburger_menu_white.svg);
  }
  .home .hero__caption.is-mobile span{
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0;
    font-size: 1.65rem;
  }
}

.normal-case{
  text-transform: none;
}
.text-blue{
 color: #0e0e98;
}
.ml-1{
  margin-left: 4px;
}
.my-0{
  margin-top:0!important;
  margin-bottom: 0!important;
}
.flex{
  display: flex;
}
.block{
  display: block;
}
.items-center{
  align-items: center;
}
.space-between{
  justify-content: space-between;
}
@media all and (max-width: 375px){
  .aprt-listing .is-mobile .aprt-card__caption,
  .aprt-listing .is-mobile .aprt-card__view.handwritten{
    font-size: 16pt;
  }
}

.robe__counter{
  width: 20px !important;
  margin: 0 10px 0 !important;
  padding: 4px !important;
}

input.robe__counter::-webkit-inner-spin-button,
input.robe__counter::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.robe__counter[type=number] {
  -moz-appearance: textfield;
}
.w-180{
  width:180px;
}

/* Обертка блока */
.blog-wrap {
  padding: 60px 0;
}

/* ===== Сетка =====
   3 колонки фиксированной ширины 414px, зазоры: горизонталь 50px, вертикаль 100px.
   На мобиле/планшете — 1 колонка 100% ширины (но не шире 414px). */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 414px);
  gap: 100px 50px; /* row col */
  justify-content: center; /* центрируем сетку в контейнере */
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 36px 0;
  }
}

/* ===== Карточка ===== */
.blog-card {
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
}

/* Тонкая "черта" сверху карточки (как на рефе) */
.blog-card::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: rgba(0,0,0,0.25);
  margin: 0 0 12px 0;
}
.blog-card.blog-card--placeholder::before{
  width: 0;
}

/* Ссылка-карточка целиком кликабельна */
.blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ===== Изображение =====
   Соотношение сторон ближе к 3:2 как на скриншоте */
.blog-card__media {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  overflow: hidden;
  background: #f5f5f5;
}

.blog-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  transition: transform .5s ease;
}

.blog-card__link:hover .blog-card__img {
  transform: scale(1.03);
}

/* ===== Текстовая часть ===== */
.blog-card__text {
  margin-top: 4px;
}

.blog-card__title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase; /* как в макете */
  letter-spacing: 0.2px;
  margin: 0;
  text-align: left;
}

.blog-card__excerpt {
  font-size: 12px;
  line-height: 1.35;
  text-transform: unset;
  font-weight: 600;
  margin: 6px 0 0 0;
  letter-spacing: 0;
}

.blog-card--placeholder{
  display: none;
}

/* ≤1400px: 2 колонки */
@media (max-width:1400px){
  .blog-grid{
    grid-template-columns: repeat(2, 414px);
    gap:80px 40px;          /* можно оставить прежние, если надо */
  }
}

/* ≤768px: 1 колонка, карточка по центру */
@media (max-width:920px){
  .blog-grid{
    grid-template-columns: 1fr;   /* одна колонка */
    justify-items:center;         /* центрируем карточку без margin:auto */
    gap:28px 0;
  }

}

@media (min-width: 1200px) {
  .blog-card--placeholder {
    display: block;
  }
}

.blog-card__media--placeholder {
  background: #efefef;
}

.blog-card__placeholder {
  position: absolute;
  inset: 0;
  width: 60%;
  height: 60%;
  margin: auto;
  object-fit: contain;
  opacity: .9;
}
.blog .blog-wrap{
  padding-bottom: 0;
}
.blog .aprt-listing{
  background-color: #eee;
}


.single-post .aprt-single__content *{
  text-transform: unset;
  letter-spacing: normal;

}
.single-post .aprt-single__title{
  font-size: 35px;
  text-transform: unset;
  letter-spacing: normal;
}

@media (max-width: 768px) {
  .blog .aprt-listing .container{
    padding: 0 20px;
  }

  .blog .blog-wrap{
    padding-top: 0;
  }

  .single-post .aprt-single__title{
    font-size: 18px;
    margin-bottom: 1.5rem;
  }

  .aprt-single__slider {
    height: auto;
  }

  .aprt-single__slider .swiper-wrapper {
    height: auto;
    overflow: visible;
  }

  .aprt-single__slider .swiper-slide {
    height: auto;
  }

  /* Video should not force full-height */
  .aprt-single__slider .video-embed {
    width: 100%;
    height: 240px;
    aspect-ratio: 16 / 9;
    display: block;
    border: 0;
  }

  .single-apartments .aprt-single{
    overflow: hidden;
  }

}


/* Minimal styles – adjust in theme stylesheet */
.author-meta__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  border-bottom:1px solid black;
}

.author-meta__reading-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.author-meta__bookmark {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: #000;
}

.author-meta__row{display:flex;align-items:center;gap:12px}
.author-meta__arrow{color:#8B3A1F} /* tweak to your accent */
.author-meta__avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}

.author-meta__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.author-meta__name{font-weight:600;display:block;line-height:1.2}
.author-meta__tagline{font-size:14px;color:#666;display:block}
.aprt-single__slider.swiper{
  height: 100%;
}

.is-mobile .home-aptr__card .search-result__number{
  color: #151515;
  font-size: 11.9px; /* 17 * 0.7 */
  letter-spacing: 0;
  font-weight: 700;
}

.is-mobile .home-aptr__card .search-result__number small{
  color: #828282;
  font-size: 7.7px; /* 11 * 0.7 */
  letter-spacing: 0.02em;
}

.is-mobile .home-aptr__card .aprt-card__caption{
  color: #151515;
  font-size: 14px; /* 20 * 0.7 */
  font-weight: 400;
  text-align: left !important;
}

.is-mobile .home-aptr__card .aprt-card__footer .date{
  color: #828282;
  font-size: 10.5px; /* 15 * 0.7 */
  letter-spacing: 0.02em; /* оставляем — относительное */
}

.is-mobile .home-aptr__card .aprt-card__header{
  padding-left: 5px;
  padding-right: 5px;
}

.aprt-single__cancelation p{
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: lowercase;
}
.booking-note {
  margin-top: 2rem;
  font-style: italic;
  color: #828282;
}

.booking-label { position: relative; }
.policy-link{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

.policy-link::after{
  content: '';
  position: absolute;
  left: -2%;
  right: 0;
  height: 6px;
  width: 104%;
  bottom: -0.2em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'>\
<path d='M2 6 L86 6 Q94 6 98 4' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>") center/100% 100% no-repeat;
  mask: url(\"data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'>\
  <path d='M2 6 L86 6 Q94 6 98 4' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/>\
  </svg>\") center/100% 100% no-repeat;

  opacity: .95;
}

.policy-popover{
  position: fixed;
  z-index: 1000;
  width: min(520px, calc(100vw - 24px));
}


.policy-popover__inner {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.policy-popover__inner p{
  text-transform: lowercase;
  letter-spacing: 0;
}
.policy-popover__inner p + p {
  margin-top: 10px;
}

#pay-modal .content ul li.confirmation-price-items p:last-child,
#pay-modal #pay-modal-one-night-row.confirmation-price-items p,
#pay-modal #pay-modal-full-row.confirmation-price-items p{
  font-weight: 400 !important;
}

#pay-modal .content ul li.confirmation-price-items.is-bold p:last-child,
#pay-modal #pay-modal-one-night-row.confirmation-price-items.is-bold p,
#pay-modal #pay-modal-full-row.confirmation-price-items.is-bold p{
  font-weight: 700 !important;
}

#pay-modal #pay-modal-certificate-amount {
  font-weight: 700 !important;
}

#pay-modal .certificate-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #0E0E98;
  background: #0E0E98;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: opacity .2s ease;
}

#pay-modal .certificate-action-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

#pay-modal .certificate-box--debit-locked {
  padding: 12px 14px;
  background: #f5f7ff;
  border-left: 3px solid #0e0e98;
  border-radius: 2px;
}

#pay-modal .certificate-box--debit-locked #certificate-verified-card {
  display: none !important;
}

#pay-modal #pay-modal-certificate-row.confirmation-price-items .search-result__discount-text {
  color: #0e0e98;
  font-size: 15px;
  font-weight: 600;
}

#pay-modal #pay-modal-certificate-amount.book-discount__discount {
  color: #0e0e98;
  font-size: 16px;
  font-weight: 700;
}
