.project-list {
  padding: 10px;
  /*background: #EFEFEF;*/
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.project-list h1 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
}
.project-list .category-description {
  font-size: 13px;
  color: #666;
}
.project-list .city-selector {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-right: 10px;
}
.project-list .city-selector a {
  display: block;
  float: right;
  border-bottom: 1px dashed #E00C18;
  margin-left: 10px;
}
.project-list .project-wrapper {
  float: left;
  width: 100%;
}
.project-list .project-unit {
  display: block;
  border-bottom: 2px #d9d9d7 solid;
  background: #FFF;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.project-list .project-inner-wrapper {
  position: relative;
}
.project-list .project-unit h2.title, .project-list .project-unit h1.title {
  color: #E00C18;
  font-size: 13px;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.3em;
  white-space: nowrap;
    text-align: left;
}
.project-list .project-unit p.description {
  font-size: 13px;
  color: #999;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.project-list .project-unit p.new-project-values {
  font-size: 13px;
  color: #000;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  min-height: 19px;
}
.project-list .project-unit .image {
  position: relative;
  margin-bottom: 10px;
  max-height: 560px;
  overflow: hidden;
}
.project-list .project-unit .image .main {
  width: 100%;
  display: block;
  position: relative;
}

.foreign-logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

.project-list .project-unit .image .count {
  color: #FFF;
  position: absolute;
  width: 28%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  padding-top: 16%;
  text-align: center;
}
.project-list .project-unit .image .count p {
  font-size: 21px;
  font-weight: bold;
}
.project-list .project-unit .image .count span {
  font-size: 12px;
}
.foreign-title-wrapper {
  min-height: 36px;
}
@media (min-width: 481px) {
  .project-list .project-wrapper {
    width: 49%;
    float: left;
  }
  .project-list .project-unit:nth-child(odd), .project-list .project-wrapper:nth-child(odd) {
    margin-right: 1%;
  }
}

.project {
  background: #FFF;
  padding: 20px 0;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.project .logo-wrap {
  padding: 0 20px;
}
.project .logo-wrap .logo {
  margin: 0 auto;
  position: relative;
}
.project .logo-wrap .logo .image {
  margin: 0 auto;
  width: 140px;
  background: #FFF;
  text-align: center;
  position: relative;
}
.project .logo-wrap .logo .image-wrap {
  display: inline-block;
}
.project .logo-wrap .logo .image-wrap img {
  width: 100%;
  height: auto;
}
.project .logo-wrap .logo .line {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #CCC;
  top: 50%;
}
.project .title {
  text-align: center;
  margin-top: 20px;
}
.project .title h2, .project .title h1 {
  font-weight: normal;
  font-size: 18px;
  padding: 0 10px;
}
.project .title .short-description {
  margin-bottom: 20px;
  color: #666;
}
.project .gallery img {
  width: 100%;
  display: block;
  outline: 1px solid white;
}
.project .gallery .full {
  display: block;
  position: relative;
}
.project .gallery .full .icon-zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.project .gallery .thumb {
  float: left;
  width: 25%;
  position: relative;
  display: block;
  padding: 0;
  margin: 1px 0 0 0;
}
.project .gallery .thumb .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.project .gallery .thumb .count {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 1px;
  height: 25px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}
.project .description {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  font-size: 14px !important;
}
.project .description p {
  margin: 10px 0;
}

.project-phone {
  font-size: 14px;
}

.nearby-things-container {
  padding: 0 16px;
}

#sticky-coordinate {
  height: 55px;
  position: absolute;
  display: block;
  z-index: 0;
}

.bottom-sticky {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  color: #a1a1a1;
  z-index: 2;
}
.bottom-sticky.justIos {
  height: 65px;
  padding-bottom: 10px;
}
.bottom-sticky a {
  text-decoration: none;
  color: #a1a1a1;
}
.bottom-sticky .share-friend {
  display: block;
  background: #949494;
  float: right;
  margin: 5px 10px 5px 0;
  height: 45px;
  border-radius: 5px;
  line-height: 45px;
  color: #FFF;
  padding: 0 25px;
}
.bottom-sticky .back-to-list {
  float: left;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjE3cHgiIHZpZXdCb3g9IjAgMCAyOCAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjggMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiM5NDk0OTQ7IiBkPSJNMjYuNzAyLDcuMzEzSDQuNDMzbDUuNzkxLTUuMjljMC41MDgtMC40NjMsMC41MDgtMS4yMTMsMC0xLjY3NmMtMC41MDctMC40NjQtMS4zMy0wLjQ2NC0xLjgzNiwwDQoJTDAuMzgsNy42NmMtMC41MDYsMC40NjMtMC41MDYsMS4yMTQsMCwxLjY3OGw4LjAwOCw3LjMxNEM4LjY0LDE2Ljg4Miw4Ljk3MywxNyw5LjMwNiwxN2MwLjMzMywwLDAuNjY1LTAuMTE4LDAuOTE4LTAuMzQ4DQoJYzAuNTA4LTAuNDY0LDAuNTA4LTEuMjE1LDAtMS42NzdsLTUuNzkxLTUuMjloMjIuMjY5QzI3LjQxOSw5LjY4NiwyOCw5LjE1NCwyOCw4LjVTMjcuNDE5LDcuMzEzLDI2LjcwMiw3LjMxM0wyNi43MDIsNy4zMTN6DQoJIE0yNi43MDIsNy4zMTMiLz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: 10px center;
  line-height: 55px;
  padding: 0 0 0 46px;
  color: inherit;
}

.icon-cont-phone, .icon-cont-mail, .icon-cont-home {
  display: inline-block;
  width: 18px;
  height: 22px;
  vertical-align: middle;
  background: transparent url(/static/img/icons_contacts.png) no-repeat;
}

.icon-cont-phone {
  width: 16px;
  background-position: 0 0;
}

.icon-cont-mail {
  background-position: -15px 0;
}

.icon-cont-home {
  background-position: -32px 0;
}

.cl {
  clear: both;
}

.article {
  background: #FFF;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.article .main-title {
  padding-bottom: 0;
}
.article .description {
  display: block;
  color: #888A89;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D7D8D3;
  padding-left: 8px;
  margin-top: -8px;
}
.article .text, .article .guides, .article .source {
  padding: 8px;
  display: block;
}
.article .text h2 {
  font-size: 14px;
}
.article .guides, .article .source {
  color: #888A89;
  font-style: italic;
}
.article .guides h3, .article .source h3 {
  font-size: 12px;
  display: inline;
  font-weight: normal;
}
.article .guides h3 a, .article .source h3 a {
  color: inherit;
}

/* statistic info */
.statistic-info-block {
  margin: 20px 0px 8px 0px;
  padding-bottom: 8px;
  color: #333;
}

.arrow_line {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #efefef;
  position: relative;
  max-height: 59px;
}

.arrow_line[data-type="with_sub"] .arrow_line_left {
  min-width: 149px;
}

.arrow_line[data-type="with_sub"] .arrow_line_left .icon-price {
  margin-right: 8px;
  margin-left: 3px;
}

.arrow_line[data-type="sub_line"] .arrow_line_left {
  min-width: 148px;
  padding-left: 65px;
  position: relative;
}

.arrow_line[data-type="sub_line"] {
  margin-top: 7px;
  max-height: 100px;
}

.arrow_line[data-type="sub_line"] .cell-data {
  display: block;
}

.arrow_line[data-type="sub_line"] .cell-data:first-child {
  margin-bottom: 7px;
}

.arrow_line[data-type="sub_line"] .cell-data:first-child .absolute_mini_text {
  text-transform: capitalize;
}

.block-row-group[data-type="evaluation"] {
  text-align: center;
}

.block-row-group[data-type="evaluation"] span {
  font-size: 13px;
  font-style: italic;
  color: #999;
  display: block;
  line-height: 15px;
  margin-bottom: 20px;
  margin-top: 14px;
}

.absolute_mini_text {
  position: absolute;
  left: -46px;
  width: 40px;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  top: 0;
}

.statistic-info-cell-full {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 10px;
}

.arrow_line_left {
  display: inline-block;
  background: #f5f5f5;
  position: relative;
  margin-right: 32px;
  padding: 5px 12px 5px 8px;
  white-space: nowrap;
  min-height: 56px;
}

.arrow_line_left:before {
  position: absolute;
  right: -18px;
  content: " ";
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 28px 0 28px 17px;
  border-color: transparent transparent transparent #efefef;
}

.arrow_line_left:after {
  position: absolute;
  right: -17px;
  content: " ";
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 28px 0 28px 17px;
  border-color: transparent transparent transparent #f5f5f5;
}

.arrow_line[data-type="sub_line"] .arrow_line_left:before,
.arrow_line[data-type="sub_line"] .arrow_line_left:after {
  border-width: 48px 0 48px 17px;
}

.arrow_line[data-type="sub_line"] .arrow_line_left:before {
  border-width: 48px 0 48px 17px;
  right: -18px;
}

.cell-data--small {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #a1a1a1;
}

.statistic-info-block[data-type="arrow_line"] .cell-data {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 1px;
}

@media (max-width: 369px) {
  .statistic-info-block[data-type="arrow_line"] {
    font-size: 13px;
  }

  .statistic-info-block[data-type="arrow_line"] .cell-data {
    font-size: 14px;
  }

  .cell-data--small {
    font-size: 12px;
  }

  .absolute_mini_text {
    font-size: 13px;
    line-height: 1.5;
  }

  .arrow_line[data-type="sub_line"] {
    max-height: 130px;
  }

  .arrow_line[data-type="sub_line"] .arrow_line_left {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .arrow_line[data-type="sub_line"] .arrow_line_left:before, .arrow_line[data-type="sub_line"] .arrow_line_left:after {
    border-width: 58px 0 58px 17px;
  }
}

.block-row {
    white-space: nowrap;
    position: relative;
    padding-left: 76px;
    padding-top: 3px;
}

.statistic-info-block[data-type="distance"] {
  position: relative;
}

.statistic-info-block[data-type="distance"]:before {
  background: url(/static/img/maps_bg2.png);
  background-repeat: repeat-x;
  background-position: right 0;
  z-index: 0;
  opacity: 0.4;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
}

.block-row-group {
    margin-top: 8px;
    font-size: 13px;
}

.block-row-group.no-float {
  clear: both;
}

.block-row-price-avg {
  position: relative;
  border: 1px solid #f5f5f5;
  border-bottom: 2px solid #e4e7e7;
  margin-bottom: 10px;
  height: 61px;
  overflow: hidden;
  display: table;
  width: 100%;
}

.block-row-price-avg.evaluate .block-cell-wide {
  background: #fff;
  display: table-cell;
  width: calc(100% - 110px);
  padding: 10px 10px 10px 10px;
  height: 100%;
  vertical-align: middle;
}

.block-row-price-avg .block-cell-wide {
  padding: 10px 10px 10px 20px;
}

.block-row-price-avg .block-cell-wide span {
  vertical-align: middle;
  height: auto;
  display: inline-block;
}

@media (min-width: 1000px) {
  .block-row-price-avg {
    width: 33%;
    float: left;
    margin-right: 0.5%;
  }
  .block-row-price-avg.evaluate {
    width: 49%;
    margin-right: 2%;
  }
  .block-row-price-avg:last-child {
    margin-right: 0;
  }
}
@media (max-width: 470px) {
  .block-row-price-avg:last-child {
    height: 99px;
  }
  .block-row-price-avg.evaluate:last-child .arrow:before {
    border-width: 52px 0 44px 29px;
  }
}

.block-row-price-avg .block-cell {
  margin-left: 0;
  display: table-cell;
  width: 110px;
  padding: 10px 0 10px 20px;
  background: #f5f5f5;
}

.block-row-price-avg .block-cell .cell-price {
  text-align: right;
  display: inline-block;
}

.block-row-price-avg .block-cell .cell-price-per {
  font-size: 11px;
}

.block-row-price-avg.evaluate .block-cell {
  width: 45%;
}

.block-row-price-avg .arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.block-row-price-avg .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-width: 30px 0 30px 30px;
  border-style: solid;
  border-color: #ffffff transparent;
  background: #f5f5f5;
  display: block;
  width: 0;
}

.block-row-price-avg.evaluate .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-width: 30px 0 30px 30px;
  border-style: solid;
  border-color: #f5f5f5 transparent;
  background: #ffffff;
  display: block;
  width: 0;
}

.block-cell {
  display: inline-block;
  width: 64px;
  vertical-align: middle;
  margin-left: -74px;
  letter-spacing: -0.05em;
}

.block-cell-info {
  display: inline-block;
  min-width: 76px;
  vertical-align: middle;
  text-align: right;
  padding-right: 8px;
  margin-left: -76px;
  font-size: 12px;
  font-style: italic;
  color: #333;
  white-space: normal;
}

.block-cell-auto {
  display: inline-block;
  vertical-align: top;
  line-height: 12px;
}

.block-cell-wide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.block-stops {
  overflow: visible;
  white-space: normal;
  line-height: 21px;
  margin-bottom: 6px;
  position: relative;
}

.block-stop_distance {
  width: 85px;
}

.block-stop_name {
  margin-left: 0;
  width: 190px;
  white-space: normal;
}

.chartTitle {
  margin-top: 0;
  padding: 19px 0 0px 0!important;
  position: relative;
}

.rating-info-block {
  margin-bottom: 15px;
}

@media (max-width: 470px) {
  .block-row-stops {
    display: block!important;
  }

  .block-stop_distance {
    width: 64px;
  }

  .block-stops {
    display: block;
    margin-left: -6px;
  }
}

.block-text {
    font-size: 14px;
}

.block-text-main {
  font-weight: bold;
  font-size: 18px;
}

.block-text-sub {
  margin-left: 5px;
  color: #a6a6a6;
}

.info-text-small {
  display: inline-block;
  line-height: 12px;
  font-size: 11px;
  color: #b6b6b6;
  font-style: italic;
  white-space: normal;
  padding-right: 8px;
  vertical-align: top;
}

.info-item {
  display: inline-block;
  width: 260px;
  line-height: 20px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-num-arrow {
  position: relative;
  background: #eeeeee;
  color: #E00C18;
  font-size: 12px;
  display: inline-block;
  vertical-align: baseline;
  width: 32px;
  text-align: center;
  padding-right: 4px;
  border-radius: 2px;
  line-height: 16px;
  margin-right: 8px;
}

.show-advert-container__ntz .info-num-arrow {
  color:#6BC201;
}

.info-num-arrow:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-left-color: #eeeeee;
  border-width: 4px;
  margin-top: -4px;
}

.statistic-info-row {
  white-space: normal;
  margin-left: -76px;
}

.stat-chart-info {
  font-size: 12px;
  font-style: italic;
}

.statistic-info-source {
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #999;
}

/* bog-bottom-tooltip */
.bog-bottom-tooltip {
  position: relative;
  background: #eeeeee;
  color: #333;
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  text-align: right;
  padding: 0 16px;
  border-radius: 2px;
  line-height: 30px;
  font-size: 12px;
  margin-top: 10px;
}

.bog-bottom-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eeeeee;
  border-width: 8px;
  margin-left: -8px;
}

/* energy-class-row  */
.energy-class-row {
  margin-top: 37px;
}

.crime-row {
  margin-top: 15px;
}

.energy-class-row, .energy-class-num {
  line-height: 14px;
}

.energy-class-row > div > div, .energy-class-num div {
  height: 10px;
  display: inline-block;
  box-shadow: 0 0 0 1px #fff;
  transition: all 10ms linear;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}

.energy-class-row > div > div {
  width: 100%;
}

.energy-class-row > div {
  height: 10px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}

.energy-class-row > div > div:hover {
  transform: scale(1.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9;
}

.energy-class-row > div:hover {
  position: relative;
  z-index: 9;
}

.energy-class-row > div.ec-current > div {
  transform: scale(1.1, 1.8);
  box-shadow: 0 0 0 1px #fff, 0 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 8;
}

.energy-class-row > div.ec-current {
  position: relative;
}

.ec-good > div {
  background: #a9cd37;
}

.ec-ok > div {
  background: #fbd23a;
}

.ec-bad > div {
  background: #fe8f40;
}

.ec-v-bad > div {
  background: #dd0030;
}

.ec-x-bad > div {
  background: #932a6c;
}

.ec-good {
  width: 19.98%;
}

.ec-ok {
  width: 13.32%;
}

.ec-bad {
  width: 19.98%;
}

.ec-v-bad {
  width: 19.98%;
}

.ec-x-bad {
  width: 26.64%;
}

.ec-type-good {
  width: 19.98%;
}

.ec-type-ok {
  width: 13.32%;
}

.ec-type-bad {
  width: 19.98%;
}

.ec-type-v-bad {
  width: 19.98%;
}

.ec-type-x-bad {
  width: 26.64%;
}

.energy-class-tooltip {
  position: absolute;
  background: #fff;
  padding: 0px 4px;
  z-index: 999;
  font-size: 10px;
  width: auto;
  white-space: nowrap;
  line-height: 14px;
  display: inline-block;
  border: 1px solid #ccc;
  bottom: 180%;
  left: 50%;
  margin-left: -40px;
}

.ec-current .energy-class-tooltip {
  bottom: 20px;
  z-index: 1;
}

.energy-class-tooltip b {
  font-size: 11px;
}

.energy-class-tooltip:after, .energy-class-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

.energy-class-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}

.energy-class-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 6px;
  margin-left: -6px;
}

/* bus */
.route-number {
  display: inline-block;
  border-radius: 3px;
  color: #b6b6b6;
  text-align: center;
  min-width: 25px;
  line-height: 16px;
  padding: 0 2px;
  vertical-align: middle;
  z-index: 1;
  font-weight: bold;
  border: 1px solid #b6b6b6;
  cursor: default;
  font-size: 12px;
  height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}

.route-number sup {
  font-size: 8px;
  line-height: 4px;
}

.route-type-2.show-title {
  background: #0073ac;
  border-color: #0073ac;
  color: #fff;
}

.route-type-1.show-title {
  background: green;
  border-color: green;
  color: #fff;
}

.route-type-4.show-title {
  background: #303030;
  border-color: #303030;
  color: #fff;
}

.route-type-3.show-title {
  background: #dc3131;
  border-color: #dc3131;
  color: #fff;
}

.route-type-5.show-title {
  background: green;
  border-color: green;
  color: #fff;
}

.route-title {
  position: absolute;
  display: none;
  left: 0px;
  top: 100%;
  color: #000;
  background: #fff;
  box-shadow: 0 0 1px 1px #ccc;
  white-space: nowrap;
  z-index: 999;
  padding: 4px;
  text-align: left;
  line-height: 14px;
  font-weight: normal;
}

.block-cell-info .route-title {
  left: 0;
  top: 100%;
}

.show-title .route-title {
  display: block;
  max-width: 95%;
  white-space: normal;
}

/* top menu*/
.top-menu li a {
  display: inline-block;
  line-height: normal;
  text-align: right;
  padding-bottom: 3px;
  vertical-align: bottom;
}

.top-menu li a.toggle-user-menu {
  width: 40px;
  text-align: center;
}

/* index saved search header */
.saved-search-header {
  list-style: none;
  margin: 8px 16px 4px 16px;
  padding: 0;
}

.saved-search-header li {
  display: inline-block;
  width: 50%;
  text-align: right;
}

.saved-search-header .saved-search-item-wrapper {
  border-bottom: 4px solid #d11019;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
  display: inline-block;
}

.saved-search-header .saved-search-item-wrapper a {
  color: #d11019;
}

.filter-content__ntz .saved-search-header .saved-search-item-wrapper a {
  color:#6BC201;
}

.filter-content__ntz .saved-search-header .saved-search-item-wrapper {
  border-bottom-color: #6BC201;
}

.saved-search-header li a {
  color: #999;
  font-size: 12px;
}

.saved-search-header li:first-child {
  text-align: left;
  color: #888;
  font-size: 12px;
}

.saved-search-header span {
  display: inline-block;
  /*border-bottom: 1px solid #aaa;*/
}

/* saved search list */
.saved-list-item {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-left-width: 3px;
  border-top: none;
  padding: 16px 45px 8px 16px;
  position: relative;
  margin: 8px 8px 8px 8px;
  font-size: 11px;
  white-space: nowrap;
}

.floating-number {
  background: #d11019;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  font-weight: bold;
  text-align: center;
  min-width: 28px;
  padding: 0 2px;
  font-size: 11px;
  line-height: 20px;
  border-bottom: 1px solid #b20e15;
}

.filter-content__ntz .floating-number, .main_ntz .floating-number {
  background:#6BC201;
  border-bottom-color: #3d7b00;
}

.list-searches .floating-number {
  top: 0px;
  right: 0px;
  display: inline-block;
  position: relative;
}

a.saved-item-main-text {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
  color: #000;
  width: 100%;
}

.saved-item-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  margin-top: 8px;
  line-height: 14px;
}

.saved-item-buttons li {
  display: inline-block;
  text-align: center;
}

.saved-item-buttons a {
  color: #999;
}

a.saved-item-sub-text {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  line-height: 14px;
  display: inline-block;
  width: 100%;
}

.item-buttons-sep {
  background: #ebebeb;
  width: 1px;
  height: 32px;
  margin: 0 16px;
}

/* new filter container */
.filter-container {
  background: #fff;
  padding: 15px 20px 20px 20px;
}

.filter-object-type {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 71px;
  position: relative;
  display: block;
  line-height: 71px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.filter-object-type li {
  width: 75px;
  height: 51px;
  background: #fff;
  color: #28426c;
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 12px;
  border-left-color: #e8e8e8;
  margin-left: -1px;
  white-space: normal;
  margin-top: 0px;
}

.filter-object-type li:first-child {
  border: none;
}

.filter-object-type li a {
  color: #b6b6b6;
  font-size: 12px;
}

.filter-object-type li.object-selected {
  color: #D9111B;
  text-align: center;
  font-weight: bold;
  background: transparent;
  font-size: 12px;
}

.filter-content__ntz .filter-object-type li.object-selected {
  color:#6BC201;
}

li.object-type-button-wide {
  width: 90px;
}

/*@media (max-width: 319px) {*/
/*li.object-order-2 {*/
/*display: none;*/
/*}*/
/*}*/
/*@media (max-width: 430px) {*/
/*li.object-order-3 {*/
/*display: none;*/
/*}*/
/*}*/
/*@media (max-width: 500px) {*/
/*li.object-order-4 {*/
/*display: none;*/
/*}*/
/*}*/
/*@media (max-width: 580px) {*/
/*li.object-order-5 {*/
/*display: none;*/
/*}*/
/*}*/
/*@media (max-width: 690px) {*/
/*li.object-order-6 {*/
/*display: none;*/
/*}*/
/*}*/
/*@media (max-width: 690px) {*/
/*li.object-order-7 {*/
/*display: none;*/
/*}*/
/*}*/
/*@media (max-width: 690px) {*/
/*li.object-order-8 {*/
/*display: none;*/
/*}*/
/*}*/
/*@media (min-width: 700px) {*/
/*li.object-type-other {*/
/*display: none;*/
/*}*/
/*}*/
/* filter offer type */
.filter-offer-type {
  list-style: none;
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  margin-bottom: 16px;
  line-height: 42px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  max-width: 400px;
}

.swiper {
  width: auto;
  height: 51px!important;
  overflow-x: scroll;
}

.filter-object-type .swiper {
  width: 100%;
  height: 71px !important;
}

.swiper {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
}
.swiper::-webkit-scrollbar {
  display: none;
}

.swiperContent {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.object-type-other-shadow {
  display: none;
}

@media (max-width: 798px) {
  .swiper {
    /*width: 80%!important;*/
    height: 71px!important;
  }

  #filterContainerTop .filter-object-type {
      padding-right: 70px;
  }

  li.object-type-other {
    right: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    border-left: none;
  }

  li.object-type-other-shadow {
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 14px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    border-radius: 40%;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: -1px 0px 20px rgba(0,0,0,0.39);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.39);
  }

  .swiperContent {
    width: 680px;
    text-align: left;
  }

}
@media (max-width: 350px) {
  .swiperContent {
    width: 700px;
    text-align: left;
  }
}

@media (min-width: 798px) {
  li.object-type-other {
    display: none;
  }
}

@media (min-width: 650px) {
  .filter-offer-type {
    margin-left: 75px;
  }
}

.filter-offer-type li {
  display: inline-block;
  width: 50%;
  background: #fff;
  color: #28426c;
  border-radius: 4px;
}

.filter-offer-type li a {
  color: #888;
  display: inline-block;
  width: 100%;
}

li.offer-selected {
  background: #eeeeee;
  color: #D9111B;
  font-weight: bold;
}

.filter-content__ntz li.offer-selected {
  color:#6BC201;
}

/* search-filter-white */
.search-filter-white {
  background: #fff;
  list-style: none;
  margin: 0 auto;
  color: #28426c;
  padding: 0;
  margin-bottom: 16px;
  max-width: 400px;
}

@media (min-width: 650px) {
  .search-filter-white {
    margin-left: 26px;
  }
}

.search-filter-white li {
  line-height: 48px;
  position: relative;
  border-bottom: 1px solid #eee;
  margin-left: 50px;
}
.search-filter-white li.no-border {
  border-bottom: none;
}
.search-filter-white li.send-frequency {
  margin-left: 0;
  border-bottom: none;
}
.search-filter-white li.send-frequency label {
  display: block;
  line-height: normal;
  color: #888;
  padding-top: 5px;
}
.search-filter-white li.send-frequency .frequency-option {
  line-height: 38px;
  color: #888;
}

.search-filter-white .filter-white-selected {
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  /*padding-right: 20px;*/
  padding-bottom: 2px;
}

.search-filter-white .filter-white-item-title {
  color: #999;
  font-size: 10px;
  font-weight: normal;
}

.search-filter-white .icon-double-arrow-right-tiny {
  position: absolute;
  right: 8px;
  top: 20px;
}

.search-filter-white li a {
  color: #888;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.search-filter-white li a.delete-filter-link {
  position: absolute;
  height: 40px;
  line-height: 40px;
  left: -50px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  border-right: 1px solid #eee;
  top: 3px;
}

.search-filter-white li a.delete-filter-link.no-border {
  border-right: none;
  margin-top: 10px;
}

.search-filter-white li.filter-white-bottom {
  border: none;
  line-height: 80px;
  margin: 10px 0;
  white-space: nowrap;
}

.search-filter-white .filter-white-bottom a {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #888;
  text-decoration: none;
}

.search-filter-white .filter-white-bottom.search-name label {
  display: block;
  line-height: normal;
  color: #888;
  margin-bottom: 5px;
  padding-top: 5px;
}

.search-filter-white .filter-white-bottom .select-option-input {
  line-height: 42px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 0;
  padding: 0 8px;
  outline: none;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.search-filter-white a.flat-button-red, a.flat-button-red, button.flat-button-red {
  background: #D9111B;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
}

.filter-content__ntz .search-filter-white a.flat-button-red,
.filter-content__ntz a.flat-button-red, .filter-content__ntz button.flat-button-red {
  background:#6BC201;
}

.search-subscribe-input {
  line-height: 38px;
  display: inline-block;
  position: relative;
}
.search-subscribe-input .search-subscribe-frequency {
  background: #E8E8E8;
  line-height: 14px;
  font-size: 13px;
  padding: 7px;
  box-sizing: border-box;
  width: 298px;
}
.search-subscribe-input .search-subscribe-frequency .input-wrapper {
  display: inline-block;
  width: 48%;
}
.search-subscribe-input .search-subscribe-frequency input {
  padding: 0;
  margin: 0;
}
.search-subscribe-input .search-subscribe-frequency label {
  padding: 0 10px 0 3px;
}
.search-subscribe-input .search-subscribe-frequency .frequency-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.search-subscribe-input input {
  line-height: 36px;
  vertical-align: top;
  padding: 0 8px;
  outline: none;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 0 0 0 5px;
  float: left;
  height: 38px;
}

.search-subscribe-input input[readonly] {
  color: #999;
  -webkit-appearance: none;
  margin: 0;
  width: 160px;
}

.search-subscribe-input input[name=email] {
  width: 228px;
  -webkit-appearance: none;
  margin: 0;
}

.search-subscribe-input .frquency-dropdown {
  line-height: 38px;
  height: 38px;
  padding: 0 10px 0 6px;
  outline: none;
  border: 1px solid #ddd;
  border-right: none;
  color: #999;
  margin: 0;
  width: 80px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  z-index: 1;
  float: left;
}
.frquency-dropdown-open {
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 41px;
  /*width: 183px;*/
}
.frquency-dropdown-open .frquency-dropdown-open-value {
  color: #999;
  /*line-height: 14px;*/
  padding: 0 8px;
  text-align: left;
  display: inline-block;
  font-size: 10px;
  border: 1px solid #ddd;
  background: #ddd;
}

.frquency-dropdown-open .frquency-dropdown-open-value.open {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.frquency-dropdown-open .frquency-dropdown-open-value:nth-child(2) {
  border-left: none;
}

.search-subscribe-input .frquency-dropdown span {
  display: inline-block;
  line-height: 12px;
  padding-top: 6px;
}
.search-subscribe-input div {
  line-height: 16px;
  font-size: 11px;
  position: relative;
  margin-top: 21px;
}
.search-subscribe-input button.flat-button-red {
  width: auto;
  border: none;
  padding: 0 15px;
  vertical-align: top;
  border-radius: 0 5px 5px 0;
  float: left;
  margin: 0;
  height: 38px;
}

.filter-checkbox, .filter-checkbox-checked {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
}

.filter-checkbox-checked, input:checked ~ .filter-checkbox {
  background: #e6fddf;
}

.filter-checkbox-checked:after, input:checked ~ .filter-checkbox:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

li.detailed-search-anchor {
  border: none;
}

/* select map */
.search-filter-white li.select-with-map {
  padding-right: 72px;
}

.select-with-map .icon-double-arrow-right-tiny {
  right: 80px;
}

.search-filter-white li a.link-select-on-map {
  display: inline-block;
  position: absolute;
  width: 72px;
  text-align: center;
  right: 0;
  top: 0;
  height: 38px;
  line-height: 16px;
  font-size: 12px;
  border-left: 1px solid #eee;
}

.search-filter-white li a.link-select-on-map-bg {
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  line-height: 17px;
  font-size: 10px;
  height: 45px;
  width: 60px;
  border: 1px solid #d1d1d1;
  padding-top: 4px;
  border-radius: 4px;
  background: url("/static/img/map_image.png") no-repeat;
}


/* search-select-order */
.select-order-container {
  display: inline-block;
  height: 38px;
  vertical-align: top;
}

.search-select-order {
  list-style: none;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 5px;
  line-height: 28px;
  color: #333;
  vertical-align: middle;
  width: auto;
  min-width: 151px;
  white-space: nowrap;
}

.search-select-order a {
  color: #333;
}

.search-select-order li {
  display: none;
  position: relative;
}

.search-select-order .icon-arrow-down {
  position: absolute;
  right: 0;
  top: 14px;
}

li.selected-order-item {
  display: block;
  cursor: pointer;
  padding: 4px;
  padding-right: 20px;
}

.expanded-select li.selected-order-item {
  font-weight: bold;
}

.expanded-select li {
  display: block;
  padding: 4px;
}

.expanded-select .icon-arrow-down {
  visibility: hidden;
}

/* result-item-v3 */
.result-item-v3 {
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.result-item-v3.open-door .icon-on-top-container {
  bottom: 23px;
}

.result-item-v3.open-door .visited-layer span {
  bottom: 23px;
  margin-bottom: 4px;
}

.result-item-v3 .visited-layer.project span {
  bottom: 23px;
}

.result-item-v3.open-door .visited-layer.project span {
  bottom: 43px;
}

.city-strip {
  display: inline-block;
  background: #695F4A;
  color: #fff;
  font-size: 11px;
  height: 15px;
  border-right: 1px solid #433C2E;
  border-bottom: 1px solid #433C2E;
  padding: 0 6px;
  line-height: 15px;
  text-align: center;
  overflow: visible;
  position: absolute;
  margin-left: -5px;
  margin-top: 7px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.strip-tick {
  position: absolute;
  float: left;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #2C261C;
  bottom: -6px;
  left: 0;
}

.object-loader-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  line-height: 113px;
  text-align: center;
}

.object-loader {
  background: url("/static/svg/search/object_loader.svg") no-repeat center center transparent;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
}

.result-item-v3 a {
  display: inline-block;
  vertical-align: top;
}

.object-image-link {
  position: relative;
}

.result-item-v3 .house-level {
  position: absolute;
  top: -3px;
  left: 132px;
  width: 26px;
  height: 26px;
  border: none;
  z-index: 4;
}

.visited-layer {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 151px;
  height: 113px;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 3;
}

.visited-layer span {
  position: absolute;
  bottom: 4px;
  left: 4px;
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
  padding: 0px 8px;
  background: rgba(85, 85, 85, 0.85);
}

/* result-item-info-v3 */
.result-item-info-container-v3 {
  display: inline-block;
  position: absolute;
  left: 151px;
  top: 0;
  right: 0;
  height: 113px;
  line-height: 113px;
  z-index: 0;
  padding-left: 16px;
}

.result-item-info-v3, .result-item-info-project {
  display: inline-block;
  line-height: normal;
  vertical-align: top;
  font-size: 12px;
  width: 100%;
  color: #000;
  padding-top: 8px;
}

.item-time-v3 {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 11px;
  color: #999;
}

.item-address-v3, .item-description-v3, .item-price-main-v3, .item-price-secondary-v3 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}

.result-item-info-project .item-address-v3, .result-item-info-project .item-description-v3 {
  padding-right: 4px;
  white-space: normal;
  max-height: 30px;
}

.result-item-info-project .item-address-v3 {
  color:#D9111B;
  font-weight: bold;
}

.item-address-v3 {
  color: #000;
}

.item-price-main-v3 span {
  color: #000;
  font-weight: bold;
}

.item-price-secondary-v3 span {
  color: #000;
}

a:visited .item-price-main-v3 span, a:visited .item-price-secondary-v3 span, a:visited .item-address-v3 {
  color: #666;
}

/* popup-info-message-centered */
.popup-info-message-centered a {
  width: auto;
  padding: 0 16px;
}

.popup-info-message-centered a:last-child {
  padding-left: 0;
}

.popup-info-message-centered a:first-child {
  padding-left: 16px;
}

.popup-info-message-centered {
  text-align: center;
}

.popup-info-message {
  padding: 16px;
}

/* search-result-mark */
.search-result-mark {
  margin: 0 8px;
  color: #333;
  font-weight: bold;
  border-top: 1px solid #d2d2d2;
  font-size: 11px;
  margin-top: 8px;
}

.search-result-mark div {
  padding-right: 8px;
  background: #f3f3f3;
  display: inline-block;
  position: relative;
  top: -11px;
}

/* block-search-subscribe */
.block-search-subscribe {
  position: relative;
  margin: 16px auto;
  padding: 0 8px;
  max-width: 400px;
}

.block-search-subscribe .icon-search-subscribe {
  position: absolute;
  left: 8px;
  top: 2px;
}

.block-search-subscribe .flat-button-red {
  width: 220px;
  line-height: 38px;
}

.block-search-subscribe-devider {
  border-top: 1px solid #ddd;
}

.subscribe-title {
  color: #D9111B;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.subscribe-subtitle {
  line-height: 14px;
  font-size: 12px;
  margin-bottom: 8px;
}

/*  show advert  */
.show-advert-container {
  background: #fff;
  width: 1px;
  min-width: 100%;
  *width: 100%;
  position:relative;
  top: 0;
  margin-bottom: -3px;
}

.advert-info-header {
  padding: 8px 16px;
  font-size: 15px;
  color: #999;
}

.advert-info-header h1 {
  font-size: 16px;
  padding: 8px 0 0 0;
  color: #333;
}

.advert-info-header .main-price {
  font-size: 18px;
  color: #D9111B;
  font-weight: bold;
  vertical-align: middle;
}

.show-advert-container__ntz .advert-info-header .main-price {
  color:#6BC201;
}

.important-info {
  font-size: 15px;
}

.advert-info-header__addapt {
  display: inline-block;
}

.link-send-friend {
  display: inline-block;
  line-height: 38px;
  border: 2px solid #e8e8e8;
  width: 100%;
  max-width: 426px;
  border-radius: 5px;
  margin: 4px 0;
  font-size: 14px;
  min-width: 260px;
}

/*@media (max-width: 550px) {*/
/*  .link-send-friend {*/
/*    width: 336px;*/
/*  }*/
/*}*/

/*@media (max-width: 384px) {*/
/*  .link-send-friend {*/
/*    width: 276px;*/
/*  }*/
/*}*/


.link-send-friend span:first-child {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 50px;
    border-right: 1px solid #e8e8e8;
    margin-right: 20px;
    margin-top: 1px;
}

.link-send-friend span.icon-send-friend {
  margin-right: 4px;
}

.link-send-friend__text {
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
}

.show-advert-container__ntz .link-send-friend__text {
  color:#6BC201;
}

.link-send-friend__text__small {
  font-size: 11px;
  color: #999;
}

.advert-contact-button, .advert-contact-button-big {
  display: inline-block;
  background: #eef0ef;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  margin-top: 8px;
}

.advert-contact-button-big {
  font-size: 22px;
}

.logo-wrapper {
  text-align: center;
}

.logo-wrapper img{
  max-width: 120px;
  max-height: 50px;
  height: auto;
  width: auto;
}

.obj-agency {
  height: 50px;
  margin-bottom: 10px;
}

.obj-agency.without-web-link {
  margin-top: 10px;
}

.phone-button-subtitle {
  color: #999;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.advert-web-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.advert-sticky-links {
  line-height: 56px;
  height: 56px;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  max-width: 960px;
  display: inline-block;
  box-shadow: 0 0 3px 1px #999;
  z-index: 9;
  text-align: right;
  padding-right: 6px;
}

.advert-sticky-links.justIos {
  padding-bottom: 10px;
  height: 66px;
  /*z-index: -2;*/
}

a.sticky-link, .sticky-link, .sticky-link-red, .sticky-loading {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  font-size: 10px;
  text-align: center;
  color: #999;
  margin-left: 8px;
}

.sticky-link-red .icon-hart-flat {
  background-color: #D9111B;
}

.show-advert-container__ntz .sticky-link-red .icon-hart-flat {
  background-color: #6BC201;
}

.sticky-loading .icon-hart-flat {
  background-image: url("/static/img/gif/rolling.gif");
}

.bottom-sticky-button-wrapper {
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.back-to-list-link {
  vertical-align: middle;
  float: left;
  padding-left: 8px;
  padding-right: 20px;
  margin-top: 6px;
  white-space: nowrap;
}

@media (max-width: 395px) {
  .back-to-list-link {
    width: 37px;
  }
}
.advert-sticky-links .flat-button-red, .bottom-sticky-button-wrapper .flat-button-red {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  font-size: 14px;
}

.advert-icon-button {
  background-color: #999;
  display: inline-block;
  width: 39px;
  height: 36px;
  border-radius: 3px;
}

.bottom-menu-margin {
  margin-bottom: 56px;
}

/* animate pulse */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.8s;
}

.pulse2 {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 1s;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse2 {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
  }
  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
}
/* nav-toolbar-v2 */
.nav-toolbar-v2 {
  position: relative;
  height: 56px;
  margin-bottom: 16px;
}

.page-select-v2 {
  padding-left: 32px;
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  text-align: center;
}

.page-select-v2 span {
  font-size: 10px;
  color: #999;
}

.page-select-v2 a {
  font-size: 18px;
  color: #666;
}

.button-next-v2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  padding-right: 20px;
  border-left: 1px solid #d0d0d0;
  padding-left: 16px;
  padding-top: 16px;
}

.button-next-v2 a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.button-next-v2 a span {
  margin-left: 8px;
}

.button-previous-v2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  padding-right: 20px;
  border-right: 1px solid #d0d0d0;
  padding-left: 16px;
  padding-top: 16px;
}

.button-previous-v2 a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

/* map */
.switchable-containers {
  position: relative;
  overflow: hidden;
}

.switchable-containers .icon-close-map {
  width: 40px;
  height: 40px;
  background: url(/static/svg/object/map_close.svg) no-repeat center center transparent;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  right: 15px;
  top: 15px;
}

/* icons */
.icon-crime {
  display: inline-block;
  background: url("/static/svg/object/icon_crime.svg?v1") no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
}

.show-advert-container__ntz .icon-crime {
  background-image: url("/static/svg/object/icon_crime_green.svg");
}

.icon-kinder {
  display: inline-block;
  background: url("/static/svg/object/icon_kinder.svg?v1") no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
  margin-left: 6px;
}

.show-advert-container__ntz .icon-kinder {
  background-image: url("/static/svg/object/icon_kinder_green.svg");
}

.icon-school {
  display: inline-block;
  background: url("/static/svg/object/icon_school.svg?v1") no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
  margin-left: 6px;
}

.icon-bus {
  display: inline-block;
  background: url("/static/svg/object/icon_bus.svg?v1") no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
  margin-left: 6px;
}

.show-advert-container__ntz .icon-bus {
  background-image:url('/static/svg/object/icon_bus_green.svg');
}

.icon-price {
  display: inline-block;
  background: url("/static/svg/object/icon_price.svg?v1") no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
}

.show-advert-container__ntz .icon-price {
  background-image:url('/static/svg/object/icon_price_green.svg');
}

.icon-heating {
  display: inline-block;
  background: url("/static/svg/object/icon_heating.svg?v1") no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
}

.icon-energy {
  display: inline-block;
  background: url("/static/svg/object/icon_energy.svg?v1") no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
}

.icon-store {
  display: inline-block;
  background: url(/static/svg/object/icon_store_red_no_borders.svg) no-repeat center center transparent;
  width: 45px;
  height: 46px;
  vertical-align: middle;
  margin-left: 6px;
}

.show-advert-container__ntz .icon-store {
  background-image: url(/static/svg/object/icon_store_green_no_borders.svg);
}

.info-icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  background: url("/static/svg/map/info_gray.svg") no-repeat center center transparent;
}

.icon-new-object-small {
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url("/static/svg/search/new_obj.svg") no-repeat center center transparent;
  vertical-align: middle;
}

.svg-delete {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/delete_icon.svg") no-repeat center center transparent;
  width: 24px;
  height: 22px;
}

.icon-edit-saved {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/document-edit.svg") no-repeat center center transparent;
  width: 22px;
  height: 22px;
}

.icon-mail-saved {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/icon_mail.svg") no-repeat center center transparent;
  width: 21px;
  height: 15px;
}

.icon-mail-subscribed {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/subscribed_search.svg") no-repeat center center transparent;
  width: 28px;
  height: 22px;
}

.icon-push-saved {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/gray_push.svg") no-repeat center center transparent;
  width: 29px;
  height: 23px;
  background-size: 100%;
}


.icon-push-saved-inlist {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/push_gray.svg") no-repeat center center transparent;
  width: 29px;
  height: 23px;
}

.subscribed .icon-push-saved-inlist
{
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/push_green.svg") no-repeat center center transparent;
  width: 29px;
  height: 23px;
}

.subscribed .icon-push-saved
{
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/push_red.svg") no-repeat center center transparent;
  width: 29px;
  height: 23px;
}

.icon-delete-white {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/delete_white.svg") no-repeat center center transparent;
  width: 25px;
  height: 25px;
}

.icon-delete-white-2 {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/saved/delete_white.svg") no-repeat center center transparent;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 11px;
  left: 6px;
}

.icon-apartment {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 37px;
}
.icon-apartment.red {
  background: url("/static/svg/new_object/apartment_red.svg") no-repeat bottom center transparent;
}
.icon-apartment.grey {
  background: url("/static/svg/new_object/apartment_grey.svg") no-repeat bottom center transparent;
}

.filter-content__ntz .icon-apartment.red {
  background-image: url('/static/svg/new_object/apartment_green.svg');
}

.icon-house {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 37px;
}
.icon-house.red {
  background: url("/static/svg/new_object/house_red.svg") no-repeat bottom center transparent;
}
.icon-house.grey {
  background: url("/static/svg/new_object/house_grey.svg") no-repeat bottom center transparent;
}
.filter-content__ntz .icon-house.red {
  background-image: url('/static/svg/new_object/house_green.svg');
}
.icon-house .house-count {
  width: 16px;
  height: 14px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  font-family: Tahoma;
  font-weight: normal;
}

.icon-lot {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 37px;
}
.icon-lot.red {
  background: url("/static/svg/new_object/lot_red.svg") no-repeat bottom center transparent;
}
.icon-lot.grey {
  background: url("/static/svg/new_object/lot_grey.svg") no-repeat bottom center transparent;
}
.filter-content__ntz .icon-lot.red {
  background-image: url('/static/svg/new_object/lot_green.svg');
}
.icon-premise {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 37px;
}
.icon-premise.red {
  background: url("/static/svg/new_object/premise_red.svg") no-repeat bottom center transparent;
}
.icon-premise.grey {
  background: url("/static/svg/new_object/premise_grey.svg") no-repeat bottom center transparent;
}

.filter-content__ntz .icon-premise.red {
  background-image: url('/static/svg/new_object/premise_green.svg');
}

.icon-garage {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 37px;
}
.icon-garage.red {
  background: url("/static/svg/new_object/garage_red.svg") no-repeat top center transparent;
}
.icon-garage.grey {
  background: url("/static/svg/new_object/garage_grey.svg") no-repeat top center transparent;
}
.filter-content__ntz .icon-garage.red {
  background-image: url('/static/svg/new_object/garage_green.svg');
}
.icon-short-rent {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/new_object/short_rent_red.svg") no-repeat bottom center transparent;
  width: 44px;
  height: 37px;
}
.icon-short-rent.red {
  background: url("/static/svg/new_object/find_home_red.svg") no-repeat bottom center transparent;
}
.icon-short-rent.grey {
  background: url("/static/svg/new_object/short_rent_grey.svg") no-repeat bottom center transparent;
}
.filter-content__ntz .icon-short-rent.red {
  background-image: url('/static/svg/new_object/short_rent_green.svg');
}
.icon-find-home {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/new_object/find_home_red.svg") no-repeat bottom center transparent;
  width: 44px;
  height: 37px;
}
.icon-find-home.red {
  background: url("/static/svg/new_object/find_home_red.svg") no-repeat bottom center transparent;
}
.icon-find-home.grey {
  background: url("/static/svg/new_object/find_home_grey.svg") no-repeat bottom center transparent;
}
.filter-content__ntz .icon-find-home.red {
  background-image: url('/static/svg/new_object/find_home_green.svg');
}
.icon-foreign-object {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 37px;
}
.icon-foreign-object.red {
  background: url("/static/svg/new_object/foreign_red.svg") no-repeat center 1px transparent;
}
.icon-foreign-object.grey {
  background: url("/static/svg/new_object/foreign_grey.svg") no-repeat center 1px transparent;
}

.icon-new-object {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 37px;
}
.icon-new-object.red {
  background: url("/static/svg/new_object/new_object_red.svg") no-repeat center 1px transparent;
}
.icon-new-object.grey {
  background: url("/static/svg/new_object/new_object_grey.svg") no-repeat center 1px transparent;
}

.icon-new-object-open.grey {
  background: url("/static/svg/open_door/new_object_ATVIROS_DURYS.svg") no-repeat center 1px transparent;
}

.icon-new-object-open {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 37px;
}

.icon-double-arrow-right-grey {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/new_object/double_arrow_right_grey.svg") no-repeat bottom center transparent;
  width: 44px;
  height: 37px;
}

.icon-img-new-project {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/img-new-project.svg") no-repeat center center transparent;
  width: 48px;
  height: 50px;
}

.icon-img-open-door {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/open_door/door_green.svg") no-repeat center center transparent;
  width: 48px;
  height: 50px;
  background-size: 100%;
}

.icon-double-arrow-right-tiny {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/double_arrow_right_tiny.svg") no-repeat center center transparent;
  width: 7px;
  height: 7px;
}

.icon-search-red {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/search_icon_red.svg") no-repeat center center transparent;
  width: 21px;
  height: 21px;
}

.icon-search-subscribe {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/search_subscribe.svg") no-repeat center center transparent;
  margin-top: -5px;
  width: 27px;
  height: 21px;
}

.icon-save-search {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/save_search.svg") no-repeat center center transparent;
  margin-top: -5px;
  width: 20px;
  height: 21px;
}

.icon-map-pointer {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/object/icon_map_pin.svg") no-repeat center center transparent;
  width: 15px;
  height: 20px;
}

.icon-send-friend {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/icon_send_friend.svg") no-repeat center center transparent;
  width: 20px;
  height: 15px;
}

.icon-share {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/icon_share.svg") no-repeat center center transparent;
  width: 16px;
  height: 17px;
}

.icon-share-flat {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/icon_share_flat.svg") no-repeat center center #999;
  width: 39px;
  height: 36px;
  border-radius: 3px;
}

.icon-block {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/icon_block.svg") no-repeat center center transparent;
  width: 15px;
  height: 15px;
}

.icon-hart-flat {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/icon_flat_hart.svg") no-repeat center center #999;
  width: 39px;
  height: 36px;
  border-radius: 3px;
  cursor: pointer;
}

.icon-hart-flat-red {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/icon_flat_hart_red.svg") no-repeat center center #999;
  width: 39px;
  height: 36px;
  border-radius: 3px;
}

.icon-big-arrow-left {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/big_arrow_left.svg") no-repeat center center transparent;
  width: 30px;
  height: 19px;
}

.icon-aruodas-logo {
  display: inline-block;
  /*width: 134px;*/
  width: 142px;
  height: 33px;
  background: url("/static/svg/logo.svg") no-repeat center center transparent;
  /*background: url("/static/svg/aruodas_kaledinis_logo_mob_2018.svg") no-repeat center center transparent;*/
  vertical-align: middle;
}

.icon-top-menu-saved, .icon-heart-flat {
  display: inline-block;
  background: url("/static/svg/heart.svg") no-repeat 0 0 transparent;
  width: 24px;
  height: 21px;
  vertical-align: middle;
}

.icon-heart-flat {
  background-position: center center;
  width: 23px;
  height: 21px;
}

.icon-user {
  display: inline-block;
  vertical-align: middle;
  /* source: */
  background: url("/static/svg/user_logedin.svg") no-repeat center center transparent;
  width: 20px;
  height: 19px;
}

.icon-menu {
  display: inline-block;
  background: url("/static/svg/menu.svg") no-repeat 0 0 transparent;
  width: 18px;
  height: 19px;
  vertical-align: middle;
}

.icon-back {
  display: inline-block;
  background: url("/static/svg/menu/back.svg") no-repeat 0 0 transparent;
  width: 18px;
  height: 19px;
  vertical-align: middle;
}

.icon-new-advert {
  display: inline-block;
  background: url("/static/svg/add_new.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
}

.icon-my-ads {
  display: inline-block;
  background: url("/static/svg/mano-skelb.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 26px;
}

.icon-money {
  display: inline-block;
  background: url("/static/svg/my_credits.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
}

.icon-menu-chat {
  display: inline-block;
  background: url("/static/svg/chat/chat_30x30_black_menu.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
}

.icon-user-info {
  display: inline-block;
  background: url("/static/svg/menu/user-image.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
  background-size: 22px;
}

.icon-saved-ads {
  display: inline-block;
  background: url("/static/svg/menu/saved_heart.svg") no-repeat center center transparent;
  vertical-align: middle;
  background-size: 22px;
  width: 32px;
  height: 22px;
}

.icon-saved-search {
  display: inline-block;
  background: url("/static/svg/menu/paieskos.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
  background-size: 22px;
}

.icon-seen {
  display: inline-block;
  background: url("/static/svg/menu/perziureti_skelbimai.svg") no-repeat center center transparent;
  background-size: 22px;
  vertical-align: middle;
  width: 32px;
  height: 22px;
}

.icon-pdf {
  display: inline-block;
  background: url("/static/svg/controls/pdf-file.svg") no-repeat center center transparent;
  background-size: 22px;
  vertical-align: middle;
  width: 32px;
  height: 28px;
}

.icon-mail {
  display: inline-block;
  background: url("/static/svg/mail_big.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
}

.icon-login-menu {
  display: inline-block;
  background: url("/static/svg/log-in.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
}

.icon-logout-menu {
  display: inline-block;
  background: url("/static/svg/menu/logout.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
  background-size: 22px;
}

.icon-agency-info {
  display: inline-block;
  background: url("/static/svg/menu/i.svg") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 32px;
  height: 22px;
  background-position-x: 6px;
  background-size: 20px;
}

.icon-arrow-next-page {
  display: inline-block;
  background: url("/static/svg/search/arrow_next_page.svg") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 21px;
  height: 18px;
}

.icon-location-red {
  display: inline-block;
  background: url("/static/svg/object/location_red.svg") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.icon-select-map {
  display: inline-block;
  background: url("/static/svg/map/select_map_gray.svg") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.icon-red-pointer {
    display: block;
    background: url(/static/svg/map/point_icon.svg) no-repeat center transparent;
    vertical-align: middle;
    width: 100%;
    height: 22px;
}

.icon-center-map {
  display: inline-block;
  background: url("/static/svg/map/center.svg?v1") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.icon-gps-map {
  display: inline-block;
  background: url("/static/svg/map/gps.svg") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.icon-arrow-left-simple {
  display: inline-block;
  background: url("/static/svg/arrow_left_simple.svg") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.icon-list-grey {
  display: inline-block;
  background: url("/static/svg/map/list_grey.svg") no-repeat 0 0 transparent;
  vertical-align: middle;
  width: 15px;
  height: 13px;
}

/* misc */
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
}

.hide {
  display: none;
}

.obj-info .interested {
  color: #999;
}

.obj-services {
  background: #F7F7F7;
  border-bottom: 1px solid #ECECEC;
  display: block;
  padding: 5px 0;
}
.obj-services .service-container {
  padding: 3px 7px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  height: 100%;
  margin: 0;
}
.obj-services .service-container p {
  line-height: 15px;
}
.obj-services .service-container p .icon-dayoffer-flat {
  margin-left: -1px;
  margin-right: 1px;
  vertical-align: sub;
}
.obj-services .service-container p .skelbiu-bold {
  margin-left: 0;
  margin-right: 3px;
}
.obj-services .service-container:nth-child(1):nth-last-child(1) p {
  display: inline-block;
}
.obj-services .service-container:not(:last-of-type) {
  border-right: 1px solid #ECECEC;
}

.info-message, .warn-message {
  z-index: 888;
  position: relative;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 16px;
}

.warn-message {
  background-color: #FCF9C6;
  border-color: #FED23E;
  color: #000;
  font-size: 18px;
  font-weight: normal;
}

.switchable-containers {
  position: relative;
}

.switchable-containers .flat-button-red {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  font-size: 14px;
  cursor: pointer;
}

.obj-service-info .open-statistics {
  line-height: 28px;
  display: inline-block;
}
.obj-service-info .open-statistics span {
  vertical-align: middle;
}
.obj-service-info .open-statistics .stats-icon {
  width: 12px;
  height: 10px;
  display: inline-block;
  background: url("/static/img/stats.jpg");
  opacity: 0.8;
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 2px;
}
.obj-service-info .open-statistics .stats-text {
  font-size: 10px;
  color: #999;
  margin-left: 0;
}

.icon-house-list {
  display: inline-block;
  width: 33px;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  background: transparent url(/static/svg/order/level_star.svg?v=1) no-repeat center center;
  position: absolute;
  top: 0px;
  left: 134px;
  border: none;
  z-index: 4;
  background-size: 33px 31px;
}
.project-wrapper .icon-house-list {
  right: 5px;
  top: 5px;
  left: initial;
}
.icon-house-list .house-count {
  width: 33px;
  height: 31px;
  line-height: 31px;
  font-size: 0.7em;
  color: #000;
  display: inline-flex;
  align-items: center;
  /* vertically   */
  justify-content: center;
  /* horisontally */
  text-align: center;
    vertical-align: top;
}

.service-order-info__level-star {
  color:#FAC917;
  display: inline-block;
}

.title-container {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  height: 55px;
  padding: 0 12px 0 24px;
  line-height: 55px;
  font-size: 12px;
  color: #999;
}

.close-button-container {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  height: 1px;
  position: fixed;
  top: 0;
  text-align: right;
  padding-right: 10px;
  padding-top: 6px;
  z-index: 3;
}
.close-button-container a.icon-close-link {
  text-align: center;
  display: inline-block;
  font-size: 11px;
  color: #999;
  line-height: 10px;
  width: 55px;
  background: #fff;
  border-left: 1px solid #e3e3e3;
  box-shadow: 2px -2px 0 6px #fff;
}
.close-button-container a.icon-close-link .icon-close {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/svg/search/close_x.svg") no-repeat center center transparent;
  width: 30px;
  height: 30px;
  float: none;
}

.fill-sms-price-tooltip__text, .fill-sms-price-tooltip__prices {
    display: inline-block;
    vertical-align: top;
}

.plan-option-price-old .tooltip,
.payment-margin-title .tooltip,
.fill-sms-price-tooltip__text .tooltip {
  display: inline-block;
  margin-left: 3px;
  position: relative;
}

.plan-option-price-old .tooltip .service-info-wrap {
  width: calc(30vw + 200px);
  text-align:center;
  position:absolute;
  left: -200px;
}

.plan-option-price-old .tooltip .title,
.payment-margin-title .tooltip .title,
.fill-sms-price-tooltip__text .tooltip .title {
  display: none;
  color: #333;
  position: relative;
  line-height: 14px;
  background: #F3F3F3;
  border-bottom: 2px solid #DFDFDF;
  border-right: 2px solid #DFDFDF;
  white-space: normal;
  padding: 4px 16px 4px 16px;
  font-size: 11px;
  text-align: justify;
  z-index: 4;
}

.payment-margin-title .tooltip .title {
    margin-top: 0;
}

.fill-sms-price-tooltip__text .tooltip .title {
    right: auto;
    left:20px;
    top:-3px;
    margin: 0;
}

.plan-option-price-old .tooltip.show-title .title,
.payment-margin-title .tooltip.show-title .title,
.fill-sms-price-tooltip__text .tooltip.show-title .title {
  display: inline-block;
}

.no-bottom-border {
  border-bottom: none;
}

.advert-projects-header-wrapper {
  position: relative;
}

.advert-projects-header {
  float: left;
  font-weight: bold;
  padding: 10px 0;
}

.advert-projects-header2 {
  font-size: 12px;
  color: #999;
  line-height: 13px;
}

.advert-project-title {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
}

.advert-projects-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.advert-projects-container {
  padding: 0 0 7px 0;
}

.advert-projects-wrapper {
  border-bottom: 1px solid #E7E7E7;
  padding: 0 0 30px 0;
  margin: 30px 10px 0 10px;
}

.advert-projects .advert-projects-container {
  border-bottom: none;
  margin: 15px 0 0;
  padding: 0;
}

.advert-projects-logo {
  margin-bottom: 20px;
}

.advert-projects-table {
  clear: both;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  text-align: center;
}
.advert-projects-table th {
  background: #f5f5f5;
  color: #000;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}
.advert-projects-table td {
  padding: 10px;
  width: 25%;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}
.advert-projects-table td.goto {
  border-left: 3px solid #fff;
  padding: 8px 12px;
}
.advert-projects-table tr {
  background: #f5f5f5;
}
.advert-projects-table tr a {
  color: #999;
  display: block;
}
.advert-projects-table tr:active td {
  background: #e7e7e7;
}
.advert-projects-table tr:active td a {
  text-decoration: none;
  color: #E00C18;
}

.advert-projects-table th span {
  font-size: 13px;
  text-decoration: none;
  color: #333;
  display: inline-block;
  border-bottom: 1px dashed #aaabab;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.adverts-projects-more {
  float: right;
  padding: 8px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  background: #f5f5f5;
}

a.big-bank {
  padding: 10px 0;
  background: #4fac5e;
  background: -moz-linear-gradient(top, #4fac5e 0%, #388257 100%);
  background: -webkit-linear-gradient(top, #4fac5e 0%, #388257 100%);
  background: linear-gradient(to bottom, #4fac5e 0%, #388257 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fac5e', endColorstr='#388257', GradientType=0);
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px 0;
  color: #fff;
  border-radius: 6px;
}

.show-direction {
  border: 1px solid #d1d1d1;
  background: url(/static/svg/controls/direction_icon.svg) #fff no-repeat center 5px;
  background-size: 20px;
  margin: 7px 15px 7px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 5px;
  line-height: 36px;
  height: 46px;
  position: relative;
  z-index: 2;
  float: right;
  min-width: 24px;
  opacity: 0.8;
  cursor: pointer;
  display: table;
  padding: 0 10px;
}
.show-direction .label {
  color: #888;
  font-size: 11px;
  line-height: 7px;
  vertical-align: bottom;
  display: inline-block;
}
/* login buttons */
.link-login-container {
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
}

.user-login-form {
  display: inline-block;
  width: 230px;
  text-align: left;
  color: #666;
  line-height: 33px;
  white-space: nowrap;
}

.login-form-input input {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #333;
  vertical-align: bottom;
  display: inline-block;
  width:210px;
  padding-left: 8px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 0 1000px #F2F4F4 inset;
  -webkit-text-fill-color: #333 !important;
}

.login-form-input label {
  position: absolute;
  bottom: 6px;
  font-size: 16px;
  left: 30px;
  pointer-events: none;
  transition:0.2s ease all;
  display: inline-block;
  line-height: 16px;
}

.login-form-input input:focus ~ label,
.login-form-input input:valid ~ label {
  bottom: 30px;
  font-size: 11px;
  left: 0;
}

.login-form-input input:focus {
  outline: none;
}

.login-form-input {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 16px;
  height: 43px;
  line-height: 42px;
}

.button-login-form-submit {
  background: #D9111B;
  line-height: 36px;
  width: 114px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  border:none;
  margin-right: 8px;
  cursor: pointer;
}

.button-login-form-submit:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.button-login-form-register {
  background: transparent;
  line-height: 36px;
  width: 114px;
  text-align: center;
  color: #D9111B;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  border:none;
  text-decoration: none;
  cursor: pointer;
}

.button-login-form-register:hover {
  background: #fff;
}

.login-link-forgot-pass {
  background: #fff;
  color: #999;
  line-height: 20px;
  height: 20px;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 8px;
  text-decoration: none;
  padding: 0 4px;
  border-radius: 3px;
}

.login-link-forgot-pass:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.button-google-login, .button-fb-login {
  white-space: nowrap;
  height: 40px;
  width: 320px;
  line-height: 39px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.button-google-linked, .button-facebook-linked {
  height: 40px;
  width: 320px;
  line-height: 39px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  background: #f1f1f1;
  text-align: left;
}

.button-google-login-long, .button-fb-login-long {
  width: 320px;
}

.button-google-login-long .google-login-text , .button-fb-login-long .fb-login-text {
  text-align: left;
  width: 274px;
  padding: 0px 10px;
}

.link-login-container .google-login-text, .link-login-container .fb-login-text {
  padding: 0px 15px;
}

.button-fb-login {
  background-color: #4267B2;
  border-bottom: 1px solid #355088;
}

.fb-login-text {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 8px;
}

.button-google-login {
  background-color: #e04a32;
}


.google-login-text {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 8px;
}

.google-linked-text, .facebook-linked-text {
  display: inline-block;
  height: 40px;
  line-height: 14px;
  background: #fff;
  color: #999;
  font-size: 11px;
  vertical-align: top;
  padding-left: 16px;
  width: 280px;
  padding-top: 6px;
  position: relative;
}

.google-linked-text__name, .facebook-linked-text__name {
  font-size: 13px;
  color: #000;
}

.external-login-buttons {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  text-align: left;
  padding-left: 8px;
  width: 100%;
  padding-top: 12px;
}

.broker-page-row .external-login-buttons {
  text-align: left;
}


/* icons */
.icon-login-user {
  display: inline-block;
  background: url("/static/svg/user/login_user.svg") no-repeat 0 0 transparent;
  vertical-align: bottom;
  width: 22px;
  height: 23px;
  margin-bottom: 5px;
}

.user-login-form__error .icon-login-user {
  display: inline-block;
  background: url("/static/svg/user/login_user_red.svg") no-repeat 0 0 transparent;
  vertical-align: bottom;
  width: 22px;
  height: 23px;
  margin-bottom: 5px;
}

.icon-login-pass {
  display: inline-block;
  background: url("/static/svg/user/login_pass.svg") no-repeat 0 0 transparent;
  vertical-align: bottom;
  width: 16px;
  height: 20px;
  margin-bottom: 5px;
}

.user-login-form__error .icon-login-pass {
  display: inline-block;
  background: url("/static/svg/user/login_pass_red.svg") no-repeat 0 0 transparent;
  vertical-align: bottom;
  width: 16px;
  height: 20px;
  margin-bottom: 5px;
}

.icon-login-fb {
  display: inline-block;
  background: url("/static/svg/flogo-HexRBG-Wht-1024.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 8px;
  background-color: #4267B2;
}

.icon-login-google {
  display: inline-block;
  background: url("/static/svg/user/google2.svg") no-repeat center center transparent;
  background-size: 20px;
  vertical-align: middle;
  width: 40px;
  height: 41px;
}

.button-google-linked .icon-login-google {
  background-color: #e04a32;
  vertical-align: top;
}

.button-facebook-linked .icon-login-fb {
  background-color: #4267B2;
  vertical-align: top;
  height: 40px;
  width: 40px;
  background-size: 24px;
  margin: 0px;
}

.icon-close-unlink {
  display: inline-block;
  background: url("/static/svg/user/close_unlink.svg") no-repeat center center transparent;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.button-google-linked .icon-close-unlink, .button-facebook-linked .icon-close-unlink {
  position: absolute;
  right: 0;
  opacity: 0.55;
  top: 7px;
  border-left: 1px solid #fff;
}

.button-google-linked .icon-close-unlink:hover, .icon-close-unlink .icon-close-unlink {
  opacity: 1;
}

.google-visualization-tooltip {
  max-width: 200px;
}

.heating-tooltip {
  padding: 5px;
  white-space:nowrap;
}

.heating-tooltip .heating-price-title {
  font-size: 11px;
}

.heating-tooltip .heating-price {
  font-weight: bold;
  font-size: 13px;
}

.heating-tooltip .heating-price-per {
  font-size: 11px;
  color: #a6a6a6;
}

.icon-down, .icon-up {
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: top;
  margin-top: 2px;
  background: transparent url(/static/img/arrows.png) no-repeat;
}

.icon-up {
  background-position: 0 0
}

.price-change {
  font-size: 12px;
  color: #999;
  font-weight:normal;
  line-height: normal;
  margin-bottom: 3px;
}

.price-change.advert {
  margin-top: 15px;
  margin-bottom: 0;
}

.icon-down {
  background-position: -10px 1px
}

@media (min-width: 360px) {
  .block-search-subscribe {
    max-width: 400px;
  }
  .search-subscribe-input input[name=email] {
    width: 280px;
  }
  .search-subscribe-input button.flat-button-red {
    padding: 0 15px;
  }
}
@media (min-width: 400px) {
  .block-search-subscribe {
    max-width: 400px;
  }
  .search-subscribe-input input[name=email] {
    width: 289px;
  }
  .search-subscribe-input button.flat-button-red {
    padding: 0 30px;
  }
}
@media (min-width: 700px) {
  .block-search-subscribe {
    max-width: 500px;
  }
  .search-subscribe-input input[name=email] {
    width: 289px;
  }
  .search-subscribe-input button.flat-button-red {
    padding: 0 30px;
  }
}

/* autosubscribe */
.auto-subscribe {
  background: #e0f5d6;
  padding: 16px;
  color:#454545;
  font-size: 13px;
}

.auto-subscribe__message {
  color:#009900;
  font-size: 14px;
  font-weight: bold;
}

.auto-subscribe a {
  color:#454545;
  border-bottom: 1px dashed #454545;
}

/* thank you page */

.thank-you-page-info-container {
  margin-top: 24px;
  font-size: 12px;
}

.thank-you-page-button-main, .thank-you-page-button-fb, .thank-you-page-button-other {
  display: inline-block;
  width: 158px;
  height: 40px;
  border: 1px solid #42ad5b;
  color: #42ad5b;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  margin-right: 16px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
}

.thank-you-page-button-main:hover {
  background: #42ad5b;
  color:#fff;
}

.thank-you-page-button-fb {
  color: #708ed4;
  border-color: #708ed4;
}

.thank-you-page-button-fb:hover {
  background: #708ed4;
  color:#fff;
}

.thank-you-page-button-other {
  color: #999;
  border-color: #e0e0e0;
  font-weight: normal;
}

.thank-you-page-button-other:hover {
  background: #e0e0e0;
}

.thank-you-page-info-row {
  white-space: nowrap;
  line-height: 16px;
  margin-bottom: 16px;
}

.thank-you-page-info-icon {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  margin-top: 8px;
  text-align: center;
}

.thank-you-page-info-icon img {
  max-height: 32px;
  max-width: 24px;
}

.thank-you-page-info-text {
  display: inline-block;
  white-space: normal;
  width: 100%;
  padding-left: 60px;
  margin-left: -60px;
  padding-right: 8px;
}

.thank-you-page-info-buttons {
  line-height: 55px;
}

.thank-you-page-map-popup {
  position: fixed;
  left: 0;
  right:0;
  top:0;
  bottom:0;
  height: 100%;
  z-index: 10;
  display: none;
}

.sort-arrow-down {
  background: url(/static/svg/object/arrow1.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  border: none !important;
}

.sort-arrow-up {
  background: url(/static/svg/object/arrow2.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  border: none !important;
}

.search-form__col-group {
  display: inline-block;
}

.autocompleter-wrapper-dummy {
  margin-top: 10px;
}

.autocompleter-wrapper-dummy.selected {
  margin-left: 0;
}

/*.autocompleter-wrapper-dummy .autocompleter-container {*/
/*line-height: 46px;*/
/*position: relative;*/
/*border: 1px solid #eee;*/
/*height: 48px;*/
/*border-radius: 4px;*/
/*width: 100%;*/
/*padding-left: 45px;*/
/*color: #888;*/
/*}*/

.autocompleter-container .search-icon {
  background: url('/static/svg/search/search_icon.svg') center center no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 9px;
}

.autocompleter-wrapper {
  margin: 10px 20px 0 20px;
}

.autocompleter-wrapper.price-wrapper {
  width: 175px;
}

.autocompleter-wrapper-dummy .autocompleter-container {
  padding-left: 45px;
}

.autocompleter-container.selected {
  font-weight: bold;
  color: #000;
  padding-left: 10px;
}

.autocompleter-container {
  line-height: 46px;
  position: relative;
  border: 1px solid #eee;
  height: 48px;
  border-radius: 4px;
  width: 100%;
}

.autocompleter-wrapper input {
  line-height: 48px;
  border: none;
  height: 46px;
  width: 100%;
  font-weight: bold;
  color: #000;
  padding-left: 35px;
  outline: none;
}

.autocompleter-wrapper input.full {
  padding-left: 10px;
}

.autocompleter-wrapper input::placeholder {
  font-weight: normal;
}

.search-autocomplete {
  border: 1px solid #e9e9e9;
  background: #fff;
  line-height: 25px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: -2px 4px 4px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 4px 4px -2px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 4px -2px rgba(0, 0, 0, 0.3);
  /*position: absolute;*/
  width: 100%;
  z-index: 3;
}

.autocomplete-switch {
  padding-bottom: 10px;
}

.search-autocomplete li {
  list-style: none;
  padding-left: 6px;
  margin: 0;
  line-height: 45px;
  border: none;
}

.search-autocomplete li:hover {
  background: #e9e9e9;
}

.select-save-button-container {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  line-height: 60px;
  background: #f9f9f9;
  text-align: center;
  padding: 0 32px;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

a.flat-button-red {
  background: #D9111B;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
}

.show-advert-container__ntz a.flat-button-red {
  background:#6BC201;
}

.select-popup-title-container {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.select-popup-title {
  display: inline-block;
  padding: 0 12px 0 24px;
  line-height: 28px;
  font-size: 12px;
  color: #999;
  margin: 12px 0;
  text-transform: uppercase;
}

.autocomplete-switch .icon-delete-white {
  position: absolute;
  right: 52px;
  top: 12px;
}

#closeAutocompleteSwitch {
  text-align: center;
  display: inline-block;
  font-size: 11px;
  color: #999;
  line-height: 10px;
  width: 55px;
  background: #fff;
  border-left: 1px solid #e3e3e3;
  box-shadow: 2px -2px 0 6px #fff;
  position: relative;
  vertical-align: top;
  float: right;
  margin-right:5px;
  top: 9px;
}

#closeAutocompleteSwitch .icon-delete-white {
  position: inherit;
  right: 0;
  top: 0;
}

.autocomplete-submit-search {
  background: url(/static/svg/search/search_icon_white.svg) center center no-repeat #D9111B;
  height: 46px;
  width: 46px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.filter-content__ntz .autocomplete-submit-search {
  background-color:#6BC201;
}

.autocomplete-switch .select-popup-title-container {
  overflow: hidden;
}

.select-style {
  border: 1px solid #d1d1d1;
  border-bottom-color: #F3F3F3;
  border-right-color: #F3F3F3;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  background: #F3F3F3 url(/static/img/right.png) no-repeat right 10px center;
}

.select-style select {
  padding: 9px 8px!important;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: #3F3F3F;
}

.select-style select:focus {
  outline: none;
}

.row-fill-bank-special-bonus {
  text-align: left;
}

.payment-margin {
  margin-left: 68px!important;
  margin-right: 15px!important;
  text-align: left;
  line-height: 1.2!important;
}

.payment-margin__operator-prices {
    margin-top:4px;
    font-weight: bold;
}
.payment-margin__operator-prices > span.operator-prices__name, .fill-sms-price-tooltip__prices > span.operator-prices__name {
    font-weight: normal;
    display: inline-block;
    width: 40px;
}

.field-label-small label {
  text-transform: uppercase;
  font-size: 11px;
  color: #525252;
}

.account-report-subrow {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  padding: 5px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

span.report-desc-small {
  font-size: 11px;
  color: #999;
}

.report-icon {
  margin-right: 10px;
}

.report-icon img {
  max-width: 10px;
  height: auto;
}

.report-price-add {
  color: #33BA16;
}

.report-price-sub {
  color: #DF0B17;
}

.report-credits {
  color: #999;
  text-transform: lowercase;
}

.report-title {
  margin-bottom: 5px;
}

.account-report-row {
  margin-top: 25px;
}

.user-account-report {
  padding: 0 20px;
}

.user-account-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

.user-account-menu li {
  margin: 0;
  padding: 15px 10px 9px 10px;
  display: inline-block;
  cursor: pointer;
  color: #bdbdbd;
}

.user-account-menu li.selected-item {
  color: #A1A1A1;
  border-bottom: 2px solid #A1A1A1;
}

.user-account-report .nav-toolbar {
  margin-top: 32px;
}

.payment-margin .sms_left {
  display: block;
  text-align: center;
}

.payment-margin .hr {
  border-top: 1px solid #E0E0E0;
  display: block;
  margin-bottom: 15px;
}

.payment-margin-title {
  display: block;
}

.account-type {
  font-weight: bold;
}

.block-row-group.no-float .flat-button-red {
  font-size: 14px;
  line-height: 30px;
}

.smsLeftInfo {
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  white-space: normal;
}

.email-icon {
  background: url('/static/svg/chat/mail.svg') center center no-repeat;
  width: 30px;
  height: 50px;
  display: inline-block;
  vertical-align: bottom;
}

.show-advert-container__ntz .email-icon {
  background: url('/static/svg/chat/vokas_green.svg') center center no-repeat;
}

.start-chat-icon {
  background: url('/static/svg/chat/chat.svg') center center no-repeat;
  width: 30px;
  height: 50px;
  display: inline-block;
  vertical-align: bottom;
}

.start-chat-icon-sticky {
  background: url('/static/svg/chat/chat_30x30_white.svg') center center no-repeat #D9111B;
  display: inline-block;
  width: 39px;
  height: 36px;
  border-radius: 3px;
  vertical-align: middle;
}

.weekly-report-banner {
  background: #dcfdc6;
  padding: 15px;
  text-align: center;
  position: relative;
}

.weekly-report-icon {
  display: inline-block;
  background: url('/static/svg/report/statistikos-icon.svg') center center no-repeat;
  width: 40px;
  height: 25px;
  vertical-align: bottom;
  margin-bottom: -3px;
}

.weekly-report-title {
  color: #676664;
  font-weight: bold;
  vertical-align: middle;
  display: block;
  margin-bottom: 10px;
}

.weekly-report-button {
  background: #fff;
  font-size: 12px;
  border: 1px solid #d0d0d0;
  padding: 7px;
  border-radius: 5px;
  margin-left: 10px;
  color: #000;
}

.weekly-report-close {
  background: url('/static/svg/search/close_x.svg') center center no-repeat transparent;
  height: 25px;
  width: 25px;
  background-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.push-info-message {
  font-size: 14px;
  color: #409344;
  /*background-image: url(../svg/saved/push_green.svg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 38px;*/
  /*background-position: 13px center;*/
  background-color: #e8f5e9;
  border-bottom: 1px solid #ddefdf;
  padding: 16px 15px;
  display: none;
}

.push-info-message__title {
  text-align: center;
  font-weight: bold;
}

.push-info-message span {
  display: inline-block;
}

.push-info-message a {
  color: #fff;
  /*background: #4caf50;*/
  /*border: 1px solid #449d48;*/
  /*border-left: none;*/
  /*border-top: none;*/
  /*-webkit-border-radius: 5px;*/
  /*-moz-border-radius: 5px;*/
  /*border-radius: 4px;*/
  /*padding: 7px 10px;*/
  /*font-weight: bold;*/
  margin-left: 6px;
  display: inline-block;
}

.push-info-message__push {
  text-align: center;
  line-height: 28px;
}

.push-info-message span.push-title {
  color: #949494;
  margin-left: 20px;
  margin-right: 5px;
}

.flexBlock {
  display: flex;
  align-items: center;
  justify-content: left;
}

@media (max-width: 370px) {
  .subscribeEmail {
    display: none!important;
  }

  .visible-always {
    display: inline-block!important;
  }
}

.filter-content {
  position: relative;
}

.tooltips {
  position: absolute;
  color: #FFFFFF;
  background: #A1A1A1;
  text-align: center;
  border-radius: 4px;
  padding: 4px 14px;
  right: 15px;
  top: 0;
  z-index: 1;
  font-size: 11px;
}

.tooltips:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 20%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #A1A1A1;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.link-send-friend .icon-block:before {
  display: none;
}

a.big-submit-button-evaluate {
  float: none;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #fbdd0d;
  background: -webkit-linear-gradient(top, #fbdd0d 0%,#f4ba29 75%);
  background: linear-gradient(to bottom, #fbdd0d 0%,#f4ba29 75%);
  -webkit-box-shadow: 0 0 4px 1px #D1D1D1;
  box-shadow: 0 0 4px 1px #D1D1D1;
  cursor: pointer;
  outline: 0;
}

.advert-sticky-wrapper {
  /*position: absolute;*/
  /*top: 861px;*/
}

.main-price_wrapper {
    margin-top: 4px;
}

.bottom_price {
  background-color: #F5F5F5;
  margin-top: 1px;
}

.bottom_price .advert-info-header {
    padding: 25px 16px;
}

.bottom_price .advert-info-header h1 {
    padding: 0;
}

.bottom_price .main-price_wrapper {
  margin-top: 7px;
}

.bottom_price .price-change.advert {
  margin-top: 7px;
}

.obj-breadcrums {
  color: #D9111B;
  font-weight: normal;
  margin: 0;
  padding-bottom: 12px;
  position: relative;
  z-index: 2;
  font-size: 11px;
}

.obj-breadcrums-title {
  margin-bottom: 0;
}

.obj-breadcrums > div {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

.advert-project-popup-logo {
  display: inline-block;
  padding-right: 19px;
  border-right: 1px solid #eef0f0;
  margin-right: 19px;
}

.advert-project-popup-logo img {
    vertical-align: middle;
    height: 100%;
}

.popular-searches {
  list-style: none;
  padding: 0 10px 20px 10px;
  margin: 0;
}

.popular-searches__title {
  margin: 0;
  padding: 0 16px;
}

.popular-searches__item {
  border-bottom: 1px solid #dfdfdf;
  line-height: 30px;
  padding: 0 6px;
}

.popular-searches__item:last-child {
  border-bottom: none;
}

.popular-searches__item__icon {
  background: url('/static/svg/search/search_icon.svg') center center no-repeat;
  background-size: 12px;
  display: inline-block;
  width: 12px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.popular-searches__item a {
  color: #999;
}

.in-project.inside-advert {
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  color: #fff;
  background-color: #EB2026;
  padding: 0 10px;
  display: inline-block;
}

@media (max-width: 1100px) {
  .advert-sticky-links.room-chat {
      padding-right: 80px;
  }
  .bottom-sticky.room-chat {
    padding-right: 80px;
  }
}
@media (max-width: 600px) {
  .advert-sticky-links.room-chat {
    padding-right: 70px;
  }
  .bottom-sticky.room-chat {
    padding-right: 70px;
  }
}
@media (max-width: 380px) {
  .advert-sticky-links .flat-button-red, .bottom-sticky-button-wrapper .flat-button-red {
    padding: 0 5px;
  }
  a.sticky-link, .sticky-link {
    margin-left: 4px;
  }
}

@media (max-width: 320px) {
  .advert-sticky-links .flat-button-red, .bottom-sticky-button-wrapper .flat-button-red {
    padding: 0 1px;
  }
  a.sticky-link, .sticky-link {
    margin-left: 2px;
  }
}