@charset "UTF-8";
.athome-about {
  margin-bottom: 40px;
  color: #000021;
}
.athome-about__company {
  display: flex;
  gap: 10px;
  font-size: 18px;
  line-height: 1.55;
}
.athome-about__company h2 {
  font-size: 36px;
  line-height: 1.23;
  margin-bottom: 30px;
}
.athome-about__company p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 30px;
}
.athome-about__company .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.athome-about__company .right {
  width: 50%;
  height: 700px;
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.athome-about__company .right img {
  position: absolute;
  width: 100%;
  min-height: 100%;
}
.athome-about__company .text-holder {
  max-width: 750px;
}
.athome-about__facts {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
.athome-about__facts .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.athome-about__facts .left img {
  width: 560px;
  height: 650px;
  border-radius: 15px;
  object-fit: cover;
}
.athome-about__facts .right {
  width: 50%;
}
.athome-about__facts .right .text-holder {
  width: 560px;
  padding-left: 35px;
}
.athome-about__facts .right .text-holder p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 30px;
}
.athome-about__facts .right .head {
  font-size: 42px;
  line-height: 1.23;
  font-weight: 600;
}
.athome-about__facts .right .title {
  margin-top: 15px;
  margin-bottom: 28px;
  color: #666;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.55;
}
.athome-about__facts .right .divider {
  margin-bottom: 28px;
  position: relative;
  display: block;
  max-width: 50px;
  width: 100%;
  height: 3px;
  background-color: #6231c5;
}

.athome-contacts {
  margin-bottom: 40px;
}
.athome-contacts__holder {
  border-radius: 30px;
  backdrop-filter: blur(4px);
  margin-top: 20px;
  padding: 20px 0px;
}
.athome-contacts__holder .left {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-contacts__holder .left {
    justify-content: space-between;
    width: 480px;
  }
}
.athome-contacts__holder .right {
  flex: 0 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .athome-contacts__holder .right {
    margin-top: -136px;
  }
}
.athome-contacts__sides {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .athome-contacts__sides {
    flex-direction: row;
    justify-content: space-between;
  }
}
.athome-contacts__logo {
  margin-top: 10px;
}
.athome-contacts__image {
  border-radius: 30px;
  overflow: hidden;
}
.athome-contacts__back {
  display: flex;
  justify-content: end;
  background-image: url("/images/athome/contacts_mobile_back.jpg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .athome-contacts__back {
    background-image: url("/images/athome/contacts_back.jpg");
  }
}
.athome-contacts__back {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #F1F0F6;
  border-radius: 30px;
}
.athome-contacts__contacts {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .athome-contacts__contacts {
    display: block;
  }
}
.athome-contacts__phone-block {
  font-size: 16px;
  margin-top: 25px;
}
.athome-contacts__phone-block .head {
  color: #74648f;
}
.athome-contacts__phone-block .phone {
  font-weight: 600;
}
.athome-contacts__phone-block a {
  color: #692ecc;
}
.athome-contacts__phone-block a:visited, .athome-contacts__phone-block a:hover {
  color: #692ecc;
}
.athome-contacts__email-block {
  font-size: 16px;
}
.athome-contacts__email-block .head {
  color: #74648f;
}
.athome-contacts__email-block {
  margin-top: 25px;
}
.athome-contacts__email-block .email {
  font-weight: 600;
}
.athome-contacts__email-block a {
  color: #692ecc;
}
.athome-contacts__email-block a:visited, .athome-contacts__email-block a:hover {
  color: #692ecc;
}
.athome-contacts__address {
  font-size: 16px;
  margin-top: 25px;
}
.athome-contacts__address .head {
  color: #74648f;
}
.athome-contacts__address .text {
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .athome-contacts__address {
    font-size: 17px;
    line-height: 1.3;
    max-width: 320px;
  }
}
.athome-contacts__address a {
  color: #692ecc;
}
.athome-contacts__address a:visited, .athome-contacts__address a:hover {
  color: #692ecc;
}
.athome-contacts__soc-block {
  margin-top: 45px;
}
.athome-contacts__soc-buttons {
  margin-top: 4px;
  display: flex;
  gap: 8px;
}
.athome-contacts .soc-item {
  width: 44px;
  height: 44px;
  border: 1px solid #74648f;
  border-radius: 100%;
}
.athome-contacts__soc-links {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.athome-contact-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-contact-form {
    flex-direction: row;
  }
}
.athome-contact-form__map {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 960px) {
  .athome-contact-form__map {
    width: 700px;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .athome-contact-form .right {
    padding: 50px;
  }
}
.athome-contact-form__form {
  max-width: 560px;
  border-radius: 15px;
  overflow: hidden;
}
.athome-contact-form__form .athome-expert-form {
  background-color: transparent;
  padding-bottom: 300px;
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .athome-contact-form__form .athome-expert-form {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.athome-contact-form__form .athome-expert-form__footer {
  display: none;
}

.athome-expert-form {
  padding: 22px;
}
@media screen and (min-width: 960px) {
  .athome-expert-form {
    padding: 35px;
  }
}
.athome-expert-form {
  background: white;
  border-radius: 15px;
}
.athome-expert-form__head {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.athome-expert-form__desc {
  margin-top: 12px;
}
.athome-expert-form__inputs {
  margin-top: 12px;
}
.athome-expert-form__inputs .input {
  margin-top: 12px;
}
.athome-expert-form__inputs .input.policy-agree {
  font-size: 13px;
}
.athome-expert-form__footer {
  margin-top: 24px;
}
.athome-expert-form__result {
  font-size: 25px;
  text-align: center;
}

.athome-faq {
  margin-bottom: 40px;
}

.faq-item {
  margin-top: 20px;
  background: #F1F0F6;
  padding: 20px 20px 30px;
  position: relative;
  border-radius: 15px;
}
.faq-item__question {
  font-weight: bold;
  font-size: 18px;
  padding-right: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .faq-item__question {
    font-size: 26px;
  }
}
.faq-item .toggler {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.faq-item .toggler g {
  stroke: #000;
}
.faq-item .toggler:hover {
  background: #3E1B78;
}
.faq-item .toggler:hover g {
  stroke: #fff;
}

.athome-filter {
  background: #f2f0f7;
  padding: 14px 14px 28px;
  border-radius: 14px;
}
.athome-filter .athome-search {
  padding: 10px 0px 0;
}
@media screen and (min-width: 960px) {
  .athome-filter .athome-search {
    padding: 10px 15px 0;
  }
}
.athome-filter__block {
  margin-top: 14px;
  color: #74648f;
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  .athome-filter__block {
    margin-top: 0px;
  }
}
.athome-filter__block .title {
  margin-bottom: 6px;
  font-size: 13px;
}
.athome-filter__block .input-holder {
  background: white;
  padding: 9px 8px;
  border-radius: 7px;
  font-size: 13px;
  border-radius: 7px;
  border: 1px solid rgb(224, 224, 230);
}
.athome-filter__block .input-holder .value {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.athome-filter .white-back {
  background: white;
  padding: 10px;
  border-radius: 8px;
}
.athome-filter .n-space {
  margin: 2px 0;
}
@media screen and (min-width: 1280px) {
  .athome-filter .athome-filter__form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .athome-filter .athome-filter__block {
    width: 23%;
    display: flex;
    flex-direction: column;
  }
}

.athome-search input:focus, .athome-search input:active, .athome-search input:focus-visible {
  transition: 0.3s;
  outline: none;
  box-shadow: 0 0 0 2px rgba(105, 46, 204, 0.2) !important;
}
.athome-search input::placeholder {
  color: rgb(194, 194, 194);
}

.n-base-select-option__content {
  display: flex;
  gap: 4px;
}
.n-base-select-option__content::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #692ecc;
  border-radius: 4px;
  overflow: hidden;
}

.n-base-select-menu .n-base-select-option .n-base-select-option__check {
  right: auto !important;
  left: 15px !important;
  top: 8px;
}

body {
  margin: 0;
}

.athome-pdf {
  font-family: "Raleway", Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  color: #272727;
}

.athome-pdf__page {
  width: 1380px;
  height: 1024px;
  position: relative;
}

.first-page {
  color: white;
}
.first-page__back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
}

.athome-property-list {
  margin-bottom: 40px;
  overflow: hidden;
}
.athome-property-list__order {
  margin-top: 16px;
  display: flex;
  justify-content: right;
}
.athome-property-list__order .order-holder {
  width: 250px;
}

.map_trigger {
  cursor: pointer;
}

.athome-property-item {
  margin-top: 16px;
  border: 1px solid #CBC1DB;
  transition: all 0.3s ease;
  border-radius: 16px;
  background-color: var(--White);
}

.ad {
  height: 476px;
  background-color: #862ECC;
  color: white;
  display: block;
  padding: 15px;
}
.ad__head {
  font-size: 22px;
  font-weight: bold;
}
.ad__text {
  margin-top: 20px;
  font-size: 19px;
}
.ad.gray {
  background-color: rgb(203, 193, 219);
}
.ad.ad-calendar {
  background-image: url("/images/athome/calendar_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-percent {
  background-image: url("/images/athome/percent_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-people {
  background-image: url("/images/athome/people_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-money {
  background-image: url("/images/athome/money_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-book {
  background-image: url("/images/athome/book_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-building {
  background-image: url("/images/athome/builduing_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-home {
  background-image: url("/images/athome/home_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-pk {
  background-image: url("/images/athome/calendar_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

.athome-seo {
  background: #F2F0F7;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .athome-seo {
    padding-top: 60px;
  }
}
.athome-seo__header {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .athome-seo__header {
    font-size: 50px;
    line-height: 55px;
  }
}
.athome-seo__text {
  margin-top: 24px;
}
.athome-seo__items {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-seo__items {
    flex-direction: row;
  }
}
.athome-seo__item {
  margin-top: 14px;
}

.athome-seo-item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
}
.athome-seo-item__img {
  width: 100%;
  height: 188px;
}
.athome-seo-item__img img {
  width: 100%;
  height: 100%;
}
.athome-seo-item__head {
  color: #692ECC;
  font-weight: 700;
  font-size: 15px;
}
.athome-seo-item__text {
  padding: 10px 20px 16px;
}

.athome-steps {
  margin-top: 44px;
}
@media screen and (min-width: 960px) {
  .athome-steps {
    margin-top: 68px;
  }
}
.athome-steps__header {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
}
.athome-steps__text {
  margin-top: 4px;
}

.athome-step {
  background-color: white;
  padding: 28px;
  display: flex;
  border-radius: 15px;
  margin-top: 16px;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-step {
    flex-direction: row;
  }
}
.athome-step.step1 {
  background-image: url("/images/athome/Desktopcomputer1.png");
  background-repeat: no-repeat;
  background-position: left 50px;
}
@media screen and (min-width: 960px) {
  .athome-step.step1 {
    background-position: bottom left;
  }
}
.athome-step.step1 .athome-step__head {
  padding-top: 82px;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .athome-step.step1 .athome-step__head {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.athome-step.step2 {
  background-image: url("/images/athome/step2.png");
  background-repeat: no-repeat;
  background-position: left -56px;
  background-size: 65%;
}
@media screen and (min-width: 960px) {
  .athome-step.step2 {
    background-position: bottom left;
    background-size: auto;
  }
}
.athome-step.step2 .athome-step__head {
  padding-top: 70px;
  padding-bottom: 110px;
}
@media screen and (min-width: 960px) {
  .athome-step.step2 .athome-step__head {
    padding-top: 65px;
    padding-bottom: 0px;
  }
}
.athome-step.step3 {
  background-image: url("/images/athome/step3.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 42%;
}
@media screen and (min-width: 960px) {
  .athome-step.step3 {
    background-size: auto;
    background-position: bottom left;
  }
}
.athome-step.step3 .athome-step__head {
  padding-bottom: 80px;
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  .athome-step.step3 .athome-step__head {
    padding-top: 63px;
    padding-bottom: 0px;
  }
}
.athome-step__head {
  font-weight: bold;
  font-size: 30px;
  color: black;
  line-height: 35px;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .athome-step__head {
    font-size: 35px;
    line-height: 40px;
    border-bottom: none;
    border-right: 1px solid #A8A8A8;
    width: 365px;
    margin-right: 48px;
    padding-right: 10px;
    margin-bottom: 0px;
    width: 360px;
    flex-shrink: 0;
  }
}
.athome-step__head span {
  color: #692ECC;
}
.athome-step__text {
  flex: 0 1 auto;
  padding: 10px 0;
}
.athome-step ul {
  margin-top: 10px;
  line-height: 21px;
}
.athome-step ul li {
  padding-left: 20px;
  position: relative;
}
.athome-step ul li::before {
  content: "●";
  color: #6231C5;
  position: absolute;
  left: 0px;
  top: 0px;
}
.athome-step__soc {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-step__soc {
    margin-top: 34px;
    flex-direction: row;
  }
}

.athome-team {
  margin-top: 40px;
  color: black;
  font-weight: 500;
}
.athome-team__owner, .athome-team__benefit, .athome-team__catalog, .athome-team__team {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .athome-team__owner, .athome-team__benefit, .athome-team__catalog, .athome-team__team {
    margin-top: 75px;
    padding: 0 65px;
  }
}
.athome-team__cert {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .athome-team__cert {
    margin-top: 75px;
  }
}
.athome-team__divider {
  border-bottom: 1px solid rgb(186, 186, 186);
  font-size: 16px;
  margin-bottom: 40px;
  color: rgb(61, 62, 63);
}

.team-first-block {
  background-image: url("/images/athome/team_main.jpg");
  padding: 300px 30px 25px;
  background-position: center;
  background-size: 250%;
  color: white;
  border-radius: 14px;
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .team-first-block {
    background-size: 100%;
    padding: 260px 80px 55px;
    background-position: 0 -98px;
    height: 687px;
  }
}
.team-first-block h1 {
  font-size: 35px;
  line-height: 35px;
  text-align: left;
  color: white;
  font-weight: bold;
  padding-right: 35px;
}
@media screen and (min-width: 960px) {
  .team-first-block h1 {
    font-size: 55px;
    line-height: 57px;
    width: 590px;
  }
}
.team-first-block__text {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .team-first-block__text {
    margin-top: 25px;
    width: 540px;
    font-size: 20px;
    line-height: 24px;
  }
}
.team-first-block__text p {
  color: white;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .team-first-block__text p {
    font-size: 20px;
    line-height: 24px;
  }
}
.team-first-block__action {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .team-first-block__action {
    width: 255px;
    margin-top: 25px;
  }
}

.team-owner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .team-owner {
    flex-direction: row;
    gap: 65px;
  }
}
.team-owner__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: rgb(7, 7, 7);
}
@media screen and (min-width: 960px) {
  .team-owner__head {
    font-size: 45px;
    line-height: 48px;
  }
}
.team-owner__text {
  margin-top: 25px;
  font-style: italic;
}
.team-owner__text p {
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .team-owner__text {
    margin-top: 45px;
    width: 533px;
  }
  .team-owner__text p {
    font-size: 20px;
    line-height: 24px;
  }
}
.team-owner__image {
  width: 100%;
  height: 559px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .team-owner__image {
    width: 618px;
    height: 514px;
  }
}
.team-owner__image img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  max-width: none;
  right: 0px;
}

.team-benefit__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: rgb(7, 7, 7);
}
@media screen and (min-width: 960px) {
  .team-benefit__head {
    font-size: 45px;
    line-height: 48px;
    width: 630px;
  }
}
.team-benefit__items {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 960px) {
  .team-benefit__items {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}
@media screen and (min-width: 960px) {
  .team-benefit__item {
    width: 293px;
  }
}
.team-benefit__item:nth-child(1) .team-benefit-item {
  background-image: url("/images/athome/percent_white_back.png");
  background-repeat: no-repeat;
}
.team-benefit__item:nth-child(2) .team-benefit-item {
  background-image: url("/images/athome/lock.png");
  background-repeat: no-repeat;
}
.team-benefit__item:nth-child(3) .team-benefit-item {
  background-image: url("/images/athome/white_building.png");
  background-repeat: no-repeat;
}
.team-benefit__item:nth-child(4) .team-benefit-item {
  background-image: url("/images/athome/gift.png");
  background-repeat: no-repeat;
}
.team-benefit .team-benefit-item {
  height: 100%;
  background-color: rgb(242, 240, 247);
  font-size: 18px;
  line-height: 24px;
  padding: 206px 25px 25px;
  color: black;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .team-benefit .team-benefit-item {
    padding: 206px 20px 20px;
  }
}
.team-benefit .team-benefit-item__head {
  font-weight: bold;
}

.team-catalog {
  color: black;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .team-catalog {
    flex-direction: row;
    gap: 65px;
  }
}
.team-catalog__right {
  flex-shrink: 0;
  width: 579px;
  max-width: 100%;
}
.team-catalog__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: rgb(7, 7, 7);
}
@media screen and (min-width: 960px) {
  .team-catalog__head {
    font-size: 45px;
    line-height: 48px;
  }
}
.team-catalog__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .team-catalog__text {
    margin-top: 45px;
    font-size: 20px;
    line-height: 24px;
  }
}
.team-catalog__nums {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .team-catalog__nums {
    margin-top: 45px;
    flex-wrap: nowrap;
  }
}
.team-catalog__num {
  width: 45%;
}
.team-catalog__num div:nth-child(1) {
  font-size: 35px;
  color: rgb(98, 49, 197);
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .team-catalog__num div:nth-child(1) {
    font-size: 45px;
    line-height: 1;
  }
}
.team-catalog__num div:nth-child(2) {
  font-size: 14px;
  color: black;
}
@media screen and (min-width: 960px) {
  .team-catalog__num div:nth-child(2) {
    font-size: 16px;
  }
}
.team-catalog__get-pdf {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .team-catalog__get-pdf {
    width: 255px;
    margin-top: 25px;
  }
}
.team-catalog__image {
  margin-top: 20px;
  height: 465px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .team-catalog__image {
    height: 536px;
  }
}
.team-catalog__image img {
  height: 100%;
  max-width: none;
  position: absolute;
}

.team-cert {
  background-image: url("/images/athome/sert_mob.jpg");
  border-radius: 15px;
  color: white;
  padding: 30px 20px 0;
  height: 900px;
}
@media screen and (min-width: 960px) {
  .team-cert {
    background-image: url("/images/athome/sert.jpg");
    background-position: bottom right;
    background-size: cover;
    min-height: 687px;
    padding: 55px 79px 0;
  }
}
.team-cert__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .team-cert__head {
    font-size: 45px;
    line-height: 48px;
    width: 585px;
  }
}
.team-cert__text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .team-cert__text {
    width: 750px;
    font-size: 15px;
    line-height: 22px;
  }
}
.team-cert__text ul li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 1px;
}
.team-cert__text ul li::before {
  content: "●";
  transform: scale(0.7);
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}
.team-cert__action {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .team-cert__action {
    width: 255px;
    margin-top: 25px;
  }
}

.team-team {
  overflow: hidden;
  position: relative;
}
.team-team__nav {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .team-team__nav {
    margin-bottom: 25px;
    justify-content: end;
  }
}
.team-team__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .team-team__head {
    font-size: 45px;
    line-height: 48px;
  }
}
.team-team__text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  max-width: 800px;
}
.team-team__items {
  margin-top: 50px;
}

.team-item-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-item {
  height: 560px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .team-item {
    max-width: 325px;
  }
}
.team-item__image {
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}
.team-item__image img {
  position: absolute;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}
.team-item__text-block {
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #D8D1E4;
  padding: 20px 20px 30px;
}
.team-item__name {
  font-size: 24px;
  line-height: 29px;
  color: rgb(105, 46, 204);
}
.team-item__firstname {
  font-size: 24px;
  line-height: 29px;
  color: rgb(0, 0, 33);
}
.team-item__title {
  font-size: 16px;
  line-height: 20px;
  color: rgb(116, 100, 143);
  margin-top: 12px;
  width: 215px;
}

.athome-catalog__filter {
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .athome-catalog__filter {
    margin-top: 32px;
  }
}
.athome-catalog .show-filter {
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 20px;
  border-radius: 20px;
  background: #F2F0F7;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .athome-catalog .show-filter {
    display: none;
  }
}
.athome-catalog .show-filter svg {
  width: 10px;
}
@media screen and (max-width: 959px) {
  .athome-catalog .filter-group {
    display: none;
  }
}
.athome-catalog .filter-group.show {
  display: block;
}

.athome-stories {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .athome-stories {
    justify-content: center;
    margin-top: 16px;
  }
}
.athome-stories__item {
  cursor: pointer;
}
.athome-stories__item .image {
  width: 65px;
  height: 65px;
  opacity: 0.5;
  border: 1px solid #8E61D9;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
  filter: grayscale(0.5);
}
@media screen and (min-width: 960px) {
  .athome-stories__item .image {
    width: 115px;
    height: 115px;
  }
}
.athome-stories__item .text {
  margin-top: 4px;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .athome-stories__item .text {
    font-size: 14px;
  }
}
.athome-stories__item.active .image, .athome-stories__item:hover .image {
  filter: grayscale(0);
  opacity: 1;
}
.athome-stories__item img {
  width: 100%;
}

.add-limit {
  margin: 20px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-limit .athome-button {
  font-size: 18px;
  width: 300px;
}

.items-holder {
  margin-top: 16px;
  min-height: 600px;
}
.items-holder.map-view .item-row {
  height: 600px;
  overflow: scroll;
}

.athome-property-item {
  position: relative;
}
.athome-property-item__icon-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px 20px;
}
.athome-property-item__icon-box i {
  font-size: 17px;
}
.athome-property-item__icon-box .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  position: relative;
}
.athome-property-item__icon-box .item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: -11px;
  background-color: var(--Border);
}
.athome-property-item__tags {
  position: absolute;
  top: 7px;
  left: 7px;
  gap: 3px;
  display: flex;
  flex-wrap: wrap;
  z-index: 7;
}
.athome-property-item__tag {
  padding: 4px 8px;
  text-align: center;
  color: white;
  border-radius: 20px;
  background: black;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.athome-property-item__sold {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  background-image: url(/images/athome/sold_out.png);
  background-position: top left;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.athome-property-item .price_newold {
  display: flex;
  gap: 8px;
}
.athome-property-item .price_newold .old_price {
  position: relative;
  color: gray;
  font-size: 0.8em;
}
.athome-property-item .price_newold .old_price:after {
  display: block;
  content: " ";
  height: 2px;
  width: 100%;
  background-color: gray;
  position: absolute;
  top: 45%;
}

.detail-item {
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .detail-item {
    padding: 0px 0 70px;
  }
}
.detail-item__sub-head {
  margin-top: 16px;
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .detail-item__sub-head {
    font-size: 16px;
  }
}
.detail-item .sub-head {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .detail-item .sub-head {
    flex-direction: row;
    align-items: flex-end;
  }
}
.detail-item .sub-head__main-price {
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .detail-item .sub-head__sub-price {
    text-align: right;
  }
}
.detail-item .sub-head .old_price {
  position: relative;
  color: gray;
  font-size: 0.8em;
  display: inline;
}
.detail-item .sub-head .old_price:after {
  display: block;
  content: " ";
  height: 2px;
  width: 100%;
  background-color: gray;
  position: absolute;
  top: 50%;
  right: 0px;
}
.detail-item__icons {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
@media screen and (min-width: 960px) {
  .detail-item__icons {
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
  }
}
.detail-item .detail-item-shortprops {
  display: flex;
  gap: 24px;
}
.detail-item .detail-item-shortprops__item {
  display: flex;
  align-items: self-start;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}
.detail-item .detail-item-action-block {
  display: flex;
  gap: 8px;
  align-items: center;
}
.detail-item__slider {
  margin-top: 32px;
}
.detail-item__props {
  margin-top: 32px;
}
.detail-item__advantages {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.detail-item__advantages .advantage {
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}
.detail-item__advantages .advantage:before {
  display: block;
  width: 20px;
  flex-shrink: 0;
  height: 20px;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNjUwMDQgMTZDMy42NTAwNCA4Ljg0Nzc0IDkuNDQ4MDggMy4wNDk2OSAxNi42MDAzIDMuMDQ5NjlDMTguOTYwOSAzLjA0OTY5IDIxLjE3MDkgMy42ODAzMSAyMy4wNzQ3IDQuNzgxNThDMjMuNTY0NyA1LjA2NSAyNC4xOTE3IDQuODk3NTcgMjQuNDc1MSA0LjQwNzYzQzI0Ljc1ODUgMy45MTc3IDI0LjU5MSAzLjI5MDc3IDI0LjEwMTEgMy4wMDczNkMyMS44OTM3IDEuNzMwNDggMTkuMzMwOCAxIDE2LjYwMDMgMUM4LjMxNjA3IDEgMS42MDAzNCA3LjcxNTcyIDEuNjAwMzQgMTZDMS42MDAzNCAyNC4yODQzIDguMzE2MDcgMzEgMTYuNjAwMyAzMUMyNC44ODQ3IDMxIDMxLjYwMDMgMjQuMjg0MyAzMS42MDAzIDE2QzMxLjYwMDMgMTQuNzk2MyAzMS40NTg0IDEzLjYyNDYgMzEuMTg5OCAxMi41MDA5QzMxLjA1ODIgMTEuOTUwNCAzMC41MDUyIDExLjYxMDggMjkuOTU0NyAxMS43NDIzQzI5LjQwNDIgMTEuODc0IDI5LjA2NDcgMTIuNDI2OSAyOS4xOTYyIDEyLjk3NzRDMjkuNDI3OCAxMy45NDYxIDI5LjU1MDcgMTQuOTU4MSAyOS41NTA3IDE2QzI5LjU1MDcgMjMuMTUyMyAyMy43NTI2IDI4Ljk1MDMgMTYuNjAwMyAyOC45NTAzQzkuNDQ4MDggMjguOTUwMyAzLjY1MDA0IDIzLjE1MjMgMy42NTAwNCAxNlpNMzAuMzY4NSA2LjAxMDYzQzMwLjc2ODcgNS42MTA0MSAzMC43Njg3IDQuOTYxNTEgMzAuMzY4NSA0LjU2MTI4QzI5Ljk2ODIgNC4xNjEwNSAyOS4zMTk0IDQuMTYxMDUgMjguOTE5MiA0LjU2MTI4TDE2LjEzNDUgMTcuMzQ2TDEwLjMzNzQgMTEuNTQ4OUM5LjkzNzE2IDExLjE0ODYgOS4yODgyNyAxMS4xNDg2IDguODg4MDQgMTEuNTQ4OUM4LjQ4NzgyIDExLjk0OTIgOC40ODc4MiAxMi41OTggOC44ODgwNCAxMi45OTgyTDE2LjEzNDUgMjAuMjQ0NkwzMC4zNjg1IDYuMDEwNjNaIiBmaWxsPSJibGFjayIgc3R5bGU9ImZpbGw6IHJnYigxNTIsIDQwLCAyMjQpOyIvPgo8L3N2Zz4=");
}
.detail-item__seo-block {
  padding: 70px 0;
  background: #F2F0F7;
}
.detail-item__text {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  max-height: none;
  overflow: hidden;
  position: relative;
  color: var(--Secondary);
}
.detail-item__text:after {
  display: none;
}
.detail-item__text p {
  line-height: 20px;
}
.detail-item__text.hidded {
  max-height: 200px;
}
.detail-item__text.hidded:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  background: linear-gradient(0deg, #f2f0f7 20%, rgba(242, 240, 247, 0.44) 100%);
}
.detail-item__show-more {
  margin-top: 12px;
  cursor: pointer;
  color: #1A1A1A;
}
.detail-item__show-more .more {
  display: none;
}
.detail-item__show-more .less {
  display: block;
}
.detail-item__show-more.closed .more {
  display: block;
}
.detail-item__show-more.closed .less {
  display: none;
}
.detail-item__similar {
  padding: 0px 0;
}
.detail-item__map-block {
  padding: 0px 0;
}
.detail-item__gallery-block {
  padding: 40px 0;
}
.detail-item__video-block {
  padding: 40px 0;
}

.detail-slider {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .detail-slider {
    flex-wrap: nowrap;
  }
}
.detail-slider {
  gap: 10px;
}
.detail-slider__main {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .detail-slider__main {
    width: 50%;
    height: 430px;
  }
}
.detail-slider__main {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-slider__main a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-slider__main img {
  min-height: 100%;
  width: 100%;
}
.detail-slider__thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .detail-slider__thumbs {
    width: 50%;
  }
}
.detail-slider__thumbs {
  flex-shrink: 0;
}
.detail-slider__thumbs a {
  width: 48%;
}
@media screen and (min-width: 960px) {
  .detail-slider__thumbs a {
    height: 210px;
  }
}
.detail-slider__thumbs a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  position: relative;
}
.detail-slider__thumbs img {
  min-height: 100%;
  width: 100%;
  max-width: none;
}
.detail-slider__thumbs .total {
  position: absolute;
  font-weight: bold;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 123;
}
.detail-slider__thumbs .total:hover {
  background: rgba(0, 0, 0, 0.2);
}

.detail-item-props {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 960px) {
  .detail-item-props {
    grid-template-columns: repeat(6, 1fr);
  }
}
.detail-item-props {
  gap: 26px;
}

@media screen and (min-width: 960px) {
  .detail-item-prop {
    width: 180px;
  }
}
.detail-item-prop__value {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.detail-item-prop__icon {
  margin-right: 8px;
  width: 24px;
}
.detail-item-prop__name {
  margin-top: 8px;
}

.detail-item__terms-purchase {
  padding: 90px 0;
}

.terms-purchase {
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .terms-purchase {
    flex-wrap: nowrap;
  }
}

.terms-purchase-item {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #CBC1DB;
}
@media screen and (min-width: 960px) {
  .terms-purchase-item {
    width: 50%;
  }
}
.terms-purchase-item .name {
  font-weight: bold;
  margin-top: 8px;
}
.terms-purchase-item .text {
  color: rgb(116, 100, 143);
  margin-top: 40px;
}

.map-block {
  height: 600px;
}

.map-address {
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .map-address {
    flex-direction: row;
  }
}
.map-address {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.map-address .address {
  padding: 30px 70px 30px 30px;
  border-radius: 15px;
  border: 1px solid #CBC1DB;
}
.map-address .address__item {
  margin-top: 12px;
}
.map-address .address__item span {
  font-weight: bold;
  font-size: 1.2em;
}
.map-address .map {
  width: 100%;
  height: 600px;
}

.athome-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  min-height: 273px;
}
@media screen and (min-width: 960px) {
  .athome-gallery {
    min-height: 550px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.athome-gallery {
  gap: 10px;
  margin-top: 20px;
}
.athome-gallery a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  position: relative;
  border: 1px solid #CBC1DB;
  max-height: 273px;
}
.athome-gallery img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
}
.athome-gallery .total {
  position: absolute;
  z-index: 11;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.athome-gallery .total:hover {
  background: rgba(0, 0, 0, 0.2);
}

.athome-gallery-slide {
  margin-top: 20px;
}
.athome-gallery-slide a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  position: relative;
  border: 1px solid #CBC1DB;
}
.athome-gallery-slide img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
}

.athome-footer {
  background: transparent;
  position: relative;
  padding: 20px;
  line-height: 1.15;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .athome-footer {
    padding: 40px;
  }
}
.athome-footer__back {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  background: url("https://cdn.athome.asia/images/footer_back.jpg");
  background-position: bottom center;
}
@media screen and (min-width: 960px) {
  .athome-footer__back {
    ackground-position: center -128px;
    background-size: 100%;
  }
}
.athome-footer__holder {
  border-radius: 20px;
  padding: 20px;
  background: rgba(0, 0, 33, 0.9);
  backdrop-filter: blur(4px);
  color: white;
}
@media screen and (min-width: 960px) {
  .athome-footer__holder {
    gap: 50px;
    padding: 40px;
  }
}
.athome-footer__holder a {
  color: white;
}
.athome-footer__holder a:visited, .athome-footer__holder a:hover {
  color: white;
}
.athome-footer__holder .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .athome-footer__holder .left {
    width: 480px;
  }
}
.athome-footer__holder .right {
  flex: 1 1 auto;
  max-width: 750px;
}
.athome-footer__sides {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-footer__sides {
    flex-direction: row;
    justify-content: space-between;
  }
}
.athome-footer__seo-links {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.athome-footer__seo-links a {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.athome-footer__seo-links > div {
  display: flex;
  flex-direction: column;
}
.athome-footer__seo-links > div.active > div {
  display: block !important;
}
.athome-footer__seo-links > div.active > div:nth-child(1) {
  display: block;
  position: relative;
}
.athome-footer__seo-links > div.active > div:nth-child(1)::after {
  content: "";
  transform: rotate(-90deg);
}
.athome-footer__seo-links > div:nth-child(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(1) {
    border-bottom: 0px solid white;
    text-align: left;
  }
}
.athome-footer__seo-links > div:nth-child(1) > div {
  display: none;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(1) > div {
    display: block;
  }
}
.athome-footer__seo-links > div:nth-child(1) > div:nth-child(1) {
  display: block;
  position: relative;
}
.athome-footer__seo-links > div:nth-child(1) > div:nth-child(1)::after {
  content: "";
  position: absolute;
  transition: 0.3s;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  display: block;
  padding-bottom: 10px;
  background-image: url("/images/athome/arrow-white.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(1) > div:nth-child(1)::after {
    display: none;
  }
}
.athome-footer__seo-links > div:nth-child(2) {
  margin-top: 15px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(2) {
    border-bottom: 0px solid white;
    margin-top: 0px;
    text-align: left;
  }
}
.athome-footer__seo-links > div:nth-child(2) > div {
  display: none;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(2) > div {
    display: block;
  }
}
.athome-footer__seo-links > div:nth-child(2) > div:nth-child(1) {
  display: block;
  position: relative;
}
.athome-footer__seo-links > div:nth-child(2) > div:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  display: block;
  padding-bottom: 10px;
  background-image: url("/images/athome/arrow-white.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(2) > div:nth-child(1)::after {
    display: none;
  }
}
.athome-footer__seo-links > div:nth-child(3) {
  margin-top: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(3) {
    margin-top: 0px;
    text-align: left;
  }
}
.athome-footer__seo-links > div:nth-child(3) > div {
  display: none;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(3) > div {
    display: block;
  }
}
.athome-footer__seo-links > div:nth-child(3) > div:nth-child(1) {
  display: block;
  position: relative;
}
.athome-footer__seo-links > div:nth-child(3) > div:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  display: block;
  padding-bottom: 10px;
  background-image: url("/images/athome/arrow-white.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .athome-footer__seo-links > div:nth-child(3) > div:nth-child(1)::after {
    display: none;
  }
}
.athome-footer__logo {
  margin-top: 10px;
}
.athome-footer__contacts {
  display: flex;
  justify-content: space-between;
}
.athome-footer__phone-block {
  margin-top: 25px;
}
.athome-footer__email-block {
  margin-top: 25px;
}
.athome-footer__address {
  font-size: 16px;
  margin-top: 25px;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .athome-footer__address {
    font-size: 17px;
    line-height: 1.3;
    max-width: 320px;
  }
}
.athome-footer__soc-block {
  margin-top: 25px;
}
.athome-footer__soc-buttons {
  margin-top: 4px;
  display: flex;
  gap: 8px;
}
.athome-footer .soc-item {
  width: 44px;
  height: 44px;
  border: 1px solid #74648f;
  border-radius: 100%;
}
.athome-footer__soc-links {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.athome-footer__map {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
}
.athome-footer__bottom {
  margin-top: 40px;
  color: white;
}
@media screen and (min-width: 960px) {
  .athome-footer__bottom {
    margin-top: 160px;
  }
}
.athome-footer__logo-text {
  font-size: 14vw;
  letter-spacing: 5vw;
  text-align: center;
}
.athome-footer__logo-text img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .athome-footer__logo-text {
    font-size: 15.5vw;
    letter-spacing: 6vw;
  }
}
.athome-footer__copy-block {
  margin-top: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .athome-footer__copy-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-top: 0px;
  }
}
.athome-footer__copy-block .policy {
  order: 2;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .athome-footer__copy-block .policy {
    order: 1;
  }
}
.athome-footer__copy-block .policy a {
  color: white;
}
.athome-footer__copy-block .copy {
  order: 1;
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .athome-footer__copy-block .copy {
    order: 2;
    text-align: center;
    max-width: 650px;
  }
}
.athome-footer__copy-block .address {
  order: 3;
}
@media screen and (min-width: 960px) {
  .athome-footer__copy-block .address {
    text-align: right;
    flex: 0 0 auto;
  }
}
.athome-footer .head {
  font-size: 12px;
  color: #cbc1db;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .athome-footer .head {
    font-size: 14px;
  }
}
.athome-footer .phone {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .athome-footer .phone {
    font-size: 18px;
  }
}
.athome-footer .phone a {
  color: #faff7a;
  font-weight: 700;
}
.athome-footer .phone a:visited, .athome-footer .phone a:hover {
  color: #faff7a;
}
.athome-footer .email {
  font-size: 16px;
}
.athome-footer .email a {
  color: white;
  font-weight: 700;
}
.athome-footer .email a:visited, .athome-footer .email a:hover {
  color: white;
}

.g-info {
  max-width: 350px;
}
.g-info .athome-property-item {
  border: none !important;
  margin-top: 0px;
}
.g-info__tr {
  display: flex;
  gap: 8px;
}
.g-info__title {
  font-size: 22px;
  display: flex;
  justify-content: space-between;
}
.g-info__prev {
  width: 40%;
}
.g-info__prev img {
  width: 100%;
}
.g-info__items {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-top: 30px;
}
.g-info__back {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  color: white;
  padding: 7px;
  /* border-radius: 7px; */
  text-shadow: 0px 0px 2px black;
  background-color: rgba(0, 0, 0, 0.3294117647);
  cursor: pointer;
}
.g-info__back svg {
  width: 16px;
}

.g-info-item {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
}
.g-info-item:hover {
  color: white;
  background: #643aa9;
}
.g-info-item:first-child {
  border-top: none;
}

.google-review {
  color: #1f1f1f;
  width: 410px;
  padding: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.google-review__stars {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.google-review__stars .stars {
  color: #ffbb29;
  display: flex;
  gap: 2px;
}
.google-review__stars .date {
  font-size: 0.8em;
}
.google-review__stars .google-link {
  font-size: 0.8em;
  color: rgb(98, 49, 197);
  text-align: right;
  flex-grow: 1;
}
.google-review__text {
  margin-top: 16px;
}

.jk-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 960px) {
  .jk-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .jk-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.jk-list__item {
  overflow: hidden;
  border-radius: 15px;
}

.jk-list-item {
  padding: 10px;
  border-radius: 15px;
  background: #F2F0F7;
  height: 365px;
  box-shadow: 0px 5px 10px 4px rgba(104, 46, 203, 0.1);
  position: relative;
  transition: 0.3s;
}
.jk-list-item.active {
  transform: translateX(-300px);
}
.jk-list-item__name {
  font-size: 40px;
  color: #fff4f4;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
  z-index: 10;
}
.jk-list-item__background {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  filter: brightness(60%);
  top: 0px;
  left: 0px;
  z-index: 1;
}
.jk-list-item__prev {
  height: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jk-list-item__detail {
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 300px;
}
.jk-list-item__price-block {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: white;
  font-size: 20px;
  z-index: 10;
}
.jk-list-item__price {
  color: #fff4f4;
  font-size: 20px;
  font-weight: bold;
  z-index: 10;
}
.jk-list-item__price-desc {
  color: #fff4f4;
  font-size: 15px;
  z-index: 10;
}

.jk-list-detail {
  padding: 10px;
  border-radius: 15px;
  z-index: 20;
  background: #F2F0F7;
  height: 100%;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jk-list-detail__name {
  font-weight: bold;
}
.jk-list-detail__head {
  font-size: 22px;
  padding-bottom: 10px;
}
.jk-list-detail__body {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 60px;
  padding: 20px 0;
  flex-grow: 1;
  border-top: 1px solid #692ECC;
}
.jk-list-detail__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(105, 46, 204, 0.74);
  padding-top: 10px;
}
.jk-list-detail .jk-adv {
  height: 40px;
}
.jk-list-detail .jk-adv__name {
  margin-top: 3px;
}
.jk-list-detail .jk-adv__icon {
  margin-right: 5px;
  width: 30px;
}
.jk-list-detail .jk-adv__value {
  display: flex;
  align-items: center;
}
.jk-list-detail .jk-adv__value span {
  line-height: 0;
}
.jk-list-detail__price-block {
  font-size: 20px;
  z-index: 10;
}
.jk-list-detail__price {
  font-size: 20px;
  font-weight: bold;
  z-index: 10;
}
.jk-list-detail__price-desc {
  font-size: 15px;
  z-index: 10;
}

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: rgb(250, 255, 122);
  color: rgb(16, 16, 16);
}

#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 rgb(105, 46, 204) !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: rgb(98, 49, 197);
  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 rgb(224, 224, 230);
  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: rgba(57, 57, 57, 0.3882352941);
  color: #692ED1;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding-right: 5px;
}

.next-slider-style {
  background: rgba(57, 57, 57, 0.3882352941);
  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;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
  color: #692ED1 !important;
}

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: rgb(242, 240, 247) !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: rgb(105, 46, 204);
  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: rgb(105, 46, 204);
  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;
  }
}

.header-call:hover {
  color: white;
}
.header-call:hover a {
  color: white !important;
}
.header-call .number:hover {
  color: white;
}

.check-box {
  display: flex;
  gap: 8px;
}
.check-box input {
  flex-shrink: 0;
}
.athome-text {
  border-radius: 12px;
  border: 1px solid var(--Border) !important;
  padding: 12px 20px;
  background: white;
  width: 100%;
}

.athome-section {
  padding-bottom: 40px;
  background: white;
}
.athome-section .row {
  overflow: hidden;
}
.athome-section.color {
  background: #F2F0F7;
}
@media screen and (min-width: 960px) {
  .athome-section {
    padding-bottom: 80px;
  }
}
.athome-section__header {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  color: #000021;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .athome-section__header {
    font-size: 45px;
    line-height: 49px;
    font-weight: 700;
    margin-top: 80px;
  }
}
.athome-section__content {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .athome-section__content {
    margin-top: 40px;
  }
}
.athome-section__footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .athome-section__footer {
    margin-top: 40px;
  }
}
.athome-section__footer .athome-button {
  width: 176px;
}

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