.item-cat2 {
  padding: 26px 30px 32px;
  border-bottom: 3px solid transparent;
  transition: all 0.15s ease-in-out;
}

.item-cat2__image {
  height: 133px;
  margin-bottom: 17px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
}

.item-cat2__image a {
  display: block;
  border: none;
}

.item-cat2__image img {
  display: block;
  margin: auto;
}

.item-cat2__name a {
  font-weight: 700;
  border: none;
}

.item-cat2__name a span {
  border-bottom: 1px solid;
}

.item-cat2__name a:hover span {
  border-color: transparent;
}

.item-cat2__sublist {
  margin-top: 12px;
}

.item-cat2__sublist ul {
  margin: 0;
}

.item-cat2__sublist ul li {
  margin-bottom: 0;
  margin-left: 9px;
}

@media only screen and (max-width: 991px) {
  .item-cat2 {
    display: flex;
    padding: 15px;
  }

  .item-cat2__info {
    display: flex;
    align-items: center;
  }

  .item-cat2__image {
    width: 150px;
    height: 71px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
  }

  .item-cat2__sublist {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .item-cat2__image {
    width: 100px;
    height: 47px;
  }
}
/*# sourceMappingURL=maps/item-cat2_1.css.map */
