/* Блок "Возможно, вам будет интересно"
----------------------------------------------------------------------------*/
.interested {
  background: url("https://files.enjourney.ru/images/bg_footer.png") repeat;
  position: relative;
  padding: 21px 0 3px 0;
  margin-bottom: 69px;
}
.interested .heading {
  font: 300 24px 'Roboto';
  padding: 0 26px 8px 26px;
  color: #ffffff;
}
#searchResult {
  margin-top: 0;
}
@media screen and (max-width: 2298px) {
  .catalogItem:nth-child(6n) {
    display: none;
  }
}
@media screen and (max-width: 1915px) {
  .catalogItem:nth-child(5n) {
    display: none;
  }
}
@media screen and (max-width: 1532px) {
  .catalogItem:nth-child(4n) {
    display: none;
  }
}
@media screen and (max-width: 1149px) {
  .catalogItem:nth-child(3n) {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .catalogItem:nth-child(2n) {
    display: none;
  }
}
/*# sourceMappingURL=interested.css.map */