#house .article {
  padding-bottom: 100px;
}
#house .article h1 {
  text-align: center;
  text-transform: uppercase;
}
#house .filter-container {
  padding: 40px 0;
}
#house .filter-container button.default {
  background-color: transparent;
  color: #336699;
  border-bottom: 2px solid #336699;
  border-radius: 0px;
  cursor: pointer;
}
#house .filter-main {
  display: flex;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
  border-bottom: 0.5px solid #60707a;
  background: #ffffff;
  padding: 20px 25px;
}
#house .filter-main > div > ul {
  display: flex;
  column-gap: 50px;
}
#house .filter-main > div > ul > li {
  position: relative;
}
#house .filter-main > div > ul > li > span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #60707a;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
#house .filter-main > div > ul > li > span::after {
  content: ">";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  background: #60707a;
  transform: rotate(90deg);
  margin-left: 6.5px;
  transition: all 0.5s ease;
}
#house .filter-main > div > ul > li > ul {
  display: none;
  position: absolute;
  top: 48px;
  left: -25px;
  width: 300px;
  border-radius: 0 0 20px 20px;
  background: #ffffff;
  box-shadow: 4px 4px 4px 0 rgba(96, 112, 122, 0.25);
  padding: 30px 40px;
  z-index: 5;
}
#house .filter-main > div > ul > li:hover {
  cursor: pointer;
}
#house .filter-main > div > ul > li:hover > span::after {
  transform: rotate(270deg);
}
#house .filter-main > div > ul > li:hover > ul {
  display: block;
}
#house .view-index {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#house .view-index > div {
  width: 320px;
  padding: 40px 10px 0;
}
#house .view-index > div img {
  border-radius: 15px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
#house .view-filter::-webkit-scrollbar-thumb {
  background-color: red;
  border-radius: 10px;
}
#house .view-filter {
  max-width: 410px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px 0;
  background-color: #ffffff;
  border-left: 0.5px solid #60707a;
  overflow-y: auto;
  z-index: 1000;
}
#house .view-filter .house-filter {
  padding-left: 45px;
  padding-right: 45px;
}
#house .view-filter .house-filter div.top > h2 {
  font-size: 24px;
  font-weight: 300;
  color: #60707a;
  line-height: normal;
  letter-spacing: 2.4px;
}
#house .view-filter .house-filter div.group > div {
  text-align: center;
  margin-bottom: 40px;
  /*
  &:not(:last-child) {
  	border-bottom: 1px solid variables.$color-black;
  	padding-bottom: 40px;
  	margin-bottom: 40px;
  }
  */
}
#house .view-filter .house-filter div.group > div ul {
  display: inline-flex;
  min-width: 320px;
  border-radius: 17px;
  border: 2px solid #f4f0ea;
  padding: 2px;
  overflow: hidden;
  gap: 2px;
}
#house .view-filter .house-filter div.group > div ul > li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  padding: 0 15px;
  background-color: #f4f0ea;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
#house .view-filter .house-filter div.group > div ul > li:nth-child(1) {
  border-radius: 17px 0 0 17px;
}
#house .view-filter .house-filter div.group > div ul > li:last-child {
  border-radius: 0 17px 17px 0;
}
#house .view-filter .house-filter div.group > div ul > li.active {
  background-color: #13e14d;
}
#house .view-filter .house-filter div.group > div ul > li:hover:not(.active) {
  background-color: #e2dfd9;
}
#house .view-filter .house-filter div.group > div ul > li {
  /*
  .empty_item {
  	color: #cdcdcd;

  	> span:first-child {
  		background: linear-gradient(173deg, rgba(205,205,205,0) 0%, rgba(205,205,205,0) calc(50% - 0.8px), rgba(205,205,205,1) 50%, rgba(205,205,205,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
  		color: #cdcdcd;
  	}

  	&::before {
  		border-color: #cdcdcd;
  		color: #cdcdcd;
  	}
  }*/
}
#house .view-filter .house-filter div.group > div .range-slider .range-labels {
  display: flex;
  justify-content: space-between;
}
#house .view-filter .house-filter div.group > div .range-slider .range-labels > span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  border-radius: 17px;
  border: 1px solid #f4f0ea;
  background-color: #ffffff;
  padding: 2px 23px;
}
#house .view-filter .house-filter div.group > div .range-slider .price-range {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
#house .view-filter .house-filter div.group > div .range-slider .price-range__track {
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #f4f0ea;
  border-radius: 17px;
  z-index: 1;
}
#house .view-filter .house-filter div.group > div .range-slider .price-range input[type=range] {
  position: absolute;
  width: 100%;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  z-index: 2;
}
#house .view-filter .house-filter div.group > div .range-slider .price-range input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #60707a;
  border: 2px solid #60707a;
  pointer-events: auto;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#house .view-filter .house-filter div.group > div .range-slider .price-range input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #60707a;
  border: 2px solid #60707a;
  pointer-events: auto;
  cursor: pointer;
}
#house .view-filter .house-filter div.group > div .insert-inputs {
  display: inline-flex;
  border-radius: 17px;
  border: 2px solid #f4f0ea;
  padding: 2px;
  gap: 2px;
}
#house .view-filter .house-filter div.group > div .insert-inputs > div {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #f4f0ea;
  padding: 0 12px;
}
#house .view-filter .house-filter div.group > div .insert-inputs > div:nth-child(1) {
  border-radius: 17px 0 0 17px;
}
#house .view-filter .house-filter div.group > div .insert-inputs > div:nth-child(2) {
  border-radius: 0 17px 17px 0;
}
#house .view-filter .house-filter div.group > div .insert-inputs > div > span {
  font-size: 12px;
  font-weight: 700;
  color: #f4f0ea;
  display: inline-block;
  background-color: transparent;
}
#house .view-filter .house-filter div.group > div .insert-inputs > div > input {
  border: none;
  outline: none;
  width: unset;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #212111;
  background-color: transparent;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 0;
}
#house .view-filter .house-filter div.group > div .insert-inputs > div > input::-webkit-outer-spin-button, #house .view-filter .house-filter div.group > div .insert-inputs > div > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#house .view-filter .house-filter div.group > div .insert-inputs > div > small {
  font-size: 12px;
  font-weight: 700;
  color: #f4f0ea;
  line-height: normal;
  background-color: transparent;
}
#house .view-filter .house-filter h3 {
  font-size: 14px;
  font-weight: 500;
  color: #212111;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#house .view-filter .house-filter input[type=checkbox] {
  margin-right: 10px;
}
#house .view-filter .house-filter .apply {
  padding-top: 30px;
}
#house .view-filter .house-filter .apply button.unimportant {
  border-bottom: 2px solid #336699;
  background-color: transparent;
  color: #336699;
  border-radius: 0px;
  cursor: pointer;
}
#house .view-filter .house-table {
  flex-basis: 100%;
}
#house .gallery-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}
#house .gallery-table > div {
  flex-basis: 33%;
  padding: 0 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}
#house .gallery-table > div div.img {
  position: relative;
  background-color: #ffffff;
}
#house .gallery-table > div div.img a.favourite-add {
  position: absolute;
  top: 11px;
  right: 0;
  border-radius: 10px 0 0 10px;
  background-color: #ffffff;
  padding: 5px 8px 5px 10px;
  line-height: 1;
  touch-action: manipulation;
}
#house .gallery-table > div div.img a.favourite-add .eswebicon {
  color: #ba1b02;
}
#house .gallery-table > div div.img a.favourite-add .eswebicon.wi-isfavourite {
  color: #ba1b02;
}
#house .gallery-table > div div.img .labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 11px;
  left: 0;
}
#house .gallery-table > div div.img .labels > span {
  font-size: 14px;
  font-weight: 500;
  color: #212111;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: normal;
  border-radius: 0 10px 10px 0;
  background-color: #f4f0ea;
  padding: 7px 22px 8px 28px;
}
#house .gallery-table > div div.img .labels > span + span {
  margin-top: 5px;
}
#house .gallery-table > div img.house {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
#house .gallery-table > div .params {
  /*padding: 0 0 30px 0;
  margin-bottom: 20px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
  padding: 8px 20px 8px 28px;
}
#house .gallery-table > div .params .prop {
  display: block;
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
}
#house .gallery-table > div .params .prop > h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #212111;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}
#house .gallery-table > div .params .prop > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #212111;
  line-height: normal;
  letter-spacing: 1.6px;
}
#house .gallery-table > div .params .price > span {
  font-size: 16px;
  font-weight: 700;
  color: #212111;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}
#house .gallery-table > div p.price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#house .gallery-table > div p.price .price,
#house .gallery-table > div p.price .month_price {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: left;
}
#house .gallery-table > div p.price .month_price {
  align-items: flex-end;
}
#house .gallery-table > div p.price .price span {
  font-size: 14pt;
  font-weight: 500;
}
#house .gallery-table > div p.price .month_price {
  text-align: right;
}
#house .gallery-table > div p.price .month_price > span {
  background-color: #ba1b02;
  color: #ffffff;
  font-size: 13pt;
  padding: 0 10px;
}
#house .box-show-archived {
  border-top: 1px solid #b6b6b6;
  padding-top: 20px;
  margin-top: 20px;
}
#house .box-show-archived > button {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  border: 1px solid #b6b6b6;
  border-radius: 8px;
  background-color: #b6b6b6;
  margin: 0 auto;
  padding: 7px 25px;
  transition: 0.3s;
  cursor: pointer;
}
#house .box-show-archived > button:hover {
  color: #b6b6b6;
  background-color: transparent;
}
#house .index-select > div {
  max-width: 1440px;
  margin: 0 auto;
}
#house .index-select > div > h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#house .index-select > div > ul {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;
}
#house .index-select > div > ul > li:nth-child(1) {
  text-align: center;
}
#house .index-select > div > ul > li:nth-child(1) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
#house .index-select > div > ul > li:nth-child(1) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_1.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
#house .index-select > div > ul > li:nth-child(2) {
  text-align: center;
}
#house .index-select > div > ul > li:nth-child(2) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
#house .index-select > div > ul > li:nth-child(2) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_2.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
#house .index-select > div > ul > li:nth-child(3) {
  text-align: center;
}
#house .index-select > div > ul > li:nth-child(3) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
#house .index-select > div > ul > li:nth-child(3) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_3.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
#house .index-select > div > ul > li:nth-child(4) {
  text-align: center;
}
#house .index-select > div > ul > li:nth-child(4) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
#house .index-select > div > ul > li:nth-child(4) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_4.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
#house .index-select > div > ul > li:nth-child(5) {
  text-align: center;
}
#house .index-select > div > ul > li:nth-child(5) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
#house .index-select > div > ul > li:nth-child(5) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_5.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
#house .index-select > div > div {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

#mainFilter .empty_item > span:first-child {
  background: linear-gradient(170deg, rgba(205, 205, 205, 0) 0%, rgba(205, 205, 205, 0) calc(50% - 0.8px), rgb(205, 205, 205) 50%, rgba(205, 205, 205, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
  color: #cdcdcd;
}

#mainFilter .empty_item,
#mainFilter .empty_item + span {
  color: #cdcdcd;
}

#mainFilter .empty_item::before {
  border-color: #cdcdcd;
}

#house .hide_filter {
  width: auto;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 15px;
  position: fixed;
  bottom: 0;
  vertical-align: middle;
  background-color: #979797;
  color: #ffffff;
}

#house-dtl main {
  max-width: initial;
}
#house-dtl .divider {
  display: block;
  border-bottom: 5px solid #f4f0ea;
  margin-top: 25px;
}
#house-dtl section.slideshow {
  max-width: 1440px;
  margin: 0 auto;
}
#house-dtl section.slideshow .swiper-slideshow .banner > img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
#house-dtl section.slideshow .swiper-slideshow .banner > img.floor {
  object-fit: scale-down;
}
#house-dtl section.slideshow .swiper-slideshow .swiper-wrapper {
  height: 750px;
}
#house-dtl section.slideshow ul.thumbs {
  max-width: 1265px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 25px auto;
  padding: 30px 30px 30px;
}
#house-dtl section.slideshow ul.thumbs li {
  width: 188px;
  height: 130px;
  margin: 0 0.5% 15px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
#house-dtl section.slideshow ul.thumbs li.active {
  width: 188px;
  height: 126px;
  outline: 2px solid #000;
}
#house-dtl section.slideshow ul.thumbs li.active > a {
  width: 100%;
  height: 126px;
  display: inline-block;
}
#house-dtl section.slideshow ul.thumbs li.active > a > img {
  opacity: 0.6;
}
#house-dtl section.slideshow ul.thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#house-dtl section.slideshow ul.thumbs li img.floor {
  object-fit: scale-down;
}
#house-dtl div.article {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  margin-top: 40px;
  position: relative;
}
#house-dtl div.article h1 {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
#house-dtl div.article .params {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;*/
  margin-bottom: 25px;
}
#house-dtl div.article .params h2 {
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
}
#house-dtl div.article .params .name {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#house-dtl div.article .params .name > * {
  flex-basis: 50%;
}
#house-dtl div.article .params .name .box-title > * {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#house-dtl div.article .params .name .box-title > * span {
  position: relative;
  font-size: 64px;
  font-weight: 500;
  color: #212111;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#house-dtl div.article .params .name .box-title > * span:not(:last-child) {
  margin-bottom: 13px;
}
#house-dtl div.article .params .name .box-title > * span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#house-dtl div.article .params .name .box-title.r > * {
  align-items: end;
}
#house-dtl div.article .params .name .box-title.r > * span::before {
  border-radius: 20px 0 0 20px;
}
#house-dtl div.article .params .name > .box-buttons {
  display: flex;
  flex-wrap: nowrap;
  /*button.favourite {
  	font-size: 12px;
  	font-weight: 300;
  	color: variables.$color-black;
  	letter-spacing: 1.2px;
  	line-height: normal;
  	background-color: variables.$color-beige;
  	border-radius: 0 0 20px 20px;

  	&::before {
  		content: '';
  		width: 30px;
  		height: 30px;
  		display: block;
  		background: url('/images/house/btn-1.svg?2') no-repeat;
  		background-size: 100%;
  	}
  }*/
}
#house-dtl div.article .params .name > .box-buttons > div {
  width: 145px;
  background-color: #f4f0ea;
  border-radius: 0 0 20px 20px;
  padding: 35px 0;
}
#house-dtl div.article .params .name > .box-buttons > div:nth-child(1n+2) {
  margin-left: 10px;
}
#house-dtl div.article .params .name > .box-buttons > div > .favourite {
  padding-top: 0;
  height: 100%;
}
#house-dtl div.article .params .name > .box-buttons > div > a, #house-dtl div.article .params .name > .box-buttons > div > button, #house-dtl div.article .params .name > .box-buttons > div button.favourite {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #212111;
  letter-spacing: 1.2px;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
#house-dtl div.article .params .name > .box-buttons > div > a > span, #house-dtl div.article .params .name > .box-buttons > div > button > span, #house-dtl div.article .params .name > .box-buttons > div button.favourite > span {
  max-height: 24px;
  height: 24px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #212111;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 20px;
}
#house-dtl div.article .params .name > .box-buttons > div > a::before, #house-dtl div.article .params .name > .box-buttons > div > button::before, #house-dtl div.article .params .name > .box-buttons > div button.favourite::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
#house-dtl div.article .params .name > .box-buttons > div:nth-child(1) > a::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(1) > button::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(1) button.favourite::before {
  background: url("/images/house/btn-1.svg?2") no-repeat;
  background-size: 100%;
}
#house-dtl div.article .params .name > .box-buttons > div:nth-child(2) > a::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(2) > button::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(2) button.favourite::before {
  background: url("/images/house/btn-2.svg?2") no-repeat;
  background-size: 100%;
}
#house-dtl div.article .params .name > .box-buttons > div:nth-child(3) > a::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(3) > button::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(3) button.favourite::before {
  background: url("/images/house/btn-3.svg?2") no-repeat;
  background-size: 100%;
}
#house-dtl div.article .params .name > .box-buttons > div:nth-child(4) > a::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(4) > button::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(4) button.favourite::before {
  background: url("/images/house/btn-4.svg?2") no-repeat;
  background-size: 100%;
}
#house-dtl div.article .params .name > .box-buttons > div:nth-child(5) > a::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(5) > button::before, #house-dtl div.article .params .name > .box-buttons > div:nth-child(5) button.favourite::before {
  background: url("/images/house/btn-5.svg?2") no-repeat;
  background-size: 100%;
}
#house-dtl div.article .params .detail {
  background-color: transparent;
  border-radius: 20px;
  padding: 20px 0;
  border: 2px solid #f4f0ea;
  box-sizing: border-box;
}
#house-dtl div.article .params .detail > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house-dtl div.article .params .detail > h2 > span {
  position: relative;
  font-size: 64px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#house-dtl div.article .params .detail > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#house-dtl div.article .params .detail > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#house-dtl div.article .params .detail > h2 {
  margin-bottom: 50px;
}
#house-dtl div.article .params .detail > div {
  padding: 0 20px;
}
#house-dtl div.article .params .detail > div.detail-info {
  display: flex;
  margin-bottom: 70px;
}
#house-dtl div.article .params .detail > div.detail-info > ul {
  flex-basis: 33.3333333333%;
}
#house-dtl div.article .params .detail > div.detail-info > ul > li {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.6px;
}
#house-dtl div.article .params .detail > div.detail-info > ul > li:nth-child(1) {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 3.2px;
}
#house-dtl div.article .params .detail > div.detail-info > ul > li > strong {
  font-weight: 500;
}
#house-dtl div.article .params .detail > div.detail-info > ul > li + li {
  margin-top: 21px;
}
#house-dtl div.article .params .detail > div.detail-tags > ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
}
#house-dtl div.article .params .detail > div.detail-tags > ul > li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
  background-color: #f4f0ea;
  padding: 15px 30px;
}
#house-dtl div.article .params .price {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  box-sizing: border-box;
}
#house-dtl div.article .params .price > div {
  flex-basis: 50%;
}
#house-dtl div.article .params .price > div > * {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.6px;
  margin-bottom: 21px;
}
#house-dtl div.article .params .price > div > * > strong {
  font-weight: 500;
  text-transform: none;
}
#house-dtl div.article .params .price > div > h2 {
  font-size: 32px;
}
#house-dtl div.article .params .price > div > .price-luxury {
  text-transform: uppercase;
}
#house-dtl div.article .params .price > div {
  /*> ul {
  	margin-bottom: 25px;

  	&:last-child li:last-child {
  		margin-top: 20px;
  		white-space: pre-wrap;
  	}

  	li {

  		.payment {
  			padding-left: 20px;
  			padding-right: 20px;
  			margin-right: -20px;
  			color: variables.$color-white;
  			background-color: variables.$color-red-red;
  		}

  		span:nth-child(1) {
  			color: variables.$color-blue-primary;
  		}
  	}
  }*/
}
#house-dtl div.article .params {
  /*
  div > ul li {
  	display: flex;
  	flex-wrap: nowrap;
  	justify-content: space-between;

  	span:nth-child(2) {
  		font-weight: 600;
  	}
  }
  */
}
#house-dtl div.article > .box-architect {
  border: 2px solid #f4f0ea;
  border-radius: 20px;
  background-color: #f4f0ea;
  margin-bottom: 25px;
}
#house-dtl div.article > .box-architect > div.architect-header {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 95px;
  max-height: 150px;
}
#house-dtl div.article > .box-architect > div.architect-header > * {
  flex-basis: 50%;
}
#house-dtl div.article > .box-architect > div.architect-header > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house-dtl div.article > .box-architect > div.architect-header > h2 > span {
  position: relative;
  font-size: 64px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#house-dtl div.article > .box-architect > div.architect-header > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#house-dtl div.article > .box-architect > div.architect-header > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #fcfbf9;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#house-dtl div.article > .box-architect > div.architect-header > div {
  display: inline-flex;
  align-items: flex-end;
  column-gap: 20px;
}
#house-dtl div.article > .box-architect > div.architect-header > div > img {
  height: 150px;
  border-radius: 20px;
  border: 3px solid #fcfbf9;
}
#house-dtl div.article > .box-architect > div.architect-header > div > div > * {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 1.6px;
}
#house-dtl div.article > .box-architect > div.architect-header > div > div > strong {
  font-weight: 500;
}
#house-dtl div.article > .box-architect > div.architect-content {
  padding: 0 70px;
  margin-bottom: 70px;
}
#house-dtl div.article > .box-architect > div.architect-content > div {
  max-width: 960px;
  margin: 0 auto;
}
#house-dtl div.article > .box-architect > div.architect-content > div > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-bottom: 80px;
}
#house-dtl div.article > .box-architect > div.architect-content > div > div > button {
  display: block;
  margin: 0 auto;
}
#house-dtl div.article > .box-realization {
  padding: 48px 0;
  margin-bottom: 25px;
}
#house-dtl div.article > .box-realization > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house-dtl div.article > .box-realization > h2 > span {
  position: relative;
  font-size: 64px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#house-dtl div.article > .box-realization > h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#house-dtl div.article > .box-realization > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#house-dtl div.article > .box-realization > h2 {
  margin-bottom: 65px;
}
#house-dtl div.article > .box-realization > .realization-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
}
#house-dtl div.article > .box-realization > .realization-gallery > .gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
}
#house-dtl div.article > .box-realization > .realization-gallery > .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#house-dtl div.article > .box-realization > .realization-gallery > .gallery-item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
#house-dtl div.article .configurator {
  padding-top: 37px;
  padding-bottom: 37px;
}
#house-dtl div.article .configurator h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house-dtl div.article .configurator h2 > span {
  position: relative;
  font-size: 64px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#house-dtl div.article .configurator h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#house-dtl div.article .configurator h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#house-dtl div.article .house-rows {
  padding: 20px 10px;
  margin: 50px auto 100px;
  background-color: #f3f3f3;
  border-radius: 20px;
}
#house-dtl div.article .house-rows h2 {
  font-size: 18pt;
  text-align: center;
  padding: 10px 0 30px 0;
}
#house-dtl div.article .house-rows h2 strong {
  text-transform: uppercase;
}
#house-dtl div.article .house-rows .swiper-container {
  position: relative;
}
#house-dtl div.article .house-rows .swiper-container .swiper-button-next,
#house-dtl div.article .house-rows .swiper-container .swiper-button-prev {
  top: 35%;
}
#house-dtl div.article .house-rows .swiper-similarhouse {
  width: calc(100% - 140px);
}
#house-dtl div.article .house-rows .swiper-similarhouse .banner img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
#house-dtl div.article .house-rows .swiper-similarhouse .banner img.floor {
  object-fit: scale-down;
}
#house-dtl div.article .house-rows .swiper-similarhouse .swiper-wrapper {
  height: 280px;
}
#house-dtl div.article .house-rows .swiper-similarhouse a.allrows {
  width: 100%;
  min-height: 260px;
  display: inline-block;
  object-fit: cover;
  border-radius: 10px;
  padding: 60px 0;
  box-sizing: border-box;
  text-align: center;
}
#house-dtl div.article .house-rows .swiper-similarhouse a.allrows .eswebicon {
  font-size: 32pt;
}
#house-dtl div.article .house-rows .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 100;
  margin: 0 5px;
  background-color: #d9d9d9;
  position: relative;
}
#house-dtl div.article .house-rows .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
  width: 21px;
  height: 21px;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  content: "";
}
#house-dtl div.article .house-rows .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #2a70ca;
}
#house-dtl .catalogue-order {
  max-width: 1800px;
  padding: 15px 10% 100px 0;
  display: flex;
  flex-wrap: nowrap;
}
#house-dtl .catalogue-order > div {
  flex-basis: 50%;
}
#house-dtl .catalogue-order > div:not(:has(img)) {
  padding: 30px;
  text-align: center;
}
#house-dtl .catalogue-order h3 {
  font-size: 20pt;
  line-height: 1.5;
  letter-spacing: 4px;
}
#house-dtl .catalogue-order h3 strong {
  font-weight: 600;
  text-transform: uppercase;
}
#house-dtl .catalogue-order h4 {
  font-size: 18pt;
  line-height: 1.5;
  letter-spacing: 3px;
}
#house-dtl .catalogue-order h4 strong {
  font-weight: 600;
}
#house-dtl .catalogue-order p {
  padding: 40px 30px;
}
#house-dtl .catalogue-order img {
  width: 100%;
}
#house-dtl .terms ul {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin: 60px auto 100px auto;
}
#house-dtl .terms ul li {
  flex-basis: 45%;
  box-sizing: border-box;
  padding-left: 60px;
}
#house-dtl .terms ul li.votp a {
  background: url("/images/house/votp.svg") left center no-repeat;
}
#house-dtl .terms ul li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding: 10px 0 10px 70px;
}
#house-dtl .terms ul li a > span {
  display: block;
}
#house-dtl .terms ul li a > span.title {
  font-weight: 500;
}
#house-dtl .terms ul li a > span.desc {
  color: #336699;
}

#house-comps article {
  padding-bottom: 100px;
}
#house-comps article h1 {
  font-weight: 500;
}
#house-comps article h1 + p {
  padding-top: 15px;
  padding-bottom: 15px;
}
#house-comps article h2 {
  padding-top: 40px;
  font-size: 15pt;
  font-weight: 500;
}
#house-comps article h3 {
  padding-top: 15px;
  font-size: 14pt;
}
#house-comps article table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#house-comps article table tbody tr:first-child {
  border-top: 1px solid #f3f3f3;
}
#house-comps article table tbody tr:last-child {
  border-bottom: 1px solid #f3f3f3;
}
#house-comps article table tbody tr:nth-child(2n) {
  background-color: #f3f3f3;
}
#house-comps article img {
  width: 100%;
}
