/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111111));
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
@font-face {
  font-family: 'lg';
  src: url("../assets/fonts/gallery/lg.eot?n1z373");
  src: url("../assets/fonts/gallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../assets/fonts/gallery/lg.woff?n1z373") format("woff"), url("../assets/fonts/gallery/lg.ttf?n1z373") format("truetype"), url("../assets/fonts/gallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../assets/images/gallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../assets/images/gallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../assets/images/gallery/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../assets/images/gallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../assets/images/gallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../assets/images/gallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-group {
  margin: auto !important;
}
.header {
  position: relative;
  width: 100%;
  min-height: 90px;
  color: #fff;
  background-color: #fff;
}
.header-left-img {
  position: absolute;
  top: 90px;
  right: 1080px;
  z-index: -1;
}
.header-right-img {
  position: absolute;
  top: 90px;
  left: 1002px;
}
.header-leftgreens-img {
  position: absolute;
  top: 50px;
  left: -251px;
  z-index: 1000;
}
.header-rightgreens-img {
  position: absolute;
  right: -276px;
}
.map-page .header-leftgreens-img, .map-page .header-rightgreens-img {
  display: none;
}
.header-content {
  position: relative;
  max-width: 1200px;
  min-height: 90px;
  padding: 0 30px 0 30px;
  margin: 0 auto;
}
.header-content-logo {
  float: left;
}
.header-content-logo > .logo {

  width: 318px;
  height: 62px;
  margin-top: 8px;
  margin-right: 25px;
  background-image: url(../assets/images/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.header-content-name {
  float: left;
  width: 300px;
  padding-top: 20px;
  line-height: 1;
  text-align: left;
}
.header-content-name > span {
  width: 254px;
  height: 20px;
  margin-left: 13px;
  font-size: 28px;
  font-family: 'Open Sans', serif;
  letter-spacing: -0.8px;
  text-align: left;
  color: #2f3036;
  white-space: normal;
}
.header-content-name .header-content-name-zelenie {
  width: 117px;
  font-weight: bold;
}
.header-content-name .header-content-name-prostori {
  width: 130px;
  margin-left: 7px;
  font-weight: normal;

}
.header-content-name .header-content-name-anothertext {
  width: 184px;
  height: 13px;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 1px;
  text-align: left;
  color: #bac6cc;
}
.header-content-top-buttons {
  width: calc(100% - 557px);
  float: left;
  margin-top: 24px;
  text-align: center;
}
.header-content-top-buttons > a > div {
  display: inline-block;
  height: 41px;
  border-radius: 5px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 41px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: 0.1px;
  text-align: center;
  color: #2f3036;
  background-color: #ebeff5;
}
.header-buttons-active {
  color: #fff !important;
  background-color: #2f3036 !important;
}
.button-seller {
  width: 116px;
}
.button-townships {
  width: 199px;

}
.button-searchmap:before {
  content: url("../assets/images/location.png");
  position: relative;
  top: 5px;
  width: 16px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.button-searchmap {
  width: 187px;
  text-align: center;
  background-color: #ebeff5;
}
.header-content-phone {
  float: right;
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
  font-family: CenturyGothic, serif;
  letter-spacing: 0.4px;
  text-align: right;
  color: #2f3036;
}
.header-content-phone .header-content-phone-index {
  font-weight: normal;
  color: #aebbc4;
}
.header-content-phone-image {
  float: right;
  margin-top: 3px;
  margin-left: 12px;
}
.searchmap-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: normal;
}
@media (min-width: 100px) and (max-width: 1332px) {
  .header-right-img, .header-left-img {
    display: none;
  }
}
@media (min-width: 100px) and (max-width: 1814px) {
  .header-rightgreens-img, .header-leftgreens-img {
    display: none;
  }
}
body {
  font-family: 'Open Sans', serif;
}
body.no-scroll {
  overflow: hidden;
}
.hide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.content {
  max-width: 1200px;
  padding: 0 30px 0 30px;
  margin: 87px auto 115px;
}
.map-page .content {
  max-width: 100%;
  padding: 0 30px 0 30px;
  margin: 0;
  min-height: 600px;
}
.content-search-input {
  width: 1159px;
  height: 62px;
  padding-left: 41px;
  border: 1px solid transparent;
  font-size: 20px;
  box-shadow: 0 15px 29px -16px rgba(7, 27, 58, 0.16);
}
.content-search-input:focus {
  border: 1px solid #71ce44;
  outline: #71ce44;
}
.content-search-input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */

  font-size: 20px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
  height: 100px;
}
.content-search-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */

  font-size: 20px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
  height: 100px;
}
.content-search-input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */

  font-size: 20px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
  height: 100px;
}
.content-search-input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */

  font-size: 20px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
  height: 100px;
}
.content-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */

  font-size: 20px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
  height: 100px;
}
.content-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */

  font-size: 20px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
}
.content-search-input::-ms-input-placeholder { /* Microsoft Edge */

  font-size: 20px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
}
.content-form {
  position: relative;
  padding: 0 30px 16px 30px;
  border: solid 10px #fff;
  border-radius: 20px;
  margin-top: 15px;
  background-color: #e6ebf2;
  box-shadow: 0 15px 45px -16px rgba(7, 27, 58, 0.14);
}
.content-form:before {
  content: "";
  display: table;
}
.content-form:after {
  content: "";
  display: table;
  clear: both;
}
.content-form ul {
  padding: 0;
  margin: 0 0;
}
.content-form p {
  margin-top: 0;
}
.suburban-filter .content-form {
  height: 175px;
}
.content-form-flush {
  width: 193px;
  height: 42px;
  padding-left: 25px;
  border: 0;
  border-radius: 0 0 0 20px;
  margin-right: 10px;
  font-size: 12px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #2f3036;
  background: -webkit-gradient(linear, left top, right top, from(#edf0f9), to(#fff8f8));
  background: -webkit-linear-gradient(left, #edf0f9 0%, #fff8f8 100%);
  background: linear-gradient(to right, #edf0f9 0%, #fff8f8 100%);
  cursor: pointer;
}
.content-form-flush::after {
  content: url("../assets/images/clear.png");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  vertical-align: middle;
}
.content-form-direction-dropdown-flush::after {
  content: url("../assets/images/clear.png");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  vertical-align: middle;
}
.form-flush-block {
  position: absolute;
  right: -20px;
  top: -10px;
  display: none;
  cursor: pointer;
}
.content .content-form > .form-flush-block > img {
  position: absolute;
  right: 24px;
  height: 24px;
}
.content-form-direction {
  float: left;
}
.content-form-distance {
  float: right;
}
.content-form-part {
  width: 554px;
  padding-top: 25px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Montserrat Alternates", "Symbols", serif;
  letter-spacing: 0.1px;
  text-align: left;
  color: #bcc3cc;
}
.content-form-direction-region-select {
  padding: 11px 170px 11px 26px;
  overflow: hidden;
  font-size: 13px;
  font-family: 'Open Sans';
  letter-spacing: 0.4px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2f3036;
  background: url("../assets/images/arrow.png") 96% / 12px no-repeat #fff;
  cursor: pointer;
  border-bottom: 1px solid #f3f3f3;
}
.content-form-direction-region {
  position: relative;
  margin-bottom: 21px;
}
.content-form-direction-region > span {
  position: absolute;
  top: 14px;
  right: 110px;
  color: #71ce44;
}
.content-form-direction-region-select > img {
  float: right;
  width: 12px;
  height: 7px;
  margin-top: 6px;
}
.content-form-direction-dropdown {
  position: absolute;
  z-index: 10;
  display: none;
  width: 554px;
  /*min-height: 550px;*/
  margin-top: -15px;
  background-color: #fff;
}
.content-form-direction-dropdown-flush {
  position: absolute;
  right: 0;
  width: 167px;
  height: 42px;
  padding-left: 25px;
  border: 0;
  border-radius: 0 0 0 20px;
  margin-left: 408px;
  font-size: 12px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #2f3036;
  background-color: #fff8f8;
  cursor: pointer;
}
.dropdown-flush-block {
  display: none;
  cursor: pointer;
}
.dropdown-flush-block > img {
  position: absolute;
  z-index: 10;
  margin-top: 10px;
  margin-left: 510px;
}
.dropdown-content {
  width: 195px;
  /*min-height: 470px;*/
  padding: 40px;
  margin-top: -10px;
}
.content-form-direction-dropdown-left {
  float: left;
  border-right: solid 1px #f3f6f9;
}
.content-form-direction-dropdown-right {
  float: right;
}
.region-list {
  font-size: 17px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: 0.3px;
  text-align: left;
  color: #bcc3cc;
  margin-bottom: 10px !important;
}
.region-list > li {
  min-height: 30px;
  border-bottom: 2px solid transparent;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 13px;
  line-height: 2.29;
  font-family: 'Open Sans', serif;
  text-align: left;
  letter-spacing: 0.3px;
  white-space: nowrap;
  list-style-type: disc;
  color: #71ce44;
  cursor: pointer;
}
.region-list > li > span:hover {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  border-bottom: 2px solid #71ce44;
}
.region-list > li:first-child {
  margin-top: 18px;
}
.region-list > li > span {
  color: #2f3036;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.active-item {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  margin-left: 0 !important;
  line-height: 2.39 !important;
  list-style-type: none !important;
  background: #fafafa url("../assets/images/delete.png") no-repeat 93% 50%;
  background-color: #71ce44;
}
.active-item-select > span {
  margin-right: 15px;
  color: #fff !important;
}
.direction-type > div {
  position: absolute;
  visibility: hidden;
}
#regions {
  position: absolute;
  visibility: hidden;
}
.content-form-direction-type {
  margin-bottom: 14px;

}
.content-form-direction-type > ul {
  text-align: center;
  overflow: hidden;
}
.content-form-direction-type > ul li {
  position: relative;
  float: left;
  padding: 11px 0;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  margin-right: 3px;
}
.content-form-direction-type > ul li:last-child{
  margin-right: 0;
}
.content-form-direction-type-place > ul > li {
  width: 32.9%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-form-direction-type-house > ul > li {
  width: 24.52%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-form-direction-type > ul::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
}
.active-item-type {
  color: #fff !important;
  background-color: #71ce44 !important;
}
.content-form-distance-input {
  width: 490px;
  height: 37px;
  padding-right: 38px;
  padding-left: 26px;
  border: 1px solid transparent;
  margin-bottom: 22px;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
}
.content-form-distance-input:focus {
  border: 1px solid #71ce44;
  outline: #71ce44;
}
.content-form-distance-input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
}
.content-form-distance-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
}
.content-form-distance-input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
}
.content-form-distance-input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
}
.content-form-distance-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
}
.content-form-distance-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
}
.content-form-distance-input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
}
.content-form-distance-arrow {
  position: relative;
  right: 29px;
  bottom: 34px;
  float: right;
  cursor: pointer;
}
.content-form-distance-container {
  overflow: hidden;
}
.content-form-distance-container-area {
  float: left;
  width: 208px;
  /*margin-top: -12px;*/
  margin-right: 19px;
}
.content-form-distance-container-area > ul > li {
  display: inline-block;
  width: 49%;
}
.content-form-distance-container-area > ul > li > input {
  width: 100%;
  height: 41px;
  border: 1px solid transparent;
  margin-bottom: 14px;
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
  border-bottom: 1px solid #f3f3f3;
  padding: 1px 0 1px 40px;
  box-sizing: border-box;
}
.content-form-distance-container-area > ul > li > input:focus {
  border: 1px solid #71ce44;
  outline: #71ce44;
}
.content-form-distance-container-area > ul > li > input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-area > ul > li > input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-area > ul > li > input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-area > ul > li > input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-area > ul > li > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-area > ul > li > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-area > ul > li > input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.5px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-options > ul > li > input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-options > ul > li > input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-options > ul > li > input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-options > ul > li > input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-options > ul > li > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-options > ul > li > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-distance-container-options > ul > li > input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  letter-spacing: 0.5px;
  text-align: center;
  color: #b9bfc6;
}
.content-form-placeholder {
  position: relative;
}
.content-form-placeholder span {
  position: absolute;
  left: 14px;
  top: 11px;
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  font-weight: normal;
}
.content-form-distance-container-options {
  width: 100%;
  /*margin-top: -12px;*/
}
.content-form-distance-container-options > ul {
  padding: 0;
  margin: 0;
}
.content-form-distance-container-options > ul > li {
  display: inline-block;
  width: 29.1%;
}
.content-form-distance-container-options > ul > li > input {
  width: 100%;
  height: 41px;
  border: 1px solid transparent;
  margin-bottom: 14px;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
  border-bottom: 1px solid #f3f3f3;
  padding: 1px 0 1px 40px;
  box-sizing: border-box;
}
.content-form-distance-container-options > ul > li > input:focus {
  border: 1px solid #71ce44;
  outline: #71ce44;
}
.content-form-distance-container-options > ul > img {
  position: relative;
  right: 41px;
  width: 12px;
}
.content-form-distance-container-options-input {
  width: 100% !important;
  height: 41px;
  padding-right: 41px !important;
  padding-left: 26px !important;
  border: 0;
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  text-align: left !important;
  letter-spacing: 0.4px;
  color: #b9bfc6;
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background: url("../assets/images/arrow.png") 86% / 12px no-repeat #fff;
  border-bottom: 1px solid #f3f3f3;

}
.content-form-distance-container-options-input::-ms-expand {
  display: none;
}
.content-form-distance-container-options-input:focus {
  border: 1px solid #71ce44;
  outline: #71ce44;
  box-shadow: 0 0 2pt 1pt #71ce44;
}
.container {
  position: relative;
  display: block;
  width: 105px;
  padding-left: 35px;
  margin-left: 18px;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: -5px;
  width: 30px;
  height: 30px;
  border: solid 1px rgba(7, 27, 58, 0.03);
  border-radius: 50%;
  background-color: #fff;
}
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  border-radius: 50%;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
  top: 5px;
  left: 9px;
  width: 8px;
  height: 13px;
  border: solid #71ce44;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.options-checkbox {
  width: auto !important;
  padding: 0px 0 0 15px;
  vertical-align: middle;
}
.content-button {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.content-button > button {
  width: 230px;
  height: 56px;
  display: inline-block;
  padding-left: 0;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Montserrat Alternates', serif;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57aeff), to(#57c2ff));
  background: -webkit-linear-gradient(top, #57aeff 0, #57c2ff 100%);
  background: linear-gradient(to bottom, #57aeff 0, #57c2ff 100%);
  background-color: #57aeff;
  box-shadow: 0 23px 52px 0 rgba(0, 102, 255, 0.26);
  cursor: pointer;
}
.content-button > button.is-focus {
  -webkit-animation: form-focus 2s infinite ease-in-out;
          animation: form-focus 2s infinite ease-in-out;
}
.content-button > button::before {
  content: url(../assets/images/search.png);
  width: 29px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes form-focus {
  0% {
    box-shadow: 0 0 10px 2px #57b7ff;
    text-shadow: 0 0 3px hsla(0, 0%, 100%, .75);
  }
  50% {
    box-shadow: 0 0 0 0 #57b8ff;
    text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
  }
  100% {
    box-shadow: 0 0 10px 2px #58b3ff;
    text-shadow: 0 0 3px hsla(0, 0%, 100%, .75);
  }
}
@keyframes form-focus {
  0% {
    box-shadow: 0 0 10px 2px #57b7ff;
    text-shadow: 0 0 3px hsla(0, 0%, 100%, .75);
  }
  50% {
    box-shadow: 0 0 0 0 #57b8ff;
    text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
  }
  100% {
    box-shadow: 0 0 10px 2px #58b3ff;
    text-shadow: 0 0 3px hsla(0, 0%, 100%, .75);
  }
}
.content-button > label > img {
  position: relative;
  top: 12px;
  right: 175px;
}
.content-button > label {
  margin-right: -40px;
}
.content-found {
  width: 100%;
  height: 82px;
  margin: 90px 0 0px 0;
  text-align: center;
}
.content-found-house-image {
  display: inline-block;
  vertical-align: middle;
  width: 108px;
  height: 82px;
  color: #f3f6f9;
  background-image: url("/assets/images/houses.png");
}
.content-found-found {
  font-size: 22px;
  font-family: 'Open Sans', serif;
  color: #2f3036;
  display: inline-block;
  vertical-align: middle;
}
.content-found-quantity {
  font-weight: bold;
  font-size: 56px;
  font-family: CenturyGothic, serif;
  margin: 0 10px;
  color: #2f3036;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.content-found-underline {
  position: absolute;
  bottom: -11px;
  width: 104px;
  height: 21px;
  margin: auto;
  text-align: center;
  background-image: url(/assets/images/underline.png);
  display: inline-block;
  left: 50%;
  margin-left: -52px;
}
.content-found-what {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Open Sans', serif;
  color: #b9bfc6;
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  text-align: left;
}
.content-found-direct-image {
  position: relative;
  display: inline-block;
  content: url("/assets/images/direct-image.png");
  width: 30px;
  height: 35px;
  margin-right: 30px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.content-found-direct-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  text-align: left;
  font-size: 22px;
}
.content-found-direct-info span {
  font-weight: bold;
  font-size: 30px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -0.9px;
}
/**
*
*/
.map-size {
  width: 100%;
  height: 100%;
}
.content-map {
  position: relative;
  max-width: 1180px;
  height: 635px;
  border: 10px solid #fff;
  border-radius: 5px;
  margin-top: 50px;
  box-shadow: 0 1px 0 0 rgba(7, 27, 58, .04), 0 5px 62px -20px rgba(7, 27, 58, 0.16);
}
.content-map-data {
  position: absolute;
  top: 20px;
  right: 17px;
  display: none;
  width: 374px;
  height: 595px;
  border: solid 3px #fff;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}
.content-map-data-close {
  position: absolute;
  top: -19px;
  right: -15px;
  z-index: 9;
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  border: solid 5px #fff;
  border-radius: 50%;
  background-image: url(../assets/images/delete.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: #4e505d;
  cursor: pointer;
}
/**
*
*/
.content-map-data-image {
  border-radius: 5px;
  border-bottom-right-radius: 50% 35%;
  border-bottom-left-radius: 50% 35%;
  margin-bottom: 15px;
}
.content-map-data-type {
  font-weight: 300;
  font-size: 16px;
  font-family: 'Montserrat Alternates', serif;
  text-align: center;
  color: #2f3036;
}
.content-map-info {
  position: absolute;
  top: 100px;
  left: 100px;
  display: none;
  width: 285px;
  height: 83px;
  padding-left: 50px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
}
.content-map-data-options {
  text-align: left;
  margin-left: 30px;
}
.content-map-data-unit {
  width: 280px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.content-map-data-unit img {
  position: relative;
  float: left;
}
.content-map-data-profile-data {
  margin-left: 10px;
  float: left;
}
.content-map-data-profile-title {
  font-weight: bold;
  font-size: 13px;
  font-family: 'Montserrat', serif;
  text-align: left;
  color: #2f3036;
  line-height: 19px;
}
.content-map-data-profile-content {
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #a1a9b2;
}
/**
*
*/
.map-info-type {
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
}
.popup-tip-anchor {
  position: absolute;
  width: 200px;
  height: 0;
}
.popup-bubble-anchor {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
}
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.popup-bubble-content {
  position: absolute;
  top: 8px;
  left: 167px;
  width: 285px;
  height: 83px;
  padding-left: 50px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.map-info-name {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Montserrat Alternates', serif;
  text-align: left;
  color: #2f3036;
}
.content-map-options {
  margin-left: 30px;
}
.content-map-options > div {
  float: none !important;
}
.content-map-data-title {
  width: 220px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -0.7px;
  text-align: center;
  white-space: normal;
  color: #2f3036;
}
.content-map-data-price-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
}
.content-map-data-button {
  width: 284px;
  height: 50px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
}
.content-map-data-button:hover {
  color: #f7f9fb;
  background-color: #2f3036;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.content-map-data-number {
  font-weight: bold;
  font-size: 22px;
  font-family: CenturyGothic, serif;
  text-align: left;
  color: #2f3036;
  letter-spacing: 0.7px;
}
.content-map-data-number > span {
  font-family: 'PT Sans', serif;
  text-align: left;
}
.content-map-data-price-container {
  margin-top: 15px;
  text-align: left;
}
.content-list-title-image {
  width: 108px;
  height: 62px;
  margin-top: 85px;
  margin-left: -30px;
  background-image: url("../assets/images/titlehouse.png");
}
.map-data-number-font {
  font-weight: normal;
  font-size: 16px;
}
.content-map-data-prices {
  margin-left: 45px;
}
.content-title {
  font-weight: bold;
  font-size: 45px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -1.4px;
  text-align: left;
  color: #2f3036;
}
.title-position {
  position: relative;
  top: -29px;
  right: 0;
  margin: 0;
}
.content-title > span {
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
.content-list-items {
  margin-top: 30px;
}
.item-left-side {
  height: 100%;
  min-height: 344px;
  float: left;
}
.item-image {
  display: block;
  width: 450px;
  height: 382px;
  border-radius: 10px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
}
.item-progress-bar-container {
  width: 393px;
  padding: 26px 28px 0 28px;
  box-sizing: border-box;
}
.item-progress-bar-border {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #f7f9fb;
}
.item-progress-bar {
  height: 12px;
  border-radius: 6px;
  background-color: #58affe;
  background: #58affe;
  background: -webkit-linear-gradient(left, #58affe 1%, #58ccfe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #58affe), to(#58ccfe));
  background: linear-gradient(to right, #58affe 1%, #58ccfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58affe', endColorstr='#58ccfe', GradientType=1);
}
/**
*
*/
.content-list-item {
  display: block;
}
/**
*
*/
.content-all {
  margin-top: 50px;
  text-align: right;
}
.content-all-button {
  padding: 18px 42px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
  background-color: #71ce44;
}
.error-container {
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  line-height: 10px;
  font-family: 'Montserrat', serif;
  text-align: center;
  color: #ff4100;
}
.error-container > label {
  float: left;
  width: 100%;
  margin-top: -10px;
}
.filter-toggle {
  display: none;
  float: right;
  width: 25px;
  height: 25px;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-top: 30px;
  background-image: url(../assets/images/toggle-close.png);
  background-size: cover;
}
.content-button-mobile {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 100px) and (max-width: 779px) {
  .content-found-result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
  }

  .found {
    font-size: 16px;
  }

  .quantity {
    padding: 0;
    margin-left: 10px;
    font-size: 22px;
  }

  .what-found {
    font-size: 16px;
    white-space: nowrap;
  }

  .direct {
    width: 100%;
  }

  .direct-info {
    font-size: 16px;
  }

  .direct > div > span {
    font-size: 22px;
  }

  .content-found-houses {
    display: none;
  }

  .direct-image {
    display: none;
  }

  .quantity-underline {
    display: none;
  }

  .found-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 100px) and (max-width: 474px) {
  .item-profile-content {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .content-map-data-close {
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
.content-form-direction-dropdown.hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suburban-items{
  padding-top: 50px;
}
.suburban-item-map-content {

}
.suburban-item-map-title {
  font-weight: bold;
  font-size: 35px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
}
.suburban-item-map-title span {
  font-weight: 300;
}
.suburban-item-map-seller {
  font-size: 14px;
  font-family: 'Open Sans', serif;
  color: #a1a9b2;
  padding: 5px 0 0 0;
}
.suburban-item-map-seller-title, .suburban-item-map-seller-image, .suburban-item-map-seller-name {
  display: inline-block;
  vertical-align: middle;
}
.suburban-item-map-seller-phone {
  border-bottom: 1px dashed;
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
  font-family: CenturyGothic, serif;
  color: #67b6ff;
}
.suburban-item-map-content {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 344px;
  border-radius: 10px;
  margin-top: 30px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
  overflow: hidden;
  margin-bottom: 50px;
}
.suburban-item-map-side {
  min-height: 475px;
  width: 450px;
  float: left;
  height: 100%;
}
.suburban-item-map-data {
  width: calc(100% - 790px);
  padding: 50px 35px 20px 45px;
  margin: 0;
  position: relative;
  min-height: 405px;
  border-left: 1px solid #f3f6f9;
  float: left;
}
.suburban-item-map-image {
  width: 100%;
  height: 370px;
  display: block;
  background-size: cover;
  background-position: center;
}
.suburban-item-map-bar-container {
  padding: 40px 28px 0 28px;
  width: 100%;
  box-sizing: border-box;
}
.suburban-item-map-bar-border {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #f7f9fb;
}
.suburban-item-map-sell-quantity {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #a1a9b2;
  line-height: normal;
  margin: 7px 0 0px;
}
.suburban-item-map-bar {
  height: 12px;
  border-radius: 6px;
  background-color: #58affe;
  background: #58affe;
  background: -webkit-linear-gradient(left, #58affe 1%, #58ccfe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #58affe), to(#58ccfe));
  background: linear-gradient(to right, #58affe 1%, #58ccfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58affe', endColorstr='#58ccfe', GradientType=1);
}
.suburban-item-map-right {
  padding: 5px 5px 5px 0;
  box-sizing: border-box;
  min-height: 481px;
  position: relative;
  float: right;
  width: 255px;
}
.suburban-item-map-right-map {
  margin: 0;
  width: 100%;
  border: 0;
  border-radius:  0 10px 10px 0;
  box-sizing: border-box;
  height: 100%;
  min-height: 471px;
}
.suburban-item-map-right-map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(232, 232, 232, 0.36078);
  z-index: 90;
  left: 0;
  top: 0;
}
.suburban-item-map-right-footer {
  position: absolute;
  left: 15px;
  right: 9px;
  bottom: 35px;
  z-index: 999;
}
.suburban-item-map-right-button {
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  cursor: pointer;
  padding: 18px 45px;
  background-color: #fff;
}
.suburban-item-map-profile {
  overflow: hidden;
}
.suburban-item-map-profile-unit {
  width: 280px;
  white-space: nowrap;
  float: left;
  margin-top: 15px;
}
.suburban-item-map-profile-unit:first-child {
  margin-top: 15px;
}
.suburban-item-map-profile-image {
  position: relative;
  float: left;
  width: 28px;
  padding-top: 4px;
  text-align: center;
}
.suburban-item-map-profile-data {
  margin-left: 10px;
  float: left;
}
.suburban-item-map-profile-title {
  font-weight: bold;
  font-size: 13px;
  font-family: 'Montserrat', serif;
  color: #2f3036;
  line-height: 19px;
}
.suburban-item-map-profile-content {
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Open Sans', serif;
  color: #a1a9b2;
}
.suburban-item-map-content-description {
  position: relative;
  left: 2px;
  font-size: 12px;
  line-height: 1.67;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  white-space: normal;
  color: #6e7b89;
  width: auto;
  margin: 0;
}
.suburban-item-map .item-right-side-prices {
  box-sizing: border-box;
}
.suburban-item-map .item-right-side-prices > div:last-child {
  display: block;
  padding-left: 0;
  margin-top: 17px;
}
.suburban-item-map-data-prices {
  position: relative;
  margin-top: 28px;
  white-space: nowrap;
  overflow: hidden;
}
.suburban-item-map-data-price {
  float: left;
  margin: 0 15px 15px 0;
}
.suburban-item-map-data-price:last-child {
  border-right: 0;
}
.suburban-item-map-data-price-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  color: #2f3036;
}
.suburban-item-map-data-price-price {
  font-size: 16px;
  font-family: CenturyGothic, "Symbols", serif;
  color: #2f3036;
}
/*
.suburban-item-map .item-profile-unit {
  margin-top: 15px;
}

.suburban-item-map .item-profile-unit:first-child {
  margin-top: 35px;
}

.suburban-item-map .item-right-side-prices-house {
  border-right: 0 !important;
}
*/
/*
.township-item {
  height: 500px;
  display: flex !important;
  flex-flow: column wrap;
  min-height: auto;
}


.suburban-item-map .item-progress-bar-container {
  padding: 40px 28px 0 28px;
  width: 100%;
}

.house-project-container .township-bar-container {
  padding: 40px 0 0;
  border: 0;
  width: 100%;
}


.township-last-side {
  position: relative;
  float: right;
  width: 255px;
  min-height: 491px;
}

.township-footer {
  position: absolute;
  left: 15px;
  bottom: 40px;
  z-index: 999;
}

.township-footer-button {
  padding: 18px 45px;
}

.township-footer-button:hover {
  color: #f7f9fb;
  background-color: #2f3036;
}

.suburban-item-map .item-right-side-title {
  margin-top: 60px;
}

.ts-map {
  width: 245px;
  min-height: 471px;
  border: solid 6px #fff;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
}

.township-profile {
  width: 500px;
  box-sizing: border-box;
  padding-left: 60px;
}

.township-image {
  width: 450px;
  height: 382px;
  background-position: center;
  background-repeat: no-repeat;
}*/
@media (max-width: 1259px) and (min-width: 1010px) {

  .suburban-item-map-side {
    width: 360px;
  }

  .suburban-item-map-data {
    width: calc(100% - 700px);
    padding: 50px 35px 20px 45px;
    margin: 0;
    height: 415px;
  }

  .suburban-item-map-profile-unit {
    width: 270px;
  }
}
@media (max-width: 1009px) and (min-width: 595px) {

  .suburban-item-map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .suburban-item-map-side {
    min-height: 465px;
    width: 250px;
    padding: 5px;
    min-height: auto;
    height: auto;
  }

  .suburban-item-map-image {
    width: 100%;
    height: 50%;
    display: block;
    background-size: cover;
    background-position: center;
  }

  /*.suburban-item-map .item-image {
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 10px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
  }*/
  .suburban-item-map-data {
    width: calc(100% - 342px);
    border: 0;
    height: auto;
    min-height: auto;
    position: static;
    padding: 40px 35px 120px 35px;
  }

  .suburban-item-map-profile-unit {
    width: 255px;
  }

  .suburban-item-map-profile-unit:first-child {
    margin-top: 15px;
  }

  .suburban-item-map .item-footer-button {
    background-color: #f7f9fb;
    position: absolute;
    right: 15px;
    bottom: -18px;
  }

  .suburban-item-map .item-right-side-prices {
    margin-bottom: 20px;
  }

  .suburban-item-map .price-number {
    font-size: 22px;
    font-weight: bold;
  }

  .suburban-item-map-bar-container {
    padding: 40px 28px 0 28px;
    width: calc(100% - 528px);
    position: absolute;
    left: 280px;
    bottom: 35px;
  }

  .suburban-item-map-right {
    position: static;
    border-radius: 0;
    height: auto;
    min-height: auto;
    padding: 0;
    width: 0;
    min-width: 0;
  }

  .suburban-item-map-right-map {
    position: absolute;
    left: 5px;
    top: calc(50% + 5px);
    width: 250px;
    min-height: auto;
    height: calc(50% - 10px);
    border-radius: 0;
  }
  .suburban-item-map-right-button {
    background-color: #f7f9fb;
    position: absolute;
    right: 15px;
    bottom: -18px;
  }
}
@media (max-width: 594px) and (min-width: 100px) {


  .suburban-item-map-side {
    min-height: auto;
    height: auto;
    width: 100%;
  }

  .suburban-item-map-image {
    width: 100%;
    height: 120px;
    display: block;
    background-size: cover;
    background-position: center;
  }

  .suburban-item-map-data {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    display: block;
    padding-bottom: 280px;
  }

  .suburban-item-map-right {
    position: static;
    min-height: 0px;
    height: 0;
  }

  .suburban-item-map-right-map {
    position: absolute;
    height: 200px;
    min-height: 200px;
    width: auto;
    border-radius: 0;
    bottom: 5px;
    right: 5px;
    left: 5px;
  }

  .suburban-item-map-right-footer {
    position: absolute;
    right: 0;
    bottom: 90px;
    left: 0;
  }

  .suburban-item-map-right-button {
    position: absolute;
    left: 35px;
    right: 35px;
  }

  .suburban-item-map-profile {
    margin: 20px auto auto;
    width: 230px;
  }

  .suburban-item-map-profile-title {
    text-align: left;
  }

  .suburban-item-map-profile-content {
    width: auto !important;
    white-space: normal;
    text-align: left;
  }

  .suburban-item-map-bar-container {
    padding: 20px 28px 20px 28px;
    width: 100%;
    position: absolute;
    bottom: 205px;
  }

  .suburban-item-map-content-description {
    width: 285px;
    margin: 20px auto auto;
    text-align: center;
  }

  .suburban-item-map-data-price{
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
}
.suburban-item, .suburban-item * {
  box-sizing: border-box;
}
.suburban-item {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 344px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
  overflow: hidden;
  margin-bottom: 30px;
}
.suburban-item-side {
  height: 100%;
  min-height: 344px;
  float: left;
}
.suburban-item-image {
  display: block;
  width: 450px;
  height: 382px;
  border-radius: 10px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
}
.suburban-item-progress-bar-container {
  width: 393px;
  padding: 26px 28px 0 28px;
  box-sizing: border-box;
}
.suburban-item-progress-bar {
  height: 12px;
  border-radius: 6px;
  background-color: #58affe;
  background: #58affe;
  background: -webkit-linear-gradient(left, #58affe 1%, #58ccfe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #58affe), to(#58ccfe));
  background: linear-gradient(to right, #58affe 1%, #58ccfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58affe', endColorstr='#58ccfe', GradientType=1);
}
.suburban-item-progress-bar-border {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #f7f9fb;
}
.suburban-item-sell-quantity {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #a1a9b2;
  line-height: normal;
  margin: 7px 0 0px;
}
.suburban-item-content {
  position: relative;
  width: 750px;
  min-height: 465px;
  padding-bottom: 80px;
  padding-top: 45px;
  padding-left: 50px;
  border-left: 1px solid #f3f6f9;
  float: left;
}
.suburban-item-content-title {
  font-weight: bold;
  font-size: 35px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
}
.suburban-item-content-title span {
  font-weight: 300;
}
.suburban-item-content-seller {
  margin: auto;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  color: #a1a9b2;
  padding: 5px 0 0 0;
}
.suburban-item-content-seller-image {
  margin: 0 5px;
}
.suburban-item-content-seller-phone {
  position: relative;
  display: inline-block;
  border-bottom: 1px dashed;
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
  font-family: CenturyGothic, serif;
  color: #67b6ff;
}
.suburban-item-content-description {
  position: relative;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.67;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #6e7b89;
}
.suburban-item-content-prices {
  position: relative;
  margin-top: 28px;
}
.suburban-item-content-price {
  display: inline-block;
  padding-right: 24px;
  border-right: 1px solid #e8eaf5;
}
.suburban-item-content-price:last-child {
  border-right: 0;
}
.suburban-item-content-price-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
}
.suburban-item-content-price-number {
  font-size: 16px;
  font-family: CenturyGothic, "Symbols", serif;
  letter-spacing: 0.5px;
  text-align: left;
  color: #2f3036;
}
.suburban-item-content-price-line {
  font-weight: bold;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #bcc1c8;
}
.suburban-item-content-profile-row {
  overflow: hidden;
}
.suburban-item-content-profile-unit {
  width: 280px;
  margin-top: 30px;
  float: left;
  overflow: hidden;
}
.suburban-item-content-profile-image {
  position: relative;
  width: 30px;
  float: left;
  text-align: center;
}
.suburban-item-content-profile-data {
  margin-left: 10px;
  float: left;
}
.suburban-item-content-profile-title {
  font-weight: bold;
  font-size: 13px;
  font-family: 'Montserrat', serif;
  text-align: left;
  color: #2f3036;
  line-height: 19px;
}
.suburban-item-content-profile-content {
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #a1a9b2;
}
.suburban-item-content-footer {
  position: absolute;
  right: 9px;
  bottom: 27px;
  z-index: 91;
}
.suburban-item-content-footer-button {
  padding: 18px 31px;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
  cursor: pointer;
}
@media (max-width: 1259px) and (min-width: 1010px) {
  .suburban-item-content {
    width: calc(100% - 350px);
    padding-left: 40px;
  }

  .suburban-item-image {
    width: 350px;
  }

  .suburban-item-progress-bar-container {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1009px) and (min-width: 595px) {
  .suburban-item-side {
    min-height: auto;
  }

  .suburban-item-image {
    width: 160px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .suburban-item-content-header {
    border-bottom: 1px solid #f0f2f5;
    padding: 30px 0 20px 160px;
  }

  .suburban-item-progress-bar-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f3f6f8;
    padding: 24px 28px 15px 28px;
  }

  .suburban-item-progress-bar-border {
    width: calc(100% - 200px);
  }

  .suburban-item-content {
    position: static;
    position: initial;
    width: 93%;
    padding: 0 35px 110px 35px;
    margin: 0;
    max-width: none;
  }

  .suburban-item-content-profile-unit {
    width: 248px;
  }

  .suburban-item-content-profile-data {
    width: calc(100% - 40px);
  }

  .suburban-item-content-seller span:first-child {
    display: none;
  }
}
@media (max-width: 594px) and (min-width: 100px) {
  .suburban-item-side {
    min-height: auto;
    height: 120px;
    width: 100%;
  }

  .suburban-item-image {
    width: 100%;
    height: 120px;
    margin: auto;
    background-size: cover;
  }

  .suburban-item-progress-bar-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
  }

  .suburban-item-content {
    display: block;
    padding: 0 25px 155px;
    margin: auto;
    text-align: center;
    max-width: none;
    width: 100%;
  }

  .suburban-item-content-header {
    text-align: center;
  }

  .suburban-item-content-description {
    text-align: center;
  }

  .suburban-item-content-title {
    font-size: 28px;
    padding-top: 25px;
  }

  .suburban-item-content-footer {
    position: absolute;
    right: 0;
    bottom: 95px;
    left: 0;
  }

  .suburban-item-content-profile-unit {
    margin-top: 25px;
  }

  .suburban-item-content-profile {
    width: 260px;
    margin: 0 auto;
  }

  .suburban-item-content-price {
    border: 0;
  }

  .suburban-item-content-price + .suburban-item-content-price {
    margin-top: 15px;
  }
}
.footer {
  position: absolute;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background-color: #fff;
  padding-bottom: 50px;
}
.footer-content {
  max-width: 1200px;
  margin: 45px auto 0;
  white-space: nowrap;
}
.footer-content > div {
  display: inline-block;
  vertical-align: top;
}
.footer-logo {
  width: 318px;
  height: 62px;
  background-image: url("../assets/images/logo.png");
}
.footer-logo-title-container {
  margin-left: 13px;
}
.footer-logo-container {
  white-space: nowrap;
}
.footer-logo-container > div {
  display: inline-block;
  vertical-align: middle;
}
.footer-logo-title {
  font-weight: bold;
  font-size: 28px;
  font-family: CenturyGothic, serif;
  letter-spacing: -0.8px;
  text-align: left;
  color: #2f3036;

}
.footer-logo-subtitle {
  font-weight: 300;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #bac6cc;
  letter-spacing: 1px;
}
.footer-links-title {
  font-weight: bold;
  font-size: 16px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.3px;
  text-align: left;
  color: #2f3036;
}
.footer-links-container {
  margin-top: 14px;
  margin-left: 73px;
}
.footer-links {
  margin-top: 20px;
}
.footer-links > a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.3px;
  text-align: left;
  color: #6e7b89;

}
.footer-link-item {
  float: left;
  margin-left: 45px;
}
.footer-link-item::after {
  content: "";
  clear: both;
}
.footer-contacts {
  float: right;
  margin-top: 14px;
}
.contacts-phone {
  font-weight: bold;
  font-size: 24px;
  font-family: CenturyGothic, serif;
  letter-spacing: 0.5px;
  text-align: right;
  color: #2f3036;
}
.contacts-phone > span {
  font-weight: normal;

}
.contacts-support {
  margin-top: 27px;
}
.contacts-support-title {
  font-size: 14px;
  line-height: 1.86;
  font-family: 'Open Sans', serif;
  text-align: right;
  color: #6e7b89;
}
.contacts-support-email {
  font-weight: bold;
  font-size: 20px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  text-align: right;
  color: #2f3036;
}
.contacts-support-email > span {
  color: #58bffe;
}
.contacts-dev {
  margin-top: 30px;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  text-align: right;
  color: #6e7b89;
}
.contacts-dev > a {
  color: #58bffe;
}
@media (min-width: 1010px) and (max-width: 1259px) {
  .footer-content {
    padding: 0 30px 0 30px;
  }

  .footer-link-item {
    width: 150px;
    white-space: normal;
  }
}
@media (min-width: 1010px) and (max-width: 1259px) and (min-width: 1010px) and (max-width: 1109px) {
    .footer-links-container {
      margin-left: 0;
    }

    .footer-link-item:first-child {
      margin-left: 24px;
    }
  }
@media (min-width: 595px) and (max-width: 1009px) {
  .footer {
    text-align: center;
  }

  .footer-content {
    /* display: flex;
     flex-flow: row wrap;
     justify-content: center;*/
    white-space: normal;
  }

  .footer-links-container {
    margin: 25px 0 15px;
  }

  .footer-logo-container {
    width: 100%;
    text-align: center;
  }

  .footer-links-container > div {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
  }

  .footer-content > div {
    float: none;
  }

  .footer-links-container > div:first-child {
    border-right: 1px solid #f0f2f5;
  }

  .footer-links {
    margin-top: 10px;
  }

  .footer-links-container {
    /*display: flex !important;
    justify-content: center;*/
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .contacts-support {
    margin-top: 10px;
  }

  .footer-link-item {
    float: unset;
    width: 295px;
    margin-left: 45px;
    text-align: center;
  }

  .footer-links > a {
    text-align: center;
  }

  .footer-contacts > div {
    text-align: center;
  }

  .contacts-support > div {
    text-align: center;
  }

}
@media (min-width: 100px) and (max-width: 594px) {
  .footer-content {
    display: block;
    white-space: normal;
  }

  .footer-links-container {
    margin-left: 0;
  }

  .footer-logo-container {
    width: 100%;
    text-align: center;
  }

  .footer-links-container > div {
    display: inline-block;
    margin: 0;
  }

  .footer-links-container {
    /* display: flex !important;
     justify-content: center;*/
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .footer-links {
    margin-top: 10px;
  }

  .footer-link-item {
    float: unset;
    width: 330px;
    margin-left: 45px;
    text-align: center;
  }

  .footer-links > a {
    text-align: center;
  }

  .footer-contacts > div {
    text-align: center;
  }

  .contacts-support > div {
    text-align: center;
  }

  .footer-content > div {
    /*flex-flow: row wrap;*/
    float: none;
  }

  .contacts-support{
    margin-top: 10px;
  }

  .footer-logo {
    width: 221px;
    height: 117px;
    background-image: url("../assets/images/logo2.png");
  }

  .footer-links-container > div {
    margin: 20px 0 0;
  }

  .footer {
    padding-bottom: 50px;
    text-align: center;
  }

}
/*@import "partials/house-project.css";*/
.ts-page-data {
  margin-left: 40px;
}
.ts-page-short-description {
  font-size: 12px;
  line-height: 1.67;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  white-space: normal;
  color: #6e7b89;
}
.ts-page-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
}
.ts-page-number {
  font-size: 40px;
  font-family: CenturyGothic, "Symbols", serif;
  letter-spacing: 1.2px;
  text-align: left;
  color: #2f3036;
}
.ts-page-line {
  margin-top: 5px;
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #bcc1c8;
}
.ts-page-cost {
  margin-top: 36px;
}
.ts-page-message {
  width: 300px;
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  white-space: normal;
  color: #a1a9b2;
}
.ts-page-profile {
  width: 610px;
}
.ts-page-profile > div {
  margin-top: 25px;
}
.ts-page-panorama {
  float: left;
  width: 610px;
  height: 180px;
  margin-top: 40px;
  background-image: url("../assets/images/panoram.png");
}
.ts-page-panorama-title {
  width: 275px;
  padding-top: 42px;
  padding-left: 60px;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -0.8px;
  text-align: left;
  white-space: normal;
  color: #2f3036;
}
.ts-page-panorama-title > span {
  font-size: 25px;
  line-height: 28px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -0.8px;
  text-align: left;
  color: #2f3036;
}
.ts-page-container {
  min-height: 500px;
  padding-bottom: 38px;
}
.ts-page-bar-container {
  padding: 0;
  border: 0;
  margin-top: 30px;
}
.ts-page-bar-border {
  width: 470px;
}
.ts-page-choice-title {
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -1px;
  text-align: left;
  color: #2f3036;
}
.ts-page-content-form {
  height: 240px;
  border-radius: 5px;
  margin-top: 40px;
}
.ts-page-queues {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.ts-page-queue {
  float: left;
  width: 33%;
  height: 58px;
  font-size: 15px;
  line-height: 56px;
  font-family: 'Open Sans', serif;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(7, 27, 58, 0.04);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
}
.ts-page-queue:hover {
  /*border: 1px solid #71ce44;*/
}
.ts-page-queue:last-child {
  margin-right: 0;
}
.ts-page-queue > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Open Sans', serif;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #a3eb63;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.active-queue {
  color: #fff;
  background-color: #71ce44;
  box-shadow: 0 20px 25px -10px rgba(129, 226, 82, 0.51);
}
.active-queue > span {
  color: #2f3036;
  background-color: #fff;
}
.active-queue::after {
  content: '';
  position: relative;
  right: 50px;
  bottom: -36px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #71ce44;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.97);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.97);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.page-plans-map-inf {
  width: 244px;
  border: 0;
  border-radius: 10px 10px 10px 0;
  background-color: #fff;
  padding-bottom: 15px;
  position: relative;
}
.page-plans-map-inf::after {
  content: '';
  position: absolute;
  left: 0px;
  top: -9px;
  display: inline-block;
  border: 20px solid transparent;
  border-left: 25px solid white;
}
.plans-map-inf-top {
  padding-top: 15px;
  padding-left: 23px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f2f4;
}
.map-inf-number {
  font-size: 14px;
  line-height: 1.21;
  font-family: 'Montserrat';
  letter-spacing: 0.3px;
  color: #2f3036;
}
.map-inf-number > span {
  font-weight: 600;
  font-family: 'PT Sans', "Symbols", serif;
}
.map-inf-price {
  font-weight: bold;
  font-size: 19.5px;
  font-family: 'Open Sans', "Symbols", serif;
  text-align: left;
  color: #2f3036;
}
.map-inf-status span {
  border-radius: 11px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  background-color: #eef3f8;
  display: inline-block;
  padding: 0 15px;
  color: #000;
}
.map-inf-area-container {
  white-space: nowrap;
}
.map-inf-area-container > div {
  display: inline-block;
  vertical-align: middle;
}
.map-inf-area-image {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background-image: url("../assets/images/item/area.png");
  background-size: cover;
}
.map-inf-area-title {
  font-size: 12px;
  font-family: 'Montserrat', serif;
  text-align: left;
}
.map-inf-area-value {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #2f3036;
  font-weight: 600;
}
.plans-map-inf-bottom {
  padding-left: 23px;
  margin-top: 10px;
}
.map-inf-button {
  width: 139px;
  height: 22px;
  border-radius: 11px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  background-color: #ff788e;
}
.plans-place {
  background-image: url("../assets/images/item/square.png");
}
.plans-item-profile-container > div {
  display: inline-block;
}
.plans-item-profile-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
}
.plans-item-profile-value {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #a1a9b2;
}
.marker-blue::before {
  background-color: #57c1ff;
}
.marker-yellow::before {
  background-color: #ffd43d;
}
.marker-grey::before {
  background-color: #c9d0d8;
}
.marker-red::before {
  background-color: #ff788e;
}
.marker-whitegrey::before {
  background-color: #eef3f8;
}
.ts-page-description {
  font-size: 14px;
  line-height: 1.86;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.3px;
  text-align: left;
  color: #6e7b89;
}
.ts-page-description > span {
  font-weight: 600;
  font-size: 24px;
  line-height: 6.33;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -0.7px;
  text-align: left;
  color: #2f3036;
}
.sort-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: 0.1px;
  text-align: left;
  color: #bcc3cc;
}
.sort-by {
  width: 200px;
  height: 34px;
  padding-left: 15px;
  border: 0;
  margin-left: 20px;
  font-size: 13px;
  line-height: 34px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #b9bfc6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../assets/images/arrow.png") 87% / 12px no-repeat #fff !important;
  box-shadow: 0px 1px 0 0 rgba(7, 27, 58, 0.04);
  cursor: pointer;
}
.sort-by::-ms-expand {
  display: none;
}
@media screen and (min-width: 0
) {
  .sort-by {
    padding: 5px;
    background: none;
  }
}
.ts-page-table-sort > div {
  display: inline-block;
}
.ts-page-table-sort {
  white-space: nowrap;
}
.ts-page-table {
  width: 100%;
  border-spacing: 0;
  margin-top: 40px;
}
.sdggsd {
  margin-bottom: 50px !important;
}
.ts-page-table > tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.ts-page-table > thead > tr > th {
  font-weight: bold;
  font-size: 11px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: bottom;
  color: #bcc3cc;
}
.ts-page-table > tbody > tr > td {
  height: 35px;
  border-bottom: 5px solid #f7f9fb;
  border-left: 1px solid #f7f9fb;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 1px 0 0 rgba(7, 27, 58, 0.04);
}
.table-font {
  padding-left: 20px;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.3px;
  text-align: left;
  color: #6e7b89;
}
.ts-page-table-id {
  border-radius: 5px 0 0 5px;
  width: 70px;
}
.ts-page-table-id > div {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  font-family: CenturyGothic, serif;
  text-align: center;
  color: #fff;
  cursor: help;
}
.ts-page-table-area-house {
  text-align: left !important;
}
.ts-page-table-show-inf {
  border: 0 !important;
  border-bottom: 5px solid #f7f9fb !important;
  width: 195px;
}
.show-inf-button {
  width: 193px;
  height: 35px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 35px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
  cursor: pointer;
}
.ts-page-valute {
  font-size: 40px;
  font-family: 'PT Sans', serif;
  text-align: left;
  color: #2f3036;
}
.ts-options {
  margin-top: 0;
}
.ts-page-house-area {
  margin-top: -5px;
}
.arrow-queue {
  width: 12px;
  height: 7px;
  background-image: url("../assets/images/arrow.png");
  background-size: cover;
}
.queue-container {
  position: relative;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.queue-container.is-active{
  display: block;
}
.queue-container-image {
  max-width: 835px;
}
.above-queues {
  width: 100%;
  height: 100%;
}
.item-image-container {
  position: relative;
  width: 214px;
  height: 135px;
  margin: auto;
}
.plans-item-container {
  display: none;
}
.ts-page-table-type {
  /**/
}
.ts-page-table-type span {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.status-color-1 {
  background-color: #57c1ff !important;
  color: #fff !important;
}
.ts-page-plans-map .status-color-1, .ya-mark.status-color-1{
  background-color: #25afff !important;
}
.status-color-2 {
  background-color: #ffd43d !important;
  color: #fff !important;
}
.status-color-3 {
  background-color: #c9d0d8 !important;
  color: #fff !important;
}
.status-color-4 {
  background-color: #ff788e !important;
  color: #fff !important;
}
.ts-page-plans-map .status-color-4 {
  background-color: #f9546f !important;
}
/**
*
*/
.suburban-header-container * {
  box-sizing: border-box;
}
.suburban-header-container {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
  border-radius: 10px;
  margin-top: 35px;
  background-color: #fff;
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
  overflow: hidden;
  padding-bottom: 38px;
}
.suburban-header-images {
  width: 470px;
  white-space: nowrap;
  float: left;
}
.suburban-header-hide-images{
  display: none;
}
.suburban-header-main-image {
  overflow: hidden;
}
.suburban-header-main-image img {
  width: 100%;
}
.suburban-header-images-container {
  width: 365px;
  padding-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.suburban-header-images-container img {
  display: inline-block;
  width: 102px;
  height: 76px;
  margin-top: 20px;
  margin-right: 18px;
  margin-bottom: 6px;
  vertical-align: top;
  cursor: pointer;
}
.house-project-active {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #58b8fe;
}
.suburban-header-data {
  padding: 0 40px;
  float: left;
  width: calc(100% - 470px);
}
.suburban-header-description {
  font-size: 12px;
  line-height: 1.67;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  white-space: normal;
  color: #6e7b89;
}
.suburban-header-cost {
  margin-top: 25px;
}
.suburban-header-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  color: #2f3036;
}
.suburban-header-number {
  font-size: 40px;
  font-family: CenturyGothic, "Symbols", serif;
  color: #2f3036;
}
.suburban-header-message {
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  white-space: normal;
  color: #a1a9b2;
}
.suburban-header-profile-unit {
  width: 280px;
  white-space: nowrap;
  float: left;
  margin-top: 25px;
}
.suburban-header-profile-unit > img {
  position: relative;
  float: left;
  margin: 5px 5px 0 0;
}
.suburban-header-profile-unit > img.mod-circle {
  margin-left: -2px;
}
.suburban-header-profile-data {
  margin-left: 10px;
  float: left;
}
.suburban-header-profile-title {
  font-weight: bold;
  font-size: 13px;
  font-family: 'Montserrat', serif;
  text-align: left;
  color: #2f3036;
  line-height: 19px;
}
.suburban-header-profile-content {
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #a1a9b2;
}
.suburban-header-panorama {
  float: left;
  width: 100%;
  height: 180px;
  margin-top: 40px;
  background-image: url(/assets/images/panoram.png);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.suburban-header-panorama-title {
  width: 275px;
  padding-top: 42px;
  padding-left: 60px;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -0.8px;
  text-align: left;
  white-space: normal;
  color: #2f3036;
}
.suburban-header-panorama-title > span {
  font-size: 25px;
  line-height: 28px;
  font-family: 'Montserrat Alternates', serif;
  text-align: left;
  color: #2f3036;
  font-weight: normal;
}
.suburban-header-progress-container {
  padding: 26px 0px 0px 0;
  box-sizing: border-box;
}
.suburban-header-progress-border {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #f7f9fb;
}
.suburban-header-progress-bar {
  height: 12px;
  border-radius: 6px;
  background-color: #58affe;
  background: #58affe;
  background: -webkit-linear-gradient(left, #58affe 1%, #58ccfe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #58affe), to(#58ccfe));
  background: linear-gradient(to right, #58affe 1%, #58ccfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58affe', endColorstr='#58ccfe', GradientType=1);
}
.suburban-header-progress-sell-quantity {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #a1a9b2;
  line-height: normal;
  margin: 7px 0 0px;
}
/*.modal-window {
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 99999999;
  width: 505px;
  min-height: 500px;
  padding-bottom: 20px;
  border: solid 10px #fff;
  border-radius: 5px;
  background-color: #f9fbfc;
  transform: translate(-50%, -50%);
}*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10002;
  background-color: rgba(91, 94, 108, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
}
.modal-container {
  background-color: #f9fbfc;
  margin: 100px auto 20px;
  position: relative;
  border-radius: 7px;
  max-width: 100%;
}
.modal-close {
  position: absolute;
  top: -19px;
  right: -15px;
  z-index: 9;
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  border: solid 5px #fff;
  border-radius: 50%;
  background-image: url(../assets/images/delete.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: #4e505d;
  cursor: pointer;
}
.modal-content {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 5px;
}
.modal-window-nav {
  border-bottom: 1px solid #87df2d;
  white-space: nowrap;
  background: #fff;
  overflow: hidden;
}
.modal-window-nav-item {
  float: left;
  width: 32.2%;
  height: 55px;
  border-right: 1px solid #f1f6f8;
  border-bottom: 2px solid transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding-top: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-window-nav-item.active-nav {
  border-bottom: 2px solid #87df2d !important;
}
.modal-window-nav-item:last-child {
  border-right: 0;
}
.window-nav-call-img {
  width: 13px;
  height: 23px;
  background-image: url("../assets/images/phone.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.window-nav-message-img {
  width: 30px;
  height: 23px;
  background-image: url("../assets/images/message.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.window-nav-discount-img {
  width: 30px;
  height: 23px;
  background-image: url("../assets/images/discount.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.window-nav-call-title {
  font-size: 13px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #2f3036;
  display: inline-block;
  vertical-align: middle;
}
.modal-window-title {
  width: 370px;
  margin: 40px auto;
  font-weight: 800;
  font-size: 28px;
  font-family: 'Montserrat Alternates', serif;
  text-align: center;
  letter-spacing: -0.8px;
  color: #2f3036;
}
.modal-window-data {
  display: block;
  width: 285px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 30px;
}
.modal-window-container {
  display: none;
}
.modal-window-container.is-active {
  display: block;
}
.radio-buttons-container {
  margin-top: 50px;
}
.radio-buttons-container > label {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
}
/* The container */
.modal-radio-container {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* Hide the browser's default radio button */
.modal-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.modal-radio {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.modal-radio::after {
  content: "";
  position: absolute;
  display: none;
}
.modal-radio-container input:checked ~ .modal-radio::after {
  display: block;
}
.modal-radio-container .modal-radio::after {
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #71ce44;
}
.modal-phone {
  margin-top: 30px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: 0.1px;
  text-align: left;
  color: #bcc3cc;
}
.modal-phone-input {
  width: 283px;
  height: 44px;
  border: solid 1px transparent;
  margin-top: 10px;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.5px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  border: 1px solid #f0f2f4;
}
.modal-phone-input:focus {
  border: 1px solid #71ce44;
  outline: #71ce44;
}
.modal-phone-textarea {
  height: 98px;
  resize: none;
}
.modal-window-data-submit {
  width: 285px;
  height: 50px;
  border: 0;
  border-radius: 2px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
  background-color: #71ce44;
  cursor: pointer;
}
.modal-check-container input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.modal-checkmark {
  position: absolute;
  top: 3px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: solid 1px rgba(7, 27, 58, 0.09);
  background-color: #fff;
}
.modal-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.modal-check-container input:checked ~ .modal-checkmark:after {
  display: block;
}
.modal-check-container .modal-checkmark::after {
  top: 0;
  left: 5px;
  width: 8px;
  height: 13px;
  border: solid #71ce44;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.modal-check-container {
  position: relative;
  display: block;
  width: 66px;
  padding-left: 35px;
  margin-top: 35px;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.user-data-font {
  font-size: 10px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #bcc3cc;
}
.user-data-font > a {
  color: #58bffe;
}
.user-data {
  margin-left: 30px;
}
.user-data-policy {
  margin-top: 10px;
}
.modal-sendmessage {
  margin-top: 5px;
}
.modal-error {
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-family: 'Montserrat', serif;
  text-align: left;
  color: #ff4100;
  font-size: 12px;
  padding: 5px 0 5px;
  display: block;
}
.insel-submit {
  opacity: 0.5;
}
.modal-success{
  text-align: center;
}
.callback-time{
  display: none;
}
/**
*
*/
.modal-contacts .modal-container {
  width: 500px;
}
.modal-genplan .modal-container {
  width: 1200px;
}
@media (max-width: 594px) and (min-width: 100px) {

  .header-content-top-buttons > a > div {
    float: unset;
    width: 100%;
    height: 35px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 35px;
  }

  .header-content-logo > img {
    height: 55px;
    margin-top: 8px;
    margin-right: 20px;
  }

  .button-searchmap {
    width: 153px;
  }

  .button-seller {
    width: 90px;
  }

  .button-townships {
    width: 160px;
  }

  .header-content-phone-image {
    float: unset;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
  }

  .header-content-phone {
    float: unset;
    font-size: 24px;
    text-align: center;
    margin-top: 18px;
  }

  .header-content-logo > img {
    float: unset;
  }

  .header-content-top-buttons {
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    display: none;
    padding: 0 30px 0 30px;
    margin: auto;
  }

  .header {
    height: 220px;
  }

  .header-content-logo {
    float: unset;
    padding-top: 20px;
  }

  .header-content-logo > .logo {
    float: unset;
    width: 221px;
    height: 117px;
    margin: 8px auto auto;
    background-image: url(../assets/images/logo2.png);
    background-size: cover;
  }

  .menu-toggle {
    float: left;
    width: 30px;
    height: 25px;
    margin-top: 25px;
    background-image: url(../assets/images/toggle.png);
    background-size: cover;
  }

  .menu-toggle-close {
    width: 25px;
    height: 25px;
    background-image: url(../assets/images/toggle-close.png);
  }

  /*
  *
  **/
  /**
  *
   */
  .content-found {
    margin: 30px 0 0px 0;
    position: relative;
  }

  .content-found-what {
    font-size: 18px;
    line-height: 18px;
    width: auto;
    color: #2f3036;
  }

  .content-found-direct-info {
    font-size: 18px;
  }

  .content-found-quantity {
    font-size: 25px;
    display: inline;
  }

  .content-found-found {
    font-size: 18px;
    display: inline;
  }

  .content-found-direct-info {
    display: block;
    text-align: center;
  }

  .content-found-direct-info br {
    display: none;
  }

  .content-found-direct-info span {
    font-size: 18px;
  }

  .content-found-house-image, .content-found-direct-image, .content-found-underline {
    display: none;
  }

  /**
  *
   */
  .content-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .content-search-input::-moz-placeholder {
    font-size: 14px;
  }
  .content-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .content-search-input::-ms-input-placeholder {
    font-size: 14px;
  }
  .content-search-input::placeholder {
    font-size: 14px;
  }

  .content-search-input:-ms-input-placeholder {
    font-size: 14px;
  }

  .content-search-input::-ms-input-placeholder {
    font-size: 14px;
  }

  .content-breadcrumbs {
    display: none;
  }

  .content-all-button {
    padding: 18px 34px;
  }

  .content-list {
    margin: auto;
    text-align: center;
  }

  .content-list-title-image {
    margin: 50px auto 0;
    text-align: center;
  }

  .title-position {
    top: -20px;
  }

  .content-title {
    margin: auto;
    font-size: 34px;
    text-align: center;
    background: #f7f9fb;
  }

  .content-map-data-image {
    width: 100%;
  }

  /*.content-map {
    border: 0;
    margin: 50px -30px 0;
  }*/


  .content {
    margin: 30px auto 30px;
  }

  .content-form-flush {
    padding-left: 0;
    background: #edf0f9;
  }

  .filter-toggle {
    display: block;
  }

  .content-button {
    margin-bottom: 100px;
  }

  .content-button > button {
    width: 100%;
  }

  .content-search-input {
    width: 94%;
    height: 50px;
    padding: 0 3%;
  }

  .main-filter {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #f7f9fb;
    overflow-y: auto;
    overflow-x: hidden;
    width: 80%;
    height: 100%;
    padding: 0 10%;
    margin-left: -30px;
  }

  .content-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    position: initial;
    max-width: none;
    height: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .form-flush-block {
    position: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 56px;
    margin-top: 30px;
    cursor: pointer;
  }

  .content-form-flush {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat Alternates', serif;
    color: #2f3036;
    cursor: pointer;
  }

  .content-form-part {
    width: 100%;
    margin-top: 0;
    font-weight: bold;
    font-size: 12px;
    font-family: "Montserrat Alternates", "Symbols", serif;
    letter-spacing: normal;
    text-align: left;
    color: #bcc3cc;
  }

  .content-form-direction {
    float: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .content-form-direction-region {
    position: relative;
    width: 100%;
    margin-bottom: 21px;
  }

  .content-form-direction-region-select {
    max-width: none;
    width: 63%;
    padding: 12px 34% 12px 3%;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
  }

  .content-form-direction-region > span {
    position: absolute;
    top: 14px;
    right: 15%;
    color: #71ce44;
  }

  .content-form-direction-dropdown {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: absolute;
    z-index: 10;
    width: 80%;
    min-height: 550px;
    margin-top: -15px;
    background-color: #fff;
  }

  .content-form-direction-dropdown-left {
    float: unset;
    border-right: 0;
  }

  .content-form-direction-dropdown-right {
    float: unset;
  }

  .dropdown-content {
    width: 195px;
    min-height: 470px;
    padding: 20px;
    margin-top: -10px;
  }

  .content-form-direction-type > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .content-form-direction-type-place > ul > li {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    padding: 0;
    line-height: unset;
    cursor: pointer;
  }

  .content-form-direction-type-place > ul > li:last-child {
    width: 100%;
    margin: 0;
  }

  .content-form-direction-type-area {
    width: 49% !important;
    margin-right: 1%;
  }

  .content-form-direction-type-contractarea {
    width: 49% !important;
    margin-left: 1%;
  }

  .content-form-direction-type-areahouse {
    width: 100% !important;
    margin-top: 2%;
  }

  .content-form-direction-type-house > ul > li {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 49%;
    height: 40px;
    padding: 0;
  }

  .content-form-direction-type-house > ul > li:nth-child(odd) {
    margin-right: 1%;
  }

  .content-form-direction-type-house > ul > li:nth-child(even) {
    margin-left: 1%;
  }

  .content-form-direction-type-house > ul > li:nth-child(3) {
    margin-top: 2%;
  }

  .content-form-direction-type-house > ul > li:nth-child(4) {
    margin-top: 2%;
  }

  .content-form-distance {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    float: unset;
  }

  .content-form-distance-input {
    width: 95%;
    height: 38px;
    padding-right: 3%;
    padding-left: 2%;
  }

  .content-form-distance-container-area {
    float: unset;
    width: 100%;
    margin-top: 0;
    margin-right: 19px;
  }

  .content-form-distance-container-area > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }

  .content-form-distance-container-area > ul > li {
    display: block;
    width: 48%;
    margin: 1%;
  }

  .content-form-distance-container-area > ul > li > input {
    width: 100%;
    height: 40px;
  }

  .content-form-distance-container-options {
    width: 100%;
    margin-top: -12px;
  }

  .content-form-distance-container-options > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .content-form-distance-container-options > ul > li {
    display: block;
    width: 100%;
    margin: 1%;
  }

  .content-button-mobile {
    display: block;
    margin-bottom: 50px;
  }

  /*.content-list-item {
    display: flex !important;
    flex-direction: column;
    white-space: normal;
    width: auto;
    margin: 30px -30px 0;
  }

  .item-right-side {
    max-width: 688px;
    width: auto;
  }

  .suburban-item-default .item-right-side-description {
    width: auto;
    margin-top: 15px;
    text-align: center;
  }

  .suburban-item-default .item-right-side-prices {
    white-space: normal;
  }

  .suburban-item-default .price-number {
    border: 0;
    font-size: 14px;
  }

  .suburban-item-default .item-right-side-prices > div {
    border: 0;
    padding: 0;
  }

  .suburban-item-default .item-image {
    width: 100%;
    height: 120px;
    margin: auto;
  }

  .suburban-item-default .item-progress-bar-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
  }

  .suburban-item-default .item-progress-bar-border {
    width: 100%;
  }

  .suburban-item-default .item-profile-unit {
    width: 260px;
    margin-bottom: 15px;
  }

  .suburban-item-default .item-right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3% 145px 3%;
    margin: auto;
    text-align: center;
    white-space: normal;
  }

  .suburban-item-default .item-footer-button {

    width: 200px;
    display: inline-block;
  }

  .item-right-side {
    max-width: none;
  }

  .item-left-side {
    min-height: auto;
    height: 120px;
  }

  .right-side-title-container {
    position: unset;
    top: 30px;
    left: 200px;
    text-align: center;
    margin: auto;
    white-space: normal;
    word-break: break-word;
    margin-top: 20px;
  }

  .suburban-item-default .item-right-side-title {
    white-space: normal;
    text-align: center;
    font-size: 28px;
    padding-top: 25px;
  }

  .suburban-item-default .item-right-side-seller-phone {
    white-space: normal;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
  }

  .item-right-side-seller-data {
    font-size: 14px;
    white-space: normal;
    text-align: center;
    margin-bottom: 10px;
  }

  .item-right-side-prices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
  }

  .item-right-side-prices > div {
    width: 100%;
    text-align: center;
  }

  .item-right-side-prices > div > div {
    text-align: center;
  }

  .price-number {
    font-size: 20px;
  }

  .item-profile {
    width: min-content !important;
    margin: 20px auto auto;
  }

  .item-profile::after {
    content: '';
    display: table;
    clear: both;
  }
*/
  /*.item-profile > div {
    margin-top: 20px;
    text-align: center;
  }*/
 /* .item-profile-unit {
    margin: 0 auto;
  }

  .suburban-item-default .item-footer {
    position: absolute;
    right: 0;
    bottom: 90px;
    left: 0;
  }

  .item-profile-content {
    width: auto !important;
    white-space: normal;
  }*/

  .content-all {
    text-align: center;
  }

  /**
  *

  .suburban-item-map {
    display: block;
    margin: 0;
    padding-bottom: 280px;
  }

  .suburban-item-map .item-left-side {
    min-height: auto;
    height: auto;
    width: 100%;
  }

  .suburban-item-map .item-left-side a {
    width: 100%;
    height: 120px;
    display: block;
    background-size: cover;
    background-position: center;
  }

  .suburban-item-map .item-right-side {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
  }

  .suburban-item-map .township-last-side {
    position: static;
    min-height: 0px;
    height: 0;
  }

  .suburban-item-map .ts-map {
    position: absolute;
    height: 200px;
    min-height: 200px;
    width: auto;
    border-radius: 0;
    bottom: 5px;
    right: 5px;
    left: 5px;
  }

  .suburban-item-map .item-footer {
    position: absolute;
    right: 0;
    bottom: 90px;
    left: 0;
  }

  .suburban-item-map .item-progress-bar-container {
    padding: 20px 28px 20px 28px;
    width: 100%;
    position: absolute;
    bottom: 205px;
  }

  .suburban-item-map .item-footer-button {
    position: absolute;
    left: 35px;
    right: 35px;
  }

  .suburban-item-map .item-right-side-description {
    width: 285px;
    margin: 20px auto auto;
    text-align: center;
  }
  */
  /**
  *

  .item-right-side-title {
    text-align: center;
    font-size: 27px;
  }

  .item-right-side-seller-data {
  }*/

  /**
  *
  */
  .suburban-header-container {
    padding: 30px 30px 30px;
  }

  .suburban-header-images {
    width: 100%;
  }

  .suburban-header-data {
    padding: 30px 0 0 0;
    width: 100%;
  }

  .suburban-header-progress-container {
    padding-right: 0;
  }

  .suburban-header-cost {
    text-align: center;
  }

  .suburban-header-number {
    font-size: 23px;
  }

  .suburban-header-message {
    text-align: center;
  }

  .ts-page-short-description {
    text-align: center;
  }

  .suburban-header-panorama {
    background-position: left;
    height: 150px;
  }

  .suburban-header-panorama-title {
    padding-left: 30px;
    padding-top: 30px;
    width: auto;
  }
  /**
  *
  */

  .content-map-data {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20px auto auto;
    max-width: 290px;
    width: 100%;
  }
  .content-map-data-close {
    top: -18px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .content-map-data-button{
    width: 250px;
  }
}
@media (max-width: 1009px) and (min-width: 595px) {

  .button-searchmap:first-child {
    margin-left: 0;
  }

  .header-content-top-buttons > a > div {
    float: unset;
    width: 100%;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .header-right-img {
    display: none;
  }

  .header-left-img {
    display: none;
  }

  .header-rightgreens-img {
    display: none;
  }

  .header-leftgreens-img {
    display: none;
  }

  .header-content-logo > img {
    height: 55px;
    margin-top: 8px;
    margin-right: 20px;
  }

  .button-searchmap {
    width: 153px;
  }

  .button-seller {
    width: 90px;
  }

  .button-townships {
    width: 160px;
  }

  .header-content-phone-image {
    margin-top: 0;
  }

  .header-content-phone {
    position: absolute;
    top: 0;
    right: 30px;
  }

  .header-content-logo > .logo {
    width: 300px;
    height: 50px;
    margin-top: 16px;
    margin-right: 0;
    background-image: url(../assets/images/logo.png);
    background-size: 85%;
    background-repeat: no-repeat;
  }

  .header-content-top-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-content-top-buttons > a {
    width: 100%;
    margin-left: 1%;
  }

  .header-content-top-buttons > a:first-child {
    width: 100%;
    margin-left: 0;
  }

  .header {
    height: 155px;
  }

  /**
  *
   */
  .content-found {
    margin: 30px 0 0px 0;
    position: relative;
  }

  .content-found-what {
    font-size: 18px;
    line-height: 18px;
    width: 115px;
  }

  .content-found-direct-info {
    font-size: 18px;
    line-height: 18px;
  }

  .content-found-found {
    font-size: 18px;
  }

  .content-found-house-image {
    display: none;
  }

  .content-found-direct-image {
    margin-right: 15px;
    margin-left: 10px;
  }

  /**
  *
   */
  .content-breadcrumbs {
    display: none;
  }

  .content {
    margin: 35px auto 35px;
  }

  .content-form-part {
    width: 100%;
  }

  .content-form-part + .content-form-part {
    padding-top: 0;
  }

  .content-form-distance-input {
    width: 96.5%;
    padding-right: 0;
    padding-left: 3%;
  }

  .content-form-distance-container-options > ul > li {
    width: 24.5%;
  }

  .content-form-distance-container-area {
    width: 202px;
  }

  .content-form-direction-type-house > ul > li {
    width: 24.42%;
  }

  .content-form-direction-type-place > ul > li {
    width: 32.8%;
  }

  .dropdown-content {
    width: 145px;
  }

  .content-form-direction-dropdown {
    width: 455px;
  }

  .region-list > li {
    white-space: normal;
  }

  .dropdown-flush-block > img {
    margin-left: 412px;
  }

  .content-search-input {
    width: 97%;
    padding-left: 3%;
  }

  .found-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 45px;
    margin-left: -10px;
  }

  .quantity {
    padding-top: 0;
  }

  .what-found {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .direct {
    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;
  }

  .direct-info {
    white-space: nowrap;
  }
  /*
    .suburban-item-default {
      display: flex !important;
      flex-direction: column;
      white-space: normal    }
    /*
      .item-right-side-description {
        width: auto;
      }

      .item-right-side-prices {
        white-space: normal;
      }

      .price-number {
        fontize: 14px;
      }

      /*.item-right-side-prices > div {
        padding-right: 10px;
      }


      .suburban-item-default .item-image {
        width: 160px;
        height: 120px;
        position: absolute;
        left: 0;
        top: 0;
      }

      .suburban-item-default .item-progress-bar-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #f3f6f8;
        padding: 24px 28px 15px 28px;
      }

      .suburban-item-default .item-progress-bar-border {
        width: calc(100% - 200px);
      }

      .suburban-item-default .item-profile-unit {
        width: 248px;
      }

      .suburban-item-default .item-right-side {
        position: initial;
        width: 93%;
        padding: 0 35px 110px 35px;
        margin: 0;
        max-width: none;
      }

      .suburban-item-default .item-right-side-header {
        border-bottom: 1px solid #f0f2f5;
        padding: 30px 0 20px 160px;
      }

      .suburban-item-default .item-left-side {
        min-height: auto;
      }

      .suburban-item-default .right-side-title-container {
        position: absolute;
        top: 30px;
        left: 200px;
      }

      .suburban-item-default .item-right-side-title {
        font-size: 28px;
      }

      .suburban-item-default .item-right-side-seller-data {
        font-size: 14px;
      }

      .suburban-item-default .item-right-side-prices {
        display: flex;
        justify-content: space-between;
      }

      .suburban-item-default .item-right-side-prices > div {
        width: 100%;
      }

      .suburban-item-default .price-number {
        font-size: 12px;
      }

      /**
      *

      .suburban-item-map {
        display: flex;
        align-content: stretch;
        align-self: center;
      }*/


  /**
  *
  */
  .house-project-title {
    text-align: center;
  }

  .item-right-side-seller-data {
    text-align: center;
  }

  /**
  *
   */
  .suburban-header-container {
    padding-left: 0;
  }

  .suburban-header-images {
    width: 470px;
    float: none;
    margin: 0 auto;
  }

  .suburban-header-data {
    padding: 50px 40px 0;
    float: none;
    width: 555px;
    margin: 0 auto;
  }

  .suburban-header-progress-container {
    padding-right: 0;
  }

  /**
  *
  */
  .content-map-data {
    right: 50%;
    margin-right: -190px;
  }
}
@media (max-width: 1259px) and (min-width: 1010px) {

  .header-content-top-buttons {
    width: calc(100% - 507px);
    margin-top: 28px;
  }

  .header-content-top-buttons > a > div {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .header-content-logo > .logo {
    width: 300px;
    height: 50px;
    margin-top: 16px;
    margin-right: 0;
    background-image: url(../assets/images/logo.png);
    background-size: 85%;
    background-repeat: no-repeat;
  }

  .button-searchmap {
    width: 153px;
  }

  .button-seller {
    width: 90px;
  }

  .button-townships {
    width: 160px;
  }

  .header-content-phone-image {
    /*margin-top: 0;*/
  }

  .header-content-phone {
    /*position: absolute;
    top: -6px;
    right: 30px;
    font-size: 18px;*/
  }

  /**
  *
   */
  /**
  *
   */
  .content-search-input {
    width: 97%;
    padding-left: 3%;
  }

  .content-form {
    max-width: 1120px;
  }

  .content-form-part {
    width: 49.5%;
  }

  .content-form-distance-input {
    width: 88.2%;
  }

  .content-form-direction-type-house > ul > li {
    width: 24.32%;
  }

  .content-form-direction-type-place > ul > li {
    width: 32.6%;
  }

  .content-form-distance-container-area > ul > li {
    width: 49%;
  }

  .content-form-distance-container-area {
    width: 41%;
  }

  .content-form-distance-container-options > ul > li {
    width: 26.1%;
  }

  /*.suburban-item-default .item-right-side {
    width: 350px;
  }

  .suburban-item-default .item-right-side {
    width: calc(100% - 391px);
    padding-left: 40px;
    margin-top: 35px;
  }

  .suburban-item-default .item-right-side-description {
    width: auto;
  }

  .suburban-item-default .item-footer-button {
    padding: 12px 27px;
  }

  .suburban-item-default .item-right-side-prices {
    white-space: normal;
  }

  .suburban-item-default .price-number {
    font-size: 14px;
  }

  .suburban-item-default .item-right-side-prices > div {
    padding: 0 10px;
  }

  .suburban-item-default .item-right-side-prices > div:first-child {
    padding-left: 0;
  }

  .suburban-item-default .item-right-side-prices > div:right-child {
    padding-left: 0;
  }

  .suburban-item-default .item-image {
    width: 350px;
  }

  .item-progress-bar-container {

    width: 100%;
    box-sizing: border-box;
  }

  .item-profile-unit {
    width: 270px;
  }*/

  /**
  *

  .suburban-item-map .item-left-side {
    width: 360px;
  }

  .suburban-item-map .item-image {
    width: 360px;
  }

  .suburban-item-map .item-right-side {
    width: calc(100% - 700px);
    padding: 50px 35px 20px 45px;
    margin: 0;
    height: 415px;
  } */

  /**
  *
  */
  .suburban-header-images {
    width: 320px;
  }

  .suburban-header-data {
    width: calc(100% - 320px);
  }

  .suburban-header-images-container img {
    display: inline-block;
    width: 61px;
    height: 45px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 6px;
    vertical-align: top;
    cursor: pointer;
  }

  .suburban-header-images-container {
    width: 213px;
    padding-top: 6px;
  }
}
.modal-houses .modal-container{
  width: 1200px;
}
/*.modal-houses {
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 99999999;
  width: 1200px;
  height: 700px;
  border-radius: 10px;
  background-color: #f9fbfc;
  transform: translate(-50%, -50%);
}

.modal-houses-close {
  display: block;
  top: -20px;
  right: -20px;
}

.scroll-modal {
  height: 700px;
  overflow: auto;
}

.modal-houses-index {
  z-index: 101;
  display: none;
}*/
.modal-houses-title {
  margin: 25px 0 0 45px;
}
.modal-houses-data {
  margin-top: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.scroll-modal::-webkit-scrollbar {
  width: 14px;
}
/* Track */
.scroll-modal::-webkit-scrollbar-track {
  border-radius: 10px;
  background: white;
}
/* Handle */
.scroll-modal::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 10px;
  background-color: #90e331;
}
.modal-houses-btn {
  left: 220px;
}
/**
*
*/
/*.modal {
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 99999999;
  width: 1200px;
  height: 700px;
  border-radius: 10px;
  background-color: #f9fbfc;
  transform: translate(-50%, -50%);
  overflow: auto;
}
.modal-content{
  position: relative;
}*/
.modal-genplan .modal{
  width: 835px;
  height: auto;
}
/*@import "partials/lands-table.css";*/
.ts-page-plans {

  border: 10px solid white;
  border-radius: 5px;
  white-space: nowrap;
  background-color: white;
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
  position: relative;
}
.page-plans-point {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid white;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  font-family: CenturyGothic, serif;
  text-align: center;
  background-color: #c9d0d8;
  color: #fff;
  cursor: default;
  margin: -6px 0 0 -6px;
}
.page-plans-point.status-color-1, .page-plans-point.status-color-2, .page-plans-point.status-color-4, .page-plans-point.not-available {
  cursor: pointer;
}
/*
.page-plans-point-active {
    background: #FF5722 !important;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.84);
    animation: pulse 2s infinite;
}

.page-plans-point-active:hover {
    animation: none;
}
*/
.ts-page-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.ts-page-plans-map {
  position: relative;
  width: 835px;
  background-size: cover;
  max-width: 100%;
}
.ts-page-plans-data {
  width: 335px;
  text-align: center;
  background-color: #f9fbfc;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10001;
}
.ts-page-plans-data-container {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  padding: 0 20px;
}
.ts-page-plans-data-empty {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  font-family: 'Montserrat', serif;
  text-align: center;
  color: #2f3036;
  width: 335px;
  background: url(/assets/images/land-empty.png) center top no-repeat;
  padding-top: 110px;
  margin-top: -70px;
}
.ts-page-plans-type {
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
}
.ts-page-plans-number {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.1px;
  color: #2f3036;
}
.ts-page-plans-number > span {
  font-weight: bold;
  font-size: 30px;
  font-family: CenturyGothic, serif;
  letter-spacing: -0.6px;
  text-align: left;
  color: #2f3036;
}
.ts-page-plans-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 23px;
  padding: 0 10px;
  border-radius: 11.5px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 23px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
}
.ts-page-plans-price {
  font-weight: bold;
  font-size: 26px;
  font-family: CenturyGothic, serif;
  letter-spacing: 0.8px;
  color: #2f3036;
}
.ts-page-plans-price > span {
  font-family: 'Open Sans', "Symbols", serif;
}
.ts-page-plans-price-promo {
  font-size: 18px;
  color: #f65050;
  font-weight: bold;
  font-family: CenturyGothic, serif;
  text-decoration: line-through;
}
.ts-page-plans-price-description {
  white-space: normal;
  font-size: 13px;
  padding: 15px 0;
}
.ts-page-plans-area {
  white-space: nowrap;
}
.ts-page-plans-area > div {
  display: inline-block;
  margin-bottom: 7px;
  vertical-align: middle;
}
.ts-page-plans-area-image {
  width: 13px;
  height: 13px;
  background-image: url("/assets/images/item/area.png");
  background-size: cover;
}
.ts-page-plans-area-title {
  font-size: 12px;
  font-family: 'Montserrat', serif;
  text-align: left;
  color: #a1a9b2;
}
.ts-page-plans-total {
  font-weight: bold;
  font-size: 26px;
  font-family: CenturyGothic, serif;
  color: #2f3036;
  line-height: 42px;
}
.ts-page-plans-area-value {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #2f3036;
  font-weight: 600;
}
.ts-page-plans-options {
  margin-top: 10px;
}
.item-price-sym > span {
  font-family: 'Open Sans', "Symbols", serif;
}
.ts-page-plans-result {
  padding-top: 25px;
}
.ts-page-plans-project {
  display: none;
}
.ts-page-plans-summ-title {
  font-size: 12px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: 0.1px;
  text-align: center;
  color: #bcc3cc;
}
.ts-page-plans-seller {
  margin: 0px 0 2px;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  color: #a1a9b2;
}
.ts-page-plans-seller-name {
  font-family: 'Open Sans', serif;
  color: #2f3036;
  font-weight: bold;
}
.ts-page-plans-phone {
  border-bottom: 1px dashed;
  margin: 0 auto;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 16px;
  font-family: CenturyGothic, serif;
  display: inline-block;
  color: #67b6ff;
  cursor: pointer;
}
.ts-page-plans-callback {
  width: 176px;
  height: 32px;
  border-radius: 2px;
  margin: 5px auto 15px;
  font-size: 12px;
  line-height: 32px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  box-shadow: 0px 1px 0 0 rgba(7, 27, 58, 0.04);
  cursor: pointer;
}
.ts-page-plans-map-markers {
  white-space: nowrap;
  padding: 12px 0 8px;
}
.ts-page-plans-map-marker {
  display: inline-block;
  margin-left: 26px;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.1px;
  text-align: left;
  color: #6e7b89;
}
.ts-page-plans-map-marker span {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: text-top;
  background-color: #eef3f8;
}
.content-pagination-container {
  width: 100%;
  text-align: right;
  margin-top: 50px;
  white-space: nowrap;
}
.content-pagination-dots {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  font-family: CenturyGothic, serif;
  letter-spacing: -0.4px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
}
.content-pagination-container > a > div {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  font-family: CenturyGothic, serif;
  letter-spacing: -0.4px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
}
.content-pagination-container > a > div.is-active{
  border: 1px solid #90de4a;
}
.content-pagination-dots {
  background-color: transparent !important;
}
@media (max-width: 594px) and (min-width: 100px) {

  .content-pagination-container {
    margin: 50px 0 50px;
    text-align: center;
  }

  .content-pagination-container > a > div {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

}
.search-filter, .search-filter * {
  box-sizing: border-box;
}
.search-filter {
  position: relative;
  padding: 15px 30px 20px;
  border: solid 10px #fff;
  border-radius: 5px;
  background-color: #f9fbfc;
  box-shadow: 0 15px 45px -16px rgba(7, 27, 58, .14);
  margin-bottom: 40px;
}
.search-filter-row {
}
.search-filter-row.mod-submit {
  text-align: right;
  padding-top: 5px;
}
.search-filter-row:after {
  content: "";
  display: table;
  clear: both;
}
.search-filter:after {
  content: "";
  display: table;
  clear: both;
}
.search-filter-group {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.search-filter-group.mod-price {
  width: 290px;
}
.search-filter-group.mod-square {
  width: 180px;
}
.search-filter-group.mod-type {

}
.search-filter-group.mod-promo {
  padding-top: 25px;
}
.search-filter-label {
  font-weight: 700;
  font-size: 12px;
  font-family: "Montserrat Alternates", "Symbols", serif;
  text-align: left;
  color: #bcc3cc;
  margin-bottom: 10px;
  height: 15px;
}
.search-filter-checkbox {
  float: left;
  position: relative;
  overflow: hidden;
}
.search-filter-checkbox input {
  left: -150px;
  position: absolute;
}
.search-filter-checkbox span {
  position: relative;
  display: inline-block;
  padding: 11px 15px;
  font-size: 13px;
  letter-spacing: .4px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  font-family: "Montserrat Alternates", "Symbols", serif;
  font-weight: 700;
  margin-right: 2px;
  cursor: pointer;
}
.search-filter-checkbox :checked + span {
  color: #fff;
  background-color: #71ce44;
}
.search-filter-input {
  width: 100%;
  height: 41px;
  border: 1px solid transparent;
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  text-align: left;
  color: #2f3036;
  border-bottom: 1px solid #f3f3f3;
  padding: 1px 0 1px 40px;
  box-sizing: border-box;
}
.search-filter-placeholder {
  position: relative;
}
.search-filter-placeholder span {
  position: absolute;
  left: 14px;
  top: 11px;
  font-size: 13px;
  font-family: 'Open Sans', "Symbols", serif;
  font-weight: 400;
  color: #bcc3cc;
}
.search-filter-placeholder:after {
  content: "";
  display: table;
  clear: both;
}
.mod-double .search-filter-placeholder {
  float: left;
  width: calc(50% - 1px);
}
.mod-double .search-filter-placeholder:first-child {
  margin-right: 1px;
}
.mod-double .search-filter-placeholder:last-child {
  margin-left: 1px;
}
.search-filter-submit {
  display: inline-block;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Montserrat Alternates', serif;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #57aeff 0, #57c2ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57aeff), to(#57c2ff));
  background: linear-gradient(to bottom, #57aeff 0, #57c2ff 100%);
  background-color: #57aeff;
  box-shadow: 0 5px 12px 0 rgba(0, 102, 255, 0.26);
  cursor: pointer;
  padding: 8px 30px;
}
.search-filter-submit:before {
  width: 20px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/images/search.png);
  content: "";
  background-size: contain;
  margin-right: 5px;
}
.search-filter-reset {
  display: inline-block;
  padding: 8px 15px 8px 20px;
  font-size: 12px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  font-weight: 700;
  margin-right: 2px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  vertical-align: middle;
}
.search-filter-hide {
  display: inline-block;
  padding: 13px 20px 13px 20px;
  font-size: 12px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  font-weight: 700;
  margin-right: 2px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  vertical-align: middle;
  display: none;
}
.search-filter-reset:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  vertical-align: middle;
  background-image: url(/assets/images/clear.png);
}
.search-filter-toggle {
  display: none;
  padding: 10px 0;
  text-align: center;
}
.mod-collapse .search-filter-toggle {
  display: block;
}
@media (max-width: 1259px) and (min-width: 1010px) {

}
@media (max-width: 1259px) {

  .search-filter {
    box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
    border-radius: 0;
    border: 0;
    background: #fff;
    padding: 0;
    float: left;
    width: calc(100% - 430px);
    margin-right: 30px;
    margin-bottom: 40px;
  }

  .search-filter.mod-extend {
    position: relative;
    padding: 15px 30px 20px;
    border: solid 10px #fff;
    border-radius: 5px;
    background-color: #f9fbfc;
    box-shadow: 0 15px 45px -16px rgba(7, 27, 58, .14);
    width: 100%;
  }

  .search-filter-params {
    display: none;
  }

  .mod-extend .search-filter-params {
    display: block;
  }

  .search-filter-toggle {
    display: block;
  }

  .search-filter-toggle span {
    display: inline-block;
    vertical-align: middle;
  }

  .search-filter-toggle span:after {
    content: "";
    width: 17px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE3IDE1Ij4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT48ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjOGJkZTQxOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGlkPSLQn9GA0Y/QvNC+0YPQs9C+0LvRjNC90LjQul80Ml/QutC+0L/QuNGPXzIiIGRhdGEtbmFtZT0i0J/RgNGP0LzQvtGD0LPQvtC70YzQvdC40LogNDIg0LrQvtC/0LjRjyAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDBIMTdWM0gwVjBaTTAsNkgxN1Y5SDBWNlptMCw2SDE3djNIMFYxMloiLz48L3N2Zz4=);
  }

  .mod-extend .search-filter-toggle {
    display: none;
  }

  .search-filter-hide {
    display: inline-block;
  }

}
@media (max-width: 750px) {
  .search-filter {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.searchmap-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
}
.searchmap-map-container {
  position: relative;
}
.searchmap-info {
  position: absolute;
  top: 275px;
  left: 50%;
  display: none;
  height: 200px !important;
  background: #fff;
  padding: 30px 30px;
  border-radius: 3px;
  margin-bottom: 9px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(18, 36, 63, 0.12);
}
.searchmap-info::after {
  content: '';
  position: relative;
  right: 32px;
  bottom: -22px;
  display: inline-block;
  border-top: 20px solid transparent;
  border-left: 25px solid white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.searchmap-info-close {
  top: -14px;
  right: -14px;
  display: block;
}
.searchmap-input {
  box-sizing: border-box;
  display: inline-block;
  width: 97%;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border: solid 1px #e8ecf2;
  margin-top: 20px;
  margin-right: 3%;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  background-color: #fff;
  vertical-align: top;
}
.searchmap-input:focus {
  border: 1px solid #71ce44;
  outline: #71ce44;
  box-shadow: 0 0 2pt 1pt #71ce44;
}
.searchmap-input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;

}
.searchmap-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;

}
.searchmap-input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;

}
.searchmap-input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;

}
.searchmap-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;

}
.searchmap-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
}
.searchmap-input::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-align: left;
  color: #b9bfc6;
}
.searchmap-select {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 40px 0 30px;
  border: solid 1px #e8ecf2;
  margin-top: 20px;
  overflow: hidden;
  line-height: 52px;
  background: url("../assets/images/arrow.png") 93% / 12px no-repeat #fff;
  text-overflow: ellipsis;
}
.searchmap-select {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: 0.1px;
  text-align: left;
  color: #bcc3cc;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.searchmap-select > span {
  margin-left: 5px;
  font-family: 'Open Sans', serif;
  color: #2f3036;
}
.searchmap-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.searchmap-select-dropdown {
  position: absolute;
  top: 74px;
  right: 0;
  z-index: 100;
  display: none;
  width: 387px;
  min-height: 52px;
  padding-top: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.searchmap-select-item {
  padding: 5px 0 5px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  color: #2f3036;
  cursor: pointer;
}
.searchmap-select-item:last-child {
  margin-bottom: 10px;
}
.searchmap-select-item:hover {
  color: #fff;
  background-color: #2f3036;
}
.searchmap-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  min-height: 200px;
  padding: 0;
  padding: 0 30px;
  border-radius: 5px;
  margin: auto;
  font-size: 12px;
}
.searchmap-form-data {
  margin: 0;
}
.searchmap-form-contract {
  width: 84px !important;
}
.searchmap-form-contacthouse {
  width: 150px !important;
}
.searchmap-form-type-place > ul {
  text-align: left;
}
.searchmap-form-type-place {
  margin-right: 20px;
}
.searchmap-direction-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.searchmap-direction-type > li {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 0 15px !important;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
}
.searchmap-direction-type::before {
  content: '';
  width: auto !important;
}
.searchmap-form-direction {
  width: 420px !important;
}
.searchmap-form-contractarea {
  width: 177px !important;
}
.searchmap-form-distance {
  width: 710px !important;
}
.searchmap-form-options > ul {
  margin-top: 0;
}
.searchmap-form-options {
  margin-right: 20px;
}
.searchmap-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchmap-options > li:first-child {
  margin-right: 4px;
}
.searchmap-options > li > input {
  padding: 0 15px !important;
}
label.container {
  /* top: 30px;*/
  margin: 0;
}
.searchmap-form-options > ul > li > input {
  margin-top: 0;
}
.searchmap-form-area {
  width: 15%;
  margin-right: 20px;
}
.searchmap-form-area > ul > li {
  width: 43%;
}
.searchmap-form-options > ul > li {
  width: auto;
}
.searchmap-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchmap-area > li {
  box-sizing: border-box;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 40px;
  margin-right: 4px;
}
.searchmap-area > li:last-child {
  margin-right: 0;
}
.searchmap-area > li > input {
  padding: 0 15px !important;
}
.searchmap-content {
  margin: 0px auto 0;
  max-width: 1200px;
  padding-top: 20px;
}
.content-search-result {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 45px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 45px;
  font-family: 'Open Sans', serif;
  text-align: center;
  vertical-align: middle;
  color: #2f3036;
  background-color: #fff;
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
}
.content-search-result > span {
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
  font-size: 24px;
  font-family: CenturyGothic, serif;
  text-align: left;
  vertical-align: middle;
  color: #2f3036;
}
.searchmap-items, .searchmap-items * {
  box-sizing: border-box;
}
.searchmap-items {
  position: relative;
  width: 415px;
  max-width: 100%;
  height: 680px;
  margin-top: 15px;
  overflow-y: auto;
}
.searchmap-item {
  width: 400px;
  max-width: 100%;
  padding: 30px 30px 25px;
  border-radius: 3px;
  margin-bottom: 9px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(18, 36, 63, 0.12);
}
.searchmap-item.mod-info {
  padding: 15px 0px 10px 10px;
}
.searchmap-item:last-child {
  margin-bottom: 0;
}
.searchmap-item-header {
  white-space: nowrap;
  padding-bottom: 10px;
}
.searchmap-item-header > img {
  display: inline-block;
  width: 76px;
  height: 76px;
  border-radius: 5px;
  vertical-align: middle;
}
.searchmap-item-header-title {
  width: calc(100% - 100px);
  margin-left: 20px;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.searchmap-item-header-type {
  font-size: 14px;
  font-family: 'Montserrat Alternates', serif;
  text-align: left;
  color: #2f3036;
}
.searchmap-item-header-name {
  font-weight: bold;
  font-size: 20px;
  font-family: 'Montserrat Alternates', serif;
  text-align: left;
  color: #2f3036;
}
.searchmap-item-button {
  width: 340px;
  height: 50px;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 50px;
  font-family: 'Montserrat', serif;
  text-align: center;
  color: #2f3036;
  letter-spacing: 0.2px;
  background-color: #f7f9fb;
  cursor: pointer;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  display: inline-block;
}
.searchmap-item-button:hover {
  color: #f7f9fb;
  background-color: #2f3036;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.searchmap-form-submit {
  display: none;
}
#searchmap-select {
  position: absolute;
  visibility: hidden;
}
.searchmap-item-profile-unit {
  width: 100%;
  margin-top: 15px;
}
.searchmap-item-profile-ico {
  float: left;
  width: 28px;
  padding-top: 3px;
}
.searchmap-item-profile-unit:after {
  content: "";
  display: table;
  clear: both;
}
.searchmap-item-profile-unit img {
  float: left;
}
.searchmap-item-profile-data {
  margin-left: 10px;
  float: left;
}
.searchmap-item-profile-title {
  font-weight: bold;
  font-size: 13px;
  font-family: 'Montserrat', serif;
  text-align: left;
  color: #2f3036;
  line-height: 19px;
}
.searchmap-item-profile-content {
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #a1a9b2;
}
.searchmap-item-profile-content span {
  color: #000;
}
.searchmap-logo {
  float: left;
  margin-right: 32px;
}
@media (max-width: 1259px) {

  .content-search-result {
    float: left;
    margin: 0;
  }

  .searchmap-items {
    display: none;
  }

  .searchmap-items.is-active {
    display: block;
  }
}
@media (max-width: 750px) {
  .content-search-result {
    float: none;
    width: 100%;
  }
}
@media (max-width: 595px) {
  .searchmap-item-profile-ico {
    display: none;
  }

  .searchmap-item-profile-data {
    margin-left: 0;
  }
}
.projects-modal {
  padding: 20px;
}
.projects-modal-header {
  padding: 10px 35px 0;
}
.projects-modal-header-title {
  font-weight: bold;
  font-size: 30px;
  font-family: 'Montserrat Alternates', serif;
  letter-spacing: -1.4px;
  text-align: left;
  color: #2f3036;
}
.projects-modal-header-seller {
  font-size: 14px;
  color: #a1a9b2;
  padding: 5px 0 0 0;
}
.projects-modal-header-seller-phone {
  display: inline-block;
  border-bottom: 1px dashed;
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  font-family: CenturyGothic, serif;
  color: #67b6ff;
}
.project.mod-modal {
  margin-top: 30px;
}
.mod-modal .project-aside {
  width: 410px;
}
.mod-modal .project-coast-value {
  font-size: 40px;
}
.mod-modal .project-description-title {
  margin-bottom: 20px;
}
.mod-modal .project-button {
  display: inline-block;
  height: 45px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 45px;
  font-family: 'Montserrat', serif;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
  float: left;
  margin-right: 15px;
  padding: 0 25px;
  cursor: pointer;
  margin-top: 15px;
}
@media (max-width: 1259px) and (min-width: 1010px){
  .mod-modal .project-aside {
    width: 400px;
  }
  .project-content {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1009px) and (min-width: 595px){
  .mod-modal .project-aside {
    width: 300px;
  }
  .project-content {
    width: calc(100% - 300px);
  }
  .project-option {
    padding: 0px 30px 10px 0;
    float: left;
  }
  .mod-modal .project-button{
    display: inline-block;
    float: none;
  }
}
@media (max-width: 595px){
  .mod-modal .project-aside {
    width: auto;
    max-width: 100%;
  }
  .mod-modal .project-button{
    float: none;
  }
}
.lands-table, .lands-table *, .lands-table-pagination * {
  box-sizing: border-box;
}
.lands-table {
  width: 100%;
  display: table;
}
.lands-table-row {
  overflow: hidden;
  display: table-row;
  box-shadow: inset 0 -5px 0 1px #eef0f3;
}
.lands-table-col {
  padding: 8px 0;
  text-align: center;
  display: table-cell;
  border-left: 1px solid #eff2f4;
  border-bottom: 5px solid #f7f9fb;
  background: #fff;
  color: #6e7b89;
  font-size: 14px;
}
.lands-table-col.mod-button {
  width: 220px;
}
.lands-table-col:first-child {
  border-radius: 5px 0 0 5px;
  border-left: 0;
}
.lands-table-col:last-child {
  border-radius: 0 5px 5px 0;
}
.lands-table-row:hover .lands-table-col {
  background: #fdfdfd;
}
.lands-table-col.mod-type span {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.lands-table-pagination {
  margin-top: 12px;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lands-table-pagination-text {
  margin-right: 14px;
  display: inline-block;
  font-size: 12px;
  color: #9da4a9;
}
.lands-table-pagination-item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: bold;
  font-size: 20px;
  font-family: CenturyGothic, serif;
  background-color: #fff;
  width: 50px;
  padding: 12px 0;
  margin-left: 10px;
}
.lands-table-pagination-divider {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  font-size: 20px;
  font-family: CenturyGothic, serif;
  margin-left: 10px;
}
.lands-table-pagination-item.is-active {
  border: 1px solid #71ce44
}
.lands-table-content {
  display: table-row-group;
}
.lands-table-header {
  display: table-row;
}
.lands-table-head {
  padding: 14px 0;
  text-align: center;
  display: table-cell;
  font-weight: bold;
  font-size: 11px;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  color: #bcc3cc;
}
.lands-table-header-label {
  display: inline-block;
  vertical-align: middle;
}
.lands-table-header-filter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
.lands-table-header-arrow.mod-up {
  position: absolute;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px;
  border-color: transparent transparent #acb4bb;
}
.lands-table-header-arrow.mod-down {
  position: absolute;
  content: "";
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0;
  border-color: #acb4bb transparent transparent;
}
.lands-table-header-arrow.mod-down.is-active {
  border-color: #8bde41 transparent transparent;
}
.lands-table-header-arrow.mod-up.is-active {
  border-color: transparent transparent #8bde41;
}
.lands-table-button {
  width: 193px;
  height: 35px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 35px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
  cursor: pointer;
  display: inline-block;
}
.lands-table-status {
  margin: 0 auto;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  font-family: CenturyGothic, serif;
  text-align: center;
  cursor: help;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  border-radius: 2px;
}
@media (max-width: 1259px) {
  .lands-table-button {
    width: 110px;
  }

  .lands-table-col.mod-button {
    width: auto;
  }
}
@media (max-width: 1010px) {
  .lands-table-container {
    display: none;
  }
}
.modal-genplan .ts-page-plans {
  border: 0;
}
.suburban-selected-project {
  padding: 20px 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(7, 27, 58, 0.09);
  width: auto;
  margin: 20px 10px 25px;
}
.suburban-selected-project-title {
  width: 150px;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  white-space: normal;
  color: #bcc3cc;
}
.suburban-selected-project-name {
  font-weight: bold;
  font-size: 26px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
  margin: 5px 0 10px;
}
.suburban-selected-project-price {
  font-weight: bold;
  font-size: 24px;
  font-family: CenturyGothic, "Symbols", serif;
  letter-spacing: 0.7px;
  text-align: center;
  color: #2f3036;
}
.suburban-selected-project-discount {
  font-weight: bold;
  font-size: 18px;
  font-family: CenturyGothic, serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: line-through;
  color: #f65050;
}
.suburban-selected-project-picture {
  position: relative;
  width: 214px;
  margin: auto;
  margin-top: 15px;
}
.suburban-selected-project-picture-discount {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
  width: 80px;
  height: 26px;
  border-radius: 13px 0 0 13px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 26px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  background-color: #f85155;
}
.suburban-selected-project-picture-image {
  width: 214px;
  height: 135px;
  border-radius: 5px;
  margin: 0 auto;
  background-size: cover;
}
.suburban-selected-project-link {
  margin-top: 17px;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #58bffe;
}
.suburban-selected-project-button {
  width: 281px;
  height: 50px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 50px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
  cursor: pointer;
}
.suburban-selected-project-button:hover {
  color: #f7f9fb;
  background-color: #2f3036;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.suburban-selected-project-profile {
  margin-top: 15px;
  margin-bottom: 10px;
}
.suburban-selected-project-profile-title {
  font-size: 13px;
  color: #a1a9b2;
  display: inline-block;
}
.suburban-selected-project-profile-value {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 1259px) {
  .ts-page-plans {
    height: 500px;
    width: 100%;
    position: relative;
  }

  .ts-page-plans-viewport {
    overflow: auto;
    position: relative;
    height: 100%;
    width: 100%;
  }

  .ts-page-plans-map-container {
    width: 100%;
    max-width: 835px;
    margin: 0 auto;
  }

  .ts-page-plans-data-container .close {
    position: absolute;
    width: 25px;
    top: 10px;
    right: 10px;
    height: 25px;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNiIgaWQ9InN2ZzIiIHZlcnNpb249IjEuMSIgd2lkdGg9IjE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcyBpZD0iZGVmczQiLz48ZyBpZD0ibGF5ZXIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDM2LjM2MjIpIj48cGF0aCBkPSJtIDIsMTA1MC4zNjIyIDEyLC0xMiIgaWQ9InBhdGgyOTg1IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiLz48cGF0aCBkPSJtIDIsMTAzOC4zNjIyIDEyLDEyIiBpZD0icGF0aDI5ODUtMSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1vcGFjaXR5OjE7c3Ryb2tlLWRhc2hhcnJheTpub25lIi8+PC9nPjwvc3ZnPg==);
  }

  .ts-page-plans-data {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 50%;
    margin-left: -154px;
    display: none;
  }

  .ts-page-plans-data-container {
    padding: 20px 0;
  }
}
.ts-page-maps, .ts-page-maps * {
  box-sizing: border-box;
}
.ts-page-maps {
  width: 100%;
  margin-top: 25px;
}
.ts-page-maps:after {
  content: "";
  display: table;
  clear: both;
}
.ts-page-map {
  float: left;
  border: solid 10px #fff;
  border-radius: 5px;
  position: relative;
  height: 360px;
  width: calc((100% - 10px)/2);
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
}
.ts-page-map-queue > span {
  position: absolute;
  right: 83px;
  top: -7px;
  float: left;
  width: 58px;
  height: 58px;
  border: solid 4px #ffffff;
  border-radius: 50%;
  font-size: 26px;
  line-height: 52px;
  font-family: CenturyGothic, serif;
  text-align: center;
  color: #2f3036;
  background-color: white;
  box-shadow: inset 0 0 0 3px #f5f5f5;
}
.ts-page-map-queue:after {
  content: '';
  position: relative;
  right: 100px;
  bottom: -34px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f7f9fb;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ts-page-map-queue {
  position: absolute;
  z-index: 100;
  width: 95px;
  height: 40px;
  border-radius: 5px;
  border-bottom-right-radius: 40px;
  font-size: 13px;
  line-height: 40px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.1px;
  text-align: center;
  color: #6e7b89;
  background-color: #fff;
  cursor: pointer;
  margin: -40px 0 0 15px;
  padding-left: 15px;
}
.active-map-queue > span {
  box-shadow: inset 0 0 3px rgba(0,0,0,0.18039);
  background: #b0ee67;
  background: -webkit-linear-gradient(45deg, #b0ee67 0%, #a3eb63 100%);
  background: linear-gradient(45deg, #b0ee67 0%, #a3eb63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0ee67', endColorstr='#a3eb63', GradientType=1);
  color: #fff;
}
.ts-page-above {
  float: left;
  border: solid 10px #fff;
  border-radius: 5px;
  position: relative;
  width: calc((100% - 10px)/2);
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
  height: 360px;
  margin-left: 10px;
  background-size: 100%;
  white-space: nowrap;
  text-align: center;
}
.ts-page-above-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  overflow: hidden;
}
.ts-page-above:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.ts-page-above img {
  max-height: 100%;
}
@media (max-width: 1259px) {
  .ts-page-map {
    width: 100%;
  }

  .ts-page-above {
    display: none;
  }
}
/**
*
*/
.suburban-map-hint{
  background: #fff;
  width: 200px;
}
.suburban-title {
  font-weight: bold;
  font-size: 45px;
  font-family: 'Montserrat Alternates', serif;
  text-align: left;
  color: #2f3036;
  margin-bottom: 0;
}
.suburban-title span{
  font-weight: normal;
}
.suburban-seller {
  font-size: 14px;
  font-family: 'Open Sans', serif;
  color: #a1a9b2;
}
.suburban-seller-title {
  display: inline-block;
  vertical-align: top;
}
.suburban-seller-image {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.suburban-seller-name {
  display: inline-block;
  vertical-align: top;
}
.suburban-seller-phone {
  display: inline-block;
  vertical-align: middle;

  border-bottom: 1px dashed;
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  font-family: CenturyGothic, serif;
  color: #67b6ff;
}
/**
*
*/
.house-project-images {
  width: 470px;
  /*height: 362px;*/
  white-space: nowrap;
}
.house-project-images > div {
  display: inline-block;
  vertical-align: bottom;
}
.house-project-main-image {
  overflow: hidden;
}
.house-project-main-image > a > img {
  width: 470px;
  height: 362px;
}
.house-project-images > div:first-child {
  display: block;
}
.house-project-images > a {
  display: block;
}
.house-project-images-container {
  width: 356px;
  padding-left: 6px;
  overflow: hidden;
  white-space: nowrap;
}
.house-project-images-container > a > img {
  display: inline-block;
  width: 102px;
  height: 76px;
  margin-top: 20px;
  margin-right: 18px;
  margin-bottom: 6px;
  vertical-align: top;
  cursor: pointer;
}
.house-project-images-container > img:hover {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #58b8fe;
}
.house-project-image.is-active {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #58b8fe;
}
.house-project-more-images {
  display: inline-block;
  width: 102px;
  height: 76px;
  text-align: center;
  white-space: normal;
  vertical-align: bottom;
  cursor: pointer;
  padding: 22px 0 0 15px;
}
.more-images {
  width: 60px;
  height: 32px;
  margin: auto;
  background-image: url("../assets/images/more-images.png");
}
.more-images-text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #2f3036;
}
.more-images-text > span {
  font-weight: normal;
  text-transform: lowercase;
}
.plan-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.plan-header .suburban-seller{
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.plan-header-callback{
  width: 176px;
  height: 32px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 32px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #fff;
  box-shadow: 0px 1px 0 0 rgba(7, 27, 58, 0.04);
  cursor: pointer;
  margin-left: 20px;
}
@media (max-width: 800px){
  .plan-header .suburban-seller{
    display: none;
  }
}
.project, .project * {
  box-sizing: border-box;
}
.project-header-title {
  font-weight: bold;
  font-size: 45px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
  margin-bottom: 0;
}
.project-header-title > span {
  font-weight: 300;
}
.project-header-seller {
  font-size: 14px;
  color: #a1a9b2;
  padding: 5px 0 0 0;
}
.project-header-seller-phone {
  display: inline-block;
  border-bottom: 1px dashed;
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  font-family: CenturyGothic, serif;
  color: #67b6ff;
}
.project {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
  overflow: hidden;
}
.project-aside {
  width: 470px;
  float: left;
}
.project-main-image img {
  width: 100%;
  border-radius: 3px;
  vertical-align: middle;
}
.project-hide-images {
  display: none;
}
.project-images {
  overflow: hidden;
}
.project-images-container {
  width: calc(100% - 100px);
  padding: 0 6px;
  overflow: hidden;
  float: left;
}
.project-images-container img {
  float: left;
  width: calc((100% - 36px)/3);
  margin-top: 20px;
  margin-right: 18px;
  margin-bottom: 6px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 1px;
}
.project-images-container a:last-child img {
  margin-right: 0;
}
.project-images-container img:hover, .project-images-image.is-active {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #58b8fe;
}
.project-images-more {
  float: right;
  width: 88px;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  padding: 25px 0 0 0;
}
.project-images-more-ico {
  width: 60px;
  height: 32px;
  margin: auto;
  background-image: url(/assets/images/more-images.png);
}
.project-images-more-text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  color: #2f3036;
}
.project-images-more-text span {
  font-weight: normal;
  text-transform: lowercase;
}
.project-content {
  float: left;
  padding-top: 20px;
  padding-left: 40px;
  width: 650px;
}
.project-coast {
  margin-bottom: 20px;
  position: relative;
}
.project-coast-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  color: #2f3036;
}
.project-coast-value {
  display: inline-block;
  font-weight: bold;
  font-size: 50px;
  font-family: CenturyGothic, "Symbols", serif;
  letter-spacing: 1.5px;

  line-height: 50px;
  color: #2f3036;
}
.project-coast-current{
  display: inline-block;
}
.project-coast-old{
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  font-family: CenturyGothic, "Symbols", serif;
  letter-spacing: 1.5px;
  color: #f65050;
  vertical-align: bottom;
  padding: 0 0 18px 5px;
  text-decoration: line-through;
}
.project-options {
  overflow: hidden;
}
.project-option {
  float: left;
  border-right: 1px solid #e8eaf5;
  overflow: hidden;
  padding: 5px 20px 0;
}
.project-option-image {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-right: 12px;
  float: left;
}
.project-option-data {
  float: left;
}
.project-option:first-child {
  padding-left: 0;
}
.project-option:last-child {
  padding-right: 0;
  border-right: 0;
}
.project-option-title {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  color: #2f3036;
}
.project-option-value {
  font-size: 16px;
  line-height: 1.63;
  color: #a1a9b2;
}
.project-description-title {
  margin-top: 30px;
  font-size: 20px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
  font-weight: 500;
  margin-bottom: 20px;
}
.project-description-content {
  font-size: 13px;
  line-height: 26px;
  color: #2f3036;
  color: #6e7b89;
}
.project-description-content p {
  margin-top: 0;
}
.project-other {
  display: inline-block;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 50px;
  font-family: 'Montserrat', serif;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
  float: right;
}
@media (max-width: 1259px) and (min-width: 1010px) {
  .project-aside {
    width: 400px;
  }

  .project-content {
    width: calc(100% - 400px);
  }

  .project-option {
    border: 0;
    padding: 0 30px 10px 0;
  }
}
@media (max-width: 1009px) and (min-width: 595px) {
  .project-aside {
    width: 300px;
  }

  .project-images-container {
    width: 100%;
  }

  .project-images-more {
    display: none;
  }

  .project-content {
    width: calc(100% - 300px);
  }

  .project-option {
    float: none;
    border: 0;
    padding: 0 0 10px 0;
  }

  .project-coast-old{
    display: block;
  }
}
@media (max-width: 850px) {
  .project {
    text-align: center;
  }

  .project-aside {
    max-width: 400px;
    width: auto;
    float: none;
    margin: 0 auto;
  }

  .project-images-container{
    width: 100%;
  }
  .project-images-more {
    display: none;
  }

  .project-option {
    display: inline-block;
    margin: 0 20px;
    border: 0;
    float: none;
    padding: 5px 0;
  }

  .project-content {
    width: 100%;
    padding: 25px 0 0 0;
  }

  .project-other {
    float: none;
  }
}
@media (max-width: 595px) {

}
#panorams-map {
  height: 635px;
}
.panoram-map {
  width: 100%;
  border: 10px solid #fff;
  border-radius: 5px;
  margin-top: 36px;
  box-shadow: 0 1px 0 0 rgba(7, 27, 58, 0.04);
}
.panorams-container {
  width: 100%;
  margin-top: 56px;
  overflow: hidden;
}
.panorams-item {
  float: left;
  width: 23.5%;
  height: 230px;
  border-radius: 5px;
  margin-right: 2%;
  margin-bottom: 26px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(7, 27, 58, 0.04);
}
.panorams-item:nth-child(4n - 4) {
  margin-right: 0;
}
.panorams-item-image {
  display: block;
  width: 100%;
  height: 155px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.panorams-item-title {
  font-size: 14px;
  font-family: 'Montserrat Alternates', serif;
  text-align: left;
  color: #2f3036;
}
.panorams-item-title > span {
  font-weight: bold;
}
.panorams-item-date-image {
  width: 17px;
  height: 17px;
  background-image: url("../assets/images/date.png");
}
.panorams-item-date {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #a1a9b2;
}
.panorams-item-date-container {
  white-space: nowrap;
}
.panorams-item-date-container > div {
  display: inline-block;
  vertical-align: middle;
}
.panorams-item-data {
  margin-top: 20px;
  margin-left: 21px;
}
.panorama *{
  box-sizing: border-box;
}
.panorama > iframe {
  width: 100%;
  height: 615px;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 rgba(7, 27, 58, 0.04);
}
.panorama {
  width: 100%;
  margin-top: 36px;
}
@media (min-width: 800px) and (max-width: 1199px) {
  .panorams-item {
    width: 32%;
    margin-right: 2%;
  }

  .panorams-item:nth-child(4n - 4) {
    margin-right: 2%;
  }

  .panorams-item:nth-child(3n - 3) {
    margin-right: 0;
  }
}
@media (min-width: 550px) and (max-width: 799px) {

  .panorams-item {
    width: 49%;
    margin-right: 2%;
  }

  .panorams-item:nth-child(4n - 4) {
    margin-right: 2%;
  }

  .panorams-item:nth-child(2n - 2) {
    margin-right: 0;
  }
}
@media (min-width: 100px) and (max-width: 549px) {

  .panorams-item {
    width: 100%;
    margin-right: 0;
  }

  .panorams-item:nth-child(4n - 4) {
    margin-right: 2%;
  }
}
@media (min-width: 100px) and (max-width: 623px) {
  .panoram-map {
    border: 0;
  }
}
.content-breadcrumbs {
  margin-top: -60px;
  margin-bottom: 40px;
  white-space: nowrap;
}
.content-breadcrumbs > a {
  display: inline-block;
  margin-left: 14px;
}
.content-breadcrumb {
  position: relative;
  height: 32px;
  padding: 0 12px 0 12px;
  border-radius: 0 0 0 0;
  margin-left: 5px;
  font-size: 13px;
  line-height: 30px;
  font-family: 'Open Sans', serif;
  text-align: center;
  color: #58bffe;
  background-color: #fff;
  letter-spacing: 0.4px;
}
.content-breadcrumbs > a:first-child > div:first-child::before {
  content: '';
  position: absolute;
  left: -12px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid transparent;
}
.content-breadcrumbs > a:first-child > div {
  border-radius: 3px 0 0 3px;
  margin-left: 0;
}
.content-breadcrumbs > a:first-child {
  margin-left: 0;
}
.content-breadcrumb::after {
  content: '';
  position: absolute;
  right: -12px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid white;
}
.content-breadcrumb::before {
  content: '';
  position: absolute;
  left: -12px;
  border-top: 16px solid white;
  border-bottom: 16px solid white;
  border-left: 12px solid transparent;
}
.active-breadcrumb {
  margin-left: -5px;
  color: #2f3036;
  background-color: transparent;
}
.active-breadcrumb::before {
  content: '';
  position: absolute;
  left: -12px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid transparent;
  margin: 0;
}
.active-breadcrumb::after {
  content: '';
  position: absolute;
  right: -12px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid transparent;
  margin: 0;

}
.content-page-title {
  font-weight: bold;
  font-size: 45px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
}
.content-page-title > span {
  font-weight: 300;
}
.content-sellers-items {
  margin-top: 42px;
}
.content-sellers-item {
  position: relative;
  max-width: 1120px;
  padding: 40px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  background-color: #fff;
  box-shadow: 0 4px 3px -3px rgba(7, 27, 58, 0.09);
}
.content-sellers-item > div {
  display: flex;
}
.sellers-item-image-container {
  position: relative;
  width: 190px;
  height: 190px;
  border: solid 10px #f7f9fb;

}
.sellers-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;

}
.item-phone-title {
  display: block !important;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2f3036;
}
.sellers-item-number-image {
  width: 13px;
  height: 29px;
  background-image: url("../assets/images/phone.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.sellers-item-number {
  font-size: 35px;
  font-family: CenturyGothic;
  text-align: left;
  color: #2f3036;
}
.sellers-item-number > span {
  font-weight: bold;
}
.sellers-item-phone {
  padding-right: 34px;
  border-right: 1px solid #e8eaf5;
}
.sellers-item-phone > div {
  display: inline-block;
  vertical-align: middle;
}
.sellers-item-phones {

}
.sellers-item-phones > div {
  display: inline-block;
  padding-left: 34px;
  vertical-align: middle;
}
.sellers-item-phone:last-child {
  content: '';
  border: 0;
}
.sellers-item-phone:first-child {
  content: '';
  padding-left: 0;
}
.sellers-item-call {
  display: block !important;
  font-size: 12px;
  font-family: 'Open Sans', serif;
  letter-spacing: 0.2px;
  text-align: left;
  color: #a1a9b2;
}
.sellers-item-buttons {
  white-space: nowrap;
}
.sellers-item-buttons > a > div {
  display: inline-block;
  height: 50px;
  border-radius: 5px;
  margin-top: 28px;
  font-weight: 600;
  font-size: 13px;
  line-height: 48px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
  padding: 0 50px;
}
.sellers-item-buttons > a > div:first-child {
  /* width: 272px;*/
  margin-right: 18px;
}
.sellers-item-buttons > a > div:last-child {
  /*width: 358px;*/
}
.sellers-item-data {
  margin-left: 50px;
  max-width: 880px;
}
.sellers-item-name {
  font-weight: bold;
  font-size: 27px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
  margin: 0 0 15px 0;
}
@media (min-width: 1010px) and (max-width: 1259px) {
  .sellers-item-number {
    font-size: 30px;
  }

  .sellers-more {
    width: 180px !important;
  }

  .sellers-ts {
    width: 288px !important;
  }

  .sellers-item-buttons > a > div {
    padding: 0 30px;
  }
}
@media (min-width: 595px) and (max-width: 1009px) and (min-width: 900px) and (max-width: 1009px) {
    .sellers-item-buttons {
      position: unset !important;
    }

    .sellers-item-phones > div {
      display: inline-block !important;
      vertical-align: bottom;
    }

    .sellers-item-phone:first-child {
      margin-right: 30px !important;
    }
  }
@media (min-width: 595px) and (max-width: 1009px) and (min-width: 670px) and (max-width: 899px) {
    .sellers-item-data {
      margin-left: 15% !important;
    }
  }
@media (min-width: 595px) and (max-width: 1009px) {


  .sellers-item-number {
    font-size: 30px;
  }

  .sellers-more {
    width: 162px !important;
  }

  .sellers-ts {
    width: 228px !important;
  }

  .sellers-item-buttons > a > div {
    padding: 0 15px;
  }

  .sellers-item-buttons {
    position: absolute;
    bottom: 20px;
    left: 40px;
  }

  .sellers-item-phones > div:last-child {
    padding: 0;
    margin-top: 30px;
  }

  .content-sellers-item{
    padding-bottom: 95px;
  }

  .content-sellers-item > div {
    vertical-align: top;
  }

  .sellers-item-phones > div {
    display: block;
  }

  .sellers-item-data {
    margin-left: 3%;
  }

  .sellers-item-phone {
    padding-right: 0;
    border-right: 0;
    white-space: nowrap;
  }

}
@media (min-width: 100px) and (max-width: 594px) {

  .sellers-item-number {
    font-size: 24px;
    padding: 7px 0;
  }

  .sellers-more {
    width: 162px !important;
  }

  .sellers-ts {
    width: 228px !important;
  }

  .sellers-item-buttons > a > div {
    display: block;
    width: 100% !important;
    padding: 0;
  }

  .sellers-item-buttons {
    position: unset;
    bottom: 20px;
    left: 40px;
  }

  .sellers-item-phones > div:last-child {
    padding: 0;
    margin-top: 30px;
  }

  .content-sellers-item {
    height: auto;
    box-sizing: border-box;
  }

  .content-sellers-item > div {
    vertical-align: top;
  }

  .sellers-item-phones > div {
    display: block;
  }


  .sellers-item-phones{
    margin-top: 20px;
  }

  .sellers-item-phone > div {
    text-align: center;
  }

  .sellers-item-data {
    text-align: center;
    margin-left: 0;
  }

  .sellers-item-phone {
    padding-right: 0;
    border-right: 0;
    white-space: nowrap;
  }

  .sellers-item-image-container {
    margin: auto;
  }

  .content-sellers-item > div {
    display: block;
  }

  .content-page-title {
    text-align: center;
    margin-bottom: 30px;
  }

}
.seller-title {
  font-family: 'Montserrat Alternates', serif;
  text-align: left;
  color: #2f3036;
  font-weight: 700;
  font-size: 45px;
  line-height: 32px;
  position: relative;
  margin: 0 0 40px;
}
.seller-title span {
  font-size: 25px;
  font-weight: normal;
  display: block;
}
.seller-other {
  float: right;
  width: 218px;
  height: 50px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Montserrat', serif;
  text-align: center;
  color: #fff;
  background-color: #71ce44;
  margin-top: -10px;
}
.seller, .seller * {
  box-sizing: border-box;
}
.seller {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
  border-radius: 10px;
  margin-top: 28px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(7, 27, 58, 0.09);
}
.seller-picture {
  position: relative;
  float: left;
  width: 320px;
  height: 320px;
  border: solid 10px #f7f9fb;
}
.seller-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.seller-content {
  float: left;
  width: calc(100% - 360px);
  padding: 20px 0 0 50px;
}
.seller-phones {
  overflow: hidden;
}
.seller-phone {
  padding: 0 34px;
  border-right: 1px solid #e8eaf5;
  float: left;
}
.seller-phone:first-child {
  padding-left: 0;
}
.seller-phone:last-child {
  padding-right: 0;
  border: 0;
}
.seller-phone-title {
  font-weight: 700;
  font-size: 12px;
  font-family: 'Montserrat', serif;
  color: #2f3036;
}
.seller-phone-image {
  width: 13px;
  height: 29px;
  background-image: url(/assets/images/phone.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.seller-phone-number {
  font-size: 35px;
  font-family: CenturyGothic;
  color: #2f3036;
  display: inline-block;
  vertical-align: middle;
}
.seller-phone-time {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  color: #a1a9b2;
}
.seller-data-title {
  margin-top: 50px;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
}
.seller-data-description {
  margin-top: 30px;
  font-size: 13px;
  font-family: 'Open Sans', serif;
  white-space: normal;
  color: #2f3036;
}
.seller-data-description p {
  margin-top: 0;
  font-size: 13px;
  line-height: 22px;
}
.seller-button {
  position: absolute;
  right: 35px;
  bottom: 41px;
  width: 281px;
  height: 50px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 50px;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3036;
  background-color: #f7f9fb;
}
@media (max-width: 1259px) and (min-width: 1010px) {

  .seller-phone-number {
    font-size: 23px;
    padding: 5px 0;
  }

}
@media (max-width: 1009px) and (min-width: 595px) {

  .seller {
    padding-right: 30px;
  }

  .seller-phone-number {
    font-size: 23px;
    padding: 5px 0;
    float: none
  }

  .seller-picture {
    float: none;
    position: absolute;
    width: 120px;
    height: 120px;
    right: 30px;
    top: 30px;
  }

  .seller-content {
    float: none;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 800px) and (min-width: 595px) {
  .seller-phone {
    padding: 0;
    border: 0;
    float: none;
    margin-bottom: 20px;
  }

  .seller-data-title {
    margin-top: 10px;
  }

  .seller-picture {
    float: none;
    position: absolute;
    width: 150px;
    height: 150px;
    right: 40px;
    top: 40px;
  }
}
@media (max-width: 594px) and (min-width: 100px) {
  .seller {
    padding: 40px;
    text-align: center;
  }

  .seller-picture {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
  }

  .seller-image {
    position: static;
  }

  .seller-content {
    float: none;
    width: 100%;
    padding: 0;
  }

  .seller-phone {
    padding: 0;
    border: 0;
    float: none;
    margin-bottom: 20px;
  }

  .seller-phone-number {
    font-size: 23px;
    padding: 5px 0;
    float: none;
  }

  .seller-data-title {
    margin-top: 10px;
  }

  .seller-button {
    position: static;
    display: inline-block;
    margin-top: 20px;
    max-width: 280px;
    width: auto;
    padding: 0 10px;
  }

  .seller-other {
    display: none;
  }
}
@font-face {
  font-family: "Symbols";
  src: url("../assets/fonts/symbols/NotoSans-Regular.ttf");
}
@font-face {
  font-family: CenturyGothic;
  src: url("../assets/fonts/CenturyGothic.ttf");
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #f7f9fb;
  background-image: url("../assets/images/background_grey.png");
  background-position: top center;
  /*background-size: 100%;*/
  background-repeat: no-repeat;
  font-family: 'Open Sans', serif;
}
body.index {
  background-image: url("../assets/images/background.png");
}
html {
  padding: 0;
  margin: 0;
}
* {
  outline: none;
}
input button {
  outline: none;
}
li {
  list-style-type: none;
}
ul {
  padding-left: 0;
  margin-left: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
h1 {
  font-weight: bold;
  font-size: 45px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
}
h2 {
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: 'Montserrat Alternates', serif;
  color: #2f3036;
}
@media (max-width: 595px) {
  h1, h1.content-page-title{
    font-size: 30px;
  }
  h1, h2 {
    text-align: center;
  }

  h1 .break, h2 .break {
    display: block;
  }
}
.mod-rouble {
  font-family: "Symbols", serif;;
}