/* ================================================
 * Main - Imports
 * ================================================
*/
/*
Theme Name: Profiart
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Profiart
Author URI: https://wordpress.org/
Description: Profiart theme
Version: 1.0.0
Text Domain: profiart
*/
/* ------------------------------------------------
 * Fonts
 * ------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
/* ------------------------------------------------
 * Colors
 * ------------------------------------------------
 */
/* ------------------------------------------------
 * Media queries
 * ------------------------------------------------
 */
/* ------------------------------------------------
 * CSS variables
 * ------------------------------------------------
 */
html {
  scroll-behavior: smooth;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 
 * @include mq(320, 640);  * mq between 320px and 640px
 * @include mq(640);  * mq min-width 640px
 * @include mq($min: 640);  * also mq min-width 640px
 * @include mq($max: 640);  * mq max-width 640px
 */
body {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #212325;
}
@media only screen and (min-width: 861px) {
  body {
    font-size: 16px;
  }
}

a {
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
  color: #D6D01B;
}
a:hover {
  color: #D6D01B;
}

ul:not(:first-child),
ol:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (min-width: 861px) {
  ul:not(:first-child),
  ol:not(:first-child) {
    margin-top: 24px;
  }
}
ul li,
ol li {
  position: relative;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
ul li:not(:first-child),
ol li:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (min-width: 861px) {
  ul li,
  ol li {
    font-size: 14px;
  }
}

ol {
  padding-left: 22px;
}
ol li {
  padding-left: 10px;
}

ul {
  padding-left: 26px;
}
ul li {
  padding-left: 6px;
}
ul li::marker {
  font-size: 12px;
}
@media only screen and (min-width: 861px) {
  ul li::marker {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child),
p:not(:first-child) {
  margin-top: 8px;
}

p {
  line-height: 1.35;
}
@media only screen and (min-width: 1211px) {
  p:not(:first-of-type) {
    margin-top: 8px;
  }
}

h1 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -0.31px;
}
@media only screen and (min-width: 861px) {
  h1 {
    font-size: 60px;
    line-height: 1.05;
    letter-spacing: -0.6px;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.24px;
}
@media only screen and (min-width: 861px) {
  h2 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.4px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.24px;
}
@media only screen and (min-width: 861px) {
  h3 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.28px;
  }
}

h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.2px;
}
@media only screen and (min-width: 861px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 861px) {
  h5 {
    font-size: 18px;
  }
}

strong {
  font-weight: 600 !important;
}

.highlightRed {
  color: #E90000;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 861px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 90%;
  }
}

.container--small {
  max-width: 1000px;
}
.container--wide {
  max-width: 1520px;
}
.container--positionUnset {
  position: unset;
}

/* ------------------------------------------------
 * CSS variables handle
 * ------------------------------------------------
 */
:root {
  --moduleSpace: 40px;
}
@media only screen and (min-width: 768px) {
  :root {
    --moduleSpace: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  :root {
    --moduleSpace: 120px;
  }
}

.Button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 60px;
  height: 87px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: #212325;
  background-color: #D6D01B;
  backdrop-filter: blur(2.5px);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  outline: 0 !important;
  border: none !important;
}
@media only screen and (min-width: 861px) {
  .Button {
    font-size: 14px;
  }
}
.Button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 300%;
  height: 300%;
  background-color: #C7C116;
  border-radius: 50%;
  transform: translate3d(50%, -50%, 0) scale(0);
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-radius 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.Button:hover {
  color: #212325;
}
.Button:hover::before {
  transform: translate3d(50%, -50%, 0) scale(1);
  border-radius: 2px;
}
.Button__label {
  position: relative;
  z-index: 1;
}
.Button--secondary {
  display: block;
  padding: 16px 40px;
  width: fit-content;
  height: fit-content;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.48px;
  color: #fff;
  background-color: #0C2340;
  text-transform: uppercase;
  border-radius: 4px;
}
.Button--secondary::before {
  background-color: #D6D01B;
}
@media only screen and (min-width: 861px) {
  .Button--secondary {
    padding: 18px 40px;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}
.Button--third, .Button--four, .Button--filters {
  display: flex;
  padding: 20px;
  height: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #212325;
}
.Button--third {
  background-color: #F4F2EF;
}
.Button--four {
  background-color: #D6D01B;
}
.Button--filters {
  font-size: 12px;
  background-color: #D6D01B;
}

.Hamburger {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  transition-duration: 0.5s;
  z-index: 800;
}
.Hamburger:hover {
  cursor: pointer;
}
.Hamburger:hover .Hamburger__leftIcon {
  width: 15px;
}
.Hamburger:hover .Hamburger__leftIcon::before, .Hamburger:hover .Hamburger__leftIcon::after {
  width: 15px;
  left: 2px;
}
.Hamburger__leftIcon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 10px;
  background-color: #000;
  border-radius: 1px 0 0 1px;
  transition: 0.3s;
}
.Hamburger__leftIcon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -8px;
  border-radius: 1px 0 0 1px;
  left: 6px;
  transition: 0.3s;
}
.Hamburger__leftIcon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 8px;
  border-radius: 1px 0 0 1px;
  left: 6px;
  transition: 0.3s;
}
.Hamburger__leftIcon:hover {
  cursor: pointer;
}
.Hamburger__rightIcon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 15px;
  top: 10px;
  background-color: #000;
  left: 15px;
  border-radius: 0 1px 1px 0;
}
.Hamburger__rightIcon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -8px;
  border-radius: 0 1px 1px 0;
}
.Hamburger__rightIcon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 8px;
  border-radius: 0 1px 1px 0;
}
.Hamburger--open .Hamburger__leftIcon {
  width: 15px;
  transition-duration: 0.5s;
  background: transparent;
}
.Hamburger--open .Hamburger__leftIcon:before {
  transform: rotateZ(45deg) scaleX(1) translate(2px, 2px);
  width: 15px;
  left: 2px;
}
.Hamburger--open .Hamburger__leftIcon:after {
  transform: rotateZ(-45deg) scaleX(1) translate(2px, -2px);
  width: 15px;
  left: 2px;
}
.Hamburger--open .Hamburger__rightIcon {
  transition-duration: 0.5s;
  background: transparent;
}
.Hamburger--open .Hamburger__rightIcon:before {
  transform: rotateZ(-45deg) scaleX(1) translate(-2px, 2px);
  width: 15px;
  left: -2px;
}
.Hamburger--open .Hamburger__rightIcon:after {
  transform: rotateZ(45deg) scaleX(1) translate(-2px, -2px);
  width: 15px;
  left: -2px;
}

.Form br {
  display: none;
}
.Form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
@media only screen and (min-width: 861px) {
  .Form .wpcf7-acceptance .wpcf7-list-item {
    margin-top: 4px;
  }
}
.Form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 12px;
}
.Form .wpcf7-acceptance .wpcf7-list-item input {
  display: grid;
  place-content: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border: 1px solid #866D4B;
  border-radius: 2px;
}
.Form .wpcf7-acceptance .wpcf7-list-item input::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background: url("./img/checkbox.svg") no-repeat;
  background-size: contain;
}
.Form .wpcf7-acceptance .wpcf7-list-item input:checked::before {
  transform: scale(1);
}
.Form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
}
@media only screen and (min-width: 861px) {
  .Form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 13px;
  }
}
.Form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.Form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #D6D01B;
}
.Form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.Form .wpcf7-not-valid-tip {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  color: #E90000;
  margin-top: 4px;
}
.Form__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.28px;
}
@media only screen and (min-width: 861px) {
  .Form__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05%;
    letter-spacing: -0.4px;
  }
}
.Form__subtitle {
  margin-top: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Form__subtitle {
    margin-top: 12px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.Form__wrapper {
  margin-top: 32px;
}
@media only screen and (min-width: 861px) {
  .Form__wrapper {
    margin-top: 40px;
  }
}
.Form__field:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (min-width: 861px) {
  .Form__field:not(:first-child) {
    margin-top: 16px;
  }
}
.Form__field--input {
  position: relative;
}
.Form__field--input.active-label label {
  top: 11px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #866D4B;
}
@media only screen and (min-width: 861px) {
  .Form__field--input.active-label label {
    font-size: 11px;
  }
}
.Form__field--input input,
.Form__field--input textarea {
  padding: 21px 16px 13px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #BFB3A4;
  border-radius: 2px;
  outline: none;
}
.Form__field--input input:focus-visible,
.Form__field--input textarea:focus-visible {
  border-color: #000;
}
@media only screen and (min-width: 861px) {
  .Form__field--input input,
  .Form__field--input textarea {
    padding: 24px 16px 14px;
    font-size: 15px;
  }
}
.Form__field--input textarea.wpcf7-not-valid,
.Form__field--input input.wpcf7-not-valid {
  border-color: #E90000;
}
.Form__field--input label {
  position: absolute;
  top: 18px;
  left: 16.5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.3s;
  z-index: 1;
}
@media only screen and (min-width: 861px) {
  .Form__field--input label {
    top: 19px;
    left: 18px;
    font-size: 15px;
  }
}
.Form__field--select {
  position: relative;
}
.Form__field--select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url("./img/arrow-small-black.svg") no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.Form__field--select select {
  padding: 17.5px 16px;
  background-color: #fff;
  border: 1px solid #BFB3A4;
  border-radius: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
  outline: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.Form__field--select select:focus-visible {
  border-color: #000;
}
@media only screen and (min-width: 861px) {
  .Form__field--select select {
    padding: 19px 16px;
    font-size: 15px;
  }
}
.Form__field--selectPhoneCode select {
  width: 86px;
}
.Form__inner {
  display: flex;
  align-items: start;
  gap: 12px;
}
.Form__inner:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (min-width: 861px) {
  .Form__inner:not(:first-child) {
    margin-top: 16px;
  }
}
.Form__inner .Form__field {
  margin-top: 0 !important;
}
.Form__inner .Form__field--input {
  width: calc(100% - 98px);
}
.Form__starRequired {
  color: #E90000;
}
.Form__submit {
  margin-top: 40px;
}

.Spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.Spinner__loading {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 8px solid #DEDEDE;
  border-top-color: #D6D01B;
  animation: loading 1s linear infinite;
}
@media only screen and (min-width: 861px) {
  .Spinner__loading {
    width: 100px;
    height: 100px;
    border: 10px solid #DEDEDE;
    border-top-color: #D6D01B;
  }
}
.Spinner--show {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.ScrollAnimation {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.ScrollAnimation--visible {
  opacity: 1;
  transform: translateY(0);
}
.ScrollAnimation--delay-1 {
  transition-delay: 0.1s;
}
.ScrollAnimation--delay-2 {
  transition-delay: 0.2s;
}
.ScrollAnimation--delay-3 {
  transition-delay: 0.3s;
}
.ScrollAnimation--delay-4 {
  transition-delay: 0.4s;
}
.ScrollAnimation--delay-5 {
  transition-delay: 0.5s;
}
.ScrollAnimation--fromLeft {
  transform: translateX(-60px);
}
.ScrollAnimation--fromLeft.ScrollAnimation--visible {
  transform: translateX(0);
}
.ScrollAnimation--fromRight {
  transform: translateX(60px);
}
.ScrollAnimation--fromRight.ScrollAnimation--visible {
  transform: translateX(0);
}
.ScrollAnimation--fromLeftMargin {
  transform: translateX(50%);
}
@media only screen and (min-width: 861px) {
  .ScrollAnimation--fromLeftMargin {
    transform: translateX(100%);
  }
}
.ScrollAnimation--fromLeftMargin.ScrollAnimation--visible {
  transform: translateX(0);
}

.Select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-family: inherit;
  font-size: 16px;
  user-select: none;
}
.Select--open .Select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Select--open .Select__arrow {
  transform: rotate(180deg);
}
.Select--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.Select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Select__trigger:hover {
  border-color: #999;
}
.Select__trigger:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}
.Select__value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select__arrow {
  margin-left: 12px;
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #666;
}
.Select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 300px;
  overflow: auto;
}
.Select__options {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.Select__option {
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.Select__option:hover {
  background-color: #f5f5f5;
}
.Select__option--focused {
  background-color: #e8f2ff;
  outline: 2px solid #4a90e2;
  outline-offset: -2px;
}
.Select__option--selected {
  background-color: #4a90e2;
  color: #fff;
}
.Select__option--selected:hover {
  background-color: #357abd;
}
.Select__option--selected.Select__option--focused {
  background-color: #357abd;
}
.Select__option--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.daterangepicker {
  width: 900px !important;
}
.daterangepicker::before, .daterangepicker::after {
  display: none !important;
}
.daterangepicker .drp-calendar {
  float: left !important;
}
.daterangepicker .drp-calendar.right {
  margin-left: 24px !important;
}
.daterangepicker table {
  border-spacing: 1px !important;
  border-collapse: separate !important;
}
.daterangepicker .drp-calendar {
  max-width: 417px !important;
}
.daterangepicker .month {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.daterangepicker .calendar-table tbody th:not(.month), .daterangepicker .calendar-table tbody td {
  min-width: 56px !important;
  width: 56px !important;
  height: 40px !important;
  border-radius: 0 !important;
}
.daterangepicker .calendar-table tbody th:not(.month):hover, .daterangepicker .calendar-table tbody td:hover {
  background-color: #D6D01B !important;
}
.daterangepicker .calendar-table thead th:not(.month), .daterangepicker .calendar-table thead td {
  min-width: 56px !important;
  width: 56px !important;
  height: 40px !important;
  border-radius: 0 !important;
}
.daterangepicker .calendar-table thead .next.available,
.daterangepicker .calendar-table thead .prev.available {
  min-width: 56px !important;
  width: 56px !important;
  height: 40px !important;
  border-radius: 0 !important;
}
.daterangepicker .calendar-table thead .next.available:hover,
.daterangepicker .calendar-table thead .prev.available:hover {
  background-color: #D6D01B !important;
}
.daterangepicker td.active {
  background-color: #D6D01B !important;
}
.daterangepicker td.in-range {
  background-color: #D6D01B !important;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  background-color: #F4F4F4 !important;
}
.daterangepicker td.disabled:hover, .daterangepicker option.disabled:hover {
  background-color: #E90000 !important;
}

.calendar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.calendar-backdrop.show {
  opacity: 0.5;
  z-index: 1024;
}

.Navigation__list, .Navigation__childList {
  list-style: none;
}
.Navigation-- {
  /* ------------------------------------------------
   * Navigation Primary
   * ------------------------------------------------
   */
  /* ------------------------------------------------
   * Navigation Footer
   * ------------------------------------------------
   */
}
.Navigation--footer .Navigation__list {
  margin: 0;
  padding: 0;
}
.Navigation--footer .Navigation__item {
  padding: 0;
}
.Navigation--footer .Navigation__item:not(:first-child) {
  margin-top: 10px;
}
.Navigation--footer .Navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  color: #212325;
  border: 1px solid #E7E1DA;
  border-radius: 2px;
  transition: 0.3s;
}
.Navigation--footer .Navigation__link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./img/arrow-small-black.svg") no-repeat;
  background-size: contain;
  opacity: 1;
}
.Navigation--footer .Navigation__link:hover {
  padding-left: 24px;
}
@media only screen and (min-width: 861px) {
  .Navigation--footer .Navigation__link {
    padding: 16px 24px;
  }
  .Navigation--footer .Navigation__link:hover {
    padding-left: 32px;
  }
}
.Navigation--footerSecond .Navigation__list {
  margin: 0;
  padding: 0;
}
.Navigation--footerSecond .Navigation__item {
  padding: 0;
}
.Navigation--footerSecond .Navigation__item:not(:first-child) {
  margin-top: 16px;
}
.Navigation--footerSecond .Navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  color: #212325;
  border: 1px solid #E7E1DA;
  border-radius: 2px;
}
.Navigation--footerSecond .Navigation__link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./img/arrow-small-black.svg") no-repeat;
  background-size: contain;
  opacity: 1;
}
.Navigation--footerSecond .Navigation__link:hover {
  padding-left: 24px;
}
@media only screen and (min-width: 861px) {
  .Navigation--footerSecond .Navigation__link {
    padding: 16px 24px;
  }
  .Navigation--footerSecond .Navigation__link:hover {
    padding-left: 32px;
  }
}

.swiper .swiper-slide {
  width: auto;
}

.Accordion__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Accordion__item {
  position: relative;
  padding: 0 0 16px;
  cursor: pointer;
}
.Accordion__item:not(:first-child) {
  margin-top: 16px;
}
.Accordion__item:not(:last-child) {
  border-bottom: 1px solid #DEDEDE;
}
@media only screen and (min-width: 861px) {
  .Accordion__item {
    padding: 0 0 24px;
  }
  .Accordion__item:not(:first-child) {
    margin-top: 32px;
  }
}
.Accordion__icon {
  position: absolute;
  top: -11px;
  right: -6px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
@media only screen and (min-width: 861px) {
  .Accordion__icon {
    top: -17px;
    right: -14px;
    width: 50px;
    height: 50px;
  }
}
.Accordion__icon::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  height: 2px;
  width: 12px;
  background-color: #212325;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .Accordion__icon::after {
    top: 24px;
    left: 16px;
    width: 18px;
  }
}
.Accordion__icon::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 17px;
  height: 12px;
  width: 2px;
  background-color: #212325;
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .Accordion__icon::before {
    top: 17px;
    left: 24px;
    height: 18px;
  }
}
.Accordion__item--open .Accordion__icon::before {
  opacity: 0;
}
.Accordion__title {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.15px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
@media only screen and (min-width: 861px) {
  .Accordion__title {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}
.Accordion__wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.Accordion__item--open .Accordion__wrapper {
  opacity: 1;
}
.Accordion__content {
  padding-top: 16px;
  max-width: 1152px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Accordion__content {
    font-size: 16px;
  }
}

.Pagination {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Pagination {
    margin-top: 60px;
  }
}
.Pagination .page-numbers {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #212325;
  margin-right: 16px;
}
.Pagination .page-numbers:hover {
  color: #D6D01B;
  text-decoration: underline;
}
@media only screen and (min-width: 861px) {
  .Pagination .page-numbers {
    font-size: 18px;
    line-height: 25px;
  }
}
.Pagination .current {
  color: #D6D01B;
  text-decoration: underline;
}
.Pagination .prev,
.Pagination .next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
.Pagination .prev::after,
.Pagination .next::after {
  content: "";
  display: block;
  background-size: contain;
  width: 10px;
  height: 17px;
}
.Pagination .prev:hover::after,
.Pagination .next:hover::after {
  background-size: contain;
}
.Pagination .prev {
  position: absolute;
  right: 48px;
}
.Pagination .prev:hover::after {
  transform: rotate(180deg);
}
.Pagination .next {
  position: absolute;
  right: 0;
}
.Pagination .next::after {
  transform: rotate(180deg);
}
.Pagination .next:hover::after {
  transform: rotate(0deg);
}

.fancybox__container .f-button {
  background: #fff !important;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  opacity: 1 !important;
}
.fancybox__container .f-button:hover {
  background: #fff !important;
  transform: scale(1.05);
}
.fancybox__container .f-button svg {
  width: 20px;
  height: 20px;
  fill: #000;
  stroke: #000;
  filter: none;
}
.fancybox__container .f-button.is-arrow {
  background: #fff !important;
}
.fancybox__container .f-button.is-arrow svg {
  width: 20px;
  height: 20px;
  stroke: #000;
  fill: none;
}
.fancybox__container .f-carousel__toolbar.is-absolute {
  padding: 40px;
}
.fancybox__container .f-carousel__toolbar .f-button {
  background: #fff !important;
  margin-left: 10px;
}
.fancybox__container .f-carousel__toolbar .f-button:first-child {
  margin-left: 0;
}
.fancybox__container .f-counter {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.fancybox__container .f-counter span {
  color: #fff;
}
.fancybox__container .f-button.is-prev,
.fancybox__container .f-button.is-next {
  background: #fff !important;
}
.fancybox__container .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.95);
}
.fancybox__container .fancybox__thumbs .f-thumbs__slide button img {
  border-radius: 4px;
}
.fancybox__container .fancybox__thumbs .f-thumbs__slide.is-selected button {
  border-color: #fff;
}

.Video__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Video__popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100001;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 42px;
  height: 42px;
  display: block;
}
.Video__popup-close:hover {
  transform: scale(1.1);
}
.Video__popup-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.Video__popup-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 100000;
  margin: 0 auto;
}

.Video__popup-player {
  width: 100%;
  height: auto;
  display: block;
}

.video_overlay .plyr {
  width: 100%;
  height: 100%;
}
.video_overlay .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  background: transparent;
  gap: 20px;
}
.video_overlay .controls_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video_overlay .controls_center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
}
.video_overlay .plyr__control {
  background: #fff;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.video_overlay .plyr__control:hover {
  background: #fff !important;
  transform: scale(1.05);
}
.video_overlay .plyr__control svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
.video_overlay .plyr__time {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  min-width: 50px;
}
.video_overlay .plyr__progress {
  flex: 1;
  position: relative;
  height: 4px;
  max-width: 250px;
}
.video_overlay .plyr__progress input[type=range] {
  width: 100%;
  height: 4px;
  color: #fff;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.video_overlay .plyr__progress input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.video_overlay .plyr__progress input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}
.video_overlay .plyr__progress input[type=range]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: transform 0.3s ease;
}
.video_overlay .plyr__progress input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.2);
}

.Text {
  padding: 24px 0 0;
}
@media only screen and (min-width: 861px) {
  .Text {
    padding: 120px 0 0;
  }
}
.Text__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.28px;
}
.Text__content {
  margin-top: 32px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Text__content {
    margin-top: 80px;
    font-size: 16px;
  }
}
.Text__content p:not(:first-child),
.Text__content ul:not(:first-child),
.Text__content ol:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .Text__content p:not(:first-child),
  .Text__content ul:not(:first-child),
  .Text__content ol:not(:first-child) {
    margin-top: 32px;
  }
}

@keyframes scroll {
  0% {
    top: 4px;
    @media only screen and (min-width: 861px) {
      top: 7px;
    }
  }
  50% {
    top: 8px;
    @media only screen and (min-width: 861px) {
      top: 14px;
    }
  }
  100% {
    top: 4px;
    @media only screen and (min-width: 861px) {
      top: 7px;
    }
  }
}
.Banner {
  padding: 24px 0 40px;
  background-color: #F4F2EF;
}
@media only screen and (min-width: 861px) {
  .Banner {
    padding: 60px 0 120px;
  }
}
.Banner__firstStep {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.Banner__firstStepLogo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 249px;
  height: 50px;
  background: url("./img/logo-white.svg") no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}
.Banner__firstStepGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  height: 100%;
}
.Banner__firstStepColumn {
  background-color: #0C2340;
  transform-origin: left center;
  transition: transform 0.8s ease;
}
.Banner__secondStep {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: width, height, transform;
  --overlay-opacity: 1;
}
.Banner__secondStep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(12, 35, 64, 0.7) 0%, rgba(12, 35, 64, 0.7) 100%);
  opacity: var(--overlay-opacity);
  transition: opacity 0.2s ease;
}
.Banner__secondStepMouse {
  position: absolute;
  width: 15px;
  height: 22px;
  bottom: 54px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 24px;
  opacity: var(--overlay-opacity);
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 861px) {
  .Banner__secondStepMouse {
    width: 31px;
    height: 44px;
    bottom: 142px;
    border: 3px solid #fff;
  }
}
.Banner__secondStepMouseScroll {
  position: absolute;
  left: 50%;
  top: 4px;
  width: 2px;
  height: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  animation: scroll 2s ease-out infinite;
}
@media only screen and (min-width: 861px) {
  .Banner__secondStepMouseScroll {
    top: 10px;
    width: 3px;
    height: 7px;
  }
}
.Banner__secondStepWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 158px;
  z-index: 1;
  box-sizing: border-box;
}
.Banner__secondStepTitle {
  font-size: 39px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.39px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 861px) {
  .Banner__secondStepTitle {
    max-width: 690px;
    font-size: 60px;
    letter-spacing: -0.6px;
  }
}
.Banner__secondStepButton {
  margin: 40px auto 0;
  padding: 15px 32px;
  width: 251px;
}
@media only screen and (min-width: 861px) {
  .Banner__secondStepButton {
    display: none;
  }
}
.Banner__shadow {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity 0.15s linear;
}
.Banner__shadow--show {
  opacity: 0.5;
  z-index: 3000;
}
.Banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 861px) {
  .Banner__wrapper {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
}
.Banner__imageWrapper {
  position: relative;
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 861px) {
  .Banner__imageWrapper {
    width: 43%;
    height: 613px;
  }
}
.Banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Banner__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .Banner__content {
    width: 57%;
    gap: 0;
  }
}
.Banner__price {
  order: 2;
}
@media only screen and (min-width: 861px) {
  .Banner__price {
    margin-top: 60px;
  }
}
.Banner__priceFrom {
  display: flex;
  align-items: end;
  gap: 8px;
}
.Banner__priceFrom span:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.18px;
}
.Banner__priceFrom span:last-child {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 861px) {
  .Banner__priceFrom span:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.24px;
  }
  .Banner__priceFrom span:last-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.14px;
  }
}
.Banner__warranty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 6px 10px;
  width: fit-content;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #E7E1DA;
  border-radius: 100px;
}
.Banner__warranty::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./img/star.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Banner__warranty {
    margin-top: 16px;
    padding: 6px 16px;
    font-size: 11px;
  }
  .Banner__warranty::before {
    width: 20px;
    height: 20px;
  }
}
.Banner__title {
  margin-top: 0 !important;
  font-size: 31px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.31px;
}
@media only screen and (min-width: 861px) {
  .Banner__title {
    max-width: 620px;
    font-size: 60px;
    letter-spacing: -0.6px;
    line-height: 1.05;
    order: 1;
  }
}
.Banner__calendar {
  display: none;
}
@media only screen and (min-width: 861px) {
  .Banner__calendar {
    display: flex;
    align-items: center;
    margin-top: 24px;
    order: 3;
  }
}
.Banner__calendarWrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 19px 60px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2.5px);
  border-top: 1px solid #E7E1DA;
  border-left: 1px solid #E7E1DA;
  border-bottom: 1px solid #E7E1DA;
  border-radius: 2px 0 0 2px;
}
.Banner__calendarItemTitle {
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
}
.Banner__calendarItemWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.Banner__calendarItemDay {
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.56px;
}
.Banner__calendarItemMonth, .Banner__calendarItemYear {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.hotresChooser {
  display: none;
}

.daterangepicker {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 9999 !important;
}

#hotresWrap {
  background: rgba(255, 255, 255, 0.8) !important;
}
@media only screen and (min-width: 861px) {
  #hotresWrap {
    padding-top: 60px !important;
  }
}
#hotresWrap > div {
  height: 100% !important;
}
@media only screen and (min-width: 861px) {
  #hotresWrap > div {
    height: 80% !important;
  }
}
#hotresWrap iframe {
  height: 100% !important;
}

#hotresClose {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  background: #0C2340 !important;
  border-radius: 0 !important;
}

.ApartmentsSlider {
  padding: 8px 0 40px;
  background-color: #F4F2EF;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSlider {
    padding: 60px 0 120px;
  }
}
.ApartmentsSlider__top {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSlider__top {
    align-items: center;
    margin: auto;
    max-width: 907px;
  }
}
.ApartmentsSlider__title:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSlider__title {
    text-align: center;
  }
  .ApartmentsSlider__title:not(:first-child) {
    margin-top: 40px;
  }
}
.ApartmentsSlider__text {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSlider__text {
    margin-top: 16px;
    text-align: center;
  }
}
.ApartmentsSlider__slider {
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSlider__slider {
    margin-top: 88px;
  }
}

.ApartmentsTile {
  position: relative;
  width: 256px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile {
    width: 405px;
  }
}
.ApartmentsTile:hover .ApartmentsTile__titleInner:first-child {
  transform: translate3d(0, -100%, 0);
}
.ApartmentsTile:hover .ApartmentsTile__titleInner:last-child {
  transform: translate3d(0, 0%, 0);
}
.ApartmentsTile:hover .ApartmentsTile__image {
  transform: scale(1.05);
}
.ApartmentsTile:hover .ApartmentsTile__arrow::before {
  transform: rotate(-45deg);
}
.ApartmentsTile:hover .ApartmentsTile__contentBottom {
  background-color: #E7E1DA;
}
.ApartmentsTile__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ApartmentsTile__imageWrapper {
  position: relative;
  width: 100%;
  height: 316px;
  overflow: hidden;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__imageWrapper {
    height: 500px;
  }
}
.ApartmentsTile__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}
.ApartmentsTile__types {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 10px;
  left: 8px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__types {
    gap: 8px;
    top: 30px;
    left: 24px;
  }
}
.ApartmentsTile__typesItem {
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  background-color: #D6D01B;
  border-radius: 4px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__typesItem {
    font-size: 13px;
  }
}
.ApartmentsTile__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.ApartmentsTile__arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("./img/arrow.svg") no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__arrow {
    top: 30px;
    right: 24px;
    width: 40px;
    height: 40px;
  }
  .ApartmentsTile__arrow::before {
    width: 18px;
    height: 18px;
  }
}
.ApartmentsTile__content {
  margin-top: 16px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__content {
    margin-top: 32px;
  }
}
.ApartmentsTile__contentTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ApartmentsTile__contentBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 14px 18px;
  border: 1px solid #E7E1DA;
  border-radius: 2px;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__contentBottom {
    margin-top: 32px;
    padding: 15px 30px;
  }
}
.ApartmentsTile__name {
  display: flex;
  align-items: end;
}
.ApartmentsTile__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__label {
    font-size: 21px;
  }
}
.ApartmentsTile__title {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__title {
    font-size: 34px;
  }
}
.ApartmentsTile__titleInner {
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.ApartmentsTile__titleInner:first-child {
  transform: translate3d(0, 0%, 0);
}
.ApartmentsTile__titleInner:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.ApartmentsTile__price {
  display: flex;
  align-items: end;
  gap: 4px;
}
.ApartmentsTile__priceMain {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__priceMain {
    font-size: 20px;
  }
}
.ApartmentsTile__priceCaption {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__priceCaption {
    font-size: 14px;
  }
}
.ApartmentsTile__detailItem {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}
.ApartmentsTile__detailItem::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile__detailItem {
    font-size: 16px;
  }
  .ApartmentsTile__detailItem::before {
    width: 28px;
    height: 30px;
  }
}
.ApartmentsTile__detailItem--metraz {
  background: url("./img/size.svg") no-repeat;
  background-size: contain;
}
.ApartmentsTile__detailItem--liczbaOsob {
  background: url("./img/people.svg") no-repeat;
  background-size: contain;
}
.ApartmentsTile__detailItem--widok {
  background: url("./img/view.svg") no-repeat;
  background-size: contain;
}
.ApartmentsTile--second {
  width: 100%;
}
.ApartmentsTile--second .ApartmentsTile__typesItem {
  padding: 6px 8px;
  font-size: 8px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__typesItem {
    padding: 10px 12px;
    font-size: 13px;
  }
}
.ApartmentsTile--second .ApartmentsTile__arrow {
  width: 20px;
  height: 20px;
}
.ApartmentsTile--second .ApartmentsTile__arrow::before {
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__arrow {
    width: 40px;
    height: 40px;
  }
  .ApartmentsTile--second .ApartmentsTile__arrow::before {
    width: 18px;
    height: 18px;
  }
}
.ApartmentsTile--second .ApartmentsTile__label {
  font-size: 9px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__label {
    font-size: 18px;
  }
}
.ApartmentsTile--second .ApartmentsTile__title {
  font-size: 16px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__title {
    font-size: 28px;
  }
}
.ApartmentsTile--second .ApartmentsTile__priceMain {
  font-size: 12px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__priceMain {
    font-size: 17px;
  }
}
.ApartmentsTile--second .ApartmentsTile__priceCaption {
  font-size: 9px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__priceCaption {
    font-size: 12px;
  }
}
.ApartmentsTile--second .ApartmentsTile__content {
  margin-top: 8px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__content {
    margin-top: 16px;
  }
}
.ApartmentsTile--second .ApartmentsTile__contentBottom {
  margin-top: 16px;
  padding: 8px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__contentBottom {
    margin-top: 24px;
    padding: 15px 16px;
  }
}
.ApartmentsTile--second .ApartmentsTile__detailItem {
  font-size: 9px;
}
.ApartmentsTile--second .ApartmentsTile__detailItem::before {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__detailItem {
    font-size: 13px;
  }
  .ApartmentsTile--second .ApartmentsTile__detailItem::before {
    width: 24px;
    height: 24px;
  }
}
.ApartmentsTile--second .ApartmentsTile__imageWrapper {
  height: 192px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsTile--second .ApartmentsTile__imageWrapper {
    height: 426px;
  }
}

.GallerySlider {
  padding: 24px 0 40px;
  background-color: #F4F2EF;
}
@media only screen and (min-width: 861px) {
  .GallerySlider {
    padding: 120px 0;
  }
}
.GallerySlider__title {
  font-size: 31px;
}
@media only screen and (min-width: 861px) {
  .GallerySlider__title {
    font-size: 60px;
  }
}
.GallerySlider__items {
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .GallerySlider__items {
    margin-top: 120px;
  }
}
.GallerySlider__slider:not(:first-child) {
  margin-top: 12px;
}
@media only screen and (min-width: 861px) {
  .GallerySlider__slider:not(:first-child) {
    margin-top: 32px;
  }
}
.GallerySlider__sliderWrapper {
  transition-timing-function: linear !important;
}
.GallerySlider__image {
  width: auto;
  height: 224px;
  border-radius: 4px;
}
@media only screen and (min-width: 861px) {
  .GallerySlider__image {
    height: 440px;
  }
}

.Recommended {
  padding: 0;
  background-color: #F4F2EF;
}
@media only screen and (min-width: 861px) {
  .Recommended {
    padding: 120px 0;
  }
}
.Recommended__container {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .Recommended__container {
    margin: auto;
    width: 90%;
  }
}
.Recommended__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 5%;
  background-color: #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .Recommended__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    padding: 60px 80px;
  }
}
.Recommended__content {
  order: 2;
}
@media only screen and (min-width: 861px) {
  .Recommended__content {
    order: 1;
  }
}
.Recommended__text {
  margin-top: 16px;
}
.Recommended__button {
  margin-top: 24px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Recommended__button {
    margin-top: 40px;
    width: fit-content;
  }
}
.Recommended__image {
  width: 100%;
  height: 288px;
  object-fit: cover;
  order: 1;
}
@media only screen and (min-width: 861px) {
  .Recommended__image {
    min-width: 570px;
    height: 356px;
    order: 2;
  }
}

.PageLinks {
  padding: 24px 0 64px;
  background-color: #F4F2EF;
}
@media only screen and (min-width: 861px) {
  .PageLinks {
    padding: 120px 0;
  }
}
.PageLinks__title {
  font-size: 31px;
}
@media only screen and (min-width: 861px) {
  .PageLinks__title {
    font-size: 60px;
  }
}
.PageLinks__pages {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .PageLinks__pages {
    flex-direction: row;
    align-items: center;
    gap: 94px;
    margin-top: 120px;
  }
}
.PageLinks__page {
  position: relative;
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.PageLinks__page:hover .PageLinks__pageImage {
  transform: scale(1.05);
}
.PageLinks__page:first-child {
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .PageLinks__page:first-child {
    width: 72%;
  }
}
.PageLinks__page:first-child .PageLinks__pageImageWrapper {
  height: 181px;
}
@media only screen and (min-width: 861px) {
  .PageLinks__page:first-child .PageLinks__pageImageWrapper {
    height: 460px;
  }
}
.PageLinks__page:last-child {
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .PageLinks__page:last-child {
    width: 28%;
  }
}
.PageLinks__page:last-child .PageLinks__pageImageWrapper {
  height: 300px;
}
.PageLinks__pageImageWrapper {
  width: 100%;
  overflow: hidden;
}
.PageLinks__pageImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}
.PageLinks__pageContent {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .PageLinks__pageContent {
    margin-top: 40px;
  }
}
.PageLinks__pageText {
  margin-top: 16px;
}
.PageLinks__pageLink {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding-bottom: 6px;
  width: fit-content;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.11px;
  color: #212325;
  border-bottom: 1px solid #212325;
}
.PageLinks__pageLink:hover {
  color: #212325;
}
.PageLinks__pageLink::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("./img/arrow-small-black.svg");
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .PageLinks__pageLink {
    padding-bottom: 7px;
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  .PageLinks__pageLink::after {
    width: 14px;
    height: 14px;
  }
}
.PageLinks__pageLinkOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ApartmentsList {
  padding-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList {
    padding: 40px 0 0;
  }
}
.ApartmentsList__image {
  width: 100%;
  height: 68px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__image {
    height: 221px;
  }
}
.ApartmentsList__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.2px;
  text-align: center;
}
.ApartmentsList__title:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__title {
    font-size: 28px;
    text-align: left;
  }
  .ApartmentsList__title:not(:first-child) {
    margin-top: 80px;
  }
}
.ApartmentsList__counter {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__counter {
    margin-top: 0;
    margin-left: auto;
    font-size: 14px;
  }
}
.ApartmentsList__counter--mobile {
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__counter--mobile {
    display: none;
  }
}
.ApartmentsList__counter--desktop {
  display: none;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__counter--desktop {
    display: block;
  }
}
.ApartmentsList__wrapper {
  padding-bottom: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__wrapper {
    display: flex;
    gap: 32px;
    padding-bottom: 0;
    margin-top: 80px;
  }
}
.ApartmentsList__side {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 5% 92px;
  overflow: auto;
  background-color: #F4F2EF;
  z-index: 200;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__side {
    display: block;
    position: relative;
    top: unset !important;
    left: unset;
    right: unset;
    bottom: unset;
    padding: 40px 32px;
    width: 26%;
    border: 1px solid #CFCBC6;
    border-radius: 4px;
  }
}
.ApartmentsList__sideTitle {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideTitle {
    font-size: 18px;
  }
}
.ApartmentsList__sideSections {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideSections {
    margin-top: 40px;
  }
}
.ApartmentsList__sideSection {
  padding-bottom: 16px;
  border-bottom: 1px solid #E7E1DA;
}
.ApartmentsList__sideSection:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideSection {
    padding-bottom: 32px;
  }
  .ApartmentsList__sideSection:not(:first-child) {
    margin-top: 24px;
  }
}
.ApartmentsList__sideSectionTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}
.ApartmentsList__sideSectionTitle::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("./img/arrow-small-black.svg") no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideSectionTitle {
    font-size: 15px;
  }
  .ApartmentsList__sideSectionTitle::after {
    width: 24px;
    height: 24px;
  }
}
.ApartmentsList__sideSectionFilters {
  margin-top: 16px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideSectionFilters {
    margin-top: 24px;
  }
}
.ApartmentsList__sideSectionFilter {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.ApartmentsList__sideSectionFilter:not(:first-of-type) {
  margin-top: 8px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideSectionFilter {
    gap: 12px;
  }
}
.ApartmentsList__sideSectionFilter input {
  display: grid;
  place-content: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border: 1px solid #866D4B;
  border-radius: 2px;
}
.ApartmentsList__sideSectionFilter input::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background: url("./img/checkbox.svg") no-repeat;
  background-size: contain;
}
.ApartmentsList__sideSectionFilter input:checked::before {
  transform: scale(1);
}
.ApartmentsList__sideSectionFilter span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideSectionFilter span {
    font-size: 15px;
  }
}
.ApartmentsList__sideSection--collapsed .ApartmentsList__sideSectionTitle::after {
  transform: rotate(90deg);
}
.ApartmentsList__sideSection--collapsed .ApartmentsList__sideSectionFilters {
  display: none;
}
.ApartmentsList__sideTexts {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideTexts {
    margin-top: 40px;
  }
}
.ApartmentsList__sideTextsItem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
  background-color: #E7E1DA;
  border: 1px solid #CFCBC6;
}
.ApartmentsList__sideTextsItem:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideTextsItem {
    font-size: 14px;
  }
}
.ApartmentsList__sideTextsItem--bestOffer::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: url("./img/price.svg") no-repeat;
  background-size: contain;
}
.ApartmentsList__sideTextsItem--confirmation::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: url("./img/confirm.svg") no-repeat;
  background-size: contain;
}
.ApartmentsList__sideTextsItem--security::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: url("./img/lock.svg") no-repeat;
  background-size: contain;
}
.ApartmentsList__sideSubmit {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 40px -5% 0;
  width: 110%;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__sideSubmit {
    display: none;
  }
}
.ApartmentsList__side--adminBar {
  top: 106px;
}
.ApartmentsList__side--active {
  display: block;
}
.ApartmentsList__main {
  margin-top: 32px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__main {
    margin-top: 0;
    width: 74%;
  }
}
.ApartmentsList__mainTop {
  display: flex;
}
.ApartmentsList__activeFiltersMobile {
  margin-top: 16px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__activeFiltersMobile {
    display: none !important;
  }
}
.ApartmentsList__activeFilters {
  display: none;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__activeFilters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
}
.ApartmentsList__activeFiltersItem {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 8px 6px 16px;
  font-size: 9px;
  font-weight: 300;
  line-height: 1.5;
  background-color: #D6D01B;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.ApartmentsList__activeFiltersItem::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./img/close.svg") no-repeat;
  background-size: contain;
}
.ApartmentsList__activeFiltersItem:hover {
  background-color: #C7C116;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__activeFiltersItem {
    font-size: 13px;
    padding: 6px 12px 6px 20px;
  }
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__apartmentsWrapper {
    margin-top: 40px;
  }
}
.ApartmentsList__apartments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__apartments {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 60px;
  }
}
.ApartmentsList__filtersButton {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: -40px;
  z-index: 100;
}
@media only screen and (min-width: 861px) {
  .ApartmentsList__filtersButton {
    display: none;
  }
}

.ApartmentsSingle::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0C2340;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__top {
    border-bottom: 1px solid #CFCBC6;
  }
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__main {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__side {
    padding-top: 70px;
    width: 440px;
    min-width: 440px;
    border-left: 1px solid #CFCBC6;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__sideWrapper {
    position: sticky;
    top: 200px;
  }
}
.ApartmentsSingle__back {
  display: none;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__back {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    width: fit-content;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.14px;
    color: #212325;
  }
  .ApartmentsSingle__back::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("./img/arrow-small-black.svg") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
  }
  .ApartmentsSingle__back:hover {
    color: #212325;
  }
}
.ApartmentsSingle__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__image {
    height: 533px;
  }
}
.ApartmentsSingle__imageWrapper {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.ApartmentsSingle__imageWrapper .ApartmentsSingle__image {
  display: block;
}
.ApartmentsSingle__imageWrapper--playing .ApartmentsSingle__image,
.ApartmentsSingle__imageWrapper--playing .ApartmentsSingle__videoPlay {
  display: none;
}
.ApartmentsSingle__imageWrapper--playing .ApartmentsSingle__video {
  display: block;
}
.ApartmentsSingle__imageWrapper--playing .ApartmentsSingle__videoControls {
  display: flex;
}
.ApartmentsSingle__imageWrapper--paused .ApartmentsSingle__videoControl--toggle::before {
  background-image: url("./img/play-white.svg");
}
.ApartmentsSingle__imageWrapper--muted .ApartmentsSingle__videoControl--mute::before {
  background-image: url("./img/volume-mute.svg");
}
.ApartmentsSingle__imageWrapper--fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.ApartmentsSingle__imageWrapper--fullscreen .ApartmentsSingle__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ApartmentsSingle__imageWrapper--fullscreen .ApartmentsSingle__videoControl--fullscreen::before {
  background-image: url("./img/fullscreen-exit.svg");
}
.ApartmentsSingle__video {
  display: none;
  width: 100%;
  height: 250px;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__video {
    height: 533px;
  }
}
.ApartmentsSingle__videoPlay {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 10px 20px;
  margin: 0;
  border: 0;
  border-radius: 100px;
  background-color: #0C2340;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__videoPlay {
    left: 32px;
    bottom: 32px;
    transform: none;
    gap: 0;
    padding: 20px;
    transition: gap 0.35s cubic-bezier(0.23, 1, 0.32, 1), padding 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ApartmentsSingle__videoPlay:hover {
    gap: 10px;
    padding: 20px 20px 20px 24px;
  }
  .ApartmentsSingle__videoPlay:hover .ApartmentsSingle__videoPlayLabel {
    max-width: 80px;
    opacity: 1;
  }
}
.ApartmentsSingle__videoPlayLabel {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__videoPlayLabel {
    max-width: 0;
    overflow: hidden;
    font-size: 13px;
    opacity: 0;
    transition: max-width 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s ease;
  }
}
.ApartmentsSingle__videoPlayIcon {
  display: block;
  width: 17px;
  height: 17px;
  background: url("./img/play-yellow.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__videoPlayIcon {
    width: 20px;
    height: 20px;
  }
}
.ApartmentsSingle__videoControls {
  display: none;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__videoControls {
    left: 32px;
    right: 32px;
    bottom: 32px;
  }
}
.ApartmentsSingle__videoControlsGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ApartmentsSingle__videoControl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 100px;
  background-color: rgba(12, 35, 64, 0.75);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.ApartmentsSingle__videoControl::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__videoControl {
    width: 48px;
    height: 48px;
    transition: background-color 0.3s ease;
  }
  .ApartmentsSingle__videoControl::before {
    width: 20px;
    height: 20px;
  }
  .ApartmentsSingle__videoControl:hover {
    background-color: #0C2340;
  }
}
.ApartmentsSingle__videoControl--toggle::before {
  background-image: url("./img/pause.svg");
}
.ApartmentsSingle__videoControl--mute::before {
  background-image: url("./img/volume.svg");
}
.ApartmentsSingle__videoControl--fullscreen::before {
  background-image: url("./img/fullscreen.svg");
}
.ApartmentsSingle__content {
  display: none;
  margin-top: 20px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__content {
    display: block;
    margin-top: 0;
    padding: 0 30px;
  }
}
.ApartmentsSingle__contentTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ApartmentsSingle__contentBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 12px 8px;
  border-top: 1px solid #E7E1DA;
  border-bottom: 1px solid #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__contentBottom {
    margin-top: 40px;
    padding: 20px 8px;
  }
}
.ApartmentsSingle__contentPrice {
  display: none;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__contentPrice {
    display: block;
    margin-top: 40px;
  }
}
.ApartmentsSingle__content--mobile {
  display: block;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__content--mobile {
    display: none;
  }
}
.ApartmentsSingle__name {
  display: flex;
  align-items: end;
}
.ApartmentsSingle__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__label {
    font-size: 25px;
  }
}
.ApartmentsSingle__titleText {
  margin-left: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__titleText {
    font-size: 40px;
  }
}
.ApartmentsSingle__types {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ApartmentsSingle__type {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #E7E1DA;
  border-radius: 4px;
}
.ApartmentsSingle__detailItem {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}
.ApartmentsSingle__detailItem::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__detailItem::before {
    width: 24px;
    height: 24px;
  }
}
.ApartmentsSingle__detailItem--metraz {
  background: url("./img/size.svg") no-repeat;
  background-size: contain;
}
.ApartmentsSingle__detailItem--liczbaOsob {
  background: url("./img/people.svg") no-repeat;
  background-size: contain;
}
.ApartmentsSingle__detailItem--widok {
  background: url("./img/view.svg") no-repeat;
  background-size: contain;
}
.ApartmentsSingle__texts {
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__texts {
    margin-top: 80px;
  }
}
.ApartmentsSingle__text {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__text {
    margin-top: 32px;
  }
}
.ApartmentsSingle__text p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__text p {
    font-size: 16px;
  }
}
.ApartmentsSingle__text ul li,
.ApartmentsSingle__text ol li {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  padding-left: 0;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__text ul li,
  .ApartmentsSingle__text ol li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__text--equipment ul,
  .ApartmentsSingle__text--equipment ol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.ApartmentsSingle__info {
  position: relative;
  margin-top: 55px;
  padding: 48px 16px 32px 16px;
  border-radius: 4px;
  border: 1px solid #866D4B;
}
.ApartmentsSingle__info::before {
  content: "";
  display: block;
  width: 80px;
  height: 32px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  background: url("./img/info.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__info {
    margin-top: 100px;
    padding: 48px 40px 40px 40px;
  }
}
.ApartmentsSingle__infoWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__infoWrapper {
    margin-top: 32px;
  }
}
.ApartmentsSingle__infoItemTitle {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  color: #866D4B;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__infoItemTitle {
    font-size: 13px;
  }
}
.ApartmentsSingle__infoItemText {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__infoItemText {
    font-size: 16px;
  }
}
.ApartmentsSingle__box {
  margin: 40px -5%;
  padding: 24px 5%;
  background-color: #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__box {
    margin: 14vh 0 0 0;
    padding: 24px;
  }
}
.ApartmentsSingle__boxTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: #866D4B;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__boxTitle {
    font-size: 16px;
  }
}
.ApartmentsSingle__boxText {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.26px;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__boxText {
    font-size: 14px;
  }
}
.ApartmentsSingle__boxLink {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  text-align: center;
  color: #212325;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__boxLink {
    font-size: 16px;
  }
}
.ApartmentsSingle__boxButton {
  display: block;
  margin-top: 24px;
  padding: 18px 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #212325;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.ApartmentsSingle__boxButton:hover {
  color: #212325;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__boxButton {
    margin-top: 16px;
  }
}
.ApartmentsSingle__form {
  display: block;
  position: fixed;
  padding: 16px 24px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 120vw;
  background-color: #F4F2EF;
  box-shadow: -5px 4px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transition: 0.35s ease-in-out;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__form {
    padding: 120px 200px 120px 60px;
    width: 860px;
  }
}
.ApartmentsSingle__formWrapper {
  margin-top: 48px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__formWrapper {
    margin-top: 120px;
  }
}
.ApartmentsSingle__form--active {
  left: 0;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__form--active {
    left: calc(100% - 860px);
  }
}
.ApartmentsSingle__menuToggle {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 800;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__menuToggle {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.ApartmentsSingle__menuToggleLabel {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1em;
}
.ApartmentsSingle__menuToggleLabelInner {
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.ApartmentsSingle__menuToggleLabelInner:first-child {
  transform: translate3d(0, 0%, 0);
}
.ApartmentsSingle__menuToggleLabelInner:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.ApartmentsSingle__menuToggleLabel--hide {
  display: none;
}
.ApartmentsSingle__menuToggle:hover .ApartmentsSingle__menuToggleLabelInner:first-child {
  transform: translate3d(0, -100%, 0);
}
.ApartmentsSingle__menuToggle:hover .ApartmentsSingle__menuToggleLabelInner:last-child {
  transform: translate3d(0, 0%, 0);
}
.ApartmentsSingle__menuToggle:hover .Hamburger .Hamburger__leftIcon {
  width: 15px;
}
.ApartmentsSingle__menuToggle:hover .Hamburger .Hamburger__leftIcon::before, .ApartmentsSingle__menuToggle:hover .Hamburger .Hamburger__leftIcon::after {
  width: 15px;
  left: 2px;
}
.ApartmentsSingle__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.2px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
.ApartmentsSingle__gallery {
  padding: 40px 0;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__gallery {
    padding: 120px 0;
  }
}
.ApartmentsSingle__galleryWrapper {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__galleryWrapper {
    margin-top: 80px;
  }
}
.ApartmentsSingle__galleryImage {
  width: calc(50% - 8px);
  height: auto;
  margin-bottom: 16px;
  display: block;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__galleryImage {
    width: calc(25% - 24px);
    margin-bottom: 32px;
  }
}
.ApartmentsSingle__galleryImage img {
  width: 100%;
  height: auto;
  display: block;
}
.ApartmentsSingle__section {
  padding: 40px 0;
  background-color: #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__section {
    padding: 120px 0;
  }
}
.ApartmentsSingle__sectionSubtitle {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #866D4B;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__sectionSubtitle {
    font-size: 12px;
    letter-spacing: -0.12px;
  }
}
.ApartmentsSingle__sectionTitle {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.2px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__sectionTitle {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
.ApartmentsSingle__sectionItems {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__sectionItems {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 42px;
  }
}
.ApartmentsSingle__sectionItem {
  display: flex;
  padding: 12px 8px;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
  border-radius: 4px;
  border: 1px solid #CFCBC6;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__sectionItem {
    padding: 16px 32px;
    width: fit-content;
    font-size: 16px;
  }
}
.ApartmentsSingle__sectionItemImage {
  width: 32px;
  height: auto;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__sectionItemImage {
    width: 40px;
  }
}
.ApartmentsSingle__apartments {
  padding: 40px 0;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__apartments {
    padding: 120px 0 0;
  }
}
.ApartmentsSingle__sliderContainer {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__sliderContainer {
    margin-top: 80px;
  }
}
.ApartmentsSingle__mobileSticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  left: 0;
  margin-left: calc(-50vw + 50%);
  margin-bottom: -40px;
  padding: 12px 24px;
  background-color: #E7E1DA;
  border-top: 1px solid #CFCBC6;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__mobileSticky {
    display: none;
  }
}
.ApartmentsSingle__mobileStickyButton {
  padding: 20px 29px;
  height: auto;
  font-size: 11px;
}
.ApartmentsSingle__price {
  display: flex;
  align-items: end;
  gap: 4px;
  margin-top: 6px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__price {
    margin-top: 4px;
  }
}
.ApartmentsSingle__priceHeader {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  color: #866D4B;
}
.ApartmentsSingle__priceTitle {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.11px;
  text-transform: uppercase;
  color: #866D4B;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__priceTitle {
    font-size: 13px;
    letter-spacing: -0.13px;
  }
}
.ApartmentsSingle__priceWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.ApartmentsSingle__priceMain {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.16px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__priceMain {
    font-size: 27px;
    letter-spacing: -0.27px;
  }
}
.ApartmentsSingle__priceCaption {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.12px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__priceCaption {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}
.ApartmentsSingle__priceText {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09px;
}
@media only screen and (min-width: 861px) {
  .ApartmentsSingle__priceText {
    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 0.13px;
    border: 1px solid #CFCBC6;
    border-radius: 4px;
  }
}
.ApartmentsSingle__priceButton {
  margin-top: 32px;
  width: 100%;
  height: 63px;
  border-radius: 0 2px 2px 0;
  font-size: 14px;
}
.ApartmentsSingle--formActive::before {
  opacity: 0.88;
  z-index: 9999;
}

.admin-bar .ApartmentsSingle__form {
  top: 46px;
}
@media only screen and (min-width: 861px) {
  .admin-bar .ApartmentsSingle__form {
    top: 32px;
  }
}

.ImageText {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .ImageText {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 861px) {
  .ImageText__wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
  }
}
.ImageText__images {
  position: relative;
  width: 100%;
  height: 283px;
}
@media only screen and (min-width: 861px) {
  .ImageText__images {
    width: 40%;
    height: 509px;
  }
}
.ImageText__firstImage {
  position: absolute;
  top: 0;
  left: 22px;
  width: 58%;
  height: 248px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .ImageText__firstImage {
    left: 0;
    width: 66%;
    height: 446px;
  }
}
.ImageText__secondImage {
  position: absolute;
  bottom: 0;
  right: 22px;
  width: 49%;
  height: 224px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .ImageText__secondImage {
    right: 0;
    width: 56%;
    height: 402px;
  }
}
.ImageText__content {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #CFCBC6;
}
@media only screen and (min-width: 861px) {
  .ImageText__content {
    margin: 0;
    padding: 60px 0;
    width: 60%;
    border-bottom: 1px solid #CFCBC6;
  }
}
.ImageText__text {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .ImageText__text {
    margin-top: 40px;
    font-size: 16px;
  }
}
.ImageText__container {
  margin-right: 0;
  margin-top: 40px;
  padding: 24px 0;
  width: 95%;
  border-top: 1px solid #CFCBC6;
  border-bottom: 1px solid #CFCBC6;
}
@media only screen and (min-width: 861px) {
  .ImageText__container {
    margin-top: 100px;
    margin-right: auto;
    padding: 32px 0;
    width: 90%;
  }
}
@media only screen and (min-width: 861px) {
  .ImageText__items .swiper-wrapper {
    justify-content: center;
  }
}
.ImageText__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 861px) {
  .ImageText__item {
    gap: 16px;
  }
}
.ImageText__itemIcon {
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 861px) {
  .ImageText__itemIcon {
    width: 40px;
    height: 40px;
  }
}
.ImageText__itemText {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (min-width: 861px) {
  .ImageText__itemText {
    font-size: 15px;
  }
}

.Details {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Details {
    padding-top: 120px;
  }
}
.Details__title {
  text-align: center;
}
.Details__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media only screen and (min-width: 861px) {
  .Details__items {
    gap: 60px;
    margin-top: 80px;
  }
}
.Details__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 861px) {
  .Details__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
.Details__itemImage {
  width: 100%;
  height: 208px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .Details__itemImage {
    height: 400px;
  }
}
.Details__itemContent {
  padding: 24px;
  background-color: #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .Details__itemContent {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
  }
}
.Details__itemTitle {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.2px;
}
@media only screen and (min-width: 861px) {
  .Details__itemTitle {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.Details__itemText {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Details__itemText {
    margin-top: 32px;
    font-size: 16px;
  }
}
.Details__itemText p:not(:first-child),
.Details__itemText ul:not(:first-child),
.Details__itemText ol:not(:first-child) {
  margin-top: 16px;
}
.Details__itemText a {
  color: #212325;
}
.Details__itemText a:hover {
  color: #D6D01B;
}
.Details__itemButton {
  margin: 16px auto 0;
}
@media only screen and (min-width: 861px) {
  .Details__item--secondary .Details__itemImage {
    order: 2;
  }
}
@media only screen and (min-width: 861px) {
  .Details__item--secondary .Details__itemContent {
    order: 1;
  }
}

.Location {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Location {
    padding-top: 120px;
  }
}
.Location__desktopContainer {
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .Location__desktopContainer {
    width: 90%;
  }
}
@media only screen and (min-width: 861px) {
  .Location__mobileContainer {
    display: flex;
    align-items: center;
    width: 33%;
    margin: 0;
  }
}
@media only screen and (min-width: 861px) {
  .Location__wrapper {
    display: flex;
    gap: 32px;
  }
}
.Location__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
@media only screen and (min-width: 861px) {
  .Location__images {
    width: 66%;
    grid-gap: 32px;
    order: 2;
  }
}
.Location__image {
  width: 100%;
  height: 222px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .Location__image {
    height: 540px;
  }
}
.Location__content {
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Location__content {
    padding: 0 24px;
    order: 1;
  }
}
.Location__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.24px;
}
@media only screen and (min-width: 861px) {
  .Location__title {
    font-size: 34px;
    letter-spacing: -0.34px;
  }
}
.Location__text {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Location__text {
    margin-top: 32px;
    font-size: 16px;
  }
}
.Location__button {
  margin-top: 32px;
}

.Faq {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Faq {
    padding-top: 120px;
  }
}
.Faq__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.24px;
}
@media only screen and (min-width: 861px) {
  .Faq__title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
}
.Faq__accordion {
  margin-top: 32px;
}
@media only screen and (min-width: 861px) {
  .Faq__accordion {
    margin-top: 80px;
  }
}

.Recommendations {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Recommendations {
    padding-top: 60px;
  }
}
.Recommendations__image {
  width: 100%;
  height: 122px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .Recommendations__image {
    height: 263px;
  }
}
.Recommendations__content {
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid #CFCBC6;
  border-bottom: 1px solid #CFCBC6;
}
@media only screen and (min-width: 861px) {
  .Recommendations__content {
    margin-top: 80px;
    padding: 60px 0;
    border-bottom: 1px solid #CFCBC6;
  }
}
.Recommendations__text {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Recommendations__text {
    margin-top: 40px;
    font-size: 16px;
  }
}
.Recommendations__items {
  margin-bottom: -32px;
}
@media only screen and (min-width: 861px) {
  .Recommendations__items {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
.Recommendations__item {
  padding: 32px 0;
}
.Recommendations__item:not(:first-child) {
  border-top: 1px solid #CFCBC6;
}
@media only screen and (min-width: 861px) {
  .Recommendations__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 116px;
    padding: 16px 24px;
  }
}
.Recommendations__itemTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.16px;
}
.Recommendations__itemText {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Recommendations__itemText {
    font-size: 16px;
  }
}
.Recommendations__itemLink {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding-bottom: 7px;
  width: fit-content;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.11px;
  color: #212325;
  border-bottom: 1px solid #212325;
}
.Recommendations__itemLink:hover {
  color: #D6D01B;
}
.Recommendations__itemLink::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("./img/arrow-small-black.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Recommendations__itemLink {
    font-size: 14px;
    white-space: nowrap;
  }
  .Recommendations__itemLink::after {
    width: 14px;
    height: 14px;
  }
}

.ByTheLake {
  padding-top: 40px;
}
.ByTheLake__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 861px) {
  .ByTheLake__wrapper {
    align-items: center;
    flex-direction: row;
    gap: 80px;
  }
}
.ByTheLake__image {
  width: 100%;
  height: 292px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .ByTheLake__image {
    width: 35%;
    height: 520px;
  }
}
.ByTheLake__content {
  padding: 24px 0 40px;
  border-top: 1px solid #CFCBC6;
  border-bottom: 1px solid #CFCBC6;
}
@media only screen and (min-width: 861px) {
  .ByTheLake__content {
    padding: 60px 0;
  }
}
.ByTheLake__text {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .ByTheLake__text {
    margin-top: 40px;
    font-size: 16px;
  }
}
.ByTheLake__button {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ByTheLake__button {
    margin-top: 32px;
  }
}

.Leisure {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Leisure {
    padding-top: 80px;
  }
}
.Leisure__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 861px) {
  .Leisure__wrapper {
    flex-direction: row;
    gap: 32px;
  }
}
.Leisure__image {
  margin: 40px -5.5% 0;
  width: 111%;
  height: 234px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .Leisure__image {
    margin: 0;
    width: 67%;
    height: 540px;
  }
}
@media only screen and (min-width: 861px) {
  .Leisure__content {
    padding: 0 24px;
  }
}
.Leisure__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.24px;
}
@media only screen and (min-width: 861px) {
  .Leisure__title {
    font-size: 34px;
    letter-spacing: -0.34px;
  }
}
.Leisure__text {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Leisure__text {
    font-size: 13px;
  }
}

.Map {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Map {
    padding-top: 80px;
  }
}
.Map__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 861px) {
  .Map__wrapper {
    flex-direction: row;
    gap: 32px;
  }
}
.Map__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: -6px -5.5%;
  padding: 40px 5.5%;
  background-color: #E7E1DA;
  order: 2;
}
@media only screen and (min-width: 861px) {
  .Map__content {
    margin: 0;
    padding: 60px 24px;
    width: 29%;
    order: 1;
  }
}
.Map__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.2px;
}
.Map__text {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Map__text {
    font-size: 16px;
  }
}
.Map__link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-bottom: 7px;
  width: fit-content;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.11px;
  border-bottom: 1px solid #212325;
  color: #212325;
}
.Map__link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./img/map.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Map__link {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  .Map__link::after {
    width: 12px;
    height: 12px;
  }
}
.Map__map {
  width: 111%;
  margin: 0 -5.5%;
  order: 1;
}
@media only screen and (min-width: 861px) {
  .Map__map {
    width: 71%;
    margin: 0;
    order: 2;
  }
}
.Map__map iframe {
  width: 100%;
  height: 227px;
}
@media only screen and (min-width: 861px) {
  .Map__map iframe {
    width: 100%;
    height: 524px;
  }
}
.Map--onlyMap {
  padding-top: 0;
}
@media only screen and (min-width: 861px) {
  .Map--onlyMap {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 861px) {
  .Map--onlyMap .Map__map {
    width: 100%;
  }
}
@media only screen and (min-width: 861px) {
  .Map--onlyMap .Map__map iframe {
    height: 454px;
  }
}

.Texts {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Texts {
    padding-top: 80px;
  }
}
.Texts__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Texts__itemTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.Texts__itemText {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
.Texts__itemText:not(:first-child) {
  margin-top: 4px;
}
@media only screen and (min-width: 861px) {
  .Texts__itemText {
    font-size: 16px;
  }
  .Texts__itemText:not(:first-child) {
    margin-top: 16px;
  }
}

.Attractions {
  padding: 40px 0;
  background-color: #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .Attractions {
    margin-top: 80px;
    padding: 0;
    background-color: #F4F2EF;
  }
}
.Attractions__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 861px) {
  .Attractions__content {
    padding: 60px 40px;
    background-color: #E7E1DA;
    border-radius: 4px;
  }
}
.Attractions__icon {
  width: auto;
  height: 32px;
}
@media only screen and (min-width: 861px) {
  .Attractions__icon {
    height: 50px;
  }
}
.Attractions__title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.24px;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Attractions__title {
    margin-top: 21px;
    font-size: 34px;
    letter-spacing: -0.34px;
  }
}
.Attractions__text {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Attractions__text {
    font-size: 16px;
  }
}
.Attractions__items {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
  column-gap: 19px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid #BFB3A4;
  border-bottom: 1px solid #BFB3A4;
}
@media only screen and (min-width: 861px) {
  .Attractions__items {
    padding: 16px 40px;
    gap: 80px;
    flex-wrap: nowrap;
    width: fit-content;
  }
}
.Attractions__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 861px) {
  .Attractions__item {
    gap: 16px;
  }
}
.Attractions__itemIcon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media only screen and (min-width: 861px) {
  .Attractions__itemIcon {
    width: 40px;
    height: 40px;
  }
}
.Attractions__itemText {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Attractions__itemText {
    font-size: 15px;
  }
}
.Attractions__button {
  margin-top: 48px;
}

.Walk {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Walk {
    padding-top: 80px;
  }
}
.Walk__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 861px) {
  .Walk__wrapper {
    flex-direction: row;
    gap: 56px;
  }
}
.Walk__image {
  width: 100%;
  height: 391px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .Walk__image {
    width: 37%;
    height: 540px;
  }
}
@media only screen and (min-width: 861px) {
  .Walk__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 63%;
  }
}
.Walk__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.24px;
}
@media only screen and (min-width: 861px) {
  .Walk__title {
    font-size: 34px;
    letter-spacing: -0.34px;
  }
}
.Walk__text {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .Walk__text {
    margin-top: 32px;
  }
}
.Walk__text p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
.Walk__text p:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .Walk__text p {
    font-size: 16px;
  }
  .Walk__text p:not(:first-child) {
    margin-top: 32px;
  }
}

.Contact {
  padding-top: 40px;
}
.Contact::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0C2340;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .Contact {
    padding-top: 60px;
  }
}
.Contact__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 861px) {
  .Contact__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.Contact__image {
  width: 100%;
  height: 292px;
  object-fit: cover;
}
@media only screen and (min-width: 861px) {
  .Contact__image {
    width: 35%;
    height: 521px;
  }
}
.Contact__content {
  padding: 24px 0 40px;
  border-top: 1px solid #BFB3A4;
  border-bottom: 1px solid #BFB3A4;
}
@media only screen and (min-width: 861px) {
  .Contact__content {
    padding: 60px 0;
  }
}
.Contact__text {
  margin-top: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 861px) {
  .Contact__text {
    margin-top: 40px;
    font-size: 16px;
  }
}
.Contact__location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.Contact__location::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("./img/location.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Contact__location {
    gap: 24px;
    margin-top: 40px;
  }
}
.Contact__locationTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 861px) {
  .Contact__locationTitle {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.Contact__locationAddress {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.26px;
}
@media only screen and (min-width: 861px) {
  .Contact__locationAddress {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
.Contact__locationLink {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #212325;
}
@media only screen and (min-width: 861px) {
  .Contact__locationLink {
    margin-top: 16px;
    font-size: 13px;
  }
}
.Contact__tiles {
  margin-top: 40px;
  border: 1px solid #BFB3A4;
  border-radius: 4px;
}
@media only screen and (min-width: 861px) {
  .Contact__tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 120px;
  }
}
.Contact__tile {
  padding: 32px 16px;
}
.Contact__tile:not(:first-child) {
  border-top: 1px solid #BFB3A4;
}
@media only screen and (min-width: 861px) {
  .Contact__tile {
    padding: 32px 40px;
  }
  .Contact__tile:not(:first-child) {
    border-top: none;
    border-left: 1px solid #BFB3A4;
  }
}
.Contact__tileTitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.15px;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Contact__tileTitle {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
.Contact__tileText {
  margin-top: 16px;
}
@media only screen and (min-width: 861px) {
  .Contact__tileText {
    margin-top: 32px;
  }
}
.Contact__tileText p,
.Contact__tileText a {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #212325;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Contact__tileText p,
  .Contact__tileText a {
    font-size: 16px;
  }
}
.Contact__tileText p:not(:first-child) {
  margin-top: 6px;
}
@media only screen and (min-width: 861px) {
  .Contact__tileText p:not(:first-child) {
    margin-top: 8px;
  }
}
.Contact__tileText a:hover {
  color: #D6D01B;
}
.Contact__tileTextBottom {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.26px;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Contact__tileTextBottom {
    font-size: 14px;
  }
}
.Contact__tileFormButton {
  margin: 16px auto 0;
}
@media only screen and (min-width: 861px) {
  .Contact__tileFormButton {
    margin: 32px auto 0;
  }
}
.Contact__form {
  display: block;
  position: fixed;
  padding: 16px 24px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 120vw;
  background-color: #F4F2EF;
  box-shadow: -5px 4px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transition: 0.35s ease-in-out;
}
@media only screen and (min-width: 861px) {
  .Contact__form {
    padding: 120px 200px 120px 60px;
    width: 860px;
  }
}
.Contact__formWrapper {
  margin-top: 48px;
}
@media only screen and (min-width: 861px) {
  .Contact__formWrapper {
    margin-top: 120px;
  }
}
.Contact__form--active {
  left: 0;
}
@media only screen and (min-width: 861px) {
  .Contact__form--active {
    left: calc(100% - 860px);
  }
}
.Contact__menuToggle {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 800;
}
@media only screen and (min-width: 861px) {
  .Contact__menuToggle {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.Contact__menuToggleLabel {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1em;
}
.Contact__menuToggleLabelInner {
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.Contact__menuToggleLabelInner:first-child {
  transform: translate3d(0, 0%, 0);
}
.Contact__menuToggleLabelInner:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.Contact__menuToggleLabel--hide {
  display: none;
}
.Contact__menuToggle:hover .Contact__menuToggleLabelInner:first-child {
  transform: translate3d(0, -100%, 0);
}
.Contact__menuToggle:hover .Contact__menuToggleLabelInner:last-child {
  transform: translate3d(0, 0%, 0);
}
.Contact__menuToggle:hover .Hamburger .Hamburger__leftIcon {
  width: 15px;
}
.Contact__menuToggle:hover .Hamburger .Hamburger__leftIcon::before, .Contact__menuToggle:hover .Hamburger .Hamburger__leftIcon::after {
  width: 15px;
  left: 2px;
}
.Contact--formActive::before {
  opacity: 0.88;
  z-index: 9999;
}

.admin-bar .Contact__form {
  top: 46px;
}
@media only screen and (min-width: 861px) {
  .admin-bar .Contact__form {
    top: 32px;
  }
}

.ShouldKnow {
  padding-top: 40px;
}
@media only screen and (min-width: 861px) {
  .ShouldKnow {
    display: flex;
    justify-content: center;
    padding-top: 120px;
  }
}
.ShouldKnow__wrapper {
  padding: 40px 5%;
  background-color: #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .ShouldKnow__wrapper {
    padding: 40px 32px;
    width: fit-content;
    max-width: 700px;
    border-radius: 4px;
  }
}
.ShouldKnow__title {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
}
.ShouldKnow__text {
  margin-top: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
}
.ShouldKnow__button {
  margin: 40px auto 0;
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #F4F2EF;
  z-index: 2000;
  transition: 0.3s;
}
.Header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
@media only screen and (min-width: 861px) {
  .Header__wrapper {
    padding: 32px 0;
  }
}
.Header__logo {
  width: 140px;
  height: 28px;
  background: url("./img/logo.svg") no-repeat;
  background-size: contain;
  z-index: 800;
}
@media only screen and (min-width: 861px) {
  .Header__logo {
    width: 248px;
    height: 45px;
  }
}
.Header__inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.Header__button {
  display: none;
  padding: 15px 32px;
  z-index: 800;
}
@media only screen and (min-width: 861px) {
  .Header__button {
    display: flex;
  }
}
.Header__button--mobile {
  display: flex;
  margin-top: 16px;
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .Header__button--mobile {
    display: none;
  }
}
.Header__menuToggle {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 800;
}
@media only screen and (min-width: 861px) {
  .Header__menuToggle {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.Header__menuToggleLabel {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1em;
}
.Header__menuToggleLabelInner {
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.Header__menuToggleLabelInner:first-child {
  transform: translate3d(0, 0%, 0);
}
.Header__menuToggleLabelInner:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.Header__menuToggleLabel--hide {
  display: none;
}
.Header__menuToggle:hover .Header__menuToggleLabelInner:first-child {
  transform: translate3d(0, -100%, 0);
}
.Header__menuToggle:hover .Header__menuToggleLabelInner:last-child {
  transform: translate3d(0, 0%, 0);
}
.Header__menuToggle:hover .Hamburger .Hamburger__leftIcon {
  width: 15px;
}
.Header__menuToggle:hover .Hamburger .Hamburger__leftIcon::before, .Header__menuToggle:hover .Hamburger .Hamburger__leftIcon::after {
  width: 15px;
  left: 2px;
}
.Header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #E7E1DA;
  z-index: 700;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
.Header__menuImage {
  display: none;
}
@media only screen and (min-width: 861px) {
  .Header__menuImage {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
  }
}
@media only screen and (min-width: 861px) {
  .Header__menuWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.Header__menuItems {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 8px;
  box-sizing: border-box;
  padding-bottom: 40px;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
}
@media only screen and (min-width: 861px) {
  .Header__menuItems {
    align-items: unset;
    padding-bottom: 6%;
    gap: 24px;
  }
}
.Header__menuItemsLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  width: 287px;
  box-sizing: border-box;
  color: #212325;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.36px;
}
.Header__menuItemsLink::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("./img/arrow.svg") no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.Header__menuItemsLink:hover {
  padding: 12px 24px;
  width: 100%;
  color: #212325;
  background-color: #F4F2EF;
}
.Header__menuItemsLink:hover::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 861px) {
  .Header__menuItemsLink {
    padding: 16px 10px;
    width: 384px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  .Header__menuItemsLink::after {
    width: 24px;
    height: 24px;
  }
  .Header__menuItemsLink:hover {
    width: 406px;
    padding: 16px 24px;
  }
}
.Header__menuItemsPhone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
  width: 100%;
  border-radius: 2px;
  background-color: #F4F2EF;
  box-sizing: border-box;
}
@media only screen and (min-width: 861px) {
  .Header__menuItemsPhone {
    margin-top: 80px;
    padding: 16px 24px;
    width: 406px;
    gap: 24px;
  }
}
@media only screen and (min-width: 861px) {
  .Header__menuItemsPhoneTexts {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .Header__menuItemsPhoneTexts::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("./img/phone.svg") no-repeat;
    background-size: contain;
  }
}
.Header__menuItemsPhoneTextsFirst {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #212325;
}
.Header__menuItemsPhoneTextsFirst:hover {
  color: #212325;
}
@media only screen and (min-width: 861px) {
  .Header__menuItemsPhoneTextsFirst {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.Header__menuItemsPhoneTextsSecond {
  margin-top: 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 861px) {
  .Header__menuItemsPhoneTextsSecond {
    font-size: 11px;
    letter-spacing: 0.22px;
  }
}
.Header--adminBar {
  top: 46px;
}
@media only screen and (min-width: 861px) {
  .Header--adminBar {
    top: 32px;
  }
}
.Header--open .Header__menu {
  transform: scaleX(1);
  transition-delay: 0s;
}
.Header--open .Header__menuItems,
.Header--open .Header__menuImage {
  opacity: 1;
  transition-delay: 0.4s;
}
.Header--second {
  background-color: transparent;
}
.Header--second .Header__logo {
  background: url("./img/logo-white.svg") no-repeat;
  background-size: contain;
}
.Header--second .Header__menuToggle {
  color: #fff;
}
.Header--second .Hamburger .Hamburger__leftIcon,
.Header--second .Hamburger .Hamburger__rightIcon {
  background: #fff;
}
.Header--second .Hamburger .Hamburger__leftIcon::before, .Header--second .Hamburger .Hamburger__leftIcon::after,
.Header--second .Hamburger .Hamburger__rightIcon::before,
.Header--second .Hamburger .Hamburger__rightIcon::after {
  background: #fff;
}
.Header--second .Hamburger--open .Hamburger__leftIcon,
.Header--second .Hamburger--open .Hamburger__rightIcon {
  background: transparent;
}
@media only screen and (min-width: 861px) {
  .Header--apartments {
    border-bottom: 1px solid #CFCBC6;
  }
}

.Body {
  padding-top: 60px;
  background-color: #F4F2EF;
  box-sizing: border-box !important;
  overflow-x: hidden;
}
@media only screen and (min-width: 861px) {
  .Body {
    padding-top: 109px;
  }
}
.Body--open {
  overflow: hidden;
}

.Footer {
  margin-top: 40px;
  padding: 40px 0 50px;
  border-top: 1px solid #E7E1DA;
}
.Footer::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0C2340;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .Footer {
    margin-top: 120px;
    padding: 0;
  }
}
.Footer__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 861px) {
  .Footer__top {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 861px) {
  .Footer__topItem {
    padding: 60px 40px;
    width: 33%;
    border-right: 1px solid #E7E1DA;
  }
  .Footer__topItem:first-child {
    padding-left: 0;
  }
}
.Footer__topItemTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  color: #866D4B;
}
.Footer__topItemWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .Footer__topItemWrapper {
    margin-top: 40px;
  }
}
.Footer__topItemElement {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #E7E1DA;
  border-radius: 2px;
}
@media only screen and (min-width: 861px) {
  .Footer__topItemElement {
    padding: 16px 24px;
  }
}
.Footer__topItemElement--phone::before {
  content: "";
  margin-right: 16px;
  width: 32px;
  height: 32px;
  background: url("./img/phone.svg") no-repeat;
  background-size: contain;
}
.Footer__topItemElement--email::before {
  content: "";
  margin-right: 16px;
  width: 32px;
  height: 32px;
  background: url("./img/email.svg") no-repeat;
  background-size: contain;
}
.Footer__topItemElement--valuation {
  padding-right: 24px;
}
.Footer__topItemElement--valuation::before {
  content: "";
  margin-right: 16px;
  width: 32px;
  height: 32px;
  background: url("./img/valuation.svg") no-repeat;
  background-size: contain;
}
.Footer__topItemElement--valuation::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url("./img/arrow-small-black.svg") no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}
.Footer__topItemElement--valuation:hover::after {
  opacity: 1;
}
@media only screen and (min-width: 861px) {
  .Footer__topItemElement--valuation {
    padding-right: 32px;
  }
  .Footer__topItemElement--valuation::after {
    right: 24px;
  }
}
.Footer__topItemLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Footer__topItemTextsFirst {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  color: #212325;
}
@media only screen and (min-width: 861px) {
  .Footer__topItemTextsFirst {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.Footer__topItemTextsSecond {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 861px) {
  .Footer__topItemTextsSecond {
    font-size: 11px;
    letter-spacing: 0.22px;
  }
}
.Footer__topItemTextsPayment {
  width: 74px;
  height: 16px;
  background: url("./img/payment-methods.svg") no-repeat;
  background-size: contain;
}
.Footer__topItemTexts--payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.Footer__topItemSocials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.Footer__facebook {
  width: 20px;
  height: 20px;
  background: url("./img/facebook.svg") no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.Footer__facebook:hover {
  transform: scale(1.1);
}
.Footer__instagram {
  width: 20px;
  height: 20px;
  background: url("./img/instagram.svg") no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.Footer__instagram:hover {
  transform: scale(1.1);
}
.Footer__bottom {
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid #E7E1DA;
}
@media only screen and (min-width: 861px) {
  .Footer__bottom {
    margin-top: 0;
  }
}
@media only screen and (min-width: 861px) {
  .Footer__bottomWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 861px) {
  .Footer__bottomInner {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.Footer__logo {
  display: block;
  margin: auto;
  width: 107px;
  height: 22px;
  background: url("./img/logo.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Footer__logo {
    width: 178px;
    height: 36px;
  }
}
.Footer__copyright {
  margin-top: 12px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Footer__copyright {
    margin-top: 0;
    font-size: 13px;
  }
}
.Footer__implementation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
}
.Footer__implementation a {
  content: "";
  display: block;
  width: 49px;
  height: 12px;
  background: url("./img/profiart.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Footer__implementation {
    gap: 12px;
    margin-top: 0;
    font-size: 13px;
  }
  .Footer__implementation a {
    width: 65px;
    height: 16px;
  }
}
.Footer__fixedMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.08);
  z-index: 900;
}
@media only screen and (min-width: 861px) {
  .Footer__fixedMenu {
    display: none;
  }
}
.Footer__fixedMenuItem {
  padding: 20px;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #212325;
  background-color: #F4F2EF;
}
.Footer__fixedMenuItem--highlight {
  background-color: #D6D01B;
}
.Footer__formButton {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.Footer__form {
  display: block;
  position: fixed;
  padding: 16px 24px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 120vw;
  background-color: #F4F2EF;
  box-shadow: -5px 4px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transition: 0.35s ease-in-out;
}
@media only screen and (min-width: 861px) {
  .Footer__form {
    padding: 120px 200px 120px 60px;
    width: 860px;
  }
}
.Footer__formWrapper {
  margin-top: 48px;
}
@media only screen and (min-width: 861px) {
  .Footer__formWrapper {
    margin-top: 120px;
  }
}
.Footer__form--active {
  left: 0;
}
@media only screen and (min-width: 861px) {
  .Footer__form--active {
    left: calc(100% - 860px);
  }
}
.Footer__menuToggle {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 800;
}
@media only screen and (min-width: 861px) {
  .Footer__menuToggle {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.Footer__menuToggleLabel {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1em;
}
.Footer__menuToggleLabelInner {
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.Footer__menuToggleLabelInner:first-child {
  transform: translate3d(0, 0%, 0);
}
.Footer__menuToggleLabelInner:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.Footer__menuToggle:hover .Footer__menuToggleLabelInner:first-child {
  transform: translate3d(0, -100%, 0);
}
.Footer__menuToggle:hover .Footer__menuToggleLabelInner:last-child {
  transform: translate3d(0, 0%, 0);
}
.Footer__menuToggle:hover .Hamburger .Hamburger__leftIcon {
  width: 15px;
}
.Footer__menuToggle:hover .Hamburger .Hamburger__leftIcon::before, .Footer__menuToggle:hover .Hamburger .Hamburger__leftIcon::after {
  width: 15px;
  left: 2px;
}
.Footer--formActive::before {
  opacity: 0.88;
  z-index: 9999;
}

.admin-bar .Footer__form {
  top: 46px;
}
@media only screen and (min-width: 861px) {
  .admin-bar .Footer__form {
    top: 32px;
  }
}

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