.warning_msg {
  border-bottom: 2px solid red;
  position: fixed;
  border-top: 2px solid red;
  z-index: 9999;
  width: 100%;
  background: #FFF;
}
.warning_msg .control {
  display: inline-block;
  float: right;
  margin-right: 25px;
  opacity: 0.8;
}
.warning_msg .control:hover {
  cursor: pointer;
  opacity: 1 !important;
}
.warning_msg .line {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
body {
  background: #f9f9f9;
}
.custom-toggler {
  z-index: 1000;
}
.header_bg {
  position: relative;
  z-index: -1;
}
.form_callback .btn-green {
  float: left;
  background: #299a40;
  color: #ffffff;
}
.form_callback .btn-green:hover {
  background: transparent;
  border: 1px solid #299a40;
}
.form_callback .pred {
  font-size: 12px;
  margin-top: 5px;
}
.form_callback .pred a {
  color: #299a40;
}
.page_wrapper {
  padding-top: 50px;
}
.page_wrapper .page_title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.hover_gall {
  position: relative;
  height: 100%;
  max-height: 380px;
  min-height: 300px;
  width: 100%;
}
.hover_gall .navigate {
  position: absolute;
  bottom: -6px;
  right: -1px;
}
.hover_gall .navigate .col_nav {
  display: inline-block;
  position: relative;
}
.hover_gall .navigate .col_nav .active_marker {
  background: #01A87E !important;
}
.hover_gall .navigate .col_nav .marker {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  height: 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
}
.hover_gall .cards .item {
  display: none;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.zaim_nav {
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #299a40;
}
.zaim_nav a {
  color: #ffcc00 !important;
  font-weight: 600;
  transform: skew(15deg) !important;
}
.zaim_nav:hover a {
  color: #FFF !important;
}
.js-is-sticky {
  z-index: 9999;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
}
.js-is-sticky .navbar-brand span {
  font-size: 14px !important;
  top: 16px !important;
}
.js-is-sticky .navbar-brand img {
  height: 40px !important;
  transition: height 0s, opacity 0.3s linear;
}
.navbar-brand {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-brand span {
  color: #23703c;
  font-size: 16px;
  font-weight: 600;
  /* margin-top: 10px; */
  top: 26px;
  margin-left: 15px;
}
.navbar-brand img {
  height: 50px;
}
.js-is-sticky .dropdown-menu {
  top: 50px !important;
  padding-top: 0px  !important;
  padding-bottom: 0px  !important;
}
.js-is-sticky .nav-link {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.navbar {
  background-color: #fafafa !important;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.navbar .dropdown-menu {
  border: none !important;
  border-radius: 0px !important;
  background-color: #fafafa !important;
  border-top: 1px solid #CECECE !important;
  border-bottom: 1px solid #CECECE !important;
}
.navbar .dropdown-menu img {
  margin-right: 5px;
}
.navbar .dropdown-menu .service_link img {
  height: 19px;
}
.navbar .dropdown-menu .about img,
.navbar .dropdown-menu .contact img,
.navbar .dropdown-menu .reviews_n img {
  height: 19px;
}
.navbar .dropdown-menu .land img,
.navbar .dropdown-menu .parking img,
.navbar .dropdown-menu .company img {
  height: 19px;
}
.navbar .dropdown-menu .nav-item {
  border-bottom: 0px solid transparent !important;
}
.navbar .dropdown-menu .nav-item:hover {
  border-bottom: 0px solid transparent !important;
}
.navbar .dropdown-menu .nav-item:hover .st_1 {
  display: none;
}
.navbar .dropdown-menu .nav-item:hover .st_2 {
  display: inline-block !important;
}
.navbar .nav-item {
  border-bottom: 2px solid transparent;
}
.navbar .nav-item:hover {
  border-bottom: 2px solid #01A87E;
}
.navbar .nav-item:hover .dropdown-toggle::after {
  content: "\f106" !important;
}
.navbar .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
}
.navbar .nav-link:hover {
  color: #006D52;
}
.navbar .dropdown-menu {
  border: none;
}
.dropdown-toggle::after {
  margin-left: 10px;
  display: inline-flex;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  border: none !important;
  vertical-align: initial;
}
.navbar .like_fav {
  border-left: 1px solid #cecece;
  float: right;
  padding-left: 10px;
  margin-left: 10px;
}
.navbar .phone {
  margin-right: 5px;
}
.navbar .phone i {
  color: #299a40;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.navbar .phone a {
  color: #333;
}
.navbar .phone a span {
  font-weight: 600;
}
.navbar .phone a:hover {
  text-decoration: none !important;
  color: #299a40;
}
.custom-toggler .navbar-toggler-icon:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0c9";
  font-size: 28px;
  color: #01A87E;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}
@media (min-width: 0px) and (max-width: 1820px) {
  .navbar-brand span {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .navbar .phone {
    display: none !important;
  }
  .js-is-sticky .navbar-brand span {
    margin-top: 8px !important;
  }
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 70px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
.bread {
  margin-bottom: 20px;
}
.bread .bread_sep {
  display: inline-block;
  margin-right: 10px;
  opacity: 0.7;
  font-size: 12px;
}
.bread .bread_item {
  display: inline-block;
  margin-right: 10px;
}
.bread a.bread_item {
  display: inline-block;
  color: #999999;
  margin-right: 10px;
}
.btn-init {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.38rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-init-sm {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.38rem 0.8rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-red-outline {
  background: #fff;
  color: #01A87E;
  border: 1px solid #01A87E;
}
.btn-red-outline:hover {
  background: #01A87E;
  color: #FFF;
}
.btn-general-outline {
  background: #fff;
  color: #1E88E5;
  border: 1px solid #1E88E5;
}
.btn-general-outline:hover {
  background: #1E88E5;
  color: #FFF;
}
.btn-red {
  background: #01A87E;
  color: #FFF;
}
.btn-red:hover {
  background: #fff;
  color: #01A87E;
  border: 1px solid #01A87E;
}
.btn-red-2 {
  background: #01A87E;
  color: #FFF;
  float: left;
}
.btn-red-2:hover {
  background: transparent;
  color: #01A87E;
  border: 1px solid #01A87E;
}
.btn-blue-outline {
  background: #FFF;
  color: #1e88e5;
  font-family: 'Roboto';
  border-radius: 0px;
}
.btn-blue-outline:hover {
  background: #1e88e5;
  color: #FFF;
}
.btn-general {
  background: #1E88E5;
  color: #FFF;
}
.btn-general:hover {
  background: #fff;
  color: #1E88E5;
  border: 1px solid #1E88E5;
}
.button_red_anim::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.27);
  top: 0;
  left: 50%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
  opacity: 0;
  margin-left: -25px;
}
.button_blue_anim::after {
  content: '';
  position: absolute;
  background: rgba(70, 177, 255, 0.37);
  top: 0;
  left: 50%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
  opacity: 0;
  margin-left: -25px;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  25% {
    transform: scale(2);
  }
  35% {
    transform: scale(2.5);
  }
  50% {
    opacity: 1;
    transform: scale(4);
  }
  60% {
    transform: scale(6);
  }
  75% {
    transform: scale(8);
  }
  100% {
    transform: scale(12);
    opacity: 0;
  }
}
.select2-dropdown {
  top: -5px !important;
}
.street_search_pin {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.street_search_pin .pin {
  padding-top: 10px;
  border: 1px solid #CECECE;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
}
.street_search_pin .pin .fa-location-arrow {
  margin-right: 10px;
  font-size: 18px;
  color: #CECECE;
}
.street_search_pin .pin a {
  color: #F73F60;
  margin-left: 10px;
  opacity: 0.4;
}
.street_search_pin .pin:hover {
  border: 1px solid #01A87E;
}
.street_search_pin .pin:hover a {
  opacity: 0.7 !important;
}
.street_search_pin .pin:hover .fa-location-arrow {
  color: #01A87E !important;
}
.select2-results__option[aria-disabled=true] {
  border-bottom: 1px solid #dee2e6 !important;
}
.select2-results__option--highlighted {
  background-color: #01A87E !important;
}
.select2-results__options {
  max-height: 400px !important;
}
.room_count img {
  height: 26px;
}
.type_realty img {
  align-items: center;
}
.type_realty .first {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}
.type_realty .last {
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.type_realty .apartment img {
  height: 29px;
}
.type_realty .room img {
  height: 29px;
}
.type_realty .home img {
  height: 24px;
}
.type_realty .garden img {
  height: 24px;
}
.type_realty .land img {
  height: 24px;
}
.type_realty .office img {
  height: 28px;
}
.type_realty .torg img {
  height: 28px;
}
.type_realty .sklad img {
  height: 28px;
}
.type_realty .garage img {
  height: 28px;
}
.type_realty .land2 img {
  height: 24px;
}
.type_realty .part_company img {
  height: 28px;
}
.type_realty .company img {
  height: 28px;
}
.type_realty .active .st_1 {
  display: none !important;
}
.type_realty .active .st_2 {
  display: inline-block !important;
}
.mobile_select {
  border-radius: 0px !important;
  margin-bottom: 20px;
  height: 46px;
  display: none;
}
.filter_block {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: -45px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.filter_block .filter_submit {
  min-width: 150px;
  text-align: center;
  margin-top: 29px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.filter_block .filter_submit:hover {
  border: 1px solid #01A87E;
}
.filter_block .combo_select .sep .select2-selection {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}
.filter_block .combo_select .select2:last-child .select2-selection {
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.filter_block .combo_select .select2-selection__rendered {
  text-align: center;
}
.filter_block .combo_select .select2-container {
  width: 60px !important;
}
.filter_block .combo_select .select2-selection__arrow b {
  border-color: #adadad transparent transparent transparent !important;
}
.filter_block .combo_select .sep::after {
  position: absolute;
  content: '—';
  right: 4px;
  top: 11px;
}
.filter_block .combo_select .select2-selection__arrow {
  top: 10px !important;
}
.filter_block .combo_select .select2-selection__rendered {
  padding-top: 8px;
}
.filter_block .combo_select .select2-selection {
  height: 45px;
}
.filter_block .combo_select .select2 {
  width: 100px;
  float: left;
}
.filter_block .combo_select .select2-container *:focus {
  outline: none;
}
.filter_block .combo_select .select2-selection__arrow:first-of-type {
  display: none !important;
}
.filter_block .select2-selection--single {
  border-radius: 0px !important;
}
.filter_block input[type="text"]:focus .street_search:after {
  color: #01A87E !important;
}
.filter_block .street_search:hover:after {
  color: #01A87E !important;
}
.filter_block .street_search {
  position: relative;
}
.filter_block .street_search input[type="text"]:focus {
  box-shadow: none;
  border: 1px solid #01A87E;
}
.filter_block .street_search input {
  float: left;
  text-indent: 20px;
  width: 250px;
  height: 46px;
  border-radius: 5px;
  cursor: pointer;
}
.filter_block .street_search input:hover {
  border: 1px solid #01A87E;
}
.filter_block .street_search:after {
  font-family: 'FontAwesome';
  color: #CECECE;
  position: absolute;
  left: 10px;
  top: 10px;
  content: "\f002";
}
.filter_block .line {
  margin-top: 20px;
  margin-bottom: 20px;
}
.filter_block .line .f_col {
  float: left;
  position: relative;
  margin-right: 40px;
}
.filter_block .line .f_col .title {
  margin-bottom: 5px;
}
.filter_block .line .f_col .sep {
  display: inline-block;
}
.filter_block .line .f_col input {
  height: 45px;
  width: 140px;
  text-indent: 10px;
}
.filter_block .filter_btn {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.filter_block .btn_gr {
  position: relative;
  float: left;
  margin-right: 5px;
}
.filter_block .btn_gr .bt:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.filter_block .btn_gr .bt:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.filter_block .btn_gr .bt {
  background-color: #e6e6e6;
  display: inline-block;
  height: 45px;
  float: left;
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-left: 2px;
}
.filter_block .btn_gr .bt:hover {
  background: #FFF;
  border: 1px solid #01A87E;
}
.filter_block .btn_gr .bt:hover i {
  color: #01A87E;
}
.filter_block .btn_gr .bt i {
  padding-left: 5px;
  padding-right: 5px;
}
.filter_block .btn_gr .active {
  background: #01A87E;
  color: #FFF;
}
.filter_block .btn_gr .active:hover {
  color: #FFF !important;
  background: #01A87E !important;
}
.filter_block .btn_gr .active:hover i {
  color: #FFF !important;
}
.filter_block .btn_change {
  display: inline-block;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  background-color: white;
  font-weight: 300;
  color: #333;
  border: 1px solid #cecece;
  float: left;
  margin-left: 10px;
  border-radius: 5px;
}
.filter_block .btn_change i {
  color: #cecece;
  margin-right: 10px;
}
.filter_block .btn_change:hover {
  border: 1px solid #01A87E;
}
.filter_block .btn_change:hover i {
  color: #01A87E;
}
.filter_block .btn-init {
  margin-top: 32px;
}
.filter_block .filter_tabs {
  display: inline-block;
}
.filter_block .filter_tabs .zagran {
  background: #01a77e9c !important;
}
.filter_block .filter_tabs .zagran:hover {
  color: #FFF !important;
}
.filter_block .filter_tabs li {
  display: inline-block;
  background: antiquewhite;
  padding: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.35);
  text-transform: none;
  width: 190px;
  border: 0;
  color: white;
  font-size: 16px;
  margin: 0 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.filter_block .filter_tabs li:hover {
  background-color: #ffffffed;
  color: #01A87E;
}
.filter_block a {
  text-decoration: none;
}
.filter_block a.active li {
  background: #FFF;
  color: red;
}
.filter_block .filter_content {
  background: #FFF;
  margin-top: -16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.review_block {
  background: url('/site/template/img/city.png') #FFF;
  padding-bottom: 60px;
  padding-top: 40px;
}
.review_block button.disabled {
  display: none !important;
}
.review_block .title_block {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  float: left;
}
.review_block .send_btn {
  float: right;
  margin-top: 32px;
}
.review_block .item {
  background: #FFF;
  padding: 25px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 9px 1px #CECECE;
  min-height: 400px;
  border-right: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.review_block .item .name {
  font-weight: 600;
  font-size: 18px;
}
.review_block .item .choice {
  margin-left: 23px;
  font-size: 12px;
}
.review_block .item .content {
  margin-top: 10px;
  max-height: 195px;
  overflow: auto;
  padding-left: 3px;
}
.review_block .item .rieltor {
  margin-top: 20px;
  position: absolute;
  bottom: 60px;
}
.review_block .item .rieltor .rieltor_img {
  height: 65px;
  width: 65px;
  border-radius: 50px;
  display: inline-block;
  float: left;
}
.review_block .item .rieltor .content_b {
  float: left;
  margin-left: 15px;
  margin-top: 5px;
}
.review_block .item .rieltor .content_b a {
  text-decoration: underline;
}
.review_block .item .rating {
  position: absolute;
  bottom: 10px;
}
.review_block .item .rating i {
  color: goldenrod;
}
.review_block .item .date {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.review_block .btn_group_active {
  margin: 0 auto;
  display: table;
  margin-top: 10px;
}
.review_block .owl-theme .owl-nav [class*='owl-'] {
  background: transparent;
  color: #CECECE;
  text-decoration: none;
}
.review_block .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #a4a4a4 !important;
}
.review_block .owl-next,
.review_block .owl-prev {
  top: 21%;
}
.review_block .owl-prev {
  position: absolute;
  left: -50px;
}
.review_block .owl-next {
  position: absolute;
  right: -50px;
}
.review_block .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
}
.review_block .owl-carousel .owl-nav button.owl-next,
.review_block .owl-carousel .owl-nav button.owl-prev,
.review_block .owl-carousel button.owl-dot {
  font-size: 90px;
}
.custom_price i,
.arrange_viewing i,
.ipoteka_bid i,
.sale_room i {
  margin-right: 5px;
  color: #01A87E;
}
.custom_price .form-control,
.arrange_viewing .form-control,
.ipoteka_bid .form-control,
.sale_room .form-control {
  margin-left: 19px;
  width: 90%;
}
.color_move {
  color: #FF9E02;
  animation: color 3s infinite alternate;
}
@keyframes color {
  50% {
    color: #9C001C;
  }
}
.object_print {
  margin-top: 40px;
}
.object_print .adress {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 15px;
}
.object_print .parametr_list {
  margin-top: 20px;
  border-left: 1px solid #CECECE;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.object_print .parametr_list .line {
  width: 100%;
  position: relative;
}
.object_print .parametr_list .line .p {
  display: inline-block;
  min-width: 185px;
}
.object_print .parametr_list .line .p:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  height: 1px;
  border-bottom: 2px dotted #dedede;
  z-index: -1;
}
.object_print .parametr_list .line .j {
  float: right;
  font-weight: 600;
  display: inline-block;
}
.ipoteka_user .content {
  margin-top: 10px;
  text-align: right;
}
.ipoteka_user .content .phone {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.ipoteka_user .content .fio {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Roboto';
}
.ipoteka_user .content span {
  text-decoration: underline;
  font-weight: 600;
  color: #01A87E;
}
.ipoteka_user .photo {
  margin-top: 10px;
  height: 200px;
  width: 150px;
  float: left;
}
.slider-handle.custom {
  background: transparent none;
  /* You can customize the handle and set a background image */
}
/* Or display content like unicode characters or fontawesome icons */
.slider-handle.custom::before {
  line-height: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f10c' !important;
  /*unicode star character*/
  color: #01A87E !important;
  background: #FFF !important;
  border-radius: 50%;
}
.slider-selection {
  background: #01A87E !important;
}
.slider-track-high {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.object .table .mes {
  font-size: 16px;
}
.object .table .mes span i {
  font-size: 12px;
}
.object .ipoteka_box .feature_block {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
}
.object .ipoteka_box .feature_block .logo {
  float: left;
}
.object .ipoteka_box .feature_block .content {
  line-height: 1.3;
  float: left;
  padding-left: 50px;
  padding-top: 10px;
}
.object .ipoteka_box .feature_block .content .line_3 {
  font-size: 18px;
  padding-left: 15px;
}
.object .ipoteka_box .feature_block .content .line_3 span {
  text-decoration: underline;
  color: #F0012C;
  font-weight: 600;
  font-size: 20px;
}
.object .ipoteka_box .feature_block .content .line_4 {
  padding-left: 15px;
  margin-top: 7px;
}
.object .ipoteka_box .feature_block .content .line_4 a {
  text-decoration: underline;
}
.object .ipoteka_box .feature_block .content .line_2 {
  padding-left: 15px;
  font-size: 20px;
}
.object .ipoteka_box .feature_block .content .line_1 {
  font-size: 28px;
  font-weight: 600;
  color: #A66700;
  text-decoration: underline;
}
.object .ipoteka_box .program_list {
  padding: 25px;
  background: #FFF;
  border-right: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  padding-top: 0px;
}
.object .ipoteka_box .s {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Roboto';
}
.object .ipoteka_box .t {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 400;
  font-family: 'Roboto';
}
.object .ipoteka_box .form {
  border: 1px solid #cecece;
  padding: 25px;
  background: #FFF;
}
.object .ipoteka_box .form .control_el {
  margin-left: 15px;
  max-width: 260px;
  margin-bottom: 10px;
}
.object .ipoteka_box .form .control_el .b {
  margin-bottom: 5px;
}
.object .ipoteka_box .form .control_el .slider.slider-horizontal {
  width: 100% !important;
}
.object .ipoteka_box .form .control_el select {
  height: 40px;
  border: 1px solid rgba(247, 69, 108, 0.43);
  width: 60px;
  /* text-align: center; */
  text-indent: 10px;
}
.object .ipoteka_box .form .control_el input {
  border: 1px solid rgba(247, 69, 108, 0.43);
  text-indent: 10px;
  height: 40px;
  color: #343a40;
  font-family: 'Roboto';
  font-size: 15px;
}
.object .ipoteka_box .form .control_el input:focus {
  transition: color 0.5s ease-in-out, border 0.15s ease-in-out;
  border: 1px solid #01A87E;
  outline: none;
}
.object .ipoteka_box .form .control_el .first {
  width: 200px;
  float: left;
}
.object .ipoteka_box .form .control_el .two {
  width: 60px;
  float: left;
}
.object .ipoteka_box .form .tstring_list {
  margin-top: 20px;
}
.object .ipoteka_box .form .tstring_list .prog_count a {
  color: #01A87E;
  text-decoration: underline;
}
.object .ipoteka_box .form .tstring_list .month_pay {
  color: #01A87E;
}
.object .ipoteka_box .form .tstring_list .line {
  margin-top: 10px;
}
.object .ipoteka_box .form .tstring_list .line i {
  font-size: 12px;
  margin-left: 5px;
}
.object .ipoteka_box .form .tstring_list .line input {
  position: absolute;
  width: 55px;
  text-align: center;
  outline: 1px solid #28993E;
  font-size: 14px;
  right: 30px;
}
.object .ipoteka_box .form .tstring_list .line .k {
  display: inline-block;
  float: left;
}
.object .ipoteka_box .form .tstring_list .line .v {
  display: inline-block;
  float: right;
  font-weight: 600;
  font-size: 21px;
}
.object .print_page_link {
  text-align: right;
  margin-top: 15px;
}
.object .print_page_link a {
  color: #445669;
  text-decoration: underline;
}
.object .print_page_link i {
  margin-right: 3px;
  font-size: 18px;
  color: #01A87E;
}
.object .video_block {
  margin-top: 20px;
  margin-bottom: 30px;
}
.object .video_block .select_title {
  margin-bottom: 15px;
}
.object .video_block .select_title i {
  margin-right: 5px;
}
.object .rieltor_box {
  border-left: 1px solid #CECECE;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  margin-top: 20px;
  margin-left: 0px;
}
.object .rieltor_box a {
  color: #01A87E;
  text-decoration: underline;
}
.object .rieltor_box .t {
  font-size: 14px;
}
.object .rieltor_box .fio {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Roboto';
}
.object .rieltor_box .content {
  position: relative;
  height: 100%;
  min-height: 300px;
}
.object .rieltor_box .content .vert {
  position: absolute;
  top: 10%;
}
.object .rieltor_box .content .vert .phone {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}
.object .rieltor_box .content .phone_list_after {
  display: none;
  position: absolute;
  bottom: 0;
}
.object .rieltor_box .content .phone_list_after i {
  color: green;
}
.object .rieltor_box .content .phone_list {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
}
.object .rieltor_box .content .phone_list input {
  width: 150px;
  border-radius: 0px !important;
}
.object .rieltor_box .content .phone_list input:focus,
.object .rieltor_box .content .phone_list input:hover {
  border-color: rgba(247, 69, 108, 0.43);
  outline: none !important;
  box-shadow: none !important;
}
.object .rieltor_box .content .phone_list .message {
  margin-top: 10px;
  font-size: 12px;
}
.object .rieltor_box .content .phone_list .btn_send {
  cursor: pointer;
  background: #01A87E;
  padding-top: 7px;
  text-align: center;
  padding-bottom: 7px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFF;
}
.object .rieltor_box .photo {
  width: 100%;
  min-height: 265px;
  margin-top: 30px;
}
.object .rieltor_box .photo img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.object .parametr_list {
  margin-top: 20px;
  border-left: 1px solid #CECECE;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.object .parametr_list .line {
  width: 100%;
  position: relative;
}
.object .parametr_list .line .p {
  display: inline-block;
  min-width: 185px;
}
.object .parametr_list .line .p:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  height: 1px;
  border-bottom: 2px dotted #dedede;
  z-index: -1;
}
.object .parametr_list .line .j {
  float: right;
  font-weight: 600;
  display: inline-block;
}
.object .similar_object {
  padding-bottom: 20px;
}
.object .similar_object .t {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 400;
  font-family: 'Roboto';
}
.object .similar_object .switch_btn {
  margin-bottom: 40px !important;
}
.object .similar_object .group_btn {
  margin-bottom: 20px;
  text-align: center;
}
.object .similar_object .group_btn .active {
  background: #FFF !important;
  border: 1px solid #01A87E !important;
}
.object .similar_object .group_btn .btn_sw {
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.38rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.object .similar_object .group_btn .btn_sw:hover {
  background: #FFF;
  border: 1px solid #01A87E;
}
.object .similar_object .objects .item {
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.object .similar_object .objects .item .line_par {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.object .similar_object .objects .item .line_par .par {
  text-align: center;
  float: left;
  width: 33%;
}
.object .similar_object .objects .item .title {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
}
.object .similar_object .objects .item .title span {
  margin-right: 3px;
  color: #01A87E;
}
.object .similar_object .objects .item .adress {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 50px;
  margin-bottom: 10px;
}
.object .similar_object .objects .item .price {
  padding: 10px 10px;
  font-size: 22px;
  text-align: center;
  transition: background-color 0.5s ease-in-out;
  font-weight: 600;
}
.object .similar_object .objects .item .price span {
  margin-left: 5px;
}
.object .similar_object .objects .item .price span i {
  font-size: 14px;
}
.object .similar_object .objects .item .yandex_map {
  height: 300px !important;
  width: 100%;
}
.object .similar_object .objects .item .hover_gall {
  height: 300px !important;
}
.object .similar_object .objects .item:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.object .adress_after {
  font-size: 16px;
}
.object .id_object {
  float: right;
}
.object .id_object span {
  font-weight: 600;
  display: block;
  font-size: 18px;
}
.object .price_custom {
  float: right;
  margin-top: -5px;
  text-decoration: underline;
  margin-bottom: 20px;
}
.object .price_info_af {
  float: right;
}
.object .price_info {
  float: right;
  font-size: 32px;
  font-weight: 600;
  color: #01A87E;
  font-family: 'Roboto';
}
.object .price_info span {
  margin-left: 5px;
  font-size: 22px;
  color: initial;
}
.object .map {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 350px;
  width: 100%;
}
.object .select_title {
  font-size: 22px;
  font-weight: 600;
}
.object .adress_line {
  font-size: 18px;
  padding-bottom: 25px;
}
.object .adress_line i {
  font-size: 22px;
  margin-right: 5px;
}
.object .adress_line .map_link {
  margin-left: 8px;
  font-size: 14px;
}
.object .adress_line .map_link a {
  text-decoration: underline;
}
.object .title_object {
  font-size: 28px;
  font-family: 'Roboto';
}
.object .title_object .size {
  color: #01A87E !important;
  font-weight: 600;
}
.object .title_object .sm {
  font-size: 18px;
  margin-left: 5px;
}
.object .description {
  padding-top: 30px;
  padding-bottom: 20px;
}
.header_slider .owl-next,
.header_slider .owl-prev {
  position: absolute;
  z-index: 1000;
  top: 45%;
  font-size: 40px !important;
  opacity: 0.2;
}
.header_slider .owl-next {
  right: 20px;
}
.header_slider .owl-prev {
  left: 20px;
}
.warning_msg_2 {
  background: #299A40;
  position: fixed;
  z-index: 999;
  width: 100%;
  color: #FFF;
  font-size: 14px;
}
.warning_msg_2 a {
  text-decoration: underline;
  color: #FFF;
}
.warning_msg_2 i {
  margin-right: 5px;
  font-size: 16px;
}
.warning_msg_2 .control {
  display: inline-block;
  float: right;
  margin-right: 25px;
  opacity: 0.8;
}
.warning_msg_2 .control:hover {
  cursor: pointer;
  opacity: 1 !important;
}
.warning_msg_2 .line {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.realty_category {
  margin-top: 50px;
  margin-bottom: 20px;
}
.realty_category .cat_4 {
  background: url('https://latitudemortgage.com/wp-content/uploads/2019/05/house01-1.jpg');
  background-size: cover;
}
.realty_category .cat_1 {
  background: url('https://d37kg2ecsrm74.cloudfront.net/web/ikea4/pageImages/page__en_lt_15479870440.jpeg');
  background-size: cover;
}
.realty_category .cat_2 {
  background: url('https://pic.le-cdn.com/thumbs/1024x768/234/1/properties/Property-b9e3fd75163426569dcf57892b6bf4bc-77001925.jpg');
  background-size: cover;
}
.realty_category .cat_3 {
  background: url('/img/kom.jpg');
  background-size: cover;
}
.realty_category .cat_5 {
  background: url('https://n1st.ru/cache/realty/photo/f4de3f4a1f1fed6dea9b8d6a771b9967_1200_800_p.jpg');
  background-size: cover;
}
.realty_category .cat_7 {
  background: url('/img/zeml.jpg');
  background-size: cover;
}
.realty_category .cat_6 {
  background: url('/img/sclad.jpg');
  background-size: cover;
}
.realty_category .cat {
  border: 1px solid #CECECE;
  min-height: 300px;
  margin-bottom: 30px;
  position: relative;
}
.realty_category .cat .new {
  background: #299a40bf;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  color: #FFF;
  border-top-right-radius: 5px;
  padding-right: 10px;
}
.realty_category .cat .new .n {
  font-weight: 600;
}
.realty_category .cat .title_block {
  background: #ffffffe0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.realty_category .cat .btn_panel {
  display: block !important;
  width: 80%;
  margin: 0 auto;
  margin-top: 15%;
}
.realty_category .cat .btn_panel a {
  text-decoration: none !important;
}
.realty_category .cat .btn_panel .btn_action {
  background: #299a40;
  margin-left: 20px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.35);
  padding: 0.4rem 1rem;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}
.realty_category .cat .btn_panel .btn_action:hover {
  background: #36c551;
  cursor: pointer;
}
.company_stat {
  background: url('/site/template/img/block_bg.jpg') center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.company_stat .left_b {
  padding: 100px 0 100px;
}
.company_stat .right_b {
  padding-top: 60px;
  background: #299A40;
  padding-bottom: 70px;
  padding-left: 50px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.company_stat .company {
  font-size: 78px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}
.company_stat .company i {
  opacity: 0.04;
  font-size: 70px;
}
.company_stat .pok {
  margin-bottom: 30px;
  position: relative;
}
.company_stat .pok .num {
  font-size: 36px;
  font-weight: 700;
  color: #ffcc00;
}
.company_stat .pok .sub {
  font-size: 18px;
  color: #ffcc00;
}
.company_stat .btn-bl {
  background: transparent;
  /* margin-top: 30px; */
  width: 180px;
  color: #ffcc00;
  border: 2px solid #ffcc00;
  margin: 0 auto;
  margin-top: 35px;
}
.company_stat .btn-bl:hover {
  background: #FFF;
  color: #299A40;
}
.pg_tt {
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
}
.part {
  padding-top: 100px;
  padding-bottom: 100px;
}
.part .comp {
  margin: 0 2em 2em;
  float: left;
  padding-top: 10px;
}
.survey_stat {
  background: url('/site/template/img/block_bg_2.jpg') center;
  margin-top: 70px;
}
.survey_stat .left_b {
  padding: 100px 0 100px;
}
.survey_stat .right_b {
  position: relative;
  padding-top: 60px;
  background: #299A40;
  padding-bottom: 70px;
  padding-left: 50px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.survey_stat .right_b .btn-bl {
  background: transparent;
  /* margin-top: 30px; */
  width: 180px;
  color: #ffcc00;
  border: 2px solid #ffcc00;
  margin: 0 auto;
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.survey_stat .right_b .btn-bl:hover {
  background: #FFF;
  color: #299A40;
}
.survey_stat .sub_company {
  font-size: 26px;
  color: #fff;
}
.survey_stat .company {
  font-size: 42px;
  font-weight: 700;
  color: #ffcc00;
  text-transform: uppercase;
}
.survey_stat .company i {
  opacity: 0.04;
  font-size: 70px;
}
.survey_stat .pre_service {
  font-size: 24px;
  font-weight: 600;
  color: #ffcc00;
}
.survey_stat .service {
  padding-top: 10px;
  color: #FFF;
}
.popural_realty {
  padding-top: 30px;
  padding-bottom: 50px;
}
.popural_realty .owl-theme .owl-nav [class*='owl-'] {
  background: transparent;
  color: #CECECE;
  text-decoration: none;
}
.popural_realty .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #a4a4a4 !important;
}
.popural_realty .owl-next,
.popural_realty .owl-prev {
  top: 21%;
}
.popural_realty .owl-prev {
  position: absolute;
  left: -50px;
}
.popural_realty .owl-next {
  position: absolute;
  right: -50px;
}
.popural_realty .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
}
.popural_realty .owl-carousel .owl-nav button.owl-next,
.popural_realty .owl-carousel .owl-nav button.owl-prev,
.popural_realty .owl-carousel button.owl-dot {
  font-size: 90px;
}
.popural_realty .item {
  background: #FFF;
  padding-bottom: 10px;
  box-shadow: 1px 1px 9px 1px #CECECE;
  border-right: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.popural_realty .item .photo {
  height: 210px;
  width: 100%;
  background-size: cover !important;
}
.popural_realty .item .content {
  padding: 20px;
  padding-top: 10px;
}
.popural_realty .item .content .price {
  font-size: 22px;
  margin-top: 10px;
  transition: background-color 0.5s ease-in-out;
  font-weight: 600;
}
.popural_realty .item .content .price i {
  margin-top: 7px;
  margin-left: 5px;
  font-size: 20px;
}
.popural_realty .item .content .type {
  margin-top: 10px;
}
.popural_realty .item .content .adress {
  font-size: 1em;
}
.popural_realty .item .content .adress a {
  text-decoration: underline;
  color: #01A87E;
}
.popural_realty .item:hover {
  opacity: 0.8;
}
.popural_realty .title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 25px;
}
.rating_users {
  background: #FFF;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
.rating_users .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
.rating_users .after_title {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.rating_users .item {
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}
.rating_users .item .icon_box {
  position: absolute;
  right: -5px;
  top: -15px;
  background: #FFF;
  text-align: center;
  z-index: 23;
  border: 1px solid #dee2e6;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
}
.rating_users .item .icon_box .icon {
  background: url(/img/cup3.png) center no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  background-size: cover;
  padding-top: 2px;
}
.rating_users .item .label_text {
  background: #FFF;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  bottom: 0;
  position: absolute;
  margin-top: 100px;
  text-align: center;
}
.rating_users .item .label_text .fio {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
}
.rating_users .item .label_text .more_link a {
  margin-top: 10px ;
  text-decoration: underline;
  color: #01A87E;
}
.rating_users .item .count_realty_line {
  width: 100%;
  background: #01A87E;
  height: 25px;
  padding-top: 2px;
  font-size: 12px;
  border-radius: 20px;
  color: #FFF;
  padding-left: 15px;
  position: absolute;
  top: -8px;
  left: -10px;
  z-index: 9;
}
.rating_users .item .count_realty {
  background: #01A87E;
  height: 25px;
  padding-top: 2px;
  width: 25px;
  font-size: 12px;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -8px;
  left: -10px;
  z-index: 9;
}
.rating_users .item:hover {
  opacity: 1 !important;
}
.rating_users .grid-item_1 {
  width: 80px;
  height: 80px;
}
.rating_users .grid-item_1 .label_text {
  display: none;
}
.rating_users .grid-item_2 {
  width: 100px;
  height: 100px;
}
.rating_users .grid-item_2 .label_text {
  display: none;
}
.rating_users .grid-item_3 {
  width: 120px;
  height: 120px;
}
.rating_users .grid-item_3 .label_text {
  display: none;
}
.rating_users .grid-item_1 .icon_box,
.rating_users .grid-item_2 .icon_box,
.rating_users .grid-item_3 .icon_box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 20px !important;
  width: 30px !important;
  height: 30px !important;
}
.rating_users .grid-item_1 .icon_box .icon,
.rating_users .grid-item_2 .icon_box .icon,
.rating_users .grid-item_3 .icon_box .icon {
  margin-top: 3px;
}
.rating_users .grid-item_1 .icon_box span,
.rating_users .grid-item_2 .icon_box span,
.rating_users .grid-item_3 .icon_box span {
  display: none !important;
}
.rating_users .grid-general-sm {
  width: 180px;
  height: 190px;
}
.rating_users .grid-general-sm .label_text {
  display: none;
}
.rating_users .grid-general {
  width: 260px;
  height: 380px;
}
.rating_users .grid-general .fio {
  padding-left: 20px;
  padding-right: 20px;
}
.rating_users .item.grid-general {
  opacity: 1 !important;
  cursor: inherit !important;
  box-shadow: 1px 1px 9px 1px rgba(247, 69, 108, 0.43);
}
.service_user {
  padding-bottom: 100px;
  padding-top: 100px;
}
.service_user .title_block {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.service_user .list_service {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 600px;
}
.service_user .list_service .card_item {
  position: relative;
  cursor: pointer;
  width: 180px;
  height: 160px;
  background: #299a40;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.service_user .list_service .card_item img {
  margin: 0 auto;
  display: inherit;
  margin-top: 20px;
}
.service_user .list_service .card_item .t_o {
  padding-top: 15px !important;
}
.service_user .list_service .card_item .co {
  height: 50px;
  text-align: center;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.service_user .list_service .card_item .co .la {
  color: #FFF;
  line-height: 0.9;
  font-size: 16px;
}
.service_user .list_service .card_item:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 1px 1px 9px 1px #CECECE;
  transform: scale(1.1);
}
.subscribe_block {
  padding-top: 80px;
  padding-bottom: 80px;
}
.subscribe_block .is-invalid {
  border-color: #dc3545 !important;
}
.subscribe_block .pred {
  margin-left: 10px;
  font-size: 12px;
  float: left;
  margin-top: 30px;
}
.subscribe_block .bg {
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 40px;
  border: 1px solid #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px 9px 1px #CECECE;
}
.subscribe_block .wrapper {
  margin: 0 auto;
  max-width: 750px;
}
.subscribe_block .title_block {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.subscribe_block .adv_title_block {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
}
.subscribe_block input[type="text"]:focus {
  outline: none;
}
.subscribe_block textarea:hover,
.subscribe_block textarea:focus {
  border-color: #01A87E;
  outline: none !important;
  box-shadow: none !important;
}
.subscribe_block .form_style .text_style {
  border: 1px solid #cecece;
  color: #333;
  width: 100%;
  resize: none;
}
.subscribe_block .form_style .input_style {
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  border: 1px solid #cecece;
  color: #333;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
.subscribe_block .form_style .input_style:hover {
  border: 1px solid #01A87E;
}
.subscribe_block .form_style .input_style:focus {
  border: 1px solid #01A87E;
}
.subscribe_block .form_style .input_style:active {
  border: 1px solid #01A87E;
}
/* xs - устройства (до 576px) */
@media (max-width: 1440px) {
  .card_item {
    width: 150px !important;
    height: 150px !important;
  }
  #map_box {
    margin-top: 40px;
  }
  .footer .col-lg-4 {
    margin-top: 20px;
  }
  .district_modal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .district_modal .nav-pills {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
  }
  .modal-dialog {
    max-width: 98% !important;
  }
  .modal-body {
    height: 320px !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  ::-webkit-scrollbar:vertical {
    width: 12px;
  }
  ::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .like_fav {
    border-left: none !important;
  }
  .gallery-thumbs {
    display: none !important;
  }
  .rec_block .txt {
    width: initial !important;
    margin-left: initial !important;
  }
  .news .control_link {
    position: relative !important;
  }
  .f_block {
    padding-top: 20px !important;
    text-align: left !important;
  }
  .f_block .col-lg-4 {
    margin-bottom: 20px;
  }
  .scheme_job .step {
    min-height: initial !important;
  }
  .document_list .item {
    margin-bottom: 30px;
  }
  .uslovia {
    padding-top: 20px !important;
  }
  .uslovia .usloviya_img {
    display: none !important;
  }
  .static_height {
    min-height: 100px !important;
  }
  .object .ipoteka_box .feature_block .content .line_2 {
    padding-left: 0px !important;
  }
  .object .ipoteka_box .feature_block .content .line_1 {
    padding-left: 0px !important;
  }
  .object .ipoteka_box .feature_block .content .line_3 {
    padding-left: 0px !important;
  }
  .object .ipoteka_box .feature_block .content .line_4 {
    padding-left: 0px !important;
  }
  .object .ipoteka_box .feature_block .logo {
    margin: 0 auto !important;
    width: 125px !important;
    float: none !important;
  }
  .object .ipoteka_box .feature_block .content {
    padding-left: 0px !important;
  }
  .price_info_af,
  .price_custom,
  .price_info {
    float: left !important;
  }
  .review_block .item .is_realtor {
    max-height: 170px !important;
  }
  .review_block .item .rieltor .content_b {
    font-size: 12px !important;
  }
  .photo {
    height: 150px !important;
    min-height: 235px !important;
  }
  .photo img {
    height: 235px !important;
    width: 170px !important;
  }
  .object .rieltor_box .content .vert {
    position: relative !important;
    top: inherit !important;
    margin-top: 20px !important;
  }
  .object .rieltor_box .content .phone_list {
    position: relative !important;
  }
  .object .rieltor_box .content {
    min-height: 175px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0.45 !important;
  }
  .g_slide {
    height: 250px !important;
  }
  .g_slide .zoom_icon {
    right: 45% !important;
    top: 40% !important;
    color: #0083ff !important;
    opacity: 0.38 !important;
    font-size: 58px !important;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .navbar .phone {
    margin-right: 0px;
    font-size: 14px;
    display: block;
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .filter_block .mobile_select {
    display: block !important;
  }
  .filter_block .line:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 15px !important;
  }
  .filter_block .filter_submit {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
  .filter_block input.form-control {
    border-radius: 0px !important;
    width: 100%;
  }
  .filter_block .street_search_pin {
    width: 100%;
  }
  .filter_block .street_search_pin .pin {
    border-radius: 0px !important;
  }
  .filter_block .btn_change {
    border-radius: 0px !important;
    margin-left: 0px;
    margin-top: 10px;
  }
  .filter_block .combo_select .sep .select2-selection {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
  .filter_block .combo_select .select2:last-child .select2-selection {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .filter_block .line {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .filter_block .type_realty_col {
    /* margin-top: 5px; */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
  }
  .filter_block .f_col {
    margin-bottom: 15px !important;
  }
  .filter_block .btn_gr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .filter_block .btn_gr .bt {
    margin-bottom: 5px !important;
    margin-left: 5px !important;
  }
  .filter_block .btn_gr .bt:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .filter_block .btn_gr .bt:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.style_modal .content {
  text-align: center;
  font-size: 18px;
}
.style_modal .modal-title i {
  margin-right: 10px;
  color: #FFB641;
}
.style_modal .icon_success {
  margin: 0 auto;
  background: #01A87E;
  color: #FFF;
  /* padding: 20px; */
  border-radius: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 42px;
  padding-top: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
  opacity: 0.9;
}
.style_modal .icon_success i {
  color: #FFF !important;
}
.universal_modal_success {
  z-index: 999999;
}
.universal_modal_success .modal-body {
  text-align: center;
  font-size: 18px;
}
.universal_modal_success .icon_success {
  margin: 0 auto;
  background: #01A87E;
  color: #FFF;
  /* padding: 20px; */
  border-radius: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 42px;
  padding-top: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
  opacity: 0.9;
}
.district_modal {
  z-index: 111111;
}
.district_modal .nav-pills .nav-link {
  border-radius: 0px !important;
  background: #e6e6e6;
  color: #333;
  border: 1px solid transparent;
}
.district_modal .nav-pills .nav-link:hover {
  border: 1px solid #01A87E;
  background: inherit;
  color: #01A87E !important;
}
.district_modal .nav-pills .nav-link.active,
.district_modal .nav-pills .nav-pills .show > .nav-link {
  border: 1px solid #01A87E;
  background: inherit;
  color: #01A87E !important;
}
.district_modal .modal-body {
  padding-top: 20px;
}
.district_modal .modal-body .pretty .state label {
  text-indent: 2em !important;
}
.modal-open .modal.modal-center {
  display: flex !important;
  align-items: center !important;
}
.modal-open .modal.modal-center .modal-dialog {
  flex-grow: 1;
}
.footer {
  background-color: #333;
  color: #999999;
  padding-top: 37px;
  padding-bottom: 15px;
}
.footer .form input {
  float: left;
  background: transparent;
  color: #FFF;
  border: 1px solid #5b5b5b;
  height: 38px;
  text-indent: 10px;
  width: 200px;
}
.footer .form input:focus {
  border: 1px solid #FFF;
  outline: none;
}
.footer .form .btn-init {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 0px !important;
}
.footer .phone {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.footer .t {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .soc_list {
  margin-bottom: 10px;
}
.footer .soc_list a {
  color: #989898;
}
.footer .soc_list .item {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #989898;
  border-radius: 5px;
  text-align: center;
  padding-top: 8px;
}
.footer .soc_list .item i {
  font-size: 21px;
}
.footer .soc_list .item:hover {
  border: 1px solid #01A87E !important;
}
.footer .soc_list .item:hover i {
  color: #01A87E !important;
}
.footer .cop {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}
.footer .pr {
  margin-top: 10px;
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 40px;
  color: #989898;
}
.rating_block {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #cecece;
}
.rating_block .center_profile .avatar {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 25px;
}
.rating_block .center_profile .rieltorCloud_activeRieltorMotto {
  background-color: #fff;
  padding: 15px;
  color: #b4b4b4;
  border-radius: 20px;
  position: relative;
  width: 20rem;
  margin: 30px auto;
  margin-bottom: 20px;
}
.we-offer {
  z-index: -1;
}
.we-offer h3 {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 2em;
  text-shadow: -2px 2px 5px #01A87E;
}
* {
  box-sizing: border-box;
}
.mansory {
  margin: 1em;
  -webkit-column-count: 3;
  column-count: 4;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}
.mansory .user .fio {
  font-size: 14px;
  font-weight: 600;
}
.login_modal .w_text {
  margin-bottom: 10px;
  /* font-style: italic; */
  color: green;
  font-size: 14px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  /* padding-left: 10px; */
  text-align: center;
}
.login_modal .error_text {
  font-size: 15px;
  color: #ed1847;
}
.login_modal .error_text a {
  color: #ed1847;
  text-decoration: underline;
}
.owl-carousel_realty .item:hover .like_b {
  opacity: 1 !important;
}
.owl-carousel_realty .active_like {
  opacity: 1 !important;
}
.owl-carousel_realty .active_like i {
  color: #ed1847 !important;
}
.owl-carousel_realty .like_b {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #FFF;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  text-align: center;
  padding-top: 5px;
  opacity: 0.4;
  cursor: pointer;
}
.owl-carousel_realty .like_b i {
  color: #cecece;
}
.owl-carousel_realty .like_b:hover i {
  color: #ed1847 !important;
}
/*# sourceMappingURL=style.css.map */