/*
Theme Name:Promenade
Theme URI:
Author: Net Service
Author URI: https://netservice.lv
Description: Template created by order from Promenade
Version: 1.0.2
License: No one is allowed to use this code (except an template customer)
Text Domain: promenade
Tags:
*/
/*
  Variables
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext");
/*
  Reset
 */
body {
  margin: 0;
  background-color: #FAFAFA; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

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

p {
  color: #333333; }

h1.biggest {
  font-size: 64px;
  line-height: 72px;
  margin-top: 40px;
  margin-bottom: 64px; }

p {
  font-size: 16px;
  line-height: 24px; }

.clear-filter {
  color: #333333; }

/*
  Third party
 */
/* 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; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #333; }

.hamburger-box {
  width: 32px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.57143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
       its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
 * Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background-color: #FFD700; }

/*
 * Styling;
 */
.noUi-background {
  background: #333333; }

.noUi-connect {
  background: #FFD700;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-target {
  border-radius: 2px; }

.noUi-origin {
  border-radius: 2px; }

/*
 * Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi--vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.noUi-handle:active {
  border: 8px solid #FFD700;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px; }

/*
 * Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }

/*
  Blocks
 */
.hero {
  height: 540px; }
  .hero.hero__slideshow .slide {
    height: 540px;
    display: block;
    background-size: cover;
    background-position: center center; }
  .hero.hero__image {
    background-size: cover;
    background-position: center center; }
    .hero.hero__image.hero__image__archive {
      margin-bottom: 40px; }
  .hero.hero__video {
    position: relative;
    overflow: hidden; }
    .hero.hero__video video {
      min-height: 100%;
      min-width: 100%;
      position: relative; }
  @media screen and (min-width: 768px) {
    .hero {
      height: 600px; }
      .hero.hero__slideshow .slide {
        height: 600px; } }

.languages {
  margin-bottom: 0;
  margin-top: 32px; }
  .languages__language {
    display: inline-block;
    border-bottom: none !important;
    margin-right: 16px; }
  @media screen and (min-width: 960px) {
    .languages {
      margin-top: 0; } }

.parameter {
  padding-bottom: 6px;
  margin-bottom: 32px; }
  .parameter__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px; }
  .parameter__captions {
    margin-bottom: 4px;
    display: inline-block;
    width: 100%; }
    .parameter__captions.captions .captions__caption {
      float: left; }
      .parameter__captions.captions .captions__caption.text-right__float {
        float: right; }
  .parameter__slider {
    margin-left: 8px;
    margin-right: 8px; }
  @media screen and (min-width: 800px) {
    .parameter {
      width: 33.3333%;
      margin-right: 40px; }
      .parameter:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .parameter {
      width: 33.3333%;
      margin-right: 64px; } }

.form form {
  padding: 32px; }

.form__label {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  display: block;
  margin-bottom: 4px; }

.form__input {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding: 8px;
  display: block;
  width: calc(100% - 18px);
  border: 1px solid #F0F0F0;
  border-radius: 4px; }

.form .input__block {
  width: 100%;
  margin-bottom: 16px; }
  .form .input__block:last-of-type {
    margin-bottom: 32px; }

.form .button {
  width: 100%; }

.form__reservation {
  max-width: 624px;
  margin: auto; }

.summary__title {
  margin-bottom: 16px; }

.summary__button {
  margin-bottom: 16px; }

.summary__text-separator {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
  display: block; }

.summary__form {
  display: block;
  width: 100%; }
  .summary__form .summary__input {
    border: 1px solid #F0F0F0;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 7px 8px 7px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    width: calc(100% - 112px); }
  .summary__form .summary__submit {
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 8px 16px;
    background-color: #FFD700;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    width: 96px; }
    .summary__form .summary__submit:hover {
      cursor: pointer; }

.gallery__title {
  color: #FFFFFF;
  margin-bottom: 24px; }

.gallery__images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden; }
  .gallery__images.images__hidden .gallery__image:first-child {
    display: none; }

.gallery__image {
  flex: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
  max-width: calc(50% - 8px); }
  .gallery__image .image {
    width: 100%; }
  .gallery__image:nth-child(even) {
    margin-right: 0; }

.gallery .images__hidden .gallery__image:nth-child(odd) {
  margin-right: 0; }

.gallery .images__hidden .gallery__image:nth-child(even) {
  margin-right: 16px; }

@media screen and (min-width: 1200px) {
  .gallery__images.images__visible .gallery__image:last-child {
    display: none; }
  .gallery__images.images__hidden .gallery__image:first-child {
    display: block; }
  .gallery__images.images__hidden .gallery__image:nth-child(odd) {
    margin-right: 16px; }
  .gallery__images.images__hidden .gallery__image:nth-child(3n) {
    margin-right: 0; }
  .gallery__image {
    flex: calc(33.3333% - 16px);
    max-width: calc(33.3333% - 16px); }
    .gallery__image:nth-child(even) {
      margin-right: 16px; } }

.plan__title {
  color: #FFFFFF;
  margin-bottom: 24px; }

.plan__image {
  width: 100%; }

.map__default {
  height: 480px;
  width: 100%; }

.map {
  margin-bottom: 0; }

.related-objects {
  background: #F0F0F0;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 0; }

.slideshow__left .slideshow__content, .slideshow__right .slideshow__content, .slideshow__full .slideshow__content {
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px; }

.slideshow__left .slideshow__slide, .slideshow__right .slideshow__slide, .slideshow__full .slideshow__slide {
  height: 240px;
  width: calc(100% - 12px);
  background-size: cover;
  background-position: center center; }

.slideshow__left .title-card, .slideshow__right .title-card, .slideshow__full .title-card {
  position: relative;
  top: 44px; }

.slideshow__left .slideshow__arrow, .slideshow__right .slideshow__arrow, .slideshow__full .slideshow__arrow {
  height: 24px;
  width: 24px;
  padding: 12px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
  background: #FFFFFF; }
  .slideshow__left .slideshow__arrow__right, .slideshow__right .slideshow__arrow__right, .slideshow__full .slideshow__arrow__right {
    right: 0; }
  .slideshow__left .slideshow__arrow__left, .slideshow__right .slideshow__arrow__left, .slideshow__full .slideshow__arrow__left {
    left: 0; }
  .slideshow__left .slideshow__arrow svg, .slideshow__right .slideshow__arrow svg, .slideshow__full .slideshow__arrow svg {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #333333; }

.slideshow__left .slick-dots, .slideshow__right .slick-dots, .slideshow__full .slick-dots {
  width: calc(100% - 12px);
  text-align: left; }
  .slideshow__left .slick-dots li, .slideshow__right .slick-dots li, .slideshow__full .slick-dots li {
    margin: 0 8px 0 0;
    border-radius: 50%;
    width: 16px;
    height: 16px; }
    .slideshow__left .slick-dots li button, .slideshow__right .slick-dots li button, .slideshow__full .slick-dots li button {
      border: 2px solid #333333;
      border-radius: 50%;
      width: 16px;
      height: 16px; }
      .slideshow__left .slick-dots li button:before, .slideshow__right .slick-dots li button:before, .slideshow__full .slick-dots li button:before {
        content: ''; }
    .slideshow__left .slick-dots li.slick-active, .slideshow__right .slick-dots li.slick-active, .slideshow__full .slick-dots li.slick-active {
      background-color: #FFD700; }
      .slideshow__left .slick-dots li.slick-active button, .slideshow__right .slick-dots li.slick-active button, .slideshow__full .slick-dots li.slick-active button {
        border-color: #FFD700; }

.slideshow__left p, .slideshow__right p, .slideshow__full p {
  margin-top: 40px; }

.slideshow__left .title-card, .slideshow__right .title-card, .slideshow__full .title-card {
  margin-left: 0; }

@media screen and (min-width: 640px) {
  .slideshow__left .slideshow__slide, .slideshow__right .slideshow__slide, .slideshow__full .slideshow__slide {
    height: 480px;
    width: calc(100% - 12px);
    background-size: cover;
    background-position: center center; } }

@media screen and (min-width: 800px) {
  .slideshow__left .container-desktop, .slideshow__right .container-desktop, .slideshow__full .container-desktop {
    display: flex;
    flex-direction: row; }
  .slideshow__left .slideshow, .slideshow__right .slideshow, .slideshow__full .slideshow {
    width: 400px;
    margin-right: 24px; }
    .slideshow__left .slideshow__container, .slideshow__right .slideshow__container, .slideshow__full .slideshow__container {
      width: 460px;
      display: inline-block; }
    .slideshow__left .slideshow__content, .slideshow__right .slideshow__content, .slideshow__full .slideshow__content {
      width: calc(100% - 460px);
      margin-right: 12px; }
    .slideshow__left .slideshow__slide, .slideshow__right .slideshow__slide, .slideshow__full .slideshow__slide {
      height: 320px;
      width: calc(100% - 12px);
      background-size: cover;
      background-position: center center; }
    .slideshow__left .slideshow__arrow__right, .slideshow__right .slideshow__arrow__right, .slideshow__full .slideshow__arrow__right {
      margin-right: -24px; }
    .slideshow__left .slideshow__arrow__left, .slideshow__right .slideshow__arrow__left, .slideshow__full .slideshow__arrow__left {
      margin-left: -24px; }
  .slideshow__left .slick-dots li, .slideshow__right .slick-dots li, .slideshow__full .slick-dots li {
    margin-top: 24px; }
  .slideshow__left p, .slideshow__right p, .slideshow__full p {
    margin-top: 88px; } }

@media screen and (min-width: 900px) {
  .slideshow__left .slideshow, .slideshow__right .slideshow, .slideshow__full .slideshow {
    width: 480px; }
    .slideshow__left .slideshow__container, .slideshow__right .slideshow__container, .slideshow__full .slideshow__container {
      width: 540px; }
    .slideshow__left .slideshow__content, .slideshow__right .slideshow__content, .slideshow__full .slideshow__content {
      width: calc(100% - 540px); } }

@media screen and (min-width: 960px) {
  .slideshow__left .slideshow__slide, .slideshow__right .slideshow__slide, .slideshow__full .slideshow__slide {
    height: 360px; } }

@media screen and (min-width: 1120px) {
  .slideshow__left .slideshow, .slideshow__right .slideshow, .slideshow__full .slideshow {
    width: 640px; }
    .slideshow__left .slideshow__container, .slideshow__right .slideshow__container, .slideshow__full .slideshow__container {
      width: 700px; }
    .slideshow__left .slideshow__content, .slideshow__right .slideshow__content, .slideshow__full .slideshow__content {
      width: calc(100% - 700px); } }

.slideshow__left .slideshow {
  margin-left: 12px; }
  .slideshow__left .slideshow__arrow__left {
    margin-left: -12px; }

@media screen and (min-width: 960px) {
  .slideshow__left .slideshow {
    margin-right: 24px;
    margin-left: 32px; }
    .slideshow__left .slideshow__container .title-card {
      margin-left: 0; }
    .slideshow__left .slideshow__arrow__left {
      margin-left: -32px; }
    .slideshow__left .slideshow__arrow__right {
      margin-right: -24px; }
  .slideshow__left .container-desktop .slideshow__content {
    margin-left: 48px; } }

.slideshow__right .slideshow {
  margin-right: 12px; }
  .slideshow__right .slideshow__arrow__right {
    margin-right: -12px; }

.slideshow__right .slick-dots {
  margin-left: 12px; }

@media screen and (min-width: 800px) {
  .slideshow__right .slideshow {
    margin-left: 24px;
    margin-right: 12px; }
    .slideshow__right .slideshow__container .title-card {
      margin-left: 0; }
    .slideshow__right .slideshow__arrow__right {
      margin-right: -12px; }
    .slideshow__right .slideshow__arrow__left {
      margin-left: -24px; }
    .slideshow__right .slideshow__title {
      width: 100%;
      display: inline-block; }
      .slideshow__right .slideshow__title .title-card {
        float: right;
        text-align: right;
        overflow-wrap: break-word;
        padding: 24px 24px 24px 32px; }
        .slideshow__right .slideshow__title .title-card h1 {
          overflow-wrap: break-word; }
  .slideshow__right .container-desktop {
    flex-direction: row-reverse; }
    .slideshow__right .container-desktop .slideshow__content {
      margin-right: 48px; }
    .slideshow__right .container-desktop .slick-dots {
      margin-left: 0; } }

@media screen and (min-width: 960px) {
  .slideshow__right .slideshow {
    margin-right: 32px; }
    .slideshow__right .slideshow__container .title-card {
      margin-left: 0; }
    .slideshow__right .slideshow__arrow__right {
      margin-right: -32px; }
    .slideshow__right .slideshow__title {
      width: 100%;
      display: inline-block; }
      .slideshow__right .slideshow__title .title-card {
        padding: 24px 24px 24px 48px; }
  .slideshow__right .container-desktop .slideshow__content {
    margin-right: 48px; }
  .slideshow__right .container-desktop .slick-dots {
    margin-left: 0; } }

.slideshow__full {
  margin-top: -48px;
  width: 100%; }
  .slideshow__full .slideshow {
    width: calc(100% - 12px);
    margin-right: 12px; }
    .slideshow__full .slideshow__container {
      width: 100%; }
    .slideshow__full .slideshow__arrow__left {
      margin-left: 0; }
    .slideshow__full .slideshow__arrow__right {
      margin-right: -12px; }
  @media screen and (min-width: 800px) {
    .slideshow__full {
      margin-top: 0; }
      .slideshow__full .slideshow {
        width: calc(100% - 32px);
        margin-right: 32px; }
        .slideshow__full .slideshow__slide {
          height: 400px; }
        .slideshow__full .slideshow__arrow__right {
          margin-right: -32px; } }
  @media screen and (min-width: 960px) {
    .slideshow__full .slideshow__slide {
      height: 500px; } }
  .slideshow__full .slick-dots {
    margin-left: 12px; }

table {
  border-collapse: collapse; }

.table__information {
  width: 100%; }
  .table__information tr {
    border-bottom: 1px solid #F0F0F0; }
    .table__information tr:last-child {
      border-bottom: none; }
    .table__information tr td {
      width: 50%;
      padding: 12px;
      font-size: 16px;
      line-height: 24px; }
      .table__information tr td:nth-child(even) {
        font-weight: bold; }

.table__object {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  .table__object__visible {
    display: table; }
  .table__object__hidden {
    display: none; }
  .table__object__plan {
    width: 60px; }
    .table__object__plan img {
      max-height: 32px; }
  .table__object thead tr td {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    line-height: 24px; }
  .table__object tbody tr:nth-child(odd) {
    background: #FAFAFA; }
  .table__object tbody tr td:last-child {
    display: table-cell;
    padding-right: 16px; }
    .table__object tbody tr td:last-child .chevron {
      display: block;
      height: 16px;
      width: 16px; }
  .table__object tbody tr td a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #333333; }
    .table__object tbody tr td a:hover {
      text-decoration: underline; }
    .table__object tbody tr td a.cell__free:before, .table__object tbody tr td a.cell__reserved:before, .table__object tbody tr td a.cell__sold:before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-right: 8px;
      display: inline-block; }
    .table__object tbody tr td a.cell__free:before {
      background-color: #A6E800; }
    .table__object tbody tr td a.cell__reserved:before {
      background-color: #E8A600; }
    .table__object tbody tr td a.cell__sold:before {
      background-color: #A9342E; }
  .table__object tr {
    border-bottom: 1px solid #F0F0F0; }
    .table__object tr:last-child {
      border-bottom: none; }
    .table__object tr td {
      padding: 12px 16px 12px 0;
      font-size: 16px;
      line-height: 24px; }
      .table__object tr td:first-child {
        display: none; }
      .table__object tr td:nth-child(2) {
        padding-left: 12px; }
      .table__object tr td:nth-child(n+6) {
        display: none; }
  @media screen and (min-width: 600px) {
    .table__object tr td:nth-child(n+6) {
      display: table-cell; } }
  @media screen and (min-width: 720px) {
    .table__object tr td:first-child {
      display: table-cell;
      padding-left: 12px; }
    .table__object tr td:nth-child(2) {
      padding-left: 0; } }

.contact-person .contact-person__heading {
  margin: 0 24px 24px;
  font-size: 32px;
  line-height: 40px; }

.contact-person .person {
  margin-bottom: 96px; }
  .contact-person .person__photo {
    width: 100%; }
  .contact-person .person__info {
    position: relative;
    bottom: 32px;
    margin-left: 48px;
    color: #333333;
    padding: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }
    .contact-person .person__info__name {
      margin-top: 0;
      margin-bottom: 24px;
      font-size: 32px;
      line-height: 40px; }
    .contact-person .person__info__position {
      margin-top: 0;
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 20px; }
    .contact-person .person__info__phone {
      display: block;
      margin-bottom: 16px; }
    .contact-person .person__info__mail {
      display: block;
      margin-bottom: 0; }

@media screen and (min-width: 720px) {
  .contact-person {
    width: 624px;
    margin: auto; }
    .contact-person .contact-person__heading {
      margin: 0 0 24px 0; }
    .contact-person .person {
      display: flex;
      align-items: center;
      margin-bottom: 128px;
      background-color: #FFFFFF;
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }
      .contact-person .person__photo, .contact-person .person__info {
        display: inline-block; }
      .contact-person .person__photo {
        width: 280px; }
      .contact-person .person__info {
        width: 264px;
        display: flex;
        flex-direction: column;
        bottom: 0;
        margin: 0 0 0 32px;
        padding: 0;
        background-color: none;
        box-shadow: none; } }

/*
  Elements
 */
.button {
  border-radius: 4px;
  border: none;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none; }
  .button:hover {
    cursor: pointer; }
  .button__primary {
    background-color: #FFD700;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px;
    width: calc(100% - 16px); }
    .button__primary__biggest {
      padding: 12px;
      font-size: 24px;
      line-height: 40px;
      width: calc(100% - 24px); }
  .button__with-icon {
    width: auto;
    margin: auto;
    padding: 8px 24px 8px 16px; }
    .button__with-icon svg {
      width: 16px;
      height: 16px;
      position: relative;
      top: 4px;
      left: 8px; }
  .button__shadow {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }
    .button__shadow:hover {
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15); }

.link__with-icon {
  display: inline-block;
  color: #333333;
  line-height: 24px;
  font-size: 16px; }
  .link__with-icon svg {
    height: 24px;
    width: 24px;
    margin-right: 8px;
    float: left; }
  .link__with-icon span {
    display: inline-block;
    line-height: 24px;
    text-decoration: underline; }
  .link__with-icon.phone span {
    font-weight: bold; }

.card {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 10; }
  .card__dark {
    background: #333333; }
    .card__dark h1,
    .card__dark h1 a {
      color: #FFFFFF;
      text-decoration: none; }
  .card__light {
    background: #FFFFFF; }
    .card__light h1,
    .card__light h1 a {
      color: #333333;
      text-decoration: none; }
  .card.after-head {
    transform: translateY(-50%); }

@media screen and (min-width: 960px) {
  .card__dark.card__mobile {
    background: none;
    color: #333333;
    box-shadow: none; }
    .card__dark.card__mobile h1 {
      color: #333333; } }

.title-card {
  display: inline-block;
  padding: 24px 32px 24px 24px;
  margin-left: -12px;
  position: relative; }
  .title-card h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin: 0; }
  @media screen and (min-width: 960px) {
    .title-card {
      padding: 24px 48px 24px 24px; } }

/*
  Layouts
 */
header {
  height: 64px; }
  header nav {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }
    header nav .logo {
      display: inline-block;
      height: 40px;
      padding-top: 12px;
      padding-bottom: 12px; }
    header nav .menu {
      display: none;
      margin-left: 8px;
      margin-right: 8px;
      padding-bottom: 24px; }
      header nav .menu ul {
        margin-bottom: 32px; }
        header nav .menu ul li {
          padding-top: 16px;
          padding-bottom: 16px;
          border-bottom: 1px solid #F0F0F0; }
          header nav .menu ul li:last-child {
            border-bottom: none; }
          header nav .menu ul li a {
            line-height: 24px;
            font-size: 16px;
            color: #333333;
            text-decoration: none;
            display: block; }
    header nav .hamburger {
      position: absolute;
      right: 12px;
      top: 4px;
      cursor: pointer;
      padding: 16px 0 20px 0;
      border: none;
      background: none; }
      header nav .hamburger-label {
        line-height: 24px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        margin-right: 52px;
        position: relative; }

@media screen and (min-width: 960px) {
  header nav .hamburger {
    display: none; }
  header nav .menu {
    display: block;
    float: right;
    padding-bottom: 0;
    padding-top: 4px; }
    header nav .menu ul {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 16px; }
      header nav .menu ul li {
        display: inline-block;
        border-bottom: none;
        margin-right: 24px; }
    header nav .menu .link__with-icon {
      display: inline-block;
      margin-right: 40px; } }

.container {
  width: calc(100% - 24px);
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 786px) {
    .container__flex {
      display: flex; } }
  .container .align__right {
    float: right; }
  @media screen and (min-width: 960px) {
    .container {
      width: calc(100% - 24px);
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1096px; } }

section {
  margin-bottom: 96px; }

@media screen and (min-width: 1200px) {
  .container-desktop {
    width: calc(100% - 24px);
    margin: auto; } }

@media screen and (min-width: 1200px) {
  .container-desktop {
    width: 1120px; } }

.mirrored {
  transform: rotate(180deg); }

.about__description {
  display: none; }

.about .about__table .title-card {
  position: relative;
  top: -44px; }

@media screen and (min-width: 960px) {
  .about__description {
    display: inline-block;
    margin-top: 48px;
    max-width: calc(60% - 88px);
    margin-right: 88px; }
    .about__description.about__description__full {
      max-width: 100%;
      margin-right: 0; }
    .about__description h1 {
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 32px 0; }
  .about .about__table {
    display: inline-block;
    max-width: 40%;
    float: right; }
    .about .about__table .title-card {
      position: relative;
      top: 0;
      margin-top: 48px;
      margin-left: 0;
      margin-bottom: 32px;
      padding: 0; } }

@media screen and (min-width: 1120px) {
  .about__description {
    max-width: 640px;
    margin-right: 64px; }
  .about .about__table {
    max-width: 392px; } }

.available-apartments {
  margin-bottom: 52px; }
  .available-apartments__select-rooms {
    background: #333333;
    position: relative;
    top: -44px;
    z-index: 1;
    /* one item */
    /* two items */
    /* three items */
    /* four items */ }
    .available-apartments__select-rooms .select-rooms__select {
      cursor: pointer;
      display: inline-block;
      padding-top: 60px;
      padding-bottom: 24px;
      text-align: center;
      color: #FFFFFF; }
      .available-apartments__select-rooms .select-rooms__select .big-number {
        line-height: 64px;
        font-size: 48px;
        font-weight: bold;
        display: block; }
      .available-apartments__select-rooms .select-rooms__select .rooms {
        font-size: 20px;
        line-height: 24px; }
      .available-apartments__select-rooms .select-rooms__select.active {
        background: #FFD700;
        color: #333333; }
    .available-apartments__select-rooms .select-rooms__select:first-child:nth-last-child(1) {
      /* -or- .select-rooms__select:only-child { */
      width: 100%; }
    .available-apartments__select-rooms .select-rooms__select:first-child:nth-last-child(2),
    .available-apartments__select-rooms .select-rooms__select:first-child:nth-last-child(2) ~ .select-rooms__select {
      width: 50%; }
    .available-apartments__select-rooms .select-rooms__select:first-child:nth-last-child(3),
    .available-apartments__select-rooms .select-rooms__select:first-child:nth-last-child(3) ~ .select-rooms__select {
      width: 33.3333%; }
    .available-apartments__select-rooms .select-rooms__select:first-child:nth-last-child(4),
    .available-apartments__select-rooms .select-rooms__select:first-child:nth-last-child(4) ~ .select-rooms__select {
      width: 25%; }
  .available-apartments .table__object {
    margin-top: 72px; }
  @media screen and (min-width: 960px) {
    .available-apartments .select-rooms__select .big-number {
      line-height: 64px;
      font-size: 48px;
      font-weight: bold;
      display: inline-block; }
    .available-apartments .select-rooms__select .rooms {
      line-height: 64px;
      font-size: 48px;
      font-weight: bold;
      margin-left: 8px; } }

.archive__title {
  margin-bottom: 40px; }

.archive__filter {
  margin-bottom: 64px; }
  .archive__filter .parameters {
    display: flex;
    flex-direction: column; }

@media screen and (min-width: 800px) {
  .archive__filter {
    margin-bottom: 48px; }
    .archive__filter .parameters {
      display: flex;
      flex-direction: row; } }

.flat .column__left {
  margin-bottom: 64px; }
  .flat .column__left.description {
    margin-bottom: 96px; }
  .flat .column__left .description__container {
    margin-top: -12px; }

.flat .column__right .button__primary__biggest {
  margin-bottom: 64px; }

.flat .vr-tour {
  margin-bottom: 48px; }

.flat .table__information {
  margin-bottom: 24px; }

.flat .gallery-plan {
  background-color: #333333;
  padding-top: 64px;
  padding-bottom: 96px; }

@media screen and (min-width: 768px) {
  .flat .column__left.description {
    margin-bottom: 0; }
  .flat .column__right.plan {
    top: 0; } }

@media screen and (min-width: 800px) {
  .flat .column__left {
    display: inline-block;
    width: calc(50% - 48px);
    margin-right: 48px;
    margin-bottom: 0; }
  .flat .column__right {
    display: inline-block;
    float: right;
    width: calc(50%);
    position: relative;
    top: -44px; } }

@media screen and (min-width: 1200px) {
  .flat .column__left {
    display: inline-block;
    width: 708px; }
  .flat .column__right {
    display: inline-block;
    float: right;
    width: 340px; }
  .flat .title-card {
    margin-left: 0; } }

.contacts__title {
  margin-left: 12px; }

.contacts__logo {
  height: 72px; }

.contacts__card {
  padding: 24px;
  margin-right: 32px;
  margin-bottom: 96px; }

.contacts__address {
  font-size: 24px;
  line-height: 32px; }

.contacts__contact-data {
  z-index: 10; }

@media screen and (min-width: 720px) {
  .contacts__title {
    margin: auto;
    width: 624px; }
  .contacts__card {
    width: 576px;
    margin: auto;
    margin-bottom: 32px; } }

@media screen and (min-width: 1200px) {
  .contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .contacts__contact-data {
      margin-left: 24px; }
    .contacts__map {
      width: 60% !important;
      float: right; }
      .contacts__map:before {
        content: '';
        background: linear-gradient(270deg, rgba(250, 250, 250, 0) 0%, #FAFAFA 100%);
        display: block;
        height: 100%;
        z-index: 2;
        width: 128px;
        position: relative; } }

@media screen and (max-width: 1200px) {
  .contacts__map {
    height: 480px; } }

footer {
  margin-top: 128px;
  background-color: #333333;
  padding: 48px 0 64px 0;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center; }
  footer.no-section-margin {
    margin-top: 0; }
  footer .logo {
    height: 48px;
    display: block;
    margin-bottom: 32px; }
    footer .logo svg {
      fill: #FFD700;
      height: 48px; }
  footer .address {
    margin-bottom: 24px;
    display: block; }
  footer ul.contact {
    margin-bottom: 24px; }
    footer ul.contact li {
      margin-bottom: 16px; }
      footer ul.contact li:last-of-type {
        margin-bottom: 0; }
      footer ul.contact li .link__with-icon {
        color: #FFFFFF;
        fill: #FFFFFF; }
  footer .nav {
    margin-bottom: 48px; }
    footer .nav a {
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      text-decoration: none; }
      footer .nav a:hover {
        text-decoration: underline; }
  footer .copyright {
    margin: 0;
    opacity: 0.5; }
  @media screen and (min-width: 440px) {
    footer .logo {
      margin-bottom: 48px; }
    footer ul.contact li {
      display: inline-block;
      margin-right: 32px;
      margin-bottom: 0; }
      footer ul.contact li:last-of-type {
        margin-right: 0; } }
