.thank-you-modal.modal.fade {
  display: none;
}
.thank-you-modal.show {
  display: block;
    position: fixed;
    top: 20%;
    left: 0;
  z-index: 2000000;
}
.popup.time-pop{
display:none !important;
}
.preloader .preloader-logo{
	width:60%;
}
.developer__item:last-of-type{
	display:none;
}
.payment__info-text{
	text-align:center;
}
.masterplan__svg-top-arrow{
	display:none;
}
.masterplan__svg-pin .masterplan__svg-bottom-arrow , .masterplan__svg-pin img{
	order:1;
}
.masterplan__svg-pin img{
	margin-top:10px;
	height:auto !important;
	width:85px !important;
}

.masterplan__svg-pin .masterplan__svg-bottom-arrow{
	display:none;
}
.masterplan__svg-pin .masterplan__svg-pin__wrapper img{
	border:none;
	overflow:visible;
	border-radius:0;
	order:-1;
	margin-top:5px;
 }
.masterplan__svg-pin p{
	margin-top:10px;
}
.masterplan__svg-pin:nth-of-type(3) p{
margin-top:0;
}
.masterplan__svg-pin:nth-of-type(1) img{
	order:1;
	margin-top:-16px;
}
.masterplan__svg-pin:nth-of-type(1) p{
	max-width:78.4rem;
}

.masterplan__svg-pin:nth-of-type(2) img{
	margin-bottom:-19px;
	margin-top:-19px;
	order:-1;
}
.masterplan__svg-pin:nth-of-type(4) img{
	margin-top:0px;
	margin-bottom: -14px;

}
.masterplan__svg-pin:nth-of-type(3) img{
	order:-1;
}
.masterplan__project-wrap,.location__marker{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.location__marker-shadow{
	margin-top:-25px important;
}
.location__marker-shadow svg{
	transform:none !important;
	height:48px !important;
}
.masterplan__project-name{
	margin-bottom:10px;
}
.location__marker-img,.location__marker-shadow{
	position:static !important;
	transform:none !important;
	z-index:auto !important;
}
.location__marker-img{
	width:63px !important;
}

@media(max-width:1024px){
	.location__marker-img{
	width:54px !important;
}
	.location__marker-shadow svg{
	height:46px !important;
}
}
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;
    }
  }
	.amenities__wrap{
	min-height:100svh;
	height:auto !important;
	padding:50px 30px;
}
	.preloader .preloader-logo{
	width:100%;
}
	
}

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

@media (max-width: 1920px) and (min-width: 1200px) {
	.footer__logo{
	width:17rem;
	}
	.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: 40.2rem;
	}
	
	.preloader .preloader-logo {
		width: 22.2vw;
	}
	
	.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%;
}

*::-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:2px;
  margin: 0 4rem !important;
  position: relative;
}
.about__cont-top-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.about__cont-top-text {
  font-size: 2rem;
  max-width: 87rem;
	line-height:1.3;
}
.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;
	  padding-bottom: 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;
 gap:10px;
}
@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-family: "BwNistaInternationalMedium";
  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;
      max-width:34.4rem;
	text-align: center;
	line-height:1.3;
}
.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: 176px;
    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: 176px;
  }
}

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

.header__logo img{
	width:35%;
}

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

.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(-6rem);
    width: 22rem;
	display:none;

}
@media (max-width: 768px) {
.developer__line{
	transform: translateX(0px);
}
	.header__logo img{
	width:45%;}
}
.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: 12px 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 {
	 
}
@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{
	
	}
.developer__img-icon {
	object-fit: contain;
}
.developer__item {
	width: 100%;
	display:none;
}

.intro{
display:none !important;
}



.payment__text-mob {
	padding-top: 22px;
	text-align: center;
	display: none;
}
@media (max-width: 768px) {
	.payment__text-mob {
	display: none;
}
	.preloader {
        padding: 0 100px;
    }
	.developer__img-icon{
	
	}
}
	
	.brochure__item-img-wrap{
	  visibility: hidden !important;
 	 opacity: 0 !important;
	}
	
.masterplan__project-name{
	width:100%;
}

.about__cont-top__items{
display:none;
}
.papayment__text-wrapper{
display:none;
}
.payment__line{
display:none;
}
.developer__text{
display:none;

}
.about__cont-top__mob-items-wrapper{
display:none;
}

.developer__img{
height:83vh;
}


@media (max-width: 498px) {
    .developer__item__subtitle, .developer__item__title {
        font-size: 11px;
    }
	.developer__img{
		height:auto;
		}
}


@media (max-width: 575.98px) {
	.location{
	  height: calc(100lvh - 150px);
	}
    .masterplan__media {
        padding-bottom: calc(var(--aspect-ratio)* 0%);
        width: max(var(--aspect-ratio-width)* 3.2* 1%, 100%);
    }
	.masterplan__wrapper {
    height: calc(100lvh - 150px);
  }
	 .masterplan__media-desc {
    position: relative;
    z-index: 2;
    height: 100%;
  }
	.header__logo {
		width: 230px;
	}
}

.location__marker-shadow {
	margin-top:-20px;
}


/* new popup */

.new-form-brochure-wrapper{
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .new-form-brochure-wrapper {
    flex-direction: column;
    gap: 0px;
    justify-content: flex-start;
  }
	.new-form-brochure-wrapper-inputs{
		width:100%;
	}
	.option__content{
		    display: flex;
			gap:25px;
	}
	.new-form-brochure-wrapper-checkbok{
		width:100%;
	}
}


.new-form-brochure-wrapper-container .title {
      margin-bottom: 2rem;
	  font-family: "BwNistaInternationalRegular", serif !important;
      font-weight: 400 !important;
      font-size: 2rem !important;
      color: rgba(0, 0, 0, 0.7)!important;
      background-clip: text !important;
    }

@media (max-width: 768px) {
  .new-form-brochure-wrapper-container .title  {
   font-size: 16px !important;
	margin-bottom: 10px;
  }
}

    .option {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
	  font-family: "BwNistaInternationalRegular", serif !important;
      font-weight: 400 !important;
      font-size: 1.6rem !important;
      color: rgba(0, 0, 0, 0.7) !important;
	  cursor:pointer;
    }

@media (max-width: 768px) {
  .new-form-brochure-wrapper-container .option  {
      margin-bottom: 10px;
  	  font-size: 16px !important;
 	  color: rgba(0, 0, 0, 0.7) !important;
      cursor:pointer;
  }
}

    .option input[type="radio"] {

  background-clip: text !important;
      appearance: none;
      width: 2rem;
      height: 2rem;
      border: 1px solid #444;
      border-radius: 50%;
      margin-right: 1rem;
      position: relative;
      cursor: pointer;
      outline: none;
	  padding: 0px !important;
    }
@media (max-width: 768px) {
  .new-form-brochure-wrapper-container .option input[type="radio"]  {
      width: 12px;
      height: 12px;
      margin-right: 5px;
	  padding: 0px !important;
  }
}

    .option input[type="radio"]:checked::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      background: #444;
      border-radius: 50%;
	  left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

.new-form-brochure-wrapper-checkbok__line{
	  width: 1px;
      height: 10.1rem;
      background: #444;
}
.popup .form{
	max-width: 65.6rem;
}

@media (max-width: 768px) {
  .new-form-brochure-wrapper-container  .option input[type="radio"]:checked::before  {
      width: 5px;
      height: 5px;
  }
	.new-form-brochure-wrapper-checkbok__line{
		display:none;
	}
	.time-pop-img{
	  top:6%;
	}
	.time-pop .popup__socials {
	   transform: translateY(80px);
	   margin-top:5px;
	}
	.time-pop .form {
		transform: translateY(70px);
	}
	.popup .form button {
		margin-top:5px;
	}
	
	
	.header__mob-nav{
		inset: 47px 0 0 0;
	}
}
.payment__bot{display:none !important;}

    .brochure__content-right .brochure__item {
        align-items: flex-start;
        text-align: left;
    }
.developer__top{align-items:center;    justify-content: space-between;}
.developer__title-two{display:block;}
@media (min-width: 768px) {
    .developer__text-wrapper {
        width: 20%;
        transform: translateX(-27.3%);
        margin-top: 2rem;
    }
}


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

.developer__line{
 transform: translateX(-17rem);
    width: 22rem;
 margin-top: 0px;
display:block;
}
@media (max-width: 768px) {
.developer__line{
 transform: translateX(0px);
 display:none;
}
}

.intro-new-version__item-bot {

	
}



.developer__title-logo-icon{    width: 90%;
    transform: translateY(-1.5rem);}

.payment__title{display:none !important;}

.payment__new{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-grow:1;
  padding-top:8rem;
	   flex-direction: column;
	gap:15rem;
 }
 .payment__new-title{
  font-size:8.4rem;
  font-weight:400;
  font-family: 'Roboto';
  white-space:nowrap;
 }
.payment__new-num-wrapper{
	display:flex;
	gap:17rem;
}
 .payment__new-num{
  font-size:4rem;
  font-weight:500;
  font-family: "BwNistaInternationalMedium";
  white-space:nowrap;
  text-align:center;
 }
.payment__new-num-persent{
	 font-size:20rem;
}
.payment__new-num-text{
margin-top:1rem;
font-size:2rem;
}
 .payment__new-num span{
  display:inline-block;
  width:64rem;
 }
 .payment__new-line{
  min-width:10.5rem;
  height:1px;
  background:#fff;
  margin:0 4rem 0 6.5rem;
 }
@media (max-width: 768px) {
  .payment,.payment__wrapper{
   height:70lvh !important;
  }
 .payment__new{
  flex-direction:column;
  gap:50px;
  padding:0;
	 padding-left:0px;
 }
 .payment__new-title{
  font-size:36px;
 }
	.payment__new-num-wrapper{
	display:flex;
		flex-direction:column;
	gap:30px;
}
 .payment__new-num{
  font-size:80px;
 }
	 .payment__new-title{
  font-size:36px;
		 margin-top: 70px !important;
 }
	.payment__new-num-persent{
	font-size:40px;
		
	}
	.payment__new-num-subtitle{
		font-size:16px;
		        margin-top: 5px;
	}
	.payment__new-num-text{
		font-size:14px;
		margin-top: 7px;
	}
 .payment__new-line{
  display:none;
 }
  .payment__new-num span{
  width:195px;
 }
  .payment-btn{
  	margin-bottom:100px;
    margin-top:30px;
 }
	.payment-btn span{ top:-7px;}
 }
