@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Cormorant";
  font-variant-numeric: lining-nums tabular-nums;
}

.container {
  max-width: 1900px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

body.no-scroll {
  overflow: hidden;
}

.hero__favorite {
  cursor: pointer;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumbs-link {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #2b2b2b;
  white-space: nowrap;
}
.breadcrumbs-divider {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #2b2b2b;
}
.breadcrumbs-current {
  white-space: nowrap;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #14345b;
}

.egoist__link--primary {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  background: #f4892d;
  color: #F7F9FA;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  white-space: nowrap;
  transition: all 0.3s;
  border: 1px solid #f4892d;
}
.egoist__link--primary:hover {
  border: 1px solid #f4892d;
  background: transparent;
  color: #f4892d;
  transition: all 0.3s;
}
.egoist__link--secondary {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  border: 1px solid #14345b;
  color: #14345b;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  white-space: nowrap;
}
.egoist__link--secondary:hover {
  background: #14345b;
  color: #e6eef5;
  transition: all 0.3s;
}

.title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}
.title span {
  text-transform: lowercase;
  font-style: italic;
}

.header-button {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  padding: 16px 24px;
  transition: all 0.3s;
}
.header-button:hover {
  color: #f4892d;
  border-color: #f4892d;
}

.header {
  background: #e6eef5;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
}
.header .header__content-divider-white {
  display: none;
}
.header.header-main-page {
  background: transparent;
}
.header.header-main-page.active {
  background: #e6eef5;
}
.header.header-main-page.active .header__logo svg path {
  fill: #14345B;
  stroke: #14345B;
}
.header.header-main-page.active .header__contact_link svg path {
  fill: #14345B;
  stroke: #14345B;
}
.header.header-main-page.active .header__contact_link span {
  color: #14345B;
}
.header.header-main-page .header__content-divider {
  display: none;
}
.header.header-main-page .header__content-divider-white {
  bottom: 0;
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
}
.header.header-main-page .header__menu_link:hover {
  color: #14345b;
  transition: all 0.3s;
}
.header.header-main-page .header-button {
  color: #F7F9FA;
  border-color: #F7F9FA;
  transition: all 0.3s;
}
.header.header-main-page .header-button:hover {
  transition: all 0.3s;
  background: #14345b;
  border-color: #14345b;
}
.header.header-main-page .header__menu_link,
.header.header-main-page .header__contact_link {
  color: #f7f9fa;
}
.header.header-main-page .header__menu_link svg path,
.header.header-main-page .header__contact_link svg path {
  fill: #f7f9fa;
}
.header.header-main-page .header__lang_link {
  color: #f7f9fa;
}
.header.header-main-page .header__lang_link.active {
  color: #f7f9fa;
}
.header.header-main-page .header__lang_link svg path {
  stroke: #f7f9fa;
}
.header.header-main-page .header__lang_dropdown {
  background: #14345b;
}

.header.header-main-page .header__contact_link:hover {
  color: #14345b;
  transition: all 0.3s;
}
.header.header-main-page .header__contact_link:hover svg path {
  fill: #14345b;
  transition: all 0.3s;
}
.header-mobile {
  display: none;
}
.header-mobile-button {
  display: none;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 25px 0;
}
.header__content-divider {
  bottom: 0;
  position: absolute;
  height: 1px;
  width: 100%;
}
.header__start {
  display: flex;
  align-items: center;
  gap: 90px;
}
.header__menu_list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__menu_link {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  transition: all 0.3s;
  text-transform: uppercase;
  color: #2b2b2b;
}
.header__menu_link:hover {
  transition: all 0.3s;
  color: #f4892d;
}
.header__lang {
  position: relative;
}
.header__lang:hover .header__lang_dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__lang_dropdown {
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  flex-direction: column;
  position: absolute;
  background: #e6eef5;
  left: -20px;
  padding: 20px;
  gap: 20px;
  padding-top: 10px;
}
.header__lang_dropdown.active {
  display: flex;
}
.header__lang_dropdown .header__lang_link.active {
  text-decoration: underline;
}
.header__lang_link {
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.header__lang_link svg path {
  transition: all 0.3s;
}
.header__lang_link:hover {
  transition: all 0.3s;
  color: #f4892d;
}
.header__lang_link:hover svg path {
  stroke: #f4892d;
  transition: all 0.3s;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__contact_link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums tabular-nums;
  color: #14345b;
  transition: all 0.3s;
}
.header__contact_link svg path {
  transition: all 0.3s;
}
.header__contact_link:hover {
  transition: all 0.3s;
  color: #f4892d;
}
.header__contact_link:hover svg path {
  fill: #f4892d;
  transition: all 0.3s;
}

.popup-wishlist-wrap {
  display: none;
}
.popup-wishlist-wrap.is-active {
  display: flex;
}

.popup-wishlist-close {
  cursor: pointer;
}

body.no-scroll::after {
  content: "";
  position: fixed;
  inset: 0;
  /*   backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.2); 
    z-index: 9990;  */
}

.popup-wishlist-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}

.popup-wishlist {
  background: #E6EEF5;
  border: 1px solid #14345B;
  padding: 50px 65px;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1280px;
  z-index: 9999;
  max-height: 825px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.popup-wishlist .contacs {
  padding-top: 0;
  background: transparent;
}
.popup-wishlist .contacts-content-wrap {
  margin-top: 0;
}
.popup-wishlist .contacts-content {
  padding: 0;
  border: none;
}

.popup-contact-wishlist-wrap {
  display: none;
}
.popup-contact-wishlist-wrap.is-active {
  display: flex;
}
.popup-contact-wishlist-wrap .popup-contact-wishlist {
  background-size: contain;
  background-repeat: no-repeat;
}
.popup-contact-wishlist-wrap .popup-wishlist {
  max-height: 740px;
  padding: 80px 60px;
}

.popup-contact-wishlist-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99;
}

.popup-wishlist-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-wishlist-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345B;
}

.popup-wishlist-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}
.popup-wishlist-content .product-card {
  width: 50%;
}

.hero {
  height: 1080px;
  position: relative;
  min-height: 1080px;
  padding: 200px 0 130px 0;
  overflow: hidden;
}
.hero .container {
  position: relative;
  height: 100%;
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero__content {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.hero__column:nth-child(1) {
  width: 65%;
}
.hero__column:nth-child(2) {
  width: calc(35% - 50px);
}
.hero__label {
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #F7F9FA;
}
.hero__title {
  font-weight: 600;
  font-size: 124px;
  line-height: 90%;
  text-transform: uppercase;
  color: #F7F9FA;
  white-space: nowrap;
}
.hero__title span {
  font-style: italic;
  text-transform: lowercase;
}
.hero__text {
  color: #F7F9FA;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
}
.hero__buttons {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.hero__buttons a {
  width: 50%;
}
.hero__favorite {
  background: url("../images/wishlist.svg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.hero__favorite-wrap {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 29;
}
.hero__favorite_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero__favorite_title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #f7f9fa;
}
.hero__favorite_objects {
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefits {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 0 0;
}
.benefits-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.benefits-row--tablet {
  display: none;
}
.benefits-row:nth-child(2) {
  margin-top: 30px;
}
.benefits-card {
  width: 33%;
  background: rgba(20, 52, 91, 0.3019607843);
  border: 1px solid rgba(20, 52, 91, 0.1019607843);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 50px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 90px;
}
.benefits-card--empty {
  border: none;
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.benefits-card__title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
  font-variant-numeric: lining-nums tabular-nums;
}
.benefits-card__subtitle {
  font-family: "Cormorant";
  font-weight: 700;
  font-style: Italic;
  font-size: 40px;
  line-height: 100%;
  color: #f7f9fa;
  font-variant-numeric: lining-nums tabular-nums;
}
.benefits-bottom {
  padding: 360px 0 0 0;
}
.benefits-label {
  font-family: " Cormorant";
  font-weight: 400;
  font-style: Italic;
  font-size: 40px;
  line-height: 100%;
  color: #e6eef5;
  text-align: center;
}
.benefits-image {
  padding: 40px 0 0 0;
}
.benefits-image img {
  width: 100%;
}

.dream {
  background: #e6eef5;
  padding: 180px 0;
}
.dream__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 80px 15px;
}
.dream__link {
  color: #f4892d;
  border: 1px solid #f4892d;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 15px 20px;
}
.dream__slider-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 15px 0 15px;
}
.dream__slider-pagination {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b !important;
}
.dream__slider-pagination .swiper-pagination-current {
  font-size: 80px;
}
.dream__slider-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.dream__slider-prev {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #14345b;
  cursor: pointer;
  transition: all 0.3s;
}
.dream__slider-prev svg path {
  transition: all 0.3s;
}
.dream__slider-prev:hover {
  background: #14345b;
  transition: all 0.3s;
}
.dream__slider-prev:hover svg path {
  stroke: #f7f9fa;
  transition: all 0.3s;
}
.dream__slider-next {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #14345b;
  cursor: pointer;
  transition: all 0.3s;
}
.dream__slider-next svg path {
  transition: all 0.3s;
}
.dream__slider-next:hover {
  background: #14345b;
  transition: all 0.3s;
}
.dream__slider-next:hover svg path {
  stroke: #f7f9fa;
  transition: all 0.3s;
}
.dream__slide .product-card {
  width: 100%;
}

.product-card {
  width: 33%;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.product-card:hover.sell .product-card__button {
  background: #2b2b2b;
  color: #f7f9fa;
  border: none;
}
.product-card.sell .product-card__button {
  background: #2b2b2b;
  color: #f7f9fa;
  border: none;
}
.product-card:hover {
  background: #f7f9fa;
}
.product-card:hover .product-card-image {
  transform: scale(1.2);
  transition: all 0.3s;
}
.product-card:hover .product-card__button {
  background: #14345b;
  color: #f7f9fa;
  transition: all 0.3s;
}
.product-card__characteristics_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* flex-wrap: wrap; */
}
.product-card__characteristics_wrap .characteristics {
  display: flex;
 /*  align-items: center; */
  align-items: flex-start;
  gap: 5px;
}
.product-card__characteristics_wrap .characteristics.mob {
  display: none;
}
.product-card__characteristics_wrap .characteristics span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
}
.product-card__characteristics_column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-card__wrap {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__wrap {
    position: relative;
    overflow: hidden;
}

.product-card__wrap .product-card-image {
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;          /* КЛЮЧЕВОЕ */
    object-position: center;

    z-index: 1;
    transition: 0.3s;
    display: block;
}

.product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.product-card__label {
  background: rgba(20, 52, 91, 0.5019607843);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: -moz-min-content;
  width: min-content;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #f7f9fa;
  padding: 10px;
}
.object-favorite {
  background: url("../images/favorite-fill.svg");
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.product-card__favorite-btn svg path {
  transition: all 0.3s;
}
.product-card__favorite-btn.is-active svg path {
  transition: all 0.3s;
  fill: #f7f9fa;
}
.product-card__attr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  gap: 20px;
}
.product-card__attr .attributte {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
  background: rgba(20, 52, 91, 0.5019607843);
  padding: 8px 12px;
}
.product-card__attr .attr-installment {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
  background: rgba(244, 137, 45, 0.5019607843);
  padding: 8px 12px;
}
.product-card__title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #14345b;
  padding: 30px 0 20px 0;
}
.product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.product-card__price {
  font-family: "Cormorant";
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  color: #14345b;
  font-weight: 700;
}
.product-card__button {
  transition: all 0.3s;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  border: 1px solid #14345b;
  color: #14345b;
  height: 50px;
  padding: 0 45px;
}

.premium {
  background: #e6eef5;
  padding: 180px 0 0 0;
}
.premium-top {
  display: flex;
  padding-bottom: 50px;
}
.premium-title {
  width: 60%;
}
.premium-description {
  width: 40%;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #2b2b2b;
}
.premium-description a {
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant";
}

.premium-slider-control-wrap {
  position: absolute;
  bottom: 90px;
  width: 100%;
  z-index: 5;
}

.premium-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  height: 680px;
}

.premium-slide {
  min-width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.premium-slide img {
  height: 100%;
}

.premium-slider-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.premium-slider-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.premium-slider-current {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
}

.premium-slider-prev {
  border: 1px solid #f7f9fa;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.premium-slider-prev:hover {
  background: #f7f9fa;
  transition: all 0.3s;
}
.premium-slider-prev:hover svg path {
  stroke: #14345b;
  transition: all 0.3s;
}

.premium-slider-next {
  border: 1px solid #f7f9fa;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.premium-slider-next:hover {
  background: #f7f9fa;
  transition: all 0.3s;
}
.premium-slider-next:hover svg path {
  stroke: #14345b;
  transition: all 0.3s;
}

.premium-slider-pagination {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #f7f9fa;
}

.panorama {
  background-color: #14345b;
  background-repeat: no-repeat;
  padding: 280px 0 0 0;
}
.panorama-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 870px;
  margin-left: auto;
}
.panorama-title {
  color: #f7f9fa;
  max-width: 840px;
}
.panorama-description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #f7f9fa;
}
.panorama-slider {
  width: 70%;
  margin-left: auto !important;
  margin-right: initial !important;
  margin-top: 50px;
}
.panorama-slider-next {
  border: 1px solid #f7f9fa;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.panorama-slider-next:hover {
  background: #f7f9fa;
}
.panorama-slider-next:hover svg path {
  stroke: #14345b;
}
.panorama-slider-prev {
  border: 1px solid #f7f9fa;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.panorama-slider-prev:hover {
  background: #f7f9fa;
}
.panorama-slider-prev:hover svg path {
  stroke: #14345b;
}
.panorama-slider-pagination {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa !important;
}
.panorama-slider-pagination .swiper-pagination-current {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
}
.panorama-slide {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 40px 40px 40px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: auto !important;
  gap: 120px;
  cursor: pointer;
  position: relative;
}
.panorama-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f7f9fa;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.panorama-slide:hover::before {
  background: transparent;
  transition: all 0.3s;
}
.panorama-slide:hover .panorama-location-name {
  color: #f7f9fa;
  transition: all 0.3s;
}
.panorama-slide:hover .panorama-location-icon svg path {
  fill: #f7f9fa;
  transition: all 0.3s;
}
.panorama-slide:hover .panorama-info-name {
  color: #f7f9fa;
  transition: all 0.3s;
}
.panorama-slide:hover .panorama-info-subname {
  color: #f7f9fa;
  transition: all 0.3s;
}
.panorama-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panorama-location-name {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.panorama-location-icon {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.panorama-info-name {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #14345b;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.panorama-info-subname {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  color: #2b2b2b;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.panorama-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.finale {
  padding: 180px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.finale-content {
  display: flex;
}
.finale-title {
  width: 70%;
  color: #f7f9fa;
}
.finale-description {
  width: 30%;
}
.finale-description p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #f7f9fa;
}
.finale-link {
  margin-top: 30px;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
  padding: 16px 24px;
  background: #f4892d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #f4892d;
  transition: all 0.3s;
}
.finale-link:hover {
  transition: all 0.3s;
  background: transparent;
  color: #f4892d;
}

.catalog-breadcrumbs {
  padding: 0 15px;
}

.catalog-filters {
  padding-right: 15px;
  padding-left: 15px;
}

.catalog .container {
  padding: 0;
}

.catalog {
  background: #e6eef5;
  overflow: hidden;
  position: relative;
  padding: 140px 15px 180px 15px;
}
.catalog-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  padding: 20px 15px 0 15px;
}
.catalog-count {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: top;
}
.catalog-location {
  background: #f7f9fa;
  min-width: 335px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
  padding: 22px;
  border: 1px solid #f7f9fa;
  cursor: pointer;
}
.catalog-location.active {
  border: 1px solid #14345b;
  color: #14345b;
}
.catalog-location-wrap {
  height: 72px;
  padding: 30px 30px 30px 15px;
}
.contacts-form-submit {
    font-family: "Cormorant";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    background: #F4892D;
    color: #F7F9FA;
    padding: 16px 24px;
}
.catalog-location-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  position: absolute;
  gap: 10px;
  padding-right: 100px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.catalog-location-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.catalog-filters {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-filter-btn {
  display: none;
}
.catalog-filter-container {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  cursor: pointer;
}
.catalog-filter-top {
  display: flex;
  align-items: center;
}
.catalog-filter-name {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
}
.catalog-filter-dropdown {
  background: #f7f9fa;
  box-shadow: 20px 8px 80px 0px rgba(20, 52, 91, 0.1490196078);
  padding: 20px;
}
.catalog-filter-label {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #14345b;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
}
.catalog-filter-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.catalog-filter-column {
  width: 50%;
}
.catalog-filter-reset {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f4892d;
  border: 1px solid #f4892d;
  padding: 16px;
  width: 50%;
}
.catalog-filter-apply {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
  background: #f4892d;
  padding: 16px;
  width: 50%;
  border: 1px solid #f4892d;
}
.catalog-filter-variants {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog-filter-variant {
  cursor: pointer;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
}
.catalog-filter-variant.active {
  color: #14345b;
}
.catalog-filter-variant.active::before {
  content: url("../images/apply.svg");
  position: absolute;
  left: 0;
}
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0px;
  padding: 35px 0 0 0;
}
/* .catalog-item {
  width: 33.3333333333%;
} */
.catalog-item .product-card {
  width: 100%;
}
.catalog-input-container {
  border: 1px solid #14345b;
  padding: 9px 10px;
}
.catalog-input-container input {
  border: none;
  outline: none;
  background: transparent;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  width: 100%;
}
.catalog-slider {
  margin: 30px 0 30px 0;
  height: 24px;
}
.catalog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 0 0;
}
.catalog-controls-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.catalog-controls-prev {
  border: 1px solid #14345b;
  padding: 19px 23px;
  cursor: pointer;
  transition: all 0.3s;
}
.catalog-controls-prev:hover {
  background: #14345b;
  transition: all 0.3s;
}
.catalog-controls-prev:hover svg path {
  transition: all 0.3s;
  stroke: #f7f9fa;
}
.catalog-controls-next {
  border: 1px solid #14345b;
  padding: 19px 23px;
  cursor: pointer;
  transition: all 0.3s;
}
.catalog-controls-next:hover {
  transition: all 0.3s;
  background: #14345b;
}
.catalog-controls-next:hover svg path {
  transition: all 0.3s;
  stroke: #f7f9fa;
}
.catalog-fraction-current {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}
.catalog-fraction-divider {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}
.catalog-fraction-pages {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}

.filter-sort {
  position: relative;
}
.filter-sort.open .catalog-filter-name {
  color: #14345b;
}
.filter-sort.open .catalog-filter-dropdown {
  display: flex;
  right: 0;
  left: initial;
}

.catalog-filter {
  position: relative;
}

.catalog-filter-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  min-width: -moz-fit-content;
  min-width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.catalog-filter .catalog-filter-name {
  color: #14345b;
}
.catalog-filter.open .catalog-filter-dropdown {
  display: block;
}

.catalog-filter-top {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog-filter-variant {
  cursor: pointer;
}

.filter-container-body {
  padding-top: 15px;
}

.filter-container-body-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.filter-container-body-price .catalog-filter-row {
  width: 50%;
}
.filter-container-body-price .catalog-slider {
  width: 50%;
  margin: 0;
}

.filter-container-body {
  display: none;
}

.filter-container.open .filter-container-body {
  display: block;
}

.filter-container-top {
  cursor: pointer;
}

.filter-choice {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  text-transform: uppercase;
}

.filter-container-end {
  display: flex;
  align-items: center;
  gap: 30px;
}

.filters-popup-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.filter-container-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-container-name {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
}

.filter-container-item {
  font-family: "Cormorant";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #14345b;
  padding-bottom: 20px;
  cursor: pointer;
}
.filter-container-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top:5px;
    width: 14px;
    height: 14px;
    background: url('../images/apply.svg') center / contain no-repeat;
}

	
.catalog-range {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(20, 52, 91, 0.3019607843);
}

.catalog-range .catalog-progress {
  position: absolute;
  height: 100%;
  background: #14345b;
  border-radius: 5px;
  left: 0;
  right: 0;
}

.catalog-range input[type=range] {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  background: rgba(20, 52, 91, 0.3019607843);
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.catalog-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(20, 52, 91, 0.3019607843);
  pointer-events: auto;
  cursor: pointer;
}

.catalog-range input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #14345b;
  pointer-events: auto;
  cursor: pointer;
}

/* filters popup */
.filters-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f7f9fa;
  padding: 0 20px;
  width: 95%;
  height: 95%;
  z-index: 1000;
  flex-direction: column;
}

.filters-popup.active {
  display: flex;
}

.filters-popup-header {
  padding: 40px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  position: relative;
}
.filters-popup-header-divider {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}

.filters-popup-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}

.filters-popup-body {
  flex: 1;
  overflow-y: auto;
  padding: 40px 0 30px 0;
}

.filters-popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 0;
  background: #f7f9fa;
}

.filters-popup-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.filters-popup-results {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}

.filters-popup-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.filter-container.open .filter-container-name {
  color: #14345b;
}

.filters-popup-reset {
  border: 1px solid #f4892d;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 16px 24px;
  color: #f4892d;
}

.filters-popup-apply {
  background: #f4892d;
  padding: 16px 24px;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
}

.object {
  background: #f7f9fa;
  overflow: hidden;
  position: relative;
  padding-top: 115px;
}
.object .container {
  max-width: 1200px;
}
.object-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.object-top-wrap {
  position: absolute;
  top: 30px;
  z-index: 5;
  width: 100%;
  right: 0;
}
.object-gallery {
  width: 100%;
  position: relative;
}
.object-gallery-controls {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.object-gallery-controls-wrap {
  position: absolute;
  z-index: 5;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 100px;
}
.object-gallery-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.object-gallery-prev {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border: 1px solid #f7f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.object-gallery-prev:hover {
  transition: all 0.3s;
  background: #f7f9fa;
}
.object-gallery-prev:hover svg path {
  stroke: #14345b;
}
.object-gallery-next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  border: 1px solid #f7f9fa;
}
.object-gallery-next:hover {
  transition: all 0.3s;
  background: #f7f9fa;
}
.object-gallery-next:hover svg path {
  stroke: #14345b;
}
.object-gallery-pagination {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa !important;
}
.object-gallery-pagination .swiper-pagination-current {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
}
.object-slide img {
  width: 100%;
}
.object-attributes {
  display: flex;
  align-items: center;
  gap: 20px;
}
.object-attributes .object-attr {
  background: rgba(20, 52, 91, 0.5019607843);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #f7f9fa;
  padding: 8px 12px;
  white-space: nowrap;
}
.object-attributes .object-installment {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #f7f9fa;
  background: rgba(244, 137, 45, 0.5019607843);
  padding: 8px 12px;
}

.object-dream {
  padding: 180px 0;
}

.object-gallery,
.object-slide {
  height: 680px;
}

.object-slide img {
  height: 100%;
}

.gallery-preview {
  position: relative;
  cursor: pointer;
  width: 64px;
  height: 64px;
}
.gallery-preview img {
  width: 64px;
  height: 64px;
}
.gallery-preview::before {
  content: "";
  background-image: url("../images/object-slide-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0px;
  left: 8px;
  opacity: 0;
  transition: all 0.3s;
}
.gallery-preview:hover::before {
  opacity: 1;
  top: 8px;
  transition: all 0.3s;
}
.gallery-preview-video::before {
  content: "";
  background-image: url("../images/youtube.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 45px;
  height: 30px;
  opacity: 1;
}

.gallery-preview-container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 30px 0 50px 0;
}

.object-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}

.object-description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #2b2b2b;
}

.object-full {
  display: none;
}

.object-full.expanded {
  display: block;
}

.object-read-more {
  margin-top: 20px;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  border-bottom: 1px solid #14345b;
  padding-bottom: 2px;
}

.object-price {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #14345b;
}
.object-price-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}

.object-data {
  padding: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.object-taxa {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  gap: 5px;
}

.object-attribute-taxa {
  display: none !important;
}

.object-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.object-link-calc {
  border: 1px solid #14345b;
  font-family: "Cormorant";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  padding: 16px 24px;
}

.object-link-form {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
  background: #f4892d;
  padding: 16px 56px;
}

.object-about {
  padding: 50px 0 0 0;
}

.object-about-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  color: #14345b;
  padding-bottom: 20px;
}

.object-about-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #2b2b2b;
}

.object-map-container {
  max-width: 1805px !important;
}

.object-map-filters .catalog-location-wrap {
  padding: 30px 30px 30px 0;
}
.object-map-filters .catalog-location {
  background: #e6eef5;
}

.video-wrapper {
  position: relative;
  width: 100%;
}

.video-wrapper iframe {
  width: 100%;
  height: 560px;
  border: 0;
}

.object-map iframe {
  width: 100%;
  margin-top: 60px;
  height: 560px;
}

.calc {
  display: flex;
  gap: 40px;
  background: #e6eef5;
  padding: 40px;
  color: #14345b;
  margin-top: 10px;
  margin-bottom: 50px;
}

.calc-left {
  width: 70%;
}
.calc-left h3 {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}
.calc-left h3:nth-child(2) {
  padding: 26px 0 0 0;
}

.calc-right {
  padding: 20px;
  background: #f7f9fa;
  width: 30%;
}
.calc-right p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #2b2b2b;
  display: flex;
  flex-direction: column;
  padding: 15px 0 0px 0;
}
.calc-right p span {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  padding-top: 10px;
}
.calc-right p strong {
  font-family: "Cormorant";
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  font-weight: 700;
  font-size: 40px;
  padding-top: 10px;
}

.calc-range-wrap {
  margin-top: 30px;
}
.calc-range-wrap label {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}

.calc-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #14345b;
  margin-top: 15px;
}
.calc-range-labels span {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #14345b;
}

.catalog-range {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(20, 52, 91, 0.3019607843);
  margin-top: 20px;
  border-radius: 5px;
}

.catalog-progress {
  position: absolute;
  height: 100%;
  background: #14345b;
  border-radius: 5px;
  left: 0%;
  right: 0%;
}

.catalog-range input[type=range] {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  background: none; /* ✅ Прозрачный фон */
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
}

.range-min {
  left: 0;
  z-index: 2;
}

.range-max {
  right: 0;
  z-index: 2;
}

.catalog-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #14345b;
  pointer-events: auto;
  cursor: pointer;
}

.catalog-range input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #14345b;
  pointer-events: auto;
  cursor: pointer;
}

.calc-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 30px;
}

.calc-button-reset {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  border: 1px solid #14345b;
  padding: 16px 24px;
}

.calc-button-apply {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa;
  background: #f4892d;
  padding: 16px 24px;
}

.object-autor {
  display: flex;
  align-items: center;
  gap: 10px;
}
.object-autor-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(20, 52, 91, 0.3019607843);
}
.object-autor-wrap {
  padding: 30px 0;
  position: relative;
  /*      &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 1px;
    background: url(../images/divider-object.svg) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
  }
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 76%;
    height: 1px;
    background: url(../images/object-after.svg) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
  } */
}
.object-autor-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.object-autor-name {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
  padding-bottom: 10px;
}
.object-autor-position {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  color: #2b2b2b;
}
.object-statistic {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #2b2b2b;
}
.object-statistic-views {
  display: flex;
  align-items: center;
  gap: 10px;
}
.object-social {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.object-social-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #2b2b2b;
}
.object-social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.object-social-links a {
  background: #14345b;
}

.object-dream {
  background: #f7f9fa;
}

.object-tags {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0 0 0;
  flex-wrap: wrap;
}

.object-tag {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-transform: lowercase;
  color: #2b2b2b;
}

.object-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.object-attributes-wrap {
  display: flex;
  align-items: center;
  gap: 20px 50px;
  flex-wrap: wrap;
  padding: 30px 0;
}

.object-attribute {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.object-attribute:nth-child(6) {
  width: 28%;
}
.object-attribute span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #2b2b2b;
}

.footer {
  background: #e6eef5;
  padding: 180px 0 0 0;
  position: relative;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.footer__content-divider {
  top: 0;
  position: absolute;
  height: 1px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.footer__column:nth-child(3) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
}
.footer__menu_list {
  display: flex;
  gap: 30px;
}
.footer__menu_link {
  font-family: "Cormorant";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  word-spacing: 2px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__contacts a {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
  font-variant-numeric: lining-nums tabular-nums;
}
.footer__social {
  display: flex;
  padding-top: 60px;
  gap: 30px;
}
.footer__social a {
  background: #14345b;
}
.footer__link {
  font-family: "Cormorant";
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
  display: flex;
  justify-content: flex-start;
  width: 33%;
}
.footer__copyright {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
  font-variant-numeric: lining-nums tabular-nums;
  display: flex;
  width: 33%;
  justify-content: center;
}
.footer__empty {
  display: flex;
  width: 33%;
}
.footer__image {
  padding-top: 40px;
}
.footer__image img {
  width: 100%;
}

.object-dream__top {
  padding: 0 0 50px 0;
}

.object-dream__slider-control {
  padding: 50px 0px 0 0px;
}

.object-gallery.mobile {
  display: none;
}

.object-autor-wrap-before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  width: 100%;
}
.object-autor-wrap-before img {
  width: 90%;
  height: 1px;
  margin: 0 auto;
}

.object-autor-wrap-after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  width: 100%;
}
.object-autor-wrap-after img {
  width: 90%;
  height: 1px;
  margin: 0 auto;
}

.dream__link {
  transition: all 0.3s;
}
.dream__link:hover {
  background: #f4892d;
  color: #f7f9fa;
  transition: all 0.3s;
}

.property-management {
  padding: 180px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.property-management-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.property-management-top {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
}
.property-management-title {
  width: 60%;
}
.property-management-description {
  width: 40%;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #f7f9fa;
}
.property-management-description p:nth-child(2) {
  padding-top: 10px;
}
.property-management-description a {
  background: #f4892d;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #f7f9fa;
  padding: 16px 24px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #f4892d;
  transition: all 0.3s;
}
.property-management-description a:hover {
  border: 1px solid #f4892d;
  background: transparent;
  transition: all 0.3s;
  color: #f4892d;
}

.property-management-card {
  width: calc(33.3333333333% - 30px);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 140px;
  background: rgba(20, 52, 91, 0.3019607843);
  border: 1px solid rgba(20, 52, 91, 0.1019607843);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-size: cover;
}
.property-management-card.empty {
  background: none;
  border: none;
  -webkit-backdrop-filter: initial;
          backdrop-filter: initial;
}
.property-management-card-top {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #f7f9fa;
}
.property-management-card-text {
  color: #f7f9fa;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -2%;
}

.clients-stories {
  padding: 180px 0;
  background: #14345b;
}
.clients-stories-top {
  display: flex;
  align-items: center;
}
.clients-stories-title {
  width: 70%;
  color: #f7f9fa;
}
.clients-stories-description {
  width: 30%;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #f7f9fa;
}
.clients-stories-slider {
  margin-top: 50px;
}
.clients-stories-card {
  background: #f7f9fa;
  padding: 50px 30px;
}
.clients-stories-card-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #14345b;
  padding-bottom: 20px;
}
.clients-stories-card-text {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #2b2b2b;
  padding-bottom: 20px;
}
.clients-stories-card-images {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 40px;
}
.clients-stories-card-image {
  max-width: 240px;
}
.clients-stories-card-autor {
  display: flex;
  align-items: center;
  gap: 10px;
}
.clients-stories-card-autor-photo {
  border: 1px solid rgba(20, 52, 91, 0.3019607843);
  width: 64px;
  height: 64px;
  border-radius: 50px;
}
.clients-stories-card-autor-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.clients-stories-card-autor-name {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2b2b2b;
}
.clients-stories-card-autor-position {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  color: #2b2b2b;
}
.clients-stories-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}
.clients-stories-prev {
  border: 1px solid #f7f9fa;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.clients-stories-prev:hover {
  background: #f7f9fa;
}
.clients-stories-prev:hover svg path {
  stroke: #14345b;
}
.clients-stories-next {
  border: 1px solid #f7f9fa;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.clients-stories-next:hover {
  background: #f7f9fa;
}
.clients-stories-next:hover svg path {
  stroke: #14345b;
}

.swiper-pagination-current {
  font-size: 80px;
}

.clients-stories-slider-pagination {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f7f9fa !important;
}

.blog {
  padding: 140px 0 180px 0;
  background: #E6EEF5;
  overflow: hidden;
  position: relative;
}
.blog-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345B;
  padding-top: 50px;
}
.blog-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  position: absolute;
  padding-right: 100px;
  scrollbar-width: none;
}
.blog-filters-wrap {
  height: 72px;
  margin-top: 50px;
}
.blog-filter {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #2B2B2B;
  background: #F7F9FA;
  padding: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.blog-filter.active {
  border: 1px solid #14345B;
}
.blog-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 0 0;
}
.blog-controls-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-controls-prev {
  border: 1px solid #14345b;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.blog-controls-prev:hover {
  background: #14345b;
  transition: all 0.3s;
}
.blog-controls-prev:hover svg path {
  transition: all 0.3s;
  stroke: #f7f9fa;
}
.blog-controls-next {
  border: 1px solid #14345b;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.blog-controls-next:hover {
  background: #14345b;
  transition: all 0.3s;
}
.blog-controls-next:hover svg path {
  transition: all 0.3s;
  stroke: #f7f9fa;
}
.blog-fraction-current {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}
.blog-fraction-divider {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}
.blog-fraction-pages {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345b;
}

.article-card {
  display: flex;
  align-items: center;
  gap: 30px;
}
.article-card-preview {
  width: 30%;
  width: 560px;
  height: 360px;
}
.article-card-preview img {
  width: 100%;
  height: 100%;
}
.article-card-info {
  width: 70%;
}
.article-card-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #14345B;
  padding-bottom: 20px;
}
.article-card-description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #2B2B2B;
  padding-bottom: 30px;
}
.article-card-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.article-card-tags a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-card-statistic {
  display: flex;
  align-items: center;
  gap: 30px;
}
.article-card-date {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #2B2B2B;
}
.article-card-readtime {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #2B2B2B;
}
.article-card-views {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #2B2B2B;
}
.article-card-link {
  margin-left: auto;
}
.article-card-btn {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345B;
  border: 1px solid #14345B;
  padding: 16px 58px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-card:hover  .article-card-btn {
  transition: all 0.3s;
  background: #14345B;
  color: #e6eef5;
}

.article {
  overflow: hidden;
  background: #F7F9FA;
}
.article-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
  width: 100%;
  margin: 0px 0 50px 0;
  padding-top: 30px;
}
.article-image img {
  width: 100%;
}

.article-dream {
  background: #F7F9FA;
}

.article-autor {
  margin-top: 50px;
}

.object-statistic-readtime {
  display: flex;
  align-items: center;
  gap: 10px;
}

.object-about-text ul li {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #2B2B2B;
  list-style-type: disc;
  margin-left: 30px;
}

.article-description {
  padding-top: 30px;
}

.article-image-padding {
  margin: 50px 0;
}

.object-about-text p {
  padding-top: 10px;
}

.pt100 {
  padding-top: 100px;
}

.about {
  background: #14345B;
  overflow: hidden;
  position: relative;
  height: 1430px;
  padding-top: 125px;
  display: flex;
  align-items: flex-end;
}
.about-logo {
  position: absolute;
  width: 100%;
  top: 0;
}
.about-content {
  display: flex;
}
.about-column {
  /*  width: calc(100% / 3); */
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 130px;
}
.about-column:nth-child(1) {
  width: 40%;
  padding-bottom: 90px;
}
.about-column:nth-child(1)::before {
  content: "";
  width: 74px;
  height: 62px;
  background-size: contain;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
}
.about-column:nth-child(2) {
  width: 30%;
  position: initial;
}
.about-column:nth-child(2) img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-column:nth-child(3) {
  width: 30%;
  padding-bottom: 90px;
}
.about-description {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F7F9FA;
  letter-spacing: -2px;
  max-width: 725px;
}
.about-description p {
  padding-bottom: 10px;
}
.about-quote {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: Italic;
  font-size: 36px;
  line-height: 100%;
  color: #E6EEF5;
}
.about-autor {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: Italic;
  font-size: 36px;
  line-height: 100%;
  color: #E6EEF5;
  max-width: 560px;
  margin-left: auto;
  letter-spacing: -2px;
}

.about-column:nth-child(1) .about-autor {
  display: none;
}

.about-column:nth-child(1)::before {
  left: 50%;
  transform: translateX(-50%);
}

.about-google {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 350px 0;
}

.about-google-content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.about-google-text {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #14345B;
  width: 65%;
}

.google-rating {
  width: 35%;
  background: #F7F9FA;
  box-shadow: 20px 8px 80px 0px rgba(20, 52, 91, 0.1490196078);
  padding: 45px 0px 65px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.google-rating-name {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: center;
  color: #14345B;
}

.google-rating-static {
  display: flex;
  align-items: center;
  gap: 10px;
}
.google-rating-static span {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 39.84px;
  letter-spacing: 0%;
  color: #14345B;
  white-space: nowrap;
}

.finale-content-wrap {
  display: flex;
  flex-direction: column;
}

.finale-top {
  display: flex;
  align-items: center;
}

.finale-cards {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.finale-card {
  width: 33.3333333333%;
  align-self: stretch;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  background: rgba(20, 52, 91, 0.3019607843);
  border: 1px solid rgba(20, 52, 91, 0.1019607843);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.finale-card-count {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F7F9FA;
}
.finale-card-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F7F9FA;
}

.about-breadcrumbs-wrap {
  position: relative;
  overflow: hidden;
}

.about-breadcrumbs {
  position: absolute;
  top: 50px;
  z-index: 1;
}

.contacs {
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #E6EEF5;
}

.contacts-content {
  max-width: 1200px;
  width: 100%;
  border: 1px solid #14345B;
  margin: 0 auto;
  display: flex;
  padding: 80px 60px;
  gap: 90px;
}
.contacts-content-wrap {
  margin-top: 100px;
}

.contacts-info {
  width: 40%;
  position: relative;
}

.contacts-info-divider-horizontal {
  display: none;
}

.contacts-info-divider-vertical {
  position: absolute;
  right: -35px;
  top: -50px;
}

.contacts-form-wrap {
  width: 60%;
}

.contacts-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345B;
  padding-bottom: 140px;
}
.contacts-title span {
  text-transform: lowercase;
  font-style: italic;
}

.contacts-autor {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 36px;
}

.contacts-image {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(20, 52, 91, 0.3019607843);
  border-radius: 50%;
}

.contacts-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-name {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2B2B2B;
}

.contacts-text {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  color: #2B2B2B;
}

.contacts-phones {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345B;
}

.contacts-social {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}
.contacts-social a {
  min-width: 48px;
  min-height: 48px;
}

.contacts-form-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345B;
}
.contacts-form-title span {
  text-transform: lowercase;
  font-style: italic;
}

.contacts-form-description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
  padding: 10px 0 20px 0;
}

.contacts-form-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contacts-form-container {
  border-bottom: 1px solid #14345B;
}
.contacts-form-container input {
  border: none;
  background: none;
  outline: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
  padding-left: 20px;
  padding-bottom: 10px;
}
.contacts-form-container input::-moz-placeholder {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
}
.contacts-form-container input::placeholder {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
}

.contacts-form-messenger {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-top: 15px;
  padding-left: 30px;
}

.contacts-form-radio {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #14345B;
  position: relative;
}
.contacts-form-radio.active::before {
    content: url("https://egoist-estate.com/wp-content/themes/egoist/assets/images/radio-check.svg");
    position: absolute;
    left: -25px;
    top: 0;
}

.contacts-form-txt {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
  padding-top: 20px;
}

.contacts-form-coment {
  padding-top: 30px;
}
.contacts-form-coment textarea {
  border: 1px solid #14345B;
  padding: 20px;
  height: 120px;
  resize: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
  width: 100%;
  background: transparent;
}
.contacts-form-coment textarea::-moz-placeholder {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
}
.contacts-form-coment textarea::placeholder {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #2B2B2B;
}

.contacts-form-bottom {
  padding-top: 30px;
  display: flex;
  gap: 20px;
}
.contacts-form-bottom p input{
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  background: #F4892D;
  color: #F7F9FA;
  padding: 16px 24px;
  cursor: pointer;
  border: transparent;
}

.contacts-form-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #2B2B2B;
}

.contact-map {
  padding-top: 180px;
  background: #E6EEF5;
}

/* .contact-map-content {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  height: 560px;
} */

.contact-map-content-top {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}

.contact-map-content-title {
  width: 70%;
}

.contact-map-content-link {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.contact-map-content-link a {
  font-family: "Cormorant";
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F7F9FA;
  background: #F4892D;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contact-map-content-card {
  padding: 50px;
  background: #F7F9FA;
  max-width: 560px;
}

.contact-map-content-card-row {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  gap: 20px;
}
.contact-map-content-card-row p {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
}

.contact-map-content-card-time {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: Italic;
  font-size: 32px;
  line-height: 100%;
  color: #14345B;
  padding-left: 40px;
  padding-top: 10px;
}

.contact-map-content-card-bottom {
  font-family: "Cormorant";
  font-weight: 600;
  font-style: Italic;
  font-size: 18px;
  line-height: 100%;
  color: #2B2B2B;
  padding-top: 45px;
  padding-left: 35px;
}

.contacts-breadcrumbs-wrap .container {
  position: relative;
}
.contacts-breadcrumbs-wrap .contacts-breadcrumbs {
  position: absolute;
  top: 50px;
}

.privacy {
  background: #F7F9FA;
  padding: 190px 0 180px 0;
}

.privacy-container {
  padding-bottom: 30px;
}

.privacy-description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #2B2B2B;
  padding: 30px 0;
}

.privacy-container {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #2B2B2B;
}
.privacy-container p {
  padding: 10px 0;
}
.privacy-container ul li {
  margin-left: 30px;
  list-style-type: disc;
}

.privacy-container-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  color: #14345B;
}

.privacy-breadcrumbs-wrap .container {
  position: relative;
}

/* .privacy-breadcrumbs {
   position: absolute;
   top: 50px;
   left: 0;
} */

.privacy-breadcrumbs {
  padding-bottom: 30px;
}

.popup-wishlist {
  height: 95%;
  overflow:hidden;
}

.header-mobile-links-wrap {
  display: none;
}

@media (max-width: 1920px) {
  .about {
    height: 1080px;
  }
}
@media (max-width: 1850px) {
  .header__start {
    gap: 50px;
  }
}
@media (max-width: 1785px) {
  /*   .header__contact_link {
      white-space: nowrap;
    }
    .header__start {
      width: 60%;
      justify-content: space-between;
    }
    .header__end {
      width: 40%;
    } */
  .header {
    z-index: 30;
  }
  .header__menu {
    display: none;
  }
  .header__lang {
    display: none;
  }
  .header-mobile {
    background: #e6eef5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    z-index: 20;
    padding: 120px 0 0 0;
  }
  .header-mobile.active {
    display: block;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .header-mobile-button {
    display: block;
  }
  .header-mobile-button.active {
    display: block;
  }
  .header-mobile-button.active .header-mobile-close {
    display: block;
  }
  .header-mobile-button.active .header-mobile-burger {
    display: none;
  }
  .header-mobile-button .header-mobile-close {
    display: none;
  }
  .header-mobile-menu {
    width: 100%;
  }
  .header-mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .header-mobile-menu-link {
    font-family: "Cormorant";
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2b2b2b;
  }
  .header-mobile-menu-link.current {
    font-style: italic;
    color: #14345b;
  }
  .header-mobile-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0 0 0;
  }
  .header-mobile-lang {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
  .header-mobile-lang .current {
    text-decoration: underline;
    padding-bottom: 3px;
  }
  .header-mobile-lang-item {
    font-family: "Cormorant";
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #2b2b2b;
  }
  .header-mobile-lang-item.current {
    color: #14345b;
  }
  .header-mobile-social {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
  }
  .about-column:nth-child(1)::before {
    left: 25%;
    transform: translateX(-50%);
  }
  .about-description {
    font-family: "Cormorant";
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    max-width: 407px;
  }
  .catalog-filter-btn {
    display: flex;
  }
  .catalog-filter-btn .catalog-filter-top {
    gap: 5px;
  }
  .catalog-filter-name {
    font-size: 20px;
    letter-spacing: -2px;
    word-spacing: 2px;
  }
  .catalog-filter-container {
    display: none;
  }
}
@media (max-width: 1680px) {
  .hero__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__column:nth-child(1) {
    width: 100%;
  }
  .hero__column:nth-child(2) {
    width: 100%;
  }
  .hero__buttons a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .catalog {
    padding-bottom: 160px;
  }
  .catalog-item {
    width: calc(50% - 15px);
  }
  .catalog-item:last-child {
    display: none;
  }
}
@media (max-width: 1560px) {
  .panorama {
    background-image: url("../images/map-1366.png") !important;
  }
  .blog-title {
    font-size: 64px;
  }
  .blog-list {
    gap: 40px;
    margin-top: 40px;
  }
  .article-card-description {
    font-size: 20px;
  }
  .article-card-tags {
    gap: 10px;
  }
  .article-card-tags a {
    font-size: 16px;
  }
  .blog-filters-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 1530px) {
  .about-google {
    padding: 160px 0 270px 0;
  }
  .about-google-text {
    font-size: 56px;
  }
  .about-google-text {
    width: 50%;
  }
  .google-rating {
    width: 50%;
  }
  .header-mobile-menu-link {
    font-size: 48px;
  }
  .benefits-card {
    gap: 70px;
  }
  .benefits-card__title {
    font-size: 30px;
  }
  .benefits-card__subtitle {
    font-size: 28px;
  }
  .property-management-card {
    padding: 50px 30px 70px 30px;
    gap: 100px;
  }
  .property-management-card-text {
    font-size: 30px;
  }
  .panorama-slider {
    width: 100%;
  }
  .finale {
    padding: 160px 0 0 0;
  }
  .finale-title {
    width: 60%;
  }
  .finale-description {
    width: 40%;
  }
  .panorama-title span {
    display: block;
  }
}
@media (max-width: 1400px) {
  .object-autor-wrap {
    padding: 30px 0;
    position: relative;
    /*  &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 90%;
      height: 1px;
      background: url(../images/divider-object.svg) no-repeat;
      background-size: cover;
      transform: translateX(-50%);
    }
    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 85%;
      height: 1px;
      background: url(../images/object-after.svg) no-repeat;
      background-size: cover;
      transform: translateX(-50%);
    } */
  }
}
@media (max-width: 1366px) {
  .hero {
    min-height: 1024px;
  }
  .privacy {
    padding-bottom: 160px;
  }
  .dream {
    padding: 160px 0;
  }
  .contact-map {
    padding-top: 160px;
  }
  .finale-card {
    gap: 60px;
  }
  .finale-card-title {
    font-size: 30px;
  }
  .blog {
    padding-bottom: 160px;
  }
  .clients-stories {
    padding: 160px 0;
  }
  .property-management-top {
    padding-bottom: 30px;
  }
  .property-management {
    padding: 140px 0;
  }
  .property-management-title {
    width: 60%;
  }
  .property-management-description {
    width: 32%;
  }
  .property-management-top {
    justify-content: space-between;
  }
  .hero {
    padding: 140px 0 90px 0;
    height: 1024px;
  }
  .premium {
    padding: 160px 0 0 0;
  }
  .premium-slider {
    height: 600px;
  }
  .premium-slider-control-wrap {
    bottom: 40px;
  }
  .object-dream {
    padding: 160px 0;
  }
  .object-dream__slider-control {
    padding: 40px 0px 0 0px;
  }
  .object-dream__top {
    padding: 0 0 40px 0;
  }
  .object-map-container {
    max-width: 1200px !important;
  }
  .catalog-location-container {
    padding-right: 40px;
  }
  .catalog-list {
    padding: 15px 0 0 0;
    gap: 40px 0px;
  }
  .benefits {
    padding: 160px 0 0 0;
  }
  .benefits-image {
    padding: 100px 0 0 0;
  }
  .footer {
    padding: 160px 0 0 0;
  }
  .hero__text {
    font-size: 24px;
  }
}
@media (max-width: 1340px) {
  .popup-wishlist {
    top: 50px;
    transform: translateX(-50%);

  }
  .popup-contact-wishlist-wrap .popup-wishlist {
    padding: 40px;
/*     min-height: 700px;
    height: 700px; */
  }
  .popup-wishlist {
    padding: 40px 20px;
    max-width: 95%;
   /*  height: 95%; */
    height: 90%;
  }
  .popup-wishlist-title {
    font-size: 64px;
  }
/*   .popup-wishlist {
    min-height: 740px;
  } */
  .popup-wishlist-top {
    padding-bottom: 30px;
  }
  .popup-wishlist-content {
    gap: 15px;
  }
/*   .popup-wishlist-content .product-card {
    width: calc(50% - 15px);
  } */
  .about-column:nth-child(1) .about-autor {
    display: block;
    margin-left: initial;
  }
  .about-quote {
    font-weight: 400;
  }
  .about-column:nth-child(1) {
    width: 53%;
  }
  .about-column:nth-child(2) {
    width: 47%;
  }
  .about-column:nth-child(1) {
    padding-bottom: 80px;
  }
  .about-column:nth-child(1) .about-autor {
    padding-bottom: 90px;
  }
  .about-column:nth-child(2) img {
    left: initial;
    transform: initial;
    right: 0;
  }
  .about-column:nth-child(3) {
    display: none;
  }
  .about-column:nth-child(2) img {
    width: 754px;
    right: -100px;
  }
  .about-column {
    gap: 50px;
  }
  .panorama {
    background-image: url("../images/map-1024.png") !important;
  }
  .clients-stories-description {
    font-size: 18px;
  }
  .property-management-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .property-management-title {
    width: 100%;
  }
  .property-management-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
  }
  .property-management-description p {
    padding-top: 30px;
  }
}
@media (max-width: 1280px) {
  .dream {
    padding: 140px 0;
  }
  .finale-cards {
    margin-top: 30px;
  }
  .finale-cards-wrap {
    height: 320px;
  }
  .finale {
    overflow: hidden;
    position: relative;
  }
  .finale-cards {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    position: absolute;
    padding-right: 60px;
  }
  .finale-card {
    min-width: 380px;
  }
  .property-management {
    overflow: hidden;
  }
  .property-management-content {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    position: absolute;
    padding-right: 60px;
  }
  .property-management-content-wrap {
    height: 320px;
  }
  .property-management-card {
    min-width: 380px;
  }
  .property-management-card.empty {
    display: none;
  }
  .object-attribute:nth-child(6) {
    width: -moz-min-content;
    width: min-content;
  }
  .catalog-title {
    font-size: 52px;
    position: relative;
  }
  .catalog-count {
    position: absolute;
    right: 0;
    top: 0;
  }
  .catalog-list {
    gap: 30px 15px;
  }
  .product-card__wrap {
    height: 300px;
  }
  .product-card {
    padding: 0;
  }
  .product-card__characteristics_column {
    padding: 10px 0 15px 0;
  }
  .filter-container-body-price {
    flex-direction: column;
    align-items: flex-start;
  }
  .characteristics.start {
    display: none;
  }
  .characteristics.end {
    display: none;
  }
  .characteristics.mob {
    display: flex !important;
    width: 100%;
  }
}
@media (max-width: 1230px) {
  .header-mobile-menu {
    width: 50%;
  }
  .header-mobile-content {
    display: flex;
    flex-wrap: wrap;
  }
  .header-mobile-buy {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .header-mobile-buy .header-button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #14345B !important;
    border-color: #14345B !important;
  }
  .header-mobile-wrap {
    width: 100%;
  }
  .header-button {
    display: none;
  }
  .privacy {
    padding-bottom: 140px;
  }
  .contacts-content {
    gap: 80px;
  }
  .contacts-form-txt {
    font-size: 18px;
  }
  .contacts-form-coment textarea {
    font-size: 18px;
  }
  .contacts-form-coment textarea::-moz-placeholder {
    font-size: 18px;
  }
  .contacts-form-coment textarea::placeholder {
    font-size: 18px;
  }
  .contacts-form-text {
    letter-spacing: -1px;
  }
  .contacts-form-submit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .contacts-form-row {
    flex-direction: column;
  }
  .contacts-form-container {
    width: 100%;
  }
  .contacts-info {
    width: 50%;
  }
  .contacts-form-wrap {
    width: 50%;
  }
  .contacts-form-description {
    font-size: 18px;
  }
  .contacts-form-container input {
    width: 100%;
  }
  .contacts-title {
    font-size: 28px;
  }
  .contacts-form-title {
    font-size: 40px;
  }
  .about-google-content {
    flex-direction: column;
  }
  .about-google-text {
    width: 100%;
  }
  .google-rating {
    width: 560px;
  }
  .hero__title {
    font-size: 84px;
  }
  .article-card {
    gap: 20px;
  }
  .blog-list {
    margin-top: 30px;
    gap: 30px;
  }
  .article-card-preview {
    width: 50%;
    height: -webkit-fill-available;
  }
  .article-card-title {
    padding-bottom: 10px;
  }
  .article-card-info {
    width: 50%;
  }
  .article-card-description {
    padding-bottom: 20px;
  }
  .article-card-tags {
    padding-bottom: 20px;
  }
  .article-card-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .article-card-statistic {
    margin-right: auto;
  }
  .article-card-btn {
    background: #14345B;
    color: #E6EEF5;
  }
  .premium-title {
    width: 70%;
  }
  .premium-title span {
    display: block;
  }
  .premium-description {
    width: 30%;
    font-size: 18px;
  }
  .object-statistic {
    gap: 16px;
  }
  .object-attribute-taxa {
    display: flex !important;
  }
  .object-taxa {
    display: none;
  }
  .title {
    font-size: 64px;
  }
  .benefits {
    padding: 140px 0 0 0;
    overflow: hidden;
    position: relative;
  }
  .benefits-label {
    font-size: 32px;
  }
  .benefits-image {
    padding: 70px 0 0 0;
  }
  .benefits-fow--desktop {
    display: none;
  }
  .benefits-row--tablet {
    display: flex;
    overflow-x: auto;
    width: 100%;
    position: absolute;
    padding-right: 65px;
  }
  .benefits-card {
    min-width: 43%;
  }
  .finale {
    padding: 140px 0 0 0;
  }
  .finale-description p {
    font-size: 18px;
  }
  .object-gallery-controls-wrap {
    bottom: 40px;
  }
  .panorama-top {
    max-width: 640px;
  }
  .footer {
    padding: 140px 0 0 0;
  }
  .footer__column:nth-child(3) {
    padding: 120px 0 0 0;
  }
  .footer__menu_list {
    flex-direction: column;
  }
  .footer__link {
    width: 50%;
    font-size: 16px;
  }
  .footer__copyright {
    width: 50%;
    justify-content: flex-end;
    font-size: 16px;
  }
  .footer__empty {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero {
    min-height: 768px;
  }
  .contacts-info {
    width: 100%;
  }
  .contacts-form-wrap {
    width: 100%;
  }
  .panorama-slide::before {
    height: 40%;
  }
  .panorama-info-name {
    color: #F7F9FA;
  }
  .panorama-info-subname {
    color: #F7F9FA;
  }
  .panorama-slide {
    padding: 30px 40px 40px 40px;
  }
  .contact-map {
    padding-top: 140px;
  }
  .about-google {
    padding: 140px 0;
  }
  .article-image-padding {
    margin: 30px 0;
  }
  .article-image {
    height: 300px;
  }
  .blog {
    padding-bottom: 140px;
  }
  .blog-title {
    padding-top: 30px;
    font-size: 52px;
  }
  .benefits {
    height: 1130px;
  }
  .benefits-bottom {
    padding: initial;
    position: absolute;
    bottom: 0;
  }
  .benefits-card {
    min-width: 50%;
  }
  .clients-stories-card-text {
    font-size: 18px;
  }
  .clients-stories {
    padding: 140px 0;
  }
  .panorama-info-subname {
    font-size: 28px;
  }
  .panorama-info-name {
    font-size: 20px;
  }
  .panorama-description {
    font-size: 18px;
  }
  .panorama-slide {
    gap: 30px;
  }
  .property-management-content {
    gap: 20px;
  }
  .property-management-card {
    padding: 40px 20px 100px 20px;
  }
  .premium {
    padding: 140px 0 0 0;
  }
  .premium-top {
    padding-bottom: 30px;
  }
  .premium-slider {
    height: 500px;
  }
  .hero {
    padding: 140px 0 40px 0;
    height: 768px;
  }
  .premium-slider-current {
    font-size: 64px;
  }
  .premium-slider-pagination {
    font-size: 32px;
  }
  .object-dream {
    padding: 140px 0;
  }
  .calc-buttons {
    justify-content: flex-start;
  }
  .calc-range-wrap label,
  .calc-left h3 {
    font-size: 28px;
  }
  .video-wrapper iframe {
    height: 450px;
  }
  .object-title {
    font-size: 64px;
  }
  .gallery-preview-container {
    justify-content: flex-start;
  }
  .header-mobile {
    padding: 40px 0 0 0;
  }
  .header-mobile-wrap {
    padding: 60px 0 0 0;
  }
  .product-card:hover {
    background: initial;
  }
  .product-card__button {
    background: #14345b;
    color: #f7f9fa;
  }
  .catalog {
    padding-bottom: 140px;
  }
}
@media (max-width: 1020px) {
  .popup-contact-wishlist-wrap .popup-wishlist {
    min-height: initial;
    max-height: 1300px;
    height: 95%;
  }
  .contacts-info-divider-horizontal {
    display: block;
    position: absolute;
    top: 111%;
    height: 1%;
    width: 100%;
  }
  .contacts-info-divider-vertical {
    display: none;
  }
  .contacts-social-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .contacts-content {
    flex-direction: column;
    padding: 50px 40px;
  }
  .contacts-autor, .contacts-phones, .contacts-social {
    width: 50%;
  }
  .contacts-social {
    gap: 20px;
  }
  .contacts-title {
    font-family: "Cormorant";
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #14345B;
  }
  .contacts-title {
    padding-bottom: 60px;
  }
  .contacts-info-divider-vertical {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
    top: 13%;
  }
  .contacts-form-row {
    flex-direction: row;
  }
  .contacts-form-title {
    font-size: 40px;
  }
  .contacts-form-text {
    max-width: 360px;
    margin-right: auto;
  }
  .contacts-form-bottom {
    align-items: center;
  }
  .contacts-text {
    max-width: 195px;
  }
  .object-statistic {
    flex-wrap: wrap;
  }
  .object-statistic-data {
    width: 100%;
  }
  .object-social {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .object-autor-photo img {
    width: 64px;
    height: 64px;
    max-width: 64px;
  }
  .object-autor-position {
    max-width: 125px;
    width: 100%;
  }
  .object-statistic {
    justify-content: center;
  }
  .object-statistic-data {
    text-align: center;
  }
  .object-social-links a {
    width: 48px;
    height: 48px;
  }
  .object-social-links a img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 992px) {
  .contact-map-content-card {
    max-width: 100%;
  }
/*   .contact-map-content {
    height: 1024px;
  } */
  .contact-map-content-title {
    width: 100%;
  }
  .contact-map-content-link {
    width: 100%;
    justify-content: flex-start;
  }
  .contact-map-content-top {
    flex-direction: column;
    gap: 30px;
  }
  .about-google-text {
    font-size: 40px;
  }
  .about {
    height: 1010px;
  }
  .about-column:nth-child(1)::before {
    left: 40%;
    transform: translateX(-50%);
  }
  .about-column:nth-child(2) img {
    width: 538px;
  }
  .about-description {
    max-width: 465px;
    font-family: Cormorant;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
  }
  .about-autor {
    max-width: 343px;
    margin-left: initial;
    font-weight: 600;
    font-style: Italic;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2%;
  }
  .about-column:nth-child(1) {
    width: 80%;
  }
  .about-quote {
    font-weight: 400;
    font-style: Italic;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2%;
  }
  .object-statistic-readtime {
    gap: 3px;
  }
  .blog-list {
    align-items: stretch;
  }
  .blog-item {
    width: calc(50% - 12px);
    display: flex;
  }
  .article-card {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .blog-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px 24px;
  }
  .blog-item {
    width: calc(50% - 12px);
  }
  .article-card {
    flex-direction: column;
    width: 100%;
  }
  .article-card-preview {
    width: 100%;
    height: 250px;
  }
  .article-card-info {
    display: flex;
    flex-direction: column;
    flex: 1; /* розтягнути на всю висоту картки */
  }
  .article-card-bottom {
    margin-top: auto; /* прижати вниз */
  }
  .article-card-info {
    width: 100%;
  }
  .article-card-title {
    font-size: 24px;
  }
  .article-card-description {
    font-size: 16px;
  }
  .article-card-btn {
    font-size: 16px;
  }
  .article-card-statistic {
    gap: 5px;
  }
  .clients-stories-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .clients-stories-title {
    width: 100%;
  }
  .clients-stories-description {
    width: 100%;
  }
  .premium-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .premium-title {
    width: 100%;
    max-width: 600px;
  }
  .premium-title span {
    display: inline;
  }
  .premium-description {
    width: 100%;
    padding-top: 20px;
  }
  .object-statistic {
    flex-wrap: wrap;
  }
  .object-statistic-data {
    width: 100%;
  }
  .calc {
    flex-direction: column;
  }
  .calc-left {
    width: 100%;
  }
  .calc-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .calc-right p {
    width: 33%;
  }
  .calc-right p:first-child {
    width: 100%;
  }
  .calc-buttons button {
    width: 50%;
  }
  .object-attribute {
    width: calc(50% - 40px);
  }
  .gallery-preview-container {
    gap: 10px;
  }
  .gallery-preview {
    width: 48px;
    height: 48px;
  }
  .gallery-preview:hover::before {
    opacity: 0;
  }
  .gallery-preview-video:before {
    width: 32px;
    height: 22px;
  }
  .gallery-preview img {
    width: 48px;
    height: 48px;
  }
  .header__contact {
    gap: 10px;
  }
  .title {
    font-size: 40px;
  }
  .product-card__wrap {
    height: 250px;
  }
  .catalog-title {
    font-size: 40px;
  }
  .catalog-location-name {
    font-size: 20px;
  }
  .product-card__bottom {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  .product-card__button {
    width: 100%;
  }
  .product-card__bottom {
    padding: 10px 0 0 0;
    margin: 0;
  }
  .object-top {
    align-items: flex-start;
  }
  .object-breadcrumbs {
    width: 60%;
  }
  .object-attributes {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .object-installment {
    flex-basis: 36%;
    width: -moz-max-content;
    width: max-content;
  }
  .object-attr,
  .object-installment {
    font-size: 16px !important;
  }
  .characteristics span {
    font-size: 16px !important;
  }
  .finale {
    height: 768px;
  }
  .finale-content {
    flex-direction: column;
  }
  .finale-title {
    width: 100%;
    padding-bottom: 20px;
  }
  .finale-description {
    width: 100%;
  }
  .object-data {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
  .panorama-top {
    max-width: 440px;
  }
}
@media (max-width: 840px) {
  .panorama-top {
    max-width: 410px;
  }
}
@media (max-width: 768px) {
   .object-gallery-controls-wrap {
    bottom: 160px;
  }
  .hero {
    min-height: 1024px;
  }
  .privacy-description {
    font-size: 20px;
  }
  .privacy-container-title {
    font-size: 40px;
  }
  .privacy-container {
    font-size: 18px;
  }
  .privacy-container-title {
    font-size: 40px;
  }
  .finale-top {
    flex-direction: column;
    gap: 30px;
  }
  .finale-card-title {
    font-size: 28px;
  }
  .clients-stories {
    padding: 100px 0;
  }
  .panorama-slider-pagination {
    font-size: 32px;
  }
  .panorama-slider-pagination .swiper-pagination-current {
    font-size: 64px;
  }
  .clients-stories-slider-pagination {
    font-size: 32px;
  }
  .clients-stories-slider-pagination .swiper-pagination-current {
    font-size: 64px;
  }
  .property-management-content {
    gap: 18px;
  }
  .property-management-card {
    gap: 70px;
    min-width: 335px;
    width: 335px;
  }
  .property-management-description p {
    padding-top: 20px;
  }
  .premium-slider {
    height: 375px;
  }
  .hero {
    padding: 140px 0 100px 0;
    height: 1024px;
  }
  .hero__title {
    font-size: 76px;
  }
  .hero__text {
    font-size: 20px;
  }
  .object-gallery-pagination .swiper-pagination-current {
    font-size: 64px;
  }
  .object-gallery-pagination {
    font-size: 32px;
  }
  .object-dream__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .dream__link {
    font-size: 16px;
  }
  .dream__slider-pagination .swiper-pagination-current {
    font-size: 64px;
  }
  .dream__slider-pagination {
    font-size: 32px;
  }
  .object-about-text {
    font-size: 18px;
  }
  .object-about-title {
    font-size: 40px;
  }
  .object-data {
    padding-top: 30px;
  }
  .object-title {
    font-size: 40px;
  }
  .header-mobile {
    padding: 60px 0 0 0;
  }
  .product-card__price {
    font-size: 32px;
  }
  .product-card__button {
    font-size: 18px;
  }
  .benefits-label {
    font-size: 28px;
  }
  .benefits-card {
    gap: 50px;
  }
  .object-gallery,
  .object-slide {
    height: 560px;
  }
  .object-slide img {
    height: 100%;
  }
  .footer__column:nth-child(3) {
    padding: 140px 0 0 0;
  }
  .footer__contacts a {
    font-size: 40px;
  }
  .filter-choice {
    font-size: 16px;
  }
  .filter-container-body-price .catalog-filter-row {
    width: 100%;
  }
  .filter-container-body-price .catalog-slider {
    width: 100%;
  }
  .catalog-location {
    min-width: 295px;
    font-size: 20px;
  }
  .catalog-location-wrap {
    padding: 20px 20px 20px 15px;
  }
  .catalog-count {
    font-size: 16px;
  }
  .header__contact_link {
    gap: 0;
  }
  .swiper-pagination-current {
    font-size: 64px;
  }
  .object-gallery-pagination {
    font-size: 32px;
  }
  .object-gallery {
    height: 560px;
  }
  .object-slide {
    height: 560px !important;
  }
  .gallery-preview-container {
    padding: 30px 0 30px 0;
  }
  .object-description {
    font-size: 20px;
  }
  .benefits {
    height: 1024px;
  }
  .benefits-card {
    padding: 40px 20px 40px 20px;
  }
  .blog-fraction-current {
    font-size: 64px;
  }
  .blog-fraction-pages, .blog-fraction-divider {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  .dream__slider-pagination .swiper-pagination-current {
    font-size: 32px;
  }
  .dream__slider-pagination {
    font-size: 16px;
  }
  .calc {
    padding: 40px 20px;
  }
}
@media (max-width: 750px) {
  .contacts-content {
    padding: 40px 20px;
  }
  .contacts-phones {
    gap: 10px;
  }
  .contacts-phones a {
    font-size: 32px;
  }
  .contacts-form-descriptionб .contacts-form-txt {
    font-size: 16px;
  }
  .contacts-form-messenger {
    gap: 30px;
  }
  .contacts-form-bottom {
    flex-direction: column;
  }
  .contacts-form-radio {
    font-size: 20px;
  }
  .contacts-form-submit {
    width: 100%;
  }
  .contacts-content-wrap {
    margin-top: 30px;
  }
  .contacts-form-row {
    flex-direction: column;
  }
  .contacts-social {
    gap: 15px;
  }
  .contacts-name {
    font-size: 20px;
  }
  .contacts-text {
    font-size: 18px;
  }
  .contacts-title, .contacts-form-title {
    font-size: 32px;
  }
  .contacts-social-wrap {
    flex-direction: column;
  }
  .contacts-autor, .contacts-phones, .contacts-social {
    width: 100%;
  }
  .blog-list {
    gap: 30px;
  }
  .blog-item {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .filter-container-item.active::before {

    top: 8px;
  }
      .object-gallery-controls-wrap {
        bottom: 40px;
    }
  .header-mobile-buy {
    display: none;
  }
  .header-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .header-mobile-links-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  .header-mobile-links-wrap .header-button {
    width: -moz-fit-content;
    width: fit-content;
    color: #F7F9FA !important;
    border-color: #14345B !important;
    background: #14345B !important;
  }
  .header-mobile-links-wrap a {
    display: flex;
  }
  .header-mobile-links a {
    display: flex;
    gap: 10px;
  }
  .header-mobile-links a svg {
    width: 13px;
  }
  .popup-contact-wishlist-wrap .popup-wishlist {
    padding: 40px 20px;
  }
  .popup-contact-wishlist-wrap .popup-wishlist .contacts-title {
    max-width: 295px;
  }
  .popup-wishlist-content {
    align-items: flex-start;
  }
  .popup-wishlist-title {
    font-size: 32px;
  }
  .popup-wishlist {
    top: 20px;
    max-height: 95%;
    padding-bottom: 100px;
    padding: 30px 10px;
  }
  .popup-wishlist-content {
    gap: 30px;
  }
  .popup-wishlist-content .product-card {
    width: 100%;
  }
  .hero {
    min-height: 812px;
  }
  .pt100 {
    padding-top: 80px;
  }
  .privacy {
    padding-top: 100px;
  }
  .privacy {
    padding-bottom: 100px;
  }
  .dream {
    padding: 100px 0;
  }
  .dream__top {
    padding-bottom: 30px;
  }
  .article-card-btn {
    width: 100%;
  }
  .contacts-breadcrumbs-wrap .contacts-breadcrumbs {
    top: 0;
  }
  .catalog {
    padding: 100px 15px 180px 15px;
  }
  .object {
    padding-top: 80px;
  }
  .blog {
    padding: 90px 0 180px 0;
  }
  .header__content {
    padding: 5px 0;
  }
  .hero__favorite-wrap {
    bottom: 16px;
  }
  .privacy-description {
    font-size: 18px;
  }
  .privacy-title {
    font-size: 26px !important;
  }
  .privacy-container {
    font-size: 16px;
  }
  .privacy-container-title {
    font-size: 26px;
  }
  .contact-map {
    padding-top: 100px;
  }
/*   .contact-map-content {
    height: 800px;
  } */
  .contact-map-content-card {
    padding: 40px 20px;
  }
  .contact-map-content-card-row p {
    font-size: 18px;
  }
  .contact-map-content-card-time {
    font-size: 20px;
  }
  .contact-map-content-card-row {
    gap: 2px;
  }
  .contacts-autor {
    padding-bottom: 10px;
  }
  .about-google {
    padding: 100px 0 200px 0;
  }
  .about-google-text {
    font-size: 32px;
  }
  .google-rating {
    width: 100%;
    padding: 50px 20px;
  }
  .google-rating-name {
    font-size: 32px;
  }
  .google-rating-static {
    flex-direction: column;
  }
  .google-rating-static span {
    font-size: 18px;
  }
  .about {
    height: 900px;
  }
  .about-column:nth-child(1) {
    width: 100%;
  }
  .about-description {
    max-width: 335px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
  }
  .about-autor {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -2%;
    max-width: 173px;
  }
  .about-quote {
    font-weight: 400;
    font-style: Italic;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
  }
  .about-column:nth-child(2) img {
    width: 437px;
  }
  .about-column:nth-child(2) {
    width: 0%;
  }
  .article-image-padding {
    margin: 30px 0 0 0;
  }
  .object-about-text ul li {
    font-size: 16px;
    margin-left: 20px;
  }
  .article-description {
    padding-top: 20px;
  }
  .dream__top {
    gap: 30px;
  }
  .blog {
    padding-bottom: 100px;
  }
  .blog-fraction-current {
    font-size: 32px;
  }
  .blog-fraction-pages, .blog-fraction-divider {
    font-size: 16px;
  }
  .blog-controls-prev {
    width: 48px;
    height: 48px;
  }
  .blog-controls {
    padding-top: 30px;
  }
  .blog-controls-next {
    width: 48px;
    height: 48px;
  }
  .blog-title {
    font-size: 32px;
    padding-top: 35px;
  }
  .blog-filters-wrap {
    margin-top: 40px;
  }
  .benefits {
    height: 700px;
  }
  .benefits-image img {
    max-width: 100%;
  }
  .benefits-card {
    min-width: 80%;
  }
  .benefits-card__title {
    font-size: 28px;
  }
  .benefits-card__subtitle {
    font-size: 24px;
  }
  .benefits-label {
    font-size: 20px;
  }
  .clients-stories-slider-pagination {
    font-size: 16px;
  }
  .clients-stories-slider-pagination .swiper-pagination-current {
    font-size: 32px;
  }
  .clients-stories-card-text {
    font-size: 16px;
  }
  .clients-stories-card-autor-position,
  .clients-stories-card-autor-name {
    font-size: 20px;
  }
  .clients-stories-card-title {
    font-size: 24px;
  }
  .clients-stories-top {
    gap: 10px;
  }
  .clients-stories-description {
    font-size: 16px;
  }
  .panorama-slider-pagination {
    font-size: 16px;
  }
  .panorama-slider-pagination .swiper-pagination-current {
    font-size: 32px;
  }
  .panorama-slider-prev {
    min-width: 48px;
    min-height: 48px;
  }
  .panorama-slider-prev svg {
    width: 10px;
    height: 18px;
  }
  .panorama-slider-next {
    min-width: 48px;
    min-height: 48px;
  }
  .panorama-slider-next svg {
    width: 10px;
    height: 18px;
  }
  .clients-stories-prev {
    min-width: 48px;
    min-height: 48px;
  }
  .clients-stories-prev svg {
    width: 10px;
    height: 18px;
  }
  .clients-stories-next {
    min-width: 48px;
    min-height: 48px;
  }
  .clients-stories-next svg {
    width: 10px;
    height: 18px;
  }
  .panorama {
    padding: 180px 0 0 0;
    background-position-y: -50px;
  }
  .panorama-slide {
    padding: 40px 20px 40px 20px;
  }
  .panorama-title span {
    display: inline;
  }
  .property-management-content {
    gap: 8px;
    padding-right: 50px;
  }
  .property-management-card {
    padding: 40px 20px 70px 20px;
  }
  .property-management-card-text {
    font-size: 28px;
  }
  .property-management {
    padding: 100px 0;
  }
  .property-management-description p:nth-child(2) {
    font-size: 16px;
  }
  .property-management-description a {
    font-size: 16px;
  }
  .premium-slider-current {
    font-size: 32px;
  }
  .premium-slider-pagination {
    font-size: 16px;
  }
  .premium-slider-control-wrap {
    bottom: 30px;
  }
  .premium-slider-prev {
    width: 48px;
    height: 48px;
  }
  .premium-slider-prev svg {
    width: 10px;
    height: 19px;
  }
  .premium-slider-next {
    width: 48px;
    height: 48px;
  }
  .premium-slider-next svg {
    width: 10px;
    height: 19px;
  }
  .premium {
    padding: 100px 0 0 0;
  }
  .premium-title span {
    display: block;
  }
  .premium-description {
    font-size: 16px;
    padding-top: 10px;
  }
  .premium-description a {
    font-size: 16px;
    width: 100%;
  }
  .premium-slider {
    height: 300px;
  }
  .hero {
    height: 812px;
  }
  .hero__content {
    gap: 10px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__text {
    font-size: 18px;
  }
  .hero__buttons {
    padding-top: 20px;
    flex-direction: column;
    gap: 14px;
  }
  .hero__buttons a {
    width: 100%;
    font-size: 16px;
  }
  .hero__favorite-wrap {
    right: 20px;
  }
  .hero__favorite_objects {
    gap: 7px;
  }
  .hero__favorite_object img {
    width: 100px;
    height: 55px;
  }
  .hero__favorite_title {
    font-size: 20px;
  }
  .object-gallery-prev {
    width: 48px;
    height: 48px;
  }
  .object-gallery-next {
    width: 48px;
    height: 48px;
  }
  .filters-popup-header::before {
    background-size: contain;
  }
  .filter-container-body-price {
    padding-top: 10px;
  }
  .dream__top {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .dream__link {
    width: 100%;
    text-align: center;
  }
  .object-gallery-pagination .swiper-pagination-current {
    font-size: 32px;
  }
  .object-gallery-pagination {
    font-size: 16px;
  }
  .breadcrumbs-link {
    font-size: 12px;
  }
  .breadcrumbs-current {
    font-size: 12px;
  }
  .object-gallery.desktop {
    display: none !important;
  }
  .object-gallery.mobile {
    display: block !important;
  }
  .object-dream {
    padding: 100px 0;
  }
  .dream__slider-prev {
    width: 48px;
    height: 48px;
  }
  .dream__slider-next {
    width: 48px;
    height: 48px;
  }
  .object-dream__slider-control {
    padding: 30px 0px 0 0px;
  }
  .object-dream__top {
    padding: 0 0 30px 0;
  }
  .object-autor-wrap {
    padding: 30px 0;
    position: relative;
    /*  &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 95%;
      height: 1px;
      background: url(../images/divider-object.svg) no-repeat;
      background-size: contain;
      transform: translateX(-50%);
    }
    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 95%;
      height: 1px;
      background: url(../images/object-after.svg) no-repeat;
      background-size: contain;
      transform: translateX(-50%);
    } */
  }
  .object-tag {
    font-size: 16px;
  }
  .object-tags {
    gap: 10px;
    padding: 30px 0 0 0;
  }
  .object-autor-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .object-autor-position {
    max-width: 100%;
    width: 100%;
  }
  .object-statistic {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }
  .object-statistic-data {
    width: 33%;
  }
  .object-statistic-id {
    width: 33%;
  }
  .object-statistic-views {
    gap: 0;
  }
  .object-statistic-views {
    width: 25%;
  }
  .object-statistic-data {
    text-align: left;
  }
  .calc {
    gap: 30px;
  }
  .calc-right {
    flex-direction: column;
  }
  .calc-right p {
    width: 100%;
  }
  .calc-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .calc-buttons button {
    width: 100%;
  }
  .calc-range-wrap label,
  .calc-left h3 {
    font-size: 28px;
  }
  .object-map iframe {
    width: 100%;
    margin-top: 60px;
    height: 360px;
  }
  .object-about-text {
    font-size: 16px;
  }
  .object-about-title {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .object-video {
    padding-top: 10px;
  }
  .video-wrapper iframe {
    height: 360px;
  }
  .object-btns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .object-btns a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .object-description {
    font-size: 18px;
  }
  .object-attributes-wrap {
    gap: 20px;
  }
  .object-attribute {
    width: 100%;
  }
  .object-title {
    font-size: 26px;
  }

  .gallery-preview-container {
    padding: 20px 0 30px 0;
    gap: 14px 8px;
    flex-wrap: wrap;
  }
  .header-mobile-links .header__contact_link  {
            display: flex !important;
  }
  .header__contact_link {
    display: none !important;
  }
  .header-mobile-wrap {
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
  }
  .header-mobile-lang {
    width: 100%;
  }
  .header-mobile-social {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }
  .header-mobile-menu-link {
    font-size: 32px;
  }
  .catalog {
    padding-bottom: 100px;
  }
  .catalog-list {
    gap: 30px;
  }
  .catalog-title {
    font-size: 32px;
    letter-spacing: -2px;
    word-spacing: 2px;
  }
  .catalog-count {
    position: relative;
  }
  .filters-popup-title {
    font-size: 32px;
  }
  .filter-container-name {
    font-size: 24px;
  }
  .filters-popup-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .filters-popup-reset {
    font-size: 13px;
    width: 50%;
    padding: 18px 7px;
  }
  .filters-popup-apply {
    font-size: 16px;
    width: 50%;
  }
  .filters-popup-btns {
    gap: 5px;
    width: 100%;
  }
  .filters-popup-header {
    padding: 30px 0;
  }
  .filters-popup-body {
    padding: 30px 0;
  }
  .filters-popup-close img {
    width: 28px;
    height: 28px;
  }
  .filter-container-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-container {
    position: relative;
  }
  .filter-container-end img {
    position: absolute;
    right: 20px;
    top: 0;
  }
  .filter-container-item {
    font-size: 16px;
    padding: 7px 0;
  }
  .filter-container-end {
    padding-top: 10px;
  }
  .filter-container-body {
    padding: 0;
  }
  .object-top {
    flex-direction: column;
  }
  .object-breadcrumbs {
    width: 100%;
  }
  .object-attributes {
    justify-content: flex-start;
  }
  .object-top-wrap {
    top: 20px;
  }
  .object-attributes {
    margin-top: 10px;
  }
  .object-installment {
    flex-basis: initial;
  }
  .object-gallery,
  .object-slide {
    height: 360px !important;
  }
  .object-slide img {
    height: 100%;
  }
}
@media (max-width: 660px) {
  .title {
    font-size: 32px;
  }
  .container {
    padding: 0 20px;
  }
  .catalog-item {
    width: 100%;
  }
  .finale {
    padding: 100px 0 0 0;
    height: 812px;
  }
  .finale-title {
    padding-bottom: 10px;
  }
  .finale-description p {
    font-size: 16px;
  }
  .footer {
    padding: 100px 0 0 0;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__column {
    width: 100%;
  }
  .footer__column:nth-child(3) {
    flex-direction: column;
    padding: 60px 0 0 0;
    gap: 30px;
  }
  .footer__menu_list {
    gap: 20px;
  }
  .footer__contacts {
    padding: 60px 0 0 0;
    gap: 20px;
  }
  .footer__social {
    padding: 30px 0 0 0;
    gap: 20px;
  }
  .footer__link {
    width: 100%;
  }
  .footer__copyright {
    width: 100%;
    justify-content: flex-start;
  }
  .footer__image {
    padding: 24px 0 0 0;
  }
}
@media (max-width: 580px) {
  .panorama-top {
    max-width: 360px;
  }
}
@media (max-width: 540px) {
  .header-mobile-buy {
    display: none;
  }
  .about-column:nth-child(1)::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-logo {
    height: 80px;
  }
  .about {
    align-items: initial;
  }
  .about-content {
    margin-top: 70px;
  }
  .about-quote {
    position: absolute;
    bottom: -130px;
    z-index: 20;
  }
  .about-column:nth-child(2) {
    z-index: 0;
  }
  .about-column:nth-child(2) img {
    z-index: 5;
  }
  .about-column:nth-child(1)::before {
    width: 50px;
    height: 42px;
  }
  .about {
    height: 1000px;
  }
  .panorama {
    background-image: url("../images/map-720.png") !important;
    background-size: cover;
    background-position-y: initial;
  }
  .panorama-top {
    max-width: 100%;
  }
}
@media (max-width: 460px) {
  .panorama-top {
    gap: 10px;
  }
  .panorama-description {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .panorama {
    padding: 145px 0 0 0;
  }
}
@media (max-width: 380px) {
  .header-mobile-links-wrap .header-button {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=main.css.map */