@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  /* min-width: 1280px; */
}

.page-wrapper {
  min-height: 100%;
}
.page-wrapper:after {
  content: '';
  display: block;
  height: 160px;
}
body:not(.main) .page-wrapper {
  padding-top: 50px;
}

.ajax-loading {
  position: relative;
}
.ajax-loading:before {
  content: '';
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5) url('/images/loading.gif') center center no-repeat;
  background-size: 64px;
}

#dismis {
  margin-left: 15px;
  color: #555;
  font-weight: bold;
}

.header .дфтпгфпу-label,
.header .currency-label {
  color: #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 15px;
}

.mlogin-label {
    white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 9999;
  max-width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu > li {

}
.bootstrap-select.btn-group .dropdown-menu > li > a {
  white-space: normal;
  padding: 5px;
  border-bottom: 1px #ccc solid;
}


#gmaps-container {
  width: 600px !important;
  height: 500px !important;
  /* max-width: 100%; */
}

.coords-label {
  display: block;
  width: 200px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

/* start slider styles */
.page-top {
  position: relative;
}
.slide-item img {
  width: 100%;
}
/* end slider styles */

/* start searchbar styles */
.main-searchbar {
  /* height: 220px; */
  padding: 15px;
  /* background: rgba(255,255,255,0.75); */
  background: #f2f2f2;
  background-size: cover;
}
.searchbar-body, .searchbar-links {
  /* max-width: 800px; */
  margin: 0 auto;
}
/* .searchbar-body h2 {
  padding-top: 10px;
} */
.form-searchbar {
  /* margin: 25px 0; */
  position: relative;
}
.form-searchbar .form-control {
  border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
}
.form-searchbar .input-group span {
  background: #DB0000;
  padding: 0;
  color: #fff;
}
.form-searchbar .input-group button {
  border: 0;
  background:transparent;
  margin: 0 10px;
}
.searchbar-links {
  padding: 0;
}
.searchbar-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.searchbar-links li a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(2, 195, 181, 0.75);
  color: #000;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.searchbar-links li:not(.add-realty) a:hover,
.searchbar-links li:not(.add-realty) a.active {
  background: #009e93;
  /*border-bottom: 3px #016861 solid;*/
  font-weight: bold;
  color: #fff;
}
.searchbar-links li:not(.add-realty) a.active:before {
  content: '✔';
  padding-right: 5px;
  color: #fff !important;
}
.searchbar-links li.add-realty a {
  background: #016861;
  color: #fff;
  font-weight: bold;
}
.searchbar-links .add-realty a span {
  font-size: 14px;
  margin-right: 5px;
}
#suggests {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  margin-top: -3px;
  width: 100%;
  background: #fff;
  border: 1px #ccc solid;
  border-top: 0;
}
#suggests div {
  line-height: 40px;
  padding: 0 15px;
  position: relative;
}
#suggests div:hover,
#suggests div.sg-active {
  background: #f2f2f2;
}
#suggests div a {
  text-decoration: none;
}
#suggests div a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end searchbar styles */

/* start main-content styles */
.form {
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  margin-bottom: 25px;
}
.filter-form {
  border-top: 0;
}
.filter-form .currency-list {
  float: right;
}
.filter-form .currency-list i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
}
.filter-form .currency-list i.selected {
  background: #016869;
  color: #fff;
}
.fa-uah:before {
  content: '₴';
  font-weight: bold;
}
.filter-form fieldset {
  margin-top: 15px;
}
.filter-form fieldset .col-md-6 label {
  display: table-cell;
  vertical-align: middle;
  height: 34px;
  line-height: 1;
}
#save-search {
  float: right;
  padding: 0 10px;
  clear: both;
  color: #3157a7;
  cursor: pointer;
}
.realty-page {
  margin: 15px 0;
}
.date-select input[type="checkbox"] {
  float: left;
}
.date-select label {
  display: block;
}
.date-select input[type="checkbox"] + label {
  margin-left: 25px;
}
.object {
  height: 300px;
  overflow: hidden;
  margin: 15px 0;
  position: relative;
  border: 1px #ccc solid;
}
.object .adv-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff center center no-repeat;
  background-size: cover;
}
.object .object-info {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(0,0,0,0.5);
}
.object .price {
  color: #fff;
  font-size: 20px;
  padding: 0 0 10px 0;
}
.object .price div,
.object .price .price-for,
.object .price .offer-type-label {
  display: inline-block;
  font-size: 14px;
}
.object .price-change-arr {
  font-size: 14px;
}
.object .price .offer-type-label {
  float: right;
  background: rgba(0,0,0,0.5);
  padding: 5px;
}
.object .object-params {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.object .object-params:before {
  content: '';
  display: block;
  border-top: 1px #bbb solid;
  margin-top: 10px;
  padding-top: 10px;
}
.object:hover .object-params {
  height: 100px;
}
.object .block-view-status {
  float: left;
}
.object .address {
  display: block;
  margin-left: 30px;
}
.object .readmore {
  font-size: 0px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object .to-favorite {
  position: absolute;
  z-index: 11;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 5px #000;
  cursor: pointer.
}
.object .to-favorite span {
  display: none;
}
.object .to-favorite.is-favorite {
  color: #f0ad4e;
}
.object .edit-button {
  position: absolute;
  z-index: 11;
  top: 45px;
  right: 12px;
}
.object .object-ch {
  position: absolute;
  z-index: 11;
  top: 10px;
  left: 10px;
}
.select-view {
  float: right !important;
}
.select-view .view-selector {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.select-view .view-selector.fa-360view {
  background: url('../images/360view.png') center center no-repeat;
  background-size: 20px;
}
.realty-page-single .object-header {
  background: #eee;
  margin: 0 inherit;
  padding: 10px;
}
.realty-page-single h1.object-title {
  font-size: 22px;
  margin: 10px 0;
}
.realty-page-single .object-price .original-price {
  display: inline-block;
  background: #02C3B5;
  padding: 5px 30px;
  margin: 5px -40px 0 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.realty-page-single .object-price .original-price .price-change-arr {
  font-size: 14px;
  margin-left: 10px;
}
.realty-page-single .object-price .price-details {
  margin: 5px -40px 0 0;
}
.deleted-instance {
  opacity: 0.5;
  font-size: 90%;
  white-space: nowrap;
}
.realty-page-single .object-offer-type,
.realty-page-single .ad-status {
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  /*line-height: 1;
  margin-top: 20px;*/
}
.object-icons {
  padding-top: 10px;
  border-top: 1px #ccc solid;
}
.object-icons a,
.object-icons span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.object-icons .fa-map-marker,
.object-icons .report-link {
  color: #e93e33;
}
.object-icons .fa-file-text {
  color: #337ab7;
}
.object-icons .fa-history {
  color: #016861;
}
.object-icons .fa-bar-chart {
  color: #31708f;
  margin-right: 10px;
}
.object-icons .fa-calendar-check-o {
  color: #569532;
}
.full-object-edit {
  margin-top: -30px;
}
.realty-page-single .to-favorite {
  display: inline-block;
  font-size: 18px;
}
.realty-page-single .to-favorite span {
  display: none;
}
.realty-page-single .is-favorite {
  color: #f0ad4e;
}
.realty-page-single .go-back-link {
  display: inline;
  font-size: 16px;
  margin-right: 15px;
  color: #3157a7;
}
.realty-single-blocks {
  padding-top: 30px;
  position: relative;
}
.realty-single-blocks .images-list a {
  text-align: center;
}
.realty-single-blocks .images-list img {
  margin: 0 auto;
  height: 300px;
}
.il-slide {
  background: #fff;
}
.realty-single-block-content,
.realty-single-blocks ul {
  padding: 30px 15px 0;
  border-top: 1px #016864 solid;
}
.realty-single-block-content iframe {
  max-width: 100%;
}
.realty-single-blocks ul li {
  padding: 5px 0;
  font-size: 16px;
  list-style: none;
}
.realty-single-blocks ul li span {
  margin-right: 25px;
}
.realty-single-blocks h6 {
  position: absolute;
  z-index: 2;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #016865;
  background: #fff;
  top: 0px;
  padding: 0 10px 0 0;
}
.realty-single-blocks .set-preview {
  position: absolute;
  top: 10px;
  right: 0;
  padding-left: 10px;
  background: #fff;
}
.realty-single-blocks .col-md-6 {
  padding: 0;
}
.specialist .avatar a {
  display: block;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
.specialist .avatar a img {
  max-width: 100%;
  max-height: 100%;
}
.gmap-container {
  width: 100% !important;
  height: 300px !important;
}
.modal-content {
  min-width: 250px;
}
.modal-content .loader {
  margin: 100px auto;
  width: 64px;
  display: block;
}
.contacts-add-form {
  max-width: 800px;
  margin: 0 auto;
}
#select-contact .bootstrap-select {
}
#select-contact a {
  white-space: nowrap;
  line-height: 32px;
}
button.close.close-contact {
  margin: 15px;
}
.view-results {
  line-height: 40px;
}
.view-results .view-nav.inactive {
  color: #555;
  pointer-events: none;
  text-decoration: none;
}
.view-results .view-nav {
  margin-right: 25px;
}
.view-results .pagination {
  margin: 0;
  padding: 0;
}
.image-col a {
  display: block;
  width: 75px;
  text-align: center;
}
.image-col a img {
  max-width: 100%;
  max-height: 75px;
}
.table-view th,
.table-view td {
  padding: 5px;
  font-size: 14px;
}
.table-view .edit-button {
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}
.table-view .to-favorite {
  display: inline-block;
  font-size: 20px;
}
.table-view .to-favorite.is-favorite {
  color: #f0ad4e;
}
.table-view .to-favorite span {
  display: none;
}
.formed-address {
  margin: 15px 0;
}
.chekcbox-label {
  font-weight: normal;
  margin-left: 10px;
}
.fields-multiple-container .form-group:not(.not-first) .delete-document {
  pointer-events: none;
  opacity: 0.3
}
.ava-box {
  padding: 20px;
}
#picker-map {
  height: 300px;
}
.table-icons span {
  float: left;
  padding: 5px;
  width: 55px;
}
.table-icons span i {
  font-size: 18px;
  margin-right: 3px;
}

.smart-search-block {
  position: relative;
}

.object-gallery {
  cursor: pointer;
}

.offer-types-select {
  margin: 10px 0px;
}
.offer-types-select div {
  padding: 0;
}
.offer-types-select input {
  display: none;
}
.offer-types-select label {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #016861;
  border: 1px #016861 solid;
}
.offer-types-select input[type="radio"]:checked + label {
  background: #016861;
  color: #fff;
  cursor: pointer;
}
.heading-selector {
  padding: 20px 0;
}
.social-buttons {
  float: left;
}
.object-share-buttons {
    height: 50px;
}
.object-share-buttons a {
    margin-right: 5px;
}
.article .social-buttons {
  float: right;
}

.full-object-edit .edit-button.dropdown {
  display: inline;
  margin: 0 0 0 35px;
}

.form-heading {
  background: #f1f1f1;
  padding: 10px;
  margin: -15px -15px 15px;
  border-bottom: 1px #ccc solid;
  font-weight: bold;
}

.navbar-nav>li.submit-object>a {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  color: #fff;
  border-radius: 5px;
}
footer .submit-object {
  display: none;
}

.copy-link {
  background: url('../images/copy-link.png') center center no-repeat;
  background-size: 16px;
  cursor: pointer;
  vertical-align: bottom;
}

.el-checkers span {
  margin: 0 0 0 15px;
  color: #3157a7;
  cursor: pointer;
}
.el-checkers span.active {
  font-weight: bold;
  text-decoration: underline;
}
.addthis_inline_share_toolbox {
  display: inline-block;
}
.mailObject {
  float: left;
  width: 26px;
  height: 26px;
  margin-left: 3px;
  font-size: 16px;
  background: #777;
  padding: 4px 5px;
  color: #fff;
  transition: top 0.2s ease;
  position: relative;
  top: 0;
  z-index: 9;
  cursor: pointer;
}
.share-btn {
  float: left;
  width: 26px;
  height: 26px;
  margin-left: 3px;
  background: #777;
  font-size: 0;
  transition: top 0.2s ease;
  position: relative;
  top: 0;
}
.mailObject:hover, .share-btn:hover {
  top: -4px;
}
.share-btn.share-fb {
  background: #fff url('/images/social-share-icons/share-fb.png') center center no-repeat;
  background-size: contain;
}
.share-btn.share-whatsapp {
  background: #fff url('/images/social-share-icons/share-wa.png') center center no-repeat;
  background-size: contain;
}
.share-btn.share-gp {
  background: #fff url('/images/social-share-icons/share-gp.png') center center no-repeat;
  background-size: contain;
}
.share-btn.share-tw {
  background: #fff url('/images/social-share-icons/share-tw.png') center center no-repeat;
  background-size: contain;
}
.share-btn.share-vb {
  background: #fff url('/images/social-share-icons/share-vb.png') center center no-repeat;
  background-size: contain;
}
.share-btn.share-tg {
  background: #fff url('/images/social-share-icons/share-tg.png') center center no-repeat;
  background-size: contain;
}
.phone-social {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 3px;
  margin-left: 3px;
}
.phone-social.psviber {
  background: #fff url('/images/social-share-icons/share-vb.png') center center no-repeat;
  background-size: contain;
}
.phone-social.pstelegram {
  background: #fff url('/images/social-share-icons/share-tg.png') center center no-repeat;
  background-size: contain;
}
.phone-social.pswhatsapp {
  background: #fff url('/images/social-share-icons/share-wa.png') center center no-repeat;
  background-size: contain;
}
.top-col {
  float: left;
  margin-right: 25px;
}
.required label:first-child::after {
  content: '*';
  color: #a94442;
  margin-left: 5px;
}
.required label.chekcbox-label:after {
  content: '';
  display: none;
}
#view360-output .go-back-link {
  display: none;
}
.clickopen .co-content {
  display: none;
}
.clickopen.opened .co-content {
  display: block;
}
.clickopen.opened .hide-opened {
  display: none;
}
.massamil-clients {
  padding-right: 20px;
}
.article-item {
  margin-bottom: 25px;
}
.article-item img {
  max-width: 100%;
}
.article .page-content {
  margin-bottom: 25px;
    overflow-wrap: break-word;
}
.breadcrumbs {
  padding: 0;
  margin: 15px 0
}
.breadcrumbs li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li:after {
  content: ' / ';
  margin: 0 10px;
}
.breadcrumbs li.active:after {
  display: none;
}
.import-lader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.import-loading {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 800px;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  color: #f1f1f1;
  font-size: 20px;
}
.import-loading:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  background: url('/images/loading.gif') center center no-repeat;
  background-size: contain;
}
.rating-block {
  line-height: 40px;
}
.rating-block .rating {
  display: inline-block;
  vertical-align: top;
}
.rating-block span {
  margin-left: 10px;
}
.rating-select-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rating-select-area div {
  float: left;
  width: 20%;
  height: 100%;
  cursor: pointer;
}
.rating {
  width: 100px;
  height: 17px;
  margin: 10px 0;
  background: url('../images/rating-stars.png') left bottom no-repeat;
  position: relative;
  background-size: 100px;
}
.rating div.rating-value {
  height: 100%;
  background: url('../images/rating-stars.png') left top no-repeat;
  background-size: 100px;
}
.rating-block.main span {
  margin-left: 0;
  margin-right: 20px;
  font-weight: bold;
}
.reviews-item {
  background: #f1f1f1;
  /* border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid; */
  margin: 0;
  padding: 10px;
  margin-bottom: 15px;
}
.reviews-item div[class^="col-"] {
  padding: 0;
}
.reviews-item .rating-total {
  color: #419641;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
}
.reviews-item .rating-block {
  line-height: 20px;
  font-size: 12px;
}
.reviews-item .rating-block .rating {
  margin: 0;
}
.reviews-item .reviews-text {
  margin: 10px 0;
  font-size: 16px;
  word-break: break-word;
}
form.loading {
  position: relative;
}
form.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rieltors-list .realtor {
  margin-bottom: 20px;
  border-bottom: 1px #ccc solid;
}
.rieltors-list .realtor h4 {
  margin-top: 0;
}
.cancel-search {
  margin-left: 10px;
}
.profiles-sorting span {
  margin-right: 30px;
}
.profiles-sorting a {
  margin-right: 15px;
}
.profiles-sorting a:after {
  content: '↓';
}
.profiles-sorting a.desc:after {
  content: '↑';
}
.ssnu_member, .asnu_member, .asnu_certified, .nar_member {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url('../images/asnu.png') center center no-repeat;
  background-size: contain;
}
.asnu_certified {
  background: url('../images/asnu-certified.png') center center no-repeat;
  background-size: contain;
}
.ssnu_member {
  background: url('../images/ssnu-sign.png') center center no-repeat;
  background-size: contain;
}
.nar_member {
  background: url('../images/web_R_blue.jpg') center center no-repeat;
  background-size: contain;
}
h1 .ssnu_member, h1 .asnu_member, h1 .asnu_certified {
  width: 32px;
  height: 32px;
}
.uplitem {
  border: 1px #ccc solid;
  background: #ccc;
  position: relative;
  height: 140px;
  /*max-width: 90%;*/
  margin-top: 15px;
  margin-bottom: 15px;
  margin: 15px auto;
  overflow: hidden;
  padding: 5px;
}
.uplitem img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}
.view-profile .uplitem {
  width: 200px;
  margin: 0 0 15px;
}
.main-photo .main-upl-photo {
  display: none;
}
.rotate-left-upl-photo, .rotate-right-upl-photo {
  position: absolute;
  top: 10px;
  right: 35px;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 0;
  background: url('/images/img-rotate.png') right center no-repeat;
  background-size: auto 100%;
  outline: none;
}
.rotate-right-upl-photo {
  right: 10px;
  background: url('/images/img-rotate.png') left center no-repeat;
  background-size: auto 100%;
}
.main-upl-photo {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #eb9316;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 20px;
}
.del-upl-photo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  color: #ff0000;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 20px;
}
.website-feedback {
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-align: center;
  background: #f2f2f2;
  padding: 5px 10px;
  border-radius: 32px 32px 0 32px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.3)
}
.website-feedback .feedback-title {
  font-weight: bold;
}
.feedback-chices .choice {
  float: left;
  width: 32px;
  height: 32px;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  margin: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}
.feedback-chices .choice:hover {
  transform: scale(1.2)  rotate(25deg);
}
.feedback-chices .choice-1 {
  background: green url('/images/smiles.png') -1px top no-repeat;
  background-size: auto 100%;
}
.feedback-chices .choice-2 {
  background: yellow url('/images/smiles.png') -70px top no-repeat;
  background-size: auto 100%;
}
.feedback-chices .choice-3 {
  background: red url('/images/smiles.png') center top no-repeat;
  background-size: auto 100%;
}
.commission-pays-filter {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
}
.commission-pays-filter label {
  padding-top: 6px;
}
.commission-pays-filter .form-group {
  margin-bottom: 0;
}
.view-manage .table-responsive {
  min-height: 400px;
}
/* end main-content styles */

/* start mainoage map styles */
.map-container {
  background: url('../images/map-section-bg.jpg') center center no-repeat;
  background-size: cover;
}
.map-container .regions-list {
  background: rgba(2, 195, 181, 0.75);
  padding: 20px 10px 20px 60px;
}
.map-container .regions-list ul {
  padding: 0;
  margin: 0;
}
.map-container .regions-list ul li a {
  display: inline-block;
  margin: 5px;
  padding: 0 3px;
  color: #000;
  text-decoration: none;
}
.map-container .regions-list ul li.hovered a,
.map-container .regions-list ul li a:hover {
  background: #fff;
}
.main-map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  margin: 20px 0;
  margin-left: -500px;
}
.main-map img {
  width: 1000px;
}
.main-map canvas {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.sticky-bottom-toolbar {
  position: absolute;
  /* top: 100%; */
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}

.table-icons {
  width: 280px;
}
.table-manage {
  display: inline-block;
  /* width: 260px; */
}
.table-icons .object-icons {
  float: left;
  padding-top: 0;
  border: 0;
  width: 125px;
  margin-top: -5px;
}
.table-icons .object-icons span {
  float: none;
  width: auto;
}
.table-icons .object-icons span i {
  font-size: 18px;
}
/* end mainpage map styles */

/* start statistics styles */
.statistics {
  border-top: 1px #02C3B5 solid;
}
.statistics-item {
  text-align: center;
  padding: 50px;
  position: relative;
}
.statistics-item:before {
  content: '';
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 80px;
  background: url('../images/statistics-sprite.png') 0 0 no-repeat;
  border-bottom: 1px #02C3B5 solid;
}
.statistics-item.rent:before {
  background-position: -60px 0;
}
.statistics-item.sold:before {
  background-position: -120px 0;
}
.statistics-item.homes:before {
  background-position: -180px 0;
}
.statistics-item div {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  color: #02C3B5;
}
.statistics-item a {
  text-decoration: none;
  color: #777;
}
.statistics-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end statistics styles */

/* start footer styles */
footer {
  background: #111;
  color: #aaa;
  font-size: 12px;
  padding-bottom: 10px;
  height: 160px;
  margin-top: -160px;
}
.footermenu {
  background: #000;
  margin-bottom: 20px;
}
footer a {
  color: #bbb;
  font-size: 14px;
}
.footer-email {
  line-height: 50px;
  padding: 0 15px;
}
/* end footer styles */


/* other */
.tooltop-hint {
  display: block;
  width: 300px;
  max-width: 150%;
  padding: 10px;
  background: rgba(0,0,0,0.75);
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
}

.tooltop-hint::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  border: 5px transparent solid;
  border-right-color: rgba(0,0,0,0.75);
}

.tooltop-hint p {
  font-size: 11px;
}
.tooltop-hint ul {
  padding-left: 15px;
}
.tooltop-hint ul li {
  padding-left: 5px;
  margin-bottom: 5px;
  font-size: 11px;
}

.pl-data-line div {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  vertical-align: top;
}
.pl-data-line div.rating {
  /*width: 75px;
  height: 14px;
  background-size: 75px;
  margin-top: 2px;*/
}

.pl-realtor-photo {
  float: right;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.estimate-image {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  background: #ccc;
}
.estimate-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.estimate-image button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.estimate-image label {
  width: 50px;
  height: 50px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.estimate-image label i {
  font-size: 32px;
}
.estimate-page input.estimate-images {
  display: none;
}

.estimate-proggress {
  padding: 0;
  margin: 15px 0;
}
.estimate-proggress:after {
  content: '';
  display: block;
  clear: both;
}
.estimate-proggress li {
  float: left;
  margin: 0;
  list-style: none;
  padding: 5px 20px;
  border: 1px #ccc solid;
  position: relative;
  height: 30px;
  background: #f2f2f2;
}
.estimate-proggress li:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 4px;
  right: -10px;
  border: 1px transparent solid;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  transform: rotate(45deg);
  background: #f2f2f2;
}
.estimate-proggress li .disabled {
  opacity: 0.7;
}
.estimate-proggress li .current {
  font-weight: bold;
}

.btn-loading i {
  -webkit-animation: spin 0.75s infinite ease-in;
}

.greyout {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 1280px){
  body:not(.main) .page-wrapper {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1200px) {
  body:not(.main) .page-wrapper {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 0;
  }
  .main-searchbar {
    /* margin-top: -110px; */
  }
  .map-container {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 992px) {
  .submit-object {
    float: right !important;
  }
  .languages-module,
  .currencies-module {
    float: left !important;
  }
  .statistics-item {
    padding: 25px;
  }
  .specialist .avatar a {
    background-position: left;
  }
  .realty-page-single .object-price {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .login-module ul {
    text-align: right;
    width: 100%;
  }
  .login-module ul li {
    display: inline-block;
  }
  .languages-module,
  .currencies-module {
    height: 55px;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .languages-holder,
  .currencies-holder {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .currency-label {
    display: none !important;
  }
    .languages-module ul,
  .currencies-module ul {
    margin: 0;
    float: none !important;
  }
    .languages-module ul li,
  .currencies-module ul li {
    display: none;
  }
  .languages-module ul li.active, .languages-module.opened ul li,
  .currencies-module ul li.active, .currencies-module.opened ul li {
    display: block;
    position: relative;
    z-index: 98;
  }
  .languages-module.opened .languages-holder,
  .currencies-module.opened .currencies-holder {
    display: none;
  }
  .languages-module ul li a,
  .currencies-module ul li a {
    background: rgba(0,0,0,1) !important;
    line-height: 55px;
    padding: 0;
    width: 55px;
    height: 55px;
  }
  .languages-module ul li.active a,
  .currencies-module ul li.active a {
    background: rgba(49,49,49,1) !important;
  }
  .burger {
    float: left;
    width: 30px;
    height: 30px;
    margin: 12px;
    background: url('../images/menu-burger.png') center center no-repeat;
    background-size: contain;
  }
  .mainmenu {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px #000 solid;
    margin: 0;
    padding: 10px;
  }
  .opened .mainmenu {
    display: block;
  }
  .mainmenu li {
    border-bottom: 1px #ccc solid;
  }
  .mainmenu li.submit-object {
    float: none !important;
    border-bottom: none;
  }
  .mainmenu li a {
    color: #000 !important;
  }
  .mainmenu li.active a {
    color: #419641 !important;
  }
  .mainmenu li.submit-object a {
    color: #fff !important;
  }
  .mlogin-label {
    display: none;
  }

  .login-module .dropdown-menu {
    position: absolute !important;
    top: 50px;
    right: 0;
    background: #000 !important;
  }
  .login-module .dropdown-menu li {
    display: block;
    float: none;
  }
  .login-module .dropdown-menu .divider {
    border-bottom: 1px #bbb solid !important;
  }

  .main-searchbar {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
    background: #f2f2f2;
  }
  .main-searchbar h2 {
    margin: 0;
    padding: 25px 5px 0;
    font-size: 20px;
  }
  .searchbar-body {
    /* height: 160px; */
  }
  .main .image-slider {
    display: none;
  }

  .statistics-item {
    padding: 5px;
  }

  h1 {
    font-size: 20px;
  }

  #per-page-form {
    display: none;
  }

  .realty-single-blocks h6 {
    font-size: 14px;
  }

  .realty-single-block-content, .realty-single-blocks ul {
    padding: 30px 5px 0;
  }

  .sop-main-params {
    padding: 0 15px !important;
  }
  .sop-main-params span {
    margin-right: 0 !important;
  }

  .view-results {
    line-height: auto;
  }

  .view-results .col-sm-4 {
    width: 100%;
    clear: both;
    float: none !important;
  }

  footer {
    height: auto;
  }

  .tooltop-hint {
    top: 105% !important;
    left: 10px !important;
    width: 90% !important;
  }
  .tooltop-hint::before {
    content: '';
    top: -10px;
    left: 10px;
    transform: rotate(90deg);
  }
  .del-upl-photo {
    /*position: static;*/
  }

  .uplitem {
    max-width: 200px;
  }
}

.filters-enabled {
  margin: 20px 0;
  padding: 0;
}
.filters-enabled li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
}
.filters-enabled li:after {
  content: '/';
  margin-left: 10px;
}








/* --------------------------- */
.realtor-list{
  margin-top: 20px;
  border-bottom: 1px solid #eaeaea;
}
.specialist .rating{
  margin: 0 !important;
}
.realty-page-single .sidebar{
  padding-left: 40px;
}
.realty-page-single .sidebar .avatar, .realty-page-single .sidebar .name{
  padding-left: 0;
}

.seller a{
  text-transform: uppercase;
}
.additional-left{
  float: left;
  margin-right: 10px;
}

.additional-right{
  float: left;
}

.sidebar .name a{
  color: #244297;
  font-size: 14px;
  font-weight: 400;
}
.additional{
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.specialist-divider{
  margin-top: 0;
  padding: 8px 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background-color: #eaeaea;
  margin-bottom: 18px;
}

.specialist .avatar a img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.become-site-part{
  margin-top: 15px;
  background-color: #f8f8f8;
  padding: 20px 45px;
}

.realtor-list .specialist{
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px){
  .sidebar{
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px){
  .specialist .avatar a {
    height: 120px;
    margin-bottom: 10px;
  }
  .specialist .avatar a img {
    width: 160px;
    height: 120px;
  }
  .specialist .rating {
    margin: 3px auto !important;
  }
  .additional {
    width: 160px;
    margin: 3px auto;
  }
  .additional .additional-right {
    float: right;
  }
}

@media screen and (max-width: 380px){
  .become-site-part{
    padding: 15px;
  }
}

.search-by-id {
  margin-top: 30px;
}

.share-block {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.block-of-btns {
  position: absolute;
  z-index: 999;
  top: 150%;
  left: 0;
  width: 170px;
}

.block-of-btns a {
  font-size: 0;
}

#get_from_colisting {
  display: inline;
}

.form-group .help-link {
  padding: 15px 0;
}

.info-type {
  padding: 15px;
  background: #f2f2f2;
}

.info-type span {
  margin-right: 25px;
}

.info-type ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.info-type li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}

.info-type li.active {
  font-weight: bold;
}

.map-infobox {
  width: 200px;
}

.map-item-image {
  text-align: center;
  margin: 15px 0;
}

.map-infobox img {
  max-width: 100%;
  max-height: 150px;
}

.td-price {
  /*font-size: 18px;
  font-weight: bold;
  margin: 5px;*/
}

.object-link {
  display: block;
  padding: 10px 0;
}

.table .object-link {
  padding: 0;
}

.map-item-param {
  margin: 3px 0;
}


.form-loading:after {
  content: '';
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url('/images/loading.gif') center center no-repeat;
  background-size: 50px;
}

textarea[name="description_ua"],
textarea[name="description_ru"] {
  height: 200px;
}
textarea[name="agent_remarks"] {
  height: 100px;
}

.description-field {
  white-space: pre-wrap;
}

.competitor-select .navbar,
.competitor-select footer,
.competitor-select .page-wrapper:after,
.competitor-select #save-search,
.competitor-select .table-icons * {
  display: none;
}
.competitor-select h1 {
  font-size: 18px;
}

.dropdown-menu-custom {
  position: absolute;
  display: none;
  z-index: 9999;
  background: #fff;
  width: 600px;
  max-width: 95vw;
  padding: 25px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border: 1px #000 solid;
  border-top: 0;
}

.dropdown-menu-custom h3 {
  font-size: 18px;
  margin: 0 0 20px;
}

.dropdown-menu-custom h4 {
  font-size: 16px;
  margin: 0 0 10px;
}

.dropdown-menu-custom ul {
  margin: 5px 0 15px;
  padding: 0;
  list-style: none;
}

.dropdown-menu-custom ul li {
  padding: 0;
  margin: 2px 0;
}

.slider-umain {
  position: relative;
}
.slider-umain:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5)
}
.slider-umain img {
  width: 100%;
  height: auto;
}
.slider-umain .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.slider-umain .slide-content img {
  width: 400px;
  max-width: 90%;
}
.slider-umain .slide-content h1 {
  color: #fff;
  font-size: 28px;
  margin-top: -28px;
  margin-bottom: 30px;
  text-shadow: 0 0 5px rgba(0,0,0,0.5)
}
.features-umain {
  padding: 50px 0;
}
.features-umain .heading {
  margin: 0 0 35px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.feature {
  text-align: center;
  margin-bottom: 40px;
}
.feature:nth-child(3n+1) {
  clear: left;
}
.feature .fa {
  font-size: 64px;
  color: #02004B;
}
.feature .f-title {
  font-size: 20px;
  font-weight: bold;
  margin: 15px;
  color: #02004B;
}
.feature .f-text {
  padding: 0 35px;
  color: #999;
}
.top-agents {
  padding: 50px 0;
  background: #f2f2f2;
}
.top-agents .heading {
  margin: 0 0 35px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.agent {
  text-align: center;
  margin: 0 auto 30px;
  background: #fff;
  padding: 30px 10px;
  border-radius: 5px;
  border: 1px #ccc solid;
}
.agent .agent-photo {
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
.agent .agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.agent .agent-name {
  margin: 15px 0;
  height: 55px;
}
.agent .agent-name a {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.agent:hover .agent-photo img {
  transform: scale(1.1);
  filter: grayscale(50%);
}
.agent .rating {
  margin: 0 auto;
}
.more-questions {
  padding: 50px 0;
  text-align: center;
}
.more-questions h6 {
  margin-top: 25px;
  font-size: 18px;
}
.join-us {
  padding: 15px 50px;
  font-size: 24px;
    max-width: 90%;
    white-space: normal;
}

.mobile {
  display: none;
}

.module {
  padding: 20px;
  background: #f2f2f2;
  border: 1px #ccc solid;
  margin-bottom: 15px;
}
.module .subheader {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 15px;
}
.module ul {
  padding-left: 15px;
}

.company-news {
  padding: 25px 0 0;
}
.company-news .header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.new-item {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}
.new-item h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.company-news-date {
  float: right;
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
}

.region-statistics {
  padding: 25px 0;
}
.region-statistics .header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.region-statistics .header span {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .has-submenu-custom:hover .dropdown-menu-custom {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pull-right.full-object-edit {
    clear: both !important;
    /*float: none !important;*/
    margin-top: 0;
  }

  .share-block {
    display: block;
    margin-left: 0px;
    clear: both;
  }

  .realty-page-single .object-price .original-price {
    margin: 5px 0;
  }

  .portal table th {
    display: none;
  }

  .portal .price {
    float: none;
  }

  .portal table td {
    display: block;
    white-space: normal !important;
  }

  .portal-img img {
    height: auto !important;
    max-height: 300px !important;
  }

  .realty-single-blocks ul li span {
    margin-right: 0;
  }

  .has-submenu-custom.opened .dropdown-menu-custom {
    display: block;
  }

  .dropdown-menu-custom {
    position: relative;
    max-width: 100%;
    padding: 15px;
    border: 0;
    box-shadow: none;
    background: #f9f9f9;
  }

  .dropdown-menu-custom h3 {
    text-align: center;
  }
  .seller {
    text-align: center;
  }
  .agent {
    width: 100%;
    max-width: 280px;
  }
  .slide-content .sum-text {
    display: none;
  }
  .mobile {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #f2f2f2;
  }
  .mobile .heading {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.difinition-group {
    margin: 10px 0;
}

.featured-contact {
    display: flex;
    cursor: pointer;
    transition: 0.2s ease-in;
    font-size: 24px;
}
.featured-contact.is-featured {
    color: #f0ad4e;
}
.featured-contact .fa {
    text-shadow: 0 3px 6px #ccc;
}

.control-toggle {
    display: inline-block;
}
.control-toggle input {
    display: none;
}
.control-toggle label {
    position: relative;
    padding-left: 48px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
}
.control-toggle span {
    margin-left: 10px;
}
.control-toggle label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #fb9c7c;
    border-radius: 25px;
    transition: 0.1s ease-in;
}
.control-toggle label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 18px;
    background: #fb9c7c;
    border-radius: 25px;
    transition: 0.1s ease-in;
}
.control-toggle input:checked + label:before {
    border-color: #449d44;
}
.control-toggle input:checked + label:after {
    left: 20px;
    background: #449d44;
}

h1 .item-actions {
    display: flex;
    flex-direction: row;
}
h1 .pull-right.item-actions div,
h1 .pull-right.item-actions span {
    margin-left: 10px;
}

.col-half-width {
    width: 50%;
}
.xs-min-content {
    white-space: break-spaces;
}

.has-birthday {
    display: inline-block;
    color: #ff0000;
    text-shadow: 0 3px 6px #bbbbbb;
    margin: 0 10px;
}

.motivation {
    white-space: nowrap;
}
.motivation span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
}
.motivation span.motivation-cold {
    background: #33A7FF;
}
.motivation span.motivation-warn {
    background: #FFC733;
}
.motivation span.motivation-hot {
    background: #FF3333;
}
.motivation span.motivation-undefined {
    background: #707070;
}

.contact-owner {
    font-size: 12px;
    color: #777;
}

.contact-search-form {
    background: #f2f2f2;
    padding: 15px;
}

.discard-search {
    margin: 0 10px;
}

.radius-search-line {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.radius-search-line select[name="radius"] {
    width: 80px;
    margin-right: 15px;
}
.radius-search-line span {
    display: inline-block;
    white-space: nowrap;
    width: fit-content;
    padding-right: 15px;
}

.distance-badge {
    position: absolute;
    z-index: 99;
    top: 50px;
    left: 10px;
}

.badge.new {
    background: #DB0000;
}

.nav > li.custom-nav-button > a {
    padding: 0;
}
.nav > li.custom-nav-button > a:hover {
    background: transparent;
    border-color: transparent;
}

.contact-objects {
    margin: 25px 10px 0;
}

.contact-objects .alert, .contact-objects .table {
    margin-top: 15px;
}
.contact-objects .table .thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.contact-objects .table .thumbnail img {
    width: 100%;
    height: 100%;
}

.form-group.multiline .bootstrap-select.btn-group {
    height: auto;
}
.form-group.multiline .dropdown-toggle {
    white-space: normal;
}
.form-group.multiline .filter-option.pull-left {
    margin-bottom: -20px;
}

.is_suggested-toggle {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    gap: 5px;
    vertical-align: middle;
}
.is_suggested-toggle span {
    max-width: 250px;
    white-space: break-spaces;
}

.print-btn {
    cursor: pointer;
    position: relative;
}

.print-btn ul {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    list-style-type: none;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 3px 6px #ccc;
}

.print-btn ul li a {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 1px #ccc solid;
    color: #999;
}

.print-btn ul li:hover {
    background: #f2f2f2;
}

.object-icons a, .object-icons span.print-btn ul li {
    width: max-content;
}
