.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/*# sourceMappingURL=style.map */

.another-properties-overflow-handler {
  height:200px;
  position:absolute;
  bottom:0;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,1) 100%);
  width:100%;
  left: -2px;
  z-index:1;
}

.another-properties-btn-more {
  z-index: 2;
  color: #1a4580;
  position:absolute;
  bottom: 60px;
  left: 30px;
  font-weight: 500;
  cursor: pointer;
}

.another-properties-btn-more:hover {
  text-decoration: underline;
}

.custom-cotrol-label {
  font-size: 20px;
  font-weight: 400;
  margin: 24px 0 16px 0;
  color: rgba(0, 0, 0, 0.54);
}

.navbar-header-other-cities {
  display: flex;
  align-items: center;
  height: 64px;
  color: #fff;
}

/* для отключения дёргания при открытии модального окна в шапке сайта с другими городами*/
html {
  overflow-y: scroll;
}

body{
  padding-right: 0 !important;
}
/*************************************/

@media (max-width: 575px) {
  .tab-1 a, .tab-2 a, .tab-3 a {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
  }

  .tab-active a {
    color: #00838f;
  }
}

.link-wrapper {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lightboxCities .modal-dialog {
  min-width: 112px;
  width: 224px;
}
#lightboxCities .modal-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#lightboxCities .modal-body {
  padding: 8px 0;
  font-size: 16px;
}
#lightboxCities .modal-body ul {
  margin: 0;
}
#lightboxCities .modal-dialog a {
  color: rgba(0, 0, 0, 0.87);
}
#lightboxCities .menu-item {
  height: 48px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 841px) { /* https://material.io/guidelines/layout/responsive-ui.html#responsive-ui-breakpoints */
  #lightboxCities .modal-dialog {
    min-width: 128px;
    width: 192px;
  }
  #lightboxCities .modal-body {
    font-size: 15px;
  }
  #lightboxCities .menu-item {
    height: 32px;
    padding-left: 24px;
  }
}