/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

* Default css */
body {
  font-family: 'FuturaPTBook', sans-serif;
  font-size: 14px;
  background: #000000;
}

.my-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


#mercury-plugin .title {
  font-family: 'FuturaPTBold';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  color: #FFFFFF;
}
#mercury-plugin .title:after {
  content: '';
  width: 100%;
  max-width: 236px;
  height: 3px;
  background-color: #D59F87;
  display: block;
  margin-top: 16px;
  position: absolute;
}


.main-filter {
  padding-top: 108px;
}
.main-filter__head {
  margin-bottom: 56px;
}
.main-filter__params {
  margin-top: 75px;
}
.main-filter__bottom {
  margin-top: 47px;
}
.main-filter__list {
  margin-top: 99px;
}



.house-selection {
  padding-top: 108px;
  padding-bottom: 173px;
}
.house-selection__header {

}
.house-selection__bottom {
  margin-top: 75px;
}


.house-selection-img {
  width: 100%;
}



.flat-selection {
  padding-top: 108px;
  padding-bottom: 173px;
}
.flat-selection__header {

}
.flat-selection__bottom {
  margin-top: 75px;
}



.flat-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}
.flat-block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flat-block__first {
  width: 100%;
  max-width: 363px;
  background: #EBEAE6;
  padding: 30px;
}
.flat-block__first--large {
  max-width: 446px;
  display: flex;
  flex-direction: column;
}
.flat-block__section {
  width: 100%;
  background: #FFFFFF;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flat-block__back {

}
.flat-block__title {
  margin-top: 31px;
}
.flat-block__status {
  width: 100%;
  max-width: 225px;
  margin-top: 25px;
}
.flat-block__floors {
  margin-top: 32px;
}
.flat-block__price {
  margin-top: 60px;
}
.flat-block__save {
  margin-top: 20px;
}


.flat-selection-img {
  width: 100%;
  margin: auto;
}



.my-modal {
  width: 100%;
  max-width: 1000px;
}
.my-modal__close {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.my-modal__title {

}
.my-modal__items {
  width: 100%;
  max-width: 200px;
  margin-top: 25px;
}
.my-modal__price {
  margin-top: 21px;
}
.my-modal__btn {
  margin-top: 74px;
  margin-bottom: 18px;
}


.modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-btn__item {
  margin-right: 12px;
}
.modal-btn__item:last-child {
  margin-right: 0px;
}


.flat-items {
  padding: 0px 0px;
  margin: 0px 0px;
  list-style: none;
}
.flat-items__li {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}



.price-block {

}
.price-block__text {

}
.price-block__lower {

}



.price-text {
  font-family: 'FuturaPTMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
}


.item-val {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
}


.block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}



.back-btn {
  width: 88px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px;
  background: transparent;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.back-btn__icon {
  margin-right: 10px;
}
.back-btn:hover {
  background: #000000;
  color: #ffffff;
}
.back-btn:hover path {
  fill: #ffffff;
}
.back-btn:active,
.back-btn:focus {
  outline: none;
}



.filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px !important;
  margin: 0px;
}
.filter-btns__btn {
  width: 100px;
  font-family: 'FuturaPTMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 9px;
  padding-bottom: 9px;
  list-style: none;
  cursor: pointer;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
}
.filter-btns__btn--first {
  border-left: 1px solid;
  border-radius: 7px 0px 0px 7px;
  border-color: rgba(255, 255, 255, 0.4);
}
.filter-btns__btn--second {
  border-right: 1px solid;
  border-radius: 0px 7px 7px 0px;
  border-color: rgba(255, 255, 255, 0.4);
}
.filter-btns__btn:hover {
  background: #64372C;
  border-color: #64372C;
}
.filter-btns__btn--active {
  background: #83493B;
  border-color: #83493B;
}
.filter-btns__btn--active:hover {
  background: #83493B;
  cursor: default;
}



.filter-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-params__param {

}


.param {

}
.param__head {

}
.param__bottom {
  margin-top: 19px;
}



.filter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-items__item {
  width: calc((100% / 4) - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.filter-items__item:nth-child(4n) {
  margin-right: 0px;
}



.item {

}
.item__title {
  margin-bottom: 17px;
}
.item__photo {
  width: 100%;
  max-width: 236px;
  height: 171px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
.item__top {
  background: #EBEAE6;
  padding: 20px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.item__bottom {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  background: #ffffff;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.item__price {

}
.item__items {
  margin-top: 20px;
}
.item__btn {
  margin-top: 43px;
}


.item-text {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #010101;
  opacity: 0.7;
}


.item-price {
  font-family: 'FuturaPTBold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #83493B;
}
.item-price--medium {
  font-size: 24px;
  line-height: 30px;
}


.item-title {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
}



.item-props {
  padding: 0px 0px !important;
  margin: 0px 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-props__li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.item-props__li:last-child {
  margin-right: 0px;
}



.item-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
}
.item-prop__icon {
  margin-right: 5px;
}



.param-head {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}


.param-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0px 0px !important;
  margin: 0px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.param-numbers__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.param-numbers__item:last-child {
  margin-right: 0px;
}



.filter-number {
  width: 38px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  font-family: 'FuturaPTMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  padding: 3px 0px;
}
.filter-number--active {
  cursor: default;
}
.filter-number--active,
.filter-number:hover {
  background: #83493B;
  border: 1px solid #83493B;
}



.floor-number {
  width: 38px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  font-family: 'FuturaPTMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #83493B;
  border: 1px solid #83493B;
  cursor: pointer;
  padding: 3px 0px;
}
.floor-number--active {
  cursor: default;
}
.floor-number--active,
.floor-number:hover {
  background: #83493B;
  border: 1px solid #83493B;
  color: #ffffff;
}


.flat-status {
  width: 100%;
  padding: 0px 0px;
  margin: 0px 0px;
  list-style: none;
}
.flat-status__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.flat-status__item:last-child {
  margin-bottom: 0px;
}


.status-item {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.status-item:before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: #000;
  border-radius: 100%;
  margin-right: 9px;
}
.status-item--sale:before {
  background: #7BAE53;
}
.status-item--booking:before {
  background: #F6BE2B;
}
.status-item--sales:before {
  background: #9F9D9E;
}


.flat-floors {

}
.flat-floors__title {
  margin-bottom: 16px;
}



.total-apartments {
  font-family: 'FuturaPTBold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  color: #010101;
}

.floor-title {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #010101;
}


.param-col {

}
.param-col__item {
  /*margin-bottom: 24px;*/
}
.param-col__item:last-child {
  margin-bottom: 0px;
}


.param-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.param-row__item {
  margin-right: 43px;
}
.param-row__item:last-child {
  margin-right: 0px;
}


.custom-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-input__label {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.custom-input__field {
  width: 70px;
  margin-left: 10px;
}



.filter-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


.item-btn {
  width: 100%;
  max-width: 183px;
}


.my-input {
  width: 100%;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #D59F87;
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
}
.my-input:active,
.my-input:focus {
  outline: none;
  border-bottom: 1px solid #83493B;
}


.my-btn {
  height: 45px;
  background: #83493B;
  border-radius: 7px;
  border: 0px;
  font-family: 'FuturaPTMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF !important;
  padding: 0px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-btn:hover {
  background: #5B3026;
}
.my-btn:active,
.my-btn:focus {
  outline: none;
}


.bolder {
  font-family: "FuturaPTBold";
}



.show-more {
  width: 100%;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}




.btn-load {
  width: 100%;
  max-width: 164px;
  height: 45px;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px;
  font-family: 'FuturaPTMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.btn-load__icon {
  margin-right: 10px;
}
.btn-load:hover path {
  fill: #000000;
}
.btn-load:hover {
  background: #ffffff;
  color: #000000;

}
.btn-load:active,
.btn-load:focus {
  outline: none;
}



.save-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  height: 45px;
  border: 2px solid #83493B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  background: transparent;
  font-family: 'FuturaPTMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #83493B;
}
.save-btn__icon {
  margin-right: 11px;
}
.save-btn:hover {
  background: #83493B;
  color: #ffffff;
}
.save-btn:hover path {
  fill: #ffffff;
  stroke: #ffffff;
}



.irs-bar {
  height: 2px !important;
  background-color: #D59F87 !important;
}
.irs--round .irs-handle {
  top: 30px !important;
  width: 14px !important;
  height: 14px !important;
  border: 3px solid #D59F87 !important;
}
.irs--round .irs-line {
  height: 2px !important;
  background-color: #fff !important;
  border-radius: 0px !important;
}



.slider-main {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slider-main__btns {
  width: 100%;
  position: absolute;
  top: 80px;
}
.slider-main__items {

}



.slide-main {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 1008px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-top: 180px;
}
.slide-main__items {
  position: relative;
  z-index: 2;
}
.slide-main:before {
  content: "";
  width: 100%;
  height: 481px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}


.slide-btns {
  position: relative;
  z-index: 2;
}


.slide-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


.slider-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px;
}
.slider-menu__item {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 78px;
  cursor:  pointer;
}
.slider-menu__item--active .slider-progress {
  display: block;
}
.slider-menu__item:last-child {
  margin-right: 0px;
}


.slider-progress {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  margin-top: 8px;
  display: none;
  -webkit-animation: progress 450ms ease-in-out;
          animation: progress 450ms ease-in-out;
}


.slider-second {
  position: relative;
}
.slider-second__btns {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11111;
}



.slider-item {
    width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-item__first {
  width: 100%;
  max-width: 555px;
}
.slider-item__second {
  width: 100%;
  max-width: 590px;
  height: 524px;
  overflow: hidden;
  margin-left: 56px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-controls__count {
  margin-right: 32px;
}
.slider-controls__btn {

}



.slider-count {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
}


.slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-btns__btn {
  margin-right: 24px;
  cursor: pointer;
}
.slider-btns__btn:last-child {
  margin-right: 0px;
}
.slider-btns__btn--disable {
  opacity: 0.5;
  cursor: no-drop;
}



.slide-items {

}
.slide-items__item {
  margin-bottom: 25px;
}


.slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-item__icon {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 12.1212px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-item__text {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  margin-left: 22px;
}


.slide-item-icon {
  display: block;
  margin-bottom: 5px;
}


.slide-text {

}
.slide-text h1,
.slide-text h2,
.slide-text h3,
.slide-text h4,
.slide-text h5 {
  font-family: "FuturaPTBold";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.slide-text  p {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.slide-text  p:last-child {
  margin-bottom: 0px;
}
.slide-text ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.slide-text ul li {
  list-style: none;
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  position: relative;
  padding-left: 15px;
}
.slide-text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: white;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}



@-webkit-keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}



@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}


.map-filter {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  overflow: hidden;
}
.map-filter__inner {
  position: relative;
}
.map-filter__nav {
  width: 237px;
  position: absolute;
  z-index: 2;
  top: 43px;
  left: 50px;
}
.map-filter__map {
  width: 100%;
  height: 478px;
}


.map-nav {
  background-color: #ffffff;
  padding: 27px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3.10833px 10.8792px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3.10833px 10.8792px rgba(0, 0, 0, 0.15);
}
.map-nav__item {
  margin-bottom: 15px;
}
.map-nav__item:last-child {
  margin-bottom: 0px;
}


.map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor:  pointer;
}
.map-item__icon {
  margin-right: 15px;
}
.map-item__text {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 15.5417px;
  line-height: 22px;
  color: #2A211C;
}



.map-marker {

}
.map-marker__inner {
  -webkit-transition: 450ms;
  -o-transition: 450ms;
  transition: 450ms;
  z-index: 999;
}
.map-marker__inner--active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 9999;
}


ymaps[class$="-map-copyrights-promo"],
ymaps[class$="-copyrights-pane"] {
  display: none !important;
}


.uc-float-menu {
    display: none;
}
.uc-float-menu--active {
    display: block;
    z-index: 222222;
    position: relative;
}


.float-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('https://cdn.rdbx.dev/merkuri/img/menu-bg.jpg');
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.float-menu__bg {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
}
.float-menu__middle {
  height: 100%;
  overflow: hidden;
}
.float-menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}


.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-left: 65px;
  padding-right: 50px;
}


.menu-items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-items-row__item {
  margin-right: 35px;
}
.menu-items-row__item--indent {
  margin-right: 50px;
}
.menu-items-row__item:last-child {
  margin-right: 0px;
}



.menu-phone {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  color: #FFFFFF !important;
}
.menu-phone:hover {
  color: #CF8F78 !important;
}



.menu-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.menu-btn-row__icon {
  margin-right: 16px;
}
.menu-btn-row__text {

}
.menu-btn-row:hover .menu-btn-link {
  color: #CF8F78;
}
.menu-btn-row:hover svg rect,
.menu-btn-row:hover svg path {
  fill: #CF8F78;
}


.menu-btn-link {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}



.menu-bottom-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 71px;
}
.menu-bottom-row__item {
  padding: 0px 168px;
  border-right: 1px solid #C4C4C4;
}
.menu-bottom-row__item:last-child {
    border-right: 0px;
}
.menu-bottom-row__item--middle {
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
}


.menu-footer-link {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #CF8F78;
}
.menu-footer-link:hover {
  color: #CF8F78;
}



.list-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-wrapper__first {
  width: 100%;
  max-width: 488px;
  margin-right: 122px;
  height: 488px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list-wrapper__second {

}


.menu-list {
  padding: 0px 0px !important;
  margin: 0px 0px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
}
.menu-list__item {
  width: 100%;
  display: inline-block;
  margin-bottom: 32px;
}


.menu-link {
  font-family: 'FuturaPTBook';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF !important;
}
.menu-link:hover {
  color: #ffffff;
}



.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}
.menu-wrapper__head {
  margin-bottom: 50px;
}
.menu-wrapper__bottom {

}



.menu-h1 {
  font-family: "FuturaPTBold";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  color: #FFFFFF;
}




/* Mobile css */
/* Extra large Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */


@media (max-width: 992px) {
  body {
    min-width: 300px;
  }
}


@media (max-width: 1300px) {
    
  .menu-btn-row__icon {
    margin-right: 0px;
  }
  .menu-btn-row__text {
    display: none;
  }


  .menu-bottom-row__item {
    padding: 0px 60px;
  }


  .list-wrapper {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list-wrapper__first {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; 
    z-index: 0;
  }
  .list-wrapper__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .my-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slide-container {
     padding-left: 50px;
    padding-right: 50px;
  }
  

  .filter-items__item {
    width: calc((100% / 3) - 15px);
  }
  .filter-items__item:nth-child(3n) {
    margin-right: 0px;
  }
  .filter-items__item:nth-child(4n) {
    margin-right: 20px;
  }


  .filter-params {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-params__param {
    width: calc((100% / 2) - 50px);
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .filter-params__param:nth-child(2n) {
    margin-right: 0px; 
  }

  .main-filter__bottom {
    margin-top: 0px;
  }

}



@media (max-width: 992px) {

  .flat-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flat-block__first {
    max-width: 100%;
  }
  .flat-block__section {
    width: 100%;
  }


  .slider-menu {
    overflow: auto;
    margin: 0px -25px;
  }
  .slider-menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 30px;
    font-size: 23px;
    line-height: 23px;
  }
  .slider-menu__item:first-child {
    padding-left: 25px;
  }
  .slider-menu__item:last-child {
    padding-right: 25px;
  }

}


@media (max-width: 880px) {
    
    
.filter-btns__btn {
    width: 100%;
}
    
.float-menu__bg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; 
    z-index: 0;
  }


  .list-wrapper__first {
    display: none;
  }

  .menu-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 50px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    padding-right: 50px;
  }
  .menu-top__first {
    width: 100%;
  }
  .menu-top__middle {
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-top__last {
    width: 100%;
  }


  .menu-items-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .list-wrapper__second {
    padding-left: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
    height: 100%;
  }

  .menu-list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    height: 100%;
    overflow: auto;
  }
  .menu-list__item {
    margin-bottom: 15px;
  }
  .menu-list__item:last-child {
    margin-bottom: 0px;
  }


  .menu-wrapper {
    height: 100%;
  }
  .menu-wrapper__head {
    margin-bottom: 20px;
  }
  .menu-wrapper__bottom {
    height: 100%;
    overflow: hidden;
  }


  .menu-logo__img {
    width: 100px;
  }

  .menu-phone {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-h1 {
    font-size: 33px;
    line-height: 33px;
  }

  .menu-footer-link {
    font-size: 19px;
    line-height: 19px;
  }

  .menu-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-top: 0px;
    margin-left: unset;
  }
  .menu-bottom-row__item {
    padding: 0px 0px;
    margin-bottom: 15px;
  }
  .menu-bottom-row__item:last-child {
    margin-bottom: 0px;
  }
  .menu-bottom-row__item--middle {
    border-left: none;
    border-right: none;
  }

  .main-filter {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .main-filter__bottom {
    margin-top: 0px;
  }
  .main-filter__list {
    margin-top: 45px;
  }
  
  
  .item-btn {
      max-width: 100%;
  }


  .house-selection {
    padding-top: 45px;
    padding-bottom: 45px;
  }


  .flat-selection {
    padding-top: 35px;
    padding-bottom: 35px;
  }


  .title {
    font-size: 37px;
    line-height: 48px;
  }


  .block-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-head__btn {
    width: 100%;
    margin-top: 60px;
  }



  .filter-params {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-params__param {
    width: 100%;
    margin-bottom: 40px;
  }


  .my-container {
    padding-left: 25px;
    padding-right: 25px;
  }


  .filter-items__item {
    width: 100%;
    margin-right: 0px;
  }
  .filter-items__item:nth-child(3n) {
    margin-right: 0px;
  }
  .filter-items__item:nth-child(4n) {
    margin-right: 0px;
  }


  .flat-block__status {
    max-width: 100%;
  }


  .my-modal__items {
    max-width: 100%;
  }



  .modal-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-btn__item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }


  .my-btn {
    width: 100%;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .save-btn {
    height: 45px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }



  .slide-main {
    max-width: 100%;
    height: 481px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slide-main__items {
    margin-top: 35px;
  }


  .slide-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }


  .slider-main {
    max-width: 100%;
  }
  .slider-main__btns {
    top: 0;
  }


  .slider-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .slider-second__btns {
    position: relative;
    margin-top: 35px;
    padding: 0px 25px;
  }



  .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .slider-item__first {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slider-item__second {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 25px;
    height: 303px;
  }
  .slide-item__text {
    font-size: 18px;
    line-height: 18px;
  }
  
  
  .map-filter {
      max-width: 100%;
      border-radius: 0px;
  }
  .map-filter__nav {
      width: 100%;
      top: unset;
      left: 0;
      bottom: 0;
      right: 0;
  }
  
  
  .map-nav {
      box-shadow: unset;
      width: 100%;
      background-color: transparent;
      padding: 8px 8px;
  }
  .map-nav__items {
      display: flex;
      overflow: auto;
  }
  .map-nav__item {
      margin-bottom: 0;
      background: #fff;
      padding: 8px 10px;
      box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
      border-radius: 7px;
      margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
    #rec439814726 .t396__artboard {
        height: 481px !important;    
    }
    #rec440455882 .my-container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Pdf css*/
.pdf {
	width: 495px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 34px;
	padding-bottom: 55px;
}
.pdf__logo {
	margin-bottom: 37px;
}
.pdf__items {
	border-bottom: 2px solid #D59F87;
	padding-bottom: 43px;
}
.pdf__plan {
	padding-top: 66px;
}
.pdf__bottom {
	padding-top: 49px;
}


.pdf-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}



.top-items {
	width: 100%;
	display: inline-block;
}
.top-items__row {
	width: 100%;
	display: inline-block;
}
.top-items__col {
	display: inline-block;
}
.top-items__col--address {
	float: left;
}
.top-items__col--floor {
	margin-right: 33px;
	float: right;
}
.top-items__col--apartment {
	margin-right: 34px;
	float: right;
}
.top-items__col--deadline {
	float: right;
}




.bottom-items {
	width: 100%;
	display: inline-block;
}
.bottom-items__row {
	width: 100%;
	display: inline-block;
}
.bottom-items__col {
	display: inline-block;
}
.bottom-items__col--first {
	float: left;
}
.bottom-items__col--middle {
	float: right;
	margin-right: 105px;
}
.bottom-items__col--last {
	float: right;
}





.pdf-item {

}
.pdf-item__head {

}
.pdf-item__bottom {
	margin-top: 8px;
}



.item-title {
	font-family: 'FuturaPTBold';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}


.item-text {
	font-family: 'FuturaPTBook';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}


.item-price {
	font-family: 'FuturaPTBold';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #83493B;
}


.item-tel {
	display: inline-block;
	margin-left: 18px;
	font-family: 'FuturaPTBook';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

#rec440800183 .t396__artboard {
    height:100% !important;
}

#rec440800183 .t396__elem {
    position: relative;
}

#rec440454805 .t396__artboard.rendered .tn-elem {
    z-index: 1;
}

#rec440800183 .t396_safari .tn-atom {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

#rec440800183 .t396__artboard {
    overflow: initial;
}

#rec447645622 .t396_safari .tn-atom {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
#rec447645622 .t396__artboard {
    overflow: initial;
}

#rec440455882 .t396__artboard {
    height:100% !important;
}

#rec440455882 .t396__elem {
    position: relative;
}