@charset "utf-8";
@keyframes transformLogo {
  from {
    transform: scale(0.02);
  }
  to {
    transform: scale(1);
  }
}
@keyframes buttonAnimateText {
  0% {
    display: none;
    opacity: 0;
    left: 0;
  }
  20% {
    opacity: 1;
  }
  21% {
    left: -9999px;
  }
  99% {
    opacity: 1;
    left: -9999px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fade-out-fade-in {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-fade-out {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
}
html,
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  min-width: 1000px;
  font-family: 'Roboto';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: none;
}
/*wrapp*/
.body_container {
  height: 100%;
}
.body_container.fix-site {
  position: fixed;
  width: 100%;
}
.wrapp {
  width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wrapp:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.cl:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.clearfix {
  clear: both;
}
#footer {
  position: relative;
}
/*wrapp*/
/*style input*/
textarea {
  resize: none;
  text-align: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b1b1b1;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b1b1b1;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto';
}
textarea::-webkit-input-placeholder {
  text-align: center !important;
  color: #ccc;
}
textarea::-moz-placeholder {
  text-align: center !important;
  color: #ccc;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
label {
  display: inline-block;
  position: relative;
}
.redInput {
  border: 1px solid #f00 !important;
}
/* End style input*/
.clr:after {
  content: '';
  clear: both;
  display: table;
}
.clear {
  clear: both;
}
.firstCapital {
  text-transform: capitalize;
}
/*style popup*/
.popup_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 60;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
/*.popup {position: fixed; display: none; z-index: 61; padding: 30px; background-color: #fff; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%);}*/
.popup {
  z-index: 101;
  display: none;
  background-color: #f5f5f5;
  text-align: center;
  position: fixed;
  padding: 30px 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "proximanova-semibold", sans-serif;
}
.popup.white {
  background: #FFFFFF;
}
.popup.big {
  top: 20%;
  margin: 0px 0px 20px -375px;
  -webkit-transform: none;
  transform: none;
  width: 750px;
  position: absolute;
}
.popup.big p {
  width: 240px;
  float: left;
}
.popup form input,
.popup form select {
  display: block;
  margin: 5px 0;
  padding: 10px;
  border: 1px solid #cecece;
  width: 100%;
  box-sizing: border-box;
}
.popup_label {
  font-size: 15px;
  font-family: "proxima_nova_rgregular";
  margin: -15px auto 20px;
  width: 80%;
  text-align: center;
}
#preparingPresentation .popup_label {
  width: auto;
}
.popup form label {
  width: 100%;
}
/**/
#popup_metro {
  width: 1180px;
}
.metro_in_limit {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 23px 13px;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Roboto';
  color: #000;
  margin-bottom: 9px;
  text-align: left;
}
.metro_in_limit .metro_in_limit-check {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 20px;
  height: 20px;
  position: relative;
}
.parameters_metro-js {
  cursor: pointer;
}
.parameters_metro-js.check .metro_in_limit-check {
  position: relative;
}
.parameters_metro-js.check .metro_in_limit-check:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  width: 18px;
  height: 13px;
  background: url(/img/site/check.png);
}
.selected_metro_stations-box {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 23px 13px;
}
.selected_metro_stations-box .selected_metro_stations-text {
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-family: 'Roboto';
  margin-bottom: 17px;
  text-align: left;
}
.selected_metro_stations-box .selected_metro_stations-container {
  border: 1px solid #dcdcdc;
  display: table;
  padding: 7px 8px;
  margin-bottom: 6px;
}
.selected_metro_stations-box .selected_metro_stations-container > div {
  display: inline-block;
  vertical-align: middle;
}
.selected_metro_stations-box .selected_metro_stations-container .selected_metro_stations-color {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.selected_metro_stations-box .selected_metro_stations-container .selected_metro_stations-name {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-family: 'Roboto';
  margin: 0 9px 0 6px;
}
.selected_metro_stations-box .selected_metro_stations-container .selected_metro_stations-closed {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url(/img/site/closed.png) no-repeat;
}
.mento_map {
  width: 1100px;
}
.btn_style.btn_style-metro {
  font-size: 14px;
  line-height: 40px;
  width: 262px;
  padding: 0;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 5;
}
.btn_style.btn_style-metro.btn_shadow {
  -webkit-box-shadow: -5px -36px 36px -3px #ffffff;
  box-shadow: -5px -36px 36px -3px #ffffff;
}
.cleaver_alle-metro {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  display: table;
  margin: 0 auto;
  cursor: pointer;
  font-family: 'Roboto';
}
.selected_metro_stations-alls-indoor {
  max-height: 470px;
  overflow: auto;
}
/**/
/* ------------------ Список районов ------------------ */
.search_criteria-district {
  padding: 0 20px;
}
.removeFilter {
  position: absolute;
  margin: 14px 0px 0px 13px;
  z-index: 1000;
}
.popup_close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(/img/site/closed.png) no-repeat;
}
.district-indoor > div {
  float: left;
  margin-right: 35px;
}
.district-indoor > div:last-child {
  margin-right: 0;
}
#search_options-2 {
  width: 950px;
  /*height: 836px;*/
}
.district-indoor > div p {
  color: #696969;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Roboto';
  padding-bottom: 9px;
}
.search_criteria.active {
  padding: 0px 0px 0px 20px;
  width: 253px;
}
.search_criteria:first-letter,
.search_criteria-popup h4:first-letter {
  text-transform: uppercase;
}
.search_criteria-popup label {
  display: block;
}
.search_criteria-popup h4 {
  color: #000000;
  font-size: 18px;
  line-height: 19px;
  font-family: 'Roboto';
  padding-bottom: 30px;
}
.popupLinks p {
  color: #696969;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Roboto';
  padding-bottom: 9px;
}
.popupLinks p a {
  text-decoration: none;
  color: inherit;
}
.popupLinks p a:hover {
  color: #00a4d9;
}
/* ------------------ Список районов End------------------ */
/* End style popup*/
/*style*/
.btn_style {
  display: inline-block;
  background: #00a4d9;
  color: #fff;
  line-height: 42px;
  font-family: 'Roboto';
  padding: 0 20px;
  cursor: pointer;
  border: none;
}
.btn_style_action {
  height: 38px;
  line-height: 38px;
  background-color: #6eba24;
  border-radius: 4px;
  font-size: 14px;
}
.btn_style_yellow {
  background-color: #f6cc26;
  color: #000;
}
.btn_style_sm {
  font-size: 12px;
  line-height: 38px;
}
.btn_style_lg {
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-family: 'Roboto';
  font-size: 16px;
}
.btnLayer:hover .btn_style,
.btn_style:hover {
  background: #0291bf;
}
.btn_download {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
}
/************************************************ animate buttons */
.fc-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 0;
  text-align: center;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  vertical-align: bottom;
}
.fc-btn__text {
  position: relative;
  z-index: 2;
}
.fc-btn__line {
  opacity: 0.6;
  animation-name: flyline;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation-timing-function: ease-on-out;
  animation-timing-function: ease-on-out;
  transform: rotateZ(20deg);
  width: 12px;
  height: 200%;
  position: absolute;
  background-color: #fff;
  top: -50%;
  left: -10%;
  z-index: 1;
}
@keyframes flyline {
  from {
    left: -10%;
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.1), -4px -4px 8px rgba(255, 255, 255, 0.1);
  }
  25% {
    box-shadow: 8px 8px 16px #ffffff, -8px -8px 16px #ffffff, 4px 4px 8px #ffffff, -4px -4px 8px #ffffff;
  }
  50% {
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.7), -4px -4px 8px rgba(255, 255, 255, 0.7);
  }
  to {
    left: 180%;
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.1), -4px -4px 8px rgba(255, 255, 255, 0.1);
  }
}
.nopadding {
  padding: 0 !important;
}
/******************************************** end animate buttons */
.presentation_btn--big {
  padding: 0 24px 0 41px;
}
.presentation_btn--big > div {
  position: relative;
}
.presentation_btn--big img {
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  left: -20px;
  width: 12px;
  height: 16px;
}
#free_space .building_card-btn {
  font-size: 16px;
  margin: 0;
  padding: 0 25px;
}
#free_space form .btn_style.button {
  margin: 0 auto;
  padding: 0 128px;
}
/*style*/
/* defaul style end */
/*global variables*/
.symbol-font {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
/* ------------------ position  ------------------ */
.position_abs {
  position: absolute;
  top: 0;
}
.position_rel {
  position: relative;
  z-index: 2;
}
/* ------------------ position end  ------------------ */
.va-m {
  vertical-align: middle;
}
.va-t {
  vertical-align: top;
}
.va-b {
  vertical-align: bottom;
}
.dispaly_t {
  display: table;
}
.display_ib > div {
  display: inline-block;
  vertical-align: text-top;
  font-size: inherit;
}
.display_ib > form,
.display_ib > a {
  display: inline-block;
  vertical-align: text-top;
  font-size: inherit;
}
.display_ib.vertical_a-m > div {
  vertical-align: middle !important;
}
.display_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex_align_center {
  align-items: center;
}
.flex_justify_stretch {
  justify-content: flex-start;
}
.flex_justify_stretch > * {
  flex: 1;
}
.flex_justify_center {
  justify-content: center;
}
.cursor-p {
  cursor: pointer;
}
.list-style-none {
  list-style: none;
}
/* ------------------ color font-size ------------------ */
.color_white {
  color: #fff !important;
}
.color_yellow {
  color: #f6cc26 !important;
}
.color_orange {
  color: #eeaa18 !important;
}
.color_blue {
  color: #00a4d9 !important;
}
.color-grey {
  color: #a3a3a3;
}
.color_dark-grey {
  color: #666666 !important;
}
.color_green {
  color: #8cbb31 !important;
}
.color_bg_green {
  background-color: #8cbb31 !important;
}
.color_littel-green {
  color: #a8ff00 !important;
}
.color_dark-light-grey {
  color: #393939;
}
/* ------------------ color font-size end ------------------ */
/* ------------------ background  ------------------ */
.background_grey {
  background: #f5f5f5 !important;
}
.background_blue {
  background: #00a4d9 !important;
}
.background_dark-grey {
  background: #333333 !important;
}
.background_pale_lemon {
  background: #fffee5;
}
/* ------------------ background end  ------------------ */
/* ------------------ font-family ------------------ */
.prox_lt {
  font-family: 'proximanova-light', sans-serif;
  font-weight: normal;
}
.prox_rg {
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-weight: normal;
}
.prox_rgit {
  font-family: 'proximanova-regularit', sans-serif;
  font-weight: normal;
}
.prox_bl {
  font-family: 'Roboto';
  font-weight: normal;
}
.prox_black {
  font-family: 'proximanova-black', sans-serif;
  font-weight: normal;
}
.prox_sembl {
  font-family: 'proximanova-semibold', sans-serif;
  font-weight: normal;
}
/* ------------------ font-family end ------------------ */
/* ------------------ border ------------------ */
.border_top {
  border-top: 1px solid #6a6a6a;
}
.border_bottom {
  border-bottom: 1px solid #6a6a6a;
}
.border_color-blue {
  border-color: #00a4d9;
}
.border_full {
  border: 1px solid #e0e0e0;
}
.border_color-blue {
  border-color: #00a4d9 !important;
}
.border_color-grey {
  border-color: #e7e7e7 !important;
}
.border_color-dark-grey {
  border-color: #ababab !important;
}
.border_radius {
  border-radius: 4px;
}
.dashedLink {
  border-bottom: 1px dashed #00a3d8;
}
.dashedLink:hover {
  border: 0px;
}
.border_bottom-dashed {
  border-bottom: 1px dashed #000;
}
.border_bottom-solid {
  border-bottom: 1px solid #000;
}
.icon_border-disk {
  height: 3px;
  width: 100%;
  background: url(/img/site/icon_border-disk.png);
}
/* ------------------ border end ------------------ */
/* ------------------ float ------------------ */
.float_l {
  float: left;
}
.float_r {
  float: right;
}
/* ------------------ float end  ------------------ */
/* ------------------ text ------------------ */
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text_up {
  text-transform: uppercase;
}
.white-space-pw {
  white-space: pre-wrap;
}
.text-underline {
  text-decoration: underline;
}
.nowrap {
  white-space: nowrap;
}
/* ------------------ text end  ------------------ */
.containert {
  width: 100%;
}
.btn_more {
  display: table;
  margin: 0 auto;
  line-height: 52px !important;
  font-family: 'Roboto';
  font-weight: normal;
  padding: 0 140px;
  border: 2px solid #00a4d9;
  cursor: pointer;
  color: #00a4d9;
}
.btn_more:hover {
  color: #fff;
  background: #00a4d9;
}
/* ------------------ font size ------------------ */
.subtitle {
  font-size: 12px !important;
  line-height: 14px;
}
.subtitle-0 {
  font-size: 14px !important;
  line-height: 16px;
}
.subtitle-1 {
  font-size: 16px !important;
  line-height: 18px;
}
.subtitle-2 {
  font-size: 18px !important;
  line-height: 20px;
}
.subtitle-3 {
  font-size: 20px !important;
  line-height: 22px;
}
.subtitle-4 {
  font-size: 22px !important;
  line-height: 24px;
}
.subtitle-5 {
  font-size: 24px !important;
  line-height: 26px;
}
.subtitle-5-23 {
  font-size: 23px !important;
  line-height: 25px;
}
.subtitle-6 {
  font-size: 26px !important;
  line-height: 28px;
}
.subtitle-7 {
  font-size: 28px !important;
  line-height: 30px;
}
.subtitle-8 {
  font-size: 30px !important;
  line-height: 32px;
}
.subtitle-9 {
  font-size: 32px !important;
  line-height: 34px;
}
.subtitle-10 {
  font-size: 33px !important;
  line-height: 36px;
}
.subtitle-12 {
  font-size: 34px !important;
  line-height: 36px;
}
.subtitle-11 {
  font-size: 36px !important;
  line-height: 38px;
}
.subtitle-13 {
  font-size: 38px !important;
  line-height: 40px;
}
.subtitle-14 {
  font-size: 40px !important;
  line-height: 42px;
}
.subtitle-34 {
  font-size: 90px !important;
  line-height: 90px;
}
/* ------------------ font size end ------------------ */
/* ------------------ line_height ------------------ */
.line_height-22 {
  line-height: 22px;
}
.line_height-24 {
  line-height: 24px;
}
.line_height-30 {
  line-height: 30px;
}
.line_height-45 {
  line-height: 45px;
}
.line_height-64 {
  line-height: 64px;
}
/* ------------------ line_height end ------------------ */
.subtitle-34 sup {
  font-size: xx-large;
  position: relative;
  top: -13px;
}
/* ------------------ padding ------------------ */
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
/* ------------------  ------------------ */
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-130 {
  padding-right: 130px;
}
/* ------------------  ------------------ */
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-160 {
  padding-bottom: 160px;
}
/* ------------------  ------------------ */
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-160 {
  padding-left: 160px;
}
/* ------------------ padding end ------------------ */
/* ------------------ margin ------------------ */
.margin_auto {
  margin: 0 auto;
}
.mt-8 {
  margin-top: 8px;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-125 {
  margin-right: 125px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-135 {
  margin-right: 135px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-145 {
  margin-right: 145px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-155 {
  margin-right: 155px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-165 {
  margin-right: 165px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-175 {
  margin-right: 175px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-185 {
  margin-right: 185px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-195 {
  margin-right: 195px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.border-radius-5 {
  border-radius: 5px !important;
}
.border-radius-10 {
  border-radius: 10px !important;
}
.border-radius-15 {
  border-radius: 15px !important;
}
.border-radius-20 {
  border-radius: 20px !important;
}
.border-radius-25 {
  border-radius: 25px !important;
}
/* ------------------ margin-right ------------------ */
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.inline-block {
  display: inline-block;
}
.greenCircle {
  display: inline-block;
  background-color: #8cbb31;
  color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
}
.mrp-1 {
  margin-right: 1%;
  position: relative;
}
.mrp-2 {
  margin-right: 2%;
}
/* ------------------ margin-bottom ------------------ */
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px !important;
}
/* ------------------ margin-left ------------------ */
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
/* ------------------ margin end ------------------ */
/* ------------------ width ------------------ */
.w-20 {
  width: 20px !important;
}
.w-25 {
  width: 25px !important;
}
.w-30 {
  width: 30px !important;
}
.w-35 {
  width: 35px !important;
}
.w-40 {
  width: 40px !important;
}
.w-45 {
  width: 45px !important;
}
.w-50 {
  width: 50px !important;
}
.w-55 {
  width: 55px !important;
}
.w-60 {
  width: 60px !important;
}
.w-65 {
  width: 65px !important;
}
.w-70 {
  width: 70px !important;
}
.w-75 {
  width: 75px !important;
}
.w-80 {
  width: 80px !important;
}
.w-85 {
  width: 85px !important;
}
.w-90 {
  width: 90px !important;
}
.w-95 {
  width: 95px !important;
}
.w-100 {
  width: 100px !important;
}
.w-105 {
  width: 105px !important;
}
.w-110 {
  width: 110px !important;
}
.w-115 {
  width: 115px !important;
}
.w-120 {
  width: 120px !important;
}
.w-125 {
  width: 125px !important;
}
.w-130 {
  width: 130px !important;
}
.w-135 {
  width: 135px !important;
}
.w-140 {
  width: 140px !important;
}
.w-145 {
  width: 145px !important;
}
.w-150 {
  width: 150px !important;
}
.w-155 {
  width: 155px !important;
}
.w-160 {
  width: 160px !important;
}
.w-165 {
  width: 165px !important;
}
.w-170 {
  width: 170px !important;
}
.w-175 {
  width: 175px !important;
}
.w-180 {
  width: 180px !important;
}
.w-185 {
  width: 185px !important;
}
.w-190 {
  width: 190px !important;
}
.w-195 {
  width: 195px !important;
}
.w-200 {
  width: 200px !important;
}
.w-205 {
  width: 205px !important;
}
.w-210 {
  width: 210px !important;
}
.w-215 {
  width: 215px !important;
}
.w-220 {
  width: 220px !important;
}
.w-225 {
  width: 225px !important;
}
.w-230 {
  width: 230px !important;
}
.w-235 {
  width: 235px !important;
}
.w-240 {
  width: 240px !important;
}
.w-245 {
  width: 245px !important;
}
.w-250 {
  width: 250px !important;
}
.w-255 {
  width: 255px !important;
}
.w-260 {
  width: 260px !important;
}
.w-265 {
  width: 265px !important;
}
.w-270 {
  width: 270px !important;
}
.w-275 {
  width: 275px !important;
}
.w-280 {
  width: 280px !important;
}
.w-285 {
  width: 285px !important;
}
.w-290 {
  width: 290px !important;
}
.w-295 {
  width: 295px !important;
}
.w-300 {
  width: 300px !important;
}
.w-305 {
  width: 305px !important;
}
.w-310 {
  width: 310px !important;
}
.w-315 {
  width: 315px !important;
}
.w-320 {
  width: 320px !important;
}
.w-325 {
  width: 325px !important;
}
.w-330 {
  width: 330px !important;
}
.w-335 {
  width: 335px !important;
}
.w-340 {
  width: 340px !important;
}
.w-345 {
  width: 345px !important;
}
.w-350 {
  width: 350px !important;
}
.w-355 {
  width: 355px !important;
}
.w-360 {
  width: 360px !important;
}
.w-365 {
  width: 365px !important;
}
.w-370 {
  width: 370px !important;
}
.w-375 {
  width: 375px !important;
}
.w-380 {
  width: 380px !important;
}
.w-385 {
  width: 385px !important;
}
.w-390 {
  width: 390px !important;
}
.w-395 {
  width: 395px !important;
}
.w-400 {
  width: 400px !important;
}
.w-405 {
  width: 405px !important;
}
.w-410 {
  width: 410px !important;
}
.w-415 {
  width: 415px !important;
}
.w-420 {
  width: 420px !important;
}
.w-425 {
  width: 425px !important;
}
.w-430 {
  width: 430px !important;
}
.w-435 {
  width: 435px !important;
}
.w-440 {
  width: 440px !important;
}
.w-445 {
  width: 445px !important;
}
.w-450 {
  width: 450px !important;
}
.w-455 {
  width: 455px !important;
}
.w-460 {
  width: 460px !important;
}
.w-465 {
  width: 465px !important;
}
.w-470 {
  width: 470px !important;
}
.w-475 {
  width: 475px !important;
}
.w-480 {
  width: 480px !important;
}
.w-485 {
  width: 485px !important;
}
.w-490 {
  width: 490px !important;
}
.w-495 {
  width: 495px !important;
}
.w-500 {
  width: 500px !important;
}
.w-505 {
  width: 505px !important;
}
.w-510 {
  width: 510px !important;
}
.w-515 {
  width: 515px !important;
}
.w-520 {
  width: 520px !important;
}
.w-525 {
  width: 525px !important;
}
.w-530 {
  width: 530px !important;
}
.w-535 {
  width: 535px !important;
}
.w-540 {
  width: 540px !important;
}
.w-545 {
  width: 545px !important;
}
.w-550 {
  width: 550px !important;
}
.w-555 {
  width: 555px !important;
}
.w-560 {
  width: 560px !important;
}
.w-565 {
  width: 565px !important;
}
.w-570 {
  width: 570px !important;
}
.w-575 {
  width: 575px !important;
}
.w-580 {
  width: 580px !important;
}
.w-585 {
  width: 585px !important;
}
.w-590 {
  width: 590px !important;
}
.w-595 {
  width: 595px !important;
}
.w-600 {
  width: 600px !important;
}
.w-605 {
  width: 605px !important;
}
.w-610 {
  width: 610px !important;
}
.w-615 {
  width: 615px !important;
}
.w-620 {
  width: 620px !important;
}
.w-625 {
  width: 625px !important;
}
.w-630 {
  width: 630px !important;
}
.w-635 {
  width: 635px !important;
}
.w-640 {
  width: 640px !important;
}
.w-645 {
  width: 645px !important;
}
.w-650 {
  width: 650px !important;
}
.w-655 {
  width: 655px !important;
}
.w-660 {
  width: 660px !important;
}
.w-665 {
  width: 665px !important;
}
.w-670 {
  width: 670px !important;
}
.w-675 {
  width: 675px !important;
}
.w-680 {
  width: 680px !important;
}
.w-685 {
  width: 685px !important;
}
.w-690 {
  width: 690px !important;
}
.w-695 {
  width: 695px !important;
}
.w-700 {
  width: 700px !important;
}
.w-705 {
  width: 705px !important;
}
.w-710 {
  width: 710px !important;
}
.w-715 {
  width: 715px !important;
}
.w-720 {
  width: 720px !important;
}
.w-725 {
  width: 725px !important;
}
.w-730 {
  width: 730px !important;
}
.w-735 {
  width: 735px !important;
}
.w-740 {
  width: 740px !important;
}
.w-745 {
  width: 745px !important;
}
.w-750 {
  width: 750px !important;
}
.w-755 {
  width: 755px !important;
}
.w-760 {
  width: 760px !important;
}
.w-765 {
  width: 765px !important;
}
.w-770 {
  width: 770px !important;
}
.w-775 {
  width: 775px !important;
}
.w-780 {
  width: 780px !important;
}
.w-785 {
  width: 785px !important;
}
.w-790 {
  width: 790px !important;
}
.w-795 {
  width: 795px !important;
}
.w-800 {
  width: 800px !important;
}
.w-805 {
  width: 805px !important;
}
.w-810 {
  width: 810px !important;
}
.w-815 {
  width: 815px !important;
}
.w-820 {
  width: 820px !important;
}
.w-825 {
  width: 825px !important;
}
.w-830 {
  width: 830px !important;
}
.w-835 {
  width: 835px !important;
}
.w-840 {
  width: 840px !important;
}
.w-845 {
  width: 845px !important;
}
.w-850 {
  width: 850px !important;
}
.w-855 {
  width: 855px !important;
}
.w-860 {
  width: 860px !important;
}
.w-865 {
  width: 865px !important;
}
.w-870 {
  width: 870px !important;
}
.w-875 {
  width: 875px !important;
}
.w-880 {
  width: 880px !important;
}
.w-885 {
  width: 885px !important;
}
.w-890 {
  width: 890px !important;
}
.w-895 {
  width: 895px !important;
}
.w-900 {
  width: 900px !important;
}
.w-905 {
  width: 905px !important;
}
.w-910 {
  width: 910px !important;
}
.w-915 {
  width: 915px !important;
}
.w-920 {
  width: 920px !important;
}
.w-925 {
  width: 925px !important;
}
.w-930 {
  width: 930px !important;
}
.w-935 {
  width: 935px !important;
}
.w-940 {
  width: 940px !important;
}
.w-945 {
  width: 945px !important;
}
.w-950 {
  width: 950px !important;
}
.w-955 {
  width: 955px !important;
}
.w-960 {
  width: 960px !important;
}
.w-965 {
  width: 965px !important;
}
.w-970 {
  width: 970px !important;
}
.w-975 {
  width: 975px !important;
}
.w-980 {
  width: 980px !important;
}
.w-985 {
  width: 985px !important;
}
.w-990 {
  width: 990px !important;
}
.w-995 {
  width: 995px !important;
}
.w-1000 {
  width: 1000px !important;
}
.w-1005 {
  width: 1005px !important;
}
.w-1010 {
  width: 1010px !important;
}
.w-1015 {
  width: 1015px !important;
}
.font-bold {
  font-weight: bold;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-7 {
  font-size: 7px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-9 {
  font-size: 9px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-19 {
  font-size: 19px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-21 {
  font-size: 21px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-23 {
  font-size: 23px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-25 {
  font-size: 25px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-27 {
  font-size: 27px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-29 {
  font-size: 29px;
}
.font-size-30 {
  font-size: 30px;
}
.w-460 {
  width: 460px !important;
}
.w-666 {
  width: 665px;
}
.w-430 {
  width: 430px !important;
}
.w-730 {
  width: 730px;
}
.w-100_p {
  width: 100%;
}
.w-227 {
  width: 227px;
}
.w-340 {
  width: 340px;
}
table.not-active {
  cursor: auto;
}
/* ------------------ width end ------------------ */
/* --------------------- svg icon -------------------- */
[class^="svg-icon"] {
  display: inline-block;
  vertical-align: middle;
}
.svg-icon_heart {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M18 5.0646C18 2.38001 15.8237 0.203796 13.1391 0.203796C11.3861 0.203796 9.8552 1.13478 8.99994 2.5261C8.1448 1.13478 6.61324 0.203796 4.86029 0.203796C2.1757 0.203796 0 2.38001 0 5.0646C0 6.5262 0.647676 7.83383 1.66845 8.7243L8.55637 15.6125C8.67401 15.7301 8.83354 15.7962 8.99994 15.7962C9.16635 15.7962 9.32588 15.7301 9.44352 15.6125L16.3314 8.7243C17.3523 7.83383 18 6.5262 18 5.0646Z' fill='%236E6E6E'/%3E%3C/svg%3E%0A");
}
.svg-icon_heart:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M18 5.0646C18 2.38001 15.8237 0.203796 13.1391 0.203796C11.3861 0.203796 9.8552 1.13478 8.99994 2.5261C8.1448 1.13478 6.61324 0.203796 4.86029 0.203796C2.1757 0.203796 0 2.38001 0 5.0646C0 6.5262 0.647676 7.83383 1.66845 8.7243L8.55637 15.6125C8.67401 15.7301 8.83354 15.7962 8.99994 15.7962C9.16635 15.7962 9.32588 15.7301 9.44352 15.6125L16.3314 8.7243C17.3523 7.83383 18 6.5262 18 5.0646Z' fill='%2363BD42'/%3E%3C/svg%3E%0A");
}
.svg-icon_eye {
  width: 20px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M10 0.0390625C6.17879 0.0390625 2.71351 2.12968 0.15649 5.52541C-0.0521632 5.80361 -0.0521632 6.19228 0.15649 6.47048C2.71351 9.87029 6.17879 11.9609 10 11.9609C13.8212 11.9609 17.2865 9.87029 19.8435 6.47457C20.0522 6.19637 20.0522 5.8077 19.8435 5.5295C17.2865 2.12968 13.8212 0.0390625 10 0.0390625ZM10.2741 10.1976C7.73755 10.3572 5.64284 8.26653 5.80239 5.72588C5.93331 3.63116 7.63118 1.9333 9.72589 1.80238C12.2625 1.64283 14.3572 3.73345 14.1976 6.2741C14.0626 8.36472 12.3647 10.0626 10.2741 10.1976ZM10.1473 8.25835C8.78081 8.34426 7.65163 7.21918 7.74164 5.8527C7.81119 4.72352 8.72763 3.81118 9.85681 3.73754C11.2233 3.65162 12.3525 4.77671 12.2625 6.14318C12.1888 7.27645 11.2724 8.1888 10.1473 8.25835Z' fill='%236F6F6F'/%3E%3C/svg%3E%0A");
}
.svg-icon_phone {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9244 11.2458C12.369 10.6975 11.6757 10.6975 11.1238 11.2458C10.7029 11.6633 10.2819 12.0807 9.868 12.5052C9.7548 12.622 9.65928 12.6467 9.52132 12.5689C9.24893 12.4203 8.95885 12.3 8.69707 12.1373C7.47662 11.3697 6.45427 10.3827 5.54866 9.2719C5.09939 8.72005 4.69965 8.12928 4.42019 7.46422C4.36358 7.32979 4.3742 7.24135 4.48386 7.13169C4.90483 6.72487 5.31518 6.30744 5.72907 5.89001C6.30569 5.30986 6.30569 4.63065 5.72554 4.04696C5.39655 3.71443 5.06755 3.38897 4.73856 3.05644C4.39896 2.71684 4.06289 2.3737 3.71975 2.03763C3.16436 1.49639 2.471 1.49639 1.91915 2.04117C1.49464 2.4586 1.08782 2.88664 0.656244 3.297C0.256502 3.67551 0.0548619 4.13893 0.0124115 4.68018C-0.0548018 5.56102 0.160988 6.39234 0.465217 7.20244C1.08782 8.87924 2.03588 10.3685 3.18558 11.734C4.73856 13.5806 6.59224 15.0416 8.76075 16.0958C9.73711 16.5698 10.7488 16.9342 11.849 16.9944C12.6061 17.0368 13.264 16.8458 13.7911 16.255C14.152 15.8517 14.5588 15.4838 14.9408 15.0982C15.5068 14.5251 15.5104 13.8318 14.9479 13.2658C14.2758 12.5901 13.6001 11.918 12.9244 11.2458Z' fill='white'/%3E%3Cpath d='M12.2489 8.42638L13.5542 8.20351C13.3491 7.00429 12.783 5.91826 11.9234 5.0551C11.0143 4.14595 9.86458 3.57287 8.59814 3.396L8.41418 4.70842C9.39408 4.84639 10.2855 5.28858 10.9895 5.99255C11.6546 6.65761 12.0897 7.49954 12.2489 8.42638Z' fill='white'/%3E%3Cpath d='M14.2899 2.75221C12.7829 1.24521 10.8762 0.293616 8.77135 0L8.5874 1.31243C10.4057 1.56713 12.0542 2.39138 13.356 3.68965C14.5906 4.92426 15.4007 6.48431 15.6943 8.20002L16.9997 7.97715C16.6565 5.98905 15.7191 4.18491 14.2899 2.75221Z' fill='white'/%3E%3C/svg%3E%0A");
}
/* --------------------- svg icon end -------------------- */
/* ------------------ height ------------------ */
.h-44 {
  height: 44px;
}
.h-90 {
  height: 90px;
}
/* ------------------ height end------------------ */
/* ------------------ map element ------------------ */
.search-block-map {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 180px;
}
.search-block-map-container {
  width: 100%;
  height: 100%;
  background-color: #d5b5bc;
}
.wrapp.withMap {
  position: static;
}
.container_map {
  width: 100%;
  height: 355px;
}
.map {
  width: 100%;
  height: 100%;
  position: relative;
}
.map_adress {
  position: absolute;
  top: 20px;
  left: 0;
  background: #f6cc26;
  line-height: 35px;
  font-family: 'Roboto';
}
.map_adress-street {
  /*white-space:pre-wrap;*/
  color: #333333;
}
.map__show-all {
  position: absolute;
  top: 19px;
  right: 18px;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #00a4d9;
  cursor: pointer;
}
.i-full-screen {
  display: inline-block;
  width: 19px;
  height: 35px;
  background-image: url(/img/site/icon_full-screen.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.on_map-location {
  position: absolute;
  top: 78px;
  left: 301px;
  display: table;
}
.search-block-map-marker {
  width: 600px;
  background: #ffffff;
  line-height: 1;
  height: 225px;
  border: 1px solid #e1e1e1;
  transition: opacity 0.3s ease;
  padding: 10px;
}
.search-block-map-marker .buildImg {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.search-block-map-marker-info {
  display: inline-block;
  width: 380px;
  vertical-align: top;
}
.search-block-map-marker .params span {
  display: inline-block;
}
.popup_with_address {
  background: #fff;
  position: relative;
  border: 1px solid #e1e1e1;
  display: none;
  transition: opacity 0.3s ease;
  padding-left: 18px;
}
.popup_with_address:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 10px;
  width: 18px;
  height: 11px;
  background: url(/img/site/triangle.png) no-repeat;
}
.popup_with_address > .subtitle-0 {
  font-family: 'Roboto';
  font-weight: normal;
  line-height: normal;
}
.popup_with_address > .subtitle {
  font-family: 'Roboto';
  font-weight: normal;
  line-height: normal;
}
.popup_with_address > .subtitle-1 {
  font-family: 'Roboto';
  font-weight: normal;
  line-height: normal;
}
.on_map-big_red-pin {
  position: absolute;
  top: 130px;
  left: 599px;
}
.bc-office .leftColumn .subtitle-0 {
  font-size: 12px !important;
}
.bc-office .leftColumn .slider_prew-one-photo {
  width: 730px;
}
.bc-office .rightColumn {
  position: relative;
}
.contactTab.fixed {
  position: fixed;
}
.contactTab.fixedBottom {
  position: absolute;
}
.contactTab .onCall {
  color: #6cb044;
  line-height: 30px;
  font-size: 12px;
  vertical-align: top;
  padding-left: 10px;
}
.contactTab .onCall:before {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  background: #6cb044;
  left: -5px;
  top: 1px;
}
/* ------------------ map element ------------------ */
/* ------------------ lobal variables конец ------------------ */
/* ------------------ header ------------------ */
.header_fixed {
  height: 80px;
  position: relative;
  z-index: 55;
}
.header_fixed > div {
  position: fixed;
}
#header input {
  width: 287px !important;
  font-size: 14px;
  word-break: break-all;
}
#header .fav-show {
  display: flex;
  align-items: baseline;
}
#header .fav-show > a {
  display: flex;
  align-items: baseline;
}
#header input::-webkit-input-placeholder {
  color: #b1b1b1;
  text-align: left;
  font-size: 12px;
  font-family: 'Roboto' !important;
}
#header input::-moz-placeholder {
  color: #b1b1b1;
  text-align: left;
  font-size: 12px;
  font-family: 'Roboto' !important;
}
#header {
  width: 100%;
  height: 80px;
  background: #333333;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #b1b1b1;
}
.header_a-link {
  text-decoration: none;
  position: relative;
  top: -17px;
}
.header_a-link > span:hover {
  /*color: #fff;
    border-bottom: 1px dashed #fff;*/
}
.header_a-link > span:first-child {
  display: table;
  font-size: 14px;
  line-height: 16px;
  color: #6cb044;
  border-bottom: 1px solid #6cb044;
}
.header_a-link > span:last-child {
  line-height: 25px;
  font-size: 12px;
}
#header_arrow {
  position: relative;
  left: -23px;
  top: 2px;
}
.header_search-box {
  width: 315px;
  height: 36px;
  background: #fff;
  position: relative;
  margin-top: 4px;
}
.header_output_search {
  display: none;
  border: 1px solid #c0c0c0;
  position: absolute;
  width: 427px;
  top: 36px;
  background: #fff;
  z-index: 100;
}
.header_searched_for-p {
  margin-top: 19px;
  margin-left: 15px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Roboto';
  color: #7a7a7a;
}
.header_searched_for-list {
  padding: 0;
  margin-left: 15px;
  margin-bottom: 10px;
}
.header_searched_for-list > li {
  font-size: 15px;
  line-height: 15px;
  font-family: 'Roboto';
  margin-bottom: 10px;
  list-style: none;
}
.header_searched_for-list > li a {
  border-bottom: 1px solid #1b94da;
  color: #1b94da;
}
.header_searched_for-list > li a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.header_searched_for-all {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-family: 'Roboto';
  border-top: 1px solid #c0c0c0;
  padding-top: 9px;
  margin-bottom: 9px;
}
.header_searched_for-all > div {
  margin-left: 15px;
}
.header_searched_for-all a {
  color: #1b94da;
  border-bottom: 1px solid #1b94da;
}
.header_searched_for-all a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.header_all_results {
  background: #e6e6e6;
  padding: 10px 0;
}
.all_results-link {
  font-size: 13px;
  line-height: 13px;
  color: #7a7a7a;
  font-family: 'Roboto';
  border-bottom: 1px solid #7a7a7a;
  margin-left: 15px;
}
.all_results-link:hover {
  color: #000;
}
.header_search-box:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(/img/site/search.png) no-repeat;
  right: 7px;
  top: 9px;
}
.header_search-box.loading:before {
  background: url(/img/loading_circle_16.gif) no-repeat;
}
.header_search-box > input {
  width: 100%;
  height: 34px;
  text-align: left;
  text-indent: 20px;
  border: none;
}
.header_search-box > input::-webkit-input-placeholder {
  text-align: left;
}
.header_search-box > input::-moz-placeholder {
  text-align: left;
}
.header_favorites {
  font-size: 14px;
  line-height: 14px;
  position: relative;
}
.header_favorites > span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header_favorites:hover {
  color: #00a4d9;
}
.header_favorites.active {
  color: #00a4d9;
}
.header_sale:hover {
  color: #fff;
}
.header_real_estate {
  position: relative;
  color: #b1b1b1;
}
.header_real_estate .subMenu {
  display: none;
  width: 260px;
  margin: 0px 0px 0px -18px;
  padding: 8px;
  position: absolute;
  background: #333333;
  left: -10px;
}
.header_real_estate .subMenu li {
  list-style: none;
  margin: 12px 10px;
  padding: 0px;
}
.header_real_estate .subMenu a {
  color: #b1b1b1;
}
.header_real_estate .subMenu a:hover {
  color: #fff;
}
.header_real_estate.selected {
  color: #fff;
}
.header_currency.selected::before {
  opacity: 1;
}
.header_real_estate:after {
  content: '';
  position: absolute;
  top: 1px;
  right: -16px;
  background: url(/img/site/icon_arrow-header.png) no-repeat;
  transform: background 0.3s ease;
  width: 7px;
  height: 10px;
}
.header_real_estate.selected:after {
  background: url(/img/site/icon_arrow-active-header.png) no-repeat;
  width: 10px;
  height: 7px;
  top: 3px;
}
.header_rent-box .header_real_estate:last-child:after,
.header_rent-box .header_real_estate.selected:last-child:after {
  background: none;
}
.header_currency {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Roboto';
}
.header_currency:hover {
  color: #00a4d9;
  position: relative;
}
.header_currency:hover:before {
  opacity: 1;
}
.header_currency:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: -21px;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #00a4d9;
  transition: all 0.2s;
}
.header_currency.selected {
  color: #00a4d9;
}
.link_in-office {
  color: #fff;
  line-height: 20px;
}
.link_in-office:hover {
  color: #00a4d9;
}
.icon-link_in-office {
  width: 20px;
  height: 20px;
  background: url(/img/site/icon-link_in-office.png) no-repeat;
  transform: background ease 0.3s;
}
.link_in-office:hover .icon-link_in-office,
.link_in-office.active .icon-link_in-office {
  background: url(/img/site/icon-link_in-office-blue.png) no-repeat;
}
/* ------------------ header end ------------------ */
/* ------------------ header_office ------------------ */
#header_office {
  width: 100%;
  height: 80px;
  background: #333333;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #b1b1b1;
}
#header_office .wrapp:before {
  content: '';
  position: absolute;
  right: -92%;
  top: 0;
  width: 100%;
  height: 80px;
  background: #00a4d9;
}
.header_office-exit {
  height: 80px;
  position: relative;
  background: #00a4d9;
  color: #fff;
  cursor: pointer;
  text-align: right;
  width: 250px;
}
.header_office-exit:before {
  content: '';
  position: absolute;
}
#header_office .header_currency:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  width: 2px;
  height: 23px;
  background: #00a4d9;
}
#header_office .header_currency {
  cursor: pointer;
  margin-right: 45px;
}
#header_office .header_currency:hover {
  color: #00a4d9;
}
#header_office .header_office-name {
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header_office .header_office-name p {
  margin-top: 10px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
/* ------------------ header_office end ------------------ */
/* ------------------ способы проезда ------------------ */
.way_to_get {
  margin-top: 20px;
  margin-bottom: 25px;
  background: #333333;
}
.way_to_get > div {
  padding-top: 45px;
  padding-left: 60px;
  padding-bottom: 60px;
}
.place_location {
  font-size: 16px;
  line-height: 16px;
  color: #b9b9b9;
  font-family: 'Roboto';
}
.place_neme {
  font-size: 19px;
  line-height: 25px;
  color: #fff;
  font-family: 'Roboto';
}
.journey_description {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: lighter;
}
.way_to_get > .display_ib > div {
  width: 40%;
}
.way_to_get > .display_ib > div > .display_ib > div:not(.pr-15) {
  width: 85%;
}
/* ------------------ способы проезда end ------------------ */
/* ------------------ Путь навигации ------------------ */
.navigation_path {
  padding-top: 20px;
  padding-bottom: 30px;
}
.path_page-link {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  position: relative;
  margin-right: 20px;
  font-family: 'Roboto';
}
.path_page-text {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  font-family: 'Roboto';
}
.path_page-link:before {
  content: '>';
  position: absolute;
  top: 4px;
  right: -14px;
  font-size: 14px;
  line-height: 14px;
}
.path_page-link:last-child:before {
  content: '';
}
.path_page-link:hover {
  color: #00a4d9;
  border-bottom: 1px solid #00a4d9;
}
/* ------------------ меню над картой и слайдером ------------------ */
.contact_container-h2 {
  font-size: 38px;
  line-height: 40px;
  color: #000;
  font-family: 'Roboto';
  margin-bottom: 15px;
  display: inline-block;
  /*white-space: pre-wrap;*/
}
.c-star {
  position: relative;
}
.c-star .tooltip-top {
  bottom: 80%;
  left: 18px;
  font-weight: normal;
}
.c-star:hover .tooltip-top {
  visibility: visible;
  opacity: 1;
}
.contact_container-h3 {
  font-size: 26px;
  line-height: 28px;
  color: #000;
  font-family: 'Roboto';
  margin-bottom: 15px;
  white-space: pre-wrap;
}
.contact_container-js:hover .header_currency {
  color: #00a4d9;
  position: relative;
}
.contact_container-js:hover .header_currency:before {
  content: '';
  position: absolute;
  top: -21px;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #00a4d9;
}
.navigation_under-menu {
  width: 100%;
  height: 64px;
  background: #333333;
}
.navigation_under-menu-callback {
  margin-top: 11px;
}
.contact_container-js {
  height: 64px;
  cursor: pointer;
}
.contact_container-js .navigation_under-menu-link {
  line-height: 64px;
}
.contact_container-js .navigation_under-menu-link a {
  width: 100%;
  height: 100%;
  display: block;
}
.contact_container-js:hover .navigation_under-menu-link {
  color: #00a4d9;
  position: relative;
}
.contact_container-js:hover .navigation_under-menu-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #00a4d9;
}
.contact_container-js.is_selected {
  background: #00a4d9;
}
.contact_container-js.is_selected .navigation_under-menu-link {
  color: #fff;
}
/*.unique_submenu > div.is_selected{
	background: #00a4d9;
	color: #fff;
}*/
.unique_submenu > div {
  line-height: 64px;
  text-align: center;
}
.navigation_under-menu-link {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-family: 'Roboto';
}
.printer_and_presentation {
  font-size: 16px !important;
  line-height: 63px;
  font-family: 'Roboto';
}
.printer_and_presentation div:last-child {
  position: relative;
}
.printer_and_presentation:hover > div:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #00a4d9;
}
.printer_and_presentation:hover > div:last-child:before {
  background: #f6cc26;
}
.star_contact-js {
  cursor: pointer;
}
/* ------------------ меню над картой и слайдером end------------------ */
/* ------------------ карта и слайдером ------------------ */
.card_space-slider_container > div:nth-child(1) {
  /*width: 414px;*/
  float: left;
}
/*.card_space-slider_container.wideslider > div:nth-child(1) {
    width: 414px;
    float: left;
}*/
.card_space-slider_container > div:nth-child(2) {
  width: 763px;
  float: right;
}
.card_space-slider_container > div:nth-child(2):after {
  clear: both;
  display: table;
  content: '';
}
.slider_prew {
  width: 354px;
  height: 355px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wide-slider .slider_prew {
  width: 590px;
  height: 390px;
}
.slider_prew-mini {
  position: relative;
  height: 355px;
}
.slider_prew-mini.wide-slider {
  position: relative;
  height: 390px;
}
.slider_prew-mini .card_space-more_photos {
  position: relative;
}
.slider_prew-mini > a > div {
  width: 53px;
  height: 53px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 164, 217, 0);
  margin: 0 0 5px 3px;
}
.slider_prew-mini.wide-slider > a > div {
  width: 130px;
  height: 90px;
  border: 0;
  margin: 0 0 10px 10px;
}
.slider_prew-mini > a > div.check {
  border: 1px solid #00a4d9;
}
#description_objects .slider_prew-mini > div.check {
  border: 1px solid #fff;
}
.card_space-more_photos {
  position: absolute !important;
  width: calc(100% + 6px) !important;
  bottom: 0;
  left: -3px;
  font-family: 'Roboto';
  margin-bottom: 0 !important;
  font-size: 11px;
  color: #fff;
  background: #00a4d9;
  cursor: pointer;
  text-align: center;
}
.wide-slider .card_space-more_photos {
  width: 130px !important;
  font-size: 12px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.card_space-more_photos p {
  margin-top: 5px;
}
.wide-slider .card_space-more_photos p {
  margin-top: 25px;
}
.card_space-more_photos:hover {
  background: #0291bf;
}
.wide-slider .card_space-more_photos:hover {
  background: transparent;
}
.card_space-more_photos:after,
.card_space-more_photos:before {
  top: 75%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.card_space-more_photos:after {
  border-color: rgba(0, 164, 217, 0);
  border-top-color: #00a4d9;
  border-width: 4px;
  margin-left: -4px;
}
.wide-slider .card_space-more_photos:after {
  border-top-color: #fff;
}
.card_space-more_photos:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
/* ------------------ карта и слайдером ------------------ */
/* ------------------ Рейтинг бизнес-центра ------------------ */
.rating_business_center-name {
  background: #f6cc26;
  padding: 0 40px;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Roboto';
}
.rating_business_center-name > p {
  padding: 25px 0;
  word-break: normal;
}
.all_tottal-disk {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #606060;
  margin-right: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}
.all_tottal-disk > div {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #f6cc26;
}
.all_tottal-disk:nth-child(5n) {
  margin-right: 0;
}
/* ------------------ Рейтинг бизнес-центра ------------------ */
/* ------------------ таблице вывода с недвижемостью ------------------ */
.containert {
  width: 100%;
}
.premises_indoor-table {
  margin-bottom: 15px;
  border: none;
  position: relative;
}
.premises_indoor-table.premises_indoor-table-border {
  border-bottom: 1px solid #b1b1b1 !important;
}
#objects_card .premises_indoor-table {
  margin-bottom: 10px;
}
#free_space .premises_indoor-table.premises_indoor-table-border td:nth-child(2),
#free_space .premises_indoor-table tr.this_tr td:nth-child(2) {
  min-width: 100px;
}
#free_space .premises_indoor-table.premises_indoor-table-border td:nth-child(1),
#free_space .premises_indoor-table tr.this_tr td:nth-child(1) {
  min-width: 130px;
}
#free_space .premises_indoor-table.premises_indoor-table-border td:nth-child(1) {
  text-indent: 15px;
}
.premises_indoor-table tr,
.premises_indoor-table td {
  border: none;
}
.premises_indoor-table tr:first-child {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Roboto';
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #6a6a6a;
  position: relative;
}
.premises_indoor-table.premises_indoor-table-border tr:first-child td {
  padding-bottom: 10px;
}
.premises_indoor-table-tr tr td {
  text-indent: 10px;
}
.premises_indoor-table tr.this_tr td p {
  display: table;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  margin-left: 30px;
}
.this_tr.this_tr.this_tr-unit_rented .premises_indoor-table-price {
  color: #b1b1b1;
}
.this_tr.this_tr.this_tr-unit_rented .premises_indoor-table-price:after {
  background: none;
}
.premises_indoor-table tr.this_tr.this_active td p {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.premises_indoor-table tr.this_tr td p:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.premises_indoor-table tr.this_tr td.icon_foto p:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -22px;
  width: 16px;
  height: 14px;
  background: url(/img/site/icon-photo-blue.png) no-repeat;
  background-size: contain;
}
.premises_indoor-table tr.this_tr.this_active td.icon_foto p:before {
  background: url(/img/site/icon-photo-white.png) no-repeat;
}
.this_tr.this_active {
  background: #00a4d9 !important;
}
.premises_indoor-table tr.this_tr td:nth-child(1) {
  font-size: 19px;
  line-height: 46px;
  min-width: 145px;
  text-align: left;
  font-family: 'Roboto';
  font-weight: normal;
  color: #00a4d9;
}
.premises_indoor-table tr.this_tr td:nth-child(2) {
  position: relative;
  min-width: 60px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 46px;
  font-family: 'Roboto';
  font-weight: normal;
  text-align: right;
}
.premises_indoor-table tr.this_tr td:nth-child(3) {
  min-width: 65px;
  font-size: 16px;
  line-height: 46px;
  font-family: 'Roboto';
  font-weight: normal;
  text-align: left;
  text-indent: 15px;
}
.premises_indoor-table tr.this_tr.this_active td:nth-child(3) {
  color: #fff;
}
.premises_indoor-table tr.this_tr td:nth-child(4) {
  min-width: 171px;
  font-size: 16px;
  line-height: 46px;
  font-family: 'Roboto';
  font-weight: normal;
  text-align: left;
  color: #8cbb31;
}
.premises_indoor-table tr.this_tr.this_active td:nth-child(4) {
  color: #fff;
}
.premises_indoor-table tr.this_tr.this_tr_at-finish td:nth-child(4) {
  color: #000000;
}
.premises_indoor-table tr.this_tr td:nth-child(4) {
  min-width: 184px;
  font-size: 16px;
  line-height: 46px;
  font-family: 'Roboto';
  font-weight: normal;
  text-align: center;
}
.premises_indoor-table tr.this_tr.this_active td:nth-child(4) {
  color: #fff !important;
}
#objects_card .premises_indoor-table tr.this_tr td:nth-child(4) {
  color: #00a4d9;
}
.premises_indoor-table.premises_indoor-table-border tr:nth-child(odd) {
  background: #fff;
}
.premises_indoor-table tr:nth-child(odd) {
  background: #f5f5f5;
}
.premises_indoor-to-presentation {
  position: relative;
  width: 100%;
  display: block;
}
.table-w-button tr:hover .premises_indoor-to-presentation:before,
.premises_indoor-table tr:hover .premises_indoor-to-presentation:before {
  content: 'Получить презентацию';
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  background: #00a4d9;
  width: 100%;
  left: 0;
  top: 10px;
}
.premises_indoor-table-price {
  position: relative;
  color: #000;
  white-space: nowrap;
}
.premises_indoor-table-price:after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}
.premises_indoor-table-price.valute1:after {
  content: '$';
}
.premises_indoor-table-price.valute2:after {
  content: '€';
}
.premises_indoor-table-price.valute3:after {
  content: '₽';
}
.premises_indoor-table .this_tr.this_active .premises_indoor-table-price {
  color: #fff;
}
.premises_indoor-table .this_tr.this_tr.this_tr-unit_rented.this_active .premises_indoor-table-price:after {
  background: none;
}
.premises_indoor-table.table-hidden tr:first-child {
  background: #fff;
}
.premises_indoor-table.table-hidden tr:first-child td {
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b1b1;
}
.premises_indoor-table.table-hidden tr:nth-child(odd) {
  background: #fff;
}
.premises_indoor-table.table-hidden tr:nth-child(even) {
  background-color: #f5f5f5;
}
/*.container-table-rent,
.container-table-office-sale{
	display: none;
}*/
.container-table-rent.active {
  display: block;
}
.container-table-indoor.active {
  margin-top: 30px;
}
.container-table-indoor.active .proposals_sales_offices {
  display: none;
}
.container-table-indoor .proposals_sales_offices {
  display: block;
}
.proposals_sales_offices {
  position: relative;
  font-family: 'Roboto';
  border-bottom: 1px solid #000;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}
#free_space .proposals_sales_offices {
  padding-bottom: 15px;
}
.proposals_sales_offices.show_suggestions-link:after,
.proposals_sales_offices.show_suggestions-link:before {
  left: 103%;
  top: 57%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.proposals_sales_offices.show_suggestions-link:before {
  border-color: rgba(0, 164, 217, 0);
  border-left-color: #00a4d9;
  border-width: 6px;
  margin-top: -6px;
  transition: all 0.3s ease;
}
.proposals_sales_offices.show_suggestions-link:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 4px;
  margin-top: -4px;
  transition: all 0.3s ease;
}
.premises_indoor-table-sale-offices-hide {
  display: none;
  margin-top: 25px;
}
.proposals_sales_offices.active:before {
  margin-top: -2px;
  transform: rotate(90deg);
}
.proposals_sales_offices.active:after {
  border-width: 8px;
}
.backlight_shadow {
  background-image: url(/img/site/backlight_shadow.png) !important;
  background-repeat: no-repeat !important;
  background-position-y: 150px !important;
}
/* ------------------ таблице вывода с недвижемостью end------------------ */
/* ------------------ Уведомлять по смс или e-mail ------------------ */
.notify-btn {
  display: table;
  padding: 0 10px;
  line-height: 31px;
  font-size: 16px;
  border: 2px solid #b1b1b1;
  color: #b1b1b1;
  font-family: 'Roboto';
  margin-right: 10px;
  cursor: pointer;
}
.notify-btn.active {
  color: #00a4d9;
  border: 2px solid #00a4d9;
  background: #fff;
}
.notify-form input {
  width: 270px;
  height: 45px;
  border: 1px solid #dcdcdc;
  text-indent: 20px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.12);
  font-family: 'Roboto';
}
.notify-form-btn {
  display: table;
  line-height: 45px;
  padding: 0 30px;
  background: #00a4d9;
  font-family: 'Roboto';
  color: #fff;
  /* margin: 26px auto 0; */
}
.notify-form input::-webkit-input-placeholder {
  font-size: 16px;
  text-align: left;
  text-indent: 20px;
}
.notify-form input::-moz-placeholder {
  font-size: 16px;
  text-align: left;
  text-indent: 20px;
}
.notify-form input:-ms-input-placeholder {
  font-size: 16px;
  text-align: left;
  text-indent: 20px;
}
/* ------------------ Уведомлять по смс или e-mail end ------------------ */
/*Блок с видео*/
.container_video {
  height: 338px;
  position: relative;
  width: 100%;
  background-size: cover;
}
.title_video {
  position: absolute;
  left: 15px;
  top: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 100;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
/*Блок с видео*/
/*Форма на странице description_objects*/
.banner_stock-form form input {
  width: 340px;
  height: 45px;
  border: 1px solid #dcdcdc;
  text-indent: 20px;
  text-align: left;
}
.banner_stock-form textarea {
  width: 340px;
  height: 90px;
  border: 1px solid #dcdcdc;
  padding-top: 15px;
}
.banner_stock-form input::-webkit-input-placeholder,
.banner_stock-form textarea::-webkit-input-placeholder {
  color: #b1b1b1;
  text-align: center;
  font-size: 16px !important;
  font-family: 'Roboto' !important;
  font-weight: normal;
  text-indent: -20px;
}
.banner_stock-form input::-moz-placeholder,
.banner_stock-form textarea::-moz-placeholder {
  color: #b1b1b1;
  text-align: center;
  font-size: 16px !important;
  font-family: 'Roboto' !important;
  font-weight: normal;
  text-indent: -20px;
}
.banner_stock-form input:-ms-input-placeholder,
.banner_stock-form textarea:-ms-input-placeholder {
  color: #b1b1b1;
  text-align: center;
  font-size: 16px !important;
  font-family: 'Roboto' !important;
  font-weight: normal;
  text-indent: -20px;
}
.banner_stock-form-btn {
  padding: 0 128px;
  margin: 0 auto;
}
/*Форма на странице description_objects*/
/**/
.file_prexint-css {
  position: absolute;
  top: -45px;
  left: 28px;
}
/**/
/* ------------------ форма заявка Задайте вопрос собственнику ------------------ */
.description_objects-open_form input {
  width: 341px;
  height: 45px;
  border: 1px solid #b1b1b1;
  text-indent: 20px;
}
.description_objects-open_form input:-ms-input-placeholder,
.description_objects-open_form textarea:-ms-input-placeholder {
  color: #b1b1b1;
  text-align: center;
  font-size: 16px !important;
  font-family: 'Roboto' !important;
  font-weight: normal;
  text-indent: -20px;
}
.description_objects-open_form textarea {
  border: 1px solid #b1b1b1;
  padding-top: 15px;
}
.form-select-js.select_active {
  color: #000;
  border-bottom: none;
}
.form-select-js {
  color: #00a4d9;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px dashed #00a4d9;
  cursor: pointer;
}
.box-input-textarea {
  width: 310px;
  height: 123px;
}
.form-box-input.select_active {
  display: block;
}
.description_objects-open_form input:hover,
.description_objects-open_form textarea:hover {
  border: 1px solid #00a4d9;
}
.description_objects-open_form-btn {
  padding: 0 112px;
  margin: 26px auto 0;
}
/* ------------------ форма заявка Задайте вопрос собственнику End ------------------ */
/* ------------------ Инфраструктура бизнес-центра ------------------ */
.infrastructure_centre-list {
  list-style: none;
}
.infrastructure_centre-list > li {
  position: relative;
  font-family: 'Roboto';
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #6a6a6a;
  margin-bottom: 23px;
  white-space: pre-wrap;
}
.infrastructure_centre-list > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00a4d9;
}
/* ------------------ Инфраструктура бизнес-центра ------------------ */
/* ------------------ Блок Акция ------------------ */
.banner_stock-big {
  width: 470px;
  height: 236px;
  background: url(/img/site/banner_stock-big.jpg) no-repeat;
}
/* ------------------ Блок Акция ------------------ */
/* ------------------ Арендаторы ------------------ */
.tenants {
  width: 100%;
  padding-bottom: 45px;
}
.tenants-box > div {
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto';
  width: 41%;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 16px;
  white-space: pre-wrap;
  margin-bottom: 18px;
}
.tenants-box div:nth-child(1) {
  font-family: 'Roboto';
  padding-left: 10px;
  position: relative;
}
.tenants-box div:nth-child(1):before {
  content: '';
  position: absolute;
  top: 7px;
  left: -1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00a4d9;
}
.tenants-box div:nth-child(2) {
  text-align: left;
}
.tenants .tenants_centre-list > li {
  position: relative;
  font-family: 'Roboto';
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #6a6a6a;
  margin-bottom: 23px;
  list-style: none;
}
.tenants .infrastructure_centre-list > li {
  font-family: 'Roboto' !important;
}
/* ------------------ Арендаторы ------------------ */
/* ------------------ Контактная информация ------------------ */
.contact_information_consultants {
  width: 666px;
  background: #333333;
  margin-bottom: 50px;
}
.contact_information_consultants-title {
  font-size: 24px;
  line-height: 26px;
  color: #eeaa18;
  font-family: 'Roboto';
  padding-top: 40px;
  padding-bottom: 25px;
  padding-left: 45px;
}
.contact_information_consultants-name {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  padding-bottom: 5px;
  font-family: 'Roboto';
}
/* ------------------ Контактная информация ------------------ */
/* ------------------ Карточка здания с описанием ------------------ */
.building_card {
  background: #333333;
  padding-top: 20px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}
.building_card_light {
  background-color: #f9f5d2;
}
.building_card--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.building_card--head,
.building_card--info {
  float: left;
  width: 55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.building_card--title {
  font-size: 70px;
  line-height: 1;
}
.building_card--contacts,
.building_card--specials {
  float: right;
  width: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.building_card--gallery {
  display: inline-block;
}
.building_card--gallery .blockGalleryShowMore {
  margin-right: 0;
}
#free_space .building_card {
  padding-top: 0;
  padding-left: 0;
}
.star_card {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  cursor: pointer;
}
.star_card img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 22px;
  height: 20px;
}
.building_card-tittle {
  font-size: 70px;
  line-height: 70px;
  font-family: 'Roboto';
  color: #fff;
}
.building_card-tittle sup {
  font-size: x-large;
  vertical-align: top;
  top: 16px;
}
.building_card-btn {
  border: 1px solid #00a4d9;
  line-height: 45px;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: center;
  font-family: 'Roboto';
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
}
.building_card-subtitle {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Roboto';
  color: #eeaa18;
  padding-top: 20px;
  padding-bottom: 10px;
}
.a_mailto {
  color: #a3a3a3 !important;
}
.a_mailto:hover {
  color: #fff !important;
}
.building_card-number-phone {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: 'Roboto';
  padding-bottom: 30px;
}
#free_space .building_card .btn_style.btn_style-presentation {
  position: relative;
  font-size: 12px;
  padding: 0 24px 0 37px;
  line-height: 40px;
}
#free_space .building_card .btn_style.btn_style-presentation img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 12px;
  height: 16px;
}
/* ------------------ Карточка здания с описанием end ------------------ */
/* ------------------ Ближайшие бизнес-центры ------------------ */
.nearest_business_centers .subtitle-8 {
  font-family: 'Roboto';
}
.list_buildings:nth-child(n+1) {
  margin-top: 60px;
}
#contact .nearest_business_centers .list_buildings:nth-child(2),
#tenant .nearest_business_centers .list_buildings:nth-child(2) {
  margin-top: 30px !important;
}
.list_buildings-indoor {
  height: 100%;
}
.list_buildings-indoor-btn:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.range-office {
  width: 135px;
  height: 45px;
  margin-left: 15px;
  font-size: 25px;
  text-indent: 10px;
}
.list_buildings-box {
  width: 220px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
#free_space .list_buildings-box {
  width: 210px;
  padding-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.list_buildings-box:nth-child(5n) {
  padding-right: 0;
}
#free_space .list_buildings-box:nth-child(4n) {
  padding-right: 0;
}
#free_space .list_buildings-box:nth-child(1) {
  margin-left: 14px;
}
.buildings-box-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.buildings-box-img > img {
  width: auto;
  height: 216px;
  min-width: 100%;
}
.buildings-box-img-adress {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: calc(100% - 15px);
  line-height: 30px;
  font-family: 'Roboto';
  padding-left: 15px;
}
.title_rating-name {
  word-break: normal;
  font-family: 'Roboto';
}
.title_rating-name a:hover {
  color: #00a4d9;
}
.items_rating {
  position: relative;
}
.rating-circles {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #b2b2b2;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.rating-circles > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00a4d9;
}
.number_rating {
  font-family: 'Roboto';
}
.buildings-box-button {
  margin-right: 18px;
  width: 220px;
  padding: 0;
  margin-top: 30px;
}
#free_space .buildings-box-button {
  margin-right: 16px;
  width: 210px;
  padding: 0;
}
#free_space .buildings-box-button:nth-child(4n) {
  margin-right: 0;
}
.buildings-box-button:nth-child(5n) {
  margin-right: 0;
}
.list_buildings-box:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.buildings-box-sale-area {
  color: #00a4d9;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto';
}
.buildings-box-sale-area sup {
  font-size: small;
}
.buildings-box-sale-area-yare {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto';
}
/* ------------------ Ближайшие бизнес-центры ------------------ */
/* ------------------ Описание бизнес-центра ------------------ */
#objects_card .about_business_center-container {
  margin-bottom: 90px;
}
#objects_card_2 .about_business_center-container {
  margin-bottom: 37px;
}
/* ------------------ Описание бизнес-центра ------------------ */
/* ------------------ Свободные площади ------------------ */
.slider-preview-office {
  width: 100%;
  position: relative;
}
.slider-preview-office-container {
  width: 100%;
  height: 130px;
  margin-top: 3px;
}
.slider-preview-office-container .officeImages {
  width: 129px;
  margin-right: 2px;
  display: inline-block;
}
.slider-preview-office-container .officeImages:last-child {
  margin-right: 0;
}
.slider-preview-office-container .officeImages > div img {
  height: 100%;
  margin: 0;
}
.slider-preview-office-arrow {
  height: 100%;
}
.slider-preview-office-arrow-prew,
.slider-preview-office-arrow-next {
  position: absolute;
  top: 0;
  width: 41px;
  background: rgba(0, 164, 217, 0.7);
  z-index: 5;
  cursor: pointer;
  height: 129px;
}
.slider-preview-office-arrow-prew:hover,
.slider-preview-office-arrow-next:hover {
  background: #00a4d9;
}
.slider-preview-office-arrow-prew:before,
.slider-preview-office-arrow-next:before {
  content: '';
  position: absolute;
  top: 56px;
  width: 9px;
  height: 20px;
}
.slider-preview-office-arrow-prew:before {
  left: 14px;
  background: url(/img/site/slider-preview-office-arrow-prew.png) no-repeat;
}
.slider-preview-office-arrow-next:before {
  right: 14px;
  background: url(/img/site/slider-preview-office-arrow-next.png) no-repeat;
}
.slider-preview-office-arrow-prew {
  left: 0;
}
.slider-preview-office-arrow-next {
  right: 0;
}
.slider-mini-prew {
  width: 110px;
  height: 110px;
  margin-right: 1px;
}
.lc_gallery .slider-mini-prew {
  width: 95px;
  height: 95px;
  margin-right: 1px;
}
.slider-mini-prew img {
  width: 100%;
}
.slider-mini-prew-als {
  width: 84px;
  height: 112px;
  background: #00a4d9;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto';
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.slider-mini-prew-als:hover {
  background: #0291bf;
}
.slider-mini-prew-als > div {
  margin-top: 36px;
  position: relative;
}
.slider-mini-prew-als > div:after,
.slider-mini-prew-als > div:before {
  top: 132%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.slider-mini-prew-als > div:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.slider-mini-prew-als > div:after {
  border-color: rgba(0, 164, 217, 0);
  border-top-color: #00a4d9;
  border-width: 4px;
  margin-left: -4px;
}
.banner_stock-min {
  width: 471px;
  height: 92px;
  background: url(/img/site/banner_stock-min.jpg) no-repeat;
}
.banner_stock-min .btn_style {
  display: table;
  font-size: 13px !important;
  line-height: 40px;
  padding: 0 14px;
  text-align: center;
}
.banner_taxi-min,
.banner_taxi {
  width: 471px;
  height: 92px;
  background: url(/img/site/banner_taxi-min.jpg) no-repeat;
}
.banner_taxi-min .subtitle-3,
.banner_taxi .subtitle-3 {
  width: 60%;
}
.banner_taxi-min .subtitle-3 span,
.banner_taxi .subtitle-3 span {
  background: black;
  font-size: 14px !important;
  line-height: 11px;
  padding: 8px 5px;
  display: inline-block;
}
.banner_taxi-min .btn_style,
.banner_taxi .btn_style {
  display: table;
  font-size: 12px !important;
  line-height: 38px;
  padding: 0 12px;
  text-align: center;
  background: #4bbf27;
}
.banner_taxi .subtitle-3 {
  width: auto;
}
.banner_taxi .subtitle-3 span {
  font-size: 20px !important;
}
.list_buildings-box.list_buildings-box-mini {
  width: 210px;
  padding-right: 16px;
}
.icon_phote-table {
  position: relative;
}
.icon_phote-table:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 16px;
  height: 14px;
  background: url(/img/site/icon-photo-blue.png);
}
.premises_indoor-table.table-rent tr > td:first-child {
  width: 52%;
}
.premises_indoor-table.table-rent tr.this_tr.this_active > td:first-child p {
  border-color: #00a4d9 !important;
}
.premises_indoor-table.table-rent tr.this_tr.this_active > td:first-child .icon_phote-table:before {
  background: url(/img/site/icon-photo-white.png);
}
.request_floor_plan-btn {
  border: 1px solid #00a4d9;
  border-radius: 4px;
  line-height: 47px;
  color: #fff;
  font-family: 'Roboto';
  width: 296px;
  text-align: center;
}
/* ------------------ Свободные площади end ------------------ */
/* ------------------ Консультация менеждера ------------------ */
.btn_manager {
  display: table;
  border: none;
  color: #6c6c6c;
  padding: 0 16px;
  font-size: 20px;
  line-height: 38px;
  font-family: 'proximanova-semibold', sans-serif;
  cursor: pointer;
}
.btn_manager.active {
  color: #00a4d9;
  border: 1px solid #00a4d9;
}
.btn_manager:hover {
  color: #00a4d9;
}
.btn_site {
  display: table;
  border: none;
  color: #6c6c6c;
  padding: 0 16px;
  font-size: 20px;
  line-height: 38px;
  font-family: 'proximanova-semibold', sans-serif;
  cursor: pointer;
}
.btn_site.active {
  color: #00a4d9;
  border: 1px solid #00a4d9;
}
.btn_site:hover {
  color: #00a4d9;
}
.list-manager-suggestions {
  width: 100%;
  border-collapse: collapse;
  border-right: 0;
  border-left: 0;
  margin-bottom: 23px;
  margin-top: 22px;
}
.list-manager-suggestions tr {
  list-style: none;
  border-top: 1px solid #e0e0e0 !important;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 51px;
}
.list-manager-suggestions tr:last-child {
  border-bottom: 1px solid #e0e0e0 !important;
}
.list-manager-suggestions tr td:nth-child(1) {
  width: 305px;
}
.list-manager-suggestions tr td:nth-child(2) {
  width: 295px;
}
.list-manager-suggestions tr td:nth-child(3) {
  width: 185px;
}
.presentation-tooltip {
  background: #fff;
  position: absolute;
  width: 210px;
  height: auto;
  white-space: normal;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 20px 20px;
  bottom: 100%;
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  right: 0px;
  display: none;
}
.presentation-tooltip:after {
  display: block;
  content: '';
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
}
.presentation-tooltip:before {
  display: block;
  content: '';
  border: 16px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  margin-top: 4px;
}
.manager-download_presentation {
  border-bottom: 1px solid #059ed6;
  color: #059ed6;
}
.manager-download_presentation:hover {
  color: #03bbff;
}
.btn_manager-more {
  display: table;
  padding: 0 22px;
  font-size: 15px;
  line-height: 36px;
  border: 1px solid #d3d3d3;
  font-family: 'Roboto';
  color: #00a4d9;
  cursor: pointer;
  float: right;
}
.btn_manager-more:hover {
  color: #fff;
  background: #00a4d9;
  border: 1px solid #00a4d9;
}
.font_bold {
  font-weight: bold;
}
.font_underline {
  text-decoration: underline;
}
.rowLine {
  border-bottom: 1px solid #ababab;
  margin-bottom: 25px;
}
.card_suggestions {
  margin-bottom: 25px;
}
.card_suggestions .slider-preview-office-container {
  margin-top: 0px;
}
.card_suggestions .slider-preview-office-arrow-prew,
.card_suggestions .slider-preview-office-arrow-next {
  top: 50%;
  margin-top: -70px;
  background-color: transparent;
  height: 130px;
}
.card_suggestions .metro_line {
  margin: 0px 1px -2px 0px;
  position: relative;
}
.card_suggestions .pdfLine .pdfIcon {
  width: 65px;
  background-color: #c4c4c4;
  height: 85px;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.39);
}
.card_suggestions .pdfLine .pdfIcon img {
  position: relative;
  display: block;
  left: -25%;
  height: 85px;
}
.card_suggestions .pdfLine .pdfText {
  position: absolute;
  margin-top: 7px;
  margin-left: 26px;
  background-color: #000;
  color: #fff;
  width: 43px;
  line-height: 19px;
  vertical-align: middle;
  text-align: center;
  height: 19px;
  display: block;
  z-index: 10;
}
.card_suggestions .tableInfo .line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card_suggestions .tableInfo .line .space {
  margin-left: 5px;
  margin-right: 5px;
  height: 12px;
  flex-grow: 1;
  border-bottom: 1px dotted #000;
}
.card_suggestions .tableInfo .line .value {
  flex-basis: 110px;
}
.card_suggestions.half-hidden {
  position: relative;
  padding-bottom: 10px;
}
.card_suggestions.half-hidden:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.card_suggestions .mainImage .bg {
  background-color: #c4c4c4;
  width: 330px;
  height: 265px;
  overflow: hidden;
}
.card_suggestions .mainImage .bg img {
  max-width: 100%;
}
.card_suggestions .additImages {
  display: flex;
  flex-wrap: wrap;
  height: 265px;
  flex-direction: column;
}
.card_suggestions .additImages .bg {
  background-color: #c4c4c4;
  width: 125px;
  height: 85px;
  overflow: hidden;
}
.card_suggestions .additImages .bg img {
  max-width: 100%;
}
.moreBuildings {
  padding: 35px 25px;
}
.moreBuildings-head {
  color: #666;
  padding-bottom: 20px;
}
.moreBuildings-head span {
  color: #000;
  font-weight: bold;
}
.moreBuildings-list {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  display: flex;
}
.moreBuildings-list li {
  padding: 0 15px;
  width: calc(100% / 8);
  box-sizing: border-box;
}
.moreBuildings-list li .image-holder {
  position: relative;
  line-height: 0;
  margin-bottom: 5px;
}
.moreBuildings-list li .image-holder .lock {
  background-image: url('/img/icons/icn_lock.png');
  background-position: center center;
  display: block;
  width: 28px;
  height: 37px;
}
.moreBuildings-list li .image-holder:after {
  content: '';
  display: inline-block;
  width: 0;
  padding-top: 87%;
}
.moreBuildings-list li .image-holder img {
  max-width: 100%;
}
.moreBuildings-list li .image-holder .wallpaper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #059ed6;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreBuildings-list li .image-holder .wallpaper .more-counter {
  color: #fff;
  font-weight: bold;
}
.moreBuildings-list li .address {
  color: #666;
  font-size: 11px;
}
.moreBuildings-form {
  position: relative;
}
.moreBuildings-form-container {
  margin-top: 20px;
}
.moreBuildings-form-section {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.moreBuildings-form-section .errorInfo {
  padding: 0px 10px;
  color: #9c3328;
}
.moreBuildings-form-section label {
  color: #666;
  width: 185px;
}
.moreBuildings-form-btn {
  line-height: 45px;
  color: #fff;
  text-align: center;
  height: 45px;
  margin-left: 20px;
  font-family: 'Roboto';
  font-size: 16px;
  width: 275px;
  background: #00a4d9;
  padding: 0;
  cursor: pointer;
}
.moreBuildings-form-btn.disabled {
  opacity: 0.5;
}
.moreBuildings-form-btn:hover {
  background: #0291bf;
}
.moreBuildings-form-hint {
  position: absolute;
  font-size: 14px;
  color: #666;
  bottom: -27px;
}
.moreBuildings-done {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.moreBuildings-done-btn {
  line-height: 45px;
  color: #fff;
  text-align: center;
  height: 45px;
  margin-left: 20px;
  font-family: 'Roboto';
  font-size: 16px;
  width: 275px;
  background: #00a4d9;
  padding: 0;
  cursor: pointer;
}
.moreBuildings-done-btn.disabled {
  opacity: 0.5;
}
.moreBuildings-done-btn:hover {
  background: #0291bf;
}
.moreBuildings .h1 {
  font-weight: bold;
  font-size: 32px;
  margin: 20px 0 10px 0;
}
.moreBuildings .h2 {
  font-size: 17px;
  line-height: 30px;
  color: #666;
}
.moreBuildings .agreement {
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
}
.moreBuildings .agreement a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}
.box-icon-manager {
  float: left;
  border-collapse: collapse;
}
.box-icon-manager > div {
  position: relative;
  display: inline-block;
}
.box-icon-manager > div:hover .tooltip-top {
  opacity: 1;
  visibility: visible;
}
.tooltip-top {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
  width: 145px;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #e0e0e0;
  font-size: 12px;
  line-height: 1.4;
  font-family: 'Roboto';
  color: #666666;
}
.tooltip-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -7px;
  left: 12px;
  border: 4px solid;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.box-icon .image-active,
.box-icon.active img {
  display: none;
}
.box-icon.active .image-active {
  display: block;
}
.box-icon-manager img {
  margin-right: 18px;
}
.box-icon-manager img :last-child {
  margin-right: 0;
}
.container_map.hide {
  display: none;
  margin-bottom: 50px;
}
.card_suggestions-name-business-center-link {
  color: #010101;
  border-bottom: 1px solid rgba(0, 164, 217, 0);
}
.card_suggestions-name-business-center-link:hover {
  color: #00a4d9;
  border-bottom: 1px solid #00a4d9;
}
.card_suggestions-street-business-center-link {
  color: #010101;
  border-bottom: 1px dashed rgba(0, 164, 217, 0);
}
.card_suggestions-street-business-center-link:hover {
  color: #00a4d9;
  border-bottom: 1px dashed #00a4d9;
}
.card_centre-box-slider-arrow-prev,
.card_centre-box-slider-arrow-next {
  width: 42px;
  height: 54px;
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -27px;
  cursor: pointer;
}
.card_centre-box-slider-arrow-prev {
  background: url(/img/site/card_centre-box-slider-arrow-prev.png) no-repeat;
  left: 0;
}
.card_centre-box-slider-arrow-next {
  background: url(/img/site/card_centre-box-slider-arrow-next.png) no-repeat;
  right: 0;
}
.card_centre-box-number {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'proximanova-light', sans-serif;
  position: absolute;
  bottom: 15px;
  left: 50%;
}
.card_centre-box-slider {
  width: 300px;
  height: 262px;
  position: relative;
}
.card_suggestions .container_map {
  display: none;
}
.card_suggestions-rent,
.card_suggestions-selling {
  display: none;
}
.card_suggestions-rent.show,
.card_suggestions-selling.show {
  display: block;
}
/* ------------------ Консультация менеждера end ------------------ */
/* ------------------ Настройка уведомлений  ------------------ */
#setting_notifications .subtitle-14 {
  font-family: 'Roboto';
}
.table_configure {
  width: 100%;
}
.table_col-1 .subtitle-4 {
  font-family: 'Roboto';
}
.table_col-1 {
  width: 520px;
  height: 50px;
}
.table_col-2 {
  width: 180px;
  height: 50px;
  font-family: 'Roboto';
}
.table_col-2-inout {
  width: 100px;
}
.table_col-4 {
  width: 852px;
  height: 50px;
  font-family: 'Roboto';
}
.table_check {
  width: 26px;
  height: 26px;
  -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
}
.table_check.check:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 18px;
  height: 13px;
  background: url(/img/site/check.png);
}
.table-contact {
  font-family: 'Roboto';
}
.change_data {
  border-bottom: 1px dotted #00a4d9;
  font-family: 'proximanova-regularit', sans-serif;
  color: #0092c1;
  cursor: pointer;
}
.table_configure tr:nth-child(2n) {
  background: #f5f5f5;
}
.slider-range-max.slider-range-max-style {
  width: 680px;
  height: 4px;
  border-radius: 25px;
  background: #00a4d9;
}
.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 50%;
  background: #fff;
  top: -9px;
  cursor: pointer;
}
.slider-range-max.slider-range-max-style .ui-widget-header {
  border: none;
  background: #a8adb0;
  color: #333;
  font-weight: bold;
}
.btn-save {
  display: table;
  padding: 0 90px;
  line-height: 60px;
  font-family: 'Roboto';
  margin: 0 auto 240px;
}
/* ------------------ Настройка уведомлений end ------------------ */
/* ------------------ Продажа арендного бизнеса ------------------ */
.containert-box-info {
  position: relative;
  overflow: hidden;
}
.banner_stock_box {
  width: 100%;
  height: 156px;
  background: url(/img/site/banner_stock.jpg) center no-repeat;
}
.description_proposal-hover {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
.description_proposal-hover:hover {
  border: 2px solid #5aa5d8;
}
.description_proposal-hover:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.description_proposal-hover:hover:after {
  content: '';
  position: absolute;
  top: 47px;
  left: 40px;
  width: 36px;
  height: 38px;
  background: url(/img/site/magnifier.png) no-repeat center;
}
.btn_style.presentation_btn {
  position: relative;
  font-size: 12px;
  line-height: 40px;
  padding: 0 24px 0 37px;
}
.btn_style.presentation_btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 12px;
  height: 16px;
}
/* ------------------ Продажа арендного бизнеса ------------------ */
/* ------------------ блок поиска ------------------ */
.contact_container-parent {
  position: relative;
}
.catalogue_premises-container_search {
  margin-bottom: 40px;
}
.withMap .catalogue_premises-container_search {
  border: 1px solid #ababab;
  border-top: 0;
}
.catalogue_premises-container_search:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.container_box-form {
  position: relative;
  z-index: 5;
  width: 360px;
}
.container_box-form-indoor {
  display: none;
}
.container_box-form-indoor.fixed {
  display: block;
  top: 82px;
  z-index: 10;
}
.container_box-form-indoor.fixed.fixedBottom {
  top: -100px;
}
.search-form-input {
  height: 45px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  font-family: 'Roboto';
}
.search-form-input::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 16px !important;
  text-align: left;
  font-family: 'Roboto' !important;
}
.search-form-input::-moz-placeholder {
  color: #000000;
  text-align: left;
  font-size: 16px !important;
  font-family: 'Roboto' !important;
}
.ranking_system-min,
.ranking_system-max {
  width: 75px;
}
.ranking_system-are {
  position: relative;
}
.ranking_system-are#slider {
  width: 274px;
  height: 4px;
  border-radius: 25px;
  background-color: #a8adb0;
  margin: 0 auto;
  border: none;
}
.ranking_system-are#slider .ui-widget-header {
  background: #00a4d9;
}
.line_metro-circle {
  width: 2px;
  height: 2px;
  border-radius: 50%;
}
.line_metro-circle.red {
  background: #d2160a;
}
.line_metro-circle.green {
  background: #218a4f;
}
.line_metro-circle.blue {
  background: #1f40a2;
}
.line_metro-circle.light-blue {
  background: #3399cd;
}
.line_metro-circle.brown {
  background: #6b3911;
}
.line_metro-circle.orange {
  background: #fb961c;
}
.line_metro-circle.purple {
  background: #a93385;
}
.line_metro-circle.yellow {
  background: #eacb2b;
}
.line_metro-circle.grey {
  background: #5b5b5b;
}
.line_metro-circle.light-green {
  background: #81b734;
}
.class_buildings {
  width: 27px;
  height: 27px;
  border: 2px solid #b1b1b1;
  color: #b1b1b1;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.class_buildings.select {
  border: 2px solid #00a4d9;
  color: #00a4d9;
  background: #fff;
}
.private_entrance-check {
  width: 26px;
  height: 26px;
  -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
}
.private_entrance-check.check {
  background: #fff;
}
.private_entrance-check.check:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 18px;
  height: 13px;
  background: url(/img/site/check.png);
}
.search_find-btn {
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: table;
  margin: 0 auto;
  font-family: 'Roboto';
  font-size: 16px;
  width: 275px;
  background: #00a4d9;
  padding: 0;
}
.search_find-btn:hover {
  background: #0291bf;
}
.search_criteria {
  width: 273px;
  height: 48px;
  background: #fff;
  position: relative;
  line-height: 48px;
  font-family: 'Roboto';
  cursor: pointer;
  text-indent: 14px;
  margin-bottom: 25px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  font-size: 18px;
}
.search_options-1,
.search_options-2,
.search_options-3,
.search_options-4 {
  text-indent: 14px;
}
.menuFilters .search_criteria span,
.menuFilters .search_criteria a {
  overflow: hidden;
  width: 220px;
  height: 50px;
  display: block;
}
.search_criteria select {
  border: none;
  color: inherit;
  font-size: inherit;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 14px;
}
.search_criteria select option {
  text-indent: 14px;
}
#salutation.search_criteria {
  width: 290px;
  position: relative;
}
#salutation.search_criteria:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 14px;
  width: 6px;
  height: 10px;
  background: url(/img/site/icon_arrow_blue.png) no-repeat;
}
.search_criteria:hover {
  border: 1px solid #00a4d9;
}
.search_criteria:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 14px;
  width: 6px;
  height: 10px;
  background: url(/img/site/icon_arrow_blue.png) no-repeat;
}
.select2-selection__arrow b {
  content: '' !important;
  position: absolute !important;
  top: 9px !important;
  right: 14px !important;
  width: 6px !important;
  height: 10px !important;
  background: url(/img/site/icon_arrow_blue.png) no-repeat !important;
  border: none !important;
  transition: ease 0.3s;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection__arrow b {
  transform: rotate(90deg);
}
.form_search input {
  width: 275px;
  height: 45px;
  border: 1px solid #dcdcdc;
  text-indent: 20px;
}
.form_search input::-webkit-input-placeholder {
  font-size: 16px;
  text-align: left !important;
  text-indent: 20px;
}
.form_search input::-moz-placeholder {
  font-size: 16px;
  text-align: left !important;
  text-indent: 20px;
}
.Area .icon {
  width: 17px;
  height: 16px;
  background-image: url(/img/icons/area.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  margin: 1px 15px 0px 0px;
  display: inline-block;
}
.District .icon {
  width: 17px;
  height: 16px;
  background-image: url(/img/icons/district.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  margin: 1px 15px 0px 0px;
  display: inline-block;
}
.metro_line {
  width: 17px;
  height: 14px;
  background-image: url(/img/site/metro_alle.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  margin: 0px 5px -2px 0px;
  display: inline-block;
}
.metro_line.line_2 {
  background-position: 0px -15px;
}
.metro_line.line_14 {
  background-position: 0px -210px;
}
.metro_line.line_15 {
  background-position: 0px -224px;
}
.metro_line.line_3 {
  background-position: 0px -30px;
}
.metro_line.line_4 {
  background-position: 0px -45px;
}
.metro_line.line_5 {
  background-position: 0px -60px;
}
.metro_line.line_6 {
  background-position: 0px -75px;
}
.metro_line.line_7 {
  background-position: 0px -90px;
}
.metro_line.line_8 {
  background-position: 0px -105px;
}
.metro_line.line_9 {
  background-position: 0px -120px;
}
.metro_line.line_10 {
  background-position: 0px -135px;
}
.metro_line.line_11 {
  background-position: 0px -150px;
}
.metro_line.line_12 {
  background-position: 0px -165px;
}
.nearest_business_centre-link {
  color: #8b8b8b;
  text-decoration: underline;
  display: table;
  font-family: 'Roboto';
  font-size: 12px;
  margin-bottom: 3px;
}
.nearest_business_centre-link:hover {
  color: #00a4d9;
}
#salutation-menu {
  max-height: 145px;
  height: 250px;
}
#salutation-button {
  width: 288px;
  height: 48px;
  background: #fff;
  position: relative;
  line-height: 48px;
  font-family: 'Roboto';
  cursor: pointer;
  margin-bottom: 25px;
  border: 1px solid #fff;
  padding: 0;
  text-indent: 14px;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
}
#salutation-button:hover {
  border: 1px solid #00a4d9 !important;
}
#salutation-button:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 14px;
  width: 6px;
  height: 10px;
  background: url(/img/site/icon_arrow_blue.png) no-repeat;
}
.box-building_type-show {
  display: none;
}
.building_type-hide {
  margin-left: 10px;
  margin-top: 15px;
  display: none;
}
.building_type-hide ul {
  list-style: none;
}
.building_type-hide > ul > li.active {
  opacity: 1;
  list-style-image: url(/img/site/icon_list-building_type-hide.jpg);
}
.building_type-hide ul > li {
  opacity: 0.6;
  cursor: pointer;
}
.building_type-hide-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.building_type-hide-type .building_type-input-type {
  margin-left: 13px;
  margin-right: 40px;
}
.building_type-name-type {
  font-size: 15px;
  line-height: 16px;
  font-family: 'Roboto';
  width: 240px;
  margin-right: 8%;
}
.building_type-hide-li {
  font-size: 12px !important;
  line-height: 18px;
  list-style-image: url(/img/site/icon_list-building_type-hide.jpg);
  font-family: 'Roboto';
}
.building_type-col {
  color: #797979;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Roboto';
}
.box-building_type-show {
  width: 279px;
  background: #fff;
  margin: 10px auto 0;
}
.building_type-hide-type-name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 10px 12px 16px 12px;
}
.searchPanel.bigMap {
  position: fixed;
  top: 80px;
  left: 0;
}
.searchPanel.bigMap .searchWrap {
  height: 100%;
}
.searchWrap_horizontal {
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.searchWrap_horizontal .subtitle-1 {
  margin-bottom: 10px;
}
.searchWrap_horizontal .sliderWrap {
  display: none;
}
.searchWrap_horizontal .search_find-btn {
  width: 190px;
  line-height: 45px;
}
.searchWrap_horizontal .main_slider:not(:first-child) {
  padding-left: 35px;
}
.searchWrap_horizontal .search_criteria {
  width: 235px;
  height: 45px;
  margin-right: 35px;
  margin-bottom: 0;
  line-height: 45px;
}
.searchWrapPopupButton {
  text-transform: lowercase;
}
.searchWrapMore {
  padding: 0 25px 25px;
}
.searchWrapMore-toggler {
  display: inline-block;
  position: relative;
  color: #059ed6;
}
.searchWrapMore-toggler:before {
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  background: #059ed6;
  transform: rotate(-45deg);
  position: absolute;
  right: 4px;
  top: 11px;
}
.searchWrapMore-toggler:after {
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  background: #059ed6;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 11px;
}
.searchWrapMore-toggler.open {
  color: #666;
}
.searchWrapMore-toggler.open:before {
  background: #666;
  transform: rotate(45deg);
}
.searchWrapMore-toggler.open:after {
  background: #666;
  transform: rotate(-45deg);
}
.searchWrapMore-container {
  display: none;
}
.searchWrapMore-container.open {
  display: block;
}
.searchWrapMore-container .flex-container {
  display: flex;
}
.searchWrapMore-container .flex-container-column {
  flex-grow: 1;
}
.searchWrapMore ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.searchWrapMore .search-checkbox {
  display: block;
  cursor: pointer;
}
.searchWrapMore .search-checkbox input {
  display: none;
}
.searchWrapMore .search-checkbox input ~ span {
  display: block;
  padding-left: 50px;
  position: relative;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
.searchWrapMore .search-checkbox input ~ span:before {
  display: block;
  content: '';
  height: 35px;
  width: 35px;
  background: #fff;
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 0;
}
.searchWrapMore .search-checkbox input:checked ~ span:after {
  content: "\2714";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #059ed6;
}
.searchWrapMore-map-switch {
  display: inline-block;
  color: #059ed6;
  float: right;
  font-size: 16px;
  padding-left: 17px;
  border: 0;
  background-color: transparent;
}
.searchWrapMore-map-switch.toMap {
  background: url("/img/site/icon_pin-blue.png") no-repeat center left;
}
.searchWrapMore-map-switch.toList {
  background: url("/img/site/menu_17x17.png") no-repeat center left;
  padding-left: 22px;
}
.site-blockID {
  position: absolute;
  background: #8cbb31;
  color: #fff;
  padding: 5px;
  top: 0;
  right: 0;
}
.site-search-blockID {
  position: absolute;
  color: #fff;
  padding: 5px;
  z-index: 1;
  background: #8cbb31;
}
.building_type-name {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-family: 'Roboto';
}
.building_type-hide-type.check .building_type-input-type:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 12px;
  background: url(/img/site/check.png) no-repeat center center;
  background-size: 100%;
}
.building_type-hide-type.check {
  background: #f4f9fb;
  /*margin: 0 5px 0px 0;*/
}
.building_type-input-type {
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  position: relative;
}
.ui-widget.search_criteria {
  width: 273px;
  height: 48px;
  background: #fff;
  position: relative;
  line-height: 48px;
  font-family: 'Roboto';
  padding-left: 14px;
  cursor: pointer;
  margin-bottom: 25px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.12);
}
.ui-widget.search_criteria input::-webkit-input-placeholder {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-family: 'Roboto';
}
.ui-widget.search_criteria input::-moz-placeholder {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-family: 'Roboto';
}
.search_criteria:hover {
  border: 1px solid #00a4d9 !important;
}
.search_criteria input {
  height: 34px;
  width: 263px;
  border: none;
}
.subway-line:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.slider-pole-chek {
  width: 273px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
}
.slider-pole-chek > div {
  border: 1px solid #b1b1b1;
  line-height: 28px;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.subway-line.active .slider-subway-input:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/img/site/check.png) no-repeat;
}
.slider-subway-dick {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  float: left;
  margin: 7px 12px 0;
}
.slider-subway-col {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto';
  float: right;
  margin-top: 4px;
}
.slider-subway-sity {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Roboto';
  float: left;
  margin-top: 4px;
}
.select2-hidden-accessible {
  width: 273px;
  height: 48px;
  background: #fff;
  position: relative;
  line-height: 48px;
  font-family: 'Roboto';
  padding-left: 14px;
  cursor: pointer;
  margin-bottom: 25px;
  border: 1px solid #fff;
}
/***************************************************/
/***************************************************/
.searchMapHolder {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 80px;
  left: 0px;
}
.searchMapBtn img {
  position: absolute;
  margin: -15px 0px 0px -120px;
}
.searchMapBtnShowAll {
  position: fixed;
  right: 180px;
  top: 100px;
  z-index: 102;
  height: 40px;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  padding: 0 15px 0 15px;
  display: none;
  text-align: center;
  text-transform: uppercase;
  background: #808080;
  font-size: 12px;
}
.searchMapBtnClose {
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 102;
  height: 40px;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  padding: 0 15px 0 15px;
  display: none;
  text-align: center;
  text-transform: uppercase;
  background: #00a4d9;
  font-size: 12px;
}
#searchMap {
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 101;
  top: -2000px;
}
.searchMapMinimize {
  width: 30px;
  height: 30px;
  background: #00A3D8 url(/img/icons/close_white.png) center center no-repeat;
  position: absolute;
  left: 210px;
  top: 0px;
  cursor: pointer;
  z-index: 103;
}
.searchMapMinimize:hover {
  background: #00A3D8 url(/img/icons/close_white_hover.png) center center no-repeat;
}
.searchMapMinimize.minimized,
.searchMapMinimize.minimized:hover {
  background: #00A3D8 url(/img/icons/searchMaximize.png) center center no-repeat;
}
/* ------------------ блок поиска end ------------------ */
/* блок вывода поиска */
.search_map {
  width: 100%;
  height: 103px;
  background: url(/img/site/mini_map.jpg) left no-repeat;
  border: 1px solid #d9d9d9;
}
.search_map-btn {
  display: inline-block;
  background: #00a4d9;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-family: 'Roboto';
  margin: 37px 0px 0px 289px;
  position: relative;
  padding: 0 30px;
}
.nav_relevant_ads-link {
  color: #00a4d9;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px dashed #00a4d9;
  font-family: 'Roboto';
  cursor: pointer;
}
.nav_relevant_ads-link.active {
  color: #000;
  border-color: #000;
}
.nav_relevant_ads-link:hover {
  color: #000;
  border-color: #000;
}
.services_territory_center-link {
  display: inline-block;
  margin-right: 10px;
}
.services_territory_center-link:last-child {
  margin-right: 0;
}
.services_territory_center-link .link_grey-icon-1 {
  width: 24px;
  height: 22px;
  background: url(/img/site/icon_restaurant-grey.png);
}
.services_territory_center-link .link_grey-icon-2 {
  width: 25px;
  height: 22px;
  background: url(/img/site/icon_shop-grey.png);
}
.services_territory_center-link .link_grey-icon-3 {
  width: 27px;
  height: 22px;
  background: url(/img/site/icon_back-grey.png);
}
.services_territory_center-link:hover .link_grey-icon-1 {
  background: url(/img/site/icon_restaurant.png);
  background-size: contain;
  position: relative;
}
.services_territory_center-link:hover .link_grey-icon-2 {
  background: url(/img/site/icon_shop.png);
  background-size: contain;
  position: relative;
}
.services_territory_center-link:hover .link_grey-icon-3 {
  background: url(/img/site/icon_back.png);
  background-size: contain;
  position: relative;
}
.link_grey-icon-1:hover:after {
  content: 'Ресторан';
  top: -33px;
  left: -150%;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Roboto';
  position: absolute;
  padding: 5px 12px;
  border: 1px solid #f4f4f4;
  color: #696969;
}
.link_grey-icon-2:hover:after {
  content: 'Магазин';
  top: -33px;
  left: -100%;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Roboto';
  position: absolute;
  padding: 5px 12px;
  border: 1px solid #f4f4f4;
  color: #696969;
}
.link_grey-icon-3:hover:after {
  content: 'Банк';
  top: -33px;
  left: -50%;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Roboto';
  position: absolute;
  padding: 5px 12px;
  border: 1px solid #f4f4f4;
  color: #696969;
}
.link_grey-icon-1:hover:before,
.link_grey-icon-2:hover:before,
.link_grey-icon-3:hover:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 3px;
  width: 19px;
  height: 9px;
  background: url(/img/site/link_grey-icon-triangle.png) no-repeat;
  z-index: 2;
}
/*card_centre-box-slider*/
.card_centre {
  position: relative;
  margin-bottom: 55px;
}
.card_centre:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.card_centre-box-slider {
  width: 300px;
  height: 262px;
  position: relative;
}
.card_centre-box-slider-arrow-prev,
.card_centre-box-slider-arrow-next {
  width: 42px;
  height: 54px;
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -27px;
  cursor: pointer;
}
.card_centre-box-slider-arrow-prev {
  background: url(/img/site/card_centre-box-slider-arrow-prev.png) no-repeat;
  left: 0;
}
.card_centre-box-slider-arrow-next {
  background: url(/img/site/card_centre-box-slider-arrow-next.png) no-repeat;
  right: 0;
}
.card_centre-box-number {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'proximanova-light', sans-serif;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
}
.card_centre-link:hover {
  color: #00a4d9;
  text-decoration: none;
}
.lentaGmap {
  margin: 3px 0px;
  border: 1px solid #a8adb0;
  height: 103px;
}
/*card_centre-box-slider end*/
.lentaWrapper a {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.lentaWrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 300px;
  height: 262px;
  display: inline-block;
}
/*box-info*/
.card_centre-box-slider-btn {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto';
  margin-top: 3px;
  padding: 0 100px;
  font-size: 17px;
  line-height: 40px;
  background: #00a4d9;
}
.card_centre-box-slider-btn:hover {
  background: #333333;
}
/*box-info*/
.fullWidthBtn {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto';
  margin-top: 3px;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  background: #00a4d9;
  cursor: pointer;
}
.errorMessage {
  background-color: #f8e9e9;
  margin-bottom: 40px;
  padding: 40px 120px;
  text-align: center;
}
.errorMessage h2 {
  color: #d79193;
}
.errorMessage .text {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}
.fullWidthBtn:hover {
  background: #333333;
}
.siteBlueBtn {
  border: 1px solid #00a4d9;
  padding: 3px 10px;
  color: #00a4d9;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 13px;
}
.siteBlueBtn:hover {
  background-color: #00a4d9;
  color: #fff;
}
/*box-info end*/
#catalogue_premises .btn_more {
  border-color: #000;
  color: #000;
}
#catalogue_premises .btn_more:hover {
  border-color: #000;
  color: #fff;
  background: #000;
}
/* ------------------ блок вывода поиска end ------------------ */
/* ------------------ Арендаторы лого ------------------ */
.container_tenant {
  margin-top: 80px;
  margin-left: 60px;
  margin-right: 70px;
  margin-bottom: 30px;
  position: relative;
}
.container_tenant:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.container_tenant > div {
  width: 260px;
  height: 255px;
  border: 1px solid #ededed;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
}
.container_tenant > div.container_tenant-exception {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.container_tenant > div.container_tenant-exception p {
  margin-top: 10px;
}
.container_tenant-logo > div:first-child {
  height: 100%;
  position: relative;
}
.container_tenant-logo > div:first-child img {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.container_tenant > div > div:last-child {
  margin-bottom: 17px;
  width: 180px;
  word-wrap: break-word;
}
.container_tenant p {
  color: #777980;
  font-family: 'Roboto';
  font-size: 13px;
  text-align: center;
}
.container_tenant p > b {
  display: block;
  color: #3f414b;
  font-family: 'proximanova-semibold', sans-serif;
  text-align: center;
  font-size: 14px;
}
/* ------------------ Арендаторы лого end------------------ */
/* ------------------ Фотогалерея ------------------ */
.photogallery_container {
  width: 100%;
  margin-top: 8px;
}
.photogallery_container > div > a,
.photogallery_container-more > a {
  margin: 5px;
  display: inline-block;
  line-height: 0;
}
.photogallery_container-more {
  display: none;
}
.photogallery_container-more-js {
  font-family: 'Roboto';
  margin: 25px auto 0;
}
/* ------------------ Фотогалерея end------------------ */
/* ------------------ footer ------------------ */
#footer {
  width: 100%;
  background: #333333;
}
#footer .aboutSiteText {
  color: #F3F3F3;
}
.footer_link {
  display: block;
  color: #ffffff;
  opacity: 0.3;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto';
  transform: opacity ease 0.3s;
  margin-bottom: 15px;
}
.footer_link:hover {
  opacity: 1;
}
.footer_copyright {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto';
}
/* ------------------ footer ------------------ */
/* ------------------ Меню главная ------------------ */
.header_fixed.main_header {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
.main_header #header {
  background: rgba(0, 0, 0, 0);
}
#main_header-indoor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: 'Roboto';
}
#main_header-indoor > div {
  margin-top: 17px;
}
.main_header-link-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#main_header-indoor .main_header-link {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: 'Roboto';
}
#main_header-indoor .link_in-office {
  color: #fff;
  font-family: 'Roboto';
}
#main_header-indoor .link_in-office:hover,
#main_header-indoor .main_header-link:hover {
  color: #00a4d9;
}
#main_header-indoor .link_in-office.selected,
#main_header-indoor .main_header-link.selected {
  color: #00a4d9;
}
.main_header-link-box .main_header-link {
  margin-right: 35px;
  display: block;
}
#main_header-indoor img {
  margin-left: 20px;
  width: 150px;
}
/* ------------------ Меню главная ------------------ */
.main-h2 {
  color: #fff;
  font-size: 36px;
  line-height: 34px;
  padding-left: 18px;
  text-transform: uppercase;
  font-family: 'proximanova-extrabld', sans-serif;
  position: relative;
  display: table;
  padding-top: 158px;
}
.main-h2:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: -126px;
  width: 110px;
  height: 2px;
  background: #00a4d9;
}
/* ------------------ Вакансия ------------------ */
.careers {
  width: 100%;
  min-height: 748px;
  background: url(/img/site/careers.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.careers-h2:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: -126px;
  width: 110px;
  height: 2px;
  background: #00a4d9;
}
.careers a {
  color: #00a4d9;
  font-family: 'proximanova-semibold', sans-serif;
}
/* ------------------ Вакансия end------------------ */
.technical_works {
  height: 100%;
}
/* ------------------ Инвестиции ------------------ */
.investments {
  width: 100%;
  height: 569px;
  background: url(/img/site/investments.jpg) center no-repeat;
}
.investments-h2 {
  margin-bottom: 33px;
}
.investments p {
  font-size: 16px;
  line-height: 24px;
  color: #cfcbcb;
  font-family: 'proximanova-light', sans-serif;
  padding-left: 18px;
  margin-bottom: 14px;
}
.investments p span {
  font-family: 'proximanova-extrabld', sans-serif;
}
.investments-directions:nth-child(even) {
  background: #f7f8f9;
}
.investments-item {
  width: 54px;
  height: 54px;
  background: #03aff0;
  text-align: center;
  font-size: 32px;
  line-height: 54px;
  font-family: 'Roboto';
  color: #fff;
  margin-left: 200px;
}
.investments-h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Roboto';
  color: #393d48;
  margin-top: 25px;
  margin-left: 252px;
  margin-bottom: 35px;
}
.investments-directions-list {
  color: #868686;
  margin-left: 246px;
  position: relative;
  z-index: 2;
}
.investments-directions-list > li {
  font-size: 13px;
  line-height: 19px;
  font-family: 'Roboto';
  margin-bottom: 22px;
  list-style-image: url(/img/site/сhoice-list.png);
  padding-left: 7px;
}
.investments-directions-icon {
  position: absolute;
  right: 175px;
  bottom: -60px;
}
.investments-directions:nth-child(2) {
  padding: 62px 0 80px;
}
.investments-directions {
  padding: 99px 0 125px;
}
.investments-directions-icon-2 {
  bottom: -7px;
}
.investments-directions-icon-3 {
  bottom: -7px;
}
/* ------------------ Инвестиции end------------------ */
/* ------------------ Подразделения FCG------------------ */
.divisions {
  width: 100%;
  height: 467px;
  background: url(/img/site/divisions.jpg) center no-repeat;
}
.divisions .wrapp {
  height: 100%;
}
.divisions .divisions-submenu {
  padding: 139px 75px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.divisions-submenu .divisions-submenu-link {
  font-size: 19px;
  line-height: 19px;
  color: #898989;
  font-family: 'proximanova-extrabld', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.container-divisions-background {
  background: #f4f4f4;
}
.container-divisions {
  margin-bottom: 60px;
}
.divisions-submenu-link.chek {
  color: #fff;
  border-bottom: 4px solid #01aff0;
}
.container-divisions-h4 {
  font-size: 34px;
  line-height: 34px;
  color: #4a4d5c;
  font-family: 'proximanova-extrabld', sans-serif;
  padding-bottom: 19px;
}
.container-divisions-p {
  color: #8a8b97;
  font-size: 19px;
  line-height: 28px;
  font-family: 'Roboto';
}
.container-divisions-p span {
  font-family: 'Roboto';
}
.container-brokerage-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
}
/*.brokerage-box-submenu*/
.brokerage-box-submenu-link {
  font-size: 14px;
  line-height: 15px;
  color: #75848a;
  font-family: 'Roboto';
  border-bottom: 1px solid #75848a;
  cursor: pointer;
}
.our-projects-h3 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'proximanova-extrabld', sans-serif;
  margin-left: 78px;
}
.decor-line-right {
  position: relative;
}
.decor-line-right:before {
  content: '';
  position: absolute;
  left: -38px;
  top: 50%;
  width: 25px;
  height: 2px;
  background: #01aff0;
}
.container-slider {
  position: relative;
  width: 1018px;
  margin: 0 auto;
}
.container-slider-arrow {
  position: absolute;
  top: -145px;
  right: 0;
}
#divisions .container-slider-arrow {
  width: 44px;
}
.container-slider-arrow-left,
.container-slider-arrow-right {
  background: #00abd4;
  position: relative;
  height: 44px;
  width: 44px;
  cursor: pointer;
}
.container-slider-arrow-left {
  position: relative;
  left: -45px;
}
.container-slider-arrow-left:hover,
.container-slider-arrow-right:hover {
  background: #0291bf;
}
.container-slider-arrow-left:before {
  content: '';
  top: 10px;
  left: 13px;
  position: absolute;
  width: 12px;
  height: 22px;
  background: url(/img/site/container-slider-arrow-left.png) no-repeat;
}
.container-slider-arrow-right:before {
  content: '';
  top: 10px;
  left: 17px;
  position: absolute;
  width: 12px;
  height: 22px;
  background: url(/img/site/container-slider-arrow-right.png) no-repeat;
}
.container-slider-arrow-left {
  position: absolute;
  left: auto;
  right: 45px;
}
.container-slider-arrow-right {
  position: absolute;
  right: 0;
  top: 44px;
}
.container-slider-img {
  width: 1018px;
  margin: 0 auto;
}
.container-slider-adress {
  padding-top: 47px;
}
.container-slider-adress-h4 {
  font-size: 22px;
  line-height: 22px;
  font-family: 'proximanova-extrabld', sans-serif;
  color: #4d4d5b;
  padding-bottom: 24px;
}
.container-slider-adress-p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
  font-family: 'proximanova-semibold', sans-serif;
  color: #767676;
}
.container-slider-adress-p span {
  font-family: 'Roboto';
}
.container-divisions-descript {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 28px;
  color: #757b81;
}
.container-divisions-fortex-descript {
  color: #75848a;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Roboto';
  padding-top: 32px;
  padding-bottom: 23px;
}
.container-divisions-name {
  color: #01aff0;
  font-size: 16px;
  line-height: 17px;
  font-family: 'Roboto';
  border-bottom: 1px solid #01aff0;
  margin-right: 62px;
  display: inline-block;
  margin-bottom: 20px;
}
.container-types_assessment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  margin-top: 50px;
}
.container-types_assessment-list {
  font-family: 'Roboto';
  font-size: 13px;
  line-height: 14px;
  display: table;
  color: #acacac;
  border-bottom: 1px solid #acacac;
  cursor: pointer;
  font-weight: lighter;
}
.container-types_assessment-list.check,
.container-types_assessment-list.check span {
  color: #44b0ea;
  border-bottom: 1px solid #44b0ea;
}
.container-types_assessment-list span {
  color: #acacac;
  border-bottom: 1px solid #acacac;
}
.container-types_assessment-h3 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'proximanova-extrabld', sans-serif;
}
.types_assessment-titile {
  color: #92939f;
  font-size: 17px;
  line-height: 30px;
  font-family: 'Roboto';
}
.types_assessment-handle {
  font-size: 17px;
  line-height: 20px;
  color: #72737e;
  font-family: 'Roboto';
}
.types_assessment-ul {
  margin-left: 15px;
}
.types_assessment-ul li {
  font-size: 14px;
  line-height: 14px;
  color: #72737e;
  font-family: 'Roboto';
  margin-bottom: 15px;
}
.container-types_assessment-box-info {
  position: relative;
  width: 100%;
}
.container-types_assessment-box-info > div {
  z-index: 5;
}
.container-types_assessment-list-box {
  position: relative;
  width: 344px;
}
/* ------------------ Подразделения FCG end------------------ */
/* ------------------ главная контакты ------------------ */
.contacts {
  width: 100%;
  background: #333333;
}
.contacts .main-h2 {
  padding-top: 98px;
}
.contacts .wrapp_contact {
  margin-top: 73px;
}
.contacts-adress {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: 'proximanova-light', sans-serif;
}
.contacts_map {
  width: 841px;
  height: 565px;
  position: relative;
  left: 40px;
}
.contacts_map #map_canvas {
  width: 100%;
  height: 100%;
}
#contacts #footer {
  background: #262626;
}
/* ------------------ главная контакты end------------------ */
/* ------------------ клиенты ------------------ */
#clients .clients {
  width: 100%;
  height: 407px;
  background: url(/img/site/clients.jpg) center no-repeat;
}
.clients-our-projects-h4 {
  font-size: 15px;
  line-height: 17px;
  color: #01aff0;
  font-family: 'proximanova-extrabld', sans-serif;
}
.decor-line-right {
  text-transform: uppercase;
  margin-left: 78px;
  position: relative;
}
.decor-line-right.decor-line-right:before {
  top: 44%;
}
.clients-container-slider-box {
  width: 299px;
  height: 270px;
  border: 1px solid #cbcbd6;
  position: relative;
  margin-top: 20px;
}
.container-slider-img .clients-container-slider-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 52px;
}
.container-slider-img .clients-container-slider-box:last-child {
  margin-right: 0;
}
.clients-container-slider-box-logo {
  display: table;
  background: #fff;
  width: 220px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translateX(-50%) translateY(100%);
  height: 48px;
}
.clients-container-slider-box-logo img {
  margin: 0 auto;
  padding: 0 20px;
}
.clients-container-slider-box-indoor {
  height: 182px;
}
.clients-container-slider-box-p {
  display: table;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 19px;
  color: #66687e;
  margin: 52px 15px 18px;
  font-family: 'Roboto';
  height: 95px;
}
.clients-container-slider-box-family,
.clients-container-slider-box-the-post,
.clients-container-slider-box-company {
  font-size: 14px;
  line-height: 16px;
  color: #00a4d9;
  font-family: 'Roboto';
  display: block;
  margin-left: 15px;
}
.clients-container-slider-box-company {
  margin-bottom: 20px;
}
.clients-letter_thanks > div {
  display: inline-block;
  vertical-align: middle;
}
.eyes {
  width: 20px;
  height: 12px;
  margin-left: 15px;
  background: url(/img/site/eyes.png) no-repeat;
  margin-right: 7px;
}
.clients-letter_thanks {
  cursor: pointer;
}
.clients-letter_thanks:hover p {
  color: #00a4d9;
  border-bottom: 1px solid #00a4d9;
}
.clients-letter_thanks p {
  color: #919191;
  font-size: 14px;
  line-height: 15px;
  border-bottom: 1px solid #919191;
  font-family: 'proximanova-light', sans-serif;
}
.clients-letter_thanks:hover p {
  color: #00a4d9;
  border-bottom: 1px solid #00a4d9;
}
.clients-letter_thanks:hover .eyes {
  background: url(/img/site/eyes_hover.png) no-repeat;
}
/* ------------------ клиенты end------------------ */
/* ------------------ О компании ------------------ */
.about {
  width: 100%;
  height: 472px;
  background: url(/img/site/about.jpg) center no-repeat;
}
.history {
  width: 100%;
  height: 632px;
  background: url(/img/site/history.jpg) center;
}
.history .clients-our-projects-h4 {
  margin-left: 78px;
}
.history .our-projects-h3 {
  color: #fff;
}
.history-container {
  margin-left: 75px;
}
.history-container-p {
  font-size: 12px;
  line-height: 25px;
  color: #babac2;
  font-family: 'Roboto';
}
.history-container img {
  width: 53px;
}
.logo_history {
  display: block;
  margin: 10px auto 40px;
}
.history_partner-containr {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 135px;
}
.history_partner-containr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1178px;
  height: 28px;
  background: url(/img/site/hestoria_partner-line.png) no-repeat;
}
.history_partner-containr > div {
  width: 254px;
}
.historia_logo {
  margin-bottom: 15px;
}
.history_partner-dwscript {
  font-size: 14px;
  line-height: 21px;
  color: #868686;
  font-family: 'Roboto';
}
.histori-more {
  margin-top: 10px;
  cursor: pointer;
}
.histori-more:hover span {
  color: #01aff0;
  border-bottom: 1px solid #01aff0;
}
.histori-more span {
  font-size: 14px;
  line-height: 14px;
  color: #41cdec;
  font-family: 'Roboto';
  border-bottom: 1px solid #41cdec;
}
/* ------------------ О компании ------------------ */
/* ------------------ Главная страница ------------------ */
.home {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: relative;
  z-index: 1;
  opacity: 0.99;
}
.home .wrapp {
  height: 100%;
  z-index: 5;
}
.contaiver-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.contaiver-video video {
  background-size: contain;
  object-fit: cover;
  height: auto;
  width: 100% !important;
  min-width: 100%;
  min-height: 100%;
}
.home .investments-h2 {
  color: #fff;
  font-family: 'proximanova-extrabld', sans-serif;
  margin-left: 15px;
  margin-bottom: 10px;
  padding-left: 0;
}
.home .investments-h2.main-h2:after {
  content: '';
  position: absolute;
  bottom: -21px;
  right: 0;
  width: 110px;
  height: 2px;
  background: #00a4d9;
}
.home-h2 {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: 'proximanova-light', sans-serif;
  margin-bottom: 10px;
  margin-left: 15px;
  font-weight: lighter;
}
.mouse {
  width: 50px;
  height: 50px;
  background: url(/img/site/mouse.png) no-repeat;
  position: absolute;
  bottom: 46px;
  left: 32px;
  cursor: pointer;
}
.decor_line {
  position: absolute;
  bottom: 53px;
  right: 0;
  width: 40px;
  height: 3px;
  background-color: #00a4d9;
}
.home-renta-and-sale_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.home-renta-and-sale-div {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 289px;
  flex: 1 1 50%;
}
.home-renta-and-sale-div img {
  -webkit-transition: filter 0.5s;
  transition: filter 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.home-renta-and-sale-div:hover img {
  /*	-webkit-filter: blur(5px);
    filter: blur(5px);
*/
}
.home-renta-and-sale-div-indoor {
  z-index: 10;
  position: relative;
  margin-left: 50px;
  margin-top: 45px;
}
.home-renta-and-sale-div-h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-family: 'proximanova-extrabld', sans-serif;
  position: relative;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.home-renta-and-sale-div-h3 p {
  position: relative;
  z-index: 5;
}
.home-renta-and-sale-div:hover .home-renta-and-sale-div-h3:after {
  opacity: 0.3;
}
.home-renta-and-sale-div-h3:after {
  content: 'Аренда';
  position: absolute;
  left: 46px;
  top: -7px;
  font-size: 53px;
  line-height: 53px;
  color: #ffffff;
  z-index: 0;
  opacity: 0;
  font-family: 'proximanova-extrabld', sans-serif;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-transform: uppercase;
}
.home-renta-and-sale-div-h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -34px;
  width: 23px;
  height: 3px;
  background: #00a4d9;
}
.home-renta-h3:after {
  content: 'Аренда';
  position: absolute;
  left: 46px;
  top: -7px;
  font-size: 53px;
  line-height: 53px;
  color: #ffffff;
  z-index: 0;
  opacity: 0;
  font-family: 'proximanova-extrabld', sans-serif;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-transform: uppercase;
}
.home-sale-h3:after {
  content: 'Продажа';
  position: absolute;
  left: 46px;
  top: -7px;
  font-size: 53px;
  line-height: 53px;
  color: #ffffff;
  z-index: 0;
  opacity: 0;
  font-family: 'proximanova-extrabld', sans-serif;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-transform: uppercase;
}
.home-sale-link {
  display: table;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  font-family: 'Roboto';
  /* border-bottom: 1px solid #fff; */
  text-decoration: underline;
  margin-bottom: 5px;
}
.our-projects-h3-shadow-text {
  position: relative;
  display: table;
}
.our-projects-h3-shadow-text:after {
  content: 'предложения';
  position: absolute;
  left: 48px;
  top: -7px;
  font-size: 53px;
  line-height: 53px;
  color: #000000;
  z-index: 0;
  opacity: 0.1;
  font-family: 'proximanova-extrabld', sans-serif;
  text-transform: uppercase;
}
.slider-all-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}
.home-slider-link-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.home-slider-link {
  position: relative;
  color: #000;
  font-style: 16px;
  line-height: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: 'Roboto';
  display: table;
  margin-right: 59px;
  cursor: pointer;
}
.home-slider-link:last-child {
  margin-right: 0;
}
.home-slider-link.check {
  border-bottom: 1px solid #000000;
}
.home-slider-link.check:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -23px;
  width: 17px;
  height: 2px;
  background: #00abd4;
}
.slider-all-container .clients-our-projects-h4 {
  margin-left: 38px;
}
.slider-all-container .our-projects-h3 {
  margin-left: 36px;
}
.home-slider-container {
  width: 1088px;
  margin: 0 auto 53px;
  position: relative;
}
.home-slider-container-indoor > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 135px;
  align-items: flex-start;
}
.home-slider-container-indoor > div > div {
  width: 240px;
  /*    height: 198px;*/
  border: 1px solid #d6d6d6;
  position: relative;
  margin-right: 40px;
}
.container-slider-arrow {
  width: 100%;
}
.home-slider-container .container-slider-arrow-left,
.home-slider-container .container-slider-arrow-right {
  position: absolute !important;
  margin-top: 124px;
}
.home-slider-container .container-slider-arrow-right {
  right: -45px;
  top: 0;
}
.home-slider-container .container-slider-arrow-left {
  right: auto;
  left: -45px;
  top: 0;
}
.home-slider-container .container-slider-arrow {
  position: absolute;
  top: 8%;
  right: 0;
  margin-top: -22px;
}
.home_foto {
  width: 200px;
  height: 200px;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.home-slider-type_center {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto';
  color: #000;
}
.home-slider-type_footage sup {
  font-size: 10px;
}
.home-slider-type_footage {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  font-family: 'Roboto';
  opacity: 0.6;
}
.home-slider-type_center-info {
  position: relative;
  margin: 113px 13px 0;
}
.home-slider__link {
  display: block;
  padding-right: 50px;
  transition: all 0.2s;
}
.home-slider__link:hover > span {
  color: #1eadd3;
  text-decoration: underline;
}
.home-slider__subtitle {
  display: block;
  font-size: 12px;
}
.home-slider__title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 5px;
  word-wrap: break-word;
  font-family: 'Roboto';
}
.home-slider-type_name {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 4px 21px 8px;
  word-wrap: break-word;
  font-family: 'Roboto';
}
.home-slider-type_sale {
  font-size: 17px;
  line-height: 20px;
  color: #1eadd3;
  font-family: 'Roboto';
  margin: 0 23px 23px;
}
.home-slider-container-booler {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 54px;
  margin-bottom: 40px;
}
.home-slider-container-booler-cyrcler {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.home-slider-container-booler-cyrcler:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.home-slider-container-booler-cyrcler.active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.home-slider-container-booler-cyrcler.active {
  border: 1px solid #000;
}
.home-container-services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  margin-bottom: 76px;
}
.home-container-services > div {
  width: 300px;
  height: 537px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-container-services > div .home-container-services-box-sadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-container-services > div.check:nth-child(1) .home-container-services-box-sadow {
  background: rgba(107, 204, 228, 0.5);
}
.home-container-services > div.check:nth-child(2) .home-container-services-box-sadow {
  background: rgba(3, 156, 193, 0.5);
}
.home-container-services > div.check:nth-child(3) .home-container-services-box-sadow {
  background: rgba(40, 133, 164, 0.5);
}
.home-container-services > div.check:nth-child(4) .home-container-services-box-sadow {
  background: rgba(0, 171, 212, 0.5);
}
.home-container-services > div:hover:nth-child(1) .home-container-services-box-sadow {
  background: rgba(107, 204, 228, 0.5);
}
.home-container-services > div:hover:nth-child(2) .home-container-services-box-sadow {
  background: rgba(3, 156, 193, 0.5);
}
.home-container-services > div:hover:nth-child(3) .home-container-services-box-sadow {
  background: rgba(40, 133, 164, 0.5);
}
.home-container-services > div:hover:nth-child(4) .home-container-services-box-sadow {
  background: rgba(0, 171, 212, 0.5);
}
.home-container-services > div:nth-child(1) {
  background: url(/img/site/home_services-img-1.png) no-repeat;
}
.home-container-services > div:nth-child(2) {
  background: url(/img/site/home_services-img-2.png) no-repeat;
}
.home-container-services > div:nth-child(3) {
  background: url(/img/site/home_services-img-3.png) no-repeat;
}
.home-container-services > div:nth-child(4) {
  background: url(/img/site/home_services-img-4.png) no-repeat;
}
.home-container-services-border {
  width: 226px;
  height: 100px;
  background: url(/img/site/home-container-services-border.png) no-repeat;
  position: relative;
  word-wrap: break-word;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.home-container-services-border-1,
.home-container-services-border-2,
.home-container-services-border-3,
.home-container-services-border-4 {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.home-container-services-border p {
  padding-top: 36px;
}
.home-container-services-information {
  width: 100%;
  height: 647px;
}
.home-container-services-information-container {
  display: none;
}
.home-container-services-information-container.active {
  display: block;
}
.home-container-services-information-1 {
  width: 100%;
  height: 100%;
  background: url(/img/site/home-container-services-information-1-min.jpg) center no-repeat;
}
.home-container-services-information-2 {
  width: 100%;
  height: 100%;
  background: url(/img/site/appraisal-min.jpg) center no-repeat;
  background-size: cover;
}
.home-container-services-information-3 {
  width: 100%;
  height: 100%;
  background: url(/img/site/branding-min.jpg) center no-repeat;
  background-size: cover;
}
.home-container-services-information-4 {
  width: 100%;
  height: 100%;
  background: url(/img/site/management-min.jpg) center no-repeat;
  background-size: cover;
}
.home-container-services-information-h4 {
  font-size: 15px;
  line-height: 17px;
  color: #01aff0;
  font-family: 'proximanova-extrabld', sans-serif;
}
.our-projects-h3-shadow-text {
  position: relative;
  display: table;
}
.home-container-services-information-h3 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'proximanova-extrabld', sans-serif;
  margin-left: 78px;
  color: #fff;
  position: relative;
  padding-bottom: 63px;
}
.home-container-services-information-h4-shadow-text:after {
  content: 'предложения';
  position: absolute;
  left: 48px;
  top: -7px;
  font-size: 53px;
  line-height: 53px;
  color: #fff;
  z-index: 0;
  opacity: 0.1;
  font-family: 'proximanova-extrabld', sans-serif;
  text-transform: uppercase;
}
.home-container-services-information-h4-shadow-text:after {
  position: absolute;
  left: 55px;
  top: -7px;
  font-size: 56px;
  line-height: 53px;
  color: #fff;
  z-index: 0;
  opacity: 0.1;
  font-family: 'proximanova-extrabld', sans-serif;
  text-transform: uppercase;
}
.home-container-services-information-1 .home-container-services-information-h4-shadow-text:after {
  content: 'ОФИСОВ';
}
.home-container-services-information-2 .home-container-services-information-h4-shadow-text:after {
  content: 'НЕДВИЖИМОСТИ';
}
.home-container-services-information-3 .home-container-services-information-h4-shadow-text:after {
  content: 'ПРОЕКТОВ';
}
.home-container-services-information-4 .home-container-services-information-h4-shadow-text:after {
  content: 'НЕДВИЖИМОСТИ';
}
.home-container-services-information-container .wrapp {
  padding-top: 198px;
}
.home-container-services-information-text {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  word-wrap: break-word;
  font-family: 'Roboto';
  min-width: 690px;
  max-width: 750px;
  margin-left: 78px;
}
.home-container-services-information-text span {
  display: none;
  transition: all 0.3s ease;
}
.home-container-services-information-text-more {
  display: table;
  border-bottom: 2px dashed #00abd4;
  position: relative;
  font-family: 'proximanova-light', sans-serif;
  margin-left: 103px;
  color: #00abd4;
  margin-top: 13px;
  cursor: pointer;
}
.home-container-services-information-text-more:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -25px;
  width: 17px;
  height: 2px;
  background: #00abd4;
}
.transaction .our-projects-h3-shadow-text:after {
  content: 'Сделки';
  left: 113px;
}
.transaction {
  padding-top: 80px;
}
.transaction .container-slider-arrow {
  width: 44px;
}
.transaction .container-slider {
  margin: 40px 0 0 0px;
  width: 100%;
}
.container-slider-transaction {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.container-slider-transaction > div > div {
  width: 494px;
  height: 250px;
  position: relative;
  border: 1px solid #cccccc;
  margin-left: 65px;
  margin-right: 58px;
}
.container-slider-transaction > div:nth-child(2) {
  /*margin-top: 93px;*/
}
.container-slider-transaction-img {
  width: 290px;
  height: 207px;
  position: absolute;
  top: 23px;
  left: -65px;
  box-shadow: 11px 11px 0px 0px #e5e5e5;
  -webkit-box-shadow: 11px 11px 0px 0px #e5e5e5;
}
.container-slider-transaction-img img {
  width: 100%;
  height: 100%;
}
.container-slider-transaction-info-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.container-slider-transaction-info {
  width: 201px;
  float: right;
  margin-top: 25px;
  margin-right: 40px;
}
.container-slider-transaction-info-logo p {
  font-size: 16px;
  line-height: 17px;
  font-family: 'proximanova-light', sans-serif;
  color: #333333;
}
.container-slider-transaction-info-logo span {
  font-size: 11px;
  line-height: 12px;
  font-family: 'proximanova-light', sans-serif;
  color: #333333;
  opacity: 0.5;
}
.container-slider-transaction-info-logo h3 {
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  font-family: 'proximanova-extrabld', sans-serif;
  word-wrap: break-word;
}
.container-slider-transaction-info-name {
  font-size: 22px;
  line-height: 22px;
  font-family: 'proximanova-extrabld', sans-serif;
  text-transform: uppercase;
  /*width: 144px;*/
  margin-bottom: 13px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.container-slider-transaction-info-client {
  margin-top: 50px;
  text-align: right;
  color: #cecece;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-family: 'Roboto';
}
.container-slider-transaction-info-client div {
  font-size: 15px;
  color: #333333;
  font-family: 'proximanova-extrabld', sans-serif;
}
.container-slider-transaction-info-name span {
  font-size: 14px;
  line-height: 14px;
  font-family: 'proximanova-extrabld', sans-serif;
  display: block;
}
.container-slider-transaction-info-decsript {
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-family: 'Roboto';
  position: relative;
}
.container-slider-transaction-info-decsript:before {
  content: '';
  position: absolute;
  bottom: 9px;
  width: 36px;
  height: 2px;
  background: #00abd4;
  right: 55px;
}
.container-slider-transaction-info-area {
  font-size: 12px;
  line-height: 12px;
  font-family: 'proximanova-extrabld', sans-serif;
  position: absolute;
  right: 0;
  bottom: 160px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container-slider-transaction-info-area:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 18px;
  height: 2px;
  background: black;
}
.container-slider-transaction-info-area sup {
  font-size: 9px;
}
.reviews_our {
  background: #e6e6e6;
}
.reviews_our .wrapp {
  padding-top: 63px;
}
.reviews_our .wrapp .our-projects-h3-shadow-text:after {
  content: 'Клиентов';
  left: 114px;
}
.reviews_our .container-slider {
  width: 1000px;
  margin-bottom: 119px;
}
.reviews_our .container-slider-arrow {
  width: 44px;
}
.container-slider-reviews_our {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 56px;
}
.container-slider-reviews_our > div > div > div {
  display: inline-block;
  vertical-align: middle;
}
.container-slider-reviews_our > div > div {
  width: 480px;
  display: inline-block;
  align-items: center;
  vertical-align: middle;
  margin-right: 45px;
}
.reviews_our-slider-text {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-family: 'proximanova-regularit', sans-serif;
  color: #fff;
  margin-right: 29px;
  quotes: "«" "»";
  margin-left: 30px;
  padding-top: 29px;
  padding-bottom: 26px;
}
.reviews_our-slider-text:before {
  content: open-quote;
  font-family: 'proxima_novathin_italic', sans-serif;
  font-size: 48px;
  line-height: 48px;
  position: absolute;
  top: 13px;
  left: -24px;
}
.reviews_our-slider-text:after {
  content: close-quote;
  font-family: 'proxima_novathin_italic', sans-serif;
  font-size: 48px;
  line-height: 48px;
  position: absolute;
  bottom: 11px;
  right: 103px;
}
.reviews_our-slider-text-box {
  background: #00a4d9;
  width: 260px;
}
.bottom-renta-and-sale-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.bottom-renta-and-sale-box > div {
  width: 579px;
  height: 344px;
  margin: 53px 0;
}
.bottom-renta-and-sale-box > div:nth-child(1) {
  background: url(/img/site/bottom-renta-and-sale-img-1.png) no-repeat;
}
.bottom-renta-and-sale-box > div:nth-child(2) {
  background: url(/img/site/bottom-renta-and-sale-img-2.png) no-repeat;
}
.bottom-renta-and-sale-box-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-right: 48px;
}
.bottom-renta-and-sale-box .home-sale-link {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}
.bottom-renta-and-sale-box .home-renta-and-sale-div-h3:before {
  background: #fff;
}
.bottom-renta-and-sale-box .home-renta-and-sale-div-indoor {
  margin-top: 98px;
  margin-left: 66px;
}
.bottom-renta-and-sale-box .home-renta-and-sale-div-h3.home-renta-h3 {
  margin-bottom: 30px;
}
/* ------------------ Главная страница end------------------ */
.your-consultant {
  cursor: pointer;
}
.your-consultant > div:hover span {
  border-bottom: 1px solid transparent;
}
.list-manager-suggestions span:hover {
  color: #504f4f;
}
#allBlocks {
  position: relative;
}
/* ------------------ Попап окна ------------------ */
.popup_h1 {
  margin-bottom: 35px;
  font-family: "proximanova-semibold", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.popup .btn {
  padding: 14px 15px;
  text-align: center;
  background-color: #00a4d9;
  color: #fff;
  font-family: "proximanova-semibold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  margin: 20px 0;
}
#your-consultant {
  width: 281px;
  padding-left: 50px;
  padding-right: 45px;
  padding-top: 37px;
  padding-bottom: 33px;
  background-color: whitesmoke;
}
#your-consultant .content {
  margin-bottom: 40px;
}
#your-consultant span {
  font-size: 18px;
  line-height: 1.3;
  font-family: 'proximanova-light', sans-serif;
}
#your-consultant .content > div {
  margin-bottom: 24px;
}
#your-consultant .content > div:last-child {
  margin-bottom: 0;
}
#your-consultant span.grey {
  color: #8f8f8f;
  margin-right: 6px;
  display: block;
}
.hover_btn_a {
  transition: opacity 0.3s ease;
}
.hover_btn_a:hover,
.hover_btn_a:focus {
  opacity: 0.6;
}
.home-container-services-information-text-more-no-slide {
  display: table;
  border-bottom: 2px dashed #00abd4;
  position: relative;
  font-family: 'proximanova-light', sans-serif;
  margin-left: 103px;
  color: #00abd4;
  margin-top: 13px;
  cursor: pointer;
}
.home-container-services-information-text-more-no-slide:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -25px;
  width: 17px;
  height: 2px;
  background: #00abd4;
}
.container_card_centre .star_contact-js[src="images/star.png"] {
  width: 16px;
  height: 15px;
}
.c-list-offices {
  border-bottom: 1px solid #e7e7e7;
}
/* catalog-search-result */
.catalog-search-result {
  margin-bottom: 26px;
}
.catalog-search-result:after {
  content: '';
  clear: both;
  display: table;
}
.catalog-search-result__title {
  float: left;
  width: 160px;
}
.catalog-search-result__right {
  float: left;
}
.catalog-search-result__right:after {
  content: '';
  clear: both;
  display: table;
}
.catalog-search-result__item {
  float: left;
}
.catalog-search-result__item i {
  margin-right: 31px;
}
.i-city {
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 64px;
  background-image: url("/img/site/i-city.png");
  background-repeat: no-repeat;
}
.i-office {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  background-image: url("/img/site/i-office.png");
  background-repeat: no-repeat;
}
.catalog-search-result__item-text {
  display: inline-block;
  vertical-align: middle;
}
.catalog-search-result__item-count {
  position: relative;
  top: 11px;
  display: block;
  margin-bottom: 26px;
  color: #00a4d9;
  font-family: 'Roboto';
  font-size: 50px;
  font-weight: normal;
  line-height: 36px;
}
.catalog-search-result__item-builds {
  margin-right: 103px;
}
/* catalog-map */
.catalog-map__wrapper {
  position: relative;
}
.catalog-map__wrapper .btn_style {
  position: absolute;
  top: 0;
  right: 0;
  width: 187px;
}
/* block-indicators */
.block-indicators .diagramPlace {
  height: 56px;
  line-height: 56px;
  vertical-align: bottom;
  width: 180px;
  border-color: #a6abae;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  margin: 0px 0px 16px 0px;
}
.block-indicators .diagramPlace .diagram.info div {
  color: #6bbaf2;
  font-size: 18px;
  position: absolute;
  padding: 20px 0px 0px 5px;
  font-weight: bold;
}
.block-indicators .diagramPlace .diagram {
  display: inline-block;
  width: 30px;
  margin: 0px 5px 0px 0px;
  line-height: 100%;
  height: 100%;
}
.block-indicators .diagramPlace .diagram.diagram1 {
  background-color: #c3c3c3;
}
.block-indicators .diagramPlace .diagram .white {
  width: 100%;
  background-color: #e1eaf1;
}
.block-indicators .diagramPlace .diagram1 .white {
  height: 33%;
}
.block-indicators .diagramPlace .diagram.diagram2 {
  background-color: #ff4900;
}
.block-indicators .diagramPlace .diagram.diagram3 {
  background-color: #68bcf8;
}
.block-indicators {
  padding-top: 19px;
  padding-bottom: 36px;
  padding-left: 21px;
  padding-right: 21px;
  background-color: #ecf4f6;
}
.block-indicators__title {
  color: #566062;
}
.block-indicators__metro .metro-name {
  font-size: 19px;
  color: #444d4f;
}
.block-indicators__item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 30px;
}
.block-indicators__item:last-child {
  margin-right: 0;
}
.block-indicators__item--middle {
  width: 25%;
}
.nonCommition {
  background: #5AB70E;
  position: absolute;
  z-index: 1000;
  padding: 0px 20px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  width: 135px;
  text-align: center;
}
.nonCommition.typeofis,
.nonCommition.type1 {
  background-color: #8CB669 !important;
}
.nonCommition.typetorgovoe,
.nonCommition.type2 {
  background-color: #00669B !important;
}
.nonCommition.typemagazin,
.nonCommition.type3 {
  background-color: #864200 !important;
}
.nonCommition.typerestoran,
.nonCommition.type5 {
  background-color: #B05160 !important;
}
.nonCommition.typebank,
.nonCommition.type4 {
  background-color: #747474 !important;
}
.nonCommition.rentSaleCompany div:last-child {
  padding: 6px 0px;
}
.nonCommition.rentSaleCompany div:first-child {
  height: 100%;
}
.nonCommition.rentSaleCompany div {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.nonCommition.rentSaleCompany {
  height: 50px!important;
  overflow: hidden;
  max-width: 240px;
  width: auto!important;
}
.transform90 {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
}
.block-indicators__item--big {
  width: 40%;
}
.block-indicators__item-title {
  font-size: 14px;
  color: #99a3a5;
}
.block-indicators__item-subtitle {
  color: #444d4f;
  font-size: 17px;
}
.block-indicators__item-text {
  color: #444d4f;
  font-size: 13px;
  letter-spacing: -0.8px;
}
.block-indicators__abs-item {
  margin-bottom: 12px;
}
.block-indicators__abs-item i {
  display: inline-block;
  width: 34px;
  height: 33px;
  margin-right: 12px;
  background-color: #00a4d9;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 33px;
  font-family: "proxima_nova_rgbold", sans-serif;
  font-style: normal;
}
.block-indicators__abs-text {
  display: inline-block;
  color: #444d4f;
  font-size: 14px;
  letter-spacing: -0.8px;
}
.i-car {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  background-image: url("/img/site/i-car.png");
  background-repeat: no-repeat;
}
.i-bus {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 27px;
  background-image: url("/img/site/i-bus.png");
  background-repeat: no-repeat;
}
.i-eco {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url("/img/site/i-eco.png");
  background-repeat: no-repeat;
}
.block-indicators__image-item {
  margin-bottom: 15px;
}
.block-indicators__image-item:last-child {
  margin-bottom: 0;
}
.block-indicators__image-item i {
  position: relative;
  top: 3px;
  vertical-align: top;
  margin-right: 21px;
}
.block-indicators__image-text {
  width: 240px;
  display: inline-block;
}
.block-indicators__image-text strong {
  display: block;
  color: #444d4f;
  font-size: 13px;
  font-weight: normal;
  font-family: "proxima_nova_rgbold", sans-serif;
  letter-spacing: -0.8px;
}
.block-indicators__image-text span {
  font-size: 13px;
  color: #5d6668;
  letter-spacing: -0.8px;
}
/*catalog-item__characteristics*/
.catalog-item__characteristics {
  width: 458px;
  border-bottom: 1px solid #b1b1b1;
}
.catalog-item__characteristic:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-item__characteristic-name {
  width: 275px;
  float: left;
  color: dimgrey;
}
.catalog-item__characteristic-name:first-letter {
  text-transform: uppercase;
}
.catalog-item__characteristic-value {
  float: right;
  width: 165px;
  color: #010101;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
/* account-filter */
.account-filter {
  background-color: whitesmoke;
}
.account-filter:after {
  content: '';
  display: table;
  clear: both;
}
.account-filter__type {
  float: left;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 21px;
  padding-left: 39px;
}
.account-filter__type-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
  font-size: 14px;
  color: #8c8c8c;
  border-bottom: 1px dashed #cacaca;
}
.account-filter__type-link:last-child {
  margin-right: 0;
}
.account-filter__type-link.is-active {
  color: #3e3e3e;
  border-bottom: 1px solid transparent;
  font-family: 'Roboto';
  font-weight: normal;
}
.account-filter__inputs {
  position: relative;
  float: left;
  padding-left: 21px;
  padding-right: 22px;
  padding-top: 20px;
  padding-bottom: 16px;
}
.account-filter__inputs:after,
.account-filter__inputs:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d4d4d4;
}
.account-filter__inputs:after {
  right: 0;
}
.account-filter__inputs:before {
  left: 0;
}
.account-filter__label-text {
  margin-right: 18px;
  font-size: 14px;
  color: #8f8f8f;
  letter-spacing: -0.4px;
  font-family: 'Roboto';
  font-weight: normal;
}
.account-filter__label-stext {
  margin-right: 5px;
  color: #8c8c8c;
  font-family: 'Roboto';
  font-size: 15px;
}
.account-filter__label-text strong {
  color: #3f3f3f;
}
.account-filter__label:last-child .account-filter__label-text {
  margin-left: 5px;
}
.account-filter__label small {
  margin-left: 5px;
}
.account-filter__input {
  width: 51px;
  height: 12px;
  padding: 7px 6px;
  background-color: #fff;
  border: none;
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: normal;
}
.account-filter__square-label:last-child .account-filter__label-stext {
  margin-left: 13px;
}
.account-filter__bets-label:last-child .account-filter__label-stext {
  margin-left: 13px;
}
.account-filter__bets:before,
.account-filter__bets:after {
  display: none;
}
.account-filter__buttons {
  float: left;
}
.btn_account-filter {
  position: relative;
  display: inline-block;
  line-height: 63px;
  padding: 0 35px 0 33px;
  background-color: #f6cc26;
  border: none;
  color: #515151;
  cursor: pointer;
}
.btn_account-filter:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  width: 11px;
  height: 11px;
  background-image: url(/img/site/i-search.png);
}
.btn_account-filter:hover {
  background-color: #F6B52F;
}
.account-filter__question {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-left: 10px;
}
.account-filter__question:hover {
  opacity: 0.8;
}
.i-question {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background-image: url(/img/site/i-question.png);
  background-repeat: no-repeat;
}
/* account-result */
.account-result {
  margin-bottom: 22px;
}
.account-result:after {
  content: '';
  display: table;
  clear: both;
}
.account-result__title {
  margin-top: 6px;
  float: left;
  width: 310px;
  margin-right: 15px;
  color: #00a4d9;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.4px;
}
.account-search {
  width: 295px;
  float: left;
}
.account-search__form {
  position: relative;
}
.account-search__field {
  box-sizing: border-box;
  width: 100%;
  height: 29px;
  line-height: 29px;
  padding-left: 20px;
  padding-right: 45px;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #000;
  font-family: 'Roboto';
  font-size: 13px;
  letter-spacing: -1px;
}
.account-search__field::-webkit-input-placeholder {
  color: #9d9d9d;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
.account-search__field::-moz-placeholder {
  color: #6d6d6d;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
.account-search__field:-ms-input-placeholder {
  color: #6d6d6d;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
.account-search__field:-moz-placeholder {
  color: #6d6d6d;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
.account-search__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 11px;
  height: 11px;
  background-image: url(/img/site/i-search.png);
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
}
.account-search__submit.remove {
  background-image: url(/img/site/closed.png);
}
/* account-main */
.account-main:after {
  content: '';
  display: table;
  clear: both;
}
.account-left,
.account-right {
  float: left;
}
.account-left {
  width: 700px;
}
.account-right {
  width: calc(100% - 700px);
  overflow: hidden;
}
.account-left__wrap {
  width: 652px;
  margin-left: auto;
  padding-top: 20px;
  background-color: #fff;
}
.account-office .card_centre-box-slider {
  width: 234px;
  height: 234px;
  overflow: hidden;
}
.account-office .card_centre-box-slider-btn {
  padding: 0 50px;
}
.account-office .catalog-item__characteristics {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 14px;
  width: auto;
}
.account-office .catalog-item__characteristic {
  margin-bottom: 6px;
}
.account-office .catalog-item__characteristic-name {
  width: 85px;
  color: #8c8c8c;
  font-size: 15px;
}
.account-office .catalog-item__characteristic-value {
  float: left;
  width: 275px;
}
.sidebar-slider__wrap {
  padding: 0 60px;
}
.sidebar-slider__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -1px;
}
.sidebar-slider {
  position: relative;
  text-align: center;
}
.sidebar-slider__arrow {
  position: absolute;
  top: 30px;
  width: 18px;
  height: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.sidebar-slider__arrow-left {
  left: -15px;
  background-image: url(/img/site/sidebar-slider-left.png);
}
.sidebar-slider__arrow-right {
  right: -15px;
  background-image: url(/img/site/sidebar-slider-right.png);
}
.sidebar-slider__item-link {
  font-size: 15px;
  color: #00a4d9;
  text-decoration: underline;
  letter-spacing: -1px;
}
.sidebar-slider__item-link:hover {
  color: #000;
}
.sidebar-slider__item-img {
  margin-bottom: 10px;
}
.card_centre-link {
  line-height: 30px;
}
.office-adress__wrap {
  display: inline-block;
  vertical-align: top;
  width: 415px;
}
.address-distance {
  display: block;
  color: #999;
}
.office-adress {
  display: inline-block;
  cursor: pointer;
}
.account-office__title {
  display: block;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: normal;
  line-height: 23px;
  text-decoration: underline;
  letter-spacing: -0.6px;
}
.account-office__title:hover {
  text-decoration: underline;
}
.account-office__address,
.account-office__metro {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  font-size: 13px;
  letter-spacing: -0.9px;
}
.account-office__distance {
  margin-bottom: 20px;
}
.account-office__address {
  margin-bottom: 5px;
}
.account-offices {
  height: calc(100% - 143px);
  overflow-y: scroll;
  overflow-x: hidden;
}
/** Wrapper **/
.wrapper {
  display: block;
}
.wrapper .wrapper-content .wrapper-content-page .wrapper-item {
  display: inline-block;
  white-space: normal;
}
.wrapper .wrapper-content .wrapper-content-page {
  width: 100%;
  display: inline-block;
}
.wrapper .wrapper-content {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
a.rootErpLink {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-color: red;
  padding: 7px 5px 5px 5px;
  text-decoration: none;
  font-weight: bold;
  z-index: 100;
  color: white;
}
.contact_container-js .navigation_under-menu-link a:first-letter {
  /* text-transform: uppercase;*/
}
.uppercase {
  text-transform: uppercase;
}
.about_business_center-container p {
  height: 20px;
}
.hidden {
  display: none;
}
#buildMap {
  height: 100%;
}
.map_adress {
  z-index: 10;
}
.popup #selectedMetros {
  width: 290px;
}
.buildings-box-img-adress > .metro_line {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.pageLoaderShadow {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0.3;
  background: #000;
  z-index: 1000;
  display: none;
}
.pageLoaderImg {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1001;
  display: none;
}
/****************/
.controlBoxes {
  background: #a8adb0;
  height: 4px;
  margin-top: 14px;
}
.controlBoxes div {
  position: relative;
  background: #00a4d9;
  height: 4px;
}
.controlBoxes div span {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  top: -9px;
  z-index: 10;
  background: #fff;
  border: 1px solid #c5c5c5;
}
.controlBoxes div span:active {
  cursor: pointer !important;
}
.controlBoxes div span.cLeft {
  left: 0;
}
.controlBoxes div span.cRight {
  right: 0;
}
/*****************************/
.location-pin {
  position: relative;
  top: 3px;
  left: -7px;
}
#searchContent div {
  padding: 20px 25px;
  background: #E8F6FA;
  font-size: 16px;
  color: #625D5D;
  font-family: 'Roboto';
}
.mapWin {
  position: absolute;
  z-index: 100;
}
.mapBuildContacts {
  background: #333333;
  padding: 12px 20px;
  color: #fff;
}
#miniMap {
  width: 780px;
  height: 210px;
  border: 1px solid #00A3D8;
  /*border-top: none;*/
  position: absolute;
  z-index: 100;
  top: -1000px;
}
.buildMiniMapContainer {
  /*margin-top: 5px;*/
  /*border: 1px solid #00A3D8;
    border-top: none;*/
  width: 710px;
}
.nearest-address {
  margin-bottom: 15px;
}
/******************************/
.mapBuild {
  background: #ffffff;
  line-height: 1;
  height: 100px;
  border: 1px solid #e1e1e1;
  transition: opacity 0.3s ease;
}
.mapBuild img {
  width: 90px;
  height: 90px;
  display: inline-block;
  padding: 5px;
}
.mapBuild .info {
  height: 100px;
  width: 200px;
  display: inline-block;
  overflow: hidden;
  color: #000000;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 20px;
}
.mapBuild .info a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
}
.mapBuild .info div {
  font-size: 12px;
  margin: 3px 0px;
}
.mapBuild .info .square a {
  font-size: 12px;
}
.sale_rent_param {
  width: calc(50% - 20px);
  float: left;
  margin: 0 10px 10px;
}
.max-w235 {
  max-width: 235px;
}
.blockTypesValuesNew {
  width: calc(50% - 15px);
  padding: 5px;
  margin: 0;
}
.dispnone {
  display: none !important;
}
.width100 {
  width: 100% !important;
}
.street_letters a,
.build_letters a {
  font-family: 'Roboto';
  margin: 5px 7px 0 7px;
  border: 0;
  text-decoration: underline;
  display: inline-block;
  color: #007a9e;
}
#build_links_container h2,
#street_links_container h2 {
  font-family: "proximanova-semibold", sans-serif;
}
.links_container a,
#build_links_container a,
#street_links_container a {
  display: inline-block;
  width: 250px;
  padding-left: 20px;
  margin: 3px 0;
  color: #007a9e;
}
.lentaMapLayer {
  height: 105px;
  width: 780px;
  background: #fff;
  position: absolute;
  opacity: 0.2;
  margin: -109px 0px 0px 0px;
}
.btnLayer {
  height: 105px;
  width: 780px;
  position: absolute;
  margin: -109px 0px 0px 0px;
}
.mapButton {
  cursor: pointer;
}
#build_links_container a {
  background: url(/img/icons/building.png) center left no-repeat;
  font-size: 13px;
}
#street_links_container a {
  background: url(/img/icons/street3.png) center left no-repeat;
  font-size: 13px;
}
.blueBorderLentaGraph {
  margin-left: 390px;
  margin-bottom: 40px;
  padding: 20px;
}
.lentaBlockGraph th {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}
.lentaBlockLeft {
  position: relative;
  width: 461px;
  height: 323px;
  float: left;
}
.lentaBlockGraph td {
  border: 1px dashed #cecece;
}
.lentaBlockGraph {
  margin-right: 30px;
  width: 430px;
  height: 308px !important;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
}
.lentaBlockGraphPoint {
  width: 0px;
  height: 0px;
  border-radius: 2px;
  background: #00A3D8;
  padding: 2px;
  position: absolute;
  display: inline-block;
  margin-left: -7.6px;
}
#pageLoadTimeForRomul:hover {
  width: 450px;
  height: 100vh;
  overflow: scroll;
}
#pageLoadTimeForRomul {
  width: 100px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  background: black;
  color: white;
  padding: 5px;
  z-index: 500;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  overflow: hidden;
}
.emptyData {
  display: none;
}
.list-manager-suggestions img {
  max-width: 16px;
}
#appoint-show-win-wrap {
  display: none;
  max-width: 300px;
}
#appoint-show-win-wrap .select-date-show {
  display: block;
  margin: 10px 0;
  width: 100%;
  padding: 10px;
  background: #00a4d9;
  border: 1px solid white;
  color: white;
  font-family: "proximanova-semibold", sans-serif;
  cursor: pointer;
  box-sizing: border-box;
}
#appoint-show-win-wrap .select-date-show:disabled {
  border: 1px solid black;
}
#appoint-show-win-wrap .select-time {
  margin: 5px;
  padding: 5px;
  background: #f6cc26;
  border: 1px solid white;
  color: #333333;
  font-family: 'Roboto';
  cursor: pointer;
}
#appoint-show-win-wrap .select-time:disabled {
  border: 1px solid black;
}
#appoint-show-win-wrap .select-date-send {
  display: none;
}
#appoint-show-win-wrap .select-date-send input {
  width: 100%;
  padding: 10px;
  background: #ffcd00;
  border: 0;
  cursor: pointer;
}
.virtCheckbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/img/icons/checkbox3.png') no-repeat 0 0;
  display: inline-block;
}
.virtCheckbox.checked {
  background: url('/img/icons/checkbox3.png') no-repeat 0 -20px;
}
.list-manager-suggestions .virtCheckbox {
  margin-right: 5px;
  position: relative;
  top: 4px;
}
a.sortButton.active .nav_relevant_ads-link {
  color: #333333;
  border-bottom: 1px dashed #333333;
}
.rootErpLink,
#pageLoadTimeForRomul {
  font-size: 12px;
}
.account-office__image img {
  width: 234px;
}
.account-offices .pages .page,
div.page.first > .pages > .page {
  margin: 0 8px 5px;
  position: relative;
  top: -30px;
  color: white;
  font-weight: bold;
  min-width: 16px;
  display: inline-block;
  text-align: center;
  background: #00a4d9;
  padding: 2px 5px;
  cursor: pointer;
}
.account-offices .pages .page.active,
div.page.first > .pages > .page.active {
  background: #00a4da;
}
#searchBtn img.loading {
  position: relative;
  top: 4px;
  left: 10px;
}
.autocompliteContainer .no-matches {
  padding-left: 10px;
}
.autocompliteContainer {
  background: #fff;
  border: 1px solid #00a4d9;
  position: absolute;
  z-index: 200;
  max-height: 400px;
  width: 430px;
  font-weight: normal;
  margin-top: -1px;
  box-shadow: 2px 2px 8px 0 #949494;
  overflow: hidden;
}
.autocompliteItem.selected,
.autocompliteItem:hover {
  background: #00A3D8;
  color: #fff;
}
.autocompliteItem {
  background: #fff;
  color: #000;
  padding: 3px;
  border-top: 1px solid #00A3D8;
  height: 30px;
  overflow: hidden;
  padding-left: 10px;
  cursor: pointer;
  width: calc(100% - 15px) !important;
  font-size: 13px;
}
.autocompliteContainer .autocompliteItem:first-child {
  border-top: none;
}
.autocompliteItem b {
  font-weight: bold;
  font-size: 100%;
}
.autocompliteItem a {
  text-decoration: none;
  font-weight: normal;
  margin-left: 0;
}
.autocompliteItem .acBuildAddress {
  display: inline;
  font-size: 80%;
  color: #265D9B;
}
.autocompliteItem:hover a {
  color: #fff;
}
.autocompliteItem:hover .acBuildAddress {
  color: #C7DDF5;
}
.helpBtn {
  vertical-align: middle;
  position: relative;
  margin-bottom: 3px;
  margin-left: 10px;
  cursor: pointer;
}
#help,
#consultant {
  width: 500px;
  height: 250px;
  position: fixed;
  left: 300px;
  top: 300px;
  z-index: 101;
  border: 1px solid #00A3D8;
  /*border-radius: 5px;*/
  padding: 5px;
  padding-top: 15px;
  /*box-shadow: 0px 0px 3px #000;*/
  display: none;
  background: #fff;
  overflow: hidden;
}
#help .start {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
}
#help .later {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 10px;
}
#helpMouse {
  position: fixed;
  width: 32px;
  height: 32px;
  background: url(/img/icons/mouse_pointer.png) no-repeat left top;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
}
.help-text {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.cBtn {
  border: 1px solid #b3bcbf;
  border-radius: 4px;
}
#help .cBtn.start {
  background: #BAEA72;
  background: -moz-linear-gradient(top, #BAEA72 0%, #A6E04E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BAEA72), color-stop(100%, #A6E04E));
  background: -webkit-linear-gradient(top, #BAEA72 0%, #A6E04E 100%);
  background: -o-linear-gradient(top, #BAEA72 0%, #A6E04E 100%);
  background: -ms-linear-gradient(top, #BAEA72 0%, #A6E04E 100%);
  background: linear-gradient(top, #BAEA72 0%, #A6E04E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAEA72', endColorstr='#A6E04E', GradientType=0);
}
#help .cBtn.start:hover {
  background: #8BE09C;
  background: -moz-linear-gradient(top, #BAEA72 0%, #8BE09C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BAEA72), color-stop(100%, #8BE09C));
  background: -webkit-linear-gradient(top, #BAEA72 0%, #8BE09C 100%);
  background: -o-linear-gradient(top, #BAEA72 0%, #8BE09C 100%);
  background: -ms-linear-gradient(top, #BAEA72 0%, #8BE09C 100%);
  background: linear-gradient(top, #BAEA72 0%, #8BE09C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAEA72', endColorstr='#8BE09C', GradientType=0);
}
#help .cBtn.start:active {
  background: #A6E04E;
}
.helpShadow {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #EBF1A5;
  opacity: 0.2;
  z-index: 102;
  display: none;
}
.helpHints {
  width: 260px;
  height: 100px;
  position: fixed;
  right: 20px;
  top: 95px;
  z-index: 102;
  border: 1px solid #007CA0;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 3px #000;
  display: none;
  background: #D7FFC1;
  overflow: hidden;
}
.helpHints .sButton {
  line-height: 26px;
  height: 26px;
  display: inline-block;
  margin: 0;
}
.account-office .metro_line {
  margin-right: 10px;
}
.header_favorites_blocks {
  display: none;
  border: 1px solid #c0c0c0;
  position: absolute;
  width: 400px;
  top: 25px;
  background: #fff;
  z-index: 100;
  padding: 10px;
  max-height: 600px;
  overflow-y: scroll;
  box-shadow: 2px 2px 3px 0 #908886;
}
.favBuild {
  margin-bottom: 10px;
  line-height: 1.1;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}
.favBuild .favBuildImg {
  float: left;
}
.favBuild .favBuildName {
  font-size: 15pt;
  color: #333333;
  padding-left: 105px;
}
.favBuild .favBuildName img {
  margin-right: 3px;
}
.favBuild .favBuildAddress,
.favBuild .favBuildMetro {
  font-size: 10pt;
  color: #8d8d90;
  padding: 5px 0 0 105px;
}
.favBuild .favBuildIcons {
  padding: 5px 0 0 105px;
}
.favBuild .favBuildIcons img {
  margin: 3px;
}
.favBuild .favBuildMetro .metro_line {
  position: relative;
  top: 2px;
  left: 5px;
}
.container-brokerage-our-projects .container-slider-img {
  font-size: 0;
}
#nearObjectsLayer {
  width: 750px;
  min-height: 300px;
  position: fixed;
  top: 90px;
  background: #fff;
  z-index: 5000;
  left: 50%;
  margin: 0px 0px 0px -375px;
  padding: 10px 19px;
  display: none;
}
#nearObjectsLayer ul.images {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#nearObjectsLayer ul.images .hint {
  position: absolute;
  margin: -48px 0px 0px 0px;
  min-width: 92px;
  height: 34px;
  vertical-align: middle;
  padding: 0px 6px;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  background-color: #ffe200;
}
#nearObjectsLayer ul.images:after {
  content: ' ';
  display: table;
  clear: both;
}
#nearObjectsLayer ul.images li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 156px;
  height: 156px;
  overflow: hidden;
}
#nearObjectsLayer ul.images li img {
  width: 156px;
  height: 156px;
}
#nearObjectsLayer ul.images li {
  margin: 0px 0px 0px 20px;
}
#nearObjectsLayer ul.images li:first-child {
  margin: 0px !important;
}
#nearObjectsLayer .menu {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  padding: 0px;
  width: 710px;
  position: absolute;
}
#nearObjectsLayer .title {
  height: 36px;
  line-height: 36px;
  font-size: 22px;
}
#nearObjectsLayer .menu span {
  cursor: pointer;
}
#nearObjectsLayer .greenBtn span {
  font-weight: bold;
}
#nearObjectsLayer .blueBtn b,
#nearObjectsLayer .orangeBtn b,
#nearObjectsLayer .greenBtn b {
  color: #efe514;
}
#nearObjectsLayer .blueBtn,
#nearObjectsLayer .orangeBtn,
#nearObjectsLayer .greenBtn {
  height: 67px;
  line-height: 67px;
  vertical-align: middle;
  font-size: 20px;
  padding: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #5ab70e;
}
#nearObjectsLayer .blueBtn {
  margin: 10px 0px 0px 0px;
  background-color: #00a3d8 !important;
}
#nearObjectsLayer .orangeBtn {
  background-color: #ff6100 !important;
  margin: 10px 0px 0px 0px;
}
#nearObjectsLayer.popupStyle2 .title {
  margin: 20px 0px 15px 0px;
  height: auto;
  font-size: 28px;
  text-align: center;
}
#nearObjectsLayer.popupStyle2 .title span {
  font-weight: bold;
  color: #00a3d8;
}
#nearObjectsLayer.popupStyle2 .greenBtn {
  width: 53%;
  margin: 15px 10px;
  background-color: #00a3d8 !important;
}
#nearObjectsLayer.popupStyle2 .greenBtn:hover {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.75);
  background-color: #5ab70e !important;
}
#nearObjectsLayer.popupStyle2 ul.images li {
  margin: 0 0 0 29px;
}
#nearObjectsLayer.popupStyle2 .bcList {
  border: 0;
  padding: 0;
  text-align: center;
}
#nearObjectsLayer .bcList {
  min-height: 100px;
  padding: 12px;
  cursor: pointer;
  border: 2px solid #c0c2c1;
}
.fav .container_box-form-indoor {
  display: block;
}
.box-icon-manager {
  font-size: 0;
}
#streets_search,
#build_search {
  display: block;
  margin: 10px 0 -15px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 20pt;
  color: #333333;
}
.slider_prew-one-photo {
  width: 409px;
}
.banner_stock_btn {
  padding: 0;
  background-color: #368D25 !important;
  font-family: 'Roboto';
  width: 472px;
  font-size: 12px;
}
.banner_stock_btn .bannerContent {
  padding: 30px;
  color: white;
}
.banner_stock_btn form {
  margin-top: 10px;
}
#banner_taxi_btn {
  padding: 0;
  background-color: #368D25 !important;
  font-family: 'Roboto';
  width: 472px;
  font-size: 12px;
}
#banner_taxi_btn .bannerContent {
  padding: 30px;
  color: white;
}
#banner_taxi_btn form {
  margin-top: 10px;
}
#banner_taxi_btn .banner_taxi-min .subtitle-3 {
  background: black;
  padding: 10px;
  position: relative;
  top: -5px;
}
.modalGallery .modalGalleryContent .controlBtn.next img {
  right: 50%;
  transform: translateX(50%);
}
.modalGallery .modalGalleryContent .controlBtn.prev img {
  left: 50%;
  transform: translateX(-50%);
}
.modalGallery .modalGalleryImage {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modalGallery > table {
  display: block;
  height: 100%;
}
.modalGallery tbody,
.modalGallery tr,
.modalGallery td,
.modalGallery .box-modal {
  display: block;
  height: 100%;
  padding: 0!important;
}
.modalGallery .modal-content {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
}
.modalGallery * {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.modalGallery .box-modal_close {
  background-position: 90% 10%;
  position: fixed;
  right: 80px;
  top: 40px;
  z-index: 1000;
  padding: 20px;
}
.modalGallery .modalGalleryContent .controlBtn:hover {
  opacity: 1;
  transition-duration: 0.5s;
}
.modalGallery .miniGallery > div {
  display: inline-block;
}
.modalGallery .miniImageCont {
  width: calc(100% - 60px);
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  margin: 0 10px;
}
.modalGallery .miniGallery .controlBtn.prev img {
  padding-left: 10px;
}
.modalGallery .miniGallery .controlBtn.next img {
  padding-right: 10px;
}
.modalGallery .modalGalleryContent .miniGallery .controlBtn[disabled=disabled] {
  transition-duration: 0s;
  visibility: hidden;
}
.modalGallery .modalGalleryContent .miniGallery .controlBtn {
  width: 20px;
  height: 100%;
}
.modalGallery .modalGalleryContent .controlBtn {
  opacity: 0.4;
  cursor: pointer;
  width: 10%;
  transition-duration: 0.5s;
  position: relative;
}
.modalGallery .modalGalleryContent .controlBtn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.modalGallery .modalGalleryContent > .imageCont {
  width: 80%;
  position: relative;
}
.modalGallery .modalGalleryContent > div {
  display: inline-block;
}
.modalGallery .modalGalleryContent .miniGallery .miniImageCont .miniGalleryItem img {
  height: 100%;
  position: relative;
}
.modalGallery .modalGalleryContent .miniGallery .miniImageCont .miniGalleryItem.active {
  border: 1px solid #fff;
  height: 110px;
  width: 110px;
}
.modalGallery .modalGalleryContent .miniGallery .miniImageCont .miniGalleryItem {
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  margin: 0px 3px;
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: bottom;
}
.modalGallery .modalGalleryContent > .imageCont,
.modalGallery .modalGalleryContent > .controlBtn {
  height: calc(100% - 130px);
}
.modalGallery .modalGalleryContent .miniGallery {
  height: 110px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.modalGallery .modalGalleryContent {
  position: relative;
  height: 100%;
}
.box-modal_close {
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  position: fixed;
  top: 40px;
  right: 40px;
  background: url(/img/lightbox-close.png) 0 0 no-repeat;
}
.bcGallery .showGallery > img {
  display: none;
}
#searchMetroPopup {
  width: 1400px;
  margin: 0px 0px 20px -775px;
}
select {
  -webkit-appearance: none;
  background: white;
  border-radius: 0;
}
.lentaBlockText {
  font-size: 11px;
}
.blockGalleryShowMore {
  width: 90px;
  height: 75px;
  background: rgba(0, 0, 0, 0.6);
  float: right;
  position: absolute;
  right: 0;
  color: white;
  text-align: center;
  padding-top: 35px;
  cursor: pointer;
  z-index: 10;
  font-size: 14px !important;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 12px;
}
.blockGalleryShowMore:hover {
  background: rgba(0, 0, 0, 0.7);
}
.p_relative {
  position: relative;
}
.lc_gallery .blockGalleryShowMore {
  width: 75px;
  height: 65px;
  padding-top: 30px;
  margin-right: 17px;
}
.building_card-photo-plain {
  position: relative;
}
.building_card-photo-plain span {
  position: absolute;
  z-index: 100;
  top: -25px;
  font-size: 12px;
  right: 20px;
  color: white;
}
.building_card-photo-plain a {
  color: white;
  cursor: pointer;
}
.building_card-photo-plain a.active {
  color: #00a4d9;
  font-weight: bold;
}
.building_card-photo-plain a.active:hover {
  color: #007ed9;
}
.drawPhone {
  color: inherit!important;
}
.drawPhone .phoneCode {
  display: inline-block;
}
.special-block .icon {
  background: url(/img/special.png) 0 8px no-repeat;
  height: 55px;
  display: inline-block;
  width: 60px;
}
.special-block table {
  width: 100%;
  margin: 5px 15px 10px;
}
.special-block .special-content {
  color: #737373;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 14px;
}
.special-block td span {
  color: #00a4d9;
  /*border-bottom: 1px dashed #00a4d9;*/
  line-height: 23px;
}
.special-block .icon#special-2 {
  background-position-x: -60px;
}
.special-block .icon#special-phone {
  background-position-x: -60px;
}
.special-block .phone {
  height: 30px;
  width: 50%;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.special-block .phone::-webkit-input-placeholder {
  font-size: 12px !important;
}
.special-block .sendBtn {
  width: 50%;
  display: inline-block;
  background: url(/img/special.png) no-repeat -100px -3px #00a4d9;
  color: white;
  text-align: center;
  padding: 11px 0 12px;
  border: 0;
  cursor: pointer;
}
.special-block .special-content p {
  margin: 20px 0;
}
.special-block .special-content .seconds {
  color: #00a4d9;
  font-size: 21px;
  line-height: 14px;
  padding-left: 2px;
}
.special-block .special-content .brokerPhoto {
  border-radius: 50px;
  border: 2px solid #00a4d9;
}
.special-block .special-content .we-call {
  padding: 12px 0 0 15px;
  display: none;
}
.privacy.wrapp {
  text-align: justify!important;
}
.privacy-link {
  text-decoration: underline;
  color: #adadad;
}
ol.policy-list {
  list-style: none;
  counter-reset: li;
}
.policy-list > li:before {
  content: counters(li, ".") ". ";
  counter-increment: li;
}
.policy-list > li {
  margin-bottom: 20px;
}
.policy-list-header {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.main-list > li:before {
  content: '';
}
.sublist {
  list-style-type: disc;
  margin-left: 60px;
  margin-top: 5px;
}
.sublist > li {
  margin-top: 5px;
}
.privacy-alert {
  text-align: center;
  font-size: 10px;
  margin: 10px auto;
  color: #adadad;
  max-width: 300px;
}
.privacy-alert-white {
  text-align: center;
  font-size: 10px;
  margin: 10px auto;
  color: white;
  max-width: 300px;
}
.privacy-link-white {
  text-decoration: underline;
  color: white;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.careers .block1 iframe {
  width: 774px;
  height: 440px;
}
.careers .block1 .icon {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 8%;
}
.careers .block1 .home {
  width: 300px;
  height: 200px;
}
.careers .careerBlueBlock {
  width: 300px;
  height: 55px;
  color: white;
  text-align: left;
  line-height: 55px;
  font-family: 'proximanova-semibold', sans-serif;
  font-size: 19px;
  margin-bottom: 5px;
}
.careers .whatsapp {
  background: #25D366;
}
.careers .facebook {
  background: #3b5998;
}
.careers .instagram {
  background: #c13584;
}
.careers .headhunter {
  background: #c6002b;
  margin-bottom: 0;
}
.careers .block1 > div:last-child {
  margin-left: 5px;
}
.careers .main-h2 {
  padding-top: 40px !important;
}
.careers .block1 {
  margin-top: 20px;
}
.careers .wrapp > div {
  padding-left: 18px;
}
.careers p {
  font-size: 16px;
  line-height: 24px;
  color: #cfcbcb;
  font-family: 'proximanova-light', sans-serif;
  padding: 20px 0 0 18px;
  margin-bottom: 14px;
}
#careers .container-slider-arrow {
  top: -110px !important;
}
.team-container-slider-photo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.team-container-slider-box {
  height: 450px;
  width: 335px;
  position: relative;
  margin-right: 5px;
}
.team-container-slider-box .desc {
  width: 70%;
  height: 40%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}
.team-container-slider-box .desc strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.team-container-slider-box .youtube_video_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.team-container-slider-box .youtube_video_label:hover {
  background: rgba(0, 0, 0, 0.59);
}
.team-container-slider-box .youtube_video_label:hover img {
  opacity: 1;
}
.team-container-slider-box .youtube_video_label img {
  margin-top: 110px;
  opacity: 1;
  cursor: pointer;
}
.team-video-popup {
  padding: 5px;
}
#careers .team_photos {
  width: 100%;
}
#careers .history {
  margin-top: -5px;
}
#careers .container-slider-transaction.clients > div > div {
  width: 284px;
  height: 284px;
  margin-left: 5px;
  margin-right: 5px;
}
#careers .transaction .our-projects-h3-shadow-text:after {
  content: '';
  left: 113px;
}
.top10bannerContainer {
  position: relative;
}
.top10bannerContainer > div img {
  width: 100%;
}
.top10bannerContainer > div > a {
  position: absolute;
  bottom: 120px;
  left: 55px;
}
.top10bannerContainer > div > a > div {
  width: 250px;
}
.partnershipHorizContainer {
  position: relative;
}
.partnershipHorizContainer > div img {
  width: 100%;
  vertical-align: bottom;
}
.partnershipHorizContainer > div > a {
  position: absolute;
  bottom: 50px;
  right: 320px;
}
.partnershipHorizContainer > div > a > div {
  width: 250px;
}
.container_box-form .fixed {
  position: fixed;
  top: 90px;
}
#careers .clients-container-slider-box {
  width: 352px;
}
.rate .main-h2 {
  font-size: 32px;
}
.vertBannerAction {
  bottom: 210px!important;
  left: 105px!important;
}
.rateContent {
  padding: 50px 0 100px;
}
.rateContent #error {
  color: red;
  display: none;
}
.rateContent table.buttons {
  margin: 0 auto;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rateContent table.buttons.canEdit td:hover {
  background-color: #327286 !important;
}
.rateContent table.buttons td {
  text-align: center;
  border-right: 2px solid white;
  font-weight: bold;
}
.rateContent table.buttons td:last-child {
  border-right: none;
}
.rateContent table.buttons td.active {
  background-color: #327286 !important;
}
.rateContent table.buttons td span {
  display: block;
  padding: 15px 25px;
  color: #ffffff;
  cursor: pointer;
}
.rateContent .buttonsAddText {
  margin: 0 auto;
  width: 718px;
}
.rateContent .question {
  margin: 30px 0 15px;
  font-size: 25px;
}
.rateContent textarea.rateReason {
  width: 100%;
  border-radius: 2px;
  resize: vertical;
  min-height: 100px;
  padding: 5px;
  font-size: 18px;
}
.rateContent .btn {
  margin: 20px 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.btn {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #cecece;
  border-radius: 3px;
  outline: none;
  padding: 5px 10px;
  font-size: 15px;
  text-decoration: none;
}
.btn-success {
  background: #87CB16;
  border-color: #73ae13;
  color: white;
}
.btn-success:hover {
  background: #7fbf15;
}
.btn-danger {
  background: #FF4A55;
  border-color: #c73a42;
  color: white;
}
.btn-danger:hover {
  background: #ed454e;
}
.btn-info {
  background: #85bbff;
  border-color: #6e9ad2;
  color: white;
}
.btn-info:hover {
  background: #7eb2f2;
}
.btn.xl {
  font-size: 18px;
  padding: 7px 12px;
}
.icon-sign {
  margin-right: 10px;
  height: 35px;
}
.font-20 {
  font-size: 20px;
}
.rent-phone .drawPhone {
  font-size: 25px!important;
}
.coution-alert {
  float: right;
  font-size: 13px;
}
.videoBuildPopup {
  background: black !important;
}
.videoBuildPopup .videoHeader {
  text-align: left;
  font-size: 20px;
  color: white!important;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: lighter;
  font-family: "proxima_nova_rgregular", sans-serif;
}
.videoBuildPopup .videoSubheader {
  font-size: 15px;
  text-align: left!important;
  font-weight: lighter;
  color: white!important;
  float: left;
  font-family: "proxima_nova_rgregular", sans-serif;
}
.videoBuildPopup .videoLink {
  color: green;
  text-decoration: underline;
  float: left;
  margin-left: 50px;
  font-size: 15px;
  font-family: "proxima_nova_rgregular", sans-serif;
}
.videoBtn {
  display: block;
  width: 180px;
  height: 70px;
  cursor: pointer;
  margin-top: 20px;
}
.videoBtn .btnText {
  line-height: 20px;
  color: red;
  font-size: 13px;
  margin-top: 10px;
}
.videoBtn .btnText span {
  display: inline-block;
  border-bottom: 1px dashed red;
}
.videoBtn .btnImage {
  height: 50px!important;
  float: left;
  margin-right: 10px;
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
.broker-contacts__name {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.broker-contacts__position {
  font-size: 14px;
  color: #777;
}
.broker-contacts__phone {
  margin-top: 15px;
  color: #00a4d9;
  font-size: 30px;
  font-weight: 700;
}
.broker-contacts__callback {
  margin-top: 7px;
}
.broker-contacts__callback-link {
  margin-right: 15px;
  color: #00a4d9;
  font-size: 14px;
}
.broker-contacts__callback-link span {
  text-decoration: underline;
}
.broker-contacts__callback-link:hover span {
  text-decoration: none;
}
.broker-contacts__callback-time {
  color: #999;
  font-size: 14px;
}
.broker-contacts__callback-form {
  display: none;
}
.broker-contacts__callback-form .we-call {
  display: none;
}
.presentation-form {
  position: relative;
}
.presentation-form:before,
.presentation-form:after {
  content: '';
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: 0;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}
.presentation-form:before {
  background-image: url(/img/cover-layer-bottom.png);
}
.presentation-form:after {
  background-image: url(/img/cover-layer-top.png);
}
.presentation-form__wrap {
  position: relative;
  padding: 25px 30px 25px 25px;
  background-color: white;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 10px rgba(0, 1, 5, 0.12);
}
.presentation-form__head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.presentation-form__head-icon {
  margin-right: 25px;
}
.presentation-form__title {
  margin-bottom: 10px;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.presentation-form__input-group {
  position: relative;
  z-index: 2;
}
.presentation-form__include {
  display: inline-block;
  padding: 4px 5px;
  background-color: #00a4d9;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}
.presentation-form__confirm {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
  font-weight: 400;
}
.presentation-form .btn_style {
  position: relative;
  z-index: 3;
}
.input-group {
  display: flex;
}
.input-group__input {
  flex: 1;
  height: 36px;
  background-color: white;
  padding: 0 10px;
  border: 1px solid gainsboro;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 400;
}
.input-group__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: inherit;
  color: #999;
  font-weight: 400;
  font-family: inherit;
  text-align: left;
}
.input-group__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: inherit;
  color: #999;
  font-weight: 400;
  font-family: inherit;
  text-align: left;
}
.input-group__input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: inherit;
  color: #999;
  font-weight: 400;
  font-family: inherit;
  text-align: left;
}
.input-group__button {
  flex: 1;
  width: 156px;
  height: 38px;
  line-height: 38px;
  background-color: #6eba24;
  border-radius: 0px 4px 4px 0px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.banner-special {
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 1, 5, 0.12);
}
.banner-special__icon {
  width: 60px;
  padding: 20px 5px 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.banner-special__icon img {
  max-width: 100%;
}
.banner-special__content {
  padding: 20px 40px 20px 20px;
  background-color: #fff;
}
.banner-special__title {
  margin-bottom: 5px;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.banner-special__text {
  margin-bottom: 10px;
  color: black;
  font-size: 11px;
  font-weight: 400;
}
.popup-special {
  width: 320px;
  background-color: #fff;
  font-family: "proxima_nova_rgregular", sans-serif;
}
.popup-special__icon {
  margin-bottom: 25px;
}
.popup-special__title {
  margin-bottom: 12px;
  font-family: "proxima_nova_rgbold", sans-serif;
}
.popup-special__text {
  font-size: 12px;
  line-height: 1.7;
}
.popup-special__text h5 {
  margin-top: 17px;
  margin-bottom: 5px;
  font-size: 13px;
}
.popup-special__form {
  width: 280px;
  margin: 18px auto 13px;
}
.popup-special__form .btn_style {
  display: block;
}
.popup-special__input {
  width: 100%;
  height: 37px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: left;
  border-radius: 3px;
  box-sizing: border-box;
}
.popup-special__input::-webkit-input-placeholder {
  color: #b1b1b1;
  text-align: left;
  font-size: 13px;
  font-family: 'Roboto';
}
.popup-special__input::-moz-placeholder {
  color: #b1b1b1;
  text-align: left;
  font-size: 13px;
  font-family: 'Roboto';
}
.popup-special .text-sm {
  font-size: 11px;
}
.popup-special .text_gray {
  color: #b9b7ba;
}
.popup-special a {
  text-decoration: underline;
}
.popup-special a:hover,
.popup-special a:focus {
  text-decoration: none;
}
.t-body > .wrapp {
  width: auto;
  padding: 0;
}
.t-body [class*="_positionfixed"] {
  position: absolute !important;
}
#requestCallback {
  width: 370px;
}
.quizFooter .wrap {
  overflow: hidden;
  color: #FFFFFF;
  width: 100%;
  height: 300px;
  background: #1E98D7;
}
.quizFooter .wrap .image {
  width: 330px;
  padding-top: 17px;
}
.quizFooter .wrap .formWrap {
  width: 330px;
  padding-top: 30px;
}
.quizFooter .wrap .formWrap .form {
  width: 260px;
  padding: 30px;
  background: #FFFFFF;
}
.quizFooter .wrap .formWrap .form .step {
  display: none;
}
.quizFooter .wrap .formWrap .form .step.active {
  display: block;
}
.quizFooter .wrap .formWrap .form .hint {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(96, 96, 96, 0.55);
}
.quizFooter .wrap .formWrap .form .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding: 14px 0px 26px 0px;
}
.quizFooter .wrap .formWrap .form .inputs input {
  width: 100%;
  height: 44px;
  padding: 5px 10px;
  border: 1px solid #606060;
  box-sizing: border-box;
}
.quizFooter .wrap .formWrap .form .inputs input.half {
  width: 125px;
}
.quizFooter .wrap .formWrap .form .inputs ::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #606060;
}
.quizFooter .wrap .formWrap .form .button {
  margin-top: 10px;
  display: block;
  cursor: pointer;
  width: 260px;
  height: 44px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  background: #91C74B;
}
.quizFooter .wrap .info {
  padding-top: 88px;
  padding-right: 30px;
  width: auto;
}
.quizFooter .wrap .info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  padding-right: 30px;
  line-height: 28px;
}
.quizFooter .wrap .info .description {
  margin-top: 23px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}
/*# sourceMappingURL=style.css.map */