.thank-you-modal.modal.fade {
  display: none;
}

.thank-you-modal.show {
  display: block;
    position: fixed;
    top: 20%;
    left: 0;
  z-index: 2000000;
}

html.swal2-shown,
body.swal2-shown {
  div:where(.swal2-container) div:where(.swal2-popup) {
    width: 51.2rem;
    padding: 0 0 2rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  html.swal2-shown,
  body.swal2-shown {
    div:where(.swal2-container) div:where(.swal2-popup) {
      width: 355px;
      padding: 0 0 20px;
      font-size: 16px;
    }
  }
}

.dev-logo {
 max-width: 14.5rem;
}

@media (max-width: 768px) {
 .dev-logo {
  max-width: 65px;
 }
}

@media (max-width: 1920px) and (min-width: 1200px) {
	.about__cont-top-line::after {
		top: 5rem;
	}
	
	.developer__content-left .box:nth-of-type(4) {
		left: 15.5rem;
	}
	
	.about__cont-top-text {
		max-width: 80rem;
	}
	
	.developer__content-right {
		overflow: unset;
	}

	.header {
    	padding: 2rem 6rem;
	}
	.header__logo {
		width: 20.2rem;
	}
	
	.preloader .preloader-logo {
		width: 50vw;
	}
	
	.header__socials-phone {
		width: 19.5rem;
	}
	
	.footer .form .form__input {
		width: 31.5rem !important;
	}
}

.box:last-child .some-box{
	display: flex;
    flex-direction: column;
}

.box:last-child .some-box .small-text {
	margin-bottom: 2rem;
}

@media (min-width: 901px) {
	.box:last-child .some-box .small-text {
		margin-left: 0rem;
	}
}

@media (max-width: 900px) {
	.box:last-child .some-box .small-text {
		margin-left: 0;
	}
}

.preloader .preloader-log-white {
	width: 100%;
	opacity: 0.5;
}

*::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1201px) and (max-width: 1920px) {
	.developer__content-left .box:nth-of-type(1) {
		top: 15rem;
		left: 27.3rem;
	}
}

@media (max-width: 480px) {
	.location.step-2 .location__marker-shadow svg {
		transform: scale(1);
	}
}

@media (max-width: 900px) {
    .intro__content-center-bot {
        margin-right: 7px;
    }
}

.swal2-container.swal2-center.swal2-backdrop-show {
  display: none !important;
}

.intro-text {
	font-family: 'Lato';
}

@media (min-width: 901px) {
	.intro-title.intro-title-top, .intro__content-center-bot {
		position: relative;
		top: -15px;
	}
	
	.intro-text {
		position: relative;
		top: -5px;
	}
	.intro-title-bot{
		margin-left: 0rem;
	}
}


.about__cont-top-title {
	font-family: 'Roboto';
}

.developer__desc {
	font-family: 'Lato';
}

@media(max-width: 900px) {
	.intro-title, .amenities__title, .amenities__item-title {
		font-family: 'Roboto';
	}
}
.floorplan {
	display: none !important;
}

.payment__info-text{
  margin-left: -3.7rem;

}
  @media (max-width: 768px){
     .payment__info-text{
  		margin-left: 0px;

		}
  }

.payment__info-text-sec {
    margin-left: 6rem;
}
.header__list-item-anim {
  animation: blink 1.3s infinite linear;
	 animation-play-state: running; 
}
.header__list-item-anim:hover {
  animation-play-state: paused; 
}

@keyframes blink {
  0% {
    opacity: 1; 
  }
  50% {
    opacity: 0.3; 
  }
	100% {
    opacity: 1; 
  }
}

@media (max-width: 900px) {
    .intro__content-center-bot {
        margin-right: -17px;
    }
}

<-- about -->

.about {
  max-width: 100%;
  width: 100%;
}
.about__cont-top {
  padding-top: 17rem;
  padding-bottom: 12rem;
  display: flex;
  align-items: center;
}
.about__cont-top-title {
  font-size: 15rem;
  font-weight: 400;
  transition: transform 0.8s ease;
}
.about__cont-top-line {
  display: block;
  width: 12rem;
  height: 100%;
  margin: 0 4rem;
  position: relative;
  margin-bottom: auto;
}
.about__cont-top-line::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.about__cont-top-text {
  font-size: 2rem;
  max-width: 87rem;
}
.about__cont-img-wrap-mob-bg {
  display: none;
  transition: opacity 0.6s ease-in-out;
}
.about__cont-img-wrap {
  padding: 0 30px;
  padding-bottom: 50px;
  transform: scale(0.7);
  transition: transform 0.6s ease-in-out;
}
.about__cont-img-wrap.active {
  transform: scale(1);
}
.about__cont-img-wrap.active .about__cont-img-wrap-mob-bg {
  opacity: 1;
}
@media (max-width: 1100px) {
  .about__cont-img-wrap {
    padding-bottom: 0;
  }
}
.about__cont-img {
  width: 100%;
}

@media (max-width: 768px) {
  .about {
    max-width: 100%;
    width: 100%;
  }
  .about ._container {
    padding: 0 30px;
  }
  .about__cont {
    padding-top: 100px;
  }
  .about__cont-top {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .about__cont-top-title {
    font-size: 36px;
    font-weight: 400;
    transition: transform 0.8s ease;
    margin-bottom: 20px;
  }
  .about__cont-top-line {
    display: none;
  }
  .about__cont-top-text {
    font-size: 16px;
    line-height: 19px;
    max-width: 100%;
    position: relative;
    z-index: 3;
  }
  .about__cont-img-wrap {
    margin-top: -18px;
    padding: 0;
    padding-bottom: 0;
    transform: scale(0.7);
    height: 410px;
    position: relative;
  }
  .about__cont-img-wrap-mob-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
  }
  .about__cont-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about__cont-top__items {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  height: 5.4rem;
}
@media (max-width: 768px) {
  .about__cont-top__items {
    display: none;
  }
}
.about__cont-top__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about__cont-top__item img {
  width: 4.2rem;
  height: 4.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.about__cont-top__item-text h4 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 91%;
  color: rgba(255, 255, 255, 0.8);
}
.about__cont-top__item-text p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}
.about__cont-top__item-line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}

.about__cont-top__mob-items {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0px 15px 35px 15px;
  position: relative;
}
.about__cont-top__mob-items::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
}
.about__cont-top__mob-items-text {
  position: relative;
  height: 100px;
  margin-top: 16px;
}
.about__cont-top__mob-items-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .about__cont-top__mob-items-wrapper {
    display: block;
  }
}
.about__cont-top__mob-item {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.about__cont-top__mob-item.active {
  scale: 1.6;
}
.about__cont-top__mob-item img {
  width: 50px;
  height: 50px;
	
  -o-object-fit: cover;
     object-fit: cover;
      border-radius: 50%;
      border: 2px solid #fff;
}
.about__cont-top__mob-item-text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.about__cont-top__mob-item-text.active {
  opacity: 1;
  visibility: visible;
}
.about__cont-top__mob-item-text p {
  font-weight: bold;
  font-size: 18px;
  line-height: 91%;
  color: rgba(255, 255, 255, 1);

}
.about__cont-top__mob-item-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}




.payment__text-subtitle {
  max-width: 57.5rem;
  margin-top: 0.3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.5rem;
  position: relative;
}
.payment__text-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .payment__text-subtitle {
    display: none;
  }
}

.payment button{
	display:block;
}



.step-2 .masterplan__svg-pin {
  opacity: 1;
}
.masterplan__svg-pin__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.masterplan__svg-pin {
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
}
.masterplan__svg-pin__wrapper img {
  width: 57px;
  height: 57px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
.masterplan__svg-pin__wrapper p {
      margin-bottom: 5px;
      font-size: 18px;
      white-space: nowrap;
}
.masterplan__svg-pin svg {

}/*# sourceMappingURL=location.css.map */

.amenities__item::after {
z-index:2;
}

.masterplan__svg-pin__text {
  display: flex;
  align-items: center;
  gap: 4px;
}
.masterplan__svg-pin__text span {
  font-size: 16px;
}/*# sourceMappingURL=location.css.map */



.time-pop-img {
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  object-fit: cover;
  height: 77rem;
  pointer-events: none;
  display: none;
}


@media (min-width: 769px) {
  .time-pop .popup__wrapper {
    padding: 20rem;
  }
	.time-pop .time__title {
	padding-top: 25px !important;
}
}


.popup__img {
  width: 28.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);

}
@media (max-width: 768px) {
  .popup__img {
    display: none;
  }

  .time-pop-img {
    max-width: 300px;
    width: 100%;
    height: 163px;
    top: 12%;
    overflow: visible;
    scale: 0.9;
    display: block;
  }
	.time-pop-img img {
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
	}

  .time-pop .popup__title {
    font-size: 20px;
    opacity: 1;
    transform: translateY(95px);
  }

  .time-pop .popup__wrapper {
    height: 90%;
  }

  .popup__subtitle {
    display: none;
  }

  .time-pop .popup__exit {
    right: 8px;
    top: 10px;
    opacity: 1;
  }

  .time-pop .popup__exit svg {
    width: 15px;
    height: 15px;
  }

  .time-pop .popup__socials {
    transform: translateY(105px);
  }

  .time-pop .form {
    opacity: 1;
    transform: translateY(85px);
  }
}

@media (max-width: 464px) {
  .time-pop-img {
    max-width: 100%;
    width: calc(100% - 44px);
    height: 163px;
  }
}

/* не трогать пж */

.header__logo img{
width:80%;
}

@media (min-width: 901px) {
    .intro-text {
        position: relative;
        top: -18px;
    }
}
.payment {
    height: 100lvh;
}

.payment__wrapper{
	position:relative;
}
.header__list li:nth-child(5){
display:block !important;
}
.header__list li:nth-child(6){
display:block !important;
}
.footer__list li:nth-child(6){display:block !important;}


.developer__line{
	transform: translateX(-1rem);
    width: 22rem;

}
@media (max-width: 768px) {
.developer__line{
	transform: translateX(0px);
}
}
.footer__logo{
transform: translateX(0.7rem);
}
@media (max-width: 768px) {
.footer__logo{
transform: translateX(0px);
}
}

@media (max-width: 768px) {
.developer__img{
  position: relative;

}
	.developer__img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3);
      }
}

@media (max-width: 768px) {
    .amenities__item-text-wrap::after {
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 25px 30px;
    }
}


/* location */


.masterplan__wrapper {
  position: relative;
}

.masterplan__hand {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;

}
.masterplan__hand.hide-hande{

display:none !important;
}
.masterplan__hand-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: spin 2s infinite alternate;
}
@media (max-width: 768px) {
  .masterplan__hand {
     display: flex;
 	 align-items: center;
  	 justify-content: center;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}/*# sourceMappingURL=location.css.map */

@media (min-width: 768px) {
	.brochure__content-right {
		margin-top: -45px;
	}
	.brochure__content-left {
		margin-top: -45px;
	}
	.developer__item {
		min-width: 12.5rem;
		width: 100%;
	}
	.developer__text-wrapper {
		width: 80%;
	}
	.intro__content-center-bot{
		margin-right: 0px;
	}
}

.footer__list li:nth-child(7), .header__list li:nth-child(6), .payment {
    display: block !important;
}
.footer__list li:nth-child(7), .header__list li:nth-child(7), .payment {
       display: block !important;
    }
}
.hide-payment-this-site {
	 display: none !important;
}
@media (max-width: 360px) {
	.developer__item {
		padding: 6px;
	}
	.developer__item__subtitle, .developer__item__title {
		font-size: 10px;
	}
}

.intro-title-bot{
	    margin-left: 9rem;
}


@media (max-width: 479px) {
	.intro-title-bot{
	    margin-left: 0;
	}
	.intro__content-center-bot{
		margin-right: 2px;
	}
}

.payment{
	display:none !important;
	}
.developer__img-icon {
	object-fit: contain;
}
.developer__item {
	width: 100%;
}

@media (min-width: 901px) {
    .intro-text {
      
        top: 4px;
    }
}





@media (min-width: 901px) {
    .intro-text {
        max-width: 48.4rem;
    }
	.intro-text-dots{
		transform: translateX(6rem);
		  position: relative;
	}
	.intro-text-dot{
	 position: relative;
	}
	
.intro-text-dot::after{
  content: "";
  position: absolute;
  top: 50%;
	left:0;
  transform: translate(-18px,-50%);
  width: 15px;
  height: 1px;
  background-color: #fff;
}

}