/* PROMO START */

.promo__title {
  margin-bottom: 65px;

  font-size: 40px;
  line-height: 47px;
  font-weight: 400;
  text-align: center;
}

.promo__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.promo__card {
  margin-bottom: 60px;
  width: 48%;

  border-radius: 20px;
}

.promo__card:nth-last-child(2),
.promo__card:nth-last-child(1) {
  margin-bottom: 0;
}

.promo__img {
  margin-bottom: 25px;
  max-height: 321px;
  width: 100%;

  border-radius: 15px;

  object-fit: cover;
}

.promo__name {
  margin-bottom: 25px;

  font-size: 24px;
  font-weight: 400;
}

.promo__text {
  margin: 0;
  width: 95%;

  font-size: 18px;
  font-weight: 300;
}

.promo__lightbox {
  display: block;
  position: relative;
}

.promo__button {
  display: inline-block;
  margin-top: 20px;

  text-decoration: none;
}
@media (max-width: 1440px) {
  .footer__part--right {
    padding: 0 10px 0 20px;
  }
  .ymap-container.map-msk.test {
    width: 60%;
    margin-right: 20px;
  }
}

@media (max-width: 1420px) {
  .promo__title {
    margin-bottom: 45px;
    font-size: 30px;
  }
  .promo__name {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .promo__text {
    font-size: 16px;
  }
}

@media (max-width: 1130px) {
  .promo__text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .promo__wrapper {
    margin: 0 auto;
    max-width: 330px;
  }
  .promo__card {
    margin-bottom: 40px;
    width: 100%;
  }
  .promo__card:nth-last-child(2) {
    margin-bottom: 40px;
  }
  .promo__name {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .promo__text {
    width: 100%;
    font-size: 16px;
  }
}

/* PROMO END */

/* INFO START */

.info--invest {
  /* padding-top: 120px; */
}

.info__block {
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* margin-bottom: 40px; */
  margin: 40px 0;
}

.info__block--no-margin {
  margin-bottom: 0;
  position: relative;
}

/* .info__block:last-of-type {
  margin-bottom: 0;
} */

.info__pic {
  /* width: 48%; */
  width: 42%;
  /* min-height: 346px; */
  min-height: 260px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 20px;
}

.info__pic--house1 {
  background-image: url('../img/house_example_1.jpg');
}
.info__pic--house2 {
  position: absolute;
  right: -50px;

  width: 746px;
  height: 474px;
  animation: floatAnimation 8s infinite ease-in-out;
  background-size: contain;
  background-image: url('../img/house_example_2.png');
}
.info__pic--house3 {
  background-image: url('../img/house_example_3.jpg');
}
.info__pic--house4 {
  min-height: 370px;
  background-image: url('../img/house_example_4.png');
}
.info__pic--keys {
  background-image: url('../img/keys.png');
}
.info__pic--divers {
  background-image: url('../img/divers.jpg');
}

.info__text-block {
  width: 48%;
}

/* .info__text {
  margin-top: 0;
  margin-bottom: 20px;

  font-size: 18px;
  font-weight: 300;
} */
.info__text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.info__text:last-of-type {
  margin-bottom: 0;
}

/* .info__block-name {
  display: block;
  margin-bottom: 20px;
  width: 490px;

  font-size: 40px;
  font-weight: 400;
} */
.info__block-name {
  display: block;
  margin-bottom: 20px;
  width: 600px;
  font-size: 26px;
  font-weight: 400;
}
.info__block-name--invest {
  width: 574px;
}

.info__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;

  height: 358px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.info__item {
  margin-bottom: 25px;
  padding-left: 33px;
  max-width: 240px;

  position: relative;
}

.info__item:last-child {
  margin-bottom: 0;
}

.info__item::before {
  content: '';

  position: absolute;
  left: 0;

  width: 20px;
  height: 20px;

  background-image: url('../img/icons/arrow-circle-right.svg');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.info__block-text {
  display: block;
  margin-bottom: 25px;
}

.info__full-width {
  /* margin-bottom: 40px; */
  /* padding-top: 60px;
  padding-bottom: 35px; */
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #bdf1c9;
  /* background-image: url('../img/green_bg.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* overflow: hidden; */
}

.info__full-width--invest {
  padding: 40px 0;
}

@media (max-width: 1460px) {
  .info__block-name {
    font-size: 30px;
  }

  .info__text {
    font-size: 16px;
  }
  .info__pic--house2 {
    right: 0;

    width: 50%;
    height: 362px;
  }
}

@media (max-width: 1130px) {
  .info__block-name {
    width: auto;
  }
  .info__pic--house2 {
    width: 430px;
    height: 346px;
  }
  .info__list {
    height: auto;
  }
  .info__item {
    width: auto;
    font-size: 14px;
  }
  .info__text-block {
    width: 41%;
  }
  .info__text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .info__wrapper {
    margin: 0 auto;
    max-width: 330px;
  }
  .info__block {
    flex-wrap: wrap;
    margin: 0 auto;
    /* margin-bottom: 180px; */
    margin-bottom: 25px;
    margin-top: 25px;
    max-width: 330px;
  }
  .info__block__all {
    margin-bottom: 20px;
  }
  .info__pic,
  .info__text-block {
    width: 100%;
  }
  .info__pic {
    min-height: 164px;
  }
  .info__text-block {
    order: -1;
    margin-bottom: 30px;
  }
  .spacer {
    margin: 50px auto;
    max-width: 330px;
  }
  .info__block-name {
    max-width: 320px;
    /* max-width: 272px; */
    font-size: 32px;
  }
  .info__full-width {
    /* padding-top: 25px; */
    padding-top: 1px;
    padding-bottom: 1px;
    overflow: initial;
  }
  .info__block.info__block--no-margin {
    margin-bottom: 180px;
  }
  .info__pic {
    right: auto;
    bottom: -270px;
  }
}

/* INFO END */

/* FOOTER START */

.footer {
  padding-top: 30px;
  /* padding-top: 85px; */
  padding-bottom: 45px;

  background-color: white;
}
.footer.invest {
  margin-bottom: 95px;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__part {
  width: 100%;
  justify-content: space-around;
}
.footer__part--left {
  display: flex;
}
.footer__spacer {
  width: 1px;
  min-height: 100%;

  background-color: #e4e4e4;
}
.footer__part--right {
  width: 40% !important;
}
.footer__nav-col {
  margin-right: 55px;
}
.footer__nav-col:last-child {
  margin-right: 0;
}
.footer__nav-name {
  display: block;
  margin-bottom: 20px;

  font-size: 24px;
  font-weight: 500;
  color: #0abc22;
}
.footer__links {
}
.footer__link {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
.footer__link:hover {
  color: #302e2e;
}
.footer__link:last-child {
  margin-bottom: 0;
}
.footer__contacts {
  margin-bottom: 30px;
}
.footer__contact {
  display: block;
  margin-bottom: 20px;
  padding-left: 58px;

  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-decoration: none;

  position: relative;
}
.footer__contact::before {
  content: '';

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 24px;
  height: 24px;

  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* .footer__contact--location::before {
  background-image: url("../img/icons/location.svg");
} */
.footer__contact--location::before {
  background-image: url(../img/icons/location-dot-solid.svg) !important;
}
/* .footer__contact--call::before {
  background-image: url("../img/icons/call.svg");
} */
.footer__contact--call::before {
  background-image: url(../img/icons/phone-solid.svg) !important;
}
.footer__contact--sms::before {
  background-image: url('../img/icons/sms.svg');
}
.footer__contact--call {
  font-size: 16px;
  font-weight: 700;
}
a.adress_footer {
  margin-bottom: 0px;
  display: block;
  color: black;
  text-decoration: none;
}

.footer__contact:last-child {
  margin-bottom: 20px;
}
.footer__contact--phone {
}
.footer__reqs {
  display: flex;
  justify-content: space-between;

  /* margin-bottom: 50px; */
  width: 335px;
}
.footer__reqs-part {
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.footer__reqs-part:last-child {
  margin-right: 0;
}
.footer__req {
  font-size: 11px;
  font-weight: 400;
  color: #898989;
}
.footer__bottom {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.footer__bottom-text {
  color: #000;
  text-decoration: none;
}
.ymap-container.map-msk.test {
  width: 60%;
  height: 300px;
}
@media (max-width: 1250px) {
  .footer__part--right {
    width: auto;
  }
  .footer__nav-name {
    font-size: 20px;
  }
  .footer__link,
  .footer__contact {
    font-size: 14px;
  }
  .footer__bottom-text {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .footer__part--left {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer__nav-col {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .footer__part--right {
    width: 100% !important;
  }
  .ymap-container.map-msk.test {
    width: 100% !important;
    margin-left: 20px;
  }
  .footer__map {
    flex-wrap: wrap;
    gap: 20px;
  }
  /* .footer {
    margin-top: 300px;
} */
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
    /* padding: 60px 0; */
  }
  .footer__wrapper {
    flex-direction: column;
    margin: 0 auto;
    max-width: 330px;
  }
  .footer__part {
    width: auto;
  }
  .footer__part--left {
    order: 1;
  }
  .footer__part--right {
    order: -1;
  }
  .footer__spacer {
    margin: 40px 0;
    width: 100%;
    height: 1px;
    order: 0;
  }
  /* .footer__nav-col:last-child {
    margin-top: 15px;
    width: 100%;
  } */
  .footer__nav-col:last-child .footer__links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    min-height: 69px;
  }
  .footer__link,
  .footer__contact {
    font-size: 14px;
  }
  .footer__link {
    margin-bottom: 5px;
  }
  .footer__reqs {
    margin: 0;
    width: auto;
  }
  .footer__req {
    font-size: 9px;
  }
  .footer__bottom {
    display: none;
  }
}
@media (max-width: 490px) {
  .footer__req {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .footer__req {
    font-size: 9px;
  }
}
/* FOOTER END */

/* ABOUT START */

.about {
  padding-top: 100px;
  margin-bottom: 70px;
}

.about__title {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.about__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 38px;
}

.about__card {
  padding: 19px 21px;
  width: 333px;
  min-height: 104px;

  border: 1px solid #e6e6e6;
  border-radius: 20px;
}
.about__card--1 {
  grid-area: 1 / 1 / 2 / 2;
}
.about__card--2 {
  grid-area: 1 / 2 / 2 / 3;
}
.about__card--3 {
  grid-area: 2 / 1 / 3 / 2;
}
.about__card--4 {
  grid-area: 2 / 2 / 3 / 3;
}
.about__card--5 {
  grid-area: 3 / 1 / 4 / 2;
}
.about__button {
  grid-area: 3 / 2 / 4 / 3;

  background: linear-gradient(180deg, #0abc21 0%, #1aaa2d 100%);
  border: none;
  border-radius: 20px;

  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.about__lightbox {
  grid-area: 1 / 3 / 4 / 5;

  background-image: url('../img/house_example_3.jpg');
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;

  border-radius: 20px;

  position: relative;
}
.about__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 116px;
  height: 116px;

  background-image: url('../img/icons/about-play.svg');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.about__card-name {
  display: block;

  font-size: 32px;
  font-weight: 700;
  color: #3a3a3a;
}
.about__card-text {
  font-size: 18px;
  color: #3a3a3a;
}

@media (max-width: 1230px) {
  .about__card {
    width: auto;
  }
}

@media (max-width: 768px) {
  .about {
    padding-top: 40px;
  }
  .about__wrapper {
    display: flex;
    flex-direction: column;
  }
  .about__card--1 {
    order: 3;
  }
  .about__card--2 {
    order: 1;
  }
  .about__card--3 {
    order: 4;
  }
  .about__card--4 {
    order: 2;
  }
  .about__card--5 {
    order: 5;
  }
  .about__card-name {
  }
  .about__card-text {
  }
  .about__button {
    order: 6;

    padding: 10px;
    min-height: 103px;
  }
  .about__lightbox {
    order: 0;
    min-height: 184px;
  }
  .about__play {
    width: 47px;
    height: 47px;
  }
}

/* ABOUT END */

/* PRESS START */

.press {
  margin-bottom: 95px;
}
.press__wrapper {
  margin: 0 auto;
  padding: 65px 55px;
  width: 1535px;
  min-height: 330px;

  background-color: #f0f8f1;
  border-radius: 30px;
}
.press__title {
  margin-bottom: 50px;

  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.press__list {
  display: flex;
  justify-content: space-between;

  margin: 0;
  padding: 0;

  list-style: none;
}
.press__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.press__video {
  padding: 25px;
  width: 333px;
  min-height: 121px;

  background-color: white;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.press__video--rossia {
  background-image: url('../img/icons/rossia24.svg');
}
.press__video--efir {
  background-image: url('../img/icons/efir.png');
}
.press__video--gleb {
  background-image: url('../img/icons/gleb.svg');
}
.press__video--ruslan {
  background-image: url('../img/icons/ruslan.svg');
}

@media (max-width: 1535px) {
  .press__wrapper {
    width: auto;
  }
  .press__list {
    flex-wrap: wrap;
  }
  .press__item {
    margin-bottom: 20px;
    width: 47%;
  }
  .press__video {
    /* width: auto; */
  }
}

@media (max-width: 768px) {
  .press__wrapper {
    border-radius: 0;
  }
  .press__list {
    flex-direction: column;
  }
  .press__item {
    width: 100%;
    box-shadow: 0px 3.96396px 19.81982px 0px rgba(0, 0, 0, 0.05);
  }
  .press__video {
    width: 100%;
    background-size: 65%;
  }
}

/* PRESS END */

/* PROGRAM START */

.program {
  padding-top: 95px;
  padding-bottom: 95px;

  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%),
    url('../img/clouds_bg.jpg');
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.program__title {
  margin-bottom: 65px;

  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.program__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.program__col {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
}
.program__text-block {
  margin-bottom: 30px;
  width: 100%;
}
.program__text-block:last-child {
  margin-bottom: 0;
}
.program__name {
  margin-bottom: 8px;

  font-size: 30px;
}
.program__text {
  margin: 0;
  font-size: 27px;
}
.program__list {
  margin: 0;
  padding: 0;

  list-style: none;
}
.program__item {
  margin-bottom: 20px;
  padding-left: 38px;

  font-size: 20px;

  position: relative;
}
.program__item::before {
  content: '';

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 16px;
  height: 16px;

  background-image: url('../img/icons/arrow-square-right.svg');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.program__item:last-child {
  margin-bottom: 0;
}
.program__pic {
  width: 100%;
  min-height: 385px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.program__pic::before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.program__pic--1::after {
  content: 'До 20%';
  display: block;
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-family: Roboto;
  font-size: 3.7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.program__pic--2::after {
  content: 'До 25%';
  display: block;
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-family: Roboto;
  font-size: 3.7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.program__pic--3::after {
  content: 'До 50%';
  display: block;
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-family: Roboto;
  font-size: 3.7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.program__pic--1 {
  background-image: url('../img/program_house_1.jpg');
}
.program__pic--2 {
  /* background-image: url("../img/program_house_2.png"); */
  background-image: url('../img/DJI_0242.jpg');
}
.program__pic--3 {
  background-image: url('../img/program_house_3.jpg');
}

@media (max-width: 1400px) {
  .program__col,
  .program__pic {
    width: 100%;
  }
  .program__wrapper {
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .program__wrapper {
    flex-wrap: wrap;
  }
  .program__col,
  .program__pic {
    width: 100%;
  }
  .program__text-block {
    width: 100%;
  }
  .program__col {
    display: flex;
    justify-content: space-between;

    margin-bottom: 30px;
    /* width: calc(33.3333% - 20px); */
  }
  .program__item {
    margin-bottom: 5px;
  }
  .program__pic {
    background-position: bottom right;
  }
}
@media (max-width: 768px) {
  .program__wrapper {
    flex-direction: column;
  }
  .program__col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .program {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .program__title {
    margin-bottom: 45px;
  }
  .program__col {
    flex-direction: column;
  }
  .program__text-block,
  .program__pic {
    width: 100%;
  }
  .program__item {
    padding-left: 30px;
  }
  /* .program__pic--1 {
    display: none;
  } */
  .program__pic--2 {
    margin-bottom: 35px;
    min-height: 282px;
  }
  .program__text {
    font-size: 23px;
  }
}
@media (max-width: 500px) {
  .program__pic--1::after,
  .program__pic--2::after,
  .program__pic--3::after {
    font-size: 2.5em;
  }
}
/* PROGRAM END */

/* CALC START */

.calc {
  margin-bottom: 85px;
}
.calc__wrapper {
  display: flex;

  padding: 50px 0;
  padding-right: 100px;
  /* height: 467px; */

  border: 1px solid #d9d9d9;
  border-radius: 30px;

  position: relative;
}
.calc__woman {
  position: absolute;
  top: -60px;
  left: 2px;

  width: 471px;
  height: 526px;

  background-image: url('../img/woman.png');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.calc__col {
  margin-left: 475px;
}
.calc__top {
  margin-bottom: 35px;
}
.calc__title {
  margin-bottom: 15px;

  font-size: 40px;
  font-weight: 400;
}
.calc__subtitle {
  margin: 0;
  font-size: 18px;
}
.calc__tabs {
  display: flex;

  margin-bottom: 50px;
}
.calc__tab {
  padding: 0 41px;
  padding-bottom: 20px;

  font-size: 24px;

  cursor: pointer;
  position: relative;
  display: none;
}
.calc__tab.active {
  font-weight: 600;
  display: block;
}
.calc__tab::after {
  content: '';

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background-color: #d9d9d9;
}
.calc__tab.active::after {
  height: 3px;
  background-color: #0abc22;
}
.calc__name {
  font-size: 24px;
}
.calc__content {
  display: none;
}
.calc__content.active {
  display: flex;
}
.calc__item {
  margin-right: 30px;
}
.calc__item:last-child {
  margin-right: 0;
}
.calc__item-text {
  display: block;
  margin-bottom: 15px;
  width: 172px;

  font-size: 16px;
}
.calc__item-value {
  display: block;
  margin-bottom: 0;

  font-size: 32px;
  font-weight: medium;

  position: relative;
}
.calc__item-value::after {
  position: relative;
  right: -10px;
}
.calc__item-value--price::after {
  content: '₽';
}
.calc__item-value--period::after {
  content: 'месяцев';
}
.calc__range-wrap {
  width: 288px;
  position: relative;
}
.calc__range {
  -webkit-appearance: none;

  display: block;
  margin-top: 0;
  padding: 30px 0;
  width: 100%;
}
.calc__range:focus {
  outline: none;
}
.calc__range::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #d9d9d9;
}
.calc__range::-webkit-slider-thumb {
  margin-top: -4px;
  height: 11px;
  width: 11px;

  background-color: transparent;
  background-image: url('../img/icons/thumb.svg');
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 50%;
  border: none;

  cursor: pointer;
  -webkit-appearance: none;

  position: relative;
  z-index: 1;
}
.calc__range:focus::-webkit-slider-runnable-track {
  background: #d9d9d9;
}
.calc__range::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #d9d9d9;
}
.calc__range::-moz-range-thumb {
  margin-top: -4px;
  height: 11px;
  width: 11px;

  background-color: transparent;
  background-image: url('../img/icons/thumb.svg');
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 50%;
  border: none;

  cursor: pointer;
}
.calc__range::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.calc__range::-ms-fill-lower {
  background: #d9d9d9;
}
.calc__range::-ms-fill-upper {
  background: #d9d9d9;
}
.calc__range::-ms-thumb {
  margin-top: -4px;
  height: 11px;
  width: 11px;

  background-color: transparent;
  background-image: url('../img/icons/thumb.svg');
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 50%;
  border: none;

  cursor: pointer;
}
.calc__range:focus::-ms-fill-lower {
  background: #d9d9d9;
}
.calc__range:focus::-ms-fill-upper {
  background: #d9d9d9;
}
.calc__progress {
  position: absolute;
  top: 30px;
  left: 0;

  height: 3px;

  background-color: #0abc22;
}
.calc__progress--price1 {
  width: 10%;
}
.calc__progress--price2 {
  width: 14%;
}
.calc__progress--period {
  width: 0;
}

@media (max-width: 1420px) {
  .calc__wrapper {
    height: auto;
    /* min-height: 450px; */
  }
  .calc__col {
    margin-left: 395px;
  }
  .calc__title {
    font-size: 30px;
  }
  .calc__tab {
    padding: 0 10px;
    padding-bottom: 20px;

    font-size: 20px;
  }
  .calc__content {
    /* flex-wrap: wrap; */
  }
  .calc__range-wrap {
    width: 170px;
  }
  .calc__woman {
    top: 5px;

    width: 399px;
    height: 373px;
  }
}

@media (max-width: 1000px) {
  .calc__wrapper {
    display: flex;
    flex-direction: column;
    padding: 50px;
    padding-bottom: 0;
  }
  .calc__col {
    margin: 0 auto;
  }
  .calc__woman {
    position: static;
    order: 2;

    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .calc__wrapper {
    padding: 0;
    padding-top: 48px;
  }
  .calc__col {
    padding: 0 20px;
  }
  .calc__title,
  .calc__subtitle {
    text-align: center;
  }
  .calc__tabs {
    justify-content: center;
  }
  .calc__tab {
    flex-basis: 45%;
    max-width: 45%;

    text-align: center;
  }
  .calc__content {
    flex-direction: column;
  }
  .calc__item {
    margin-right: 0;
  }
  .calc__item:last-child {
    margin-top: 25px;
  }
  .calc__range-wrap {
    width: 100%;
  }
  .calc__progress--price1 {
    width: 8%;
  }
  .calc__item-text {
  }
  .calc__woman {
    width: 100%;
    background-position: bottom center;
  }
}

/* CALC END */

/* PROJECT START */

.house {
  margin-bottom: 22px;
}
.house__title {
  display: none;
  margin-bottom: 25px;

  font-size: 29px;
  font-weight: 400;
  text-align: center;
}
.house__wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.house__slider {
  margin: 0;
  margin-bottom: 10px;
  height: 84%;
  width: 574px;
  border-radius: 20px;
}
.house__slide.swiper-slide > img {
  height: 131%;
  width: 100%;
  object-fit: cover;
}
.secondary-project-swiper {
  width: 574px;
}
.swiper {
}
.swiper-wrapper {
}
.house__slide.swiper-slide {
  position: relative;
  height: 390px;
}
@media (max-width: 960px) {
  .house__slide.swiper-slide {
    height: 270px;
  }
  .secondary-dream-swiper__img {
    height: 36px;
  }
}
/* .house__slide.swiper-slide > img {
  height: 100%;
  width: 100%;
} */
.house__mark {
  position: absolute;
  top: 33px;

  padding: 5px 20px;

  border-radius: 155px;

  font-size: 25px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.house__mark--hit {
  left: 29px;

  background-color: #44c054;

  user-select: none;
}
.house__mark--10 {
  left: 145px;
  background-color: #4eaaff;
}
.house__slide-img {
  width: 100%;
  /* height: 100%; */
  height: 340px;
  object-fit: cover;

  border-radius: 20px;
}
.house__slide-nav {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 120px;
  height: 61px;
  /* background: rgba(96, 112, 131, 0.2); */
  /* backdrop-filter: blur(15.272684097290039px); */
  /* border: 1px solid #797979; */
  border-radius: 152px;
  z-index: 1;
}
.house-prev,
.house-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 30px;
  height: 30px;

  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;

  cursor: pointer;
}
.house-prev {
  left: 25px;
  background-image: url('../img/icons/slide-prev.svg');
}
.house-next {
  right: 25px;
  background-image: url('../img/icons/slide-next.svg');
}
.house__slide-counter {
  width: 50px;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: white;

  user-select: none;
}
.house__slide-counter .swiper-pagination-current {
  font-size: 24px;
  line-height: 24px;
  color: #50de62;
}
.house__info-block {
  width: 454px;
}
.house__name {
  display: block;
  margin-bottom: 20px;

  font-size: 32px;
  font-weight: 500;
}
.house__subtitle {
  font-size: 18px;
  font-weight: 100;
}
.house__spacer {
  margin: 20px 0;
  width: 100%;
  height: 1px;

  background-color: #e4e4e4;
}
.house__info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  row-gap: 17px;

  margin: 0;
  padding: 0;

  list-style: none;
}
.house__info-item {
  flex-basis: 47%;
  max-width: 47%;
  padding-left: 30px;

  position: relative;
}
.house__info-item::before {
  content: '';

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 20px;
  height: 20px;

  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.house__info-item--sqr::before {
  background-image: url('../img/icons/scale.svg');
}
.house__info-item--bath::before {
  background-image: url('../img/icons/public-toilet.svg');
}
.house__info-item--room::before {
  background-image: url('../img/icons/home-1.svg');
}
.house__info-item--bed::before {
  background-image: url('../img/icons/bedroom-1.svg');
}
.house__extra-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  row-gap: 20px;
  margin-bottom: 20px;
}
.house__extra-left {
  flex-basis: 43%;
  max-width: 43%;

  font-size: 16px;
  font-weight: 500;
}
.house__extra-right {
  flex-basis: 43%;
  max-width: 43%;

  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.gray-text {
  color: #aeaeae;
}
.house__extra-right--link {
  /* border-bottom: 1px solid #44c054; */

  color: #44c054;
  text-decoration: underline;

  cursor: pointer;
}
.house__extra-bottom {
  display: block;
  margin-bottom: 35px;
  gap: 5px;
  color: #444444;
  display: flex;
  justify-content: center;
}
.house__extra-anchor {
  font-weight: 400;
  color: #444444;
}
.house__buttons {
  display: flex;
  justify-content: space-between;
}
.house__button {
  padding: 10px 15px;
  width: 183px;

  background: linear-gradient(180deg, #50de62 0%, #0abc22 100%);
  border: none;
  border-radius: 7px;

  font-size: 14px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.house__button--white {
  background: white;
  border: 1px solid #50de62;

  color: #000;
}
.house__button--wa {
  width: 52px;

  position: relative;
}
.house__button--wa::before {
  content: '';

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 22px;
  height: 22px;

  background-image: url('../img/icons/whatsapp.svg');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.house__consult-form {
}
.consult-form {
  padding: 25px 30px;
  width: 332px;

  background-image: url('../img/consult_bg.jpg');
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;

  border-radius: 18px;

  overflow: hidden;
  position: relative;
}
.consult-form::after {
  content: '';

  position: absolute;
  right: -10px;
  bottom: -45px;

  width: 291px;
  height: 203px;

  background-image: url('../img/bush.png');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.house__legend {
  margin-bottom: 15px;

  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
.house__counsult-text {
  margin: 0 auto;
  display: block;
  width: 186px;

  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.consult-form__spacer {
  margin: 18px auto;
  width: 170px;
  height: 1px;

  border-bottom: 1px dashed #0abc22;
}
.house__field {
  margin-bottom: 15px;
  padding: 17px;
  width: 100%;

  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;

  color: #000;
  text-align: center;
}
.house__field::placeholder {
  color: #9b9b9b;
}
.house__field:focus {
  outline: 0;
}
/* The container */
.checkbox-wrapper {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 25px;
  width: 200px;

  font-size: 13px;
  font-weight: 400;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;

  z-index: 2;
  position: relative;
}

/* Hide the browser's default checkbox */
.checkbox-wrapper input {
  position: absolute;
  width: 0;
  height: 0;

  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  height: 16px;
  width: 16px;

  background-color: #eee;
  border-radius: 4px;
  outline: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
/* .checkbox-wrapper:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.checkbox-wrapper input:checked ~ .checkmark {
  background-color: #0abc22;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.consult-form__submit {
  display: inline-block;
  padding: 17px;
  width: 100%;

  /* background-color: #0abc22; */
  background: linear-gradient(180deg, #50de62 0%, #0abc22 100%);
  border: none;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-align: center;

  z-index: 2;
  position: relative;
}
/* .consult-form__submit::after {
  content: '';

  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);

  width: 22px;
  height: 22px;

  background-image: url('../img/icons/whatsapp.svg');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
} */

/* PROJECT END */

/* FEATURES START */

.features__tabs {
  display: flex;

  margin-top: -1px; /* fixed glitch with border-bottom */
  margin-bottom: 15px;

  border-bottom: 2px solid #0abc22;
}
.features__tab {
  padding: 11px 24px;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

  font-size: 24px;
  text-align: center;

  cursor: pointer;
}
.features__tab.active {
  background-color: #0abc22;

  font-weight: 500;
  color: white;
}
.features__content {
  display: none;
}
.features__plan {
  display: block;
  margin: 10px 0;
  width: 100%;
}
.features__content.active {
  display: block;
}
.features__table-container {
  width: 100%;
  /* border: 1px solid #9fc2a3;
  border-radius: 30px;

  overflow-x: auto;*/
}

.features__table {
  /* border: 1px solid #C4DEC8; */
  background-color: #ffffff;
  /* width: 1380px; */
  width: 100%;
  text-align: center;
  /* border-collapse: collapse; */
}
.divTableCell,
.divTableHead {
  /* border: 1px solid #C4DEC8; */
  /* border-bottom: 1px solid #C4DEC8; */
  padding: 15px 0;
}
.divTableCell {
  font-size: 13px;
}
.divTableRow:nth-child(even) {
  background: #ebf5ed;
}
.divTableHeading {
  background: #d3e6d6;
}
.divTableHead {
  font-size: 12px;
  line-height: 250%;
  font-weight: bold;
  color: #000000;
}

/* DivTable.com */
.divTable {
  display: table;
}
.divTableRow {
  display: flex;
  /* height: 54px; */
}
.divTableHeading {
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  display: table-cell;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}

.divTableHead--left,
.divTableCell--left {
  width: 453px;
  border-right: 1px solid #c4dec8;

  line-height: 250%;
}
.divTableCell--left {
  font-weight: 400;
}
.divTableHead--right,
.divTableCell--right {
  width: 925px;
  text-align: center;

  /* line-height: 170%; */
}

.divTableCell--right {
  padding-left: 85px;
  text-align: left;
}

@media (max-width: 1420px) {
  .house__slider,
  .secondary-project-swiper {
    width: 640px;
  }
  .house__info-block {
    /* margin-left: 30px; */
    width: 50%;
  }
  .house__buttons {
    column-gap: 20px;
  }
  .house__button {
    max-width: 290px;
    min-height: 50px;
  }
  .house__consult-form {
    display: none;
  }
}

@media (max-width: 1090px) {
  .house__slider,
  .secondary-project-swiper {
    width: 509px;
  }
  .house__slide-nav {
    bottom: 15px;

    width: 155px;
    height: 48px;
  }
  .house__slide-counter {
    font-size: 16px;
  }
  .house__mark {
    top: 19px;

    font-size: 14px;
  }
  .house__mark--hit {
    left: 17px;
  }
  .house__mark--10 {
    left: 100px;
  }
  .house-prev,
  .house-next {
    width: 20px;
    height: 20px;
  }
  .house__slide-counter .swiper-pagination-current {
    font-size: 24px;
    line-height: 16px;
  }
  .house__info-block {
    width: 400px;
  }
  .house__name {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .house__subtitle,
  .house__info-item,
  .house__extra-left,
  .house__extra-right,
  .house__extra-bottom {
    font-size: 14px;
  }
  .house__extra-info {
    margin-bottom: 20px;
    row-gap: 10px;
  }
  .house__extra-left {
    flex-basis: 47%;
    max-width: 47%;
  }
  .house__extra-right {
    flex-basis: 47%;
    max-width: 47%;
  }
  .house__extra-bottom {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .house__button {
    width: 155px;
  }
  .house__button--wa {
    width: 52px;
  }

  @media (max-width: 960px) {
    .house {
      margin-bottom: 22px;
    }
    .house__title {
      display: block;
      text-align: center;
    }
    .house__wrapper {
      margin: 0 auto;
      max-width: 330px;
      flex-direction: column;
    }
    .house__slider {
      margin-bottom: 25px;
      width: auto;
    }
    .secondary-project-swiper {
      width: auto;
    }
    .house__slide-nav {
      width: 120px;
      height: 35px;
    }
    .house__slide-counter {
      font-size: 12px;
    }
    .house__slide-counter .swiper-pagination-current {
      font-size: 17px;
      line-height: 9px;
    }
    .house-prev {
      left: 14px;
    }
    .house-next {
      right: 14px;
    }
    .house__info-block {
      width: auto;
    }
    .house__extra-right {
      flex-basis: auto;
      max-width: none;
    }
    .house__button {
      flex-basis: 42%;
      max-width: 42%;

      padding: 5px 15px;
      width: auto;

      font-size: 10px;
    }
    .house__button--wa {
      flex-basis: auto;
      max-width: none;
      width: 32px;
    }
    .house__button--wa::before {
      width: 16px;
      height: 16px;
    }
  }
}

@media (max-width: 1420px) {
  .features__tab {
    padding: 10px 20px;

    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .features__tab {
    flex-basis: 50%;
    max-width: 50%;

    font-size: 12px;
  }
}

/* FEATURES END */

/* POPUP START */

.popup {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.8);

  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999999;
  /* z-index: 10; */

  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 30px 10px;
  min-height: 100%;
}

.popup__content {
  padding: 30px;
  max-width: 520px;

  background-color: white;
}

.popup__title {
  margin: 0 0 15px 0;

  font-size: 22px;
  line-height: 120%;
}

.popup-form__field,
.popup-form__field--city {
  margin: 5px 0;
  padding: 15px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #444;

  box-sizing: border-box;
}

.popup-form__text {
  display: block;
  margin-bottom: 15px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 42px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.big-modal {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 20px 40px;
  width: 100%;
  height: 100vh;

  background-color: #fff;

  z-index: 10;
}

.cross {
  position: absolute;

  right: 40px;

  cursor: pointer;
}

.popup-form__checkbox-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.popup-form__checkbox-wrapper a {
  color: #44c054;
}

body.lock {
  overflow: hidden;
}

/* POPUP END */

.arch-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px auto 0;
  padding-top: 30px;
  background: url(../img/sky-bg.png) no-repeat;
  background-size: cover;
}
.arch-form__wrapper {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}
.arch-form__title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 147%;
  letter-spacing: 1px;
  max-width: 740px;
  padding: 0;
  margin: 0;
}
.arch-form__container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: inherit;
  padding: 0 0 140px;
}
.arch-form__feature {
  padding: 82px 0 0 0;
}
.arch-form__feature-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 22px;
}
.arch-form__feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 42px;
  max-width: 510px;
}
ul.arch-form__feature-list {
  /* background: #ffffff99; */
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 45%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border-radius: 15px;
  padding: 5px 0px 5px 5px;
}

.arch-form__feature-item {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 181%;
  padding-left: 25px;
  background: url(../img/arrow-green.svg) 0 5px no-repeat;
  background-size: 15px;
}
.arch-form__feature-video-play {
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translate(0, -50%);
}
.arch-form__feature-video-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 308px;
  height: 174px;
  border-radius: 20px;
  border: 5px solid #fff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 100px 6px 21px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 8px -3px rgba(155, 158, 159, 0.16);
  -moz-box-shadow: 0px 6px 8px -3px rgba(155, 158, 159, 0.16);
  box-shadow: 0px 6px 8px -3px rgba(155, 158, 159, 0.16);
}
.arch-form__feature-video1 {
  background: url(../img/feature-video1.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 18px;
}
.arch-form__feature-video2 {
  background: url(../img/feature-video2.jpg) no-repeat;
  background-size: cover;
}
.arch-form__form {
  padding: 20px;
  border-radius: 25px;
  background: #fff;
  max-width: 100%;
  height: fit-content;
  position: inherit;
}
.arch-form__form-wrapper {
  border-radius: 20px;
  border: 1px solid #eee;
}
.consultation__form-title_arch {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 47px 20px 0;
}
.consultation-form_arch {
  margin: 36px 0 46px 0;
  padding: 0 40px;
}
.consultation-form__checkbox_arch + label::before {
  background-color: #e4f2ff;
}
.arch-form__bg {
  position: absolute;
  right: 141px;
  bottom: 75px;
}
.arch-form__bg-tree1 {
  position: absolute;
  right: 214px;
  top: -75px;
}
.arch-form__bg-tree2 {
  position: absolute;
  right: -89px;
  bottom: 135px;
  rotate: 180deg;
}
/*#endregion ARCH */

/*#region CONSULTATION FORM */

.consultation-form {
  z-index: 2;
  position: inherit;
}
.consultation__form-wrap {
  position: relative;
  background: url(../img/bg-form-card.jpg) no-repeat;
  background-size: cover;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 25px;
}
.consultation__form-title {
  color: #000;
  font-size: 31px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  margin: 32px 0 3px;
}
.consultation__form-subtitle {
  display: block;
  max-width: 250px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 121%;
  padding: 0 0 26px;
  margin: 0 auto 30px;
  border-bottom: dashed 2px #0abc22;
}
.consultation-form__input {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 59px;
  border: 1px solid #f1f1f1;
  background: #fff;
  height: 72px;
  text-align: center;
  box-sizing: border-box;
  color: #9b9b9b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.consultation-form__input:focus-visible {
  outline: solid 1px #0abc22;
}
.consultation-form__input:first-of-type {
  margin-bottom: 20px;
}
.consultation-form__policy-checkbox {
  width: 22px;
  height: 22px;
}
.consultation-form__checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.consultation-form__checkbox-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0 42px;
  margin: 30px 0 37px;
}
.consultation-form__checkbox + label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  gap: 11px;
}
.consultation-form__checkbox + label::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 22px;
  height: 22px;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-radius: 5px;
  box-shadow: none;
  flex-shrink: 0;
}
.consultation-form__checkbox:checked + label::after {
  content: ' ';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMGFiYzIyIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+');
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  text-align: center;
  background-color: transparent;
  font-size: 10px;
  height: 22px;
  width: 22px;
}
.consultation-form__submit {
  border-radius: 59px;
  border: 0;
  outline: 0;
  padding: 25px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  /* background: var(--green-accent) url(../img/whatsapp.svg) 40px 50% no-repeat; */
  background-size: 30px;
  cursor: pointer;
}
.consultation__bg {
  background: url(../img/bg-form-card-tree.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 415px;
  height: 172px;
}
/*#endregion CONSULTATION FORM */

/* MAP START */

.footer__map.test {
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
}

.map-yandex.test {
  height: 300px;
}

.map-msk.test {
  background: url('../img/map_msk_test.jpg') #ffffff no-repeat;
  background: url('../img/map_msk_test.webp') #ffffff no-repeat;
  background-size: cover;
  background-position: center;
}

/* Индикатор загрузки, который показывается до загрузки карты */
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after,
.loader:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default::after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.ymap-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

/* MAP END */

/* COVER START */

.cover--invest {
  /* height: 100vh; */
  min-height: 875px;
  /* height: 100vh; */

  background-image: url('../img/invest_cover.jpg');
  background-position: center;
}

.cover__under-title--invest {
  display: none;
}

.cover__title--invest {
  margin-top: 50px;
  margin-bottom: 15px;
  max-width: 769px;

  font-size: 56px;
}

.cover__man {
  display: none;
}

.cover__subtitle--invest {
  font-size: 33px;
}

.cover__subtitle--invest::before {
  margin-left: 0;
  width: 65px;
}

.cover__feature-wrapper--under {
  display: none;
}

@media (max-width: 768px) {
  .cover--invest {
    margin-bottom: 45px;
    background-image: url('../img/cover-bg.jpg');
  }
  .cover__feature-wrapper--invest {
    display: none;
  }

  .cover__button--invest {
    margin-top: 410px;
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
    min-height: 78px;

    background: no-repeat 21px 50%, linear-gradient(180deg, var(--green-accent) 0%, #398944 100%);

    font-size: 19px;
    text-align: center;

    position: relative;
  }

  .cover__button--invest::before {
    content: '';

    position: absolute;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    height: 387px;

    background-image: url('../img/cover_man.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .cover__man {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 387px;

    background-image: url('../img/cover_man.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .cover__title--invest {
    width: auto;

    font-size: 24px;
    text-align: center;
  }
  .cover__under-title--invest {
    display: block;
    text-align: center;
  }
  .cover__subtitle--invest {
    margin: 15px auto;
    max-width: 239px;

    font-size: 15px;
    text-align: center;
  }
  .cover__subtitle--invest::before {
    display: none;
  }
  .cover__feature-wrapper--under {
    display: flex;
    padding: 0 20px;
  }
  .cover__feature-item--invest {
    background-color: #fff;
  }
  .cover__feature-subtext {
    display: block;
    margin-bottom: 10px;

    font-size: 24px;
    font-weight: 700;
    color: #378541;
  }
  .cover__feature-text {
    font-size: 17px;
    font-weight: 300;
    color: #252525;
  }
}

/* COVER END */

/* ONLINE START */

.online {
  margin-top: 80px;
  margin-bottom: 155px;
}
.online__title {
  margin-bottom: 50px;

  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.online__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  row-gap: 30px;
  margin: 0 auto;
  max-width: 1179px;
}
.online__item {
  padding: 40px;

  border-radius: 10px;
  border: 1px solid #e4f2ff;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.online__circle {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 134px;
  height: 134px;

  background-color: #0ea422;
  border-radius: 50%;
}
.online__img {
}
.online__text-block {
}
.online__bold-text {
}
.online__text {
}

@media (max-width: 768px) {
  .online__item {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-basis: 47%;
    max-width: 47%;
  }
  .online__item--insta {
    order: 0;
  }
  .online__item--vk {
    order: 1;
  }
  .online__item--desktop {
    order: 2;
    flex-basis: 100%;
    max-width: 100%;
  }
  .online__item--tg {
    order: 3;
  }
  .online__item--yt {
    order: 4;
  }
}

@media (max-width: 500px) {
  .online__item {
    padding: 20px;
  }
  .online__circle {
    width: 75px;
    height: 75px;
  }
  .online__img {
    width: 40px;
  }
}

/* ONLINE END */

/* BREADCRUMBS START */

.bread_crumbs {
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0px;
}

.bread_crumbs_arrow {
  height: 20px;
  margin: 0 8px;
}

/* BREADCRUMBS END */

/* THANKS START */

.thank-you {
  padding-top: 250px;
}

@media (max-width: 1200px) {
  .thank-you {
    padding-top: 50px;
  }
}

/* THANKS END */
.fake_breadcrumbs {
  display: none;
}

/* .secondary-project-swiper {
  height: 60px;
} */

.secondary-project-swiper {
  height: 80px;
}

.secondary-project-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.secondary-project-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.dream .container {
  padding: 0;
  max-width: none;
}

.dream__wrapper {
  flex-wrap: wrap;
}

.dream__column {
  margin-bottom: 40px;
}

.dream__card {
  margin-bottom: 100px;
}

.dream__new-title {
  margin-top: 0;
  margin-bottom: 30px;

  font-size: 40px;
  text-align: center;
}

.dream__name {
  margin-top: 0;
  margin-bottom: 20px;

  font-size: 32px;
  text-align: center;
}

.dream__sliders {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin-bottom: 20px;
}

.swiper.main-dream-swiper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  /* height: 230px; */

  position: relative;
}

.swiper.main-dream-swiper .swiper-slide {
  height: auto;
}

.swiper.secondary-dream-swiper {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  /* width: 14%; */
}

.swiper.main-dream-swiper .swiper-backface-hidden .swiper-slide,
.swiper.secondary-dream-swiper .swiper-slide {
  height: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.secondary-dream-swiper .swiper-slide {
  opacity: 0.4;
}

.secondary-dream-swiper .swiper-wrapper {
  /* flex-direction: column; */
  justify-content: space-between;
}

.secondary-dream-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.secondary-dream-swiper .swiper-slide {
  width: 100%;
}

.main-dream-swiper .swiper-slide {
  width: 100%;
}

.main-dream-swiper__img,
.secondary-dream-swiper__img {
  display: block;
  /* height: 100%; */

  object-fit: cover;
  cursor: pointer;
}

.secondary-dream-swiper__img {
  min-height: 36px;
}

.dream__text {
  padding: 0 10px;
}

.dream-prev,
.dream-next {
  display: none;

  position: absolute;
  top: 0;

  padding: 0 5px;
  width: 40px;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);
  border: none;

  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

.dream-prev {
  left: 0;
}

.dream-next {
  right: 0;
}

.dream-prev:hover,
.dream-prev:focus,
.dream-next:hover,
.dream-next:focus {
  background-color: rgba(0, 0, 0, 0.65);
  outline: none;
}

.dream-prev::before,
.dream-next::before {
  content: '';

  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 10px;
  height: 10px;

  background-image: url('../img/icons/mini-arrow-right.svg');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.dream-next::before {
  right: 25%;
}

.dream-prev::before {
  left: 25%;
  transform: rotate(180deg);
}

@media (min-width: 630px) {
  .dream .container {
    max-width: none;
    padding: 0;
  }
  .dream__text {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  /* .main-dream-swiper__img,
  .secondary-dream-swiper__img {
    max-height: 44px;
  } */
  /* .dream__name {
    margin-right: 110px;
  } */
  /* .dream-prev,
  .dream-next {
    display: block;
  } */
  /* .dream__sliders {
    flex-direction: row;
  } */

  .main-dream-swiper__img,
  .secondary-dream-swiper__img {
    width: 100%;
    height: 100%;
  }
  .swiper.main-dream-swiper .swiper-slide {
    height: 360px;
  }
  .main-dream-swiper__img {
    height: 100%;
  }
}

.top-buttons-container {
  display: flex;
  justify-content: space-between;

  margin: 0 auto;
  padding: 50px 0;
  padding-bottom: 25px;
  width: 45%;
}

.catalog_new .button-card.top-button {
  padding: 20px;
  padding-left: 50px;
  height: auto;

  border: none;

  font-weight: 400;

  cursor: pointer;

  position: relative;
}

.top-button::before {
  content: '';

  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;

  background-image: url('../img/map-pin.svg');
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (max-width: 1420px) {
  .top-buttons-container {
    width: 60%;
  }
}

@media (max-width: 1080px) {
  .top-buttons-container {
    width: 75%;
  }
}

@media (max-width: 880px) {
  .top-buttons-container {
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
  }
}

.top-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0;
  gap: 20px;
}

.top-row__card {
  display: flex;
  flex-direction: column;

  padding: 20px;
  padding-top: 110px;
  flex-basis: 47%;
  max-width: 47%;
  min-height: 380px;

  /* background-blend-mode: multiply; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;

  color: white;

  box-sizing: border-box;
}

.top-row__card--nasledie {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)),
    url('../img/nasledie.jpg');
}
.top-row__card--riga {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)),
    url('../img/riga.jpg');
}
.top-row__card--aleksino {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)),
    url('../img/aleksino.jpg');
}
.top-row__name {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;

  font-size: 30px;
}

.top-row__list {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;

  list-style: none;
}

.top-row__item {
  margin-bottom: 10px;
  padding-left: 30px;

  font-size: 20px;

  position: relative;
}

.top-row__item::before {
  content: '';

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 20px;
  height: 20px;

  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.top-row__item--clock::before {
  background-image: url('../img/clock.png');
}
.top-row__item--plane::before {
  background-image: url('../img/plane.png');
}
.top-row__item--cash::before {
  background-image: url('../img/cash.png');
}

.top-row__item-small {
  display: block;
  font-size: 11px;
}

.top-row__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  margin-bottom: 30px;
}
.catalog_new .button-card.top-row__button {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px;
  height: auto;

  background: none;
  background-color: #0abc22;
  border-radius: 5px;

  font-size: 16px;
  letter-spacing: 1px;
}
.top-row__bottom-text {
  margin: 0;

  font-size: 20px;
  font-weight: 200;
}
.top-row__bottom-text-bold {
  /* display: block; */
  font-weight: 400;
}
.top-row__address {
  font-size: 14px;
  font-style: normal;
}

@media (max-width: 920px) {
  .top-row {
    flex-direction: column;
    row-gap: 40px;
  }

  .top-row__card {
    flex-basis: auto;
    max-width: none;
  }
}

@media (max-width: 430px) {
  .top-row__name {
    font-size: 25px;
  }
  .top-row__bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .top-row__item {
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  ul.arch-form__feature-list {
    /* background: #ffffff99; */
    background: none;
    border-radius: 0;
    padding: 0;
    max-width: none;
  }
}
.price-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 2;
  width: 65%;
  background: #44c054;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 0px;
  color: white;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 500px) {
  .price-block {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .price-block {
    font-size: 11px;
  }
}
.project_option-form {
  display: flex;
  width: 100%;
  justify-content: center;
}
.project_price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
}
span.price_acent {
  color: #3ed552;
  font-weight: 700;
}
.planirovka_img {
  display: flex;
  justify-content: center;
}
.gotoviy_doma_description {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gotoviy_doma_description_left,
.gotoviy_doma_description_right {
  width: 48%;
}
.gotoviy_doma_description_left > img {
  width: 100%;
  border-radius: 10px;
}
.gotoviy_doma_description_right {
  padding-left: 20px;
  font-size: 1.5em;
  text-align: justify;
  font-weight: 100;
}
@media (max-width: 1150px) {
  .gotoviy_doma_description_right {
    font-size: 1em;
  }
}
@media (max-width: 725px) {
  .gotoviy_doma_description_left,
  .gotoviy_doma_description_right {
    width: 100%;
  }
  .gotoviy_doma_description_right {
    padding-left: 0px;
    margin-top: 20px;
  }
}
