.html {
  font-family: "Roboto", sans serif;
  font-weight: 400;
  font-size: 16px;
}
body {
  /*  display: flex;
    min-height: 100vh;
    flex-direction: column;*/
  font-size: 16px;
}
.logo {
  margin-top: 17px;
  position: relative;
  display: block;
}
main {
  /*flex: 1 0 auto;*/
  position: relative;
}
.menu-icon {
  margin: 0 20px;
}
.index-menu .row .col {
  padding: 33px 0;
  border: 1px solid #efeeee;
}
.index-menu {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.zi100 {
  z-index: 100;
  position: relative;
}
.index-menu-item {
  width: 25%;
  border: 1px solid #efeeee;
}
.index-menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 43px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  box-sizing: border-box;
}
.property-item-info {
  margin-left: 100px;
  line-height: 16px;
}
.property-item {
  overflow: hidden;
  position: relative;
  padding: 3px;
  margin: 5px;
  /*border:1px solid #cccccc;*/
  color: #3e3a3a;
}
.property-item:first-child {
  margin-top: 0;
}
.property-item .other-info {
  margin-top: 0.25rem;
}
.property-item .item-characteristics {
  font-size: 0.875rem;
}
.property-item img {
  margin-right: 10px;
  width: 100px;
  height: 100px;
}
.property-item .price {
  color: #fff;
  background: #6bbe11;
  font-size: 1.25rem;
  font-weight: 400;
  display: inline-block;
  padding: .4rem;
}
.property-item .price span {
  font-size: 1.063rem;
  font-weight: 400;
}
.property-item .address {
  margin-top: .9rem;
  font-size: .875rem;
  line-height: 0.875rem;
  color: #3e3a3a;
}
.property-item .district {
  color: #969696;
  font-size: 0.875rem;
}
.property-item-additional-info {
  text-align: center;
  cursor: default;
}
.property-item-additional-info img {
  width: auto;
  max-width: 340px;
  float: none !important;
}
/*.page-footer{
  bottom: 0;
  position: fixed;
  width: 100%;
}

main{
  padding-bottom: 15px;
}*/
.ember-view.property_item {
  background: #efeeee;
  padding-top: 5px;
}
.ember-view.property_item .property_list {
  background: inherit;
}
.ember-view.property_item .property_list > article {
  background: #fff;
}
.grey.row {
  background: #efeeee !important;
  padding: 1rem .5rem;
  margin-bottom: 0;
}
.grey.row h1 {
  color: #3e3a3a;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.grey.row .count {
  color: #3e3a3a;
  font-size: 0.875rem;
  font-weight: 400;
}
.search-form-rooms {
  padding: 10px 0 !important;
}
.search-form-rooms > div {
  display: inline-block;
  margin-right: 25px;
}
.search-form-rooms [type="checkbox"] + label {
  padding-left: 25px;
}
.favorite-icon,
.phone-agent-link {
  position: absolute;
  right: 5px;
}
.favorite-icon {
  top: 5px;
  color: #b1005b;
}
.phone-agent-link {
  bottom: 5px;
  color: #6bbe11;
}
#address-street-list a {
  display: block;
  width: 100%;
  padding: 2px 0;
}
#address-street-list a:hover {
  background: #ccc;
}
.filter-sort-row {
  background: #b1005b;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.filter-sort-row > div {
  position: relative;
  cursor: pointer;
}
.filter-sort-row > div:first-child:after {
  width: 1px;
  display: block;
  position: absolute;
  content: '';
  right: 0;
  background: #fff;
  height: 2rem;
  top: 50%;
  margin-top: -1rem;
}
.filter-sort-row > div:last-child:before {
  width: 1px;
  display: block;
  position: absolute;
  content: '';
  left: 0;
  background: #fff;
  height: 2rem;
  top: 50%;
  margin-top: -1rem;
}
.filter-sort-row > div.opened {
  background: #ff188f;
}
.filter-sort-row a {
  color: inherit;
  margin: 0 auto;
  padding: 16px 0 12px 0;
}
.mr20 {
  margin-right: 20px;
}
.sort-ul li {
  padding: 4px 0;
  text-align: center;
}
.sort-ul li.active {
  background: #ccc;
}
.slide-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 170px;
}
.side-nav li > a,
.side-nav li > div {
  padding: 0 15px;
}
.side-nav li > div {
  height: auto;
  background: inherit;
  color: inherit;
  line-height: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.photo-counter {
  position: absolute;
  z-index: 99;
  margin-top: 10px;
  right: 10px;
  background: #666;
  padding: 3px 6px;
  border-radius: 2px;
  color: #fff;
}
.property-main-info {
  position: relative;
}
.property-main-info .title {
  color: #3e3a3a;
  font-size: 1.063rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4px;
}
.property-main-info .price {
  color: #6bbe11;
  font-size: 1.25rem;
  font-weight: 700;
}
.property-main-info .price span {
  font-size: 1.063rem;
  font-weight: 400;
}
.property-main-info .price .pricePerMeter {
  color: #8b8b8b;
}
.property-main-info .mortage {
  color: #b1005b;
  font-size: 1rem;
}
.property-main-info .priority_high {
  border: 2px solid;
  border-radius: 50%;
  font-size: 1rem;
}
a.opened {
  background: #ccc;
}
.loader-wrapper {
  padding: 10rem 0;
}
.goToCategory {
  color: #3e3a3a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1rem;
}
.goToCategory i {
  vertical-align: baseline;
  font-size: 1.25rem;
}
.to-map {
  border: 2px solid #b61166;
  border-radius: 6px;
  color: #b61166;
  background: url('/img/to-map-bg.png') left center no-repeat;
  height: 35px;
  padding-left: 140px;
  line-height: 30px;
  font-weight: 700;
  max-width: 220px;
  margin: 0 auto;
  cursor: pointer;
}
.agent-info {
  background: #efeeee;
  color: #3e3a3a;
  line-height: 23px;
  padding: 15px;
}
.agent-info i {
  color: #b1005b;
  width: 46px;
  height: 46px;
}
.agent-info .agent-name {
  font-size: 1.063rem;
}
.agent-info .agent-job {
  font-size: 0.875rem;
  font-style: italic;
}
.agent-info .agent-phone {
  font-weight: 700;
  color: #b1005b;
  font-size: 1.063rem;
}
.agent-info .agent-phone a {
  color: inherit;
}
.agent-info .affiliate-phone {
  color: #b1005b;
  font-size: 1.063rem;
}
.agent-info .affiliate-phone a {
  color: #ff188f;
}
.row .col.description {
  padding: 1rem 0.75rem;
}
body h2 {
  font-size: 1.063rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
body h3 {
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
}
body td {
  padding: 5px;
}
.map-container {
  height: 100%;
  position: relative;
}
#map {
  width: 100%;
  min-height: 500px;
}
.map {
  min-height: 500px;
}
.preloader {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  /* notice .25s -----^ matches the 250ms passed into removePreloader() */
}
.fade-out .preloader {
  opacity: 0;
}
table td {
  font-size: 0.875rem;
}
table tr td:last-child {
  font-size: 0.938rem;
}
.characteristics_additional,
.land-mark,
.description,
.footer-copyright {
  font-size: 0.875rem;
}
.page-footer {
  background: #b1005b;
}
.page-footer .footer-copyright {
  padding: 10px;
  display: flex;
}
.page-footer .footer-copyright > div {
  width: 50%;
}
.page-footer .footer-copyright a {
  text-decoration: underline;
}
.spinner-red,
.spinner-red-only {
  border-color: #b1005b;
}
.other-properties div .property-item img {
  float: none;
  margin-right: 0;
  width: 180px;
  height: 135px;
}
.other-properties .property-item-info {
  white-space: nowrap;
  word-wrap: normal;
  padding-right: 7px;
  margin-left: 0;
  margin-top: 7px;
}
.bigImages {
  height: 600px;
}
.property_list .property-item img {
  float: left;
}
.slick-prev {
  left: 5px;
  z-index: 99;
}
.slick-next {
  right: 5px;
  z-index: 99;
}
.slick-slide .property-item {
  max-width: 185px;
  padding: 0;
  margin: 5px 5px 0 0;
}
.slick-slide .property-item .property-item-info {
  white-space: normal;
  word-wrap: break-word;
}
.property-images.contain .slide-box {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top center;
}
.favorite-li a {
  position: relative;
}
.favorite-li a span {
  position: absolute;
  display: block;
  top: 20px;
  right: 9px;
  background: #ffc600;
  margin: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 0.2rem;
  border-radius: 50%;
  color: #3e3a3a;
  padding: 4px;
}
.go_full_site {
  posiiton: relative;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  height: 30px;
  background: #6bbe11;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
@media screen and (max-width: 700px) {
  .index-menu-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .page-footer .footer-copyright {
    display: block;
  }
  .page-footer .footer-copyright > div {
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-copyright .right {
    float: none !important;
  }
}
@media screen and (max-width: 350px) {
  .nav-wrapper > a > .logo {
    display: none;
  }
  .agent-info .s3 {
    display: none;
  }
  .agent-info .s9 {
    width: 100% !important;
    text-align: center;
  }
}
/*# sourceMappingURL=app.css.map */