* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: GillSans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none!important;
}
.btn:active {
  box-shadow: none;
}
iframe {
  max-width: 100%!important;
}
.padd {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padd-left-sm {
    padding-left: 15px !Important;
  }
}
.no-padd {
  padding-left: 0;
  padding-right: 0;
}
.no-padd-right {
  padding-right: 0;
}
.no-padd-left {
  padding-left: 0;
}
.no-padd-bottom {
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  .no-padd-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-lg {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .no-padd-md {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-md {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padd-right-sm {
    padding-right: 10px;
  }
  .no-padd-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-sm {
    padding-right: 0;
  }
  .no-padd-left-sm {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .padd-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .padd-right-xs {
    padding-right: 10px;
  }
  .padd-left-xs {
    padding-left: 10px;
  }
  .no-padd-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-xs {
    padding-right: 0;
  }
  .no-padd-left-xs {
    padding-left: 0;
  }
}
.spacer {
  margin-bottom: 10px;
}
.big-spacer {
  margin-bottom: 25px;
}
header .navbar {
  margin: 0;
  border: none;
  border-radius: 0;
}
.styler-checkbox.jq-checkbox {
  border-radius: 50%;
  box-shadow: none;
  background: transparent;
  border: 1px solid #cbd3e0;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  top: 3px;
}
.styler-checkbox.jq-checkbox.checked {
  border: 1px solid #f68824;
}
.styler-checkbox.jq-checkbox.checked .jq-checkbox__div {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  box-shadow: none;
  background: #f68824;
  margin: 4px 0 0 4px;
}
.styler-checkbox.jq-checkbox.checked + span {
  color: #f68824;
}
.styler-checkbox.jq-checkbox.checked + span sup {
  color: #373e88;
}
.filters .filter-title {
  text-transform: uppercase;
  color: #50cebd;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .filters .filter-title {
    padding-left: 15px;
  }
}
.filters .btn-box-filter {
  margin-bottom: 30px;
}
.filters .btn-box-filter .btn {
  display: block;
  color: #373e88;
  background: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 12px;
}
.filters .btn-box-filter .btn.active {
  background: #f6851f;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 767px) {
  .filters .btn-box-filter .btn {
    font-size: 12px;
  }
}
.filters .panel {
  border: none;
  border-radius: 0;
}
.filters .panel .panel-heading {
  background: #e3e6ec;
  border-radius: 0;
  color: #373e88;
  font-size: 16px;
}
.filters .panel .panel-heading.clickable {
  cursor: pointer;
}
.filters .panel .panel-heading span {
  font-size: 20px;
}
.filters .panel span.panel-title {
  font-size: 16px;
}
.filters .panel .glyphicon {
  border-radius: 50%;
  border: 1px solid;
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  top: -4px;
  padding: 0 2px;
}
.filters .panel .glyphicon:before {
  position: relative;
  top: -1px;
}
.filters .panel .panel-body li {
  padding-bottom: 5px;
}
.filters .panel .panel-body a {
  color: #373e88;
  font-weight: normal;
  font-size: 16px;
}
.filters .panel .panel-body a span {
  display: block;
  margin-left: 23px;
}
.filters .panel-choice .panel-heading {
  background: #f6851f;
  color: #fff;
  font-size: 16px;
}
.filters .panel-choice li span {
  color: #373e88;
  font-size: 16px;
}
.filters .panel-choice li i {
  vertical-align: middle;
  font-size: 19px;
  color: #f6851f;
}
.filters .panel-choice .btn.btn-filter {
  background: #2c365e;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-radius: 0;
  padding: 4px 12px;
  margin-top: 12px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .filters .panel-choice .btn.btn-filter {
    font-size: 13px;
  }
}
.filters .range-box {
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .filters .range-box {
    padding-left: 15px;
  }
}
.filters .range-box .cell {
  display: table-cell;
  vertical-align: middle;
}
.filters .range-box .cell-input {
  position: relative;
}
.filters .range-box .cell-input label {
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 13px;
  font-size: 12px;
  line-height: 18px;
  color: #373e88;
  font-weight: normal;
}
.filters .range-box .cell-input input {
  padding-left: 31px;
}
.filters .range-box p {
  margin-bottom: 5px;
  color: #373e88;
}
.filters .range-box .payment-option {
  width: 50px;
  text-align: center;
}
.filters .range-box .payment-option a {
  display: block;
  color: #cfd9e7;
}
.filters .range-box .payment-option a.active {
  color: #373f89;
}
.filters .range-box .payment-option span {
  color: #b0bfd4;
  font-size: 18px;
}
.filters .range-box .form-control {
  border-radius: 0;
  border: none;
}
@media (max-width: 991px) {
  .filters .range-box .form-control {
    border: 1px solid #ccc;
  }
}
.filters .range-box .separator {
  padding: 0 5px;
}
.filters .range-box .filter-range {
  padding: 32px 0;
}
.filters .slider-range-box {
  position: relative;
}
#main-filters .mm-panel {
  padding: 0 0 0;
}
#main-filters .panel-body a {
  font-size: 14px;
}
#main-filters .panel-choice li a {
  float: left;
}
#main-filters .panel-choice li span {
  display: block;
  padding-left: 26px;
}
.sticky-btns {
  position: fixed;
  z-index: 15;
  right: -58px;
  bottom: 46px;
  transition: right .3s;
}
.sticky-btns.scrolled {
  right: -7px;
}
.sticky-btns span {
  display: block;
  float: left;
  width: 48px;
  height: 45px;
  text-align: center;
  font-size: 1.375em;
  color: #fff;
  background: #001850;
  opacity: 0.6;
  border-radius: 0;
  padding-top: 7px;
  margin: 0 7px;
  cursor: pointer;
  transition: background .3s;
}
.sticky-btns i.fa {
  padding-top: 4px;
}
.btn {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.btn:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
main .our-services ul.list.green li:before {
  color: #f6851f;
}
main .our-services .one-block {
  position: relative;
  padding-left: 11px;
}
main .our-services .one-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #cfd9e7;
  background-repeat: repeat-y;
  width: 1px;
  display: block;
  height: 84%;
  margin-left: -4px;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  main .our-services .one-block:before {
    margin-left: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .our-services .one-block:before {
    margin-left: -1px;
  }
}
@media (max-width: 767px) {
  main .our-services .one-block:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .our-services .one-block {
    border-left: none;
  }
}
main .our-services .four-blocks {
  position: relative;
}
main .our-services .four-blocks:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #cfd9e7;
  background-repeat: repeat-y;
  width: 1px;
  display: block;
  height: 100%;
  margin-left: -16px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  main .our-services .four-blocks:before {
    display: none;
  }
}
@media (max-width: 767px) {
  main .our-services .four-blocks:before {
    display: none;
  }
}
main .our-services .four-blocks .box-deal,
main .our-services .four-blocks .box-sale,
main .our-services .four-blocks .box-rent,
main .our-services .four-blocks .box-service {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
main .our-services .four-blocks .box-deal:hover a,
main .our-services .four-blocks .box-sale:hover a,
main .our-services .four-blocks .box-rent:hover a,
main .our-services .four-blocks .box-service:hover a {
  text-decoration: underline!important;
}
main .section-menu .btn-group a:hover {
  background: rgba(246, 133, 31, 0.75);
}
main .section-menu .btn-group a:hover span {
  background: transparent;
}
main .section-menu .btn-group a span {
  background: rgba(246, 133, 31, 0.75);
}
@media (max-width: 767px) {
  main .section-menu .btn-group a span {
    background: transparent;
  }
}
main .section-menu .bg-1 {
  background-image: url("../../assets/img/bg-menu-1.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  main .section-menu .bg-1 {
    background-size: 300%;
  }
}
@media (max-width: 767px) {
  main .section-menu .bg-1 {
    background-size: 100%;
  }
}
main .section-menu .bg-2 {
  background-image: url("../../assets/img/bg-menu-2.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  main .section-menu .bg-2 {
    background-size: 300%;
  }
}
@media (max-width: 767px) {
  main .section-menu .bg-2 {
    background-size: 100%;
  }
}
main .section-menu .bg-3 {
  background-image: url("../../assets/img/bg-menu-3.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  main .section-menu .bg-3 {
    background-size: 300%;
  }
}
@media (max-width: 767px) {
  main .section-menu .bg-3 {
    background-size: 100%;
  }
}
main .section-menu .bg-4 {
  background-image: url("../../assets/img/bg-menu-4.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  main .section-menu .bg-4 {
    background-size: 300%;
  }
}
@media (max-width: 767px) {
  main .section-menu .bg-4 {
    background-size: 100%;
  }
}
main .section-menu .bg-5 {
  background-image: url("../../assets/img/bg-menu-5.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  main .section-menu .bg-5 {
    background-size: 300%;
  }
}
@media (max-width: 767px) {
  main .section-menu .bg-5 {
    background-size: 100%;
  }
}
main .section-menu .bg-6 {
  background-image: url("../../assets/img/bg-menu-6.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  main .section-menu .bg-6 {
    background-size: 300%;
  }
}
@media (max-width: 767px) {
  main .section-menu .bg-6 {
    background-size: 100%;
  }
}
main .section-map .search-block .nav-tabs a:before {
  background: #f6851f;
}
main .section-map .search-block .nav-tabs a:hover {
  color: #f6851f;
}
main .section-map .search-block .nav-tabs .active a {
  color: #f6851f;
}
main .section-map .search-block .nav-tabs .active a:before {
  background: #f6851f;
}
main #main-carousel .carousel-caption {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMzY1ZSIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmMzNjVlIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmMzNjVlIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(44, 54, 94, 0.3) 0%, rgba(44, 54, 94, 0.8) 50%, rgba(44, 54, 94, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(44, 54, 94, 0.3)), color-stop(50%, rgba(44, 54, 94, 0.8)), color-stop(100%, rgba(44, 54, 94, 0.6)));
  background: -webkit-linear-gradient(top, rgba(44, 54, 94, 0.3) 0%, rgba(44, 54, 94, 0.8) 50%, rgba(44, 54, 94, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(44, 54, 94, 0.3) 0%, rgba(44, 54, 94, 0.8) 50%, rgba(44, 54, 94, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(44, 54, 94, 0.3) 0%, rgba(44, 54, 94, 0.8) 50%, rgba(44, 54, 94, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(44, 54, 94, 0.3) 0%, rgba(44, 54, 94, 0.8) 50%, rgba(44, 54, 94, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d2c365e', endColorstr='#992c365e', GradientType=0);
}
footer .our-directions li a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .our-directions li a:hover {
  border: 1px solid #f6851f;
  border-radius: 50px;
  color: #f6851f;
}
footer .our-directions li a:hover .icon {
  background: #fff;
  color: #f6851f;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .social li a:hover i.fa-facebook-square {
  color: #1f62bc;
}
footer .social li a:hover i.fa-twitter-square {
  color: #32c8de;
}
footer .social li a:hover i.fa-vk {
  background: #507194;
}
footer .social li a:hover i.fa-instagram {
  color: #d6917a;
}
