@charset "utf-8";

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

.singleContainer {
  max-width: 1082px;
  margin: 35px auto 0;
  padding: 0 16px;
}

.upperArea {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.upperArea__main {
  flex: 1;
}

.upperArea__side {
  position: sticky;
  top: 160px;
  width: 310px;
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  .upperArea__side {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .upperArea {
    margin-bottom: 35px;
  }

  .upperArea__side {
    display: none;
  }
}

.sideContent:not(:last-of-type) {
  margin-bottom: 35px;
}

.sideContent__heading {
  background-color: #39a79c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 48px ;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sideContent__main {
  border: 2px solid #39a79c;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sideInquiry__content {
  padding: 24px 20px;
}

.sideTags__content {
  padding: 15px 10px 12px;
}

.sideTags_container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.sideTags__item {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 3px;
  margin-left: 10px;
}

.sideTags__hashMark {
  color: #39a79c;
  margin-right: 3px;
}

.sideContent:not(:last-of-type) {
  margin-bottom: 35px;
}

.sideContent__heading {
  background-color: #39a79c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 48px ;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sideContent__main {
  border: 2px solid #39a79c;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sideInquiry__content {
  padding: 24px 20px;
}

.sideTags__content {
  padding: 15px 10px 12px;
}

.sideTags_container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.sideTags__item {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 3px;
  margin-left: 10px;
}

.sideTags__hashMark {
  color: #39a79c;
  margin-right: 3px;
}

.ctaInquiryBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 46px;
  background-color: #f9854e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}

.ctaInquiryBtn.noLogin {
  background-color: #736639;
}

.ctaInquiryBtn > span {
  position: relative;
  padding-left: 35px;
}

.ctaInquiryBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url(/furnished/img/new-single/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.ctaRegisterBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 46px;
  background-color: #f9854e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 5px 5px 15px 0px rgba(  0, 0, 0, 0.25);
  letter-spacing: 0.15em;
  margin-top: 15px;
}

.ctaRegisterBtn > span {
  position: relative;
  padding-left: 35px;
}

.ctaRegisterBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 20px;
  background-image: url(/furnished/img/new-single/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.ctaLoginBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 46px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 5px 5px 15px 0px rgba(  0, 0, 0, 0.25);
  letter-spacing: 0.15em;
  margin-top: 15px;
}

.noLoginModal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 460px;
  height: 205px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}

.noLoginModal.sliderImg {
  background-color: transparent;
  box-shadow: none;
}

.noLoginModal__text {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 17px;
  letter-spacing: 0.15em;
}

.noLoginModal.sliderImg .noLoginModal__text {
  color: #fff;
}

.noLoginModal__text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 18px;
  background-image: url(/furnished/img/new-single/key-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.noLoginModal__registerBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  line-height:37px;
  background-color: #f9854e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}

.noLoginModal__registerBtn > span {
  position: relative;
  padding-left: 30px;
}

.noLoginModal__registerBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(/furnished/img/new-single/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.noLoginModal__btnsContainer {
  display: flex;
  justify-content: space-between;
  width: 310px;
  margin-top: 10px;
}

.noLoginModal__loginBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  line-height:37px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border-radius: 6px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}

.noLoginModal__inquiryBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  line-height:37px;
  font-size: 14px;
  font-weight: 700;
  background-color: #736639;
  color: #fff;
  border-radius: 6px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .noLoginModal {
    width: 95%;
    max-width: 460px;
  }

  .noLoginModal__registerBtn {
    width: 90%;
    max-width: 310px;
  }

  .noLoginModal.sliderImg .noLoginModal__registerBtn {
    width: 70%;
    font-size: 13px;
  }

  .noLoginModal__btnsContainer {
    width: 90%;
    max-width: 310px;
  }

  .noLoginModal.sliderImg .noLoginModal__btnsContainer {
    width: 70%;
  }

  .noLoginModal.sliderImg .noLoginModal__loginBtn {
    font-size: 13px;
  }

  .noLoginModal.sliderImg .noLoginModal__inquiryBtn {
    font-size: 13px;
  }
}

.propertyDetail__upperArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.propertyDetail__limitedLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 12px;
  font-weight: 700;
  color: #d94244;
  line-height: 33px;
  border: 1px solid #d94244;
  letter-spacing: 0.15em;
}

.propertyDetail__limitedLabel > span {
  position: relative;
  padding-left: 20px;
}

.propertyDetail__limitedLabel > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% + -1px);
  width: 12px;
  height: 15px;
  background-image: url(/furnished/img/new-single/key-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.propertyDetail__likeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  line-height: 33px;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.15em;
}

.propertyDetail__likeBtn:hover {
  opacity: 0.7;
}

.propertyDetail__likeBtn > span {
  position: relative;
  padding-left: 22px;
}

.propertyDetail__likeBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% + -1px);
  width: 16px;
  height: 17px;
  background-image: url(/furnished/img/new-single/heart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.propertyDetail__likeBtn.factive {
  background-color: #dc3c3c;
  color:#fff;
}
.propertyDetail__likeBtn.factive > span::before {
  background-image: url(/furnished/img/new-single/heart-white.svg);
}

@media screen and (max-width: 768px) {
  .propertyDetail__likeBtn {
    width: 150px;
  }
}

.propertyDetail__heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 10px 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #39a79c;
}

@media screen and (max-width: 768px) {
  .propertyDetail__heading {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}

.propertySlider {
  margin-bottom: 25px;
}

.propertyImgsSlider {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.propertyImgsSlider_navBtn {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  background-color: #2aab9f;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
}

.propertyImgsSlider_navBtn:hover {
  opacity: 0.7;
}

.propertyImgsSlider_navBtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
}

.propertyImgsSlider_navBtn--prev {
  left: 10px;
}

.propertyImgsSlider_navBtn--prev::before {
  background-image: url(/furnished/img/new-single/allow-prev.svg);
}

.propertyImgsSlider_navBtn--next {
  right: 10px;
}

.propertyImgsSlider_navBtn--next::before {
  background-image: url(/furnished/img/new-single/allow-next.svg);
}

.propertyImgsSlider_navBtn--disabled {
  background-color: #b1b1b1;
  cursor: auto;
}

.propertyImgsSlider_navBtn--disabled:hover {
  opacity: 1;
}

.propertyImgsSlider__imgContainer {
  position: relative;
  width: 100% !important;
  aspect-ratio: 1.65 / 1;
}

.propertyImgsSlider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .propertyImgsSlider {
    margin-bottom: 5px;
  }

  .propertyImgsSlider_navBtn--prev {
    left: 5px;
  }

  .propertyImgsSlider_navBtn--next {
    right: 5px;
  }
}

.propertyImgThumbsSlider__wrapper {
  flex-wrap: wrap;
}

.propertyImgThumbsSlider__imgContainer {
  position: relative;
  width: 15.5% !important;
  aspect-ratio: 1.5 / 1;
  cursor: pointer;
}

.propertyImgThumbsSlider__imgContainer:not(:nth-of-type(6n+1)) {
  margin-left: calc((100% - (15.5% * 6)) / 5);
}

.propertyImgThumbsSlider__imgContainer:nth-of-type(n+7) {
  margin-top: 10px;
}

.propertyImgThumbsSlider__imgContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.propertyImgThumbsSlider__imgContainer.swiper-slide-thumb-active::before {
  opacity: 0;
}

.propertyImgThumbsSlider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .propertyImgThumbsSlider__imgContainer:nth-of-type(n+7) {
    margin-top: 5px;
  }
}

.propertyDetail__description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.commentFromStaff {
  position: relative;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
  border: 2px solid #39a79c;
  border-radius: 10px;
}

.comment__heading {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 250px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #39a79c;
  border-radius: 15px;
  transform: translateX(-50%);
}

.commentFromStaff__comment {
  font-size: 14px;
  line-height: 1.6;
}

.propertyTable {
  position: relative;
  margin-bottom: 50px;
}

.propertyTable__heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #39a79c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.propertyTable__table {
  width: 100%;
  border: 1px solid #e6e8e6;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.propertyTable__table tbody {
  display: flex;
  flex-wrap: wrap;
}

.propertyTable__table tr {
  display: flex;
  width: 50%;
  height: 42px;
}

.propertyTable__table th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  font-size: 12px;
  font-weight: 700;
  background-color: #b9e5e0;
  border-bottom: 1px solid #e6e8e6;
}

.propertyTable__table tr:nth-of-type(even) th {
  border-left: 1px solid #e6e8e6;
}

.propertyTable__table tr:nth-last-of-type(-n+2) th {
  border-bottom: none;
}

.propertyTable__table td {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 20px;
  border-bottom: 1px solid #e6e8e6;
  border-left: 1px solid #e6e8e6;
}

.propertyTable__table td.limited {
  filter: blur(3px);
}

.propertyTable__table td > .spOnly {
  display: none;
}

.propertyTable__table tr:nth-last-of-type(-n+2) td {
  border-bottom: none;
}

@media screen and (max-width: 1000px) {
  .propertyTable__table th {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .propertyTable {
    margin-bottom: 30px;
  }

  .propertyTable__heading {
    font-size: 15px;
    line-height: 38px;
  }

  .propertyTable__table tr {
    height: 38px;
  }

  .propertyTable__table th {
    width: 65px;
    font-size: 10px;
  }

  .propertyTable__table td {
    font-size: 10px;
    padding: 0 5px;
  }

  .propertyTable__table td > .spOnly {
    display: block;
  }
}

.propertyDetail__map {
  width: 100%;
  height: 280px;
  margin-bottom: 25px;
  border: none;
}

@media screen and (max-width: 768px) {
  .propertyDetail__map {
    height: 195px;
  }
}

.propertyDetail__ctaBtn {
  width: 268px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .propertyDetail__ctaBtn {
    margin-bottom: 30px;
  }
}

.propertyDetail__backBtnsContainer {
  display: flex;
  justify-content: space-between;
}

.propertyDetail__backBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
  line-height: 50px;
  color: #333 ;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.propertyDetail__backBtn > span {
  position: relative;
  padding-left: 24px;
}

.propertyDetail__backBtn > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #333;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .propertyDetail__backBtn {
    width: 48%;
    font-size: 13px;
  }

  .propertyDetail__backBtn > span {
    padding-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .propertyDetail__backBtn {
    line-height: 1.4;
    padding: 5px 0 2px;
  }

  .propertyDetail__backBtn > span > span {
    display: block;
  }
}

.lowerArea__section {
  margin: 0 min(calc(50% - 50vw), -16px);
  padding: 60px max(calc(50vw - 50%), 16px) 30px;
}

.lowerArea__headingContainer {
  position: relative;
}

.lowerArea__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

.lowerArea__allLink {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: #39a79c;
}

@media screen and (max-width: 768px) {
  .lowerArea__section {
    padding-top: 40px;
    padding-bottom: 30px;
    margin:0;
  }

  .lowerArea__headingContainer {
    margin-bottom: 40px;
  }

  .lowerArea__heading {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .lowerArea__allLink {
    top: 28px;
    font-size: 15px;
  }
}

.searchByArea {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #2aab9f;
  color: #fff;
}

.searchByArea .inputArea {
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 55px;
}

.searchByArea .inputArea__heading {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
}

.searchByArea .inputArea__subHeading {
  display: block;
  font-size: 16px;
  visibility: visible;
}

.searchByArea .inputArea__propertyCount {
  font-size: 45px;
  padding: 0 5px;
  visibility: visible;
}

.searchByArea .inputArea__form {
  flex: 1;
  position: relative;
  margin-left: 20px;
}

.searchByArea .inputArea__input {
  width: 100%;
  height: 74px;
  padding-left: 2em;
  padding-right: 260px;
  font-size: 16px;
  border: none;
  border-radius: 37px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByArea .inputArea__input::placeholder {
  color: #b1b1b1;
}

.searchByArea .inputArea__submitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 230px;
  padding-left: 30px;
  background-color: #0d2725;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  border: none;
  border-radius: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
}

.searchByArea .inputArea__submitBtn:hover {
  opacity: 0.7;
}

.searchByArea .inputArea__submitBtn::before {
  content: '';
  position: absolute;
  left: 45px;
  width: 30px;
  height: 31px;
  background-image: url(/furnished/img/new-single/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.searchByArea .linkArea {
  display: flex;
  justify-content: space-between;
}

.searchByArea .linkArea__searchBtnsContainer {
  display: flex;
  justify-content: space-between;
  width: 46%;
}

.searchByArea .linkArea__searchBtn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 31%;
  height: 150px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0d2725;
  border-radius: 8px;
  padding: 25px 0;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;
}

.searchByArea .linkArea__searchBtn::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.searchByArea .linkArea__searchBtn--train::before {
  background-image: url(/furnished/img/new-single/train.svg);
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.searchByArea .linkArea__searchBtn--area::before {
  background-image: url(/furnished/img/new-single/area.svg);
  width: 96px;
  height: 91px;
}

.searchByArea .linkArea__searchBtn--hand::before {
  background-image: url(/furnished/img/new-single/hand.svg);
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.searchByArea .linkArea__popularAreas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
}

.searchByArea .linkArea__headingContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchByArea .linkArea__heading {
  font-size: 20px;
  font-weight: 700;
}

.searchByArea .linkArea__allAreasLink {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-right: 12px;
}

.searchByArea .linkArea__allAreasLink::after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.searchByArea .linkArea__areaBtnsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.searchByArea .linkArea__areaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 45px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-radius: 8px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.searchByArea .linkArea__areaBtn:nth-of-type(n+5) {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .searchByArea .inputArea__input {
    padding-right: 210px;
  }

  .searchByArea .inputArea__submitBtn {
    width: 180px;
    font-size: 18px;
  }

  .searchByArea .inputArea__submitBtn::before {
    left: 30px;
    width: 25px;
    height: 26px;
  }

  .searchByArea .linkArea__searchBtn {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .searchByArea {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .searchByArea .inputArea {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }

  .searchByArea .inputArea__heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .searchByArea .inputArea__subHeading {
    font-size: 14px;
  }

  .searchByArea .inputArea__propertyCount {
    font-size: 36px;
  }

  .searchByArea .inputArea__form {
    margin-left: 0px;
  }

  .searchByArea .inputArea__input {
    height: 45px;
    padding-left: 1.5em;
    padding-right: 110px;
    font-size: 14px;
  }

  .searchByArea .inputArea__submitBtn {
    right: 6px;
    width: auto;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 36px;
  }

  .searchByArea .inputArea__submitBtn::before {
    left: 10px;
    width: 15px;
    height: 15px;
  }

  .searchByArea .linkArea {
    display: block;
  }

  .searchByArea .linkArea__searchBtnsContainer {
    width: 100%;
    margin-bottom: 30px;
  }

  .searchByArea .linkArea__searchBtn {
    width: 31%;
    height: 106px;
    font-size: 12px;
    padding: 20px 0;
  }

  .searchByArea .linkArea__searchBtn--train::before {
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__searchBtn--hand::before {
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__popularAreas {
    width: 100%;
  }

  .searchByArea .linkArea__headingContainer {
    display: block;
  }

  .searchByArea .linkArea__heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
  }

  .searchByArea .linkArea__allAreasLink {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .searchByArea .linkArea__areaBtn {
    height: 40px;
    font-size: 15px;
    border-radius: 5px;
  }

  .searchByArea .linkArea__areaBtn:nth-of-type(n+5) {
    margin-top: 10px;
  }
}

.recommendedProperties {
  background-color: #f4fafb;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .recommendedProperties {
    padding-bottom: 50px;
  }
}

.properties__itemsContainer {
  display: flex;
  justify-content: space-between;
}

.properties .property {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 23%;
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.properties .property__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.properties .property__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 10px 10px;
}

.properties .property__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.properties .property__detailArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.properties .property__address,
.properties .property__size,
.properties .property__peopleCount {
  position: relative;
  font-size: 10px;
  padding-left: 20px;
  margin-bottom: 2px;
}

.properties .property__address::before,
.properties .property__size::before,
.properties .property__peopleCount::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.properties .property__address::before {
  background-image: url(/furnished/img/new-single/address.svg);
}

.properties .property__size::before {
  background-image: url(/furnished/img/new-single/size.svg);
}

.properties .property__peopleCount::before {
  background-image: url(/furnished/img/new-single/person.svg);
}

.properties .property__number {
  color: #b1b1b1;
  font-size: 10px;
  margin-bottom: 0px;
}

.properties .property__detailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #2aab9f;
  border-radius: 50%;
}

.properties .property__detailBtn::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/furnished/img/new-single/property-detail-arrow.svg);
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .properties__itemsContainer {
    margin: -10px -16px -18px -10px;
    overflow-x: scroll;
  }

  .properties .property {
    width: auto;
    margin: 10px 16px 18px 0;
  }

  .properties .property:first-of-type {
    margin-left: 10px;
  }

  .properties .property__img {
    width: 240px;
  }
}

.popularProperties {
  counter-reset: ranking;
}

.popularProperties .property::before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: -18px;
  left: -12px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.popularProperties .property:first-of-type::before {
  background-color: #d3b158;
}

.popularProperties .property:nth-of-type(2):before {
  background-color: #838383;
}

.popularProperties .property:nth-of-type(3)::before {
  background-color: #a84907;
}

.popularProperties .property:nth-of-type(4)::before {
  background-color: #d2d2d2;
}

@media screen and (max-width: 768px) {
  .popularProperties .property::before {
    top: -8px;
    left: -8px;
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}

.columns {
  padding-bottom: 70px;
}

.columns__itemsContainer {
  display: flex;
  justify-content: space-between;
}

.columns__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 23%;
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.columns__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.columns__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 10px 10px;
}

.columns__title {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.columns__description {
  color: #333;
  font-size: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .columns {
    padding-bottom: 60px;
  }

  .columns__itemsContainer {
    margin: -10px -16px -18px -10px;
    overflow-x: scroll;
  }

  .columns__item {
    width: auto;
    margin: 10px 16px 18px 0;
  }

  .columns__item:first-of-type {
    margin-left: 10px;
  }

  .columns__img {
    width: 240px;
  }
}

.ctaEmail {
  position: relative;
  background-image: url(/furnished/img/new-single/meeting.jpg);
  background-size: cover;
  background-position: center;
}

.ctaEmail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 67, 65, 0.7);
}

.ctaEmail__content {
  position: relative;
  z-index: 1;
}

.ctaEmail__heading {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ctaEmail__description {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.ctaEmail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 70px;
  background-color: #2aab9f;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .ctaEmail__heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .ctaEmail__description {
    font-size: 15px;
    margin-bottom:25px;
  }

  .ctaEmail__btn {
    width: 300px;
    height: 64px;
    border-radius: 32px;
  }
}

.ctaTel {
  padding: 30px 0;
  background-color: #0d2725;
}

.ctaTel__content {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.ctaTel__number {
  position: relative;
  width: auto;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0 15px;
  padding-left: 50px;
}

.ctaTel__number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(/furnished/img/new-single/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ctaTel {
    padding: 20px 0;
  }

  .ctaTel__content {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .ctaTel__number {
    font-size: 24px;
    margin: 8px 0;
    padding-left: 38px;
  }

  .ctaTel__number::before {
    width: 30px;
    height: 30px;
  }
}
