@charset "UTF-8";

@font-face {
  font-family: 'Comfortaa';
  src: local("Comfortaa-Light"), url("../fonts/Comfortaa-Light.woff2") format("woff2"), url("../fonts/Comfortaa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: local("Comfortaa-Regular"), url("../fonts/Comfortaa-Regular.woff2") format("woff2"), url("../fonts/Comfortaa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: local("Comfortaa-Medium"), url("../fonts/Comfortaa-Medium.woff2") format("woff2"), url("../fonts/Comfortaa-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: local("Comfortaa-SemiBold"), url("../fonts/Comfortaa-SemiBold.woff2") format("woff2"), url("../fonts/Comfortaa-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: local("Comfortaa-Bold"), url("../fonts/Comfortaa-Bold.woff2") format("woff2"), url("../fonts/Comfortaa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

html {
  font-family: Comfortaa;
  font-size: 14px;
  color: #3f4448;
}

.wrapper {
  height: 100%;
}

img,
svg {
  max-width: 100%;
  min-width: 1px;
  max-height: 100%;
  min-height: 1px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.card-object__options ul,
.top-contacts__list,
.catalog-switchers,
.catalog-shortcuts__list,
.the-prop-block__tabs,
.cyprus-prop__box ul,
.footer__messengers ul,
.footer__socials ul,
.footer__nav,
.footer__nav .submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.modal__close,
.top-panel__free-tour,
.homepage-slider__control,
.complexes__control,
.checkbox__input,
.range__input,
.object-list-item button,
.footer__nav > .menu-item .expand-submenu {
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.go-to-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 10;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  border: none;
  background: #cabe9f;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(5em);
  transform: translateX(5em);
  opacity: 0;
}

.go-to-top--visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.button {
  display: inline-block;
  min-height: 40px;
  padding: 9px 11px 7px;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button:hover {
  border-color: currentColor;
  background: rgba(0, 0, 0, 0);
}

.button--square {
  width: 40px;
  height: 40px;
  padding: 0;
}

.button--gray {
  background: #535a5f;
  color: #fff;
}

.button--gray:focus {
  outline: 1px solid #ff0033;
}

.button--gray:hover {
  color: #535a5f;
}

.button--midgray {
  background: #7f8992;
  color: #fff;
}

.button--midgray:focus {
  outline: 1px solid #ff0033;
}

.button--midgray:hover {
  color: #7f8992;
}

.button--red {
  background: #ff0033;
  color: rgba(255, 255, 255, 0.7);
}

.button--red:hover {
  color: #ff0033;
}

.button--brand {
  background: #cabe9f;
  color: #fff;
}

.button--brand:hover {
  color: #cabe9f;
}

.button--white {
  background: #fff;
  color: #3f4448;
}

.button--white:hover {
  background: #3f4448;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button--black {
  background: #3f4448;
  color: #fff;
}

.button--black:hover {
  color: #3f4448;
}

.button--mw-200 {
  min-width: 200px;
}

.button--transpatent-white {
  border: 1px solid #fff;
  color: inherit;
}

.button--transpatent-white:hover {
  background: #3f4448;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button--yellow {
  background: #f9ec21;
  color: #3f4448;
}

.button--yellow:hover {
  background: #f9ec21;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

a.button,
span.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.form {
  text-align: left;
}

.form__field {
  width: 100%;
  margin: 0 0 5px;
  padding: 18px 14px 17px;
  border: none;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}

.form__field--gray-bg {
  background: #535a5f;
}

.form__field--dark-gray-bg {
  background: #3f4448;
}

.form__field--textarea {
  min-height: 100px;
  resize: none;
}

.form__field::-webkit-input-placeholder {
  color: inherit;
}

.form__field::-moz-placeholder {
  color: inherit;
}

.form__field:-ms-input-placeholder {
  color: inherit;
}

.form__field::-ms-input-placeholder {
  color: inherit;
}

.form__field::placeholder {
  color: inherit;
}

.form__submit {
  width: 100%;
  min-height: 50px;
}

.modal {
  display: none;
  width: 290px;
  padding: 40px 20px;
  background: #3f4448;
  color: #fff;
  box-sizing: border-box;
  -webkit-animation: scaleIn 0.3s 0.1s ease-out both;
  animation: scaleIn 0.3s 0.1s ease-out both;
}

.modal__wrapper {
  text-align: center;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 4px;
  color: inherit;
  fill: currentColor;
  box-sizing: border-box;
}

.modal__close svg {
  pointer-events: none;
}

.modal__ok {
  width: 100%;
  max-width: 355px;
  min-height: 50px;
  margin: 0 auto;
}

.modal__heading {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal__subheading {
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: 300;
}

.modal__text {
  max-width: 350px;
  margin: 0 auto 20px;
  font-size: 12px;
  font-weight: 300;
}

.fancybox-bg--white {
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

.fancybox-is-open .fancybox-bg--white {
  opacity: 1;
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.select2-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  background: #535a5f;
  color: #fff;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-type: none;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  margin-right: 1em;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0.3em;
}

.select2-container .select2-search--inline {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.select2-container .select2-search--inline .select2-search__field {
  min-width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  background: none;
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field:focus {
  outline: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container--open .select2-selection__arrow {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.select2-selection {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
}

.select2-selection__rendered {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 11px 0;
  box-sizing: border-box;
}

.select2-selection__arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.select2-selection__arrow::before {
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
}

.select2-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1051;
  display: block;
  width: 100%;
  border: 1px solid #cabe9f;
  box-sizing: border-box;
  background-color: inherit;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 10px 20px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-results__option--highlighted {
  background: #cabe9f;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*! nouislider - 14.1.1 - 12/15/2019 */

/* 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-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 7px;
}

.noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}

.noUi-horizontal .noUi-handle {
  right: -8px;
  top: -4px;
}

.noUi-vertical {
  width: 7px;
}

.noUi-vertical .noUi-handle {
  right: -4px;
  top: -8px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -4px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  padding: 0 8px;
  border-radius: 2px;
  background-color: #535a5f;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

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

.hide-connection .noUi-connects {
  opacity: 0;
}

.noUi-active {
  /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;*/
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

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

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.top-search {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 15px 0;
}

.top-search__field {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1em 80px 1em 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.top-search__field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-search__field::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-search__field:-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-search__field::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-search__field::placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-search__field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.top-search__field:focus::-moz-placeholder {
  opacity: 0;
}

.top-search__field:focus:-ms-input-placeholder {
  opacity: 0;
}

.top-search__field:focus::-ms-input-placeholder {
  opacity: 0;
}

.top-search__field:focus::placeholder {
  opacity: 0;
}

.top-search__submit {
  position: absolute;
  top: 15px;
  right: 0;
  height: 3em;
}

.desk-search {
  position: relative;
}

.desk-search__form {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
}

.desk-search__form:hover {
  opacity: 1;
  box-shadow: 0 0 15px rgba(63, 68, 72, 0.5);
}

.desk-search__form:hover .desk-search__input {
  width: 210px;
}

.desk-search__input {
  width: 0;
  padding: 0 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.desk-search__input:focus {
  outline: none;
}

.desk-search__submit {
  -webkit-box-flex: 0;
  flex: 0 0 40px;
  max-width: 40px;
  box-sizing: border-box;
}

.desk-search__submit:hover {
  background: #cabe9f;
  color: #fff;
  border-color: #cabe9f;
}

.heading {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.36;
  text-transform: uppercase;
  text-align: center;
}

.card-object {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-object__header {
  position: relative;
}

.card-object__label {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  padding: 10px 15px 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}

.card-object__label--red {
  background: #ff0033;
}

.card-object__label--green {
  background: #4caf50;
}

.card-object__label--brand {
  background: #cabe9f;
}

.card-object__label--black {
  background: #3f4448;
}

.card-object__thumb {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-bottom: 91.35%;
  overflow: hidden;
  line-height: 0;
}

.card-object__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .card-object__thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.card-object__options {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 25px 35px;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.card-object__options li {
  position: relative;
  margin-bottom: 8px;
}

.card-object__options li::before {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 7px;
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-size: 6px;
  line-height: 20px;
}

.card-object__header:hover .card-object__options {
  opacity: 1;
}

.card-object__header:hover .card-object__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}

.card-object__body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.card-object__name {
  margin: 0 0 14px;
  color: #464645;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.card-object__name a {
  color: inherit;
  text-decoration: none;
}

.card-object__name a:hover {
  color: #ff0033;
}

.card-object__desc {
  min-height: 2em;
  margin: 0 0 14px;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
}

.card-object__price {
  margin-bottom: 0;
  margin-top: auto;
  color: #464645;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.card-object__link {
  display: none !important;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumb_last {
  background: #f9ec21;
  color: #3f4448;
  white-space: nowrap;
  font-weight: bold;
}

.breadcrumb--minify-items span span span a {
  display: inline-block;
  max-width: 6em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: max-width 0.25s ease-out;
  transition: max-width 0.25s ease-out;
}

.breadcrumb--minify-items span span span a:hover {
  max-width: 20em;
  -webkit-transition: max-width 0.5s ease-out;
  transition: max-width 0.5s ease-out;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}

.nav-close {
  width: 100%;
  padding: 18px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #cabe9f;
  color: inherit;
}

.nav-close__icon {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-close__text {
  margin-left: 9px;
}

.nav {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.nav__list {
  margin: 0 auto;
  padding: 0;
}

.nav__list .menu-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.nav__list .menu-item a,
.nav__list .menu-item span {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: inline-block;
  margin-left: calc((100% - 320px) / 2);
  padding: 15px 0;
  box-sizing: border-box;
}

.nav__list .menu-item-has-children a,
.nav__list .menu-item-has-children span {
  cursor: pointer;
}

.nav__list .expand-submenu {
  position: absolute;
  right: calc((100% - 320px) / 2);
  top: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  color: inherit;
  font-size: 16px;
}

.nav__list .expand-submenu span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav__list .submenu {
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.nav__list .menu-item.hover > a::after,
.nav__list .menu-item.hover > span::after {
  -webkit-animation: changePlus 0.5s linear both;
  animation: changePlus 0.5s linear both;
}

.nav__list .menu-item.hover > .expand-submenu .fa-plus {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav__list .submenu .menu-item:hover .submenu {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.nav__list a {
  color: inherit;
  text-decoration: none;
}

.nav ul {
  list-style-type: none;
}

@-webkit-keyframes changePlus {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  50% {
    opacity: 0;
    content: '\f068';
  }

  100% {
    content: '\f068';
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    opacity: 1;
  }
}

@keyframes changePlus {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  50% {
    opacity: 0;
    content: '\f068';
  }

  100% {
    content: '\f068';
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    opacity: 1;
  }
}

@-webkit-keyframes slideInBottom {
  from {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInBottom {
  from {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.top-contacts__list {
  list-style-type: none;
}

.top-contacts__item a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.top-panel {
  position: relative;
  box-shadow: 0 0 5px rgba(39, 39, 39, 0.32);
  background: #ffffff;
}

.top-panel__container {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
}

.top-panel__logo {
  flex-shrink: 0;
  color: #494949;
}

.top-panel__logo svg {
  width: 94px;
  height: 44px;
}

.top-panel__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: -15px;
}

.top-panel__button:not(:first-child) {
  margin-left: 5px;
}

.top-panel__contacts {
  margin-top: 20px;
}

.top-panel__free-tour {
  margin-top: 20px;
  margin-right: -15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff0033;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.top-panel__free-tour:focus {
  outline: none;
  box-shadow: 0 -2px 0 3px #fff, 0 -2px 3px 4px rgba(255, 0, 51, 0.4);
}

.top-panel__search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f0f1f5;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top-panel__search--visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.top-panel__desk-search {
  position: relative;
  display: none;
}

.search-panel {
  padding: 100px 0 110px;
  font-size: 16px;
  font-weight: 300;
  background: #3f4448 url(../img/front-page/xs-bg.jpg) center/cover no-repeat;
}

.search-panel__options {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.search-panel__option {
  margin-bottom: 10px;
}

.search-panel__select {
  width: 100%;
}

.search-panel__submit {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.homepage-slider {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 0;
  padding-bottom: 41.67%;
  color: #fff;
}

.homepage-slider__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-slider__slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.homepage-slider__slide-container {
  height: 100%;
}

.homepage-slider__heading {
  margin: 0 0 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #cabe9f;
}

.homepage-slider__slogan {
  margin: 0 0 2.583em;
  font-weight: 300;
  text-transform: uppercase;
}

.homepage-slider__button {
  min-width: 200px;
  font-size: 18px;
  font-weight: 500;
}

.homepage-slider__pagination {
  position: absolute;
  bottom: 30px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.homepage-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.homepage-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.homepage-slider__control {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}

.homepage-slider__control span {
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.homepage-slider__control--prev {
  left: 30px;
}

.homepage-slider__control--next {
  right: 30px;
}

.homepage-slider__control--disabled {
  cursor: default;
  opacity: .5;
}

.header__slider {
  display: none;
}

.page-header {
  min-height: 160px;
  padding: 30px 0;
  box-sizing: border-box;
  background: #3f4448 url(../img/common/breadcrumb-bg.jpg) center/cover no-repeat;
  color: #fff;
}

.page-header__breadcrumb {
  margin-bottom: 25px;
}

.page-header__heading {
  text-align: left;
  font-weight: 500;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section--no-pt {
  padding-top: 0;
}

.section--no-pb {
  padding-bottom: 0;
}

.section--lightgray {
  background-color: #f0f1f5;
}

.section__controls {
  text-align: center;
}

.page-content {
  padding: 30px 0;
  font-weight: 300;
  background-color: #f0f1f5;
}

.page-content--fw500 {
  font-weight: 500;
}

.catalog-switchers {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}

.catalog-switchers--settings {
  display: none;
}

.catalog-switchers__item {
  margin-right: 6px;
  margin-bottom: 5px;
}

.catalog-switchers__item:last-child {
  margin-right: 0;
}

.catalog-switchers__button {
  display: inline-block;
  padding: 9px 10px 6px 10px;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  background: #cabe9f;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog-switchers__button .fal,
.catalog-switchers__button .far,
.catalog-switchers__button .fab {
  margin-right: 4px;
}

.catalog-switchers__button--active {
  background: #3f4448;
}

.catalog-shortcuts {
  position: relative;
  display: none;
  margin-bottom: 20px;
}

.catalog-shortcuts__list .button {
  min-height: 30px;
  padding: 6px 10px 5px;
  font-size: 14px;
}

.catalog-shortcuts__list .button:focus {
  outline: none;
  border-color: rgba(202, 190, 159, 0.6);
}

.catalog-shortcuts__item {
  width: auto;
}

.catalog-shortcuts__control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 25px;
  height: 30px;
  padding: 0;
  border: 2px solid #3f4448;
  background: #3f4448;
  box-sizing: border-box;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.catalog-shortcuts__control:focus {
  outline: none;
  border-color: #6f777e;
}

.catalog-shortcuts__control--prev {
  left: 0;
}

.catalog-shortcuts__control--next {
  right: 0;
}

.catalog-shortcuts__control--disabled {
  opacity: 0;
  pointer-events: none;
}

.catalog-shortcuts__control--disabled + .catalog-shortcuts__mask {
  opacity: 0;
}

.catalog-shortcuts__mask {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 150px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.catalog-shortcuts__mask--left {
  left: 0;
  background: linear-gradient(to right, #f0f1f5 25px, rgba(240, 241, 245, 0));
}

.catalog-shortcuts__mask--right {
  right: 0;
  background: linear-gradient(to left, #f0f1f5 25px, rgba(240, 241, 245, 0));
}

.catalog-results__top {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.catalog-results__amount {
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #858585;
}

.catalog-results__amount span {
  color: #464645;
}

.catalog-results__sortby {
  display: inline-block;
}

.catalog-results__sortby + .select2 {
  background: rgba(0, 0, 0, 0);
  color: inherit;
}

.catalog-results__sortby + .select2 > .selection {
  display: inline-block;
  width: auto;
}

.catalog-results__sortby + .select2 .select2-selection {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0;
  text-transform: uppercase;
}

.catalog-results__sortby + .select2 .select2-selection:focus {
  outline: none;
}

.catalog-results__sortby + .select2 .select2-selection__rendered {
  -webkit-box-flex: 0;
  flex-grow: 0;
  text-decoration: underline;
}

.catalog-results__sortby + .select2 .select2-selection__arrow {
  position: relative;
  top: -1px;
  margin-left: 8px;
  font-size: 1.1em;
}

.catalog-results__sortby + .select2 .select2-results__options {
  text-transform: uppercase;
}

.catalog-results__map-placeholder {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.5s ease-out, opacity 0.5s ease-out;
  transition: height 0.5s ease-out, opacity 0.5s ease-out;
  box-sizing: border-box;
}

.catalog-results__map-placeholder--visible {
  height: 47.9167vw;
  opacity: 1;
  margin-bottom: 30px;
  -webkit-transition: height 0.7s ease-out;
  transition: height 0.7s ease-out;
}

.catalog-results__map-placeholder--visible > div {
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.catalog-results__map-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 47.9167vw;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.catalog-card {
  margin-bottom: 30px;
}

.free-tour {
  background: #39679b url(../img/front-page/home-bg-free-tour.jpg) left 39% center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.free-tour__heading {
  font-weight: 500;
}

.free-tour__desc {
  max-width: 777px;
  margin: 0 auto 30px;
  font-weight: 500;
  line-height: 1.3;
}

.free-tour__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.free-tour__button {
  min-width: 180px;
}

.free-tour--widget {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 75px;
  box-sizing: border-box;
}

.free-tour--widget .free-tour__buttons {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.free-tour--widget .free-tour__button {
  margin-right: 0 !important;
}

.free-tour--widget .free-tour__button:not(:last-child) {
  margin-bottom: 20px !important;
}

.the-prop-block__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}

.the-prop-block__heading {
  margin-bottom: 0;
}

.the-prop-block__tabs {
  display: -webkit-box;
  display: flex;
}

.the-prop-block__tab button {
  min-width: 160px;
  padding: 22px 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
}

.the-prop-block__tab--active button {
  background: #f0f1f5;
}

.the-prop-block__body {
  padding: 30px;
  background: #f0f1f5;
}

.the-prop-block__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.the-prop-block__inner-col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.the-prop-block__inner-col:first-child {
  -webkit-box-flex: 0;
  flex: 0 0 55.18%;
  max-width: 55.18%;
}

.the-prop-block__inner-col:last-child {
  flex-basis: calc(44.82% - 30px);
  max-width: calc(44.82% - 30px);
}

.the-prop-block__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  background: #3f4448;
  background-size: cover;
  background-position: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.the-prop-block__item::before {
  content: '';
  display: block;
}

.the-prop-block__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.the-prop-block__item > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.the-prop-block__item--villas {
  flex-basis: calc(41.78% - 15px);
  max-width: calc(41.78% - 15px);
  margin-bottom: 30px;
  background-image: url(../img/front-page/villas.jpg);
}

.the-prop-block__item--villas::before {
  padding-bottom: 60.7%;
}

.the-prop-block__item--appartments {
  flex-basis: calc(58.22% - 15px);
  max-width: calc(58.22% - 15px);
  margin-bottom: 30px;
  background-image: url(../img/front-page/appartments.jpg);
}

.the-prop-block__item--appartments::before {
  padding-bottom: 42.93%;
}

.the-prop-block__item--townhouses {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  background-image: url(../img/front-page/townhouses.jpg);
}

.the-prop-block__item--townhouses::before {
  padding-bottom: 33.994%;
}

.the-prop-block__item--complexes {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  height: 100%;
  background-image: url(../img/front-page/complexes.jpg);
}

.the-prop-block__amount {
  font-size: 48px;
}

.cyprus-prop__box {
  height: 100%;
  padding: 20px;
  background: #f0f1f5;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  box-sizing: border-box;
}

.cyprus-prop__box h3 {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.cyprus-prop__box li {
  margin-bottom: 4px;
}

.cyprus-prop__box a {
  text-decoration: none;
  color: inherit;
}

.cyprus-prop__desk {
  display: none;
}

.app-complex-slide {
  font-weight: 300;
}

.app-complex-slide__image {
  position: relative;
  margin: 0 0 20px;
}

.app-complex-slide__image::before {
  content: '';
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-bottom: 65.52%;
}

.app-complex-slide__image a {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  overflow: hidden;
}

.app-complex-slide__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .app-complex-slide__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
  }
}

.app-complex-slide__image:hover img {
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.app-complex-slide__name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.app-complex-slide__address {
  margin: 0 0 16px;
  color: #9d9d9d;
}

.app-complex-slide__desc {
  max-width: 575px;
  margin: 0 0 17px;
  line-height: 1.2;
}

.app-complex-slide__name a,
.app-complex-slide__desc a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.app-complex-slide__name a:hover,
.app-complex-slide__desc a:hover {
  color: #ff0033;
}

.app-complex-slide__features {
  margin: 0 0 25px;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-type: none;
  color: #9d9d9d;
}

.app-complex-slide__features::after {
  content: 'и многое другое';
  padding-left: 10px;
}

.app-complex-slide__features li::before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  font-weight: 900;
  line-height: 24px;
  margin-right: 6px;
  vertical-align: middle;
}

.app-complex-slide__more {
  display: none;
}

.app-complex-slide__button {
  min-width: 180px;
}

.complexes__pagination {
  margin: 0 0 20px;
  text-align: center;
  color: #9d9d9d;
}

.complexes__container {
  position: relative;
}

.complexes__control {
  position: absolute;
  top: 154px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.complexes__control--prev {
  right: 100%;
}

.complexes__control--next {
  left: 100%;
}

.complexes__control--disabled {
  opacity: .5;
}

.complexes__button-wrp {
  text-align: center;
}

.catalog-of-complexes__item {
  margin-bottom: 60px;
}

.catalog-of-complexes__item:last-child {
  margin-bottom: 30px;
}

.about-us {
  background: #3f4448 url(../img/front-page/home-bg-about-xs.jpg) left center/cover;
  color: #fff;
}

.about-us__desc {
  margin: 0 0 20px;
  line-height: 18px;
}

.about-us__desc p {
  margin: 0 0 0.8em;
}

.about-us__features {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.about-us__features li {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  text-transform: uppercase;
}

.about-us__features li:not(:last-child) {
  margin: 0 0 20px;
}

.about-us__features svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  color: #cabe9f;
}

.about-us--simple {
  padding: 0 0 60px !important;
  background: #f0f1f5 !important;
  color: inherit;
}

.about-us--simple .about-us__desc {
  text-align: justify;
  font-size: 12px;
}

.article-card__thumb {
  position: relative;
}

.article-card__thumb::before {
  content: '';
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-bottom: 74.1%;
}

.article-card__thumb a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}

.article-card__thumb a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}

.article-card__thumb img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .article-card__thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.article-card__text {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  margin: -60px auto 0;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

.article-card__heading {
  margin: 0 0 20px;
  font-weight: 700;
}

.article-card__heading a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.article-card__heading a:hover {
  color: #ff0033;
}

.article-card__excerpt {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.article-card__more {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.article-card__more a {
  color: #cabe9f;
}

.article-card__more a:hover {
  text-decoration: none;
}

.about-cyprus__button-wrp {
  margin-top: 30px;
  text-align: center;
}

.text-page {
  padding: 60px 0;
}

.text-page__row {
  padding: 0 0 60px;
}

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

.text-page__row h2 {
  margin: 20px 0 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-page__row p:not(.bigger-text) {
  margin: 0 0 0.8em;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.bigger-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

p.bigger-text:nth-child(n + 2) {
  margin-top: 0.5em;
}

.tour-steps {
  padding: 30px 0;
}

.tour-steps__header {
  margin: 0 0 30px;
  padding: 12px;
  background: #464645;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tour-step {
  padding: 0 0 20px;
}

.tour-step__heading {
  position: relative;
  margin: 0 0 20px;
  padding-left: 25px;
  padding-bottom: 0.375em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.tour-step__heading::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: currentColor;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.tour-step__features {
  margin: 0;
  padding: 0 0 0 40px;
  list-style-type: none;
}

.tour-step__features li {
  position: relative;
  margin: 0 0 12px;
}

.tour-step__features li::before {
  content: '\f111';
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 12px;
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  color: #cabe9f;
}

.section-form {
  padding: 30px 0;
  background: #535a5f;
  color: #fff;
}

.section-form__heading {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  top: 16px;
  left: 8px;
  width: 0;
  height: 0;
}

.checkbox__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__label::before {
  content: '';
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  border: 2px solid currentColor;
  font-size: 11px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  color: #535a5f;
  background: #3f4448;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.checkbox__label span {
  position: relative;
  top: 1px;
}

.checkbox__input:checked + .checkbox__label::before {
  content: '\f00c';
  color: #cabe9f;
}

.range__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.range__label {
  display: block;
  margin-bottom: 10px;
}

.range__result {
  margin-bottom: 20px;
  text-align: right;
  color: #cabe9f;
}

.range__custom {
  margin-top: 17px;
  margin-bottom: 15px;
}

.filter {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 14px;
  background: #3f4448;
  color: #fff;
}

.filter__wrapper {
  padding: 20px 20px 10px;
}

.filter__dir {
  padding: 0 0 20px;
}

.filter__dir--flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.filter__dir--columns-2 {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.filter__dir--columns-2 .filter__col {
  flex-basis: calc(50% - 8px);
  max-width: calc(50% - 8px);
}

.filter__select {
  width: 100%;
}

.filter__checkboxes {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.filter__checkboxes li:nth-child(n + 2) {
  margin-top: 20px;
}

.filter__button {
  width: 100%;
}

.filter__button--gray:hover {
  color: #fff;
}

.filter .select2-selection {
  padding: 0 10px;
}

.filter-trigger {
  margin: 0 0 20px;
  width: 100%;
}

.filter-trigger__wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.filter-trigger .fa-plus,
.filter-trigger .fa-minus {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.filter-trigger .fa-minus {
  position: absolute;
  top: 0;
  right: 0;
}

.filter-trigger--minus .fa-plus {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.pagination .nav-links {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  border: 2px solid #3f4448;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background: #3f4448;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.pagination .page-numbers.first,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.last {
  position: absolute;
  top: 0;
  width: 20px;
  background: none;
  border: none;
  color: inherit;
}

.pagination .page-numbers.first {
  right: 100%;
  margin-right: 30px;
}

.pagination .page-numbers.prev {
  right: 100%;
  margin-right: 8px;
}

.pagination .page-numbers.next {
  left: 100%;
  margin-left: 3px;
}

.pagination .page-numbers.last {
  left: 100%;
  margin-left: 25px;
}

.pagination .page-numbers.current {
  background: rgba(0, 0, 0, 0);
  color: #3f4448;
}

.baloon {
  position: relative;
  background: #fff;
  float: left;
  box-shadow: 0 0 5px rgba(39, 39, 39, 0.32);
  -webkit-animation: fadeInTop 0.3s ease-out both;
  animation: fadeInTop 0.3s ease-out both;
}

@supports ((-webkit-filter: drop-shadow(0 0 5px #000)) or (filter: drop-shadow(0 0 5px #000))) {
  .baloon {
    -webkit-filter: drop-shadow(0 0 5px rgba(39, 39, 39, 0.32));
    filter: drop-shadow(0 0 5px rgba(39, 39, 39, 0.32));
    box-shadow: none;
  }
}

.baloon__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: 300;
  border: none;
  background: none;
  text-transform: uppercase;
  color: #3f4448;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.baloon__arrow {
  position: absolute;
  top: 100%;
  left: 160px;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: inherit;
}

.baloon > * {
  display: block;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.object-section {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.object-section__heading {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.object-section__subheading {
  font-size: 18px;
}

.object-section ul:not([class]) {
  margin-bottom: 1.25em;
  padding-left: 21px;
  list-style-type: none;
}

.object-section ul:not([class]) li {
  position: relative;
  margin-bottom: 5px;
}

.object-section ul:not([class]) li::before {
  content: '\f111';
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 12px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1rem;
  text-transform: uppercase;
  color: #535a5f;
  font-family: "Font Awesome 5 Pro";
}

.object-section ul:not([class]):last-of-type {
  margin-bottom: 0;
}

.object-section p:not([class]) {
  text-align: justify;
  line-height: 1.5;
}

.object-section p:not([class]):last-of-type {
  margin-bottom: 0;
}

.object-section--no-border {
  border: none;
}

.object-section--terms-of-payment ul:not([class]) {
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important;
  columns: 1 !important;
}

.object-options {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.object-options__item {
  margin-bottom: 10px;
}

.object-options--features .object-options__item {
  margin-bottom: 5px;
}

.object-list-item {
  display: -webkit-box;
  display: flex;
}

.object-list-item__icon {
  width: 26px;
}

.object-list-item a {
  color: inherit;
  text-decoration: none;
}

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

.object-list-item button {
  color: inherit;
}

.object-list-item button:hover {
  color: #9d9d9d;
}

.object-list-item__key {
  padding-right: 1em;
}

.object-list-item__val {
  -webkit-box-flex: 0;
  flex: 0 0 6.5em;
  margin-right: 0;
  margin-left: auto;
}

.object-list-item--disabled {
  color: #9d9d9d;
}

.object-list-item--disabled button:hover {
  color: #3f4448;
}

.object-list-item--green-icon .object-list-item__icon {
  color: #4caf50;
}

.object-price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.object-price__sum {
  margin: 20px 0;
  font-size: 1.875em;
  vertical-align: middle;
}

.object-price__sum span {
  position: relative;
  top: -0.15em;
  font-size: 24px;
}

.object-price__button {
  width: 100%;
  font-weight: 500;
}

.object-gallery__thumbs {
  display: none;
  padding: 30px 0;
}

.object-gallery__thumb {
  width: 227px;
  height: 130px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background-position: center;
  background-size: cover;
}

.object-gallery__thumb img {
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .object-gallery__thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.object-gallery__preview {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-bottom: 56.73%;
}

.object-gallery__preview-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-size: cover;
  background-position: center;
}

.object-gallery__preview-wrapper img {
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .object-gallery__preview-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.object-gallery__preview .object-gallery__icon--youtube {
  width: 64px;
  height: 64px;
  font-size: 64px;
}

.object-gallery__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #cabe9f;
  color: #fff;
  font-size: 14px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.object-gallery__icon--youtube {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  background: none;
  color: #2b2b2b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.object-gallery__thumb:hover .object-gallery__icon:not(.object-gallery__icon--youtube),
.object-gallery__preview-wrapper:hover .object-gallery__icon:not(.object-gallery__icon--youtube) {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.object-gallery__thumb:hover .object-gallery__icon--youtube,
.object-gallery__preview-wrapper:hover .object-gallery__icon--youtube {
  color: #ff0000;
}

.gallery-scrollbar {
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
}

.gallery-scrollbar__box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 7px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.gallery-scrollbar__box[style="display: none;"] + .gallery-scrollbar__track {
  display: none;
}

.gallery-scrollbar__track {
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  height: 100%;
  border-radius: 2px;
  background: #cabe9f;
}

.gallery-scrollbar__drag {
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #535a5f;
  cursor: -webkit-grab;
  cursor: grab;
}

.gallery-scrollbar__drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.object-infrastructure {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 16px;
}

.object-infrastructure__item {
  margin-top: 20px;
}

.object-infrastructure__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 5px 15px 20px;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  letter-spacing: -0.1px;
}

.object-infrastructure__icon {
  -webkit-box-flex: 0;
  flex: 0 0 40px;
  max-width: 40px;
  max-height: 40px;
  margin-right: 20px;
}

.object-infrastructure__icon svg {
  max-height: inherit;
}

.object-layouts {
  overflow: hidden;
}

.object-layouts__tabs {
  margin: 0 0 20px;
  padding-left: 0;
  list-style-type: none;
}

.object-layouts__tabs li {
  -webkit-box-flex: 1;
  flex: 1 1 33.3333%;
}

.object-layouts__button {
  width: 100%;
  min-height: 40px;
}

.object-layouts__button--active {
  background: #3f4448;
  cursor: default;
}

.object-layouts__button--active:hover {
  background: #3f4448;
  border-color: #3f4448;
  color: #fff;
}

.object-layouts__button--active:focus {
  outline: none;
}

.object-on-map {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-bottom: 56.73%;
}

.object-on-map__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-map {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 200px;
}

.widget-map__button {
  font-size: 14px;
  opacity: 0;
}

.widget-map:hover .widget-map__button {
  opacity: 1;
}

.footer {
  background: #3f4448;
  color: #fff;
}

.footer h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer__container {
  padding-top: 30px;
}

.footer__logo {
  display: inline-block;
  max-width: 100px;
  margin: 0 0 20px;
  color: inherit;
}

.footer__logo svg {
  width: 100px;
  height: 48px;
}

.footer__about {
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: 300;
}

.footer__get-consult {
  margin: 0 0 30px;
  min-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.footer__messengers {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 0 17px;
  font-size: 16px;
}

.footer__messengers ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.footer__messengers li {
  margin-right: 8px;
}

.footer__messengers a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__messengers a:hover {
  color: #ff0033;
}

.footer__contacts {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.footer__socials {
  margin: 0 0 30px;
}

.footer__socials h2 {
  margin-bottom: 20px;
}

.footer__socials ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.footer__socials li {
  margin-right: 8px;
  font-size: 18px;
}

.footer__socials .button:hover {
  color: inherit;
}

.footer__nav {
  padding-bottom: 36px;
}

.footer__nav > .menu-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-right: 15px;
  border: 1px solid #535a5f;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer__nav > .menu-item:not(:last-child) {
  border-bottom: none;
}

.footer__nav > .menu-item:hover {
  background: #cabe9f;
  color: #3f4448;
}

.footer__nav > .menu-item > span,
.footer__nav > .menu-item > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: calc(100% - 45px);
  max-width: calc(100% - 45px);
  padding: 15px 20px;
  box-sizing: border-box;
}

.footer__nav > .menu-item-has-children.hover {
  background: #535a5f;
  color: #fff;
}

.footer__nav > .menu-item-has-children.hover .submenu {
  display: block;
}

.footer__nav > .menu-item .expand-submenu {
  position: relative;
  width: 25px;
  height: calc(1em + 30px);
  color: inherit;
}

.footer__nav > .menu-item .expand-submenu span {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer__nav > .menu-item .expand-submenu:focus {
  outline: none;
}

.footer__nav .menu-item.hover .expand-submenu .fa-plus {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.footer__nav .submenu {
  display: none;
  padding: 0 20px 17px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
  box-sizing: border-box;
  -webkit-animation: slideInBottom 0.3s ease-out;
  animation: slideInBottom 0.3s ease-out;
}

.footer__nav .submenu li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 13px;
  background: #cabe9f;
  vertical-align: middle;
}

.footer__nav .submenu a:hover {
  text-decoration: underline;
}

.footer__copyright {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #f0f1f5;
  color: #3f4448;
}

@media (min-width: 576px) {
  .card-object__thumb {
    padding-bottom: 65%;
  }

  .top-contacts__list {
    display: -webkit-box;
    display: flex;
  }

  .top-contacts__item {
    margin-right: 17px;
  }

  .top-panel__buttons {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    margin-right: 0;
  }

  .top-panel__contacts {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: 60%;
  }

  .top-panel__free-tour {
    margin-right: 0;
  }

  .search-panel {
    padding: 30px 0;
  }

  .search-panel__options {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .catalog-results__amount {
    margin-bottom: 0;
  }

  .catalog-results__sortby + .select2 {
    text-align: right;
  }

  .catalog-results__sortby + .select2 .select2-selection {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .free-tour {
    background-position: center center;
  }

  .free-tour__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .free-tour__button:not(:last-child) {
    margin-right: 30px;
  }

  .complexes__control {
    top: 223px;
    font-size: 24px;
  }

  .object-price {
    -webkit-box-align: center;
    align-items: center;
  }

  .object-price__sum {
    margin: auto;
  }
}

@media (min-width: 768px) {
  .button--md-red {
    background: #ff0033 !important;
    color: #fff !important;
  }

  .button--md-red:hover {
    background: rgba(0, 0, 0, 0) !important;
    color: #ff0033 !important;
  }

  .modal {
    width: 360px;
  }

  .card-object__thumb {
    padding-bottom: 55%;
  }

  .top-panel__container {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .top-panel__logo svg {
    width: 185px;
    height: 105px;
  }

  .top-panel__buttons {
    margin-top: 12px;
  }

  .top-panel__button--get-callback {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .top-panel__button--get-callback .button__icon {
    display: none;
  }

  .top-panel__contacts {
    position: absolute;
    right: 0;
    top: 12px;
    min-width: 0;
    margin-top: 0;
  }

  .top-panel__free-tour {
    display: none;
  }

  .search-panel {
    background-image: none;
  }

  .homepage-slider__slide-container {
    padding-top: 10%;
  }

  .homepage-slider__heading {
    font-size: 36px;
  }

  .homepage-slider__slogan {
    font-size: 18px;
  }

  .header__slider {
    display: block;
  }

  .app-complex-slide__image {
    margin: 0;
  }

  .complexes__slider {
    margin-bottom: 30px;
  }

  .complexes__control {
    top: 255px;
  }

  .catalog-of-complexes .app-complex-slide__info {
    padding-top: 20px;
  }

  .about-us {
    background-image: url(../img/front-page/home-bg-about.jpg);
  }

  .object-section ul:not([class]) {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .object-layouts__tabs {
    display: -webkit-box;
    display: flex;
  }

  .footer__logo {
    max-width: 100%;
  }

  .footer__logo svg {
    width: 180px;
    height: 87px;
  }

  .footer__messengers {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .footer__messengers ul {
    margin-left: 20px;
  }

  .footer__nav .submenu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }

  .modal {
    width: 600px;
    padding: 30px 25px 60px;
  }

  .modal--thanks {
    padding-top: 50px;
  }

  .modal__heading {
    font-size: 18px;
  }

  .modal__subheading {
    font-size: 18px;
    margin: 15px 0 30px;
  }

  .modal__text {
    font-size: 16px;
  }

  .top-search {
    padding: 30px 0;
  }

  .top-search__submit {
    top: 30px;
  }

  .heading {
    margin: 0 0 60px;
    font-size: 30px;
  }

  .card-object__thumb {
    padding-bottom: 91.35%;
  }

  .card-object__options li::before {
    font-size: 8px;
    line-height: 23px;
  }

  .card-object--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }

  .card-object--horizontal .card-object__header {
    -webkit-box-flex: 1;
    flex: 1 0 33.333%;
    max-width: 33.3333%;
  }

  .card-object--horizontal .card-object__header .card-object__options {
    display: none;
  }

  .card-object--horizontal .card-object__thumb {
    height: 100%;
  }

  .card-object--horizontal .card-object__body {
    -webkit-box-flex: 1;
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    min-height: 0;
    padding: 10px 20px;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .card-object--horizontal .card-object__price {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .card-object--horizontal .card-object__link {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
    min-width: 155px;
    margin-bottom: 16px;
  }

  .card-object--horizontal .card-object__options {
    -webkit-box-flex: 1;
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    position: static;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .card-object--horizontal .card-object__options ul {
    padding-left: 20px;
  }

  .card-object--horizontal .card-object__name {
    margin-bottom: 10px;
  }

  .card-object--baloon {
    height: 100%;
  }

  .card-object--baloon .card-object__header {
    -webkit-box-flex: 0;
    flex: 0 0 320px;
    max-width: 320px;
  }

  .card-object--baloon .card-object__body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 100%;
  }

  .breadcrumb {
    font-weight: 300;
    font-size: 14px;
  }

  .nav__close {
    display: none;
  }

  .nav__list {
    display: -webkit-box;
    display: flex;
  }

  .nav__list > .menu-item {
    z-index: 10;
  }

  .nav__list > .menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 0 0 3px 3px;
    background: rgba(0, 0, 0, 0);
  }

  .nav__list > .menu-item:hover {
    color: #ff0033;
  }

  .nav__list > .current-menu-item::before {
    background: #cabe9f;
  }

  .nav__list .menu-item a,
  .nav__list .menu-item span {
    margin-left: 0;
    padding: 5px 0 3px;
    white-space: nowrap;
  }

  .nav__list .expand-submenu {
    display: none;
  }

  .nav__list .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    visibility: hidden;
    min-width: 270px;
    background: #3f4448;
    color: #fff;
    overflow: visible;
  }

  .nav__list .submenu .submenu {
    top: 0;
    left: 100%;
  }

  .nav__list .submenu a,
  .nav__list .submenu span {
    padding: 15px 20px 12px !important;
    white-space: nowrap;
  }

  .nav__list .submenu .menu-item:hover {
    background: #cabe9f;
    color: #fff;
  }

  .nav__list .menu-item:hover > .submenu {
    visibility: visible;
  }

  .nav__list .menu-item:hover .submenu {
    -webkit-animation: slideInBottom 0.3s ease;
    animation: slideInBottom 0.3s ease;
  }

  .nav__list li.important a,
  .nav__list li.important span {
    font-weight: bold;
    color: #ff0033;
  }

  .top-contacts__item {
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .top-contacts__item:last-child {
    margin-right: 0;
  }

  .top-contacts__item--email {
    font-size: 16px;
    line-height: 24px;
  }

  .top-panel__container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-panel__nav {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }

  .top-panel__buttons {
    margin-top: 29px;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }

  .top-panel__button--burger {
    display: none;
  }

  .top-panel__button--mobile {
    display: none;
  }

  .top-panel__contacts {
    right: 15px;
  }

  .top-panel__search {
    display: none;
  }

  .top-panel__desk-search {
    display: block;
    margin-left: 5px;
  }

  .search-panel__option {
    margin-bottom: 0;
  }

  .homepage-slider__slide-container {
    padding-top: 12%;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .page-content {
    padding: 60px 0;
  }

  .catalog-switchers--settings {
    display: -webkit-box;
    display: flex;
  }

  .catalog-shortcuts {
    display: block;
  }

  .catalog-results__map-placeholder {
    display: block;
  }

  .free-tour__heading {
    margin-bottom: 30px;
  }

  .free-tour__desc {
    font-size: 24px;
  }

  .free-tour--widget .free-tour__heading {
    font-size: 18px;
  }

  .free-tour--widget .free-tour__desc {
    font-size: 14px;
  }

  .cyprus-prop__mobile {
    display: none;
  }

  .cyprus-prop__desk {
    display: block;
  }

  .complexes__pagination {
    position: absolute;
    right: 15px;
    top: 20px;
    bottom: auto;
    left: auto;
    margin: 0;
    text-align: right;
  }

  .catalog-of-complexes .app-complex-slide__info {
    padding-top: 40px;
  }

  .catalog-of-complexes .app-complex-slide__desc {
    margin-bottom: 36px;
  }

  .about-us__heading {
    margin-bottom: 40px;
  }

  .about-us__desc {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 24px;
  }

  .about-us__features {
    font-size: 18px;
  }

  .about-us__features li {
    -webkit-box-align: center;
    align-items: center;
    padding-right: 80px;
  }

  .about-us__features svg {
    width: 60px;
    height: 60px;
  }

  .article-card__thumb::before {
    padding-bottom: 73.72%;
  }

  .article-card__heading {
    font-size: 18px;
  }

  .text-page {
    padding-bottom: 90px;
  }

  .tour-steps {
    position: relative;
  }

  .tour-steps::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #464645;
  }

  .tour-steps__header {
    position: relative;
    margin-right: 25px;
  }

  .tour-steps__header::before,
  .tour-steps__header::after {
    content: '';
    position: absolute;
    left: 100%;
    height: 50%;
    width: 25px;
  }

  .tour-steps__header::before {
    top: 0;
    background: linear-gradient(50deg, #464645 19px, rgba(0, 0, 0, 0) 20px);
  }

  .tour-steps__header::after {
    top: 50%;
    background: linear-gradient(130deg, #464645 19px, rgba(0, 0, 0, 0) 20px);
  }

  .tour-step {
    padding-bottom: 0;
  }

  .tour-step__heading {
    white-space: nowrap;
    border-bottom: none;
  }

  .tour-step__features {
    padding-right: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .section-form {
    padding: 60px 0;
  }

  .section-form__heading {
    margin: 0 0 25px;
    font-size: 18px;
  }

  .section-form__form .form__field {
    margin-bottom: 0;
    padding: 16px 14px;
  }

  .filter-trigger {
    display: none;
  }

  .object-section {
    padding: 30px 0;
  }

  .object-gallery__thumbs {
    display: block;
  }

  .object-infrastructure__item {
    margin-top: 30px;
  }

  .object-layouts__tabs {
    margin: 0 0 30px;
  }

  .footer__container {
    padding-top: 60px;
  }

  .footer__about {
    max-width: 490px;
    font-size: 14px;
  }

  .footer__get-consult {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .card-object--horizontal .card-object__thumb {
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .nav__list > .menu-item {
    margin-right: 20px;
    padding: 57px 0 36px;
  }

  .nav__list > .menu-item::before {
    height: 10px;
  }

  .nav__list > .menu-item:last-child {
    margin-right: 0;
  }

  .nav__list .menu-item a,
  .nav__list .menu-item span {
    padding: 0;
  }

  .top-panel__container {
    flex-wrap: nowrap;
  }

  .homepage-slider__heading {
    font-size: 60px;
  }

  .homepage-slider__slogan {
    font-size: 36px;
  }

  .the-prop-block__tab button {
    min-width: 200px;
  }

  .app-complex-slide__name {
    margin: 0 0 16px;
    font-size: 24px;
  }

  .app-complex-slide__desc {
    margin: 0 0 14px;
  }

  .app-complex-slide__features {
    font-size: inherit;
    line-height: 30px;
  }

  .app-complex-slide__more {
    display: inline-block;
    font-weight: 500;
    color: #cabe9f;
    text-decoration: none;
  }

  .app-complex-slide__more:hover {
    text-decoration: underline;
  }

  .complexes__control {
    top: 305px;
    font-size: 36px;
  }

  .catalog-of-complexes .app-complex-slide__info {
    padding-top: 60px;
  }

  .about-cyprus__card:nth-child(n + 5) {
    margin-top: 30px;
  }

  .text-page__row h2 {
    margin: 25px 0 15px;
    font-size: 18px;
  }

  .text-page__row p:not(.bigger-text) {
    margin: 0 0 1.2em;
    font-size: inherit;
    line-height: 1.5;
  }

  .bigger-text {
    font-size: 18px;
  }

  .tour-steps {
    padding: 45px 0;
  }

  .tour-steps::before {
    top: 75px;
  }

  .gallery-scrollbar {
    padding: 0 55px;
  }

  .gallery-scrollbar__track {
    left: -55px;
    right: -55px;
  }
}

@media (min-width: 1499px) {
  .complexes__control--prev {
    margin-right: 40px;
  }

  .complexes__control--next {
    margin-left: 40px;
  }
}

@media (min-width: 1600px) {
  .nav__list > .menu-item {
    margin-right: 35px;
  }
}

@media (min-width: 1800px) {
  .nav__list {
    padding-left: 80px;
  }
}

@media (max-width: 1399px) {
  .about-cyprus__card:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    max-width: 400px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #3f4448;
    color: white;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0) translateX(-100%);
    transform: translate3d(0, 0, 0) translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .nav--visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
  }

  .nav__list .menu-item:not(:last-of-type) {
    border-bottom: 1px solid #535a5f;
  }

  .nav__list .submenu {
    width: 100%;
    max-height: 0;
    border-top: 1px solid rgba(83, 90, 95, 0);
    -webkit-transition: max-height 0.25s;
    transition: max-height 0.25s;
  }

  .nav__list .menu-item.hover > .submenu {
    max-height: 800px;
    border-top-color: #535a5f;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }

  .top-contacts__item--email {
    display: none;
  }

  .top-panel__container::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .top-panel__container--show-layout::before {
    opacity: 1;
    pointer-events: auto;
  }

  .free-tour {
    padding-bottom: 75px;
  }

  .free-tour__heading {
    line-height: 1.66;
  }

  .complexes__heading {
    margin-bottom: 5px;
  }

  .section-form__form .form__field {
    margin-bottom: 20px;
  }

  .filter {
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height 0.5s, opacity 0.5s;
    transition: max-height 0.5s, opacity 0.5s;
    overflow: hidden;
  }

  .filter--visible {
    max-height: 1400px;
    opacity: 1;
    -webkit-transition: max-height 0.75s, opacity 0.75s;
    transition: max-height 0.75s, opacity 0.75s;
  }
}

@media (max-width: 767px) {
  .top-panel__button--get-callback .button__text {
    display: none;
  }

  .cyprus-prop__col:not(:last-child) {
    margin-bottom: 30px;
  }

  .about-cyprus__card:not(:first-child) {
    margin-top: 30px;
  }

  .footer__get-consult {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .free-tour__button:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 339px) {
  .complexes__control {
    z-index: 10;
    color: #fff;
  }

  .complexes__control--prev {
    right: auto;
    left: 25px;
  }

  .complexes__control--next {
    left: auto;
    right: 25px;
  }
}

@media (max-width: 329px) {
  .nav__list .menu-item a,
  .nav__list .menu-item span {
    margin-left: 15px;
  }

  .nav__list .expand-submenu {
    right: 15px;
  }

  .nav__list .submenu .menu-item {
    font-size: 0.93em;
  }

  .nav__list .submenu .menu-item a,
  .nav__list .submenu .menu-item span {
    margin-left: 25px;
  }

  .nav__list .submenu .submenu .menu-item a,
  .nav__list .submenu .submenu .menu-item span {
    margin-left: 35px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .nav {
    font-size: 14px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .nav__list {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .top-panel__nav {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .tour-steps__header {
    font-size: 14px;
  }

  .tour-step__heading {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .nav__list {
    justify-content: space-around;
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 330px) and (max-width: 1023px) {
  .nav__list .submenu .menu-item a,
  .nav__list .submenu .menu-item span {
    margin-left: calc((100% - 310px) / 2);
  }

  .nav__list .submenu .submenu .menu-item a,
  .nav__list .submenu .submenu .menu-item span {
    margin-left: calc((100% - 290px) / 2);
  }
}

@media screen, print {
  .pagination .screen-reader-text {
    display: none;
  }
}