/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400; }

h1 {
  margin-bottom: 1.2rem;
  font-size: 1.728rem;
  font-weight: 700;
  color: #61a00e; }

.subheading,
.subheading {
  font-weight: 600; }

.subheading--large {
  font-weight: 400;
  font-size: 1.2rem; }

h2 {
  font-size: 1.44rem; }

h3 {
  font-weight: 600; }

p {
  line-height: 1.6rem; }

.u-superscript {
  font-size: 0.83333rem;
  vertical-align: super; }

.u-text-center {
  text-align: center; }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background-color: #FDFDFD;
  margin: 0; }

.page-wrap {
  position: relative;
  min-height: 100%;
  overflow: auto;
  padding-bottom: 100px; }
  @media (max-width: 794px) {
    .page-wrap {
      padding-bottom: 121px; } }

.main-wrap {
  margin: auto;
  width: 95%;
  max-width: 1300px; }

.stack-item {
  margin-top: 2.4rem; }
  .stack-item:last-of-type {
    margin-bottom: 2.4rem; }
  .stack-item--x-small {
    margin-top: 0.6rem; }
  .stack-item--small {
    margin-top: 1.2rem; }
  .stack-item--large {
    margin-top: 4.8rem; }

.dd__link, .mnb__link, a, .nb__logo {
  color: inherit;
  text-decoration: none; }
  .dd__link:hover, .mnb__link:hover, a:hover, .nb__logo:hover {
    border-bottom: none; }

.dd__link, .mnb__link {
  display: block; }

a {
  color: #61a00e;
  transition: 0.05s; }
  a:hover {
    border-bottom: 1px solid #61a00e; }

.appartments, .nb__links, .dd__links, .mnb__links {
  margin: 0;
  padding: 0;
  list-style: none; }

.btn {
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  padding: 1rem;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-align: center; }

.btn-primary {
  background: #72bc11;
  transition: all 0.15s ease;
  color: white; }
  .btn-primary:hover {
    cursor: pointer;
    background: #5b970e;
    transition: all 0.3s ease; }
  .btn-primary:active {
    background: #47760b;
    outline: none; }
  .btn-primary:focus {
    outline: none; }

.btn-secondary {
  background: #07A0C3;
  transition: all 0.15s ease; }
  .btn-secondary:hover {
    cursor: pointer;
    background: #06809c;
    transition: all 0.3s ease; }
  .btn-secondary:active {
    background: #046379;
    outline: none; }
  .btn-secondary:focus {
    outline: none; }

.btn-big {
  padding: .75rem 1.5rem; }

.btn-small {
  padding: .25rem; }

.btn-fixed-width {
  width: 250px; }

.btn-disabled,
.btn:disabled {
  background-color: #dddddd; }
  .btn-disabled:hover,
  .btn:disabled:hover {
    background-color: #dddddd;
    cursor: default; }
  .btn-disabled:active, .btn-disabled:focus,
  .btn:disabled:active,
  .btn:disabled:focus {
    background-color: #dddddd; }

.btn-full-width {
  display: block;
  width: 100%; }

.btn-row .btn:not(:last-of-type) {
  margin-right: 1.2rem; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */ }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input:not([type="file"]):not([type="submit"]),
button,
select,
textarea {
  box-sizing: border-box !important;
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: .5rem .25rem;
  transition: 0.3s;
  font-size: 1.2rem; }
  input:not(.btn):not([type="file"]):not([type="submit"]),
  button:not(.btn),
  select:not(.btn),
  textarea:not(.btn) {
    background-color: white; }
  input:hover:not([type="file"]):not([type="submit"]),
  button:hover,
  select:hover,
  textarea:hover {
    border-color: #aaaaaa; }
  input[type=search]:not([type="file"]):not([type="submit"]),
  button[type=search],
  select[type=search],
  textarea[type=search], input[type=text]:not([type="file"]):not([type="submit"]),
  button[type=text],
  select[type=text],
  textarea[type=text], input[type=password]:not([type="file"]):not([type="submit"]),
  button[type=password],
  select[type=password],
  textarea[type=password], input[type=number]:not([type="file"]):not([type="submit"]),
  button[type=number],
  select[type=number],
  textarea[type=number], input[type=email]:not([type="file"]):not([type="submit"]),
  button[type=email],
  select[type=email],
  textarea[type=email], input[type=tel]:not([type="file"]):not([type="submit"]),
  button[type=tel],
  select[type=tel],
  textarea[type=tel] {
    text-indent: .5rem; }
  input:not([type="submit"]):not([type="file"])::placeholder,
  button::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #dddddd; }

form {
  box-sizing: border-box;
  padding: 0; }

input {
  line-height: inherit; }

textarea {
  padding: .5rem; }

button[type="submit"] {
  border: none;
  cursor: pointer; }

option {
  padding: .5rem .25rem; }

.basic-form {
  width: 100%;
  padding: 1.2rem;
  background-color: #F5F4F1; }
  .basic-form--half {
    width: 50%; }

.bf__section {
  margin-top: 2.4rem; }

.bf__row {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 850px) {
    .bf__row {
      flex-direction: column; } }

.bf__row-column {
  width: 50%; }
  .bf__row-column:not(:last-of-type) {
    margin-right: 2.4rem; }
  @media (max-width: 850px) {
    .bf__row-column {
      width: 100%; } }

.bf__submit-row,
.bf__input-row {
  display: flex;
  margin-bottom: 1.2rem; }
  .bf__submit-row--column,
  .bf__input-row--column {
    flex-direction: column; }

@media (max-width: 1200px) {
  .bf__input-row {
    flex-direction: column; } }

.bf__submit-row {
  align-items: center; }
  @media (max-width: 850px) {
    .bf__submit-row .btn:not(:last-child) {
      margin-bottom: 1.2rem; } }

.bf__label {
  display: inline-block;
  width: 25%;
  min-width: 100px;
  margin-right: 1.2rem;
  font-weight: 700; }
  @media (max-width: 1200px) {
    .bf__label {
      width: 100%;
      margin-bottom: .5rem; } }

.bf__input-row--column .bf__label {
  margin-bottom: .5rem; }

.bf__input--full {
  width: 100%; }

.bf__input-wrapper {
  display: inline-block;
  width: 75%; }
  @media (max-width: 1200px) {
    .bf__input-wrapper {
      width: 100%; } }
  .bf__input-wrapper--half {
    width: 37.5%; }
    @media (max-width: 1200px) {
      .bf__input-wrapper--half {
        width: 100%; } }
  .bf__input-wrapper .bf__input {
    width: 100%; }

.bf__error,
.bf__warning {
  margin-top: .5rem; }

.bf__error {
  color: red; }

.checkbox {
  display: block;
  margin-bottom: .25rem; }

.checkbox__input {
  padding-right: .5rem; }

.hidden {
  display: none; }

.msg {
  display: inline-block;
  border-radius: 5px;
  padding: .5rem;
  color: white; }

.msg-success {
  background-color: #72bc11; }

.msg-error {
  background-color: red; }

.spinner {
  margin: 2.4rem auto;
  width: 70px;
  text-align: center; }
  .spinner.no-y-margin {
    margin-top: 0;
    margin-bottom: 0; }
  .spinner.no-x-margin {
    margin-left: 0;
    margin-right: 0; }

.spinner > div {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #282828;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.appartments {
  margin-top: 1.2rem; }

.appartment__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.6rem;
  border-bottom: 1px solid #dddddd;
  padding: 0 1.2rem;
  background-color: #F5F4F1;
  transition: background-color 0.1s; }
  .appartment__title:hover {
    cursor: pointer;
    background-color: #dddddd; }

.appartment__expand-icon,
.appartment__shrink-icon {
  display: none;
  height: 2.4rem;
  user-select: none; }

.appartment__trigger:not(:checked) + .appartment__full-wrap .appartment__expand-icon {
  display: block; }

.appartment__trigger:checked + .appartment__full-wrap .appartment__shrink-icon {
  display: block; }

.appartment__trigger {
  display: none; }

.appartment__trigger:checked + .appartment__full-wrap .appartment__content-wrap {
  max-height: 500px;
  transition: max-height 0.3s ease-in-out; }

.appartment__content-wrap {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.6s cubic-bezier(0, 1, 0, 1); }

.appartment__content {
  display: flex;
  padding: 2.4rem 1.2rem 0; }
  @media (max-width: 850px) {
    .appartment__content {
      flex-direction: column; } }

.appartment__info {
  flex: 1;
  margin-right: 2.4rem; }
  @media (max-width: 850px) {
    .appartment__info {
      width: 100%; } }

.appartment__info-group {
  margin-bottom: .5rem; }

.appartment__info-label {
  display: inline-block;
  font-weight: 600;
  min-width: 100px; }

.appartment__btn {
  width: 100px;
  margin: 1.2rem 0; }

.appartment__carousel-wrap {
  width: 70%;
  height: 100%; }
  @media (max-width: 850px) {
    .appartment__carousel-wrap {
      width: 100%; } }

.appartment__carousel {
  background-color: #f7f7f7; }

.appartment__carousel-img-wrap {
  height: 330px; }
  .appartment__carousel-img-wrap:focus {
    outline: none; }
  @media (max-width: 850px) {
    .appartment__carousel-img-wrap {
      height: 250px; } }
  @media (max-width: 600px) {
    .appartment__carousel-img-wrap.appartment__carousel-img-wrap {
      height: 150px; } }

.appartment__carousel-img {
  display: block;
  margin: auto;
  height: 100%; }

.appartment__carousel-nav {
  display: flex;
  justify-content: center;
  margin: 1.2rem 0; }
  .appartment__carousel-nav .btn:not(:last-child) {
    margin-right: 1.2rem; }

.appartment__carousel-nav-img {
  height: 1.728rem; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 2.4rem 0;
  text-align: center; }

.hero {
  font-size: 0; }

.hero__img {
  width: 100%; }

@media (max-width: 850px) {
  .navbar {
    display: none; } }

.nb__language-selector {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.83333rem;
  color: #282828; }
  @media (max-width: 1000px) {
    .nb__language-selector {
      top: .5rem;
      right: .5rem; } }

.nb__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.2rem auto; }

.nb__logo {
  font-family: "pacifico";
  font-size: 48px; }
  @media (max-width: 1000px) {
    .nb__logo {
      font-size: 36px; } }

.nb__links {
  font-size: 0px;
  display: flex; }

.nb__link {
  margin-left: .5rem;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 0.83333rem;
  color: #444444; }
  .nb__link.active {
    color: white !important;
    background-color: #72bc11;
    border: 1px solid transparent !important;
    border-radius: 5px; }

.nb__link-wrapper:hover > .nb__link {
  color: #72bc11;
  border: 1px solid #aaaaaa;
  border-radius: 5px; }

.dd__trigger {
  position: relative; }

.dd__trigger > a {
  cursor: default; }

.dropdown {
  position: absolute;
  left: .5rem;
  top: 100%;
  display: none;
  padding-top: 1.2rem; }

.dd__trigger:hover > .dropdown {
  display: block; }

.dd__links {
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: white; }

.dd__link-wrap {
  transition: background-color 0.1s; }
  .dd__link-wrap:not(:last-child) {
    border-bottom: 1px solid #dddddd; }
  .dd__link-wrap:hover {
    background-color: #dddddd; }

.dd__link {
  width: 200px;
  padding: 0.6rem;
  font-size: 1rem; }

.mnb__fade-screen {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999998; }
  .mnb__fade-screen.is-visible {
    pointer-events: inherit;
    opacity: 0.4;
    visibility: visible; }

.m-navbar {
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 851px) {
    .m-navbar {
      display: none !important; } }

.mnb__content {
  position: fixed;
  width: 100%;
  max-width: 450px;
  height: 100%;
  transform: translate(450px, 0);
  background-color: #72bc11;
  z-index: 999999;
  transition: transform 0.3s; }
  .mnb__content.is-visible {
    transform: translate(0, 0); }

.mnb__open-btn-wrap {
  display: inline-block; }

.mnb__open-btn {
  margin: 0.6rem;
  border: none;
  padding: 0;
  transition: opacity 0.15s; }
  .mnb__open-btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  .mnb__open-btn:focus {
    border: none;
    outline: none; }

.mnb__close-btn-wrap {
  display: flex;
  justify-content: flex-end; }

.mnb__close-btn.mnb__close-btn {
  display: inline-block;
  margin: 0.6rem;
  margin-bottom: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  transition: opacity 0.15s; }
  .mnb__close-btn.mnb__close-btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  .mnb__close-btn.mnb__close-btn:focus {
    border: none;
    outline: none; }

.mnb__links {
  color: white; }

.mnb__title-wrap,
.mnb__link {
  padding: 1.2rem 2.4rem; }

.mnb__title-wrap {
  background-color: #568d0d;
  font-size: 1.2rem;
  font-weight: 600; }

.mnb__link {
  font-weight: 600; }
  .mnb__link:hover {
    background-color: #67a90f; }
  .mnb__link:focus {
    background-color: #5b970e; }
  .mnb__link--indented {
    padding-left: 3.6rem; }

.place-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left; }

.place-table thead {
  background-color: #e5ece4; }

.place-table th,
.place-table td {
  border: 1px solid #dddddd;
  padding: .25rem; }

.places__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media (max-width: 1000px) {
    .places__wrapper {
      flex-flow: wrap; } }
  @media (max-width: 600px) {
    .places__wrapper {
      justify-content: center; } }

.places__divider {
  width: 1px;
  background-color: #dddddd;
  margin: 140px 2.4rem; }
  @media (max-width: 1000px) {
    .places__divider {
      display: none; } }

.places {
  display: flex;
  flex-direction: column;
  width: 33.33%; }
  @media (max-width: 1000px) {
    .places {
      width: 50%; }
      .places:nth-child(4n + 1) {
        padding-right: 1.2rem; }
      .places:nth-child(4n + 3) {
        padding-left: 1.2rem; } }
  @media (max-width: 600px) {
    .places.places {
      width: 100%;
      max-width: 450px;
      align-items: center;
      padding: 0 1.2rem; } }

.places__title {
  margin-bottom: 1.2rem;
  padding-left: .5rem;
  font-size: 1.44rem;
  line-height: 2.4rem; }

.place {
  position: relative;
  background-color: #F5F4F1;
  margin-bottom: 2.4rem; }
  .place:hover {
    border: none; }

.place__vacancy-badge {
  padding: .5rem .75rem;
  text-align: right;
  font-size: 0.83333rem;
  color: white;
  background-color: #72bc11; }

.place__vacancy-badge.none {
  background-color: #dddddd; }

.place__img-wrapper {
  max-height: 255px;
  overflow: hidden; }

.place__img {
  max-width: 100%;
  transition: transform 0.15s; }

@media (min-width: 851px) {
  .place:hover .place__img {
    transform: scale(1.1); } }

.place__title {
  display: block;
  padding: 1rem;
  color: #61a00e; }

.contact__main {
  padding: 2.4rem 0;
  background-color: #F5F4F1; }

.contact__wrap {
  display: flex; }
  @media (max-width: 850px) {
    .contact__wrap {
      flex-direction: column; } }

.contact__info,
.contact__customer-register {
  width: 50%; }
  @media (max-width: 850px) {
    .contact__info,
    .contact__customer-register {
      width: 100%; } }

.contact__info {
  line-height: 1.68rem; }
  @media (max-width: 850px) {
    .contact__info {
      margin-bottom: 1.2rem; } }

.fp__welcome {
  text-align: center;
  margin: 4.8rem 0; }
  @media (max-width: 850px) {
    .fp__welcome {
      margin: 2.4rem 0; } }

.fp__welcome-text {
  font-size: 1.44rem;
  color: #61a00e; }
  @media (max-width: 850px) {
    .fp__welcome-text {
      font-size: 1.2rem; } }

/*# sourceMappingURL=styles.css.map */
