/* Main colors */
/**/
/* Usage:

.my-box {
  padding: 10px;

  @include for-desktop-up {
	padding: 20px;
  }
}

*/
/* Flex mixins */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

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

button.gm-ui-hover-effect:focus {
  outline: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: #133515;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

a:active,
a:focus,
a:target,
a:hover {
  outline: 0;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
  color: #FF5B00;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

button[disabled],
html input[disabled] {
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
  #BOX MODEL SET
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------*\
  #SITE LAYOUT
\*------------------------------------*/
body {
  position: relative;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

.site-block {
  margin: 0 auto;
  padding-left: 6.22em;
  padding-right: 6.22em;
}

.site-block--top-bottom {
  padding-top: 3.12em;
  padding-bottom: 3.12em;
}

.site-block--100 {
  height: 100%;
}

/* Responsive layout */
@media (max-width: 1024px) {
  .site-block {
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 380px) {
  .site-block {
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/*------------------------------------*\
  #LAYOUT BLOCKS
\*------------------------------------*/
/*------------------------------------*\
  #COLUMN SYSTEM
\*------------------------------------*/
.h-row {
  margin: 0 -20px;
}
@media (max-width: 1024px) {
  .h-row {
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .h-row {
    margin: 0 -10px;
  }
}

.col-1-of-2,
.col-1-of-3,
.col-2-of-3,
.col-1-of-4,
.col-3-of-4,
.col-1-of-5,
.col-2-of-5,
.col-3-of-5,
.col-1-of-6,
.col-1-of-12 {
  float: left;
}

.h-row > .col-1-of-2,
.h-row > .col-1-of-3,
.h-row > .col-2-of-3,
.h-row > .col-1-of-4,
.h-row > .col-3-of-4,
.h-row > .col-1-of-5,
.h-row > .col-2-of-5,
.h-row > .col-3-of-5,
.h-row > .col-1-of-6,
.h-row > .col-1-of-12 {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .h-row > .col-1-of-2,
  .h-row > .col-1-of-3,
  .h-row > .col-2-of-3,
  .h-row > .col-1-of-4,
  .h-row > .col-3-of-4,
  .h-row > .col-1-of-5,
  .h-row > .col-2-of-5,
  .h-row > .col-3-of-5,
  .h-row > .col-1-of-6,
  .h-row > .col-1-of-12 {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .h-row > .col-1-of-2,
  .h-row > .col-1-of-3,
  .h-row > .col-2-of-3,
  .h-row > .col-1-of-4,
  .h-row > .col-3-of-4,
  .h-row > .col-1-of-5,
  .h-row > .col-2-of-5,
  .h-row > .col-3-of-5,
  .h-row > .col-1-of-6,
  .h-row > .col-1-of-12 {
    padding: 0 10px;
  }
}

.h-row > .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.h-row > .no-padding-right {
  padding-right: 0px;
}

.h-row > .no-padding-left {
  padding-left: 0px;
}

.col-1-of-2.fr,
.col-1-of-3.fr,
.col-2-of-3.fr,
.col-1-of-4.fr,
.col-3-of-4.fr,
.col-1-of-5.fr,
.col-2-of-5.fr,
.col-3-of-5.fr,
.col-1-of-6.fr,
.col-1-of-6.fr {
  float: right;
}

.col-1-of-2 {
  width: 50%;
}

.col-1-of-3 {
  width: 33.33333%;
}

.col-2-of-3 {
  width: 66.6666%;
}

.col-1-of-4 {
  width: 25%;
}

.col-3-of-4 {
  width: 75%;
}

.col-1-of-5 {
  width: 20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-1-of-6 {
  width: 16.66666%;
}

.col-1-of-12 {
  width: 8.33333%;
}

/*------------------------------------*\
  #HELPERS
\*------------------------------------*/
.h-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h-fl {
  float: left;
}

.h-fr {
  float: right;
}

.h-tar {
  text-align: right;
}

.h-tac {
  text-align: center;
}

.h-tal {
  text-align: left;
}

.h-date {
  color: #ccc;
}

.h-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.h-bg-lgreen {
  background-color: #D8EFCE;
}

.h-bg-dgreen {
  background-color: #133515;
}

.h-col-dgreen {
  color: #133515 !important;
}

.h-bg-orange {
  background-color: #FF5B00;
}

.h-bg-blue {
  background-color: #CEE2EF;
}

.h-bg-lgrey {
  background-color: #F7F7F7;
}

.h-bg-vlgrey {
  background-color: #F9F9F9;
}

.h-bg-white {
  background-color: #ffffff;
}

.h-color-white {
  color: #ffffff;
}

.h-bg-grey {
  background-color: #E5E5E5;
}

/* Vertical aligner */
.h-v-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
  margin-right: -5px;
}

.h-v-align__content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1px);
}

/* ------ Clearfix ------ */
.h-row:before,
.h-row:after,
.h-clearfix:before,
.h-clearfix:after,
.form-row:before,
.form-row:after {
  content: "";
  display: table;
}

.h-row:after,
.h-clearfix:after,
.form-row:after {
  clear: both;
}

.h-row,
.h-clearfix,
.form-row {
  zoom: 1;
}

.h-hide {
  display: none;
}

/* Responsive helpers */
.h-responsive-show {
  display: none;
}

.h-responsive-show--960 {
  display: none;
}

.h-relative {
  position: relative;
}

.home .h-home-hide {
  display: none;
}

@media (max-width: 1024px) {
  .h-responsive-show {
    display: block;
  }
  .h-responsive-hide {
    display: none !important;
  }
}
.svg-hover:hover {
  filter: invert(47%) sepia(55%) saturate(5056%) hue-rotate(360deg) brightness(100%) contrast(108%);
  transition: 0.1s all ease;
}

.svg-hover--inverted:hover {
  filter: invert(15%) sepia(18%) saturate(1660%) hue-rotate(73deg) brightness(95%) contrast(95%);
  transition: 0.1s all ease;
}

.menu-item a:hover {
  color: #FF5B00;
  transition: 0.2s all ease;
}

@media (max-width: 960px) {
  .h-responsive-show--960 {
    display: block;
  }
  .h-responsive-hide--960 {
    display: none;
  }
}
.lozad {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.lozad--loaded {
  opacity: 1;
}

body {
  font-size: 1em;
  font-family: "Roboto", Arial;
  touch-action: auto !important;
}

body:not(.home) {
  overflow: auto !important;
}

@media (max-width: 1366px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
/* Font family */
h1, h2, h3, h4, h5, h6,
.btn,
.site-header ul,
.mobile-menu li a,
.h-styled-content--alt-font,
.section-title,
.section-subtitle,
.contact-info li,
input.wpcf7-submit {
  font-family: "Moderat";
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.h-styled-content--no-upper {
  text-transform: none;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  color: #133515;
}

h2 {
  font-size: 4.375em;
  font-weight: 400;
  line-height: 1.31;
  margin: 0;
  color: #133515;
}

p {
  line-height: 1.41875;
  margin-bottom: 1em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #133515;
  opacity: 0.7;
}

ul, ol {
  margin-bottom: 2em;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 1.1em;
  list-style-type: none;
}

li {
  line-height: 1.21875;
}

/* Misc. */
img {
  max-width: 100%;
  height: auto;
}

.pfs-page__posts h2,
.page-title {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #133515;
}
@media (max-width: 1024px) {
  .pfs-page__posts h2,
  .page-title {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 1.6em;
  }
}
input.wpcf7-submit,
.btn {
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #133515;
  color: #133515;
  padding: 5px 2.15rem 0;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 16 16, auto !important;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s all ease-in-out;
}

.btn--white {
  border: 2px solid #ffffff;
  color: #ffffff;
}

input.wpcf7-submit {
  color: #133515;
  border-color: #133515;
  font-size: 1.1em;
  min-width: 6.666em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
  display: block;
  padding: 0.26em 1em;
  margin-top: 1.2em;
}

.btn--underline span {
  position: relative;
}

.btn--underline span:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 1px;
}

.close {
  width: 3.342rem;
  height: 3.342rem;
  border-radius: 50%;
  background-color: #133515;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  right: 3rem;
  align-items: center;
  position: absolute;
  top: 2.292rem;
  z-index: 101;
  transition: background-color 150ms ease-in-out;
}

.close svg {
  height: 1.3rem;
  transform: rotate(45deg);
}

.close svg, .globe-svg {
  fill: #133515;
  pointer-events: none;
  transition: fill 150ms ease-in-out;
}

.btn--pick {
  padding: 1.46rem 2.934rem;
  border-radius: 50px;
}

/* Hover styles */
input.wpcf7-submit:hover,
.btn:hover,
.btn--white:hover {
  color: #ffffff;
  border-color: #FF5B00;
  background-color: #FF5B00;
}

.orange.btn:hover {
  color: #ffffff;
  border-color: #133515;
  background-color: #133515;
}

#wpadminbar {
  display: none;
}

.site-header {
  height: 82px;
  padding: 0 max(28px, 3.4722222222vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
}
@media (min-width: 1366px) {
  .site-header {
    height: 100px;
    padding: 0 clamp(50px, 5.5555555556vw, 80px);
  }
}
.site-header.site-header--front-page {
  background-color: #FF5B00 !important;
}
.site-header.site-header--front-page .hamburger.active:after {
  background-image: url("../../assets/img/icon-hamburger-open-white.svg");
}
.site-header.site-header--front-page .hamburger:after {
  background-image: url("../../assets/img/icon-hamburger-closed-white.svg");
}
.site-header.site-header--front-page .menu-search {
  background-color: #ffffff;
}
.site-header.site-header--front-page .menu-search .menu-search-text {
  color: #FF5B00;
}
.site-header.site-header--front-page .menu-search .menu-search-text:after {
  background-image: url("../../assets/img/icon-search-orange.svg");
}
.site-header.site-header--front-page .main-menu-desktop .primary-menu > li > a {
  color: #ffffff;
}
.site-header .main-logo-holder {
  display: block;
  width: 91px;
}
.site-header .main-logo-holder img {
  width: 100%;
  height: auto;
}
.site-header .hamburger {
  width: 32px;
  height: 32px;
  display: block;
}
@media (min-width: 1024px) {
  .site-header .hamburger {
    display: none !important;
  }
}
.site-header .hamburger.active:after {
  background-image: url("../../assets/img/icon-hamburger-open-green.svg");
}
.site-header .hamburger:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/icon-hamburger-closed-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-header .main-menu-desktop {
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .site-header .main-menu-desktop {
    display: none;
  }
}
.site-header .main-menu-desktop .primary-menu {
  display: flex;
  margin: 0;
}
.site-header .main-menu-desktop .primary-menu li {
  padding-right: max(25px, 2.2222222222vw);
}
.site-header .main-menu-desktop .primary-menu li:last-child {
  padding-right: 0;
}
.site-header .main-menu-desktop .primary-menu li a {
  font-weight: 500;
  letter-spacing: 0.14em;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .site-header .main-menu-desktop .primary-menu li a {
    font-size: 13px;
  }
}
@media (min-width: 1366px) {
  .site-header .main-menu-desktop .primary-menu li a {
    font-size: 14px;
  }
}
.site-header .main-menu-desktop .primary-menu li .sub-menu {
  position: absolute;
  box-shadow: 0 10px 16px 0 RGB(0 0 0/20%), 0 6px 20px 0 RGB(0 0 0/19%) !important;
  z-index: 9999;
  background: #fff;
  display: none;
  margin-top: 1.7em !important;
  margin-left: -15px;
}
.site-header .main-menu-desktop .primary-menu li .sub-menu.active {
  display: block;
}
.site-header .main-menu-desktop .primary-menu li .sub-menu li {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0.8;
}
.site-header .main-menu-desktop .primary-menu li .sub-menu li:last-child {
  padding-bottom: 25px;
}
.site-header .main-menu-desktop .primary-menu li .sub-menu li a {
  font-weight: 500;
  text-transform: none;
  font-family: "Roboto";
  opacity: 0.7;
  padding: 0;
}
.site-header .main-menu-mobile {
  top: 82px;
  padding-top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F7F7F7;
  position: fixed;
  z-index: 9999;
  display: none;
}
@media (min-width: 1024px) {
  .site-header .main-menu-mobile {
    display: none !important;
  }
}
.site-header .main-menu-mobile:after {
  content: "";
  width: 166px;
  height: 150px;
  background-image: url("../../assets/img/illustration-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .main-menu-mobile .menu-desktop-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-header .main-menu-mobile .primary-menu li {
  margin-bottom: 32px;
}
.site-header .main-menu-mobile .primary-menu li:last-child {
  margin-bottom: 0;
}
.site-header .main-menu-mobile .primary-menu li a {
  font-size: 16px;
}
.site-header .main-menu-mobile .primary-menu li .sub-menu {
  display: none;
}
.site-header .main-menu-mobile .primary-menu li .sub-menu li a {
  color: #133515;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  opacity: 0.8;
  text-transform: none;
}
.site-header .menu-search {
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: max(12px, 3.3333333333vw);
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #FF5B00;
}
@media (min-width: 1024px) {
  .site-header .menu-search {
    padding: 8px 24px;
  }
}
@media (max-width: 1024px) {
  .site-header .menu-search {
    margin-left: auto;
    margin-right: 12px;
  }
}
.site-header .menu-search .menu-search-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Moderat";
}
.site-header .menu-search .menu-search-text:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("../../assets/img/icon-search-white.svg");
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-item-has-children.active a:first-child {
  color: #FF5B00;
}

.contact__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8em;
}

.contact__header h3 {
  color: #F9F9F9;
  font-size: 2.98em;
  text-transform: uppercase;
}

.contact__header__icons {
  display: flex;
  align-items: center;
  gap: 1.5em;
  justify-content: space-between;
}

.contact__header__icons img {
  height: 2em;
}

.contact__header__text-icon {
  font-size: 1.1196em;
  color: #F9F9F9;
  line-height: 2.1em;
  font-family: "Moderat";
  text-transform: uppercase;
  text-decoration: underline;
}

.contact__h-line {
  background-color: rgba(247, 247, 247, 0.2);
  height: 1px;
  width: 105%;
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: 2.5em;
}

.contact__h-line--no-b-margin {
  margin-bottom: 0;
}

.contact__v-line {
  background-color: rgba(247, 247, 247, 0.2);
  width: 1px;
  margin-left: 2.98em;
  margin-right: 4.22em;
  margin-bottom: 3em;
  margin-top: 1em;
}

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

.contact__contacts{
  display: flex;
  flex-flow: column;
  gap: 2rem;
}

.contact__content img {
  height: 21.77em;
  margin-bottom: 2.11em;
  object-fit: contain;
}

.contact__content .contact__info img {
  width: 100%;
  object-fit: cover;
  object-position: 0 0%;
  max-height: 200px;
  height: auto;
}

.contact__info__text {
  color: #F9F9F9;
}

.contact__info__text div {
  margin-bottom: 0.625em;
  font-family: "Moderat";
}

.contact__info__text div:first-child {
  text-transform: uppercase;
}

.contact__form {
  display: flex;
  align-items: flex-end;
}

img.contact__form__image {
  height: 64.5vh;
  margin-right: 4.5em;
  margin-bottom: 0;
}

.contact__form__form {
  width: 29.85em;
}

.contact__form__form h4 {
  color: #F9F9F9;
  font-size: 1.498em;
  margin-bottom: 2vh;
  margin-left: 1em;
}

.contact__footer {
  height: 4.354em;
  color: rgba(247, 247, 247, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact__footer > a {
  color: rgba(247, 247, 247, 0.5);
}
.contact__footer > a:hover {
  color: #FF5B00;
}

.home .contact__v-line {
  height: 61vh;
}

.home img.contact__form__image {
  height: 68vh;
}

.home .section-contacts {
  padding-top: 2.5em;
}

@media (max-width: 1024px) {
  .contact__header h3 {
    font-size: 2em;
  }
}
@media (max-width: 960px) {
  .section-contacts--mobile h3 {
    font-size: 1.5rem;
  }
  .contact__header {
    flex-direction: column;
    height: auto;
  }
  .contact__header__text-icon {
    font-size: 0.88rem;
    margin-right: 3rem;
  }
  .contact__header {
    align-items: normal;
    height: auto;
  }
  .section-contacts--mobile .contact__h-line {
    margin-bottom: 1rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-contacts--mobile .contact__content {
    flex-direction: column;
  }
  .section-contacts--mobile .contact__content img {
    height: 11rem;
    width: 100%;
    object-position: 50% 14%;
    margin-top: 1rem;
    object-fit: cover;
    margin-bottom: 1rem;
    margin-right: 0;
    min-height: 49vh;
  }
  .section-contacts--mobile .contact__info__text div {
    margin-bottom: 0.6rem;
    font-size: 14px;
  }
  .section-contacts--mobile .contact__form {
    flex-direction: column-reverse;
  }
  .contact__form__form h4 {
    margin-bottom: 1.5rem;
    margin-left: 0;
  }
  .section-contacts--mobile .contact__form__form {
    width: auto;
  }
  .wpcf7-form-control-wrap.your-message {
    margin-bottom: 1rem;
  }
  .contact__form__form input.wpcf7-submit {
    margin-bottom: -3rem;
  }
  .contact__content .contact__form img.contact__form__image {
    width: auto;
    margin-top: 0;
    object-fit: initial;
    object-position: initial;
    margin-bottom: 0;
    margin-right: 9em;
    height: 25vh;
    min-height: 39vh;
  }
  .contact__form__image {
    margin-right: 9em;
    height: 25vh;
    min-height: 39vh;
  }
  .contact__footer {
    align-items: initial;
    flex-direction: column;
    height: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 380px) {
  .contact__form__form input.wpcf7-submit {
    padding: 1rem 1.934rem;
  }
  .contact__content .contact__form img.contact__form__image {
    min-height: 31vh;
  }
}
@media (max-width: 380px) {
  .contact__header__text-icon {
    margin-right: 0;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .contact__content .contact__form img.contact__form__image {
    min-height: 75vh;
    margin-right: 58vw;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

/* General page structural elements */
.section {
  overflow-x: hidden;
}

.home .site-center {
  position: relative;
}

.section--fh {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}

.section--fh-without-header {
  position: relative;
  min-height: 94vh;
  height: 100%;
}

.section-360 h1 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.section-360 {
  padding-bottom: 6.22em;
}

#frame-360 {
  height: 80vh;
  width: 100%;
  position: relative;
  border: none;
  z-index: 100;
}

@page {
  size: A4;
  margin: 0;
  padding: 0;
}
.selectBuildingContainer {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

.selectBuildingContainer div {
  flex: auto;
}

.buildingLabel {
  position: absolute;
  color: #fff;
  background-color: #FF5B00;
  font-weight: 700;
  text-align: center;
  padding: 5px 40px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 25px;
}

.leftBuildingLabel {
  margin-top: 15%;
  margin-left: 22%;
}

.rightBuildingLabel {
  margin-top: 10%;
  margin-left: 58%;
}

/* General popup styles */
.site-popup {
  max-width: 850px;
  width: 100%;
}

.fancybox-slide > .site-popup,
.site-popup {
  padding: 0;
  overflow: hidden;
}

.register-popup__title {
  font-size: 1.75em;
  font-family: "Roboto";
  text-transform: uppercase;
  background-color: #FF5B00;
  margin-top: -16px;
  padding-top: 1.0625em;
  padding-left: 1.5625em;
  padding-bottom: 0.4375em;
  width: 100%;
}
.register-popup__title p {
  margin-top: 0;
  max-width: 70%;
  color: white;
  opacity: 1;
}

.fancybox-close-small:after {
  color: white !important;
  right: 7px !important;
  font: 50px/34px Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.fancybox-close-small:hover:after {
  transition: 0.3s all ease-in-out;
  color: #133515 !important;
  background: none !important;
}

/* Global popup (image+link) */
.global-popup > a {
  font-size: 0;
}

.global-popup img {
  display: block;
  width: 100%;
}

/* Register popup styles */
.site-popup.register-popup {
  max-width: 50em;
}

.register-form {
  padding: 1.5625em;
}
.register-form .wpcf7 input[type=text],
.register-form .wpcf7 input[type=email],
.register-form .wpcf7 input[type=number],
.register-form .wpcf7 input[type=tel],
.register-form .wpcf7 textarea {
  color: #133515 !important;
  padding-left: 0;
  border-bottom: 1px solid #133515;
}
.register-form :-ms-input-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.register-form ::-moz-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.register-form :-moz-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.register-form ::-webkit-input-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.register-form .wpcf7-form-control-wrap.your-message textarea {
  height: 2.2em;
}
.register-form .wpcf7-list-item-label {
  color: #133515 !important;
  padding-left: 2em;
  line-height: 1.1em;
}
.register-form input.wpcf7-submit {
  color: #133515 !important;
  border: 1px solid #133515;
  opacity: 1;
  margin: auto;
  font-weight: 600;
  padding: 1rem 2rem;
}
.register-form .wpcf7-acceptance input[type=checkbox] + span:before {
  border: 1px solid #FF5B00;
  opacity: 0.8;
}
.register-form .wpcf7-form {
  position: relative;
}
.register-form .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
}
.register-form .apartment-link__item {
  letter-spacing: 0.005em;
}
.register-form form:not(.sent) .error :-ms-input-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.register-form form:not(.sent) .error ::-moz-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.register-form form:not(.sent) .error :-moz-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.register-form form:not(.sent) .error ::-webkit-input-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.register-form form:not(.sent) .error input[type=text],
.register-form form:not(.sent) .error input[type=email],
.register-form form:not(.sent) .error input[type=number],
.register-form form:not(.sent) .error input[type=tel],
.register-form form:not(.sent) .error textarea {
  border-bottom: 1px solid #FF5B00;
  opacity: 1;
}
.register-form .wpcf7 input:-webkit-autofill,
.register-form .wpcf7 input:-webkit-autofill:hover,
.register-form .wpcf7 input:-webkit-autofill:focus,
.register-form .wpcf7 textarea:-webkit-autofill,
.register-form .wpcf7 textarea:-webkit-autofill:hover,
.register-form .wpcf7 textarea:-webkit-autofill:focus,
.register-form .wpcf7 select:-webkit-autofill,
.register-form .wpcf7 select:-webkit-autofill:hover,
.register-form .wpcf7 select:-webkit-autofill:focus {
  caret-color: white;
  border-bottom: 1px solid #133515 !important;
  color: #133515 !important;
  -webkit-text-fill-color: #133515 !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset !important;
}
.register-form form.sent .wpcf7-response-output {
  border: none;
  color: #133515;
  font-size: 18px !important;
  opacity: 0.8;
  text-align: center;
  font-weight: 600;
  padding-left: 0;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.site-popup .wpcf7-form.wpcf7-acceptance-as-validation.sent p {
  display: none;
}

.site-popup.image-popup {
  line-height: 0;
  overflow: hidden;
}

.open-door__intro {
  display: flex;
  padding: 35px;
  padding-top: 19px;
}

.open-door {
  display: none;
}

.location-switcher__btn.is-active.js-open-door-intro {
  width: 11.1875em;
  height: 3.375em;
  line-height: 3.375em;
  margin: auto;
  display: block;
}

.fancybox-close-small {
  background: #FF5B00 !important;
}

.popup-ground {
  height: 30px;
  width: 100%;
}

.open-door__intro__text,
.open-door__text {
  font-family: "Roboto";
  margin-bottom: 1.25em;
  color: rgba(19, 53, 21, 0.8);
  letter-spacing: 0.05em;
  line-height: 24px;
  padding-right: 40px;
}
@media screen and (min-width: 800px) {
  .open-door__intro__text,
  .open-door__text {
    width: 28.125em;
  }
}

.open-door__text {
  width: 100%;
  padding-right: 0;
}

.open-door__image__item {
  border-radius: 40px;
  width: 116vw;
  height: 24.6875em;
  object-fit: cover;
}

.open-door-intro__image__item {
  height: 17.5em;
  position: absolute;
  bottom: -0.0625em;
}

.open-door-register-popup {
  max-width: 67em;
}
.open-door-register-popup .register-popup__title p {
  max-width: 53%;
  font-weight: 700;
  font-size: 31px;
  font-family: "Moderat";
  letter-spacing: 5px;
}

#odc-timepick {
  min-width: 19vw;
}

.open-door .btn--pick {
  padding: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 3px;
}

.open-door {
  padding: 36px;
  padding-top: 19px;
}

.open-door__content {
  display: flex;
}

.open-door-register-form {
  width: 26.25em;
  padding-right: 29px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.open-door__text {
  margin-bottom: 22px;
}

.open-door__calendar__image {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 320px !important;
}

.open-door .register-form .wpcf7 input[type=text],
.open-door .register-form .wpcf7 input[type=number],
.open-door .register-form .wpcf7 input[type=tel],
.open-door .register-form .wpcf7 textarea {
  margin-bottom: 6vh;
}

.odc-calendar__title {
  font-family: "Roboto";
  color: #133515;
  opacity: 0.7;
  margin-top: 3px;
  margin-bottom: 7px;
}

.flatpickr-day.flatpickr-disabled {
  color: #133515;
  font-weight: 500;
  opacity: 0.5;
  font-family: "Moderat";
  font-size: 13px;
}

.flatpickr-day {
  color: #133515;
  font-weight: 700;
  opacity: 0.8;
  font-family: "Moderat";
}

.flatpickr-days {
  width: 210px;
}

.flatpickr-innerContainer {
  justify-content: center;
  margin-bottom: 4px;
}

.odc-calendar__content__time {
  padding-left: 30px;
}

.flatpickr-calendar {
  width: 220px;
}

.flatpickr-weekdays {
  width: 210px;
}

.dayContainer {
  max-width: none;
  min-width: auto;
  width: 240px;
}

.flatpickr-day:hover {
  background: transparent;
  font-weight: 600;
  color: #FF5B00;
  border: none;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: transparent;
  font-weight: 600;
  color: #FF5B00;
  border: none;
}

.flatpickr-calendar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #133515;
  border-radius: 30px;
}

.flatpickr-current-month .numInputWrapper {
  display: none;
}

.flatpickr-current-month {
  font-family: "Moderat";
  color: #133515;
}

.flatpickr-day {
  max-width: 30px;
  height: 26px;
  line-height: 12px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  pointer-events: none;
  text-align: center;
}

#odc-timepick {
  min-width: 247px;
  margin-top: 0;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .register-popup__title {
    font-size: 1.3333333333em;
    padding-left: 1em;
  }
  .register-popup__title p {
    max-width: 80%;
  }
  .site-popup {
    width: 90vw !important;
    max-width: 800px;
  }
}
.acceptance-424 .wpcf7-not-valid-tip {
  display: none !important;
}

.open-door-register-form.single {
  width: 100%;
  margin-bottom: 130px;
}

.open-door-register-popup #odc-timepick {
  min-width: 23vw;
}

.open-door__intro--right {
  display: block;
}

@media (max-width: 800px) {
  .open-door-register-popup .register-popup__title p {
    max-width: 90%;
    font-size: 25px;
  }
  .open-door__intro__text {
    padding-right: 0px;
  }
  .open-door__intro--right {
    display: none;
  }
  .open-door__intro__image {
    margin-top: 250px;
  }
  .open-door__content {
    display: flex;
    flex-direction: column;
  }
  .open-door-register-form {
    width: auto;
    margin-bottom: 150px;
    padding: 0px;
    order: 2;
  }
  .odc-calendar__content {
    display: block;
  }
  .odc-calendar__content .odc-calendar__content__time {
    padding: 20px 0px 20px 0px;
  }
  .open-door__calendar__content {
    order: 1;
  }
}
.google-map {
  height: 500px;
}

/*------------------------------------*\
  #Custom checkbox
\*------------------------------------*/
.wpcf7-list-item-label,
.custom-checkbox-item {
  position: relative;
}

.custom-checkbox-item + .custom-checkbox-item {
  margin-top: 10px;
}

.wpcf7-list-item input[type=checkbox],
.custom-checkbox-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

.wpcf7-list-item-label,
.custom-checkbox {
  padding-left: 22px;
  position: relative;
  cursor: pointer;
  display: block;
  color: #133515;
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after,
.custom-checkbox:before,
.custom-checkbox:after {
  margin-top: 1px;
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
}

.wpcf7-list-item-label:before,
.custom-checkbox:before {
  border: 1px solid rgba(19, 53, 21, 0.8);
  z-index: 2;
}

.wpcf7-list-item-label:after,
.custom-checkbox:after {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  display: inline-block;
  text-align: center;
  opacity: 0;
  background-image: url("../../assets/img/icon-checkbox-checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-checkbox a:hover {
  text-decoration: underline;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after,
input[type=checkbox]:checked + .custom-checkbox:after {
  opacity: 1;
  border-color: #FF5B00;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before,
input[type=checkbox]:checked + .custom-checkbox:before {
  border-color: #FF5B00;
}

.home .site-header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  background: white;
}

.main-page__season-image {
  display: flex;
  justify-content: center;
  align-content: center;
}

.main-page__price-tag-container {
  text-align: center;
}

.main-page__season-image img {
  height: 26.124em;
}

.main-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-page__eika-logo {
  position: fixed;
  bottom: 3.9186em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1.8038em;
}

.main-page__price-tag {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 8vw;
  align-items: center;
}

.main-page__price-text {
  margin-top: 2em;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-page__slide-line__wrapper {
  top: 0;
  left: 5em;
  bottom: 0;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1;
  transition: 0.6s opacity ease-in-out;
}

.main-page__slide-line {
  margin-left: 6rem;
  align-items: center;
  width: 1px;
  background-color: #133515;
  height: 23.5em;
  position: relative;
}

.main-page__slide-stop {
  right: -0.2em;
  float: right;
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: flex-end;
  width: 10em;
}

.main-page__slide-stop__title {
  font-size: 18px;
  text-transform: uppercase;
  color: #133515;
  transition: 0.8s all ease-in-out;
}

[data-step=ruduo] {
  position: absolute;
  top: -1em;
}

[data-step=vasara] {
  position: absolute;
  top: 7em;
}

[data-step=pavasaris] {
  position: absolute;
  top: 15em;
}

[data-step=ziema] {
  position: absolute;
  top: 23em;
}

.main-page__slide-line {
  background-color: #133515;
  transition: 0.8s all ease-in-out;
}

.main-page__slide-line.line--white {
  background-color: #ffffff;
}

.main-page__slide-stop__dot {
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  background-color: #133515;
  transition: 0.8s all ease-in-out;
}

.main-page__slide-stop__active {
  height: 1.5em;
  width: 1.5em;
  background-color: #FF5B00;
  top: -1em;
  left: -0.75em;
  border-radius: 50px;
  position: absolute;
  transition: 0.8s all ease-in-out;
}

.main-page__slide-stop.active .main-page__slide-stop__title {
  color: #FF5B00;
}

.line--white .main-page__slide-stop__dot {
  background-color: #ffffff;
}

.line--white .main-page__slide-stop .main-page__slide-stop__title {
  color: #ffffff;
}

.line--white .main-page__slide-stop.active .main-page__slide-stop__title {
  color: #FF5B00;
}

.line--white.orange .main-page__slide-stop__active {
  background-color: #ffffff;
}

.line--white.orange .main-page__slide-stop.active .main-page__slide-stop__title {
  color: #133515;
}

.main-page__slide-stop__active.ruduo-vasara {
  animation: moveOneTwo 0.8s forwards ease-in-out;
}

@keyframes moveOneTwo {
  from {
    transform: translateY(0em);
  }
  to {
    transform: translateY(8em);
  }
}
.main-page__slide-stop__active.vasara-ruduo {
  animation: moveTwoOne 0.8s forwards ease-in-out;
}

@keyframes moveTwoOne {
  from {
    transform: translateY(8em);
  }
  to {
    transform: translateY(0em);
  }
}
.main-page__slide-stop__active.vasara-pavasaris {
  animation: moveTwoThree 0.8s forwards ease-in-out;
}

@keyframes moveTwoThree {
  from {
    transform: translateY(8em);
  }
  to {
    transform: translateY(16em);
  }
}
.main-page__slide-stop__active.pavasaris-vasara {
  animation: moveThreeTwo 0.8s forwards ease-in-out;
}

@keyframes moveThreeTwo {
  from {
    transform: translateY(16em);
  }
  to {
    transform: translateY(8em);
  }
}
.main-page__slide-stop__active.pavasaris-ziema {
  animation: moveThreeFour 0.8s forwards ease-in-out;
}

@keyframes moveThreeFour {
  from {
    transform: translateY(16em);
  }
  to {
    transform: translateY(24em);
  }
}
.main-page__slide-stop__active.ziema-pavasaris {
  animation: moveFourThree 0.8s forwards ease-in-out;
}

@keyframes moveFourThree {
  from {
    transform: translateY(24em);
  }
  to {
    transform: translateY(16em);
  }
}
@media (max-width: 1200px) {
  .main-page__price-tag {
    padding-right: 5rem;
  }
  .main-page__season-image img {
    height: 18em;
    margin-top: 14vh;
  }
}
@media (max-width: 1024px) {
  .main-page__slide-stop .main-page__slide-stop__title {
    margin-bottom: 1.1em !important;
  }
  .main-page__price-tag {
    padding-right: 0;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    top: auto;
    bottom: 12vh;
  }
  .main-page__season-image img {
    width: 16rem;
    height: auto;
    margin-top: 0;
  }
  .main-page__eika-logo {
    width: 8.8125rem;
    bottom: 2.0625rem;
  }
  .main-page__slide-line__container {
    width: 18em;
    margin: auto;
  }
  .main-page__slide-line__wrapper {
    left: 0;
    right: 0;
    top: 10rem;
    bottom: auto;
  }
  .main-page__slide-line {
    width: 100%;
    height: 1px;
    margin-left: 0;
  }
  .main-page__slide-stop__title {
    font-size: 0.875rem;
  }
  .main-page__slide-stop {
    right: auto;
    top: -2.2rem;
    flex-direction: column;
    gap: 0;
    width: auto;
  }
  [data-step=ruduo] {
    position: absolute;
    left: -1.3333333333em;
  }
  [data-step=vasara] {
    position: absolute;
    left: 3.7333333333em;
  }
  [data-step=pavasaris] {
    position: absolute;
    left: 9.3333333333em;
  }
  [data-step=ziema] {
    position: absolute;
    left: 16.5333333333em;
  }
  .main-page__slide-stop__active.ruduo-vasara {
    animation: moveOneTwoMobile 0.8s forwards ease-in-out;
  }
  @keyframes moveOneTwoMobile {
    from {
      left: -0.6em;
    }
    to {
      left: 4.8666666667em;
    }
  }
  .main-page__slide-stop__active.vasara-ruduo {
    animation: moveTwoOneMobile 0.8s forwards ease-in-out;
  }
  @keyframes moveTwoOneMobile {
    from {
      left: 4.8666666667em;
    }
    to {
      left: -0.6em;
    }
  }
  .main-page__slide-stop__active.vasara-pavasaris {
    animation: moveTwoThreeMobile 0.8s forwards ease-in-out;
  }
  @keyframes moveTwoThreeMobile {
    from {
      left: 4.8666666667em;
    }
    to {
      left: 11.0666666667em;
    }
  }
  .main-page__slide-stop__active.pavasaris-vasara {
    animation: moveThreeTwoMobile 0.8s forwards ease-in-out;
  }
  @keyframes moveThreeTwoMobile {
    from {
      left: 11.0666666667em;
    }
    to {
      left: 4.8666666667em;
    }
  }
  .main-page__slide-stop__active.pavasaris-ziema {
    animation: moveThreeFourMobile 0.8s forwards ease-in-out;
  }
  @keyframes moveThreeFourMobile {
    from {
      left: 11.0666666667em;
    }
    to {
      left: 17.1333333333em;
    }
  }
  .main-page__slide-stop__active.ziema-pavasaris {
    animation: moveFourThreeMobile 0.8s forwards ease-in-out;
  }
  @keyframes moveFourThreeMobile {
    from {
      left: 17.1333333333em;
    }
    to {
      left: 11.0666666667em;
    }
  }
  .main-page__slide-stop__active {
    top: -0.7rem;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .main-page__price-tag {
    right: 4vh;
    bottom: 29vh;
    width: auto;
  }
  .main-page__season-image img {
    margin-top: 28vh;
  }
  .main-page__eika-logo {
    bottom: 3vh;
  }
  .main-page__slide-line__wrapper {
    top: 34vh;
  }
  .main-page__price-text {
    font-size: 13px;
  }
  .btn--pick {
    padding: 1.46rem 2rem;
  }
}
.about-project {
  padding-top: 6.96em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.about-project__content {
  width: 60%;
}

.about-project__content h1 {
  font-size: 2.98em;
}

.about-project__content p {
  font-size: 1.38em;
}

.about-project__link {
  margin: -0.3em 0 1.125rem;
  display: inline-block;
  border-radius: 100px;
  padding: 1.46rem 2.934rem;
  font-size: 1.1em;
}

.about-project__image {
  width: 31.908em;
  object-fit: contain;
}

.about-project__wide-image {
  width: 100%;
}

.under-image-text p {
  margin-top: 0.5em;
}

.about-developer {
  display: flex;
  gap: 4.35em;
  padding-top: 0.8em;
  padding-bottom: 4.976em;
}

.about-developer__title-logo {
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.5em;
}

.about-developer__title-logo h3 {
  font-size: 1.4928em;
}

.about-project__text-1,
.about-project__text-2 {
  margin-bottom: 0;
  line-height: 1.5em;
}

.about-developer__eika-logo:not(.h-responsive-show) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.about-developer__eika-logo img {
  height: 20px;
}

.about-developer__eika-logo img.eika-logo {
  height: 26px;
}

@media (max-width: 1024px) {
  .about-developer__eika-logo {
    max-width: 300px;
  }
  .about-developer__eika-logo img {
    height: 25px;
  }
  .about-developer__eika-logo img.eika-logo {
    height: 29px;
    margin-left: 10px;
  }
  .about-project {
    padding-top: 3rem;
  }
  .about-project__image {
    display: none;
  }
  .about-project__content {
    width: 100%;
  }
  .about-project__content p {
    font-size: 1.125rem;
  }
  .about-project__content h1 {
    max-width: 72vw;
  }
  .about-project__wide-image {
    height: 30vh;
    object-fit: cover;
  }
  .under-image-text {
    font-size: 11px;
  }
  .about-developer {
    flex-direction: column;
    gap: 1.5rem;
  }
  .about-developer__title-logo h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .about-project__content h1 {
    font-size: 2.5em;
  }
}
.about-district {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-district__content {
  width: 60%;
}

.about-district__content h3 {
  margin-bottom: 2em;
  margin-top: 0;
}

.about-district__content p {
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

.about-district__image {
  width: 52.87em;
  margin-top: 7em;
}

.about-district-section .site-block {
  padding-right: 0;
}

@media (max-width: 1200px) {
  .about-district__content {
    margin-right: 3em;
    margin-bottom: 5vh;
  }
}
@media (max-width: 1024px) {
  .about-district {
    padding-top: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .about-district__content {
    width: 100%;
    padding-right: 2rem;
    margin-bottom: 2rem;
    margin-top: 4em;
  }
  .about-district__image {
    margin-bottom: -0.2rem;
    max-height: 58vh;
    margin-top: 0;
  }
}
.tech-solution-label {
  position: absolute;
}

.tech-solution-label__button {
  display: inline-block;
  height: 2.4em;
  line-height: 3.333333333rem;
  width: 2.4em;
  text-align: center;
  background-color: #FF5B00;
  margin-left: -1.666em;
  margin-top: -1.666em;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -999px;
}

.tech-solution-label__tooltip {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.333s;
  pointer-events: none;
  top: 0;
  left: -9em;
  position: absolute;
  padding: 1em;
  width: 18em;
  background-color: #F9F9F9;
  color: #133515;
  font-size: 1em;
  border-radius: 10px;
  letter-spacing: -0.5px;
}

.tech-solutions-section h3 {
  text-align: center;
  margin-bottom: 3.12em;
}

.tech-solution-label__tooltip h4 {
  margin-bottom: 1em;
  font-size: 1.125em;
  text-align: center;
  letter-spacing: 0.02em;
  color: #133515;
  margin-top: 0.625em;
}

.tech-solution-label__tooltip p {
  margin-top: 0.2em;
  font-size: 0.8708em;
  text-align: center;
  letter-spacing: 0.02em;
  color: #133515;
}

.tech-solution-label__button:before,
.tech-solution-label__button:after {
  position: absolute;
  content: " ";
  width: 1.3em;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tech-solution-label__button:after {
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.tech-solution-label:hover .tech-solution-label__button:after {
  display: none;
}

.tech-solution-label:hover .tech-solution-label__button:before {
  background-color: #ffffff;
}

.tech-solution-label:hover .tech-solution-label__button {
  background-color: #FF5B00;
}

.tech-solution-label:hover .tech-solution-label__tooltip {
  opacity: 1;
}

.tech-solutions {
  overflow: hidden;
}

.tech-solutions img {
  width: 100%;
  margin-bottom: -1em;
  object-fit: cover;
  height: 79vh;
}

@media (max-width: 1024px) {
  .tech-solutions {
    height: 60vw;
  }
  #techniniai-sprendimai {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #techniniai-sprendimai br {
    display: none;
  }
  .tech-solutions img {
    object-fit: cover;
    height: 100%;
  }
  body.fancybox-iosfix {
    position: static !important;
  }
  .fancybox-is-open .fancybox-bg {
    opacity: 0.3 !important;
  }
  .fancybox-slide .tech-solution-label__tooltip {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
  }
  .tech-solutions-section h3 {
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .tech-solution-label__button {
    height: 1.6em;
    width: 1.6em;
  }
  .tech-solution-label__button:before, .tech-solution-label__button:after {
    width: 0.8em;
  }
}
.finish-section h3 {
  text-align: center;
  margin-bottom: 3.12em;
  font-size: 1.1196em;
}

.finish-section .site-block {
  padding-right: 0;
}

.finish__content {
  display: flex;
  margin-bottom: 4.976em;
}

.finish__about-image {
  width: 4.354em;
  position: absolute;
  right: 2em;
  bottom: 0;
}

.finish__img img:first-child {
  width: 52.5em;
  height: 22.5em;
  object-fit: cover;
}

.finish__title {
  width: 10em;
  margin-right: 9em;
}

.finish__text {
  width: 33em;
  padding-right: 10em;
  position: relative;
}

.finish__img {
  position: relative;
}

.finish__apdailos-formatas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.483em;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .finish__title {
    width: 9.3333333333em;
    margin-right: 4vw;
  }
}
@media (max-width: 960px) {
  .finish-section .site-block {
    padding-right: 2rem;
    padding-bottom: 0;
    overflow: hidden;
  }
  .finish-section h3 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .finish__content {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .finish__text {
    padding-right: 0;
    width: 100%;
    height: 12rem;
    margin-bottom: 2rem;
  }
  .finish__img {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .finish__img img,
  .finish__img img:first-child {
    height: 17rem;
    width: 100%;
    margin-bottom: -0.3rem;
    overflow: hidden;
  }
  .finish__content:last-child {
    margin-bottom: 0;
  }
  .finish__about-image {
    right: 0;
  }
  .finish__apdailos-formatas {
    height: 4rem !important;
  }
}
input {
  border-radius: 0;
}

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

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: none;
  border-top: 3px solid #ffffff;
  font-family: "Moderat";
  background-color: transparent;
  color: #ffffff;
  width: 100%;
  padding: 0.4375em 0;
  margin: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.25em;
  outline: none;
}
@media (max-width: 1024px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=number],
  .wpcf7 input[type=tel],
  .wpcf7 textarea {
    font-size: 1em;
    margin-bottom: 1.6em;
  }
}

/* Autofill */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus,
.wpcf7 select:-webkit-autofill,
.wpcf7 select:-webkit-autofill:hover,
.wpcf7 select:-webkit-autofill:focus {
  caret-color: #ffffff;
  color: #ffffff;
  border: inherit !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  background-color: transparent !important;
}

.wpcf7 textarea {
  height: 6em;
  border-bottom: 3px solid #ffffff;
}

.wpcf7 .your-message {
  margin-bottom: 0;
}

.wpcf7 input::-webkit-input-placeholder { /* Edge */
  color: rgba(247, 247, 247, 0.5);
}

.wpcf7 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(247, 247, 247, 0.5);
}

.wpcf7 input::placeholder {
  color: rgba(247, 247, 247, 0.5);
}

.wpcf7 textarea::-webkit-input-placeholder { /* Edge */
  color: rgba(247, 247, 247, 0.5);
}

.wpcf7 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(247, 247, 247, 0.5);
}

.wpcf7 textarea::placeholder {
  color: rgba(247, 247, 247, 0.5);
}

div.wpcf7 .ajax-loader,
.wpcf7 br {
  display: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 small,
.wpcf7-list-item-label {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.5em;
}
.wpcf7 small a,
.wpcf7-list-item-label a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.apartment-form__form .wpcf7 small a,
.apartment-form__form .wpcf7-list-item-label a {
  color: #133515;
  font-weight: 600;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.3375em;
}

/* Custom checkbox */
span.wpcf7-list-item {
  position: relative;
  margin: 0;
  margin-top: 0.333em;
}

.wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  cursor: pointer;
  width: 0.5em;
  height: 0.5em;
}

.wpcf7-list-item-label {
  padding-left: 1em;
  position: relative;
  display: block;
}

.wpcf7-list-item-label:hover {
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

span.wpcf7-list-item-label:empty {
  padding-left: 0.8em;
  width: 0;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0.2em;
  width: 0.8em;
  height: 0.8em;
}

span.wpcf7-list-item-label:before {
  border: 1px solid #ffffff;
  background-color: transparent;
}

span.wpcf7-list-item-label:after {
  content: "\e902";
  left: 0.1em;
  top: 0.5em;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.65em;
  line-height: 1;
}

.wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.contact__form__form .error :-ms-input-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.contact__form__form .error ::-moz-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.contact__form__form .error :-moz-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.contact__form__form .error ::-webkit-input-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.contact__form__form .error input[type=text],
.contact__form__form .error input[type=email],
.contact__form__form .error input[type=number],
.contact__form__form .error input[type=tel],
.contact__form__form .error textarea {
  border-bottom: 1px solid #FF5B00;
  opacity: 1;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  border: none;
}

div.wpcf7-response-output {
  padding: 0;
  font-size: 0.7em !important;
  margin: 0.4em 0 !important;
}

.contact__form__form .wpcf7 form.sent .wpcf7-response-output {
  color: white;
  border-radius: 50px;
  border: 1px solid rgba(247, 247, 247, 0.2);
  text-align: center;
}

.contact__form__form .wpcf7 form.invalid .wpcf7-response-output,
.contact__form__form .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.apartment-form__form .wpcf7 form.invalid .wpcf7-response-output,
.apartment-form__form .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border-top: none;
  border-bottom: 1px solid rgba(247, 247, 247, 0.3);
  margin-bottom: 3vh;
  font-size: 0.875em;
  color: rgba(247, 247, 247, 0.5) !important;
  text-transform: none;
  letter-spacing: -0.3px;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 500;
}

.contact-form .wpcf7 input[type=text],
.contact-form .wpcf7 input[type=email],
.contact-form .wpcf7 input[type=number],
.contact-form .wpcf7 input[type=tel],
.contact-form .wpcf7 textarea {
  padding: 0.4375em 0;
  text-transform: none;
  letter-spacing: -0.3px;
  font-weight: 500;
}
.contact-form .wpcf7-form-control-wrap {
  margin-bottom: 1em;
}

.wpcf7-form-control-wrap.your-message {
  margin-bottom: 0.2em;
}
.wpcf7-form-control-wrap.your-message textarea {
  height: 3.2em;
  overflow: hidden;
}

.wpcf7-list-item-label {
  text-align: left;
  font-size: 0.68rem;
  padding-left: 2em;
  color: rgba(247, 247, 247, 0.5);
}

.wpcf7-acceptance input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:after {
  display: inline-block;
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.3em;
}

.wpcf7-acceptance input[type=checkbox] + span:before {
  border: 2px solid rgba(247, 247, 247, 0.5);
  border-radius: 50px;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
  opacity: 0;
  font-family: "icomoon";
  content: "\e902";
  font-size: 1em;
  text-align: center;
  color: rgb(247, 247, 247);
  padding-top: 2px;
  transition: opacity 0.1s ease-in-out;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.wpcf7-not-valid-tip {
  font-size: 0.7em !important;
  color: #FF5B00;
  padding-left: 1em;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
  content: "";
}

input.wpcf7-submit {
  padding: 1.46rem 2.934rem;
  border-radius: 50px;
  margin-bottom: 0.5em;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-right: 0;
  width: auto;
  margin-top: 3vh;
}

input.wpcf7-submit:hover {
  border: 2px solid #FF5B00;
  color: #ffffff !important;
  background-color: #FF5B00;
}

.contact-form input.wpcf7-submit {
  margin-top: 1.2em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1em !important;
  color: white;
  border-color: #FF5B00;
  border-radius: 50px;
}

.wpcf7-not-valid-tip {
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 2.8em;
}

span[data-name=rules] .wpcf7-not-valid-tip {
  position: initial;
}

.wpcf7-acceptance + .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
}

@media (max-width: 1024px) {
  .wpcf7-form-control-wrap.your-message input {
    margin-bottom: 0.2em;
  }
  .wpcf7 textarea {
    margin-bottom: 0;
  }
}
.rules {
  margin-top: 0.4em;
}
.rules .wpcf7-not-valid-tip {
  padding-left: 2em;
  position: initial;
}

.section-visual h1 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.visual-content {
  height: auto;
  margin-left: -6.22em;
  margin-right: -6.22em;
  margin-bottom: 6.22em;
  position: relative;
}

.cloudimage-360-next,
.cloudimage-360-prev,
.globe-360 {
  position: absolute;
  z-index: 1;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.278rem;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
  transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.visual-building {
  position: absolute;
  margin-top: -0.278rem;
  top: 80%;
  z-index: 1;
}
.visual-building .next-building {
  display: inline-block;
  background-color: #E4572E;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
  transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
  padding: 2.1em 0.6em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}
.visual-building .next-building:hover {
  font-weight: bold;
}

.globe-360 {
  top: auto;
  bottom: 4em;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}

.cloudimage-360-next,
.globe-360 {
  right: 2em;
}

.cloudimage-360-prev {
  left: 2em;
}

.visual-container {
  font-size: inherit;
  overflow: hidden;
  height: 50vw;
  position: relative;
}

.visual-container img {
  pointer-events: none;
  width: auto;
  height: 60vh;
  max-width: initial;
  display: none;
}

.visual-content svg {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}
.visual-content svg polygon.free:hover,
.visual-content svg path.free:hover,
.visual-content svg polyline.free:hover,
.visual-content svg rect.free:hover {
  fill: rgba(216, 239, 206, 0.7);
  stroke: rgba(255, 255, 255, 0.3);
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}
.visual-content svg polygon.reserved:hover,
.visual-content svg path.reserved:hover,
.visual-content svg polyline.reserved:hover,
.visual-content svg rect.reserved:hover {
  fill: rgba(206, 226, 239, 0.8);
  stroke: rgba(255, 255, 255, 0.3);
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}
.visual-content svg polygon.sold:hover,
.visual-content svg path.sold:hover,
.visual-content svg polyline.sold:hover,
.visual-content svg rect.sold:hover {
  fill: rgba(255, 91, 0, 0.5);
  stroke: rgba(255, 255, 255, 0.3);
  cursor: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25438 17.1949L1.73284 1.43158L15.2665 10.6926L6.25438 17.1949Z' fill='white' stroke='%23023333'/%3E%3C/svg%3E") 6 6, auto !important;
}
.visual-content svg polygon,
.visual-content svg path,
.visual-content svg polyline,
.visual-content svg rect {
  fill: rgba(0, 0, 0, 0);
  transition: fill 150ms ease-in-out;
}

.ci360--is-spinning .cloudimage-360-next,
.ci360--is-spinning .cloudimage-360-prev,
.ci360--is-spinning #page-360-canvas,
.ci360--is-spinning .home-svg,
.ci360--is-loading .cloudimage-360-prev,
.ci360--is-loading .cloudimage-360-next,
.ci360--is-loading .home-svg {
  pointer-events: none !important;
}
.ci360--is-spinning .cloudimage-360-next polygon.free,
.ci360--is-spinning .cloudimage-360-next path.free,
.ci360--is-spinning .cloudimage-360-next polyline.free,
.ci360--is-spinning .cloudimage-360-next rect.free,
.ci360--is-spinning .cloudimage-360-prev polygon.free,
.ci360--is-spinning .cloudimage-360-prev path.free,
.ci360--is-spinning .cloudimage-360-prev polyline.free,
.ci360--is-spinning .cloudimage-360-prev rect.free,
.ci360--is-spinning #page-360-canvas polygon.free,
.ci360--is-spinning #page-360-canvas path.free,
.ci360--is-spinning #page-360-canvas polyline.free,
.ci360--is-spinning #page-360-canvas rect.free,
.ci360--is-spinning .home-svg polygon.free,
.ci360--is-spinning .home-svg path.free,
.ci360--is-spinning .home-svg polyline.free,
.ci360--is-spinning .home-svg rect.free,
.ci360--is-loading .cloudimage-360-prev polygon.free,
.ci360--is-loading .cloudimage-360-prev path.free,
.ci360--is-loading .cloudimage-360-prev polyline.free,
.ci360--is-loading .cloudimage-360-prev rect.free,
.ci360--is-loading .cloudimage-360-next polygon.free,
.ci360--is-loading .cloudimage-360-next path.free,
.ci360--is-loading .cloudimage-360-next polyline.free,
.ci360--is-loading .cloudimage-360-next rect.free,
.ci360--is-loading .home-svg polygon.free,
.ci360--is-loading .home-svg path.free,
.ci360--is-loading .home-svg polyline.free,
.ci360--is-loading .home-svg rect.free {
  fill: rgba(0, 0, 0, 0) !important;
  stroke: rgba(0, 0, 0, 0) !important;
  opacity: 0 !important;
}

.ci360--is-mousing .cloudimage-360-next polygon.free,
.ci360--is-mousing .cloudimage-360-next path.free,
.ci360--is-mousing .cloudimage-360-next polyline.free,
.ci360--is-mousing .cloudimage-360-next rect.free,
.ci360--is-mousing .cloudimage-360-prev polygon.free,
.ci360--is-mousing .cloudimage-360-prev path.free,
.ci360--is-mousing .cloudimage-360-prev polyline.free,
.ci360--is-mousing .cloudimage-360-prev rect.free,
.ci360--is-mousing #page-360-canvas polygon.free,
.ci360--is-mousing #page-360-canvas path.free,
.ci360--is-mousing #page-360-canvas polyline.free,
.ci360--is-mousing #page-360-canvas rect.free,
.ci360--is-mousing .home-svg polygon.free,
.ci360--is-mousing .home-svg path.free,
.ci360--is-mousing .home-svg polyline.free,
.ci360--is-mousing .home-svg rect.free {
  fill: rgba(0, 0, 0, 0) !important;
  stroke: rgba(0, 0, 0, 0) !important;
  opacity: 0 !important;
}

.free {
  color: #6fc495 !important;
}

.tooltip:hover {
  display: none !important;
}

.home-svg {
  display: none;
}

polygon.free,
path.free,
polyline.free,
rect.free {
  fill: rgba(5, 165, 155, 0.4);
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}

.visual__img-holder {
  width: 100%;
  position: absolute;
  top: -2vw;
  right: 0;
}

img.pick-building__img {
  width: 100%;
  height: auto;
  display: initial;
}

.pick-building-container svg polygon:hover,
.pick-building-container svg path:hover,
.pick-building-container svg polyline:hover,
.pick-building-container svg rect:hover {
  fill: rgba(95, 125, 98, 0.7);
  stroke: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.pick-building-container svg polygon,
.pick-building-container svg path,
.pick-building-container svg polyline,
.pick-building-container svg rect {
  fill: rgba(0, 0, 0, 0);
  transition: fill 150ms ease-in-out;
}
.pick-building-container .visual__img-holder {
  height: 100%;
  top: -1vw;
}
.pick-building-container .building-svg {
  width: 100%;
}
.pick-building-container.visual-container {
  height: 100%;
}

.page-template-stage_2 .visual-content svg {
  top: -3px;
  left: -3px;
}
.page-template-stage_2 .visual__img-holder {
  top: -6vw;
}

.tooltip {
  z-index: 100;
  position: fixed;
  transform: translate3d(-50%, 32%, 0);
  padding: 1.5rem;
  background-color: #D8EFCE;
  opacity: 0.8;
  border-radius: 10px;
}
.tooltip.top-tooltip {
  transform: translate3d(-50%, -120%, 0);
}
.tooltip.building-tooltip-2 {
  opacity: 1;
  background-color: #FF5B00 !important;
  border-radius: 0;
  width: max(225px, 15.625vw);
  padding: max(16px, 1.1111111111vw);
  box-sizing: border-box;
}
.tooltip.building-tooltip-2 p {
  margin: 0;
}
.tooltip.building-tooltip-2 .tooltip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  margin-bottom: 12px;
}
.tooltip.building-tooltip-2 .tooltip-header p {
  font-family: "Moderat Mono", sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
.tooltip.building-tooltip-2 .tooltip-header p:nth-child(1) {
  font-weight: 700;
  font-size: 24px;
}
.tooltip.building-tooltip-2 .tooltip-header p:nth-child(2) {
  font-size: 16px;
}
.tooltip.building-tooltip-2 .tooltip-list .tooltip-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.tooltip.building-tooltip-2 .tooltip-list .tooltip-list-item:last-child {
  margin-bottom: 0;
}
.tooltip.building-tooltip-2 .tooltip-list .tooltip-list-item p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 1;
  line-height: 1.2em;
}
.tooltip.building-tooltip-2 svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: max(16px, 1.1111111111vw);
}

.tooltip.building-tooltip {
  background-color: #CEE2EF;
}

.tooltip.hide {
  display: none;
}

.tooltip__heading {
  font-size: 1.1196rem;
  line-height: 2rem;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(19, 53, 21, 0.2);
  margin-bottom: 0.5em;
  color: #ffffff;
  font-weight: 600;
  padding-top: 0;
  text-transform: uppercase;
}

.tooltip__text {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.8rem;
  padding-bottom: 0.8rem;
  width: 16rem;
  letter-spacing: -0.24px;
  font-weight: 300;
  text-transform: uppercase;
}

.building-tooltip .tooltip__text {
  width: 17rem;
}

.building-tooltip span {
  float: left !important;
  margin-right: 5px;
}

.tooltip__text:not(:last-of-type) {
  margin-bottom: 0;
}

.tooltip__text span:last-child,
.tooltip__heading span:last-child {
  float: right;
  font-size: 1.1196rem;
  letter-spacing: -0.4px;
  font-weight: 600;
}

.tooltip__text:last-of-type {
  padding-bottom: 0;
}

.tooltip--border {
  border: none;
}

.single-apartments .tooltip--border {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
}
.single-apartments .tooltip--visu {
  display: none;
}

.tooltip.sold {
  background-color: #FF5B00;
  opacity: 0.9;
  color: white !important;
}

.tooltip.reserved {
  background-color: #CEE2EF;
  opacity: 0.9;
}

.tooltip.free .tooltip__text,
.tooltip.free .tooltip__heading,
.tooltip.reserved .tooltip__heading,
.tooltip.reserved .tooltip__text {
  color: #133515;
}

.tooltip.free {
  background-color: #D8EFCE;
  opacity: 0.9;
}

.section-apartment {
  display: flex;
}

.about-apartment-images {
  width: 100%;
  position: relative;
}

.top-menu__item {
  border: 1px solid #133515;
  border-radius: 50px;
  height: 3em;
  display: flex;
  padding-left: 2em;
  align-items: center;
  padding-right: 2em;
  background: #f7f7f7;
  z-index: 99;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
}

.apartment-images__top-menu.gallery-active .top-menu__item:not(.is-active) {
  border-color: #E5E5E5;
}

.apartment-images__top-menu.gallery-active .top-menu__item.is-active {
  border-color: #FF5B00;
}

.top-menu__item:hover {
  background-color: #FF5B00;
  color: #ffffff;
  border-color: #FF5B00;
}

.top-menu__item.is-active {
  background-color: #FF5B00;
  color: #ffffff;
  border-color: #FF5B00;
}

.top-menu__item.is-active:hover {
  background-color: #FF5B00;
}

.top-menu__item--icon img {
  height: 1.61rem;
}

.apartment-images__top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  z-index: 9999;
  margin-top: 3.125em;
  margin-bottom: 1.25em;
}

.flat {
  width: 21vw;
  top: 0;
  color: white;
  padding-top: 1rem;
  line-height: 1.5rem;
  position: relative;
}

.flat ul {
  list-style-type: none;
  margin-left: 0;
}

.flat__listItem {
  color: #133515;
  width: 100%;
  height: 4vh;
  font-size: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "Roboto";
}

.flat__h-line {
  height: 1px;
  width: 120%;
  background-color: rgba(19, 53, 21, 0.2);
  margin-left: -2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.flat__listItem--bigText {
  color: #133515;
  font-weight: 700;
  letter-spacing: -0.63px;
}

.flat__listItem:first-child {
  margin-top: 1vh;
  padding-top: 1vh;
  padding-bottom: 2rem;
  font-size: 1.119rem;
}

.apartment-links {
  display: inline-block;
  margin-bottom: 2rem;
}

.apartment-link {
  color: #133515;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 2.4em;
  padding-bottom: 4px;
  border-bottom: 1px solid #133515;
  transition: color 150ms ease-in-out, background-color 150ms;
}
.apartment-link span {
  color: #133515;
  margin-right: 0.75em;
  margin-left: 0.75em;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #CEE2EF !important;
  opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #CEE2EF !important;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #CEE2EF !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #CEE2EF !important;
  opacity: 1;
}

.flat__listItem:last-child {
  padding-bottom: 3em;
}

.wrapper-img {
  width: 100%;
  height: 78vh;
  justify-content: center;
  align-items: center;
  display: none;
}
.wrapper-img picture {
  display: contents;
}

.wrapper-img.is-active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.apartment-2d,
.apartment-3d {
  max-height: 83%;
  max-width: 90%;
}

.apartment-floor img {
  max-width: 51em;
  max-height: 75vh;
}

.apartment-gallery {
  width: 80%;
  height: 60%;
}

.apartment-floor {
  position: relative;
}

.apartment-images {
  height: 100vh;
}
.apartment-images .finish__arrow {
  width: 100%;
  text-align: center;
}
.apartment-images .finish__arrow.is-active {
  animation: taadaa-in 1s;
  opacity: 1;
}
.apartment-images .finish__arrow.is-hidden {
  animation: taadaa-out 1s;
  opacity: 0;
}

@keyframes taadaa-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes taadaa-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.finish__arrow {
  position: absolute;
  right: 4.75em;
  bottom: 2.5em;
}

.btn-arrow--down img {
  height: 0.875em;
  width: 5.4375em;
  fill: #133515;
}

.apartment-floor__svg {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.apartment-floor__svg polygon:not(.isSelected),
.apartment-floor__svg path:not(.isSelected),
.apartment-floor__svg polyline:not(.isSelected),
.apartment-floor__svg rect:not(.isSelected) {
  fill: rgba(0, 0, 0, 0);
  transition: fill 150ms ease-in-out;
}
.apartment-floor__svg polygon.free.isSelected,
.apartment-floor__svg path.free.isSelected,
.apartment-floor__svg polyline.free.isSelected,
.apartment-floor__svg rect.free.isSelected,
.apartment-floor__svg polygon.free:hover,
.apartment-floor__svg path.free:hover,
.apartment-floor__svg polyline.free:hover,
.apartment-floor__svg rect.free:hover {
  fill: rgba(216, 239, 206, 0.7);
  stroke: rgba(255, 255, 255, 0.3);
}
.apartment-floor__svg polygon.reserved.isSelected,
.apartment-floor__svg path.reserved.isSelected,
.apartment-floor__svg polyline.reserved.isSelected,
.apartment-floor__svg rect.reserved.isSelected,
.apartment-floor__svg polygon.reserved:hover,
.apartment-floor__svg path.reserved:hover,
.apartment-floor__svg polyline.reserved:hover,
.apartment-floor__svg rect.reserved:hover {
  fill: rgba(206, 226, 239, 0.8);
  stroke: rgba(255, 255, 255, 0.3);
}
.apartment-floor__svg polygon.sold.isSelected,
.apartment-floor__svg path.sold.isSelected,
.apartment-floor__svg polyline.sold.isSelected,
.apartment-floor__svg rect.sold.isSelected,
.apartment-floor__svg polygon.sold:hover,
.apartment-floor__svg path.sold:hover,
.apartment-floor__svg polyline.sold:hover,
.apartment-floor__svg rect.sold:hover {
  fill: rgba(255, 91, 0, 0.5);
  stroke: rgba(255, 255, 255, 0.3);
}

ul.flat__details {
  margin-bottom: 1em;
}

.compass--image {
  display: none;
  height: 5rem;
  width: 5rem;
  left: 3rem;
  bottom: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.apartment-gallery {
  width: 80%;
  height: 60%;
}

.compass--image.is-active {
  display: block;
}

/* Autofill */
.contact__form__form .wpcf7 input:-webkit-autofill,
.contact__form__form .wpcf7 input:-webkit-autofill:hover,
.contact__form__form .wpcf7 input:-webkit-autofill:focus,
.contact__form__form .wpcf7 textarea:-webkit-autofill,
.contact__form__form .wpcf7 textarea:-webkit-autofill:hover,
.contact__form__form .wpcf7 textarea:-webkit-autofill:focus,
.contact__form__form .wpcf7 select:-webkit-autofill,
.contact__form__form .wpcf7 select:-webkit-autofill:hover,
.contact__form__form .wpcf7 select:-webkit-autofill:focus {
  caret-color: white;
  border-bottom: 1px solid rgba(247, 247, 247, 0.5) !important;
  color: rgba(247, 247, 247, 0.5) !important;
  -webkit-text-fill-color: rgba(247, 247, 247, 0.5) !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px #133515 inset !important;
}

.apartment-form__container .wpcf7 input:-webkit-autofill,
.apartment-form__container .wpcf7 input:-webkit-autofill:hover,
.apartment-form__container .wpcf7 input:-webkit-autofill:focus,
.apartment-form__container .wpcf7 textarea:-webkit-autofill,
.apartment-form__container .wpcf7 textarea:-webkit-autofill:hover,
.apartment-form__container .wpcf7 textarea:-webkit-autofill:focus,
.apartment-form__container .wpcf7 select:-webkit-autofill,
.apartment-form__container .wpcf7 select:-webkit-autofill:hover,
.apartment-form__container .wpcf7 select:-webkit-autofill:focus {
  caret-color: white;
  border-bottom: 1px solid #133515 !important;
  color: #133515 !important;
  -webkit-text-fill-color: #133515 !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px #F9F9F9 inset !important;
}

input:-webkit-autofill {
  color: #d2d3d5 !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.6em;
}

.apartment-form__form .wpcf7 input[type=text],
.apartment-form__form .wpcf7 input[type=email],
.apartment-form__form .wpcf7 input[type=number],
.apartment-form__form .wpcf7 input[type=tel],
.apartment-form__form .wpcf7 textarea {
  color: #133515 !important;
  padding-left: 0;
  border-bottom: 1px solid #133515;
  opacity: 0.8;
  margin-bottom: 2vh;
}
.apartment-form__form :-ms-input-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.apartment-form__form ::-moz-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.apartment-form__form :-moz-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.apartment-form__form ::-webkit-input-placeholder { /* WebKit browsers */
  color: #133515 !important;
  opacity: 1;
}
.apartment-form__form .wpcf7-form-control-wrap.your-message textarea {
  height: 2.2em;
}
.apartment-form__form .wpcf7-list-item-label {
  color: #133515 !important;
  padding-left: 2em;
  line-height: 1.1em;
}
.apartment-form__form input.wpcf7-submit {
  color: #133515 !important;
  border: 1px solid #133515;
  opacity: 1;
  margin-top: 1vh;
  font-weight: 600;
  padding: 1rem 2rem;
}
.apartment-form__form .wpcf7-acceptance input[type=checkbox] + span:before {
  border: 1px solid #FF5B00;
  opacity: 0.8;
}
.apartment-form__form .wpcf7-form {
  position: relative;
}
.apartment-form__form .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
}
.apartment-form__form .apartment-link__item {
  letter-spacing: 0.005em;
}
.apartment-form__form form:not(.sent) .error :-ms-input-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.apartment-form__form form:not(.sent) .error ::-moz-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.apartment-form__form form:not(.sent) .error :-moz-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.apartment-form__form form:not(.sent) .error ::-webkit-input-placeholder { /* WebKit browsers */
  color: #FF5B00 !important;
  opacity: 1;
}
.apartment-form__form form:not(.sent) .error input[type=text],
.apartment-form__form form:not(.sent) .error input[type=email],
.apartment-form__form form:not(.sent) .error input[type=number],
.apartment-form__form form:not(.sent) .error input[type=tel],
.apartment-form__form form:not(.sent) .error textarea {
  border-bottom: 1px solid #FF5B00;
  opacity: 1;
}

#js-print {
  min-width: 80px;
  position: relative;
}

img.print-loading {
  display: none;
  position: absolute;
  left: 0;
  height: 4.61rem;
}

.apartment-form__form.commercial .wpcf7-form-control-wrap.your-message textarea {
  height: 4.2em;
}

@media (orientation: landscape) and (max-width: 767px) {
  .apartment-finish .finish__img {
    height: 50vw;
  }
}
@media (max-width: 1024px) {
  .flat {
    width: 26vw;
  }
  .h-responsive-hide.top-menu__item {
    display: none !important;
  }
}
.apartment-form__container .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #133515;
  line-height: 12px;
  margin-top: 0 !important;
  padding-left: 0;
  font-family: "Moderat";
  font-weight: 600;
  text-transform: uppercase;
}

.flat__listItem--has-finish {
  min-height: 6vh;
}

@media (max-width: 960px) {
  .flat {
    width: auto;
  }
  .about-apartment-info {
    width: 100%;
  }
  .compass--image {
    height: 4rem;
    width: 4rem;
    left: 1rem;
    bottom: 1rem;
  }
  .wrapper-img {
    height: 41vh;
  }
  .section-apartment {
    flex-direction: column-reverse;
  }
  .apartment-images__top-menu {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 2vw;
  }
  .top-menu__item {
    height: 2rem;
    font-size: 0.725rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .about-apartment-images {
    height: 68vh;
  }
  .flat__listItem {
    width: 100%;
  }
  .flat__h-line {
    width: 100%;
    margin-left: 0;
  }
  .apartment-link__item a {
    padding-bottom: 0;
    display: table;
    line-height: 1.9em;
    margin-bottom: 0.6666666667em;
  }
  .apartment-link__item span {
    display: none;
  }
  .flat__listItem {
    height: 5vh;
    padding-left: 8px;
    padding-right: 8px;
  }
  .flat__listItem--bigText {
    font-weight: 500;
  }
  .apartment-floor img {
    max-height: 41vh;
  }
  .apartment-floor.format--portrait-wider img {
    max-width: 80vw;
  }
  .apartment-floor img {
    max-height: 41vh;
  }
  .finish__arrow {
    position: absolute;
    right: 2em;
    bottom: 1.9333333333em;
  }
}
.gallery-slider {
  width: 100%;
  height: 100%;
}

.gallery-slider__slide__image {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.4s;
  outline: none !important;
}

.owl-carousel.owl-loaded .owl-item .owl-lazy:not([src]), .owl-carousel.owl-loaded .owl-item .owl-lazy[src^=""] {
  max-height: none !important;
}

.gallery-slider__inner {
  height: 100%;
}

.gallery-slider__slide {
  height: 67.708333333vh;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.4s;
  outline: none !important;
}

.wrapper-gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.owl-nav {
  display: none;
  position: absolute;
  top: 0;
}

.gallery-slider__bottom {
  position: absolute;
  bottom: 1.1875em;
  left: 1.25em;
  z-index: 99;
  color: white;
}
.gallery-slider__bottom p {
  color: white;
  opacity: 1;
}

.owl-carousel, .owl-stage, .owl-carousel .owl-stage-outer, .owl-item, .gallery-slider__slide {
  height: 100%;
}

.gallery-arrow {
  height: 3.5em;
  width: 3.5em;
  left: auto;
  bottom: 1.6875em;
  top: auto;
  right: 4.625em;
}

.gallery-arrow--prev {
  right: 8.75em;
}

.gallery-section .pfs-page .page-content-right:after {
  display: none;
}

.gallery-section__mushroom {
  width: 100%;
  overflow: hidden;
}

.gallery-section .top-menu {
  width: 100%;
  height: 33vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}

.gallery-section .top-menu__item {
  height: 7vh;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.gallery-section .wrapper-img.wrapper-gallery {
  overflow: hidden;
}

.gallery-video {
  position: relative;
}

.gallery-video__video {
  height: 94vh;
}

.gallery-video__mute {
  position: absolute;
  bottom: 5vh;
  padding: 4px 6px;
  border-radius: 5px;
  background: #0e0e0e;
  opacity: 0.3;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 120px;
}

.gallery-section .pfs-page__image {
  opacity: 1 !important;
  bottom: -1px;
  left: 0;
  max-width: 21.9375em;
}

@media (max-width: 1024px) {
  .gallery-slider__inner {
    max-width: initial;
  }
  .gallery-arrow {
    left: auto;
    bottom: 1.3333333333em;
    top: auto;
    right: 1.3333333333em;
  }
  .gallery-arrow--prev {
    right: 5.3333333333em;
  }
  .gallery-section .top-menu {
    flex-direction: row;
    width: auto;
    height: auto;
    justify-content: space-between;
  }
  .gallery-section .pfs-page .page-content-left {
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .gallery-section .pfs-page .page-content-right {
    height: 65vh;
  }
  .gallery-section .top-menu__item {
    height: 2rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .gallery-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-video {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .gallery-section .pfs-page__image {
    opacity: 1 !important;
    bottom: -4px;
    max-width: 17.9375em;
  }
}
@media (max-width: 320px) {
  .gallery-arrow {
    bottom: 1.5em;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .gallery-section .pfs-page .page-content-right {
    height: 85vh;
  }
}
.simple-table {
  width: 100%;
  font-family: "Moderat Mono";
  font-style: normal;
  font-weight: 300;
  line-height: 1.1875;
  letter-spacing: 0.02em;
  color: #003610;
}
.simple-table th:empty {
  display: none;
}
.simple-table th,
.simple-table td {
  font-size: 16px;
}
.simple-table th {
  text-transform: uppercase;
  color: #133515;
  text-align: left;
  font-weight: 500;
  padding: 13px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(19, 53, 21, 0.2);
  margin-bottom: 16px;
}
.simple-table th span:nth-child(2) {
  display: none;
}
.simple-table td {
  padding: 24px 13px;
  color: #003610;
  border-bottom: 1px solid rgba(19, 53, 21, 0.2);
}
.simple-table th.last,
.simple-table td.last {
  text-align: right;
}

.simple-table--building {
  max-width: 7.5em;
}

.simple-table__arrow,
.simple-table__empty {
  display: none;
}

@media (max-width: 1024px) {
  .simple-table td.last {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .simple-table td {
    padding-left: 12px;
    padding-right: 12px;
  }
  .simple-table th {
    padding-left: 12px;
    padding-right: 12px;
  }
  .simple-table th.last, .simple-table td.last {
    min-width: auto;
  }
}
.search-results-table__row {
  position: relative;
}
.search-results-table__row .table__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.text-color--reserved td {
  color: #FF5B00;
}

.text-color--sold td {
  color: #ABA7A7;
}

.section-news-header {
  height: 26.625em;
}

.section-news-header .site-block {
  display: flex;
  justify-content: left;
  gap: 3vw;
  height: 100%;
}

.news__header__title {
  display: flex;
  align-content: center;
  align-items: center;
}

.news__header__image {
  display: flex;
  padding-top: 5em;
}

.news__list__item__content {
  display: none;
  padding-left: 6.22em;
}

.news__list__item__content__text {
  padding: 1.25em;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  padding-left: 0;
  width: 55%;
  font-family: "Roboto";
}

.news__list__item__content__text p:first-child {
  margin-top: 0;
}

.news__list__item__content__thumb {
  width: 40%;
}

.news__list__item__content__thumb img {
  height: 100%;
  object-fit: cover;
}

.news__list__item__inner.active {
  box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.25);
}

.news__header__title h4 {
  font-size: 1.5em;
}

.news__list__item__title {
  padding-top: 4.0625em;
  padding-bottom: 4.0625em;
  max-width: 70%;
}

.news__list__item__title h4 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0;
}

.news__list__item__more {
  position: absolute;
  right: 0;
  bottom: 1.625em;
}

.news__list__item__date {
  position: absolute;
  top: 1.625em;
  left: 0;
  font-family: "Roboto";
  color: #133515;
}

.news__list__item__more img {
  width: 5.75em;
}

.more-active {
  display: none;
}

.news__list__item__inner {
  padding-left: 6.22em;
  padding-right: 6.22em;
  position: relative;
}

.news__list__item__inner__container {
  position: relative;
}

.news__list__item:nth-child(2n) {
  background-color: white;
}

.news__list__item__content__inner {
  display: flex;
  gap: 5%;
}

.section-discount .news__list__item__content__text {
  padding-right: 10%;
}

.section-discount .news__list__item__content__thumb {
  width: 60%;
}

@media (max-width: 1024px) {
  .section-news-header .site-block {
    flex-direction: column;
  }
  .section-news-header {
    height: auto;
  }
  .news__header__image {
    padding-top: 0;
    justify-content: flex-end;
  }
  .news__header__image img {
    height: 340px;
    margin: auto;
  }
  .news__header__title h1 {
    margin-top: 3.2666666667em;
    margin-bottom: 3.2666666667em;
  }
  .news__list__item__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .news__list__item__content {
    padding-left: 0;
  }
  .news__list__item__title {
    max-width: 100%;
  }
  .news__list__item__content__inner {
    flex-direction: column;
  }
  .news__list__item__content__text {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .news__list__item__content__thumb,
  .section-discount .news__list__item__content__thumb {
    width: 100%;
  }
  .section-discount .news__list__item__content__text {
    padding-bottom: 0;
  }
  .news__header__title h4 {
    color: white;
  }
}
@media (max-width: 1024px) and (max-width: 380px) {
  .news__list__item__content__text,
  .news__list__item__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.registration {
  position: relative;
  /* Autofill */
}
.registration .wpcf7 input:-webkit-autofill,
.registration .wpcf7 input:-webkit-autofill:hover,
.registration .wpcf7 input:-webkit-autofill:focus,
.registration .wpcf7 textarea:-webkit-autofill,
.registration .wpcf7 textarea:-webkit-autofill:hover,
.registration .wpcf7 textarea:-webkit-autofill:focus,
.registration .wpcf7 select:-webkit-autofill,
.registration .wpcf7 select:-webkit-autofill:hover,
.registration .wpcf7 select:-webkit-autofill:focus {
  caret-color: #F7F7F7;
  -webkit-box-shadow: 0 0 0 50px #F7F7F7 inset !important;
}
.registration .open-door__content {
  justify-content: space-between;
  margin-bottom: 4em;
  margin-top: 3em;
}
.registration .open-door-register-form {
  width: 50%;
  padding-right: 4vw;
}
.registration .open-door__calendar__content {
  width: 50%;
  padding-left: 4vw;
}
.registration .registration__text {
  margin-top: 3.4375em;
  margin-bottom: 2.8125em;
  width: 50%;
}
.registration .btn--pick {
  padding: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 3px;
}
.registration .btn--pick {
  padding: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.registration #odc-timepick {
  min-width: 22vw;
}
.registration .flatpickr-calendar {
  background: #F7F7F7;
}
.registration .register-form .wpcf7-form {
  position: initial;
}
.registration .register-form input.wpcf7-submit {
  position: absolute;
  right: 0;
}
.registration .flatpickr-day.today {
  border: none;
}
@media (max-width: 1024px) {
  .registration .registration__text {
    width: 100%;
  }
  .registration .open-door__content {
    flex-direction: column;
  }
  .registration .open-door-register-form {
    padding-right: 0;
    width: 100%;
  }
  .registration .open-door__calendar__content {
    padding-left: 0;
  }
  .registration .flatpickr-weekdays, .registration .flatpickr-days {
    width: 159px;
  }
  .registration .flatpickr-calendar {
    width: 170px;
  }
  .registration .register-form input.wpcf7-submit {
    bottom: -144px;
  }
  .registration .flatpickr-day {
    font-size: 11px;
    height: 23px;
  }
  .registration .wpcf7-form p .wpcf7-form-control-wrap:nth-last-of-type(2) {
    position: absolute;
    bottom: -88px;
  }
  .registration .odc-calendar__content__time {
    padding-left: 15px;
  }
  .registration .btn--pick {
    font-size: 12px;
    padding: 0.5em;
  }
  .registration .flatpickr-day.flatpickr-disabled, .registration .flatpickr-day.flatpickr-disabled:hover {
    pointer-events: none;
  }
}
@media (max-width: 380px) {
  .registration .flatpickr-calendar {
    width: 166px;
  }
  .registration .odc-calendar__content__time {
    padding-left: 8px;
  }
  .registration .wpcf7-form p .wpcf7-form-control-wrap:nth-last-of-type(2) {
    bottom: -95px;
  }
  .registration #odc-timepick {
    width: 11em;
  }
}
@media (max-width: 320px) {
  .registration #odc-timepick {
    width: 8em;
  }
  .registration .odc-calendar__content__time {
    padding-left: 4px;
  }
}

@media (max-width: 1024px) {
  .section-registration .news__list__item__inner {
    padding-bottom: 110px;
  }
}
.visualization__banner {
  position: absolute;
  top: 50px;
  left: 50px;
  width: auto;
  height: auto;
  color: white;
  background-color: rgba(255, 91, 0, 0.8);
  border-radius: 10px;
  z-index: 3;
}

.visualization__banner-container {
  position: relative;
  width: auto;
  height: auto;
  padding: 1.5rem;
}

.visualization__banner-text {
  font-size: 1.1196rem;
  line-height: 2rem;
}

.visualization__banner-close {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  color: #FF5B00;
  background-color: white;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.search-page {
  position: relative;
  background: #f7f7f7;
}
.search-page .hero-block {
  width: 100%;
}
.search-page .hero-block img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ui-widget.ui-slider {
  margin-bottom: 2.5em;
  border: 0;
  height: 2px;
  padding: 1rem 0;
  margin-left: 0.6666666667rem;
  background-color: transparent;
  position: relative;
}
.ui-widget.ui-slider:after {
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  pointer-events: none;
  background-color: rgba(0, 54, 16, 0.5);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.handle-value {
  padding-top: 2rem;
  color: #133515;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  font-family: "Moderat Mono";
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 640px) {
  .handle-value {
    font-size: 14px;
  }
}

.handle-value .small-version + .handle-value__specs {
  display: none;
}

.handle-value__specs {
  position: absolute;
  margin-left: 0.3333333333rem;
}

.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background-color: #FF5B00;
  border-radius: 16px;
  outline: none;
  border: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.ui-slider .ui-slider-handle.ui-state-hover {
  background: #ff5b00;
}

.ui-slider-range {
  border-radius: 0;
  background-color: transparent;
}
.ui-slider-range:after {
  height: 2px;
  width: 100%;
  pointer-events: none;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #FF5B00;
}

@media (max-width: 1024px) {
  .pfs-page {
    position: relative;
  }
  .pfs-page .simple-table th.last,
  .pfs-page .simple-table td.last {
    padding-right: 0;
  }
  .pfs-page dt.type--checkbox {
    margin-top: 3.3333333333rem;
  }
  .pfs-page dt.type--checkbox:last-of-type {
    margin-top: 0;
  }
  .pfs-page .simple-table th {
    vertical-align: top;
  }
  .pfs-page .simple-table th span:nth-child(1) {
    display: none;
  }
  .pfs-page .simple-table th span:nth-child(2) {
    display: block;
  }
}
.pfs-page {
  position: relative;
  background: #f7f7f7;
}
.pfs-page .page-content-left {
  float: left;
  width: 28.875em;
  height: 100%;
  overflow: hidden;
  z-index: 16;
  transition: transform 0.4s ease;
  padding-left: 6.25em;
  padding-right: 3.125em;
  padding-top: 5.625em;
  padding-bottom: 0;
  border-right: 1px solid rgba(19, 53, 21, 0.2);
}
.pfs-page .page-title {
  margin: 0 0 2.1875rem 0;
}
.pfs-page .page-content-right {
  padding-top: 5.625em;
  padding-left: 1.875em;
  width: 70%;
  width: calc(100% - 462em / 16);
  float: right;
  overflow: auto;
}
.pfs-page .page-content-right:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 28.875em;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  pointer-events: none;
  z-index: 5;
  height: 6.25em;
}
.pfs-page .page-content-left,
.pfs-page .page-content-right {
  position: relative;
  height: calc(100vh - 4.2918em);
}
.pfs-page .pfs-page__posts h2 {
  margin: 0 0 0.4375em 0;
  padding: 0;
}
.pfs-page .pfs-page__title-wrap {
  padding-left: 1.375em;
}

.pfs-page__reset {
  position: absolute;
  bottom: 1em;
  right: 20px;
  font-family: "Moderat";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(19, 53, 21, 0.6);
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(19, 53, 21, 0.6);
  cursor: pointer;
  z-index: 20;
}
.pfs-page__reset:hover {
  color: #FF5B00;
}

.pfs-page .page-content--min-height {
  min-height: 50em;
}

.pfs-page__navigation dt {
  font-family: "Moderat";
  font-style: normal;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.222;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #133515;
  margin-bottom: 0.4375em;
}
@media (max-width: 1024px) {
  .pfs-page__navigation dt {
    font-size: 18px;
  }
}
.pfs-page__navigation dd {
  margin: 0;
}
.pfs-page__navigation ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.pfs-page__image {
  position: absolute;
  bottom: -2.3em;
  left: 1.9375em;
  max-width: 11.9375em;
  width: 100%;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 1601px) {
  .pfs-page__image {
    max-width: 191px;
  }
}

.pfs-page__image--smaller {
  width: 150px;
}

.pfs-page__image.show {
  opacity: 1;
}

/* Custom scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_vertical {
  width: 1em !important;
}

.mCustomScrollBox.mCSB_vertical.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCustomScrollBox.mCSB_vertical .mCSB_scrollTools {
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1366px) {
  .mCustomScrollBox.mCSB_vertical .mCSB_scrollTools {
    right: 1em;
  }
}
.mCustomScrollBox.mCSB_vertical .mCSB_scrollTools:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  height: 100%;
  width: 1px;
  background-color: #133515;
}

.mCustomScrollBox.mCSB_vertical .mCSB_scrollTools {
  height: 20rem;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
  display: none;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_vertical .mCSB_dragger {
  width: 1em !important;
  height: 1em !important;
  min-height: 1em !important;
  background: #133515;
  border-radius: 100%;
}

.mCustomScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: calc(100vw - 64rem / 15);
}

.mCustomScrollBox.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100vw;
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #133515;
  background-image: none;
  height: 1px;
  opacity: 1;
  margin: 0;
}

.mCS-rounded-dots-dark.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 0.8666666667rem;
  height: 0.8666666667rem;
  background-color: #133515;
}

.mCS-rounded-dots-dark.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 2.6666666667rem;
}

@media (max-width: 1024px) {
  .mCustomScrollBox.mCSB_vertical .mCSB_scrollTools {
    right: 1em;
  }
}
@media (max-width: 1024px) {
  .pfs-page .page-content-right:after {
    background: 0;
  }
  .pfs-page__reset.h-responsive-hide {
    display: none !important;
  }
  .pfs-page {
    position: relative;
  }
  .pfs-page .page-content-left,
  .pfs-page .page-content-right {
    width: 100%;
    padding-top: 3.3333333333rem;
    padding-left: 8vw;
    padding-right: 8vw;
    height: auto;
  }
  .pfs-page .page-content-right {
    padding-top: 2.6666666667rem;
    margin-bottom: 2.6666666667rem;
  }
  .pfs-page .pfs-page__title-wrap {
    padding-left: 0;
  }
  .pfs-page .pfs-page__posts h2 .custom-checkbox-item {
    margin-bottom: 1.3333333333rem;
  }
  .pfs-page .pfs-page .page-content-right:after {
    display: none;
  }
  .pfs-page .pfs-page__reset {
    position: absolute;
    bottom: 0;
    opacity: 1;
    left: auto;
    display: inline-block;
    width: auto;
    right: 20px;
    font-size: 0.7333333333rem;
    margin-bottom: 5.35rem;
  }
  .pfs-page .pfs-page__image {
    position: relative;
    max-width: 14.8rem;
    left: 0.8666666667rem;
  }
}
@media (max-width: 380px) {
  .pfs-page__image {
    max-width: 63vw;
  }
  .pfs-page__reset {
    left: 58vw;
    right: auto;
    margin-bottom: 23vw;
  }
}
@media (max-width: 320px) {
  .pfs-page .pfs-page__image {
    max-width: 9.8rem;
  }
}
.locations-map-page {
  background: #f7f7f7;
}
.locations-map-page .page-content-left {
  float: left;
  width: 36vw;
  padding-left: 6.25em;
  padding-top: 5.375em;
}
.locations-map-page .page-content-right {
  float: right;
  width: 61vw;
}
.locations-map-page .map {
  height: 100vh;
  min-height: 640px;
}

.location-switcher {
  margin-bottom: 3.5em;
  display: flex;
  justify-content: space-evenly;
}

.location-switcher__btn {
  cursor: pointer;
  display: inline-block;
  border-radius: 3.125em;
  text-align: center;
  background: transparent;
  color: #133515;
  text-transform: uppercase;
  border: 1px solid #133515;
  width: 12.1875em;
  height: 4.375em;
  line-height: 4.375em;
  font-weight: 700;
}
.location-switcher__btn.is-active {
  border-color: #FF5B00;
  background: #FF5B00;
  color: white;
}
.location-switcher__btn span {
  font-size: 1.125em;
}

.location-list {
  margin-bottom: 3.125em;
}

.location-page-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  color: rgba(19, 53, 21, 0.6);
  margin-bottom: 1.25em;
  padding-right: 1.3333333333em;
}

.location-places {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.location-places li {
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 1.4375em;
  margin-right: 1.6875em;
}
.location-places li img, .location-places li span {
  display: inline-block;
  vertical-align: middle;
}
.location-places li img, .location-places li svg {
  margin-right: 2em;
  max-width: 3.375em;
}
.location-places li > span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.location-places li span {
  font-family: "Moderat";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.1875em;
  letter-spacing: 0.02em;
}

.marker-icon {
  display: none;
}
.marker-icon.is-active {
  display: block;
}

.location-places li span img {
  margin-right: 1em;
  width: 70px;
  height: 55px;
}

.location-places li span img.icon--active {
  display: none;
}

.location-places li span img.icon--inactive {
  display: block;
}

.location-places li span.is-active img.icon--active {
  display: block;
}

.location-places li span.is-active img.icon--inactive {
  display: none;
}

.gm-style .gm-style-iw-t::after {
  box-shadow: none;
}

.gm-style .gm-style-iw-c {
  transform: translate3d(-50%, 22%, 0);
}

.gm-style .gm-style-iw-t::after {
  transform: translate(-50%, 5%) rotate(-45deg);
}

@media (max-width: 1024px) {
  .locations-map-page .map {
    min-height: auto;
  }
  .locations-map-page .page-content-right,
  .locations-map-page .page-content-left {
    float: none;
    width: 100%;
  }
  .locations-map-page .page-content-left {
    padding-left: 2.1333333333em;
    padding-right: 2.1333333333em;
  }
  .location-page-content {
    font-size: 0.9333333333em;
    padding-right: 0;
  }
  .location-switcher {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .location-switcher__btn.is-active,
  .location-switcher__btn {
    font-size: 0.8em;
  }
  .location-places li img,
  .location-places li svg {
    width: 2.6666666667em;
    margin-right: 1.3333333333em;
  }
  .location-places li span {
    font-size: 1em;
  }
}
.locations-map-page--plot .page-content-right {
  height: calc(100vh - 4.875rem);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .locations-map-page--plot .page-content-right {
    height: auto;
    display: block;
  }
}

.location-places--plot li svg:nth-child(1),
.location-places--plot li img:nth-child(1) {
  display: none;
}
.location-places--plot li > span.is-active svg, .location-places--plot li > span.is-active img {
  display: none;
}
.location-places--plot li > span.is-active svg:nth-child(1),
.location-places--plot li > span.is-active img:nth-child(1) {
  display: block;
}

.plot-map {
  margin: 3em;
  position: relative;
  text-align: center;
}

.plot-map-item {
  position: absolute;
  display: none;
}
.plot-map-item.is-active {
  display: block;
}

.plot-map__items svg {
  height: 3em;
  fill: #000082;
  transform: translate(-50%, -94%);
}

@media (max-width: 1024px) {
  .plot-map {
    margin: 1em;
  }
  .plot-map__items svg {
    height: 2em;
  }
}
.section-visual {
  padding-top: 82px;
}
@media (min-width: 1366px) {
  .section-visual {
    padding-top: 100px;
  }
}
.section-visual .hero-block {
  background-color: #D8EFCE;
  padding: 16px max(28px, 3.4722222222vw) 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100 - 82px);
}
@media (min-width: 1366px) {
  .section-visual .hero-block {
    padding: 32px clamp(50px, 5.5555555556vw, 80px);
    min-height: calc(var(--vh, 1vh) * 100 - 100px);
  }
}
.section-visual .hero-block .row-1 {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .section-visual .hero-block .row-1 {
    margin-bottom: 0;
  }
}
.section-visual .hero-block .row-1 .description {
  text-align: right;
}
.section-visual .hero-block .row-1 .description p {
  font-family: "Moderat";
  font-weight: 700;
  text-transform: uppercase;
  color: #003610;
  margin: 0 0 4px;
}
.section-visual .hero-block .row-1 .description p:last-child {
  margin-bottom: 0;
}
.section-visual .hero-block .row-2 {
  margin: auto 0;
}
.section-visual .hero-block .row-2 .illustration img {
  display: block;
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
}
.section-visual .hero-block .row-2 .illustration img.illustration-part-1 {
  margin-bottom: 8px;
}
.section-visual .hero-block .row-3 {
  margin-top: 40px;
}
@media (min-width: 767px) {
  .section-visual .hero-block .row-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
  }
}
.section-visual .hero-block .row-3 .description {
  max-width: 530px;
}
.section-visual .hero-block .row-3 .description p {
  font-size: 16px;
}
.section-visual .hero-block .row-3 .button-holder {
  flex-shrink: 0;
  margin-top: 24px;
}
@media (min-width: 767px) {
  .section-visual .hero-block .row-3 .button-holder {
    margin-left: 40px;
    margin-top: 0;
  }
}
.section-visual .hero-block .row-3 .button-holder .button {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 40px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #FF5B00;
  font-family: "Moderat";
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.template-floor-page-container .section-nav {
  background-color: #F7F7F7;
  padding: 0 24px;
  box-sizing: border-box;
}
.template-floor-page-container .section-nav .content {
  padding: 48px 0;
  box-sizing: border-box;
  max-width: 871px;
  margin: 0 auto;
}
.template-floor-page-container .section-nav .content .filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.template-floor-page-container .section-nav .content .filters .filter {
  margin-bottom: 16px;
}
@media (min-width: 767px) {
  .template-floor-page-container .section-nav .content .filters .filter {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .template-floor-page-container .section-nav .content .filters .filter {
    margin-right: 80px;
  }
}
.template-floor-page-container .section-nav .content .filters .filter.filter--building-1 {
  margin-right: 20px;
}
@media (min-width: 767px) {
  .template-floor-page-container .section-nav .content .filters .filter.filter--building-1 {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .template-floor-page-container .section-nav .content .filters .filter.filter--building-1 {
    margin-right: 40px;
  }
}
.template-floor-page-container .section-nav .content .filters .filter.filter--floors {
  width: 100%;
}
@media (min-width: 767px) {
  .template-floor-page-container .section-nav .content .filters .filter.filter--floors {
    width: auto;
  }
}
.template-floor-page-container .section-nav .content .filters .filter:last-child {
  margin-right: 0;
}
.template-floor-page-container .section-nav .content .filters .filter .filter-title {
  font-family: "Moderat Mono";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 0;
}
.template-floor-page-container .section-nav .content .filters .filter .filter-title span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.template-floor-page-container .section-nav .content .filters .filter .filter-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6px;
}
.template-floor-page-container .section-nav .content .filters .filter .filter-items .filter-item {
  width: 40px;
  height: 40px;
  border: solid 1px #E0E0E0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  margin-bottom: 6px;
  overflow: hidden;
  font-family: "Moderat Mono";
  font-weight: 300;
  font-size: 16px;
}
.template-floor-page-container .section-nav .content .filters .filter .filter-items .filter-item:last-child {
  margin-right: 0;
}
.template-floor-page-container .section-nav .content .filters .filter .filter-items .filter-item.filter-item--active, .template-floor-page-container .section-nav .content .filters .filter .filter-items .filter-item:hover {
  background-color: #FF5B00;
  color: #fff;
  border-color: #FF5B00;
}
@media (min-width: 1024px) {
  .template-floor-page-container .section-nav .content .plan {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor {
  position: relative;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor img {
  width: 100%;
  pointer-events: none;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__single-apartments {
  padding: 0;
  background-color: red;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__single-apartments h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__single-apartments img {
  max-width: 32vw;
  max-height: 28vh;
}
@media (max-width: 960px) {
  .template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__single-apartments img {
    max-width: 46vw;
    max-height: 28vh;
  }
}
@media (max-width: 576px) {
  .template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__single-apartments img {
    max-width: 100%;
    max-height: unset;
  }
}
.template-floor-page-container .section-nav .content .plan .plan-holder .wrapper-img-arrow {
  padding: 8px 10px 8px 10px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 10px;
  width: 114px;
  align-self: end;
}
@media (max-width: 1200px) {
  .template-floor-page-container .section-nav .content .plan .plan-holder .wrapper-img-arrow {
    margin: 20px 50px;
  }
}
.template-floor-page-container .section-nav .content .plan .plan-holder .wrapper-img {
  width: 100%;
  justify-content: flex-start;
  height: auto;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .wrapper-img .apartment-floor img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg {
  pointer-events: all;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg svg {
  width: 100%;
  height: 100%;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polygon {
  cursor: pointer;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polygon.free,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg path.free,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polyline.free,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg rect.free {
  opacity: 0 !important;
  fill: rgba(216, 239, 206, 0.8);
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polygon.free:hover,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg path.free:hover,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polyline.free:hover,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg rect.free:hover {
  opacity: 1 !important;
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polygon.reserved,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg path.reserved,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polyline.reserved,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg rect.reserved {
  fill: rgba(206, 226, 239, 0.8);
}
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polygon.sold,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg path.sold,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg polyline.sold,
.template-floor-page-container .section-nav .content .plan .plan-holder .apartment-floor__svg rect.sold {
  fill: rgba(255, 91, 0, 0.8);
}
.template-floor-page-container .section-nav .content .plan .plan-legend-container {
  display: flex;
  flex-direction: column;
}

.template-floor-page-container .section-nav .content .plan .plan-compass {
  margin-top: 8px;
  /*max-width: 60px;*/
}

.template-floor-page-container .section-nav .content .plan .plan-compass img {
  max-width: 100%;
  width: auto !important;
}

.template-floor-page-container .section-nav .content .plan .plan-legend {
  margin-bottom: 0;
  display: flex;
  margin-top: 16px;
  margin-left: 0;
  order: 1;
}
@media (min-width: 1024px) {
  .template-floor-page-container .section-nav .content .plan .plan-legend {
    display: block;
    margin-top: 0;
    margin-left: 40px;
    order: 0;
  }

  .template-floor-page-container .section-nav .content .plan .plan-compass {
    margin-left: 40px;
    margin-top: 40px;
  }
}
.template-floor-page-container .section-nav .content .plan .plan-legend li {
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.template-floor-page-container .section-nav .content .plan .plan-legend li:last-child {
  margin-right: 0;
}
.template-floor-page-container .section-nav .content .plan .plan-legend li span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 8px;
}
.template-floor-page-container .section-nav .content .plan .plan-legend li span.free {
  background-color: #D8EFCE;
}
.template-floor-page-container .section-nav .content .plan .plan-legend li span.sold {
  background-color: #FF5B00;
}
.template-floor-page-container .section-nav .content .plan .plan-legend li span.reserved {
  background-color: #CEE2EF;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group {
  margin-bottom: clamp(50px, 3.4722222222vw, 50px);
  width: 100%;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .floor-nav__title {
  font-size: clamp(20px, 1.3888888889vw, 20px);
  margin-bottom: clamp(24px, 1.6666666667vw, 24px);
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .floor-nav__list {
  display: flex;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .floor-nav__list li {
  margin-right: clamp(32px, 2.2222222222vw, 32px);
}
@media (max-width: 767px) {
  .template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .floor-nav__list li:last-child {
    margin-right: 0;
  }
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .floor-nav__list li a {
  flex-shrink: 0;
  width: clamp(34px, 2.3611111111vw, 34px);
  height: clamp(34px, 2.3611111111vw, 34px);
  border-radius: clamp(63px, 4.375vw, 63px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .floor-nav__list li p {
  margin-top: clamp(6px, 0.4166666667vw, 6px);
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .floor-nav__list li p strong {
  font-weight: 700;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .nav-legend {
  display: flex;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .nav-legend li {
  display: flex;
  align-items: center;
  margin-right: clamp(12px, 0.8333333333vw, 12px);
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .nav-legend li:last-child {
  margin-right: 0;
}
.template-floor-page-container .section-info .content .col.col-2 .floor-nav .nav-group .nav-legend li span {
  width: clamp(10px, 0.6944444444vw, 10px);
  height: clamp(10px, 0.6944444444vw, 10px);
  border-radius: clamp(10px, 0.6944444444vw, 10px);
  margin-right: clamp(8px, 0.5555555556vw, 8px);
}
.partial-buildings-2d-visual {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .partial-buildings-2d-visual {
    margin-top: -82px;
  }
}
@media (min-width: 1366px) {
  .partial-buildings-2d-visual {
    margin-top: -100px;
  }
}
.partial-buildings-2d-visual .buildings {
  top: 0;
  left: 0;
  position: relative;
}
.partial-buildings-2d-visual .buildings .label-phase {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 3;
  background-color: #CEE2EF;
  padding: max(6px, 0.4166666667vw) max(24px, 1.6666666667vw);
  box-sizing: border-box;
  border-radius: 200px;
  text-align: center;
  font-family: "Moderat Mono";
  font-weight: 700;
  text-transform: uppercase;
  font-size: max(10px, 0.9722222222vw);
}
.partial-buildings-2d-visual .buildings .label-phase.label-phase--2 {
  top: auto;
  bottom: 6px;
  left: 22.5%;
}
@media (min-width: 1024px) {
  .partial-buildings-2d-visual .buildings .label-phase.label-phase--2 {
    bottom: auto;
    top: 16%;
    left: 29.5%;
  }
}
.partial-buildings-2d-visual .buildings .label-phase.label-phase--3 {
  background-color: #D8EFCE;
  top: auto;
  bottom: 6px;
  left: 59%;
}
@media (min-width: 1024px) {
  .partial-buildings-2d-visual .buildings .label-phase.label-phase--3 {
    bottom: auto;
    top: 16%;
    left: 68%;
  }
}
.partial-buildings-2d-visual .buildings .label-phase span {
  text-transform: initial;
}
.partial-buildings-2d-visual .buildings .label {
  font-family: "Moderat Mono";
  font-weight: 700;
  background-color: #CEE2EF;
  position: absolute;
  font-size: max(12px, 0.9722222222vw);
  z-index: 4;
  padding: 8px;
  box-sizing: border-box;
  width: max(28px, 2.6388888889vw);
  height: max(22px, 2.2222222222vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.partial-buildings-2d-visual .buildings .label.label--phase-2 {
  background-color: #D8EFCE;
}
.partial-buildings-2d-visual .buildings .label.label--phase-2 svg path {
  fill: #D8EFCE;
}
.partial-buildings-2d-visual .buildings .label svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
  width: max(12px, 1.1805555556vw);
}
.partial-buildings-2d-visual .buildings .label.label--c5 {
  top: 15%;
  left: 35%;
}
@media (min-width: 480px) {
  .partial-buildings-2d-visual .buildings .label.label--c5 {
    top: 18%;
  }
}
@media (min-width: 767px) {
  .partial-buildings-2d-visual .buildings .label.label--c5 {
    top: 23.3%;
  }
}
.partial-buildings-2d-visual .buildings .label.label--c4 {
  top: 15%;
  left: 58.4%;
}
@media (min-width: 480px) {
  .partial-buildings-2d-visual .buildings .label.label--c4 {
    top: 18%;
  }
}
@media (min-width: 767px) {
  .partial-buildings-2d-visual .buildings .label.label--c4 {
    top: 23.3%;
  }
}
.partial-buildings-2d-visual .buildings .label.label--c3 {
  top: 15%;
  left: 81.7%;
}
@media (min-width: 480px) {
  .partial-buildings-2d-visual .buildings .label.label--c3 {
    top: 18%;
  }
}
@media (min-width: 767px) {
  .partial-buildings-2d-visual .buildings .label.label--c3 {
    top: 23.3%;
  }
}
.partial-buildings-2d-visual .buildings .label.label--b2 {
  top: 40%;
  left: 80%;
}
@media (min-width: 767px) {
  .partial-buildings-2d-visual .buildings .label.label--b2 {
    top: 46.8%;
  }
}
.partial-buildings-2d-visual .buildings .label.label--b3 {
  top: 40%;
  left: 49.7%;
}
@media (min-width: 767px) {
  .partial-buildings-2d-visual .buildings .label.label--b3 {
    top: 46.2%;
  }
}
.partial-buildings-2d-visual .buildings .label.label--b4 {
  top: 40%;
  left: 19.8%;
}
@media (min-width: 767px) {
  .partial-buildings-2d-visual .buildings .label.label--b4 {
    top: 44.5%;
  }
}
.partial-buildings-2d-visual .buildings .background {
  width: 100%;
  height: auto;
  z-index: 1;
  vertical-align: bottom;
}
.partial-buildings-2d-visual .buildings svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.partial-buildings-2d-visual .buildings svg polygon {
  opacity: 0;
  cursor: pointer;
}
.partial-buildings-2d-visual .buildings svg polygon:hover {
  opacity: 1;
}

.template-part-apartment-search .info-block {
  padding: 56px max(28px, 3.4722222222vw) 24px;
  background-color: #fff;
}
@media (min-width: 1366px) {
  .template-part-apartment-search .info-block {
    padding: 56px clamp(50px, 5.5555555556vw, 80px) 24px;
  }
}
.template-part-apartment-search .info-block .page-title {
  font-size: 24px;
  font-family: "Moderat Mono";
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 0;
}
.template-part-apartment-search .info-block .list {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .template-part-apartment-search .info-block .list {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .template-part-apartment-search .info-block .list {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
.template-part-apartment-search .info-block .list .list-item-holder {
  width: 33.333%;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .template-part-apartment-search .info-block .list .list-item-holder {
    padding: 0 3px;
  }
}
.template-part-apartment-search .info-block .list .list-item-holder .list-item {
  font-family: "Roboto";
  font-weight: 400;
  background-color: #133515;
  padding: 10px;
  color: #f7f7f7;
  font-size: 16px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .template-part-apartment-search .info-block .list .list-item-holder .list-item {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .template-part-apartment-search .info-block .list .list-item-holder .list-item {
    font-size: 14px;
  }
}
.template-part-apartment-search .filters-opener-holder {
  padding: 0 28px;
  box-sizing: border-box;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .template-part-apartment-search .filters-opener-holder {
    display: none;
  }
}
.template-part-apartment-search .filters-opener-holder .filters-opener {
  font-family: "Moderat Mono";
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  padding: 24px 16px;
  box-sizing: border-box;
  background-color: #F7F7F7;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .template-part-apartment-search .filters-opener-holder .filters-opener {
    padding: 40px clamp(50px, 5.5555555556vw, 80px) 74px;
  }
}
.template-part-apartment-search .filters-opener-holder .filters-opener.filters-opener--active:after {
  transform: rotate(180deg);
}
.template-part-apartment-search .filters-opener-holder .filters-opener:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../assets/img/icon-chevron-down-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
}
.template-part-apartment-search .navigation-block {
  display: none;
  padding: 0 28px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .template-part-apartment-search .navigation-block {
    display: block !important;
    background-color: #F7F7F7;
    padding: 40px max(28px, 3.4722222222vw) 74px;
  }
}
@media (min-width: 1366px) {
  .template-part-apartment-search .navigation-block {
    padding: 40px clamp(50px, 5.5555555556vw, 80px) 74px;
  }
}
.template-part-apartment-search .navigation-block dl {
  background-color: #F7F7F7;
  margin: 0;
  padding: 0 16px 28px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .template-part-apartment-search .navigation-block dl {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.template-part-apartment-search .navigation-block dl .range-group {
  width: 100%;
}
@media (min-width: 1024px) {
  .template-part-apartment-search .navigation-block dl .range-group {
    max-width: 200px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .template-part-apartment-search .navigation-block dl .range-group {
    max-width: max(250px, 17.3611111111vw);
  }
}
.template-part-apartment-search .navigation-block dt {
  font-family: "Moderat Mono";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #133515;
  margin-bottom: 16px;
}
.template-part-apartment-search .navigation-block dd {
  margin: 0;
}
.template-part-apartment-search .navigation-block ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.template-part-apartment-search .navigation-block .reset-holder {
  margin-top: 16px;
}
.template-part-apartment-search .navigation-block .reset-holder a {
  display: flex;
  align-items: center;
}
.template-part-apartment-search .navigation-block .reset-holder a img {
  width: 24px;
  margin-right: 8px;
}
.template-part-apartment-search #search-result {
  padding: 48px max(28px, 3.4722222222vw) 96px;
  background-color: #fff;
}
@media (min-width: 1366px) {
  .template-part-apartment-search #search-result {
    padding: 48px clamp(50px, 5.5555555556vw, 80px) 96px;
  }
}

body {
  overflow: auto !important;
}

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