.hwObjectCard {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  width: 216px;
  margin: 0 auto;
  position: relative;
}
.hwObjectCard__imgBlock {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 140px;
}
.hwObjectCard__imgBlock a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.hwObjectCard__imgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hwObjectCard__imgBlock:hover img {
  transition: all 2s;
  transform: scale(1.1);
}
.hwObjectCard__sold {
  display: block;
  z-index: 999;
  width: 150px !important;
  left: 50%;
  margin-left: -75px;
  position: absolute;
}
.hwObjectCard__shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hwObjectCard__desc {
  height: auto;
  background: #fff;
  padding: 9px 15px 18px;
  position: static;
  min-height: 175px;
}
.hwObjectCard__price {
  color: #363c6d;
  font-size: 16px;
  font-family: "Gotham Pro Medium", sans-serif;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
.hwObjectCard__name {
  width: 100%;
  color: #363636;
  font-family: "Gotham Pro Medium", sans-serif;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  height: 3em;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 1em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.hwObjectCard__list {
  margin-bottom: 0;
}
.hwObjectCard__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 6px;
  color: #363636;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hwObjectCard__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hwObjectCard__icon .sub {
  font-size: 10px;
  line-height: 10px;
  vertical-align: super;
}
.hwObjectCard__code {
  color: #878787;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 11px;
  position: absolute;
  right: 16px;
  bottom: 17px;
}
.hwObjectCard__like {
  display: none;
}

.hwShowcase,
.hwRelatedObjects {
  font-family: "Gotham Pro";
  font-size: 14px;
  margin-left: -15px;
  margin-right: -15px;
}
.hwShowcase a,
.hwRelatedObjects a {
  color: #337ab7;
  text-decoration: none;
}
.hwShowcase .font-medium,
.hwRelatedObjects .font-medium {
  font-family: "Gotham Pro Medium", sans-serif;
}
.hwShowcase .slick-prev,
.hwRelatedObjects .slick-prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  height: 350px;
  top: 50%;
  transform: translate(0, -50%);
}
.hwShowcase .slick-prev:before,
.hwRelatedObjects .slick-prev:before {
  content: "";
  left: 20px;
  background: url(../../img/slider-prev.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-position: center;
  display: block;
  width: 20px;
}
.hwShowcase .slick-arrow,
.hwRelatedObjects .slick-arrow {
  position: absolute;
  max-width: 218px;
  z-index: 9;
  font-size: 0;
  opacity: 1;
  width: 100px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  height: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.hwShowcase .slick-next,
.hwRelatedObjects .slick-next {
  right: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.hwShowcase .slick-next:before,
.hwRelatedObjects .slick-next:before {
  right: 20px;
  background: url(../../img/slider-next.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 20px;
  height: 100%;
  background-position: center;
  content: "";
}
.hwShowcase__carousel,
.hwRelatedObjects__carousel {
  position: relative;
}
.hwShowcase__carouselItem,
.hwRelatedObjects__carouselItem {
  padding: 0 10px 30px;
}
.hwShowcase .hwObjectCard,
.hwRelatedObjects .hwObjectCard {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  width: 216px;
  margin: 0 auto;
  position: relative;
}
.hwShowcase .hwObjectCard__imgBlock,
.hwRelatedObjects .hwObjectCard__imgBlock {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 140px;
}
.hwShowcase .hwObjectCard__imgBlock a,
.hwRelatedObjects .hwObjectCard__imgBlock a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.hwShowcase .hwObjectCard__imgBlock img,
.hwRelatedObjects .hwObjectCard__imgBlock img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  -o-object-fit: cover;
     object-fit: cover;
}
.hwShowcase .hwObjectCard__imgBlock:hover img,
.hwRelatedObjects .hwObjectCard__imgBlock:hover img {
  transition: all 2s;
  transform: scale(1.1);
}
.hwShowcase .hwObjectCard__sold,
.hwRelatedObjects .hwObjectCard__sold {
  display: block;
  z-index: 999;
  width: 150px !important;
  left: 50%;
  margin-left: -75px;
  position: absolute;
}
.hwShowcase .hwObjectCard__shadow,
.hwRelatedObjects .hwObjectCard__shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hwShowcase .hwObjectCard__desc,
.hwRelatedObjects .hwObjectCard__desc {
  height: auto;
  background: #fff;
  padding: 9px 15px 18px;
  position: static;
}
.hwShowcase .hwObjectCard__price,
.hwRelatedObjects .hwObjectCard__price {
  color: #363c6d;
  font-size: 16px;
  font-family: "Gotham Pro Medium", sans-serif;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
.hwShowcase .hwObjectCard__name,
.hwRelatedObjects .hwObjectCard__name {
  width: 100%;
  color: #363636;
  font-family: "Gotham Pro Medium", sans-serif;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  height: 3em;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 1em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.hwShowcase .hwObjectCard__list,
.hwRelatedObjects .hwObjectCard__list {
  margin-bottom: 0;
}
.hwShowcase .hwObjectCard__list li,
.hwRelatedObjects .hwObjectCard__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 6px;
  color: #363636;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hwShowcase .hwObjectCard__icon,
.hwRelatedObjects .hwObjectCard__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hwShowcase .hwObjectCard__icon .sub,
.hwRelatedObjects .hwObjectCard__icon .sub {
  font-size: 10px;
  line-height: 10px;
  vertical-align: super;
}
.hwShowcase .hwObjectCard__code,
.hwRelatedObjects .hwObjectCard__code {
  color: #878787;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 11px;
  position: absolute;
  right: 16px;
  bottom: 17px;
}
.hwShowcase .hwObjectCard__like,
.hwRelatedObjects .hwObjectCard__like {
  display: none;
}

.hwObjectInfo {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.hwObjectInfo .nav-pills {
  margin-top: 100px;
  position: sticky;
  top: 50px;
}
.hwObjectInfo h1 {
  position: relative;
  font-family: "Gotham Pro Medium", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 65px;
  overflow: visible;
  z-index: 1;
  max-width: 860px;
  color: #393939;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 40px;
}
.hwObjectInfo h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -80px;
  top: -38px;
  width: 152px;
  height: 152px;
  border-radius: 0 190px 0 0;
  opacity: 1;
  background: url(../../img/title-bg2.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.hwObjectInfo .btns-sec a:hover {
  color: #ebb40f;
  background-color: white;
  border: 1px solid #ccc;
}
.hwObjectInfo .btns-sec a:hover i {
  color: #ebb40f;
}
.hwObjectInfo .nav-link {
  border-radius: 0;
}
.hwObjectInfo .nav-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hwObjectInfo .nav-link.active {
  background-color: #f2b51c;
  border-color: #f2b51c;
}
.hwObjectInfo .nav-link:hover {
  background-color: white;
  color: #f2b51c;
}
.hwObjectInfo .sold {
  display: block;
  z-index: 2;
  width: 300px;
  left: 50%;
  margin-left: -160px;
  position: absolute;
}
.hwObjectInfo .hwObjectInfoSlider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hwObjectInfo .hwObjectInfoSlider-main img {
  height: 360px;
}
.hwObjectInfo .hwObjectInfoSlider-thumb img {
  height: 115px;
  padding: 5px;
}
.hwObjectInfo .slick-prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  height: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.hwObjectInfo .slick-arrow {
  position: absolute;
  max-width: 218px;
  z-index: 9;
  font-size: 0;
  opacity: 1;
  width: 100px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  top: 50%;
  transform: translate(0, -50%);
  height: 100% !important;
}
.hwObjectInfo .slick-prev:before {
  content: "";
  left: 20px;
  background: url(../../img/slider-prev.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-position: center;
  display: block;
  width: 20px;
  background-size: contain;
  height: 85%;
}
.hwObjectInfo .slick-next {
  right: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.hwObjectInfo .slick-next:before {
  right: 20px;
  background: url(../../img/slider-next.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 20px;
  height: 100%;
  background-position: center;
  content: "";
  background-size: contain;
  height: 85%;
}
.hwObjectInfo .slick-prev:before,
.hwObjectInfo .slick-next:before {
  opacity: 1;
}
.hwObjectInfo .priceSection {
  margin-top: 50px;
}
.hwObjectInfo .priceSection__price {
  color: #393939;
  font-size: 29px;
  font-weight: 600;
  font-family: "Gotham Pro Medium", sans-serif;
  margin-bottom: 25px;
}
.hwObjectInfo .priceSection__price span {
  font-family: "Gotham Pro", sans-serif;
}
.hwObjectInfo .priceSection .btnList button,
.hwObjectInfo .priceSection .btnList a {
  border: 1px solid #d4d4d4;
}
.hwObjectInfo .priceSection .btnList button:hover {
  color: #eda718;
  background: #151654;
}
.hwObjectInfo .priceSection .btnList a:hover {
  color: #eda718;
  background: #151654;
}
.hwObjectInfo .sup {
  vertical-align: super;
  font-size: 0.6em;
}
.hwObjectInfo .generalInfo__list {
  margin-bottom: 90px;
  padding: 0;
  list-style: none;
}
.hwObjectInfo .generalInfo__item {
  padding-left: 0px;
  position: relative;
  margin-bottom: 15px;
  color: #393939;
  font-family: "Gotham Pro Medium", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 16px;
}
.hwObjectInfo .generalInfo__icon {
  left: 0;
  width: 20px;
  display: inline-block;
  text-align: center;
}
.hwObjectInfo .generalInfo__key {
  color: #393939;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 80px;
  font-weight: 300;
  display: inline-block;
  margin-right: 20px;
}
.hwObjectInfo .generalInfo__value-rooms {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  list-style: none;
}
.hwObjectInfo .generalInfo__value-rooms li {
  padding-left: 0;
  position: relative;
  margin-bottom: 15px;
  color: #393939;
  font-family: "Gotham Pro Medium", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 16px;
}
.hwObjectInfo .contacts {
  margin-bottom: 70px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.hwObjectInfo .locationInfo {
  position: relative;
  padding: 25px 0 0;
}
.hwObjectInfo .locationInfo__item {
  margin-bottom: 10px;
}
.hwObjectInfo .locationInfo__list {
  z-index: 999;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 350px;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: -23px;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: none;
  list-style: none;
}
.hwObjectInfo .locationInfo__icon {
  margin-right: 15px;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.hwObjectInfo .locationInfo__value {
  color: #393939;
  font-size: 18px;
  font-family: "Gotham Pro Medium", sans-serif;
  font-weight: normal;
  line-height: 16px;
  display: inline;
  margin-left: 15px;
}
.hwObjectInfo .locationInfo .map {
  overflow: hidden;
  position: relative;
}
.hwObjectInfo .locationInfo .map-img {
  overflow: hidden;
  position: relative;
  float: right;
  height: 279px;
  width: 468px;
}
.hwObjectInfo .locationInfo .map-img .su-gmap {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: grayscale(1);
  height: auto;
}
.hwObjectInfo .locationInfo .map-img .su-gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.hwObjectInfo .includedFeatures {
  margin-top: 200px;
  float: left;
}
.hwObjectInfo .includedFeatures__item {
  margin-bottom: 10px;
}
.hwObjectInfo .includedFeatures__list {
  list-style: none;
  padding: 0;
}
.hwObjectInfo .includedFeatures__list img {
  margin-right: 15px;
}
.hwObjectInfo .descriptionText {
  max-width: 470px;
  float: right;
}
.hwObjectInfo h3 {
  color: #393939;
  font-family: "Gotham Pro Medium", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px;
}
.hwObjectInfo a {
  color: #337ab7;
}
.hwObjectInfo a:hover {
  color: #ebb40f;
  text-decoration: none;
}
.hwObjectInfo .btn:hover {
  background-color: #60628d;
  cursor: pointer;
  color: white;
}
.hwObjectInfo .btn-yellow {
  background-color: #ebb40e;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  color: white;
}
.hwObjectInfo .btn-clr {
  background: #afafaf;
}
.hwObjectInfo .dropdown-item.active,
.hwObjectInfo .dropdown-item:active {
  background-color: #303969;
  cursor: pointer;
  color: white;
}
.hwObjectInfo .btn-light:not(:disabled):not(.disabled).active,
.hwObjectInfo .btn-light:not(:disabled):not(.disabled):active,
.hwObjectInfo .show > .btn-light.dropdown-toggle {
  background-color: white;
  color: inherit;
}
.hwObjectInfo .btn.focus,
.hwObjectInfo .btn:focus {
  outline: 0;
  box-shadow: none;
}
.hwObjectInfo .a_btn {
  background: #151654;
  color: white;
  border: 1px solid transparent;
}
.hwObjectInfo .btn-gray {
  background-color: #cfcfcf;
  min-width: 30px;
  height: 30px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-out;
}
.hwObjectInfo img {
  max-width: 100%;
}
.hwObjectInfo .btn-group {
  max-width: 100%;
}
.hwObjectInfo .filter-item {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0px 0% 10px;
  vertical-align: top;
}
.hwObjectInfo .filter-top-item.filter-item .btn:hover {
  background: #60628d;
}
.hwObjectInfo .nav-pills {
  margin-top: 100px;
  margin-bottom: 100px;
  flex-direction: column;
  z-index: 200;
}
.hwObjectInfo .nav-pills-link {
  width: 30px;
  height: 30px;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 5px;
  text-align: center;
}
.hwObjectInfo .nav-pills-link i {
  width: 100%;
}
.hwObjectInfo .nav-pills.affix-top {
  position: fixed;
  top: 0;
  z-index: 99;
  margin-top: 100px;
  margin-bottom: 100px;
}
.hwObjectInfo .sup {
  vertical-align: super;
  font-size: 0.6em;
}
.hwObjectInfo .btns .btn:not(.a_btn) {
  border: 1px solid lightgray;
}
.hwObjectInfo .btns-sec {
  margin-bottom: 20px;
}
.hwObjectInfo .btns-sec .btn {
  margin-right: 10px;
}
.hwObjectInfo .btns-sec .left {
  float: left;
}
.hwObjectInfo .btns-sec .right {
  float: right;
}
.hwObjectInfo .btns-sec .right .btn:last-child {
  margin-right: 0;
}
.hwObjectInfo .btns-sec .right .btn .icon {
  width: 22px;
  height: 19px;
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
}
.hwObjectInfo .btns-sec .right .btn .icon img {
  width: 100%;
}
.hwObjectInfo .btns-sec .soc-btn {
  width: 30px;
  padding: 0;
  line-height: 32px;
  border-radius: 0;
}
.hwObjectInfo .btns-sec .soc-btn i {
  font-size: 20px;
}
.hwObjectInfo .back-bottom {
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.hwObjectInfo .modal .modal-sm {
  width: 100%;
  max-width: 350px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle 800px at 256% 169.29%, #444577 0%, #293164 100%);
}
.hwObjectInfo .modal-header {
  border: 0;
  padding: 50px 0 40px;
}
.hwObjectInfo .modal-content {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle 800px at 256% 169.29%, #444577 0%, #293164 100%);
  padding: 0 32px;
}
.hwObjectInfo .modal-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  padding-left: 20px;
}
.hwObjectInfo .modal-body {
  padding: 0 0 65px;
}
.hwObjectInfo .modal .close {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 100%;
  position: relative;
  top: -25px;
  right: -38px;
  font-size: 26px;
  opacity: 1;
  color: #333868;
}
.hwObjectInfo .modal .close span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.hwObjectInfo .modal .form-group {
  position: relative;
  margin-bottom: 15px;
}
.hwObjectInfo .modal .form-group i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: gray;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  transform: translateY(0);
}
.hwObjectInfo .modal .form-control {
  width: 100%;
  height: 42px;
  background-color: #fff;
  font-weight: 400 !important;
  border-radius: 0;
  padding-left: 40px;
}
.hwObjectInfo .modal input {
  border-radius: 0;
}
.hwObjectInfo .modal textarea.form-control {
  height: 130px;
}
.hwObjectInfo .modal input[type=submit] {
  margin-top: 40px;
}
.hwObjectInfo .btn.active.focus,
.hwObjectInfo .btn.active:focus,
.hwObjectInfo .btn.focus,
.hwObjectInfo .btn:active.focus,
.hwObjectInfo .btn:active:focus,
.hwObjectInfo .btn:focus {
  outline: none;
}
.hwObjectInfo .contacts {
  margin-bottom: 70px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.hwObjectInfo .contacts:before {
  content: "";
  width: 1600px;
  height: 140%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  z-index: -1;
  transform: translateY(-50%);
}
.hwObjectInfo .contacts a {
  display: block;
  color: #393939;
  font-size: 18px;
  font-family: "Gotham Pro Medium", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: none;
}
.hwObjectInfo .contacts a {
  display: block;
  color: #393939;
  font-size: 18px;
  font-family: "Gotham Pro Medium", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: none;
}
.hwObjectInfo::before {
  content: "";
  height: 112%;
  position: absolute;
  top: -12%;
  left: 0;
  bottom: 0;
  width: 1300px;
  max-width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 200px, rgba(255, 255, 255, 0) 500px, rgba(255, 255, 255, 0) calc(100% - 300px), rgb(255, 255, 255) 100%), url("../../img/grey.png") 0 0 repeat;
}
.hwObjectInfo a.button-pdf {
  background-color: #cfcfcf;
}
.hwObjectInfo a.button-pdf:hover {
  color: #ebb40e !important;
  background-color: #fff;
}
.hwObjectInfo .dropdown-menu-pdf a:hover {
  border: none;
}

.hwObjectKatalog,
.hwHomeFilter {
  /**/
  /**/
  /**/
}
.hwObjectKatalog h3,
.hwHomeFilter h3 {
  color: #393939;
  font-family: "Gotham Pro Medium", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px;
}
.hwObjectKatalog a,
.hwHomeFilter a {
  color: #337ab7;
}
.hwObjectKatalog a:hover,
.hwHomeFilter a:hover {
  color: #ebb40f;
  text-decoration: none;
}
.hwObjectKatalog .btn:hover,
.hwHomeFilter .btn:hover {
  background-color: #60628d;
  cursor: pointer;
  color: white;
}
.hwObjectKatalog .btn-yellow,
.hwHomeFilter .btn-yellow {
  background-color: #ebb40e;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  color: white;
}
.hwObjectKatalog .btn-clr,
.hwHomeFilter .btn-clr {
  background: #afafaf;
}
.hwObjectKatalog .dropdown-item.active,
.hwObjectKatalog .dropdown-item:active,
.hwHomeFilter .dropdown-item.active,
.hwHomeFilter .dropdown-item:active {
  background-color: #303969;
  cursor: pointer;
  color: white;
}
.hwObjectKatalog .dropdown-item.active .text,
.hwObjectKatalog .dropdown-item:active .text,
.hwHomeFilter .dropdown-item.active .text,
.hwHomeFilter .dropdown-item:active .text {
  color: white;
}
.hwObjectKatalog .btn-light:not(:disabled):not(.disabled).active,
.hwObjectKatalog .btn-light:not(:disabled):not(.disabled):active,
.hwObjectKatalog .show > .btn-light.dropdown-toggle,
.hwHomeFilter .btn-light:not(:disabled):not(.disabled).active,
.hwHomeFilter .btn-light:not(:disabled):not(.disabled):active,
.hwHomeFilter .show > .btn-light.dropdown-toggle {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.hwObjectKatalog .btn.focus,
.hwObjectKatalog .btn:focus,
.hwHomeFilter .btn.focus,
.hwHomeFilter .btn:focus {
  outline: 0;
  box-shadow: none;
}
.hwObjectKatalog .a_btn,
.hwHomeFilter .a_btn {
  background: #151654;
  color: white;
  border: 1px solid transparent;
}
.hwObjectKatalog .btn-gray,
.hwHomeFilter .btn-gray {
  background-color: #cfcfcf;
  min-width: 30px;
  height: 30px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-out;
}
.hwObjectKatalog img,
.hwHomeFilter img {
  max-width: 100%;
}
.hwObjectKatalog .btn-group,
.hwHomeFilter .btn-group {
  max-width: 100%;
}
.hwObjectKatalog .filter-item,
.hwHomeFilter .filter-item {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0px 0% 10px;
  vertical-align: top;
}
.hwObjectKatalog .filter-top-item.filter-item .btn:hover,
.hwHomeFilter .filter-top-item.filter-item .btn:hover {
  background: #60628d;
}
.hwObjectKatalog .filter-item .btn:hover,
.hwHomeFilter .filter-item .btn:hover {
  background: inherit;
}
.hwObjectKatalog .filter-full .filter-item-toggle,
.hwHomeFilter .filter-full .filter-item-toggle {
  width: 100%;
  border: 1px solid #d4d4d4;
  background: white;
  height: 42px;
  border-radius: 0px;
  color: #7e7e7e;
  font-size: 16px;
  position: relative;
  text-align: left;
  padding-left: 35px;
}
.hwObjectKatalog .filter-item-toggle i,
.hwObjectKatalog .filter-item-toggle .icon,
.hwHomeFilter .filter-item-toggle i,
.hwHomeFilter .filter-item-toggle .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #e5e5e5;
  font-size: 24px;
}
.hwObjectKatalog .icon-tour,
.hwHomeFilter .icon-tour {
  width: 15px;
  height: 15px;
  background: url("../../img/tour-icon1.svg") 0 0 no-repeat;
  background-size: cover;
}
.hwObjectKatalog .filter-item.class11,
.hwHomeFilter .filter-item.class11 {
  background: url("../../img/tour-icon1.svg") 0 0 no-repeat;
}
.hwObjectKatalog .active.area .icon-tour,
.hwHomeFilter .active.area .icon-tour {
  background: url("../../img/tour-icon-active.svg") 0 0 no-repeat;
}
.hwObjectKatalog .active.location-filter i,
.hwHomeFilter .active.location-filter i {
  color: #5e618c;
}
.hwObjectKatalog .price .icon-money,
.hwHomeFilter .price .icon-money {
  margin-top: 0;
  width: 17px;
  height: 17px;
  background: url("../../img/money-icon.svg") 0 0 no-repeat;
  background-size: cover;
}
.hwObjectKatalog .price.active .icon-money,
.hwHomeFilter .price.active .icon-money {
  background: url("../../img/money-icon-active.svg") 0 0 no-repeat;
}
.hwObjectKatalog .filter-item .bootstrap-select,
.hwHomeFilter .filter-item .bootstrap-select {
  width: 100% !important;
}
.hwObjectKatalog .filter-item::before,
.hwHomeFilter .filter-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 19px;
  background-size: cover;
  z-index: 5;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.hwObjectKatalog .filter-item-mebel::before,
.hwHomeFilter .filter-item-mebel::before {
  background: url(../../img/icon-mebel.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item-mebel.active::before,
.hwHomeFilter .filter-item-mebel.active::before {
  background: url(../../img/icon-mebel-active.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.class1::before,
.hwHomeFilter .filter-item.class1::before {
  background: url(../../img/room-icon.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.class1.active::before,
.hwHomeFilter .filter-item.class1.active::before {
  background: url(../../img/room-icon-active.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.room::before,
.hwHomeFilter .filter-item.room::before {
  background: url(../../img/room-icon.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.room.active::before,
.hwHomeFilter .filter-item.room.active::before {
  background: url(../../img/room-icon-active.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.sea::before,
.hwHomeFilter .filter-item.sea::before {
  background: url(../../img/icon-sea.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.sea.active::before,
.hwHomeFilter .filter-item.sea.active::before {
  background: url(../../img/icon-sea-active.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.year::before,
.hwHomeFilter .filter-item.year::before {
  background: url(../../img/icon-year.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item.year.active::before,
.hwHomeFilter .filter-item.year.active::before {
  background: url(../../img/icon-year-active.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item .icon,
.hwHomeFilter .filter-item .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #e5e5e5;
  font-size: 0;
  z-index: 9;
}
.hwObjectKatalog .sort-select button,
.hwHomeFilter .sort-select button {
  padding-left: 15px;
  height: 35px;
}
.hwObjectKatalog .sort-select .bootstrap-select:not(.show),
.hwHomeFilter .sort-select .bootstrap-select:not(.show) {
  color: white;
}
.hwObjectKatalog .bootstrap-select.btn-group,
.hwHomeFilter .bootstrap-select.btn-group {
  margin-left: 0px;
}
.hwObjectKatalog .filter-full-sec,
.hwHomeFilter .filter-full-sec {
  padding: 40px 0px 50px;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
}
.hwObjectKatalog .checkbox-styled input[type=checkbox]:checked + label:before,
.hwHomeFilter .checkbox-styled input[type=checkbox]:checked + label:before {
  font-size: 12px;
  padding-top: 1px;
}
.hwObjectKatalog .dropdown-item:focus,
.hwObjectKatalog .dropdown-item:hover,
.hwHomeFilter .dropdown-item:focus,
.hwHomeFilter .dropdown-item:hover {
  color: white;
  background-color: #303969;
}
.hwObjectKatalog a:not([href]):hover,
.hwHomeFilter a:not([href]):hover {
  color: white;
}
.hwObjectKatalog .filter-full .filter-toggle i,
.hwHomeFilter .filter-full .filter-toggle i {
  color: #fff;
  font-size: 30px;
}
.hwObjectKatalog .dropdown-toggle::after,
.hwHomeFilter .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  width: 8px;
  height: 15px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: url(../../img/drop-bg.svg) 0 0 no-repeat;
}
.hwObjectKatalog .filter-item-toggle .text,
.hwHomeFilter .filter-item-toggle .text {
  display: inline-block;
  max-width: 90%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
  line-height: 36px;
  white-space: nowrap;
}
.hwObjectKatalog .text,
.hwHomeFilter .text {
  color: #393939;
}
.hwObjectKatalog li:hover .text,
.hwHomeFilter li:hover .text {
  color: white;
}
.hwObjectKatalog .filter-item-toggle .caret,
.hwHomeFilter .filter-item-toggle .caret {
  border: 0;
}
.hwObjectKatalog .dropdown-sec .filter-item-toggle .caret,
.hwHomeFilter .dropdown-sec .filter-item-toggle .caret {
  position: absolute;
  right: 10px;
  width: 8px;
  height: 12px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: url("../../img/drop-bg.svg") 0 0 no-repeat;
}
.hwObjectKatalog .filter-item .filter-collapse,
.hwHomeFilter .filter-item .filter-collapse {
  display: none;
  top: 40px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  text-align: left;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #d4d4d4;
}
@media (max-width: 576px) {
  .hwObjectKatalog .filter-item .filter-collapse,
  .hwHomeFilter .filter-item .filter-collapse {
    left: -25px;
  }
}
.hwObjectKatalog .filter-collapse ul li,
.hwHomeFilter .filter-collapse ul li {
  color: #7e7e7e;
  font-size: 14px;
}
.hwObjectKatalog .filter-item-toggle .icon,
.hwHomeFilter .filter-item-toggle .icon {
  margin-top: -2px;
  width: 15px;
}
.hwObjectKatalog .filter-item-toggle .icon img,
.hwHomeFilter .filter-item-toggle .icon img {
  width: 100%;
}
.hwObjectKatalog .dropdown-toggle,
.hwHomeFilter .dropdown-toggle {
  height: 42px;
  border-radius: 0;
}
.hwObjectKatalog .btn-light,
.hwHomeFilter .btn-light {
  background: white;
}
.hwObjectKatalog .btn-light:hover,
.hwHomeFilter .btn-light:hover {
  color: inherit;
}
.hwObjectKatalog button:focus,
.hwHomeFilter button:focus {
  outline: none !important;
}
.hwObjectKatalog .btn-light:not(:disabled):not(.disabled).active:focus,
.hwObjectKatalog .btn-light:not(:disabled):not(.disabled):active:focus,
.hwObjectKatalog .show > .btn-light.dropdown-toggle:focus,
.hwHomeFilter .btn-light:not(:disabled):not(.disabled).active:focus,
.hwHomeFilter .btn-light:not(:disabled):not(.disabled):active:focus,
.hwHomeFilter .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.hwObjectKatalog .bootstrap-select .dropdown-toggle:focus,
.hwObjectKatalog .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.hwHomeFilter .bootstrap-select .dropdown-toggle:focus,
.hwHomeFilter .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.hwObjectKatalog .bootstrap-select .dropdown-toggle .filter-option,
.hwHomeFilter .bootstrap-select .dropdown-toggle .filter-option {
  height: auto;
}
.hwObjectKatalog .bootstrap-select.btn-group .dropdown-toggle i,
.hwHomeFilter .bootstrap-select.btn-group .dropdown-toggle i {
  font-size: 20px;
  color: #ebb40e;
}
.hwObjectKatalog .bootstrap-select.btn-group .dropdown-toggle:hover,
.hwObjectKatalog .bootstrap-select.btn-group .dropdown-toggle:focus,
.hwHomeFilter .bootstrap-select.btn-group .dropdown-toggle:hover,
.hwHomeFilter .bootstrap-select.btn-group .dropdown-toggle:focus {
  outline: none !important;
}
.hwObjectKatalog .dropdown-toggle .caret,
.hwHomeFilter .dropdown-toggle .caret {
  border: 0;
  position: relative;
  top: 10px;
  right: 20px;
  left: auto;
  line-height: normal;
}
.hwObjectKatalog .dropdown-toggle .caret:after,
.hwHomeFilter .dropdown-toggle .caret:after {
  content: "";
  font-size: 14px;
  position: absolute;
  right: 0;
  width: 8px;
  height: 12px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: url("../../img/drop-bg.svg") 0 0 no-repeat;
}
.hwObjectKatalog .bootstrap-select.btn-group .dropdown-menu li a i,
.hwHomeFilter .bootstrap-select.btn-group .dropdown-menu li a i {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  color: #cfcfcf;
  font-size: 20px;
  line-height: normal;
  margin-top: 2px;
}
.hwObjectKatalog .bootstrap-select.btn-group .dropdown-menu li a:hover i,
.hwHomeFilter .bootstrap-select.btn-group .dropdown-menu li a:hover i {
  color: #ebb40e;
}
.hwObjectKatalog .location-drop,
.hwHomeFilter .location-drop {
  max-width: 60%;
  width: 100%;
  position: absolute;
}
.hwObjectKatalog .location-drop .country-list,
.hwHomeFilter .location-drop .country-list {
  max-height: 300px;
  padding: 0;
  overflow: auto;
}
.hwObjectKatalog .choose-country,
.hwHomeFilter .choose-country {
  color: #7e7e7e;
  font-size: 16px;
  padding: 3px 12px 3px 35px;
  cursor: pointer;
}
.hwObjectKatalog .choose-country:hover,
.hwHomeFilter .choose-country:hover {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog .active.choose-country,
.hwHomeFilter .active.choose-country {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog .choose-city-wrap,
.hwHomeFilter .choose-city-wrap {
  position: absolute;
  top: 0;
  display: none;
  left: 100%;
  width: 100%;
  bottom: 0px;
  max-width: 210px;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  padding: 0;
  overflow-y: auto;
}
.hwObjectKatalog .choose-city-wrap ul,
.hwHomeFilter .choose-city-wrap ul {
  padding: 0;
}
.hwObjectKatalog .choose-city-wrap .choose-city,
.hwHomeFilter .choose-city-wrap .choose-city {
  color: #7e7e7e;
  font-size: 14px;
  padding: 3px 10px 0px 35px;
  cursor: pointer;
  position: relative;
}
.hwObjectKatalog .choose-city-wrap .choose-city:hover,
.hwHomeFilter .choose-city-wrap .choose-city:hover {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog .choose-city-wrap .active.choose-city,
.hwHomeFilter .choose-city-wrap .active.choose-city {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog .choose-area-wrap,
.hwHomeFilter .choose-area-wrap {
  top: 0;
  display: none;
  width: 300px;
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
  margin-left: -35px;
  margin-right: -10px;
}
.hwObjectKatalog .choose-area-wrap ul,
.hwHomeFilter .choose-area-wrap ul {
  padding: 0;
  margin: 0;
}
.hwObjectKatalog .choose-area-wrap .choose-area,
.hwHomeFilter .choose-area-wrap .choose-area {
  color: #7e7e7e;
  font-size: 14px;
  padding: 3px 10px 3px 35px;
  cursor: pointer;
  position: relative;
}
.hwObjectKatalog .choose-area-wrap .choose-area:hover,
.hwHomeFilter .choose-area-wrap .choose-area:hover {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog .choose-area-wrap .active.choose-area,
.hwHomeFilter .choose-area-wrap .active.choose-area {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog .active.choose-city:before,
.hwHomeFilter .active.choose-city:before {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  /*position: absolute;
          top: 50%;*/
  /*left: 20px; */
  position: absolute;
  left: 10px;
  top: 3px;
}
.hwObjectKatalog .active.choose-country span.name,
.hwHomeFilter .active.choose-country span.name {
  position: relative;
}
.hwObjectKatalog .active.choose-country span.name:before,
.hwHomeFilter .active.choose-country span.name:before {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  /*position: absolute;
          top: 0%;*/
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  left: -24px;
  top: 0px;
}
.hwObjectKatalog .active.choose-area:before,
.hwHomeFilter .active.choose-area:before {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  /*position: absolute;
          top: 50%;*/
  /*left: 20px; */
  position: absolute;
  left: 10px;
  top: 3px;
}
.hwObjectKatalog .count-drop,
.hwHomeFilter .count-drop {
  padding: 0;
}
.hwObjectKatalog .count-drop ul,
.hwHomeFilter .count-drop ul {
  padding: 10px 0px;
  display: inline-block;
  width: 50%;
  margin: 0;
  text-align: right;
}
.hwObjectKatalog .count-drop ul:first-child,
.hwHomeFilter .count-drop ul:first-child {
  border-right: 1px solid #dbdbdb;
}
.hwObjectKatalog ul .count-title,
.hwHomeFilter ul .count-title {
  padding: 3px 30px 3px 0px;
}
.hwObjectKatalog ul .choose-item,
.hwHomeFilter ul .choose-item {
  padding: 3px 30px 3px 10px;
  cursor: pointer;
}
.hwObjectKatalog ul .choose-item:hover,
.hwHomeFilter ul .choose-item:hover {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog ul .choose-item.active,
.hwHomeFilter ul .choose-item.active {
  background: #5e618c;
  color: #fff;
}
.hwObjectKatalog ul .disable,
.hwHomeFilter ul .disable {
  color: #bababa;
  cursor: text;
}
.hwObjectKatalog .count-drop li,
.hwHomeFilter .count-drop li {
  padding-right: 15px;
}
.hwObjectKatalog .count-drop .active,
.hwHomeFilter .count-drop .active {
  color: #fff;
}
.hwObjectKatalog .dropdown-menu,
.hwHomeFilter .dropdown-menu {
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.hwObjectKatalog .filter-full .filter-middle,
.hwHomeFilter .filter-full .filter-middle {
  font-size: 0;
  text-align: center;
}
.hwObjectKatalog .price,
.hwHomeFilter .price {
  margin-right: 5px;
}
.hwObjectKatalog .usd-select,
.hwHomeFilter .usd-select {
  position: absolute;
  top: 0;
  left: 0;
}
.hwObjectKatalog .filter-full .filter-middle .count,
.hwHomeFilter .filter-full .filter-middle .count {
  max-width: 60px;
  width: 100%;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select {
  margin-left: 0px;
  width: 100%;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #393939;
  font-size: 0px;
  box-shadow: none;
  padding: 0px 0px 0px 10px;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle i,
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle strong,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle i,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle strong {
  font-size: 20px;
  color: #ebb40e;
  vertical-align: middle;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle:hover,
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle:focus,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle:hover,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle .caret,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle .caret {
  border: 0;
  position: relative;
  top: 10px;
  right: 20px;
  left: auto;
  line-height: normal;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle .caret:after,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-toggle .caret:after {
  content: "";
  font-size: 14px;
  position: absolute;
  right: 10px;
  width: 8px;
  height: 12px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: url("../../img/drop-bg.svg") 0 0 no-repeat;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu {
  right: -1px;
  top: -3px;
  left: auto !important;
  border-radius: 0px;
  width: 140px;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu .inner,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu .inner {
  overflow: hidden;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a {
  color: #393939 !important;
  font-size: 16px;
  background-color: #fff !important;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a .text .icon,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a .text .icon {
  color: #393939 !important;
  font-size: 16px;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a .text .icon i,
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a .text .icon strong,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a .text .icon i,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a .text .icon strong {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  color: #cfcfcf !important;
  font-size: 20px;
  line-height: normal;
  margin-top: 2px;
  vertical-align: baseline;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a.active,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a.active {
  background-color: #f7f7f7 !important;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover {
  background-color: #f7f7f7 !important;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover .text .icon,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover .text .icon {
  color: #393939 !important;
  font-size: 16px;
}
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover .text .icon i,
.hwObjectKatalog .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover .text .icon strong,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover .text .icon i,
.hwHomeFilter .filter-full .filter-middle .count .bootstrap-select .dropdown-menu li a:hover .text .icon strong {
  color: #ebb40e !important;
  vertical-align: baseline;
}
.hwObjectKatalog .filter-full .filter-middle .count ul.dropdown-menu li .text,
.hwHomeFilter .filter-full .filter-middle .count ul.dropdown-menu li .text {
  color: #393939 !important;
  font-size: 16px;
  background-color: #fff !important;
}
.hwObjectKatalog .filter-full .filter-middle .count ul.dropdown-menu li .text strong,
.hwHomeFilter .filter-full .filter-middle .count ul.dropdown-menu li .text strong {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  color: #cfcfcf !important;
  font-size: 20px;
  line-height: normal;
  margin-top: 2px;
  vertical-align: baseline;
}
.hwObjectKatalog .filter-full .filter-middle .count ul.dropdown-menu li:hover .text,
.hwHomeFilter .filter-full .filter-middle .count ul.dropdown-menu li:hover .text {
  color: #393939 !important;
  font-size: 16px;
  background-color: #fff !important;
}
.hwObjectKatalog .filter-full .filter-middle .count ul.dropdown-menu li:hover .text strong,
.hwHomeFilter .filter-full .filter-middle .count ul.dropdown-menu li:hover .text strong {
  color: #ebb40e !important;
  vertical-align: baseline;
}
.hwObjectKatalog .filter-top-item .btn,
.hwHomeFilter .filter-top-item .btn {
  width: 100%;
  max-width: 100%;
  background-color: #60628d;
  border-bottom: 0;
  color: white;
  text-align: left;
  height: 36px;
  line-height: 36px;
  padding: 0 10px 0px 35px;
}
.hwObjectKatalog .filter-top-item .filter-collapse,
.hwHomeFilter .filter-top-item .filter-collapse {
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #60628d;
  border-radius: 0px;
  z-index: 99;
  text-align: left;
  padding: 10px 0px 20px;
  border-top: 0;
}
.hwObjectKatalog .filter-top-item .checkbox-styled,
.hwHomeFilter .filter-top-item .checkbox-styled {
  padding-left: 25px;
}
.hwObjectKatalog .filter-top-item .checkbox-styled:hover,
.hwHomeFilter .filter-top-item .checkbox-styled:hover {
  background-color: #4f517d;
}
.hwObjectKatalog .filter-top-item .checkbox-styled label,
.hwHomeFilter .filter-top-item .checkbox-styled label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.hwObjectKatalog .checkbox-styled label,
.hwHomeFilter .checkbox-styled label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 2px 0 2px 25px;
  margin-right: 15px;
  font-size: 13px;
}
.hwObjectKatalog .checkbox-styled label:before,
.hwHomeFilter .checkbox-styled label:before {
  top: 6px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
}
.hwObjectKatalog .checkbox-styled input[type=checkbox],
.hwHomeFilter .checkbox-styled input[type=checkbox] {
  display: none;
}
.hwObjectKatalog .checkbox-styled input[type=checkbox]:checked + label:before,
.hwHomeFilter .checkbox-styled input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  font-size: 13px;
  color: #2d325e;
  text-align: center;
  line-height: 15px;
}
.hwObjectKatalog .filter-top-item .btn .icon-choose,
.hwHomeFilter .filter-top-item .btn .icon-choose {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
}
.hwObjectKatalog .btn .active.icon-choose:before,
.hwHomeFilter .btn .active.icon-choose:before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  left: 2px;
  background: #2f335e;
}
.hwObjectKatalog .filter-top .btn i,
.hwHomeFilter .filter-top .btn i {
  right: 10px;
  left: unset;
}
.hwObjectKatalog .tour-block,
.hwHomeFilter .tour-block {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  width: 216px;
  margin: 0 auto;
  position: relative;
}
.hwObjectKatalog .catalog-search .tour-block,
.hwHomeFilter .catalog-search .tour-block {
  box-shadow: none;
}
.hwObjectKatalog .catalog-search .tour-block > .row,
.hwHomeFilter .catalog-search .tour-block > .row {
  position: relative;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.hwObjectKatalog .tour-block .shadow,
.hwHomeFilter .tour-block .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hwObjectKatalog .tour-block .img-block,
.hwHomeFilter .tour-block .img-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 140px;
}
.hwObjectKatalog .img-block a,
.hwHomeFilter .img-block a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.hwObjectKatalog .img-block img,
.hwHomeFilter .img-block img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  -o-object-fit: cover;
     object-fit: cover;
}
.hwObjectKatalog .img-block:hover img,
.hwHomeFilter .img-block:hover img {
  transition: all 2s;
  transform: scale(1.1);
}
.hwObjectKatalog .tour-block .tour-desc,
.hwHomeFilter .tour-block .tour-desc {
  height: auto;
  background: #fff;
  padding: 9px 20px 18px;
  position: static;
  min-height: 175px;
}
.hwObjectKatalog .tour-desc .price,
.hwHomeFilter .tour-desc .price {
  color: #363c6d;
  font-size: 16px;
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
.hwObjectKatalog .tour-desc .price .med,
.hwHomeFilter .tour-desc .price .med {
  font-family: "Gotham Pro Medium", sans-serif;
}
.hwObjectKatalog .tour-desc .name,
.hwHomeFilter .tour-desc .name {
  display: block;
  min-height: 3em;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 1em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.hwObjectKatalog .tour-desc .tour-list,
.hwHomeFilter .tour-desc .tour-list {
  margin-bottom: 0px;
}
.hwObjectKatalog .tour-desc .tour-list li,
.hwHomeFilter .tour-desc .tour-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 6px;
  color: #363636;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hwObjectKatalog .tour-list li .icon,
.hwHomeFilter .tour-list li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hwObjectKatalog .tour-desc .tour-list li .sub,
.hwHomeFilter .tour-desc .tour-list li .sub {
  font-size: 10px;
  line-height: 10px;
  vertical-align: super;
}
.hwObjectKatalog .tour-desc .code,
.hwHomeFilter .tour-desc .code {
  color: #878787;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 11px;
  position: absolute;
  right: 16px;
  bottom: 17px;
}
.hwObjectKatalog .tour-desc .like,
.hwHomeFilter .tour-desc .like {
  position: absolute;
  right: 25px;
  top: 15px;
  display: none;
}
.hwObjectKatalog .tour-desc .like a,
.hwHomeFilter .tour-desc .like a {
  font-size: 28px;
  color: #d8d8d8;
}
.hwObjectKatalog .about-sec,
.hwHomeFilter .about-sec {
  background: #fff;
  padding: 136px 0px 75px;
}
.hwObjectKatalog .about-sec .title,
.hwHomeFilter .about-sec .title {
  max-width: 300px;
  font-weight: 400;
  line-height: 65px;
}
.hwObjectKatalog .tour-list .gray,
.hwHomeFilter .tour-list .gray {
  display: none;
}
.hwObjectKatalog .dropdown-toggle,
.hwHomeFilter .dropdown-toggle {
  border: 1px solid #d4d4d4;
  color: #393939 !important;
  padding: 0 0 0 35px;
}
.hwObjectKatalog .dropdown-toggle:after,
.hwHomeFilter .dropdown-toggle:after {
  border: 0;
}
.hwObjectKatalog .nav-pills,
.hwHomeFilter .nav-pills {
  margin-top: 100px;
  margin-bottom: 100px;
  flex-direction: column;
  position: fixed;
  z-index: 200;
  top: 0;
}
.hwObjectKatalog .nav-pills-link,
.hwHomeFilter .nav-pills-link {
  width: 30px;
  height: 30px;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 5px;
  text-align: center;
}
.hwObjectKatalog .nav-pills-link i,
.hwHomeFilter .nav-pills-link i {
  width: 100%;
}
.hwObjectKatalog .nav-pills.affix-top,
.hwHomeFilter .nav-pills.affix-top {
  position: fixed;
  top: 0;
  z-index: 99;
  margin-top: 100px;
  margin-bottom: 100px;
}
.hwObjectKatalog .sup,
.hwHomeFilter .sup {
  vertical-align: super;
  font-size: 0.6em;
}
.hwObjectKatalog .btns .btn:not(.a_btn),
.hwHomeFilter .btns .btn:not(.a_btn) {
  border: 1px solid lightgray;
}
.hwObjectKatalog .back-bottom,
.hwHomeFilter .back-bottom {
  position: absolute;
  bottom: 112px;
  left: 15px;
}
.hwObjectKatalog .modal-content,
.hwHomeFilter .modal-content {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle 800px at 256% 169.29%, #444577 0%, #293164 100%);
}
.hwObjectKatalog .modal .close,
.hwHomeFilter .modal .close {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 100%;
  position: relative;
  top: -25px;
  right: -25px;
  font-size: 26px;
  opacity: 1;
  color: #333868;
}
.hwObjectKatalog .modal .modal-title,
.hwHomeFilter .modal .modal-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  padding-left: 20px;
}
.hwObjectKatalog .modal .close span,
.hwHomeFilter .modal .close span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.hwObjectKatalog .price-select.dropdown,
.hwHomeFilter .price-select.dropdown {
  position: absolute;
  left: 0;
  top: 0;
}
.hwObjectKatalog .btn-group > .btn-group.bootstrap-select,
.hwHomeFilter .btn-group > .btn-group.bootstrap-select {
  width: 100% !important;
}
.hwObjectKatalog .btn-group .btn-group.bootstrap-select,
.hwHomeFilter .btn-group .btn-group.bootstrap-select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.hwObjectKatalog .btn.active.focus,
.hwObjectKatalog .btn.active:focus,
.hwObjectKatalog .btn.focus,
.hwObjectKatalog .btn:active.focus,
.hwObjectKatalog .btn:active:focus,
.hwObjectKatalog .btn:focus,
.hwHomeFilter .btn.active.focus,
.hwHomeFilter .btn.active:focus,
.hwHomeFilter .btn.focus,
.hwHomeFilter .btn:active.focus,
.hwHomeFilter .btn:active:focus,
.hwHomeFilter .btn:focus {
  outline: none;
}
.hwObjectKatalog .filter-full .btn-yellow,
.hwHomeFilter .filter-full .btn-yellow {
  margin-top: 18px;
  width: 170px;
}
.hwObjectKatalog .filter-full,
.hwHomeFilter .filter-full {
  margin: 0 auto 100px;
}
.hwObjectKatalog span.check-mark,
.hwHomeFilter span.check-mark {
  color: #303969;
}
.hwObjectKatalog .catalog-sec,
.hwHomeFilter .catalog-sec {
  padding: 0px 0px;
  position: relative;
  z-index: 8;
}
.hwObjectKatalog .catalog-sec .sort-sec,
.hwHomeFilter .catalog-sec .sort-sec {
  margin-bottom: 15px;
  padding-top: 0px;
}
.hwObjectKatalog .catalog-sec .sort-sec .arrows,
.hwHomeFilter .catalog-sec .sort-sec .arrows {
  position: relative;
}
.hwObjectKatalog .catalog-sec .sort-sec .arrows a,
.hwHomeFilter .catalog-sec .sort-sec .arrows a {
  color: #cfcfcf;
  font-size: 16px;
}
.hwObjectKatalog .catalog-sec .sort-sec .arrows .bootstrap-select,
.hwHomeFilter .catalog-sec .sort-sec .arrows .bootstrap-select {
  margin-left: 40px;
  width: 186px;
}
.hwObjectKatalog .catalog-sec .sort-sec .arrows .bootstrap-select .dropdown-toggle,
.hwHomeFilter .catalog-sec .sort-sec .arrows .bootstrap-select .dropdown-toggle {
  height: 30px;
  min-height: 30px;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #393939;
  font-size: 16px;
  box-shadow: none;
  padding: 0px 0px 0px 15px;
}
.hwObjectKatalog .catalog-sec .sort-sec .dropdown-menu li,
.hwHomeFilter .catalog-sec .sort-sec .dropdown-menu li {
  margin-bottom: 0;
}
.hwObjectKatalog .catalog-horisont .hwObjectCard,
.hwHomeFilter .catalog-horisont .hwObjectCard {
  width: 100%;
}
.hwObjectKatalog .catalog-horisont .hwObjectCard .hwObjectCard__imgBlock,
.hwHomeFilter .catalog-horisont .hwObjectCard .hwObjectCard__imgBlock {
  max-width: 250px;
  height: 175px;
  padding: 0 15px 0 0;
}
.hwObjectKatalog .pagination-sec,
.hwHomeFilter .pagination-sec {
  background: transparent;
}
.hwObjectKatalog .pagination-sec .pagination,
.hwHomeFilter .pagination-sec .pagination {
  background: transparent;
  flex-wrap: wrap;
}
.hwObjectKatalog .pagination-sec .pagination li,
.hwHomeFilter .pagination-sec .pagination li {
  border: 0;
}
.hwObjectKatalog .pagination-sec .pagination li a,
.hwHomeFilter .pagination-sec .pagination li a {
  border: none;
  color: #303969;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  padding: 0 10px;
  background: transparent;
}
.hwObjectKatalog .pagination-sec .pagination .active a,
.hwHomeFilter .pagination-sec .pagination .active a {
  color: #f2b51c;
  background: transparent;
}
.hwObjectKatalog .pagination-sec .pagination .next img,
.hwHomeFilter .pagination-sec .pagination .next img {
  transform: rotate(180deg);
}
.hwObjectKatalog .wr-btn-catalof-filter,
.hwHomeFilter .wr-btn-catalof-filter {
  display: none;
  position: relative;
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  height: 5px;
}
@media (max-width: 767px) {
  .hwObjectKatalog .wr-btn-catalof-filter,
  .hwHomeFilter .wr-btn-catalof-filter {
    display: block;
  }
}
.hwObjectKatalog .wr-btn-catalof-filter .btn-catalof-filter,
.hwHomeFilter .wr-btn-catalof-filter .btn-catalof-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  border: none;
  background: #5e618c;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -21px;
}
@media screen and (max-width: 768px) {
  .hwObjectKatalog .location-list-styled,
  .hwHomeFilter .location-list-styled {
    position: relative;
  }
  .hwObjectKatalog .describe-list-sec,
  .hwHomeFilter .describe-list-sec {
    margin-top: 50px;
  }
}

.hwHomeFilter .filter-full {
  position: relative;
  max-width: 100%;
  margin: 0 auto 20px;
}
.hwHomeFilter .filter-full .btn-yellow {
  width: 125px;
  margin-top: 0;
  height: 42px;
}
.hwHomeFilter .filter-item {
  display: inline-block;
  text-align: center;
  max-width: 35%;
  width: 100%;
  position: relative;
  margin-right: 10px;
}
.hwHomeFilter .location-filter {
  max-width: 300px;
}
.hwHomeFilter .location-filter .location-drop {
  top: 0;
  position: relative;
}
.hwHomeFilter .location-filter .choose-city-wrap {
  left: 101%;
  margin: -1px;
}
.hwHomeFilter .location-filter .choose-area-wrap .choose-area {
  padding-left: 55px;
}
.hwHomeFilter .location-filter .choose-area-wrap .choose-area::before {
  left: 30px;
}
.hwHomeFilter .bootstrap-select.location-select {
  position: relative;
}
.hwHomeFilter .bootstrap-select.location-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: url(../../img/icon-locations.svg) no-repeat center;
}
.hwHomeFilter .bootstrap-select.location-select.active:before {
  background: url(../../img/icon-locations-active.svg) no-repeat center;
}
.hwHomeFilter .bootstrap-select.location-select .dropdown-toggle {
  padding-left: 38px !important;
  font-family: "Open Sans", sans-serif;
  min-width: 100%;
}
.hwHomeFilter .bootstrap-select.location-select .dropdown-toggle:hover {
  background-color: white;
  color: #393939;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item {
  padding: 6px 15px 6px 15px;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item:before, .hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item:after {
  display: none !important;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item .check-mark {
  display: none !important;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item.selected {
  color: #fff;
  background: #5e618c;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item.selected span {
  color: #fff;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item .text {
  display: flex;
  margin-right: 0;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item .text .location-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .dropdown-item .text .location-name small {
  padding: 0;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.hwHomeFilter .bootstrap-select.location-select div.dropdown-menu .no-results {
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
@media (max-width: 450px) {
  .hwHomeFilter .bootstrap-select.location-select div.dropdown-menu {
    max-width: 100%;
  }
}
.hwHomeFilter .price {
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  .hwHomeFilter .filter-item {
    padding: 0 !important;
  }
  .hwHomeFilter .filter-item.price {
    max-width: 75% !important;
    margin-right: 5% !important;
  }
  .hwHomeFilter .filter-item.count {
    max-width: 20% !important;
    margin-left: 0 !important;
  }
  .hwHomeFilter #srch {
    width: 100% !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hwHomeFilter .filter-middle .filter-item {
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0px 0% 10px;
  }
  .hwHomeFilter .filter-middle .location-filter {
    max-width: 100%;
    margin-right: 0px;
  }
  .hwHomeFilter .filter-middle .location-filter .location-drop {
    max-width: 60%;
    width: 100%;
  }
  .hwHomeFilter .filter-middle .location-filter .location-drop .choose-country {
    padding: 3px 10px 3px 35px;
    line-height: 19px;
  }
  .hwHomeFilter .filter-middle .location-filter .location-drop .choose-country .choose-city-wrap .choose-city {
    padding: 3px 10px 3px 35px;
    line-height: 19px;
  }
  .hwHomeFilter .filter-middle .price {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 188px;
    margin-right: 10px;
  }
  .hwHomeFilter .filter-middle .count {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    width: 100%;
    max-width: 62px;
  }
  .hwHomeFilter .filter-middle .btn-yellow {
    width: 100%;
  }
  .hwObjectKatalog .choose-country,
  .hwObjectKatalog .choose-city-wrap .choose-city {
    line-height: 19px;
  }
  .hwObjectCard__desc {
    min-height: 175px;
  }
  .hwObjectInfo .content {
    padding-bottom: 30px;
  }
  .hwObjectInfo .locationInfo__list {
    position: relative;
    margin-bottom: 20px;
    min-width: 100%;
    left: 0;
  }
  .hwObjectInfo .locationInfo .map-img {
    float: none;
    width: 100%;
  }
  .hwObjectInfo .includedFeatures {
    margin-top: 30px;
    float: none;
  }
  .hwObjectInfo .location-list-styled {
    position: relative;
  }
  .hwObjectInfo .describe-list-sec {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hwObjectInfo h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }
  .hwObjectInfo .btns-sec .btn {
    padding: 0;
    margin-right: 2px;
    min-height: 30px;
  }
  .hwObjectInfo .hwObjectInfoSlider-main img {
    height: 200px;
  }
  .hwObjectInfo .generalInfo__list {
    margin-bottom: 50px;
  }
  .hwObjectInfo .contacts {
    margin-bottom: 50px;
  }
  .hwObjectInfo .contacts:before {
    right: -20px;
  }
  .hwObjectInfo .locationInfo__list {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .hwObjectInfo .descriptionText {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
  }
  .hwObjectInfo .descriptionText p {
    font-weight: normal;
  }
}
@media (min-width: 1600px) {
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #sidebar {
    max-width: 100%;
  }
}
.min-width-100 {
  min-width: 100%;
}
@media (max-width: 576px) {
  .min-width-100 {
    min-width: auto;
  }
}

.catalog-sec .sort-sec .arrows .arrows-icon,
.hwShowcase .sort-sec .arrows .arrows-icon,
.hwRelatedObjects .sort-sec .arrows .arrows-icon {
  display: block;
}
.catalog-sec .sort-sec .arrows .arrows-icon--hover,
.hwShowcase .sort-sec .arrows .arrows-icon--hover,
.hwRelatedObjects .sort-sec .arrows .arrows-icon--hover {
  display: none;
}
.catalog-sec .sort-sec .arrows:hover .arrows-icon,
.hwShowcase .sort-sec .arrows:hover .arrows-icon,
.hwRelatedObjects .sort-sec .arrows:hover .arrows-icon {
  display: none;
}
.catalog-sec .sort-sec .arrows:hover .arrows-icon--hover,
.hwShowcase .sort-sec .arrows:hover .arrows-icon--hover,
.hwRelatedObjects .sort-sec .arrows:hover .arrows-icon--hover {
  display: block;
}
.catalog-sec .sort-sec .bootstrap-select,
.hwShowcase .sort-sec .bootstrap-select,
.hwRelatedObjects .sort-sec .bootstrap-select {
  margin-left: 20px !important;
  width: 160px !important;
}
.catalog-sec .sort-sec .bootstrap-select .btn,
.hwShowcase .sort-sec .bootstrap-select .btn,
.hwRelatedObjects .sort-sec .bootstrap-select .btn {
  font-family: "Noah", sans-serif;
  border: none !important;
  padding: 0px 0px 0px 10px;
}
.catalog-sec .sort-sec .bootstrap-select .btn:after,
.hwShowcase .sort-sec .bootstrap-select .btn:after,
.hwRelatedObjects .sort-sec .bootstrap-select .btn:after {
  display: none;
}
.catalog-sec .sort-sec .dropdown-menu,
.hwShowcase .sort-sec .dropdown-menu,
.hwRelatedObjects .sort-sec .dropdown-menu {
  border-radius: 3px;
  left: -24px !important;
  margin: 5px 0 0;
  padding: 7px 0;
}
.catalog-sec .sort-sec .dropdown-menu.inner,
.hwShowcase .sort-sec .dropdown-menu.inner,
.hwRelatedObjects .sort-sec .dropdown-menu.inner {
  padding: 0;
  margin: 0;
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item {
  font-family: "Noah", sans-serif;
  font-size: 14px !important;
  line-height: 17px;
  padding: 5px 22px 5px 46px;
  position: relative;
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item span.text,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item span.text,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item span.text {
  color: #535468;
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item:before,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item:before,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #D4D4D4;
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item:after,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item:after,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
}
@media (min-width: 992px) {
  .catalog-sec .sort-sec .dropdown-menu .dropdown-item:hover,
  .hwShowcase .sort-sec .dropdown-menu .dropdown-item:hover,
  .hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .catalog-sec .sort-sec .dropdown-menu .dropdown-item:hover span .text,
  .hwShowcase .sort-sec .dropdown-menu .dropdown-item:hover span .text,
  .hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item:hover span .text {
    color: #393939 !important;
  }
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item.active,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item.active,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item.active:before,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item.active:before,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item.active:before {
  border: 1px solid #EBB40E;
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item.active:after,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item.active:after,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item.active:after {
  background: #EBB40E;
}
.catalog-sec .sort-sec .dropdown-menu .dropdown-item.active .text,
.hwShowcase .sort-sec .dropdown-menu .dropdown-item.active .text,
.hwRelatedObjects .sort-sec .dropdown-menu .dropdown-item.active .text {
  font-family: "Noah-Bold", sans-serif;
  color: #393939 !important;
}
.catalog-sec .hwObjectCard,
.hwShowcase .hwObjectCard,
.hwRelatedObjects .hwObjectCard {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
}
.catalog-sec .hwObjectCard:hover,
.hwShowcase .hwObjectCard:hover,
.hwRelatedObjects .hwObjectCard:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.catalog-sec .hwObjectCard .is_sell,
.hwShowcase .hwObjectCard .is_sell,
.hwRelatedObjects .hwObjectCard .is_sell {
  opacity: 0.7;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 5;
}
.catalog-sec .hwObjectCard__icon,
.hwShowcase .hwObjectCard__icon,
.hwRelatedObjects .hwObjectCard__icon {
  top: 0;
  transform: translateY(0%);
}
.catalog-sec .hwObjectCard__sold,
.hwShowcase .hwObjectCard__sold,
.hwRelatedObjects .hwObjectCard__sold {
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100% !important;
}
.catalog-sec .hwObjectCard__imgBlock,
.hwShowcase .hwObjectCard__imgBlock,
.hwRelatedObjects .hwObjectCard__imgBlock {
  height: 230px;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__imgBlock,
  .hwShowcase .hwObjectCard__imgBlock,
  .hwRelatedObjects .hwObjectCard__imgBlock {
    height: 250px;
  }
}
.catalog-sec .hwObjectCard__imgBlock-location-wrapper,
.hwShowcase .hwObjectCard__imgBlock-location-wrapper,
.hwRelatedObjects .hwObjectCard__imgBlock-location-wrapper {
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(0deg, rgba(35, 36, 62, 0.52) 0%, rgba(35, 36, 62, 0) 40.53%);
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  height: 100%;
}
.catalog-sec .hwObjectCard__imgBlock-location,
.hwShowcase .hwObjectCard__imgBlock-location,
.hwRelatedObjects .hwObjectCard__imgBlock-location {
  left: 20px;
  bottom: 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  z-index: 2;
  font-family: "Noah-Bold", sans-serif;
  line-height: 19px;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__imgBlock-location,
  .hwShowcase .hwObjectCard__imgBlock-location,
  .hwRelatedObjects .hwObjectCard__imgBlock-location {
    font-size: 16px;
    line-height: 20px;
    left: 30px;
    bottom: 16px;
  }
}
.catalog-sec .hwObjectCard__imgBlock-location img,
.hwShowcase .hwObjectCard__imgBlock-location img,
.hwRelatedObjects .hwObjectCard__imgBlock-location img {
  width: 11px;
  height: 14px;
  margin-right: 10px;
  vertical-align: top;
  transform: scale(1) !important;
  display: inline-block;
}
.catalog-sec .hwObjectCard__desc,
.hwShowcase .hwObjectCard__desc,
.hwRelatedObjects .hwObjectCard__desc {
  padding: 20px;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__desc,
  .hwShowcase .hwObjectCard__desc,
  .hwRelatedObjects .hwObjectCard__desc {
    padding: 20px 30px;
  }
}
.catalog-sec .hwObjectCard__price,
.hwShowcase .hwObjectCard__price,
.hwRelatedObjects .hwObjectCard__price {
  font-family: "Noah", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #6D6F9E;
}
.catalog-sec .hwObjectCard__price .med,
.hwShowcase .hwObjectCard__price .med,
.hwRelatedObjects .hwObjectCard__price .med {
  font-family: "Noah-Bold", sans-serif;
}
.catalog-sec .hwObjectCard__name,
.hwShowcase .hwObjectCard__name,
.hwRelatedObjects .hwObjectCard__name {
  height: 51px;
  margin-bottom: 16px;
  line-height: 17px;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__name,
  .hwShowcase .hwObjectCard__name,
  .hwRelatedObjects .hwObjectCard__name {
    margin-bottom: 20px;
    height: auto;
  }
}
.catalog-sec .hwObjectCard__name a,
.hwShowcase .hwObjectCard__name a,
.hwRelatedObjects .hwObjectCard__name a {
  font-family: "Noah", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #363636;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__name a,
  .hwShowcase .hwObjectCard__name a,
  .hwRelatedObjects .hwObjectCard__name a {
    font-size: 16px;
    line-height: 17px;
  }
}
.catalog-sec .hwObjectCard__year, .catalog-sec .hwObjectCard__square,
.hwShowcase .hwObjectCard__year,
.hwShowcase .hwObjectCard__square,
.hwRelatedObjects .hwObjectCard__year,
.hwRelatedObjects .hwObjectCard__square {
  color: #363636;
  font-family: "Noah-Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.catalog-sec .hwObjectCard__square,
.hwShowcase .hwObjectCard__square,
.hwRelatedObjects .hwObjectCard__square {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__square,
  .hwShowcase .hwObjectCard__square,
  .hwRelatedObjects .hwObjectCard__square {
    left: 30px;
  }
}
.catalog-sec .hwObjectCard__square span,
.hwShowcase .hwObjectCard__square span,
.hwRelatedObjects .hwObjectCard__square span {
  font-family: "Noah", sans-serif;
}
.catalog-sec .hwObjectCard__year,
.hwShowcase .hwObjectCard__year,
.hwRelatedObjects .hwObjectCard__year {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__year,
  .hwShowcase .hwObjectCard__year,
  .hwRelatedObjects .hwObjectCard__year {
    right: 30px;
  }
}
.catalog-sec .hwObjectCard__list,
.hwShowcase .hwObjectCard__list,
.hwRelatedObjects .hwObjectCard__list {
  margin-bottom: 50px;
}
.catalog-sec .hwObjectCard__list li,
.hwShowcase .hwObjectCard__list li,
.hwRelatedObjects .hwObjectCard__list li {
  margin-bottom: 10px;
  padding-left: 31px;
  font-family: "Noah";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  white-space: normal;
}
.catalog-sec .hwObjectCard__list li span.label,
.hwShowcase .hwObjectCard__list li span.label,
.hwRelatedObjects .hwObjectCard__list li span.label {
  color: #CACBD0;
}
.catalog-sec .hwObjectCard__list li span.value,
.hwShowcase .hwObjectCard__list li span.value,
.hwRelatedObjects .hwObjectCard__list li span.value {
  color: #363636;
  margin-left: 12px;
}
@media (max-width: 575px) {
  .catalog-sec .hwObjectCard__list li span.value,
  .hwShowcase .hwObjectCard__list li span.value,
  .hwRelatedObjects .hwObjectCard__list li span.value {
    margin-left: 6px;
  }
}
.catalog-sec .sup,
.hwShowcase .sup,
.hwRelatedObjects .sup {
  vertical-align: super;
  font-size: 0.6em;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.hwShowcase__carouselItem,
.hwRelatedObjects__carouselItem {
  padding: 0 15px 30px;
}
.hwShowcase .slick-track,
.hwShowcase .slick-list,
.hwRelatedObjects .slick-track,
.hwRelatedObjects .slick-list {
  display: flex;
}

#katalogFilter {
  position: relative;
  z-index: 99;
}
#katalogFilter #catalog-filter {
  display: block;
}
@media (max-width: 767px) {
  #katalogFilter #catalog-filter {
    display: none;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap {
  margin: 0 -5px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item {
  padding: 0 5px 5px 5px;
  margin-bottom: 0;
  width: auto;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item {
    margin-bottom: 15px;
    width: 100%;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group {
  border: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group.active {
    border: 1px solid #9EA0DB;
  }
}
@media (max-width: 768px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group {
    border: none;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group .dropdown-toggle {
    border: 1px solid #dee2e6 !important;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group.active .dropdown-toggle {
    border: 1px solid #9EA0DB !important;
  }
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group {
    height: auto;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group .input-wrap {
    max-width: 100%;
    width: calc(50% - 42px);
    height: 42px;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group .input-wrap--first {
    right: calc(50% - 42px);
  }
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.filter-price .filter-item-group:hover {
    border: 1px solid #9EA0DB;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item:before {
  display: none;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter {
  width: 235px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter {
    width: 100%;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop {
  left: 4px;
  border-radius: 3px;
  min-width: 300px;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop {
    left: auto;
    right: 110px;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop {
    position: relative;
    right: auto;
    max-width: 100%;
    top: auto;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list {
  max-height: 272px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country {
  padding: 5px 15px;
  font-family: "Noah", sans-serif;
  color: #393939;
  margin-bottom: 0;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country:hover {
  font-family: "Noah", sans-serif;
  background: #fff;
  color: #393939;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country:hover {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country:hover > .price {
    color: #fff;
    font-family: "Noah", sans-serif;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country.active {
  background: #5e618c;
  color: #fff;
  font-family: "Noah-Bold", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country.active > .price {
  color: #fff;
  font-family: "Noah", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .name:before {
  display: none !important;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .price {
  color: #A5A7B5;
  font-family: "Noah", sans-serif;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap {
    position: relative;
    top: 7px;
    left: -15px;
    min-width: calc(100% + 30px);
    background: #E5E5E5;
    border: none;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .city-list {
  max-height: 90%;
  margin: 0;
  padding: 5px 0 0;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city {
  font-family: "Noah", sans-serif;
  color: #393939;
  margin-bottom: 0;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:hover {
  font-family: "Noah", sans-serif;
  background: transparent;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:hover {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:hover > .price {
    color: #fff;
    font-family: "Noah", sans-serif;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active {
  color: #5E618C;
  font-family: "Noah-Bold", sans-serif;
  background: transparent;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active > .price {
  color: #5E618C;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active:before {
  display: block;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active > .price {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city {
    padding: 5px 15px 5px 45px;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:before {
  color: #E7E7E7;
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  left: 10px;
  top: 3px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:before {
    color: #5E618C;
    top: 5px;
    left: 15px;
    display: none;
  }
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap {
    position: relative;
    top: 7px;
    width: 300px;
    min-width: calc(100% + 30px);
    background: #E5E5E5;
    border: none;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area {
  font-family: "Noah", sans-serif;
  color: #393939;
  margin-bottom: 0;
  padding-left: 50px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:hover {
  font-family: "Noah", sans-serif;
  background: transparent;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:hover {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:hover > .price {
    color: #fff;
    font-family: "Noah", sans-serif;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active {
  color: #5E618C;
  font-family: "Noah-Bold", sans-serif;
  background: transparent;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active > .price {
  color: #5E618C;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active:before {
  display: block;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active > .price {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area {
    margin-right: -5px;
    margin-left: 5px;
    padding: 5px 0px 5px 45px;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:before {
  color: #E7E7E7;
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  left: 25px;
  top: 3px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:before {
    color: #5E618C;
    top: 5px;
    left: 15px;
    display: none;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .filter-item-toggle {
  border: none;
  height: 45px;
  font-family: "Noah", sans-serif;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
  border: 1px solid #dee2e6;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .filter-item-toggle .text {
  opacity: 0.5;
  line-height: 42px;
  height: 100%;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .filter-item-toggle.focus {
  border: 1px solid #9EA0DB;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .filter-item-toggle:hover {
    border: 1px solid #9EA0DB;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter .filter-item-toggle:hover .text {
    opacity: 1;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.location-filter.active .text {
  opacity: 1;
  font-family: "Noah-Medium", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .btn-filter {
  font-family: "Noah-Bold", sans-serif;
  height: 45px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .btn-filter {
    width: 100%;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .btn-filter:hover {
  background-color: #60628d;
  cursor: pointer;
  color: white;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .input-wrap input::-webkit-input-placeholder {
  font-family: "Noah", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #393939;
  opacity: 0.5;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .input-wrap input::-moz-placeholder {
  font-family: "Noah", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #393939;
  opacity: 0.5;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .input-wrap input:-ms-input-placeholder {
  font-family: "Noah", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #393939;
  opacity: 0.5;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .input-wrap input:-moz-placeholder {
  font-family: "Noah", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #393939;
  opacity: 0.5;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .input-wrap .text-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  max-width: 98%;
  padding: 7px;
  display: none;
  font-family: "Noah-Medium", sans-serif;
  font-size: 15px;
  line-height: 29px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .input-wrap .text-size:hover {
  cursor: text;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group {
  height: 45px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group.filter-square {
  border: 1px solid #dee2e6;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group.filter-square.active {
  border: 1px solid #9EA0DB;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group.filter-square:hover {
    border: 1px solid #9EA0DB;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group .input-wrap {
  max-width: 90px;
  position: relative;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group .input-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1px;
  width: 1px;
  height: 29px;
  background: #969699;
  opacity: 0.5;
  z-index: 1;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group .input-wrap input {
  border: none;
  max-width: 98%;
  padding: 7px 7px 7px 12px;
  font-family: "Noah-Medium", sans-serif;
  font-size: 15px;
  line-height: 19px;
  height: 100% !important;
  text-overflow: ellipsis;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group .input-wrap--before-none:before {
  display: none;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-item-group .dropdown-toggle {
  height: 100% !important;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 3px;
  min-width: 100px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu {
  padding: 15px 0;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu li {
  margin-bottom: 0px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item {
  font-family: "Noah", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #393939;
  background-color: transparent;
  position: relative;
  padding: 6px 15px 6px 40px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EBB40E;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item span {
  color: #c3c3c3;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item span.text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 0;
  display: block;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item:hover span {
    color: #393939;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.active, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.selected {
  font-family: "Noah-Bold", sans-serif;
  background-color: transparent;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.active:after, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.selected:after {
  display: block;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.selected:before {
  border: 1px solid #EBB40E;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.active span, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select ul.dropdown-menu .dropdown-item.selected span {
  color: #393939;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select .dropdown-toggle {
  padding: 12px 24px 12px 12px !important;
  border-radius: 3px;
  font-family: "Noah-Medium", sans-serif;
  font-size: 15px;
  line-height: 19px;
  height: 45px;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select .dropdown-toggle:hover {
    border: 1px solid #9EA0DB;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option {
  opacity: 0.5;
  font-family: "Noah", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select .dropdown-toggle.bs-placeholder:hover .filter-option {
  opacity: 1;
  font-family: "Noah", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.operations-select .dropdown-toggle {
  width: 115px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.operations-select .dropdown-toggle {
    width: 100%;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.types-select .dropdown-toggle {
  width: 160px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.types-select .dropdown-toggle {
    width: 100%;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.signs-select {
  position: relative;
  z-index: 1;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.signs-select .dropdown-toggle {
  width: 85px;
  border: none !important;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.signs-select .dropdown-toggle {
    width: 100%;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.signs-select .dropdown-toggle:after {
  border: 5px solid transparent;
  border-top: 5px solid #262F56;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  top: 27px;
  margin: 0;
  background: none;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.signs-select .dropdown-toggle:after {
    right: auto;
    left: 55px;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select {
  position: relative;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select .dropdown-toggle, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select .dropdown-toggle, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select .dropdown-toggle, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select .dropdown-toggle {
  padding-left: 38px !important;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.rooms-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.rooms-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.rooms-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.rooms-select:before {
  background: url(../../img/room-icon.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.rooms-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.rooms-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.rooms-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.rooms-select.active:before {
  background: url(../../img/room-icon-active.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.sea-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.sea-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.sea-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.sea-select:before {
  background: url(../../img/icon-sea.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.sea-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.sea-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.sea-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.sea-select.active:before {
  background: url(../../img/icon-sea-active.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.years-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.years-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.years-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.years-select:before {
  background: url(../../img/icon-year.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.years-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.years-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.years-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.years-select.active:before {
  background: url(../../img/icon-year-active.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.locations-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.locations-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.locations-select:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.locations-select:before {
  background: url(../../img/icon-location.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.rooms-select.locations-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.sea-select.locations-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.years-select.locations-select.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.locations-select.locations-select.active:before {
  background: url(../../img/icon-location-active.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select {
  position: relative;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: url(../../img/icon-locations.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select.active:before {
  background: url(../../img/icon-locations-active.svg) no-repeat center;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select .dropdown-toggle {
  padding-left: 38px !important;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item {
  padding: 6px 15px 6px 15px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item:after {
  display: none !important;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item .check-mark {
  display: none !important;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item.selected {
  color: #fff;
  background: #5e618c;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item.selected span {
  color: #fff;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item .text {
  display: flex;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item .text .location-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .dropdown-item .text .location-name small {
  padding: 0;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu .no-results {
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
@media (max-width: 450px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .bootstrap-select.location-select div.dropdown-menu {
    max-width: 100%;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters {
  padding: 8px 20px 8px 12px !important;
  font-family: "Noah", sans-serif;
  font-size: 15px;
  line-height: 27px;
  width: 138px;
  height: 45px;
  border: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters {
    width: 100%;
    height: auto;
    border-top: none !important;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 8px;
  height: 12px;
  display: inline-block;
  top: 15px;
  border: 0;
  background: url(../../img/drop-bg.svg) 0 0 no-repeat;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters:hover {
    cursor: pointer;
    border: 1px solid #9EA0DB;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .quantity {
  border: 1px solid #D4D4D4;
  font-size: 13px;
  line-height: 12px;
  font-family: "Noah-Bold", sans-serif;
  color: #D4D4D4;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .quantity.active {
  background-color: #EBB40E;
  border: 1px solid #EBB40E;
  color: #fff;
  padding: 3px 5.5px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .quantity {
    margin-top: -5px;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters {
  position: absolute;
  width: 700px;
  z-index: 30;
  right: -1px;
  top: 44px;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
  padding: 24px;
  display: none;
  border: 1px solid #dee2e6;
}
@media (max-width: 1199px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters {
    right: auto;
    left: -1px;
  }
}
@media (max-width: 991px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters {
    right: -276px;
    left: auto;
    width: 690px;
  }
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: 0px;
    box-shadow: none;
    margin-top: 10px;
    padding: 20px 0px 0px 8px !important;
    border: none;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters:hover {
  cursor: auto;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .square .name {
  line-height: 16px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .name {
  font-size: 14px;
  line-height: 17px;
  font-family: "Noah-Bold", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .extra-filters-left {
  flex: 0 0 500px;
  margin: 0 -8px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .extra-filters-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .extra-filters-left .filter-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .extra-filters-left .filter-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .extra-filters-left .filter-item-group .input-wrap {
  max-width: 50%;
  flex: 0 0 50%;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select {
  list-style-type: none;
  padding-left: 35px;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select {
    margin-bottom: 0;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item {
  position: relative;
  margin-bottom: -5px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item input {
  display: none;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item label {
  margin-bottom: 0;
  padding: 5px 0;
  color: #535468;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -35px;
  width: 22px;
  height: 22px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item label:after {
  position: absolute;
  left: -28px;
  top: 9px;
  color: #fff !important;
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item label:hover {
    cursor: pointer;
    color: #393939;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item label.active {
  cursor: pointer;
  font-family: "Noah-Bold", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .furnitures-select .furniture-item label.active:before {
  background: #EBB40E;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters.active {
  border: 1px solid #9EA0DB;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters.active {
    border: 1px solid #dee2e6;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters.active .extra-filters {
  display: flex;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters.active .filters-action {
    border: 1px solid #9EA0DB;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters-action {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
@media (max-width: 767px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters-action {
    height: 45px;
    border-top: 1px solid #dee2e6;
    border-radius: 3px;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item:before {
  border-radius: 3px;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item:after {
  display: none;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item span.check-mark {
  position: absolute;
  right: auto;
  left: 20px;
  top: 6px;
  color: #fff !important;
  display: block;
}
@media (min-width: 992px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item:hover:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item.selected:before {
    background-color: #EBB40E;
  }
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item.active:before, #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item.multiple .bootstrap-select ul.dropdown-menu .dropdown-item.selected:before {
  background-color: #EBB40E;
}
#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filter-collapse.active {
  display: block;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .popular-search {
  font-size: 14px;
  line-height: 17px;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .popular-search .name {
  color: #979797;
  font-family: "Noah-Bold", sans-serif;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .popular-search .link a {
  font-family: "Noah", sans-serif;
  text-decoration: underline;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .popular-search .link a:hover, #katalogFilter .filter-full-wrap .filter-bottom-wrap .popular-search .link a.active {
  text-decoration: none;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .reset-filter {
  font-family: "Noah-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #393939;
  padding: 0px 7px;
  position: relative;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .reset-filter span {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -10px;
  top: 3px;
  transform: rotate(45deg);
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .reset-filter span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #393939;
  transform: rotate(90deg);
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .reset-filter span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #393939;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .reset-filter:hover {
  color: #ebb40e;
  text-decoration: underline;
}
#katalogFilter .filter-full-wrap .filter-bottom-wrap .reset-filter:hover span:before, #katalogFilter .filter-full-wrap .filter-bottom-wrap .reset-filter:hover span:after {
  background: #ebb40e;
}

.btn-show-filter {
  font-family: "Noah-Bold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  height: 45px;
}

.hwObjectKatalog .btn-light:not(:disabled):not(.disabled).active,
.hwObjectKatalog .btn-light:not(:disabled):not(.disabled):active,
.hwObjectKatalog .show > .btn-light.dropdown-toggle,
.hwHomeFilter .btn-light:not(:disabled):not(.disabled).active,
.hwHomeFilter .btn-light:not(:disabled):not(.disabled):active,
.hwHomeFilter .show > .btn-light.dropdown-toggle {
  border: 1px solid #9EA0DB;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  color: #232323;
}

#katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters {
  width: 940px;
}

#katalogFilter .extra-filters-new {
  flex: 0 0 234px;
}
#katalogFilter .extra-filters-new .filter-item {
  max-width: 234px;
}

@media (max-width: 991px) {
  #katalogFilter .filter-full-wrap .filter-top-wrap .filter-item .filters .extra-filters .extra-filters-left {
    flex: 0 0 100%;
  }
  #katalogFilter .extra-filters-new {
    flex: 0 0 304px;
  }
  #katalogFilter .extra-filters-new .filter-item {
    max-width: 304px;
  }
}
@media (max-width: 767px) {
  #katalogFilter .extra-filters-new {
    flex: 0 0 100%;
    width: 100%;
  }
  #katalogFilter .extra-filters-new .filter-item {
    max-width: 100%;
  }
}
#katalogMap {
  height: 600px;
  z-index: 88;
}
@media (max-width: 991px) {
  #katalogMap {
    height: 450px;
  }
}
#katalogMap .leaflet-top,
#katalogMap .leaflet-bottom {
  z-index: 998;
}
#katalogMap .leaflet-popup-content {
  margin: -1px;
  line-height: 1.4;
  max-width: 300px;
}
#katalogMap .leaflet-popup-content .map-img {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
#katalogMap .leaflet-popup-content .map-img .map-id {
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  padding: 4px 15px 0 15px;
  border-radius: 0 3px 0 0;
}
#katalogMap .leaflet-popup-content .map-info-wrapper {
  padding: 7px 15px 8px;
}
#katalogMap .leaflet-popup-content .map-info-wrapper .map-title {
  font-size: 14px;
  border-bottom: 1px solid #eef3f6;
  padding-bottom: 9px;
  margin-bottom: 11px;
}
#katalogMap .leaflet-popup-content .map-info-wrapper .map-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 13px;
}
#katalogMap .leaflet-popup-content .map-info-wrapper .map-footer span.map-price {
  color: #fb5252;
  display: block;
  margin-bottom: 10px;
}
#katalogMap .leaflet-popup-content .map-info-wrapper .map-footer span.map-info-right-room {
  color: #8593a9;
}
#katalogMap .leaflet-popup-content .map-info-wrapper .map-footer span.map-info-right-room span i {
  font-size: 12px;
}
#katalogMap .leaflet-popup-content .map-info-wrapper .map-footer span.map-info-right-room span.map-size {
  margin-left: 0;
  display: block;
  margin-top: 10px;
}
#katalogMap .leaflet-popup-content .map-info-wrapper .map-footer span.map-info-right-room span.map-size span {
  margin-left: 0;
}
#katalogMap .leaflet-popup-content .map-link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item {
    padding: 0 5px 5px 5px;
    margin-bottom: 15px;
    width: 100%;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter {
    width: 100%;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop {
    position: relative;
    left: auto;
    right: auto;
    max-width: 100%;
    top: auto;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list {
    max-height: 272px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country {
    padding: 5px 15px;
    font-family: "Noah", sans-serif;
    color: #393939;
    margin-bottom: 0;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country:hover {
    font-family: "Noah", sans-serif;
    background: #fff;
    color: #393939;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country:hover {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country:hover > .price {
    color: #fff;
    font-family: "Noah", sans-serif;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country.active {
    background: #5e618c;
    color: #fff;
    font-family: "Noah-Bold", sans-serif;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country.active > .price {
    color: #fff;
    font-family: "Noah", sans-serif;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .name:before {
    display: none !important;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .price {
    color: #A5A7B5;
    font-family: "Noah", sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap {
    position: relative;
    top: 7px;
    left: -15px;
    min-width: calc(100% + 30px);
    background: #E5E5E5;
    border: none;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .city-list {
    max-height: 90%;
    margin: 0;
    padding: 5px 0 0;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city {
    font-family: "Noah", sans-serif;
    color: #393939;
    margin-bottom: 0;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:hover {
    font-family: "Noah", sans-serif;
    background: transparent;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:hover {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:hover > .price {
    color: #fff;
    font-family: "Noah", sans-serif;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active {
    color: #5E618C;
    font-family: "Noah-Bold", sans-serif;
    background: transparent;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active > .price {
    color: #5E618C;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active:before {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city.active > .price {
    color: #fff;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city {
    padding: 5px 15px 5px 45px;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:before {
    color: #E7E7E7;
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    left: 10px;
    top: 3px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city:before {
    color: #5E618C;
    top: 5px;
    left: 15px;
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap {
    position: relative;
    top: 7px;
    min-width: calc(100% + 35px);
    background: #E5E5E5;
    border: none;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area {
    font-family: "Noah", sans-serif;
    color: #393939;
    margin-bottom: 0;
    padding-left: 50px;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:hover {
    font-family: "Noah", sans-serif;
    background: transparent;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:hover {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:hover > .price {
    color: #fff;
    font-family: "Noah", sans-serif;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active {
    color: #5E618C;
    font-family: "Noah-Bold", sans-serif;
    background: transparent;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active > .price {
    color: #5E618C;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active:before {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active {
    color: #fff;
    background: #5e618c;
    font-family: "Noah-Bold", sans-serif;
  }
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area.active > .price {
    color: #fff;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area {
    padding: 5px 0px 5px 50px;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:before {
    color: #E7E7E7;
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    left: 25px;
    top: 3px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter .location-drop .country-list .choose-country .choose-city-wrap .choose-city .choose-area-wrap .choose-area:before {
    color: #5E618C;
    top: 5px;
    left: 20px;
    display: none;
  }
}
@media (max-width: 767px) {
  #hwHomeFilter .filter-full .filter-middle .filter-item.location-filter.active .text {
    opacity: 1;
    font-family: "Noah-Medium", sans-serif;
  }
}/*# sourceMappingURL=hayat.css.map */