#building {
  display: block;
}

.scroll-down span {
  transform: translateX(10px);
}

.main-section .scroll-down svg {
  width: auto;
  height: auto;
  margin-right: 12px;
}

.contacts .button:after,
.about-container__text .button:after,
.location-main__text .button:hover::after {
  --x: 50%;
  --y: 100%;
}

.header__link-realty::after,
.header__link-call::after,
.header__link::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .contacts-link,
  .header__link-realty {
    transition: 0.25s ease-out;
  }
  .header__link-realty:hover {
    box-shadow: 0px 10px 20px rgba(172, 18, 20, 0.25);
  }
  .header__link-call,
  .header__link {
    transition: 0.25s ease-out;
  }
  .contacts-link:hover {
    color: #008b64 !important;
  }
  .header__link-call:hover,
  .header__link:hover {
    color: #008b64;
  }
}

.our-benefits .benefits-swiper .swiper-slide__title {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.feedback-form {
  z-index: 101;
}
.thanks-page {
  z-index: 102;
  background: #ffffff;
}

.letter-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.lightbox__overlay {
  overflow-y: auto;
  overflow-x: hidden;
}

.lightbox__overlay img {
  transform: scale(1);
}

.choose-flat .swiper-text {
  pointer-events: none;
}

.choose-flat__container .button.js-button {
  pointer-events: auto;
}

@media screen and (max-width: 1800px) {
  .building-item:not(:only-child):nth-child(odd)::after {
    display: none;
  }
}

.swiper-buttons-container {
  display: flex;
}

.swiper-bottom-container .swiper-slide {
  width: 100px;
}

.gallery .swiper-bottom-container .swiper-wrapper .swiper-slide-active {
  transform: translateY(-20px);
}

.swiper-buttons-container .button:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .swiper-buttons-container {
    flex-direction: column;
  }

  .swiper-buttons-container .button:first-child {
    margin-right: 0;
  }
}

/* #contacts-page {
    margin-top: 170px;

} */

.documents-item a {
  pointer-events: none;
}

.documents-item svg {
  display: none;
}

#contacts-page .contacts__hover {
  width: 45%;
}

#contacts-page .contacts__hover .letter,
#contacts-page .contacts__hover .letter-hover {
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#contacts-page .contacts__hover .container-eye {
  top: 50%;
}

#commercial-page .commercial-item {
  width: 24%;
}

#commercial-page .commercial-item a::before {
  transition: all 0.4s ease-in-out;
}

#commercial-page .commercial-item:hover a::before {
  background: linear-gradient(360deg, #008b64 0%, rgba(0, 139, 100, 0) 100%);
}
#commercial-page .commercial-list.js-commercial {
  width: 100%;
}

#commercial-page .commercial-popup {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  height: 100vh;
  width: 100%;
  z-index: 110;
  pointer-events: none;
  background: #ffffff;
}

#commercial-page .commercial-popup__header .header__logo::before {
  display: none;
}
.commercial-popup__container .burger__icon::before {
  background: #292935;
}

.commercial-popup__container {
  display: flex;
  justify-content: space-between;
  padding: 28px var(--pad-h);
}

.commercial-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}

.commercial-popup__container .header__logo {
  width: var(--logo-w);
  height: var(--logo-h);
}

header .lang-block:hover {
  height: 105px;
  margin-top: 45px;
}

@media screen and (max-width: 1440px) {
  header .lang-block:hover {
    height: 85px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 992px) {
  #contacts-page {
    margin-top: 0;
  }
  #commercial-page .commercial-list {
    flex-wrap: wrap;
  }
  #commercial-page .commercial-item {
    width: 48%;
  }
}

@media screen and (min-width: 576px) {
  #contacts-page {
    padding-top: calc(var(--header-h) + 40px);
  }
}
@media screen and (max-width: 575px) {
  .contacts__hover .breadcrumbs {
    white-space: nowrap;
  }
  header .lang-block:hover {
    height: 70px;
    margin-top: 45px;
  }

  .main-section {
    position: relative;
    top: 60px;
  }

  .main-section .video {
    object-position: center;
  }

  .about-section {
    padding-top: 60px;
  }
  .choose-flat .swiper-img {
    height: 100%;
  }

  #commercial-page .commercial-item {
    width: 100%;
  }
}
.breadcrumbs-item__current {
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .contacts__text {
    padding-left: 30px;
  }
  .contacts__hover .letter,
  .contacts__hover .letter-hover {
    width: 100%;
    /* width: calc(100% - 8.07292vw); */
    /* height: 100%; */
    object-fit: inherit;
    object-position: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .map {
    padding-left: 30px;
  }
}

.gallery .swiper-gallery::after {
  background: linear-gradient(180deg, rgba(41, 41, 53, 0) 50%, #292935 100%);
}

@media screen and (max-width: 1920px) {
  .building-item__info .month {
    width: 50%;
  }
}

.lang-block {
  visibility: hidden;
}

.main-section h1 {
  width: 1500px;
}

.page404 {
  opacity: 1;
  visibility: inherit;
}

.page404 h1 {
  font-size: 200px;
}

img.mfp-img {
  background: transparent !important;
  max-width: inherit !important;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  img.mfp-img {
    max-width: 300px !important;
  }
}

.mfp-figure {
  padding: 20px;
}

.mfp-figure:after {
  background: #ffffff !important;
}

.single-news__title li::before {
  content: "" !important;
}

.lead-popup {
  width: 100vw;
  height: 100vh;
  padding: 0 10px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.lead-popup.lead-active {
  opacity: 1;
  visibility: visible;
}

.lead-popup-3d .lead-popup__img-wrap {
  display: none;
}

.lead-popup-3d .lead-popup-reveal {
  display: none;
}

.lead-popup-3d.lead-active .lead-popup-inner {
  top: 0;
}

.lead-popup-3d.lead-active .lead-popup-form-wrap {
  padding: 20px;
  opacity: 1;
  visibility: visible;
  /* transform: translateY(0); */
  border-radius: 12px;
  border: 1px solid #cbcbcb;
  width: 700px;
}

@media screen and (max-width: 768px) {
  .lead-popup-3d.lead-active .lead-popup-form-wrap {
    width: 330px;
  }
}

.lead-popup-3d.lead-active .lead-popup-close svg path {
  fill: #000;
}

.lead-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  z-index: 20;
}

.lead-popup-close svg path {
  fill: #ffffff;
}

@media screen and (max-width: 768px) {
  .lead-popup-close svg path {
    fill: #000;
  }
}

.lead-popup-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  position: relative;
  /* top: 150px; */
  /* top: 200px; */
}

@media screen and (max-width: 1920px) {
  .lead-popup-inner {
    /* top: 50px; */
  }
}

@media screen and (max-width: 768px) {
  .lead-popup-inner {
    top: 0;
  }
}

.lead-popup__img-wrap {
  /* width: 622px; */
  max-width: 1000px;
  width: 100%;
  height: auto;
  /* height: 250px; */
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  transition: all ease-in-out 0.5s;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .lead-popup__img-wrap {
    /* width: calc(100vw - 50px);
    height: 180px; */
  }
}

@media screen and (max-width: 768px) {
  .lead-popup__img-wrap img {
    /* height: 180px; */
  }
}

.lead-popup__img-wrap.has-revealed {
  border-radius: 12px 12px 0px 0px;
}

.banner-hide {
  display: none !important;
}

.lead-popup-banner {
  position: relative;
  max-width: 1006px;
  width: 100%;
}

.lead-popup-reveal {
  padding: 27px 50px 0;
  /* padding: 27px 50px; */
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead-popup-form-wrap-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
}

.lead-popup-form-wrap-close svg path {
  fill: #292935;
}

.lead-popup-reveal.has-revealed {
  display: none;
}

.lead-popup-reveal__btn {
  height: 65px;
  width: 290px;
  padding: 23px 0;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background: #008b64;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

@media screen and (max-width: 1440px) {
  .lead-popup-reveal__btn {
    height: 50px;
    width: 260px;
    padding: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .lead-popup-reveal__btn {
    height: 40px;
    width: 220px;
  }
}

.lead-popup-reveal__btn span {
  pointer-events: none;
}

.lead-popup-form-wrap {
  position: relative;
  display: none;
  border-radius: 12px;
  /* border-radius: 0px 0px 12px 12px; */
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  background: #fff;
  padding: 27px 50px;
  opacity: 0;
  visibility: hidden;
  /* transform: translateY(-100%); */
  transition: all ease-in-out 0.7s;
  position: relative;
  z-index: 1;
}

.lead-popup-form-wrap.has-revealed {
  display: block;
  height: fit-content;
  visibility: visible;
  opacity: 1;
  /* transform: translateY(0); */
}

.lead-popup-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .lead-popup-form-wrap {
    padding: 20px;
    width: calc(100vw - 50px);
  }
}

.lead-popup-form .form-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.lead-popup-form .form-title {
  color: #000;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* @media screen and (max-width: 768px) {
  .lead-popup-form .form-title {
    display: none;
  }
} */

/* .lead-popup-form .form-title--mobile {
  display: none;
} */

/* @media screen and (max-width: 768px) {
  .lead-popup-form .form-title--mobile {
    display: inline;
  }
} */

.lead-popup-form .form-field-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* margin-bottom: 30px; */
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .lead-popup-form .form-field-inputs {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.form-field-input p {
  width: 100%;
}

.lead-popup-form label {
  font-family: "gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #292935;
  font-weight: 500;
  color: #2c2e65;
  margin-bottom: 12px;
}

@media screen and (max-width: 1440px) {
  .lead-popup-form label {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .lead-popup-form label {
    font-size: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .lead-popup-form label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.lead-popup-form input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 8px 16px;
  border-radius: 4px;
}

.lead-popup-form input::placeholder {
  font-family: "gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #292935;
  text-transform: none;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .lead-popup-form input::placeholder {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .lead-popup-form input::placeholder {
    font-size: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .lead-popup-form input::placeholder {
    font-size: 16px;
  }
}

.lead-popup-form .input-message {
  font-size: 10px;
}

.lead-popup-form .form-field-input {
  width: 50%;
  height: auto;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lead-popup-form .form-field-input {
    width: 100%;
  }
}

.lead-popup-form .form-field-confirm {
  width: 100%;
  display: flex;
  justify-content: center;
}

.lead-popup-form .confirm-text {
  margin-bottom: 10px;
  color: #71727b;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .lead-popup-form .confirm-text {
    text-align: center;
  }
}

.lead-popup-form .form-field-confirm__text {
  display: inline;
  font-size: 16px;
}

/* @media screen and (max-width: 768px) {
  .lead-popup-form .form-field-confirm__text {
    display: none;
  }
}

.lead-popup-form .form-field-confirm__text--mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .lead-popup-form .form-field-confirm__text--mob {
    display: inline;
  }
} */

.lead-popup-form__btn {
  height: 65px;
  width: 290px;
  padding: 23px 0;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background: #008b64;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  width: 100% !important;
}

@media screen and (max-width: 1440px) {
  .lead-popup-form__btn {
    height: 50px;
    width: 260px;
    padding: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .lead-popup-form__btn {
    height: 40px;
    width: 220px;
  }
}

.js-button-consultation {
  display: none;
  border: none;
}

@media screen and (max-width: 1919px) {
  .section-main__item {
    margin-bottom: 30px;
  }
}

.benefits-location {
  display: flex;
}

.social-item {
  overflow: hidden;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}

/* .link-hello {
  
  font-weight: 500;

  text-align: center;
  z-index: 2;
  text-decoration: none;
  
  
}

@media screen and (max-width: 1919px){
  .link-hello {
   
    font-size: 16px;
   
  }

}
@media screen and (max-width: 575px){
  .link-hello {

    font-size: 12px;
   
  }

} */

/* @media screen and (max-width: 1024px) {
  .benefits {
    flex-direction: column;
  }
  
} */
.form-field-confirm .wpcf7-form-control {
  height: 65px;
  width: 290px;
  padding: 23px 0;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background: #008b64;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  margin-top: 10px;
  /* margin-bottom: 46px; */
  cursor: pointer;
}

@media screen and (max-width: 1919px) {
  .form-field-confirm .wpcf7-form-control {
    height: 50px;
    width: 260px;
    padding: 0;
    font-size: 16px;
  }
}

.contact-form-7 .form-field {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.characteristics__text {
  width: 80%;
}

.s3d-fv__list,
.s3d-pl__list {
  width: 100% !important;
  margin: 0 !important;
  margin-top: 20px !important;
}

.single-news__item::after {
  display: none;
}

.single-news__item .img::after {
  content: "";
  display: inline-block;
  background: linear-gradient(360deg, #292935 0%, rgba(41, 41, 53, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
