a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

  .search-popup_container {
    position: relative !important;
z-index: unset !important;
  }

  body .item-cards img, body .item__img img {
    max-width: 100%;
    width: 100%;
  }
.item-cards {
  background: unset !important;
}
.item-cards .item-cards__inner {
  height: 540px !important;
}

.item-cards__inner {
  position: relative !important;
}
@media screen and (max-width: 767px) {
 .search-popup_content .item-cards {
    width: 100%;
    flex-basis: 47%;
  }

  body .item-cards img, body .item__img img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
  }

 .item-cards .item-cards__wrap {
    margin: 20px 0px !important;
  }

 .search-popup_content .item-cards .item-cards__inner {
height: auto !important;
}
}
@media screen and (max-width: 1023px) {
  .search-popup_container {
    position: relative !important;
  }
}