#content_full_map {
  height: calc(100vh - 204px);
  display: block;
  float: left;
  width: 100%;
}
.loader_map {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  transition: opacity 0.7s ease;
  opacity: 0;
}
.loader_map:after,
.loader_map:before {
  box-sizing: border-box;
}
.loader_map.is-active {
  top: 0;
  opacity: 1;
}
.loader-default:after {
  position: absolute;
  top: calc(50% + 12px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 7px #1E98FF;
  border-left-color: transparent;
  border-radius: 50%;
}
.listMap .loader-default:after {
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
[class*=-cluster] ymaps {
  font-size: 12px;
}
#search_full_map {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-top: 10px;
}
#search_full_map [class*=-gototech] {
  display: none;
}
#search_full_map .search-spiner {
  color: #0f8fee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#search_full_map .search-spiner:after {
  content: attr(data-status);
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
#search_full_map .search-spiner .search-loader {
  position: relative;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.21, 0.64, 0.8, 0.41);
  animation-timing-function: cubic-bezier(0.21, 0.64, 0.8, 0.41);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 96px;
  width: 96px;
  margin: auto;
  border-radius: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
}
#search_full_map .btn_zoom {
  padding: 0;
  width: 38px;
  height: 38px;
}
#search_full_map #zoom {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: calc((100vh - 250px) / 3);
}
#search_full_map #zoom-in {
  background: url(/style_new/img/map_icons/zoom_.svg) 0px 0px;
}
#search_full_map #zoom-out {
  background: url(/style_new/img/map_icons/zoom_.svg) 0px 38px;
}
#search_full_map .inListSearch {
  box-shadow: 3px 2px 5px 0 #cecece;
  background: url(/style_new/img/map_icons/in_list_search_.svg) no-repeat #fff 13px;
  border-radius: 19px;
  width: 70px;
  height: 20px;
  line-height: 20px;
  padding: 10px 5px 10px 40px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
#search_full_map .mapFilterButton {
  box-shadow: 3px 2px 5px 0 #cecece;
  border-radius: 19px;
  background: url(/style_new/img/map_icons/filter_map_.svg) no-repeat #fff 10px;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
#search_full_map .mapFilterButton.active {
  background-color: #ccc;
}
#search_full_map .searchResultsControl,
#search_full_map .searchFilterControl {
  display: none;
  background-color: #fff;
  padding: 5px 0px;
  border-radius: 3px;
  width: 450px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 25px;
  top: 65px;
}
#search_full_map .searchResultsControl.realty,
#search_full_map .searchFilterControl.realty {
  width: 430px;
}
#search_full_map .searchResultsControl .closeButton,
#search_full_map .searchFilterControl .closeButton {
  background: rgba(0, 0, 0, 0) url(/style_new/img/map_icons/close_.svg) no-repeat scroll 0px 9px;
  width: 30px;
}
#search_full_map .searchFilterControl {
  margin-left: -10px;
}
#search_full_map .searchFilterControl .contentFilter {
  padding-top: 0px;
}
#search_full_map .searchResultsHeader,
#search_full_map .searchFilterHeader {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}
#search_full_map .searchResultsHeader .headerText,
#search_full_map .searchFilterHeader .headerText {
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}
#search_full_map .searchResultsHeader .headerText span,
#search_full_map .searchFilterHeader .headerText span {
  float: right;
  color: #4873b8;
  font-weight: 400;
  margin-right: 16px;
  cursor: pointer;
}
#search_full_map .searchResultsHeader .back_icon,
#search_full_map .searchFilterHeader .back_icon {
  background: url(/style_new/img/map_icons/back.svg) no-repeat 13px 10px;
  width: 35px;
}
#search_full_map .searchResultsHeader .back_icon ~ .headerText,
#search_full_map .searchFilterHeader .back_icon ~ .headerText {
  width: calc(100% - 45px);
}
#search_full_map .content {
  padding: 5px;
  max-height: calc(100% - 55px);
  min-height: 80px;
  overflow: auto;
}
#search_full_map .content .advert {
  margin-bottom: 25px;
  margin-left: 5px;
}
#search_full_map .content .advert.realty {
  overflow-x: hidden;
  margin: 10px 0 20px 0;
  position: relative;
  cursor: pointer;
}
#search_full_map .content .advert.realty .content_realty {
  margin-bottom: 8px;
}
#search_full_map .content .advert.realty .short-description {
  display: inline-block;
  margin-left: 10px;
  width: calc(100% - 130px);
}
#search_full_map .content .advert.realty .short-description .advert-main-info {
  margin-bottom: 5px;
}
#search_full_map .content .advert.realty .short-description .price {
  margin-bottom: 5px;
}
#search_full_map .content .advert.realty .short-description .price .com_service {
  font-weight: normal;
  display: inline-block;
  color: #999999;
}
#search_full_map .content .advert.realty .short-description .added {
  color: #999999;
  font-size: 13px;
}
#search_full_map .content .advert.realty .short-description .added span {
  color: #999999;
  font-size: 13px;
  margin-top: 0.05cm;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  height: 22px;
  line-height: 24px;
}
#search_full_map .content .advert.realty .small_img {
  display: inline-block;
  float: left;
  height: 90px;
  width: 120px;
  text-align: center;
}
#search_full_map .content .advert.realty .small_img img {
  height: auto;
  max-height: 80px;
  max-width: 100px;
}
#search_full_map .content .advert.vacancy .desc a {
  color: #333333;
}
#search_full_map .content .advert.vacancy .desc a:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
#search_full_map .content .advert .title_ad {
  font-weight: bold;
  color: #2272bb;
  font-size: 14px;
}
#search_full_map .content .advert .title_ad.premium {
  background-color: #fff799;
}
#search_full_map .content .advert .price {
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto bold, Helvetica, sans-serif;
  margin: 5px 0;
}
#search_full_map .content .advert .price .price_unit {
  display: inline-block;
}
#search_full_map .content .advert .list_marks {
  width: 100%;
  line-height: 26px;
}
#search_full_map .content .advert .list_marks .mark {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  border-radius: 3px;
  background-color: #e5fafc;
}
#search_full_map .content .advert .list_marks .mark.onlineShow {
  color: #48b848;
  border-color: #48b848;
}
#search_full_map .content .advert .list_marks .mark.nameGK {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  border-style: none;
  text-align: center;
  margin-top: 5px;
  text-overflow: ellipsis;
}
#search_full_map .content .advert .list_marks .mark.new_building {
  text-align: center;
  margin-top: 5px;
}
#search_full_map .content .advert .short-description-text {
  width: calc(100% - 20px);
  display: inline-block;
}
#search_full_map .content .advert .short-description-text .online_block div {
  font-size: 12px;
  margin: 4px 0px;
}
#search_full_map .content .advert .short-description-text .online_block div.online_text {
  color: #48b848;
}
#search_full_map .content .advert .short-description-text .region {
  color: #999999;
  font-size: 13px;
}
#search_full_map .content .advert .short-description-text .desc {
  display: flex;
  line-height: 24px;
  width: 100%;
}
#search_full_map .content .advert .short-description-text .desc .company_checked {
  width: 18px;
  height: 18px;
  background: url(/new_style/img/list/check.svg) 0 0 no-repeat;
  margin-left: 5px;
  background-size: 18px 18px;
  display: inline-flex;
}
#search_full_map .content .advert .short-description-text .desc .company_checked.hint--medium:after {
  width: 110px;
}
#search_full_map .content .advert .favorites {
  color: #1a1a1a;
  display: inline-block;
  height: 19px;
  width: 19px;
}
#search_full_map .content .advert [class^="icon-"],
#search_full_map .content .advert [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search_full_map .content .advert .icon-star2:before {
  content: url(/new_style/img/list/star.svg);
  font-size: 0.5cm;
}
#search_full_map .content .advert .favorite {
  display: block;
}
#search_full_map .content .advert .favorite .date {
  width: 155px;
  float: left;
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}
#search_full_map .content .advert .favorite a {
  height: 20px;
  width: 20px;
  float: right;
  display: block;
  margin-left: -10px;
  margin-top: -25px;
}
#search_full_map .content .advert .favorite a.star {
  background: url(/new_style/img/list/star.svg) no-repeat;
}
#search_full_map .content .advert .favorite a.star_activ {
  background: url(/new_style/img/list/ystar.svg) no-repeat;
  display: none;
}
#search_full_map #form_filter_search {
  display: block;
}
#search_full_map #form_filter_search > div {
  margin-bottom: 16px;
}
#search_full_map #form_filter_search .block_combobox .block_caption {
  font-weight: 400;
}
#search_full_map #form_filter_search .block_interval .price_type {
  display: inline-block;
  float: right;
}
#search_full_map #form_filter_search .block_interval .price_type select {
  width: 110%;
  border-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0 18px;
  background: url(/style_new/img/form/arrow_down.svg) no-repeat right;
}
#search_full_map .contentFilter {
  padding: 8px;
  max-height: calc(100% - 55px);
  overflow: auto;
}
#search_full_map .contentFilter .block_caption {
  margin-bottom: 7px;
}
#search_full_map .contentFilter .sphereLink {
  padding: 12px 0;
  color: #4873b8;
  font-size: 15px;
  cursor: pointer;
}
#search_full_map .contentFilter .filter_blocks > div {
  margin-bottom: 16px;
}
#search_full_map .contentFilter .block_interval .block_caption {
  font-weight: 400;
}
#search_full_map .contentFilter .block_interval .input_container {
  display: inline-block;
  padding: 8px;
  border-radius: 0.11cm;
  border: 1px solid #cccccc;
  width: calc(100% - 16px);
}
#search_full_map .contentFilter .block_interval .input_container.full_length input {
  border: none;
  width: 43%;
  margin: 0 10px;
}
#search_full_map .contentFilter .block_interval .input_container input {
  border: none;
  width: 100px;
  margin: 0 10px;
}
#search_full_map .contentFilter .block_interval span {
  float: right;
}
#search_full_map .contentFilter .block_checkboxes .block_caption {
  font-weight: 400;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container {
  display: block;
  width: auto;
  max-height: calc(100% - 55px);
  overflow: auto;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container.second_column {
  column-count: 2;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check {
  position: relative;
  display: block;
  line-height: 21px;
  padding: 8px 0 8px 5px;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check .margin_left {
  margin-left: 27px;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check p {
  display: inline-block;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check .check {
  display: inline-block;
  margin: 0 8px;
  width: 17px;
  height: 17px;
  background: #FFF;
  border: 1px solid #cccccc;
  float: left;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check .check.margin_top {
  margin-top: -10px;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check input:checked ~ .check {
  border-radius: 1px;
  border: 1px solid #4873b8;
  background: url(/style_new/img/form/check-3.svg) no-repeat 2px 3px #4873b8;
}
#search_full_map .contentFilter .block_checkboxes .checkboxes_container .line_check input:disabled ~ .check {
  background: url(/style_new/img/form/check-3.svg) no-repeat 2px 3px grey;
  color: #aaa;
}
#search_full_map .contentFilter .block_checkbox .checkbox_container {
  display: block;
  width: auto;
  max-height: calc(100% - 55px);
  overflow: auto;
}
#search_full_map .contentFilter .block_checkbox .checkbox_container .line_check {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 5px;
  width: 48%;
}
#search_full_map .contentFilter .block_checkbox .checkbox_container .line_check .check {
  display: inline-block;
  margin: 0 8px;
  width: 17px;
  height: 17px;
  background: #FFF;
  border: 1px solid #cccccc;
  float: left;
}
#search_full_map .contentFilter .block_checkbox .checkbox_container .line_check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#search_full_map .contentFilter .block_checkbox .checkbox_container .line_check input:checked ~ .check {
  border-radius: 1px;
  border: 1px solid #4873b8;
  background: url(/style_new/img/form/check-3.svg) no-repeat 2px 3px #4873b8;
}
#search_full_map .contentFilter .block_checkbox .checkbox_container .line_check input:disabled ~ .check {
  background: url(/style_new/img/form/check-3.svg) no-repeat 2px 3px grey;
  color: #aaa;
}
#search_full_map .contentFilter .select_border {
  border-image: none;
  border-radius: 0.11cm;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  border-color: #cccccc;
  /*#e9e9e9;*/
}
#search_full_map .contentFilter .select_border select {
  width: 100%;
  border-width: 0;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0 8px;
  background: url(/style_new/img/form/arrow_down.svg) no-repeat right;
}
#search_full_map .contentFilter .block_text {
  display: inline-block;
  border-radius: 0.11cm;
  padding: 8px;
  border: 1px solid #cccccc;
  width: calc(100% - 16px);
}
#search_full_map .contentFilter .block_text input {
  border: none;
  width: 100%;
}
#search_full_map a,
#search_full_map a:visited {
  color: #04b;
  text-decoration: none !important;
}
#search_full_map .search-button,
#search_full_map .sphere-button {
  background-color: #4873b8;
  color: #ffffff;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 4px 22px  4px 11px;
  cursor: pointer;
  font-weight: bold;
}
#search_full_map .search-button {
  margin: 4px 0px  4px 0px;
  width: 100%;
}
#search_full_map #sphereList {
  display: none;
  position: fixed;
  top: 65px;
  left: 15px;
  background-color: #fff;
  padding: 5px 0px;
  border-radius: 3px;
  width: 400px;
}
#search_full_map .sphereListSelected .list .list_row {
  margin-top: 8px;
  width: 100%;
  display: inline-block;
  border: 1px solid #FAFAFA;
  background-color: #f1eeee;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}
#search_full_map .sphereListSelected .list .list_row div {
  display: inline-block;
  padding: 4px 8px;
  width: calc(100% - 30px);
  height: 24px;
  line-height: 24px;
}
#search_full_map .sphereListSelected .list .list_row span {
  display: inline-block;
  content: '';
  background: url(/style_new/img/map_icons/close.svg) no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
  margin-top: 10px;
  margin-right: 4px;
}
#search_full_map .informerControl {
  background-color: #fff;
  padding: 16px;
  line-height: 20px;
  max-width: 650px;
  min-height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
}
#search_full_map .informerControl.info .info_message {
  margin-left: 70px;
}
#search_full_map .informerControl.info .info_message:after {
  position: absolute;
  left: 20px;
  top: 30%;
  content: '';
  background: url(/img/informers/info.png) no-repeat -100px 0;
  width: 55px;
  height: 45px;
  background-position: 0 0;
}
#search_full_map .informerControl .closeInf {
  position: relative;
  margin-bottom: 5px;
  background: rgba(0, 0, 0, 0) url(/adsform/images/close.png) no-repeat scroll;
  width: 16px;
  height: 16px;
  float: right;
  top: -6px;
  right: -5px;
}
