/* @font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
} */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap'); */
html,
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-weight: 400;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #8290bd #dfe9eb;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
*::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #dfe9eb;
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #8290bd;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #8290bd;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #8290bd;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable='true']) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
:root {
  --blue: #39a7ff;
  --sand: #f2d0ac;
  --brown: #d9d9d9;
  --grey: #757575;
  --black: #2c2b26;
  font-family: Montserrat;
}
h1 {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.h2,
h2 {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
h3 {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
h4 {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
h5 {
  color: var(--black);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  text-transform: capitalize;
}
h6 {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
p {
  color: var(--grey);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  color: var(--grey);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
ol li {
  color: var(--grey);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

@media (max-width: 767px) {
  .apartments__content ol,
  .apartments__content ol li,
  ol li,
  ul li {
    font-size: 16px;
  }
}

.apartments__content ol,
.apartments__content ol li {
  list-style: none;
}

.apartments__content ol {
  counter-reset: li;
}
.apartments__content ol li {
  position: relative;
  padding-left: 30px;
}

.apartments__content ol li:before {
  counter-increment: li;
  content: counter(li) '.';
  position: absolute;
  font-size: inherit;
  font-weight: 600;
  left: 0;
  top: 0;
  color: var(--black);
}

.apartments__content table {
  border-collapse: collapse;
  width: 100%;
}
.apartments__content th,
.apartments__content td {
  border: 1px solid #757575;
  padding: 7px;
}
@media (max-width: 767px) {
  .apartments__content table {
    max-width: 100%;
  }
  .apartments__content th,
  .apartments__content td {
    padding: 5px;
    font-size: 13px;
  }
  .apartments__content td:not(:first-child) {
    overflow-wrap: break-word;
  }
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.pll-init {
  padding-right: 12px;
  font-size: 16px;
  text-transform: uppercase;
}
.pll-init:before {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  transform: rotate(45deg);
  transition: 0.25s ease;
}

.pll-init.active:before {
  transform: rotate(-135deg);
  top: 6px;
}

.selected-change li a {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-transform: uppercase;
}
.init a {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.selected-change li a img {
  width: 24px !important;
  height: 16px !important;
}
.selected-change {
  display: none;
  list-style: none;
}
.init {
  list-style: none;
}

.pt {
  padding-top: 120px;
}
.pb {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .pt {
    padding-top: 80px;
  }
  .pb {
    padding-bottom: 80px;
  }
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.menu li a {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: 0.35s ease;
}
.menu li a:hover {
  color: var(--blue);
}
.menu li {
  position: relative;
  padding: 36px 0;
}
.menu li.current-menu-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: var(--blue);
}
.menu li.current-menu-item a {
  font-weight: 600;
  color: var(--blue);
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 5000;
}
.site-header {
  border-bottom: 1px solid rgba(242, 208, 172, 0.5);
}

.pll-init a {
  display: flex;
  align-items: center;
}

.selected-change li a {
  position: relative;
  width: fit-content;
}
.init a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  background: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.init a {
  position: relative;
}
.selected-change {
  position: absolute;
  bottom: 0px;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  height: fit-content;
  z-index: 2;
  padding: 6px 9px !important;
  width: 80px !important;
  border: 1px solid rgba(242, 208, 172, 0.5);
  border-radius: 0px 0px 4px 4px;
  width: auto;
}
.language-switcher {
  position: relative;
}
.section-hero {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.hero-content {
  display: flex;
  justify-content: space-between;
}
.hero__subtitle p {
  font-size: 16px;
  line-height: 160%;
}
.hero__subtitle a {
  display: inline-flex;
  width: fit-content;
}
.hero__subtitle {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(40% - 10px);
}
.hero__title {
  width: calc(55% - 10px);
}

@media (max-width: 767px) {
  .hero__subtitle,
  .hero__title {
    width: 100%;
  }
}
.site-button {
  padding: 12px 24px;
  text-align: center;
  min-width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  cursor: pointer;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.site-button--brown {
  color: var(--black);
  background: var(--sand);
}
.site-button--brown:hover {
  color: #fff;
  background: var(--blue);
}
.site-button--blue {
  color: #fff;
  background: var(--blue);
}
.site-button--blue:hover {
  color: var(--black);
  background: var(--sand);
}
.hero-slider .slick-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%) scale(1);
  z-index: 2;
  cursor: pointer;
  animation: pulse-blue 2s infinite;
  transition: background 0.25s ease-in-out;
}
.hero-slider .slick-arrow.slick-disabled {
  box-shadow: 0 0 0 0 rgba(57, 167, 255, 0) !important;
}
.hero-slider .prev-arrow {
  left: 57px;
}
.hero-slider .next-arrow {
  right: 57px;
}
.slick-arrow {
  padding: 12px;
  border-radius: 50%;
  background: rgba(57, 167, 255, 0.6);
}
.slick-disabled {
  background: transparent;
  cursor: not-allowed !important;
}
.hero-slider .slick-arrow:not(.slick-disabled) {
  box-shadow: 0 0 0 0 rgba(57, 167, 255, 0.6);
  transform: translateY(-50%) scale(1);
  animation: pulse-blue 2s infinite;
}
@keyframes pulse-blue {
  0% {
    transform: translateY(-50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(57, 167, 255, 0.3);
  }

  70% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 15px rgba(57, 167, 255, 0);
  }

  100% {
    transform: translateY(-50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(57, 167, 255, 0);
  }
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.breadcrumbs {
  padding: 10px 0;
  background-color: var(--black);
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumbs ul li {
  font-size: 14px;
  color: #fff;
}
.breadcrumbs ul li a {
  display: inline-block;
  transition: 0.35s ease;
}

.breadcrumbs ul li a:hover {
  color: var(--blue);
}

.breadcrumbs ul li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs ul li:not(:last-child):after {
  content: '>';
  margin-left: 9px;
  display: inline-block;
  transform: translateY(1px);
}

@media (max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 12px;
  }
}

.section-listings {
  padding-top: 120px;
}
.section-listings h2 {
  text-align: center;
}
.listing-items {
  margin-top: 60px;
}
.listing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  transition: box-shadow 0.25s ease-in-out;
}
.listing-item:hover {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.listing-item-link {
  display: block;
  height: 340px;
}
@media (max-width: 1199px) {
  .listing-item-link {
    height: 260px;
  }
}
.listing__info {
  flex-grow: 1;
}
.listing__info-wrap {
  display: block;
  padding: 20px 20px 0;
}

.listing__info-wrap:hover .listing__name {
  color: var(--blue);
}
.listing__image {
  position: relative;
  width: 100%;
}

.listing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing__label {
  border: 1px solid #39a7ff;
  background: rgba(57, 167, 255, 0.75);
  padding: 7px 24px;
  color: #fff;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
}
.listing__label-list {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.listing__price {
  color: var(--blue);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}
.listing__name {
  margin-top: 10px;
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  transition: 0.3s ease;
}
.listing__name a {
  transition: color 0.25s ease-in-out;
}
.listing__name a:hover {
  color: var(--blue);
}
.listing__location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-top: 14px;
}
.listing__parameters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid rgba(44, 43, 38, 0.5);
  padding-bottom: 20px;
}
.listing__parameter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  column-gap: 8px;
  align-items: flex-start;
  flex-direction: column;
}
.listing__parameter-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.listing__parameter-name {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.listing__parameter img {
  max-width: 28px;
  max-height: 28px;
}

.listing__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  padding: 0 20px 20px;
}
.author__info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.apartments__agent .site-button,
.listing__author .site-button {
  min-width: 100px;
  padding: 5px 10px;
  font-size: 14px;
  height: 40px;
}
.author__name-initial {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
.author__image {
  max-width: 50px;
  max-height: 50px;
}
.author__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.author__name-position {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.author__contact {
  display: flex;
  align-items: center;
  gap: 9px;
  z-index: 2;
  position: relative;
}
.author__contact img {
  display: block;
}
.listing-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.listing-button {
  margin-top: 60px;
  text-align: center;
}
.site-logo--home-page {
  pointer-events: none;
}
.section-blog {
  margin-top: 120px;
}
.blog-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-section__left {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.blog-section__name {
  color: var(--brown);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
}
.blog-section__name:before {
  content: '';
  height: 1px;
  width: 60px;
  background: var(--brown);
}
.blog-section__title {
  margin-top: 12px;
  text-align: left;
}
.blog-section__title h2 {
  text-align: left;
}

.blog-section__description {
  margin-top: 30px;
}
.blog-section__right {
  max-width: 500px;
  max-height: 500px;
}
.blog-section__right img {
  width: 100%;
  height: 100%;
}
.blog-section__button {
  margin-top: 30px;
}
.section-both-side {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--brown);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  text-align: center;
}
.section-both-side:before,
.section-both-side:after {
  content: '';
  width: 60px;
  height: 1px;
  background: var(--brown);
}
.section-services {
  margin-top: 120px;
}
.section-services__title {
  margin-top: 12px;
  text-align: center;
}
.section-services__items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  row-gap: 65px;
}
.section-services__item {
  flex: 0 0 calc(33.3% - 30px);
}
.service__icon {
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: center;
  padding: 11px;
}
.service__icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 60px;
  background: rgba(57, 167, 255, 0.4);
  width: 94px;
  height: 94px;
}
.service__icon img {
  padding: 17px 18px;
  z-index: 2;
  max-width: 74px;
  border-radius: 60px;
  background: rgba(57, 167, 255, 0.6);
  max-height: 74px;
  width: 100%;
  height: 100%;
}
.service__title {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  color: var(--black);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  max-width: 260px;
  line-height: 140%;
}
.service__text {
  margin-top: 20px;
  color: var(--grey);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  line-height: 160%; /* 25.6px */
}
.invert {
  color: #fff;
}
.post-title a {
  transition: color 0.25s ease-in-out;
}
.post-title a:hover {
  color: var(--blue);
}
.section-links {
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: var(--black);
}
@media screen and (max-width: 1120px) {
  .section-links {
    padding-bottom: 50px;
  }
}
.links__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.links__left {
  flex-grow: 1;
  width: 100%;
}
.links__right {
  flex-shrink: 0;
}
.links__left h2 {
  text-align: left;
}
.links__subtitle {
  margin-top: 30px;
}
.links__items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.link__item {
  max-height: 390px;
  max-width: 270px;
  width: 100%;
  height: 100%;
  position: relative;
}
.link__item-image {
  max-width: 270px;
  max-height: 390px;
}
.link__item-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link__item-button .site-button {
  min-width: 210px;
  width: 100%;
}
.link__item-button {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.link__item-button .site-button {
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.link__item-button {
  margin-top: -30px;
  z-index: 2;
  position: relative;
}
/* .link__item-link {
  position: relative;
} */
.link__item-link img {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 60px;
}
.link__item-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  width: 85px;
  height: 85px;
  border-radius: 60px;
}
.link__item .link__item-image {
  position: relative;
}
.link__item .link__item-image:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(37, 51, 59, 0.6) 0%,
    rgba(37, 51, 59, 0.6) 100%
  );
}
.link__item:hover .link__item-image:before {
  opacity: 0.6;
}
.link__item-link {
  transition: opacity 0.27s ease-in-out;
  transition-delay: 0.05s;
  opacity: 0;
}
.link__item:hover .link__item-link {
  opacity: 1;
}

.links__items a {
  position: relative;
}
.support__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support__left {
  max-width: 500px;
  max-height: 630px;
  width: 100%;
  height: 100%;
}
.support__left img {
  width: 100%;
  height: 100%;
}
.support__right {
  max-width: 570px;
}
.support__title h2 {
  text-align: left;
}
.support__title {
  margin-top: 12px;
}
.support__text {
  margin-top: 30px;
}
.support__button {
  margin-top: 30px;
}
.section-support {
  margin-top: 120px;
}
.slick-dots {
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  overflow: hidden;
  min-height: 24px;
  bottom: auto;
}
.slick-dots li {
  text-indent: 99999px;
}
.slick-dots li {
  max-height: 12px;
  max-width: 12px;
}
.slick-dots li {
  opacity: 0.6;
  position: relative;
  background: var(--blue);
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background: var(--blue);
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity 0.25s linear;
  opacity: 0;
}
.slick-dots .slick-active:before {
  opacity: 0.2;
}
.parters__wrapper .slick-track {
  display: flex;
  gap: 30px;
  align-items: center;
}
.parters__wrapper img {
  filter: grayscale(1);
  transition: filter 0.25s ease-in-out;
  max-height: 80px;
  height: 100%;
}
.parters__wrapper img:hover {
  filter: grayscale(0);
}
.parters__wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.parters__wrapper {
  margin-top: 60px;
}
.section-partners {
  margin-top: 120px;
}
.section-partners h2 {
  text-align: center;
}
.section-contact {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 160px;
  position: relative;
  display: flex;
  align-items: center;
}
.section-contact .container {
  width: 100%;
}
.section-contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 43, 38, 0.1);
  pointer-events: none;
}
.contact__wrapper {
  display: flex;
  justify-content: space-between;
}
.contact__left {
  padding: 40px 0;
  align-self: center;
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.contact__left h2 {
  text-align: left;
}
.contact__left p {
  color: var(--black);
}
.contact__right {
  max-width: 570px;
  width: 100%;
  position: relative;
  margin-top: -40px;
  margin-bottom: -40px;
  padding: 50px 80px;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.form-title {
  margin-bottom: 10px;
}
.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-label p {
  color: rgba(117, 117, 117, 0.5);
  font-feature-settings: 'ss05' on, 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.form-item input {
  color: #25333b;
  font-feature-settings: 'ss05' on, 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  border: 1px solid var(--grey);
  width: 100%;
  height: 46px;
  padding: 0 20px;
  transition: 0.3s ease;
}
.form-item textarea {
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  border: 1px solid var(--grey);
  width: 100%;
  padding: 10px 20px;
  max-height: 100px;
  transition: 0.3s ease;
}
.form-item input:hover,
.form-item textarea:hover,
.form-item input:focus,
.form-item textarea:focus {
  border-color: var(--blue);
}
.form-item input::placeholder,
.form-item textarea::placeholder {
  color: rgba(117, 117, 117, 0.5);
  opacity: 1;
}

.form-send input {
  width: 100%;
}
.form-checkbox {
  cursor: pointer;
  user-select: none;
}
.form-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.form-checkbox .wpcf7-list-item label {
  position: relative;
}
.form-checkbox .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.form-checkbox label span {
  position: relative;
  padding-left: 30px;
  display: block;
}
.form-checkbox label span:before {
  width: 20px;
  height: 20px;
  padding: 3px;
  background: #fff;
  border: 1px solid var(--blue);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkbox label input[type='checkbox']:checked + span:before {
  background: url('../images/check.svg');
  border: none;
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px;
  pointer-events: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: static;
  padding: 0;
  margin: 20px 0 0;
  border: none;
}
.wpcf7-list-item-label {
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.section-blog-news {
  margin-top: 160px;
  margin-bottom: 90px;
}
.section-blog-news h2 {
  text-align: left;
  margin-top: 12px;
}
.related-posts {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.post-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 calc(33.33333% - 20px);
}
@media (max-width: 575px) {
  .post-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.post-image {
  max-width: 370px;
  max-height: 370px;
}
.post-image img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .post-image img {
    height: 260px;
  }
}

.post-excerpt p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-read-more a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 20px */
}
.post-read-more a img {
  transition: transform 0.25s ease-in-out;
}
.post-read-more a:hover img {
  transform: translate(3px, -3px);
}

.seo-block {
  margin-bottom: 100px;
}
.seo-block .apartments__content {
  margin-top: 0;
}

.site-footer {
  padding: 30px 0;
  background: var(--black);
}
.site-footer a {
  transition: 0.35s ease;
}
.site-footer a:hover {
  color: var(--blue);
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-socials a img,
.footer-socials a {
  display: block;
}
.footer-socials a:hover {
  background-color: var(--blue);
}
.footer-col-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.footer-menu .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 20px;
}
.footer-menu .menu li.current-menu-item a,
.footer-menu .menu li a {
  color: #fff;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: 0.35s ease;
}
.footer-menu .menu li.current-menu-item a:hover,
.footer-menu .menu li a:hover {
  color: var(--blue);
}
.footer-menu .menu li.current-menu-item:before {
  content: none;
}
.footer-menu .menu li {
  padding: 0;
}
.footer-col-center {
  max-width: 400px;
  width: 100%;
}
.footer-col-right {
  padding: 30px;
  background: rgba(217, 217, 217, 0.15);
}
.footer-contact__item div,
.footer-contact__item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #fff;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer-contact-block img {
  max-width: 22px;
  max-height: 22px;
  width: 100%;
  height: 100%;
}
.footer-info-text {
  margin-top: 30px;
}
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-bottom > * {
  flex: 0 0 33.33333%;
  max-width: 33.3333%;
}
.footer-bottom__menu ul {
  gap: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-bottom__payments ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.footer-bottom__payments img {
  display: block;
}

.footer-bottom__copyright {
  text-align: right;
}

@media (max-width: 991px) {
  .footer-bottom__menu ul {
    justify-content: center;
  }
  .footer-bottom > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-bottom__copyright {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-bottom__payments ul,
  .footer-bottom__menu ul {
    justify-content: flex-start;
  }
  .footer-bottom__copyright {
    text-align: left;
  }
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.section-about-hero {
  margin-top: 50px;
}
.hero__video {
  margin-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  transform: scale(1);
  animation: pulse-white 2s infinite;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 70px;
  height: 70px;
}
.play-btn img {
  width: 40px;
  height: 40px;
}
.hero__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.hero__bottom .hero-title h2 {
  text-align: left;
}
.hero__bottom .hero-title {
  max-width: 500px;
  width: 100%;
}
.hero__bottom .hero-subtitle {
  max-width: 570px;
}
.modal-video {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Styling for the modal content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  background-color: var(--black);
  padding: 0;
  text-align: center;
}

/* Close button style */
.video-close {
  color: #aaa;
  font-size: 28px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
.employee__wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
/* Close button hover effect */
.video-close:hover,
.video-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.section-employee {
  margin-top: 120px;
}
.employee__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employee__image {
  max-width: 500px;
  max-height: 630px;
  width: 100%;
}
.employee__image img {
  max-width: 500px;
  max-height: 630px;
  width: 100%;
}
.employee__about {
  max-width: 570px;
  width: 100%;
}
.employee__name {
  margin-top: 12px;
  margin-bottom: 30px;
}
.employee__name h2 {
  text-align: left;
}
.employee__socials {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.employee__socials-title {
  width: 100%;
  color: #373737;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.employee__socials-icon {
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reversed {
  flex-direction: row-reverse;
}
.section-counters {
  margin-top: 120px;
}
.counters__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter__item {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.vertical-divider {
  height: 180px;
  width: 1px;
  opacity: 0.5;
  background: #f2d0ac;
}
.counter__value {
  color: var(--blue);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.counter__title {
  color: var(--black);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  text-transform: capitalize;
}
.section-agents {
  margin-top: 120px;
}
.section-agents h2 {
  margin-top: 12px;
  text-align: center;
}
.section-agents .slick-dots {
  gap: 8px;
}

.section-agents .slick-dots li {
  width: 34px;
  height: 4px;
  min-width: 34px;
  border-radius: 0;
  margin: 0;
  opacity: 0.4;
  transition: opacity 0.25s ease-in-out;
}
.section-agents .slick-dots li:before {
  content: none;
}
.section-agents .slick-dots li.slick-active button:before {
  content: none;
}
.section-agents .slick-dots li.slick-active {
  opacity: 1;
}
.agents__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  padding: 15px 45px;
}
.agents__item:hover {
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.agent__photo img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
}
.agent__photo {
  display: flex;
  justify-content: center;
  max-width: 180px;
  margin: 0 auto;
  max-height: 180px;
}
.agent__name {
  text-align: center;
  margin-top: 30px;
}
.agent__experience {
  color: var(--grey);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}
.agent__description {
  color: var(--black);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  margin-top: 20px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.agent__footer {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(242, 208, 172, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agents__wrapper .slick-slide {
  margin: 30px;
}

/* the parent */
.agents__wrapper .slick-list {
  margin: -30px;
}
.agent__lang img {
  max-width: 24px;
  max-height: 16px;
}
.agent__lang {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
.agent__connect {
  display: flex;
  align-items: center;
  gap: 20px;
}
.agents__wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-template-about-template .section-partners {
  margin-top: 160px;
}
.section-testimonials {
  margin-top: 140px;
}
.about-seo {
  margin-top: 140px;
}
.testimonials__wrapper {
  margin-top: 60px;
  position: relative;
}
.section-testimonials h2 {
  text-align: center;
}
.testimonial__item-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.testimonial__left {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial__image {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 30px;
}
.play-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial__left img {
  max-width: 500px;
}
.testimonial__author {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  flex-direction: column;
}
.testimonial__author-name {
  color: var(--black);
  text-align: right;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
}
.testimonial__author-residence {
  color: var(--grey);
  text-align: right;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.testimonial__right {
  max-width: 600px;
  width: 100%;
  padding: 115px 50px 85px 50px;
  background: rgba(57, 167, 255, 0.1);
  position: relative;
}
.testimonial__right:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -45px;
  width: 90px;
  height: 90px;
  background: url('../images/quotes.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.testimonial__right:after {
  content: '';
  position: absolute;
  bottom: 86px;
  background: var(--blue);
  width: 4px;
  max-height: 270px;
  height: 100%;
  left: 0;
}
.testimonial__text h1,
.testimonial__text h2,
.testimonial__text h3,
.testimonial__text h4,
.testimonial__text h5,
.testimonial__text h6 {
  margin-bottom: 10px;
}
.testimonial__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial__arrows {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.square-arrow {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  width: 48px;
  height: 48px;
  z-index: 25;
}
.appartment-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.post__pagination:not(:empty) {
  margin-top: 30px;
}
.section-posts {
  margin-top: 50px;
}
.appartments-type {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.appartment-type__item {
  color: var(--black);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 7px 24px;
  border: 1px solid #39a7ff;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .appartment-type__item {
    padding: 7px;
    font-size: 14px;
    width: calc(50% - 5px);
  }
}
.appartment-type__item:hover {
  background: var(--blue);
  color: #fff;
}
.appartment-type__item--active {
  font-weight: 600;
  background: var(--blue);
  color: #fff;
}

.appartments__filter {
  margin-top: 50px;
  border: 1px solid rgba(242, 208, 172, 0.5);
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appartments__filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.apartments__filter-current {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 16px;
}
.appartments__filter-options {
  position: absolute;
  width: 100%;
  width: fit-content;
  z-index: 30;
  display: none;
  transform: translateY(15px);
  top: 100%;
  right: -15px;
  background: #fff;

  padding: 20px 30px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.apartments__filter-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.appartments__filter-item {
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
.current-value {
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  flex-shrink: 0;
}

.nice-select {
  border: none;
  height: 32px;
  line-height: 30px;
  float: none;
  border-radius: 0;
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-left: 0;
}

.nice-select:after {
  right: 5px;
  background-image: url('../images/down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  border: none;
  transform: rotate(0);
  margin-top: -9px;
}
.nice-select.open:after {
  transform: rotate(0);
}

.nice-select .list {
  border-radius: 0;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.nice-select .option {
  font-size: 14px;
}

.filter-handler {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-handler__button {
  color: #fff;
  background: var(--blue);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 7px 24px;
  border: 1px solid var(--blue);
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
.filter-handler__button:hover {
  color: var(--black);
  background: transparent;
}

.filter-handler__button.button-invert {
  color: var(--black);
  background: transparent;
}
.filter-handler__button.button-invert:hover {
  color: #fff;
  background: var(--blue);
}

.inrow {
  flex-direction: row;
}
.input-from,
.input-to {
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: fit-content;
  max-width: 80px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(242, 208, 172, 0.5);
}
.input-from span,
.input-to span {
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
.appartment-items {
  margin-top: 30px;
}
.expanded-pagination {
  display: flex;
  align-items: center;
}
.pagination-bottom .prev,
.pagination-bottom .next,
.deco-links {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers.current {
  background: var(--blue);
  color: #fff;
}
.page-numbers {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
.next.page-numbers,
.prev.page-numbers {
  background: rgba(57, 167, 255, 0.1);
}
.posts__pagination {
  margin-top: 50px;
}
.section-single-app {
  margin-top: 80px;
  margin-bottom: 100px;
}
.single-left {
  max-width: 700px;
  width: 100%;
}
.apartments__slider-item {
  height: 420px;
}
.apartments__slider-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.apartments__slider-nav {
  margin-top: 20px;
  overflow: hidden;
}
.apartments__slider-nav .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .apartments__slider-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.apartments__slider-nav-item {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.apartments__slider-nav-item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center center;
}
.apartments__slider-nav .slick-prev {
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100px;
  background: linear-gradient(
    to right,
    rgba(55, 55, 55, 0.5) 0%,
    rgba(55, 55, 55, 0) 100%
  );
  z-index: 2;
  border-radius: 0;
}
.apartments__slider-nav .slick-next {
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 100px;
  background: linear-gradient(
    to left,
    rgba(55, 55, 55, 0.5) 0%,
    rgba(55, 55, 55, 0) 100%
  );
  z-index: 2;
  border-radius: 0;
}
.apartments__slider-nav .slick-prev:before {
  content: '';
  background: url('../images/arrowleft.svg');
  height: 26px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.apartments__slider-nav .slick-next:before {
  content: '';
  background: url('../images/arrowright.svg');
  height: 26px;
  width: 40px;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.apartments__slider-nav .slick-next,
.apartments__slider-nav .slick-prev {
  display: flex;
}
.apartments__slider-nav .slick-next {
  justify-content: flex-end;
}
.apartments__slider-nav .slick-prev {
  justify-content: flex-start;
}
.single-slider {
  position: relative;
}
.type-label {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
}
.type-label__value {
  color: #373737;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  padding: 7px 24px;
  max-height: 32px;
  background: #fff;
}
.apartments__title {
  margin-top: 20px;
}

.apartments__location {
  display: flex;
  align-items: center;
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  margin-top: 12px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  gap: 4px;
}
.apartments__inline {
  display: flex;
  margin-top: 14px;
  align-items: stretch;
  gap: 20px;
}
.apartments__inline-item {
  background: rgba(57, 167, 255, 0.1);
  padding: 15px 30px;
  color: #39a7ff;
  width: 100%;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  line-height: 140%; /* 50.4px */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.apartments__inline-item span:not(.item-price) {
  color: #757575;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.inline {
  flex-direction: row;
}
.apartments__inline-sub {
  color: #373737;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}
.apartments__inline-value {
  display: flex;
  gap: 8px;
  align-items: center;
}
.apartments__inline-sub span {
  text-align: left;
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.apartments__content {
  margin-top: 30px;
}
.apartments__content a {
  color: var(--blue);
}
.apartments__content a:hover {
  color: var(--black);
}

.entry-header + .entry-content {
  margin-top: 30px;
}

.apartments__content > * + *,
.apartments__content .entry-content > * + * {
  margin-top: 30px;
}
.apartments__content p + ul,
.apartments__content .entry-content p + ul {
  margin-top: 20px;
}
.apartments__content {
  gap: 30px;
}
.apartments__content p {
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.half-width-ul {
  max-width: calc(50% - 40px);
}

.apartments__content ul,
.apartments__content ul li {
  list-style-type: disc;
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-left: 20px;
}
.half-width-ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.apartments__details {
  margin-top: 30px;
}
.apartments__details-table {
  border: 1px solid rgba(101, 101, 101, 0.2);
  padding: 40px;
  display: grid;
  column-gap: 40px;
  row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.apartments__details-table-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(102, 102, 102, 0.2);
}
.table-item-name {
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
}
.table-item-value {
  color: #757575;
  text-align: right;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.section-single-app .apartments__location h2 {
  text-align: left;
}
.section-single-app .apartments__location-map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}
.apartments__location-map iframe {
  width: 100%;
  max-height: 360px;
}
.single-right {
  max-width: 400px;
  width: 100%;
}
.single-right--mobile {
  display: none;
}

@media (max-width: 991px) {
  .single-right--desktop {
    display: none;
  }
  .single-right--mobile {
    display: block;
  }
}
.single-wrapper {
  display: flex;
  justify-content: space-between;
}
.single-right h4 {
  text-align: left;
}
* + .apartments__agent {
  margin-top: 14px;
}
.apartments__agent {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.apartments__agent-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.apartments__agent-photo {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  border-radius: 50%;
}
.apartments__agent-photo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.apartments__agent-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.name {
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.position {
  color: #757575;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.apartments__agent-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.apartments__agent + .apartments__cta {
  margin-top: 44px;
}
.apartments__cta .form-title {
  display: none;
}
.apartments__cta .wpcf7 {
  margin-top: 14px;
  padding: 40px 30px;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.wpcf7-spinner {
  display: none;
}
.apartments__cta {
  position: relative;
}

.apartments__cta .wpcf7-response-output {
  bottom: -10%;
  width: 100%;
}
.section-single {
  margin-top: 50px;
  margin-bottom: 128px;
}
.section-single .apartments__content {
  flex-direction: column;
}
.section-single .apartments__content {
  margin-bottom: 50px;
}
.section-single .apartments__agent {
  margin-bottom: 152px;
  max-width: 400px;
  width: 100%;
}
.contact-wrapper-section {
  margin-bottom: 140px;
}
.post__image {
  width: 100%;
  margin-top: 30px;
}
.post__image img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}
.contact-page__get_in_touch-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.contact-page__get_in_touch {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 28px;
}
.contact-page__soicals {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 30px;
}
.contact-page__soicals p {
  color: #25333b;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.contact-page__socials-list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-page__socials-list img {
  display: block;
}
.contact-page__socials-item a {
  display: block;
  transition: 0.35s ease;
  background-color: rgba(255, 255, 255, 1);
}
.contact-page__socials-item a:hover {
  background-color: rgba(255, 255, 255, 7.5);
}
div.section-contact {
  margin-top: 90px;
}
.section-top-banner {
  margin-top: 50px;
}
.section-map {
  margin-top: 140px;
}
.section-map h2 {
  margin-bottom: 20px;
}
.section-map-iframe {
  width: 100%;
  max-height: 500px;
}
.section-map-iframe iframe {
  width: 100%;
  height: 100%;
  max-height: 500px;
  height: 500px;
}
.section-office {
  margin-top: 120px;
}
.office__wrapper {
  margin-top: 30px;
}
.office__left {
  max-width: 670px;
  width: 100%;
}
.office__slide-item {
  width: 100%;
  max-height: 400px;
  height: 100%;
}
.office__slide-item img {
  width: 100%;
  max-height: 400px;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center center;
}
/* the slides */
.office__slider .slick-slide {
  margin: 0 15px;
}

/* the parent */
.office__slider .slick-list {
  margin: 0 -15px;
  padding: 0 15% 0 0;
}
.office__slider .slick-prev:before {
  content: '';
  background: url('../images/arrowleft.svg');
  height: 26px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.office__slider .slick-next:before {
  content: '';
  background: url('../images/arrowright.svg');
  height: 26px;
  width: 40px;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 3;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.office__slider .slick-prev {
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100px;
  background: linear-gradient(
    to right,
    rgba(55, 55, 55, 0.5) 0%,
    rgba(55, 55, 55, 0) 100%
  );
  z-index: 2;
  border-radius: 0;
}
.office__slider .slick-next {
  right: -15px;
  height: 100%;
  width: 100%;
  max-width: 100px;
  background: linear-gradient(
    to left,
    rgba(55, 55, 55, 0.5) 0%,
    rgba(55, 55, 55, 0) 100%
  );
  z-index: 2;
  border-radius: 0;
}
.office__slider .slick-dots {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  margin-top: 0;
  bottom: -40px;
}
.office__slider .slick-dots li {
  width: 34px;
  height: 4px;
  min-width: 34px;
  border-radius: 0;
  margin: 0;
  opacity: 0.4;
  transition: opacity 0.25s ease-in-out;
}
.office__slider .slick-dots li:before {
  content: none;
}
.office__slider .slick-dots li.slick-active button:before {
  content: none;
}
.office__slider .slick-dots li.slick-active {
  opacity: 1;
}
.section-office {
  margin-bottom: 164px;
}
.office__wrapper {
  display: flex;
  justify-content: space-between;
}
.office__right {
  max-width: 270px;
}
.office__right-image {
  max-width: 94px;
  margin: 0 auto;
  max-height: 94px;
}
.office__right-image img {
  max-width: 94px;
  max-height: 94px;
}
.office__right-title {
  text-align: center;
  margin-top: 30px;
}
.office__right-text {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(242, 208, 172, 0.5);
}
.office__right-instagram {
  margin-top: 17px;
  text-align: center;
}
.office__right-instagram img {
  max-height: 40px;
}
.modal-custom {
  max-width: 570px;
  display: none;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  z-index: 9999999;
}

.modal-close {
  text-align: right;
  cursor: pointer;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}
.ovh {
  overflow: hidden;
}
.modal-custom-content {
  max-width: 410px;
  margin: 0 auto;
  margin-top: 40px;
}
.modal-custom-content .form-title {
  text-align: center;
  margin-bottom: 0;
}
.modal-custom {
  padding-bottom: 80px;
}
.form-subtitle {
  text-align: center;
  color: #757575;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 51, 59, 0.1);
  backdrop-filter: blur(10px);
  z-index: 99991;
}

/* popup */
.popup {
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}
.popup.active .popup__block {
  transition-delay: 0.35s;
  opacity: 1;
  transform: translateY(0);
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 51, 59, 0.1);
  backdrop-filter: blur(10px);
}
.popup__block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 60px 80px;
  max-width: 570px;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  transform: translateY(20px);
  transition: 0.35s ease;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.popup__block .form-title {
  text-align: center;
  margin-bottom: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

@media (max-width: 767px) {
  .popup__block {
    padding: 40px 20px;
  }
}
.popup__block-header {
  text-align: center;
}
.popup__block-header p {
  margin-top: 10px;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup .popup-close:hover svg {
  fill: #fff;
}
.popup .popup-close svg {
  fill: #bababa;
  transition: 0.35s ease;
}

.popup-banner.popup-dark-bg .popup__block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popup-banner.popup-dark-bg .popup__block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.popup-banner.popup-dark-bg
  .popup__block
  *:not(.wpcf7-not-valid-tip, .site-button--blue) {
  color: #fff;
}

.popup-banner.popup-dark-bg .popup__block input::placeholder,
.popup-banner.popup-dark-bg .popup__block textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.popup-banner.popup-dark-bg .popup__block-body {
  position: relative;
  z-index: 1;
}
/* RESPONSIVE */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.mobile-menu.open {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu li a {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s, transform 0.4s;
}
.mobile-menu.open li a {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu--contacts {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(242, 208, 172, 0.5);
}
.mobile-menu .site-button {
  margin-top: 30px;
  min-width: 100%;
}
.mobile-menu .footer-contact-block {
  color: inherit;
}
.burger-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.burger-icon span {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  margin-top: 2px;
}
/* header {
  position: relative;
} */
.burger-line {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 2.7px 0;
  transition: 0.4s;
}

.burger-icon.open .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-icon.open .line2 {
  opacity: 0;
}

.burger-icon.open .line3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.error-404 {
  padding: 120px 0;
  text-align: center;
}
.error-404 .number {
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  color: rgba(0, 152, 254, 0.4);
}
.error-404 p {
  font-size: 16px;
  max-width: 540px;
  margin: 10px auto 0;
}
.error-404 .site-button {
  margin-top: 30px;
}

.thank-you-page {
  text-align: center;
  min-height: calc(100vh - 360px);
}

.thank-you-page p {
  margin-top: 30px;
}
.thank-you-page a {
  margin-top: 30px;
}

.site-button.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.button-fixed-round {
  right: 55px;
  position: fixed;
  z-index: 19;
  width: 64px;
  height: 64px;
}

@media (max-width: 1280px) {
  .button-fixed-round {
    right: 20px;
    width: 44px;
    height: 44px;
  }
}
.button-fixed-round.telegram {
  bottom: 160px;
}
.button-fixed-round.watsapp {
  bottom: 40px;
}
@media (max-width: 1280px) {
  .button-fixed-round.telegram {
    bottom: 105px;
  }
  .button-fixed-round.watsapp {
    bottom: 20px;
  }
}
.button-fixed-round.telegram .img-circle {
  background: #27a6e5;
}
.button-fixed-round.telegram .circlephone {
  border-color: #27a6e5;
}
.button-fixed-round.telegram .circle-fill {
  opacity: 1;
  background: rgba(39, 166, 229, 0.4);
}
.button-fixed-round svg {
  width: 26px;
  height: 26px;
}

.circlephone {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #43d854;
  width: 94px;
  height: 94px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.3s infinite ease-in-out !important;
  animation: circle-anim 2.3s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .circlephone {
    width: 74px;
    height: 74px;
    pointer-events: none;
  }
}

.circle-fill {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #43d854;
  width: 74px;
  height: 74px;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .circle-fill {
    width: 54px;
    height: 54px;
  }
}

.img-circle {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 100%;
  opacity: 0.85;
  background-color: #43d854;
}
.img-circle:hover {
  opacity: 1;
}

.img-circleblock {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 1280px) {
  .img-circleblock svg {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@keyframes tossing {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5) skew(1deg);
    transform: translate(-50%, -50%) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
    transform: translate(-50%, -50%) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5) skew(1deg);
    transform: translate(-50%, -50%) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
    transform: translate(-50%, -50%) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
    transform: translate(-50%, -50%) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
}
@keyframes circle-fill-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
    transform: translate(-50%, -50%) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
}

@media screen and (min-width: 992px) {
  .burger-icon {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .single-left {
    max-width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .single-left {
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .container {
    max-width: 991px;
    margin: 0 16px;
  }
  .hero-slider {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    margin: 0 16px;
  }

  .single-wrapper {
    flex-wrap: wrap;
  }
  .section-hero {
    flex-wrap: wrap;
  }
  .hero-content {
    flex-wrap: wrap;
    gap: 8px;
  }
  .blog-section {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .support__wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .contact__wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .section-hero {
    padding-top: 0;
  }
  .counters__wrapper {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__bottom {
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .employee__item {
    flex-wrap: wrap;
  }
  .testimonial__item-flex {
    flex-wrap: wrap;
  }
  .apartments__inline {
    flex-wrap: wrap;
  }
  .office__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .author__info {
    gap: 8px;
  }

  .apartments__agent-photo {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .author__image {
    max-width: 40px;
    max-height: 40px;
  }

  .author__name-position,
  .author__name-initial,
  .apartments__agent-info .name,
  .apartments__agent-info .position {
    font-size: 12px;
  }
  .support__left,
  .support__right {
    max-width: 100%;
  }
  .appartment-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .support__left img {
    max-width: 100%;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
  }

  .site-menu {
    display: none;
  }
  .site-header {
    padding: 10px 16px;
  }
  .site-logo img {
    max-width: 120px;
  }

  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .section-hero {
    padding-top: 45px;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .hero-slider .next-arrow {
    right: 16px;
  }
  .hero-slider .prev-arrow {
    left: 16px;
  }
  .hero-slider .slick-arrow {
    padding: 6px;
  }
  .hero-slider .slick-arrow svg {
    width: 30px;
    height: 30px;
  }
  .section-listings {
    padding-top: 60px;
  }
  .listing-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .listing-items {
    margin-top: 30px;
  }
  .listing__label {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .listing-button {
    margin-top: 30px;
  }
  .listing__price {
    font-size: 16px;
  }
  .listing__name {
    font-size: 14px;
  }
  .listing__location {
    font-size: 12px;
  }

  .blog-section__left {
    margin-top: 16px;
  }
  .section-services__items {
    gap: 16px;
    row-gap: 24px;
  }
  .section-services__item {
    flex: 0 0 calc(50% - 16px);
  }
  .blog-section__button {
    text-align: center;
  }
  .section-services,
  .section-links,
  .section-support {
    margin-top: 80px;
  }
  .service__title {
    max-width: 100%;
    font-size: 16px;
  }
  .service__icon img {
    max-height: 54px;
    max-width: 54px;
    padding: 14px 14px;
  }
  .service__icon:before {
    width: 74px;
    height: 74px;
  }
  .service__text {
    font-size: 14px;
  }

  .links__subtitle {
    margin-top: 16px;
  }
  .links__wrapper {
    gap: 25px;
  }
  .links__left {
    max-width: 100%;
  }

  .link__item-button .site-button {
    font-size: 18px;
  }
  .link__item-image {
    max-width: 290px;
  }
  .link__item-image img {
    height: 100%;
    max-height: 290px;
    width: 100%;
    object-fit: cover;
  }

  .section-partners {
    margin-top: 80px;
  }
  .section-contact {
    margin-top: 80px;
    max-height: 100%;
    padding: 60px 0;
  }

  .contact__right {
    min-height: 100%;
    margin: 0;
    max-width: 100%;
  }
  .contact__left {
    max-width: 100%;
  }
  .contact__right {
    padding: 20px 16px;
  }
  .section-blog-news {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .related-posts {
    margin-top: 30px;
  }
  /* the slides */
  .related-posts .slick-slide {
    margin: 0 5px;
  }

  /* the parent */
  .related-posts .slick-list {
    margin: 0 -5px;
  }
  .related-posts h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  .post-excerpt p {
    font-size: 12px;
  }
  .post-read-more a {
    margin-top: 10px;
    font-size: 14px;
  }
  .post-title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .parters__wrapper {
    margin-top: 30px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .section-blog {
    margin-top: 80px;
  }
  .menu li {
    padding: 5px 0;
  }
  header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 5000;
  }
  .menu {
    gap: 16px;
  }
  .employee__wrapper {
    gap: 30px;
  }
  .counters__wrapper {
    display: grid;
    gap: 16px;
  }
  .agent__name {
    margin-top: 15px;
  }
  .page-template-about-template .section-partners {
    margin-top: 90px;
  }
  .agent__description {
    max-width: 100%;
  }
  .agent__photo,
  .agent__photo img {
    max-width: 120px;
    max-height: 120px;
  }
  .section-agents {
    margin-top: 80px;
  }
  .counter__value {
    font-size: 32px;
  }
  .vertical-divider {
    display: none;
  }
  .counter__title {
    font-size: 12px;
  }
  .section-counters {
    margin-top: 80px;
  }

  .modal-custom-content {
    max-width: 100%;
  }
  .section-about-hero {
    margin-top: 25px;
  }
  .section-employee {
    margin-top: 80px;
  }
  .hero__video {
    min-height: 215px;
  }
  .employee__item {
    gap: 10px;
  }

  .section-testimonials {
    margin-top: 70px;
  }
  .testimonials__wrapper {
    margin-top: 30px;
  }
  .testimonial__right {
    max-width: 100%;
    padding: 30px 16px;
    padding-bottom: 80px;
  }

  .testimonial__left {
    gap: 10px;
  }
  .testimonial__right:before {
    width: 30px;
    height: 30px;
    /* left: 0; */
  }
  .testimonial__text {
    gap: 5px;
  }
  .testimonial__right p {
    font-size: 12px;
  }
  .agents__wrapper .slick-slide {
    margin: 0;
  }

  /* the parent */
  .agents__wrapper .slick-list {
    margin: 0;
  }
  .modal-content {
    max-width: calc(100% - 16px);
  }
  .section-testimonials {
    margin-bottom: 50px;
  }
  .section-posts {
    margin-top: 25px;
  }
  .appartments__filter {
    margin-top: 25px;
  }
  .appartments-type .slick-list {
    padding: 0 10% 0 0 !important;
    margin: 0 -10px;
  }
  .section-top-banner {
    margin-top: 25px;
  }
  .appartments-type .slick-slide {
    margin: 0 10px;
  }
  .section-map,
  .section-office {
    margin-top: 50px;
  }
  .section-top-banner .section-contact {
    margin-top: 20px;
  }
  .contact-page__soicals {
    margin-top: 25px;
  }
  .contact-page__soicals {
    gap: 15px;
  }
  .contact-page__get_in_touch {
    margin-top: 5px;
    row-gap: 8px;
  }
  .contact-wrapper-section {
    margin-bottom: 30px;
  }
  .appartment-type__item a {
    width: 100%;
    text-align: center;
    display: block;
  }
  .appartments__filter {
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .appartment-items .listing__label {
    position: relative;
    top: 0;
    left: 0;
  }
  .office__slider .slick-slide {
    margin: 0;
  }
  .office__slider .slick-next {
    right: 0;
  }
  /* the parent */
  .office__slider .slick-list {
    margin: 0;
    padding: 0 0 0 0 !important;
  }
  .section-single-app {
    margin-top: 30px;
  }
  .apartments__inline-item {
    font-size: 24px;
  }
  .apartments__content p {
    font-size: 16px;
  }
  .apartments__details-table {
    padding: 16px;
  }

  .office__right-title {
    margin-top: 10px;
  }
  .office__right-text {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .office__right {
    max-width: 100%;
    margin-top: 40px;
  }
  .section-office {
    margin-bottom: 30px;
  }
  .apartments__slider-item {
    height: 350px;
  }
  .menu li.current-menu-item:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .apartments__details-table {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
  }
  .table-item-name {
    font-size: 16px;
  }
  .listing__image {
    margin: 0 auto;
  }
  .table-item-value {
    font-size: 16px;
  }
  .section-single-app {
    margin-bottom: 30px;
  }
  .apartments__content ul,
  .apartments__content ul li {
    font-size: 16px;
    padding-left: 0px;
  }
  .apartments__content ul {
    padding-left: 16px;
  }

  .section-single .apartments__agent {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .section-single {
    margin-bottom: 30px;
  }
  .post__image img {
    max-height: 300px;
  }
  .section-single .apartments__content {
    gap: 16px;
  }
  .single-right {
    max-width: 100%;
    margin-top: 30px;
  }
  .apartments__cta {
    margin-top: 15px;
  }
  .section-single {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 10px 0;
  }
  h1 {
    font-size: 26px;
  }
  .appartment-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .counters__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .links__wrapper {
    flex-wrap: wrap;
  }
  .section-hero {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .links__items {
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .apartments__agent-left {
    gap: 8px;
  }
  .appartment-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-right h4 {
    text-align: center;
  }
  .form-title {
    text-align: center;
  }
  .apartments__slider-item {
    height: 220px;
  }
  .apartments__slider-nav-item img {
    height: 90px;
  }
  .apartments__slider-nav .slick-next:before,
  .apartments__slider-nav .slick-prev:before {
    width: 20px;
  }
  .support__button a,
  .blog-section__button a,
  .listing-button a,
  .hero__subtitle a {
    width: 100%;
  }
  .hero__video {
    margin-top: 30px;
  }
  .footer-col-right {
    padding: 20px;
  }
  .section-services__item {
    flex: 0 0 calc(100% - 16px);
  }
  .page-numbers {
    width: 38px;
    height: 38px;
  }
  .footer-wrapper {
    gap: 30px;
  }
  .footer-menu .menu {
    gap: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .links__wrapper {
    gap: 0;
  }
  .links__right {
    margin-top: 30px;
    max-width: 100%;
  }
  .link__item {
    max-height: none;
    max-width: 100%;
  }
  .link__item-image {
    max-width: 100%;
    max-height: none;
  }
  .link__item-image img {
    max-width: 100%;
    max-height: none;
    display: block;
  }
  .related-posts {
    display: block;
  }
  .footer-wrapper {
    justify-content: flex-start;
  }
  .appartments__filter-options {
    left: 0;
    right: auto;
  }
  .section-contact {
    max-height: none;
    min-height: auto;
  }
  .contact__left {
    padding: 0;
    margin-bottom: 30px;
  }
  .hero-slider__item img {
    min-height: 250px;
    object-fit: cover;
  }
  .listing-items {
    display: block;
  }

  .listing-items .slick-dots {
    margin-top: 20px;
  }
  .post-image {
    max-width: 100%;
  }
  .section-map-iframe iframe {
    max-height: 400px;
    height: 400px;
  }
  .apartments__agent {
    padding: 20px;
  }
  .apartments__inline-item {
    padding: 15px 20px;
  }
  .apartments__cta .wpcf7 {
    padding: 40px 20px;
  }
  .filter-handler__button {
    font-size: 14px;
  }
}
