.fp-simple-page {
  background: var(--19-color);
}
.s-fp-simple__row {
  margin: 0 -10px;
  /*height: calc(100vh - var(--header-height));*/
  /*height: calc(100dvh - var(--header-height));*/
  min-height: 700px;
  padding-bottom: 30px;
}
.s-fp-simple__col {
  padding: 0 10px;
}
.s-fp-simple__block-1 {
  border-radius: 10px;
  background: var(--15-color);
  padding: 10px 16px;
  /*height: 100%;*/
  /*overflow: auto;*/
}
.s-fp-simple__block-title-icon-wrap {
  margin-right: 8px;
}
.s-fp-simple__block-title {
  font-weight: 500;
  font-size: var(--1-rem);
  line-height: 130%;
  margin-bottom: 16px;
}
.s-fp-simple__col-1 {
  width: 31%;
}
.s-fp-simple__col-2 {
  width: 69%;
}
.s-fp-simple__radios-row {
  margin: 0 -8px 18px;
}
.s-fp-simple__radio-col {
  padding: 0 8px;
  margin-bottom: 12px;
}
.s-fp-simple__radio-block {
  height: 100%;
}
.s-fp-simple__radio-label {
  border-radius: 10px;
  border: 1px solid #a0a1a1;
  min-height: 88px;
  padding: 21px 15px;
  margin: 0;
  transition: .3s linear;
  height: 100%;
}
input[type="radio"]:checked + .s-fp-simple__radio-label {
  background: var(--3-color);
  border-color: var(--3-color);
  color: var(--2-color);
}
.s-fp-simple__radio-label-txt {
  opacity: 0.5;
  font-size: calc(var(--1-rem) * 0.875);
}
.s-fp-simple__radio-label-title-icon {
  margin-right: 4px;
}
.s-fp-simple__heading-table {
  font-size: calc(var(--1-rem)* 0.85);
  margin-bottom: 12px;
}
.s-fp-simple__heading-table-select-wrap .custom-select__option--value {
  background: var(--2-color);
  border-color: currentColor;
}
.s-fp-simple__heading-table-select-wrap .custom-select__dropdown {
  top: calc(100% + 2px);
}
.s-fp-simple__heading-table-select-wrap .custom-select__option.custom-select__option--value {
  font-size: calc(var(--1-rem)* 0.85);
  color: currentColor;
  padding: 5px 25px 5px 10px;
  border-radius: 50px;
  min-width: 90px;
}
.s-fp-simple__heading-table-select-wrap .custom-select__option--value::after {
  margin-top: -1px;
}
.s-fp-simple__table-col {
  width: 20%;
  padding-right: 8px;
}
.s-fp-simple__table-col-1 {
  width: 18%;
}
.s-fp-simple__table-col-2 {
  width: 25%;
}
.s-fp-simple__table-col-3 {
  width: 15%;
}
.s-fp-simple__table-col-4 {
  width: 21%;
}
.s-fp-simple__table-col-5 {
  padding-right: 0;
  text-align: right;
}
.s-fp-simple__table-col-5-arrow {
  margin-left: 2px;
}
.s-fp-simple__table-col-1-block {
  display: inline-block;
  padding: 8px 7px;
  background: #daecea;
  border-radius: 7px;
}
.s-fp-simple__table-body {
  font-size: calc(var(--1-rem)* 0.8);
}
.s-fp-simple__table-body-row {
  min-height: 30px;
  transition: background .3s ease-out;
}
.s-fp-simple__table-body-row:hover {
  background: rgba(0, 169, 151, 0.08);
}
.s-fp-simple__table-body-row:hover .s-fp-simple__table-col-5-arrow {
  transform: translateX(2px);
}
.s-fp-simple__table-body-row:not(:last-child) {
  margin-bottom: 18px;
}
.s-fp-simple__table-body .s-fp-simple__table-col-2 {
  padding-left: 2%;
}
.s-fp-simple__table-body .s-fp-simple__table-col-4 {
  padding-left: 1.5%;
}
.s-fp-simple__map-subtext {
  font-size: calc(var(--1-rem)* 0.75);
  position: absolute;
  width: max-content;
}
.s-fp-simple__map-subtext-1 {
	left: 29%;
	transform: translateX(-50%) rotate(-80deg);
	top: 20%;
}
.s-fp-simple__map-subtext-2 {
	top: 29%;
	transform: translateY(-50%) rotate(52deg);
	right: 14%;
}
.s-fp-simple__map-wrap {
	width: 100%;
	max-width: 45%;
}
.s-fp-simple__map-content {
  padding: 72px 20px;
  height: 100%;
  background: var(--15-color);
}
.s-fp-simple__map-info {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: calc(var(--1-rem)* 0.875);
  z-index: 2;
}
.s-fp-simple__map-info-item {
  border: 1px solid var(--21-color);
  border-radius: 40px;
  padding: 3px 7px;
  margin: 0 0 10px;
  background: var(--2-color);
}
.s-fp-simple__map-select-wrap .custom-select__dropdown .custom-select__option:before,
.s-fp-simple__map-info-item:before {
  position: relative;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 8px;
}
.s-fp-simple__map-select-wrap .custom-select__dropdown .custom-select__option {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.s-fp-simple__map-select-wrap .custom-select__dropdown .custom-select__option:nth-child(1):before,
.s-fp-simple__map-info-item-1:before {
  background: #AFC9D4;
}
.s-fp-simple__map-select-wrap .custom-select__dropdown .custom-select__option:nth-child(2):before,
.s-fp-simple__map-info-item-2:before {
  background: #E8B9AB;
}
.s-fp-simple__map-select-wrap .custom-select__dropdown .custom-select__option:nth-child(3):before,
.s-fp-simple__map-info-item-3:before {
  background: #BDAAA7;
}
.s-fp-simple__map-select-wrap .custom-select__dropdown .custom-select__option:nth-child(4):before,
.s-fp-simple__map-info-item-4:before {
  background: #E6E6E6;
}
.s-fp-simple__map-scale-btns:after,
.s-fp-simple__map-scale-btns:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: currentColor;
}
.s-fp-simple__map-scale-btns:before {
  width: 2px;
  height: 14px;
}
.s-fp-simple__map-scale-btns {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  background: var(--22-color);
  color: var(--2-color);
  border-radius: 50%;
  cursor: pointer;
}
.s-fp-simple__map-scale-btns-plus {
  margin-bottom: 5px;
}
.s-fp-simple__map-scale-btns-minus:before {
  content: none;
}
.s-fp-simple__map-scale-btns:hover {
  background: var(--22-color-70);
}
.s-fp-simple__map-scale-btns-wrap {
  position: absolute;
  right: -13%;
  bottom: -50px;
  z-index: 2;
}
.s-fp-simple__table {
  max-height: 414px;
  overflow: auto;
}
.s-fp-simple__table-heading {
  position: sticky;
  top: 0;
  left: 0;
  /*width: 100%;*/
  background: var(--15-color);
  margin-bottom: 22px;
  font-size: calc(var(--1-rem)* 0.75);
  z-index: 3;
}
.s-fp-simple__table-heading .s-fp-simple__table-col {
  opacity: .5;
}
.s-fp-simple__map-container {
  touch-action: none;
}
.s-fp-simple__map {
  cursor: grab;
}
.s-fp-simple__map-content-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s-fp-simple__modal {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  z-index: 2;
}
.s-fp-simple__modal-content {
  --arrow-offset: 0;
  position: relative;
  background: var(--2-color);
  border-radius: 10px;
  padding: 17px 17px 11px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.s-fp-simple__modal-content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: var(--arrow-offset, 50%);
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid var(--2-color);
  transform: translateX(-50%);
}
.s-fp-simple__modal-content.arrow-up:after {
  bottom: auto;
  top: -20px;
  border-top-color: transparent;
  border-bottom: 10px solid var(--2-color);
}
.s-fp-simple__modal-info-wrap {
  font-size: calc(var(--1-rem) * 0.8125);
}
.s-fp-simple__modal-heading {
  margin-bottom: 4px;
}
.s-fp-simple__modal-info-item:not(:last-child) {
  margin-right: 13px;
}
.s-fp-simple__modal-heading:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% + 34px);
  height: 1px;
  background: #EAEDED;
}
.s-fp-simple__modal-btn {
  --btn-main-bg: var(--3-color);
  min-width: 113px;
  padding: 5px;
  font-size: calc(var(--1-rem) * 0.9375);
}
.s-fp-simple__modal-heading-wrap {
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.s-fp-simple__modal-heading-icon {
  margin-right: 5px;
}
.s-fp-simple__modal-price {
  margin-right: 13px;
}
.apartment {
  cursor: pointer;
}
.apartment[data-bedroom='1'] path {
  fill: #AFC9D4;
}
.apartment[data-bedroom='2'] path {
  fill: #E8B9AB;
}
.apartment[data-bedroom='3'] path {
  fill: #BDAAA7;
}
.apartment.filter-disable path,
.apartment.no-available path {
  fill: #E6E6E6;
}
.apartment.filter-disable,
.apartment.no-available {
  pointer-events: none;
}
.apartment.no-available text {
  opacity: .5;
}
.apartment.filter path {
  fill: var(--5-color);
}
.apartment.show path {
  fill: #DB917B;
}
@media (max-width: 1399px) {
  .s-fp-simple__container {
    max-width: 100%;
  }
  .s-fp-simple__col-1 {
    width: 412px;
  }
  .s-fp-simple__col-2 {
    width: calc(100% - 412px);
  }
  .fp-simple-page .header__menu-nav-container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .s-fp-simple__col-1 {
    width: 100%;
  }
  .s-fp-simple__col-2 {
    order: -1;
    width: 100%;
  }
  .s-fp-simple__map-content,
  .s-fp-simple__block-1 {
    border-radius: 0 !important;
  }
}
@media (max-width: 991px) {
  .s-fp-simple__map-info {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    margin-top: 30px;
  }
  .s-fp-simple__row {
    min-height: 0;
  }
  .s-fp-simple__map-info-item {
    margin: 0 8px 8px;
  }
}
@media (max-width: 767px) {
  .s-fp-simple__map-info-item {
    margin: 0 4px 8px;
    width: calc(50% - 8px);
  }
  .s-fp-simple__map-wrap {
    max-width: 100%;
  }
  .s-fp-simple__map-content {
    padding: 40px 30px 50px 20px;
  }
  .s-fp-simple__map-scale-btns-wrap {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }
}
@media (max-width: 575px) {
  .s-fp-simple__map-content {
    padding-bottom: 30px;
  }
  /*.s-fp-simple__table-body,*/
  /*.s-fp-simple__table-heading {*/
  /*	min-width: 450px;*/
  /*}*/
  .s-fp-simple__radios-row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .s-fp-simple__radio-col {
    width: auto;
  }
  .s-fp-simple__radio-label-txt,
  .s-fp-simple__map-subtext {
    display: none;
  }
  .s-fp-simple__radio-label {
    min-height: 0;
    padding: 9px 10px;
    border-radius: 50px;
  }
  .s-fp-simple__map-select-wrap {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: var(--2-color);
  }
  .s-fp-simple__map-select-wrap .custom-select__option {
    width: auto;
  }
  .s-fp-simple__map-scale-btns-wrap {
    right: -20px;
    bottom: 0;
  }
  .s-fp-simple__table-col-mob-tx {
    opacity: .5;
  }
  .s-fp-simple__table-body-row {
    flex-wrap: wrap;
    padding: 10px 0 10px 110px;
  }
  .s-fp-simple__table-col-5 {
    margin-top: 7px;
    text-align: left;
    border: 1px solid currentColor;
    border-radius: 44px;
    padding: 4px 8px;
    display: inline-block;
    width: auto;
  }
  .s-fp-simple__table-col-1 {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 15px;
    width: 72px;
  }
  .s-fp-simple__table-col-1 .s-fp-simple__table-col-1-block {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .s-fp-simple__table {
    margin: 0 -16px;
  }
  .s-fp-simple__table-col-2,
  .s-fp-simple__table-col-3,
  .s-fp-simple__table-col-4 {
    width: 33.3%;
    padding: 0;
  }
  .s-fp-simple__table-col-3,
  .s-fp-simple__table-col-4 {
    text-align: center;
    padding: 0 5px;
  }
  .s-fp-simple__table-body {
    min-width: 375px;
  }
}