@charset "UTF-8";
h1, .h1 {
  font-size: 35px;
  line-height: 35px;
}
@media screen and (min-width: 960px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 49px;
  }
}

p {
  font-family: "Raleway", Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
  color: var(--Secondary);
}

.athome-like-button {
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.athome-like-button:hover, .athome-like-button:active {
  color: white;
  background-color: #692ecc;
}

.athome-button {
  background-color: #692ecc;
  color: white;
  border-radius: 120px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  text-align: center;
  border-radius: 120px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.athome-button:hover, .athome-button:active, .athome-button:focus {
  background-color: #3e1b78;
}
.athome-button.white {
  color: #692ecc;
  background-color: transparent;
  border: 1px solid #692ecc;
}
.athome-button.white:hover, .athome-button.white:active, .athome-button.white:focus {
  background-color: #692ecc;
  color: white;
}
.athome-button.yellow {
  background: #faff7a;
  color: #101010;
}

#wrapper, body, button, input, select, textarea {
  overflow: unset;
}

.soc {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.whatsup {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 235px;
  padding: 14px 24px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  border-radius: 30px 30px 30px 30px;
  background-color: #22c25e;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.whatsup img {
  width: 20px;
  height: 20px;
}

.tg {
  display: flex;
  width: 235px;
  padding: 14px 24px;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  border-radius: 30px 30px 30px 30px;
  background-color: #29a9eb;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.tg img {
  width: 20px;
  height: 20px;
}

.tf-section h2 {
  line-height: 1.1;
}

.tf-section__watch-more {
  margin-top: 15px !important;
}

.page__title {
  padding-top: 108px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .page__title {
    padding-top: 125px;
  }
}
.page__title .breadcrumbs {
  margin-top: 12px;
}

.n-base-selection {
  border-radius: 7px;
  min-height: 48px;
}
.n-base-selection .n-base-selection-label {
  min-height: 48px;
}
.n-base-selection .n-base-selection-placeholder__inner {
  color: #74648f !important;
}
.n-base-selection .n-base-selection-tags {
  min-height: 48px !important;
}
.n-base-selection .n-base-selection-tags {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.n-base-selection--active .n-base-selection__state-border, .n-base-selection--focus .n-base-selection__state-border, .n-base-selection:hover .n-base-selection__state-border {
  border: 1px solid #692ecc !important;
  box-shadow: 0 0 0 2px rgba(105, 46, 204, 0.2) !important;
}

.box-dream.style-2 .head {
  height: 56px;
}
@media screen and (max-width: 599px) {
  .box-dream.style-2 .head {
    height: 75px !important;
  }
}

ul.bullets li {
  padding-left: 20px;
  position: relative;
}
ul.bullets li:before {
  position: absolute;
  content: "●";
  left: 5px;
  color: #6231c5;
  position: absolute;
}

.seo-block {
  background-color: #f2f0f7;
}
.seo-block__content {
  display: flex;
  flex-direction: column;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (min-width: 960px) {
  .seo-block__content {
    flex-direction: row;
  }
}
.seo-block__content .seo-img {
  order: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .seo-block__content .seo-img {
    order: 1;
    width: 50%;
  }
}
.seo-block__content .seo-img img {
  height: 100%;
  min-width: 100%;
  max-width: none;
}
.seo-block__content .seo-text {
  margin-top: 15px;
  order: 1;
  padding: 0 14px;
}
@media screen and (min-width: 960px) {
  .seo-block__content .seo-text {
    margin-top: 0px;
    order: 0;
    width: 50%;
    padding: 0 60px;
  }
}

.whatsup-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 225px;
  padding: 14px 24px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1;
  font-weight: 600;
  border-radius: 30px 30px 30px 30px;
  background-color: #22c25e;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.whatsup-btn img {
  width: 16px;
  height: 16px;
}

.videos {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 960px) {
  .videos {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.videos .video-block {
  position: relative;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.videos .video-block .video-holder {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 960px) {
  .videos .video-block {
    width: 425px;
    height: 240px;
  }
  .videos .video-block .video-holder {
    width: 100%;
    height: 240px;
  }
}
.videos .video-block svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.property-single-wrap .content-wrap .list-item {
  display: grid;
  grid-template-rows: repeat(7, 1fr) !important;
  grid-auto-flow: column !important;
  gap: 12px 60px;
}

.checkbox-item p {
  color: #74648f;
}

.checkbox-item {
  border-radius: 7px;
  border: 1px solid #e0e0e6;
  padding: 12px 20px;
  background: white;
}

.checkbox-item label input:checked ~ .btn-checkbox {
  background-color: #692ECC;
}

.cities-item.style-3 .content h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 27px;
}
@media screen and (min-width: 960px) {
  .cities-item.style-3 .content h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.grid-checkbox {
  flex-grow: 1;
}
.grid-checkbox .checkbox-item {
  display: flex;
  align-items: center;
}

.box-dream.style-2.type-small .content .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .box-dream.style-2.type-small .content .price {
    text-align: left;
  }
}

.box-dream.style-2.type-small .content {
  padding: 20px;
}

.n-data-table {
  font-size: 16px;
  font-family: "Raleway", Arial, sans-serif;
}

.prev-slider-style {
  background: #39393963;
  color: #692ED1;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding-right: 5px;
}

.next-slider-style {
  background: #39393963;
  color: #692ED1;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding-left: 5px;
}

.slider-recent-properties {
  width: 100%;
  max-height: 1020px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 0px;
}

ul.breadcrumbs.style-1 li {
  font-size: 14px;
}

.box-dream .button-heart {
  position: absolute;
  top: 7px;
  right: 7px;
}

.box-dream .content .title {
  font-weight: 600;
}

.n-base-selection {
  --n-font-size: 13px!important;
}

.g-info-item__price {
  font-weight: 600;
}

.gm-style-iw-t {
  padding: 10px;
}

.n-carousel__arrow {
  background-color: #f2f0f7 !important;
  border-radius: 50% !important;
}
.n-carousel__arrow svg {
  color: #3e1b78;
}

.cities-item > a {
  left: 40px;
}

.next-slider-style {
  --swiper-navigation-size: 20px;
  background: #f2f0f7 !important;
  width: 50px !important;
  height: 50px !important;
  box-shadow: 0px 0px 1px #862ECC;
  margin-top: 16px !important;
  display: none;
}
@media screen and (min-width: 1280px) {
  .next-slider-style {
    display: flex;
  }
}

.prev-slider-style {
  --swiper-navigation-size: 20px;
  background: #f2f0f7 !important;
  width: 50px !important;
  height: 50px !important;
  box-shadow: 0px 0px 1px #862ECC;
  margin-top: 16px !important;
  display: none;
}
@media screen and (min-width: 1280px) {
  .prev-slider-style {
    display: flex;
  }
}

.next-team-style {
  --swiper-navigation-size: 20px;
  width: 50px !important;
  height: 50px !important;
  box-shadow: 0px 0px 1px #862ECC;
  background: #692ecc;
  color: white;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding-left: 5px;
  position: relative !important;
  left: 0px !important;
}

.prev-team-style {
  --swiper-navigation-size: 20px;
  width: 50px !important;
  height: 50px !important;
  box-shadow: 0px 0px 1px #862ECC;
  background: #692ecc;
  color: white;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding-right: 5px;
  position: relative !important;
  left: 0px !important;
}

.sticky-top {
  top: 10px;
}

.mm-wrapper {
  overflow-x: unset !important;
}

.slider-inside {
  overflow: hidden;
}

.header__langmenu {
  position: absolute;
  background: white;
  padding: 5px 5px;
  z-index: 7;
  border: 1px solid #692ecc;
  display: flex;
  flex-direction: column;
  bottom: -60px;
  border-radius: 7px;
}
.header__langmenu a {
  width: 100px;
  text-align: center;
}
.header__langmenu a:hover {
  color: white;
  background: #692ecc;
}

.mobile-lang {
  width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Secondary);
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  margin-right: -26%;
}
@media screen and (min-width: 960px) {
  .mobile-lang {
    display: none;
  }
}

/*# sourceMappingURL=global.css.map */
