@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400,500;600;700&family=Oxygen:wght@300;400;700&display=swap');

* {
  font-family: "Oxygen", sans-serif;
  margin: 0;
  padding: 0;
}

.real-estate__landing-wallpaper-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1267px;
  background: linear-gradient(180deg, #e8ffed 0%, rgba(232, 255, 237, 0) 100%);
}

.real-estate__landing {
  margin-bottom: 100px;
}

.real-estate__landing__container {
  max-width: 1290px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  margin: 0 auto;
}

.real-estate__landing-wallpaper {
  position: relative;
  margin-top: 190px;
}

.real-estate__landing-wallpaper>p {
  color: #90989e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;

}

.real-estate__landing-wallpaper>h1 {
  color: #374957;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.real-estate__landing-wallpaper>h1>span {
  color: rgba(41, 207, 81, 1);
}

.real-estate__landing-wallpaper-info {
  display: flex;
  justify-content: space-between;
}

.real-estate__landing-wallpaper-info_img {
  max-width: 629px;
  width: 100%;
  max-height: 482px;
  height: 100%;
  display: flex;
  align-items: center;
}

.real-estate__landing-wallpaper-info_img> picture > img {
  width: 100%;
  height: auto;
}

.real-estate__landing-wallpaper_border-radius.real-estate__landing-wallpaper_border-radius {
  border-radius: 0 170px 0 170px;
  overflow: hidden;
}

.real-estate__landing-wallpaper-info_content {
  max-width: 490px;
  width: 100%;
  margin: auto 0;
}

.real-estate__landing-wallpaper-info_content>p {
  color: #374957;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.real-estate__landing-wallpaper-info_content>p>span {
  font-weight: 700;
}

.real-estate__landing-wallpaper-info_content>a {
  display: flex;
  width: 258px;
  height: 50px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #29cf51;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border: none;
  transition: 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
  margin-top: 35px;
}

.real-estate__landing-wallpaper-info_content>a:hover {
  border: 2px solid #29cf51;
  background: #fff;
  color: #29cf51;
}

.real-estate__landing-wallpaper_title.real-estate__landing-wallpaper_title {
  color: #374957;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: initial;
}

.real-estate__landing-wallpaper_subtitle.real-estate__landing-wallpaper_subtitle {
  color: #374957;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
}

.real-estate__landing-wallpaper_subtitle.real-estate__landing-wallpaper_subtitle>span {
  font-weight: 700;
}

.real-estate__landing-wallpaper-info-container {
  margin-top: 150px;
}

.real-estate__landing-wallpaper-info-container>.real-estate__landing-wallpaper_title {
  margin-bottom: 65px;
  text-transform: initial;
}

.real-estate__landing-wallpaper_benefits_list {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.real-estate__landing-wallpaper_benefits_list>*:not(:last-child) {
  margin-right: 30px;
}

.real-estate__landing-wallpaper_benefits_list-item {
  width: 400px;
  text-align: center;
}

.real-estate__landing-wallpaper_benefits_list-item> picture > img {
  margin-bottom: 40px;
}

.real-estate__landing-wallpaper_benefits_list-item>h4 {
  color: #374957;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 15px;
}

.real-estate__landing-wallpaper_benefits_list-item>p {
  color: #374957;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.real-estate__landing-wallpaper-multi-block {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.real-estate-blue-block {
  background: #2d9cec;
}

.real-estate-violet-block {
  background: #6263f7;
}

.real-estate-green-block {
  background: #2ec051;
}

.real-estate-multi-block {
  border-radius: 15px;
  padding: 35px 40px;
  box-sizing: border-box;
}

.real-estate-multi-block>p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
}

.real-estate-multi-block>ul>li {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  align-items: center;
}

.real-estate-multi-block>ul>li> picture > img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.real-estate__landing-wallpaper-multi-block>* {
  max-width: 630px;
  width: 100%;
}

.real-estate__landing-wallpaper-multi-block>*:not(:last-child) {
  margin-right: 30px;
}

.real-estate__landing-wallpaper-multi-block-left>*:not(:last-child) {
  margin-bottom: 30px;
}

.real-estate__landing-wallpaper-button {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #efefef;
  box-shadow: 0px 4px 4px 0px rgba(55, 73, 87, 0.15);
  display: flex;
  width: 100%;
  height: 55px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  color: rgba(41, 207, 81, 1);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1020px) {
  .real-estate__landing-wallpaper>p {
    font-size: 14px;
    line-height: 18px;
  }

  .real-estate__landing-wallpaper {
    position: relative;
    margin-top: 100px;
  }

  .real-estate__landing-wallpaper>h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .real-estate__landing-wallpaper-info-container {
    margin-top: 80px;
  }

  .real-estate__landing-wallpaper-info {
    display: block;
  }

  .real-estate__landing-wallpaper-info_content {
    max-width: 100%;
    margin-top: 35px;
  }

  .real-estate__landing-wallpaper-info_img {
    width: 100%;
    margin: 0 auto;
  }

  .real-estate__landing-wallpaper-info_content>p {
    font-size: 16px;
    line-height: 28px;
  }

  .real-estate__landing-wallpaper-info_content>a {
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
  }

  .real-estate__landing-wallpaper-info-container>.real-estate__landing-wallpaper_title {
    font-size: 26px;
    line-height: 24px;
  }

  .real-estate__landing-wallpaper-info-container>.real-estate__landing-wallpaper_title {
    margin-bottom: 25px;
  }

  .real-estate__landing-wallpaper-info.real-estate__landing-wallpaper-info-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .real-estate__landing-wallpaper_subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .real-estate__landing-wallpaper-multi-block {
    display: block;
  }

  .real-estate__landing-wallpaper-multi-block>* {
    width: 100%;
    max-width: 100%;
  }

  .real-estate-violet-block {
    margin-top: 15px;
  }

  .real-estate__landing-wallpaper-multi-block-left> :not(:last-child) {
    margin-bottom: 15px;
  }

  .real-estate__landing-wallpaper-multi-block {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 830px) {
  .real-estate__landing-wallpaper_benefits_list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .real-estate__landing-wallpaper_benefits_list>*:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 560px) {
  .real-estate__landing-wallpaper_title.real-estate__landing-wallpaper_title {
    font-size: 26px;
  }

  .real-estate__landing-wallpaper_border-radius.real-estate__landing-wallpaper_border-radius {
    border-radius: 0 70px 0 70px;
    overflow: hidden;
  }
}