.item-unit1__link {
  height: 100%;
  border: none;
  display: flex;
  align-items: flex-start;
}

.item-unit1__link:hover .item-unit1__name span {
  border-color: transparent;
}

.item-unit1__image {
  overflow: hidden;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  margin-right: 25px;
  position: relative;
}

.item-unit1__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.item-unit1__info {
  padding: 11px 0 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  flex-grow: 1;
}

.item-unit1__name {
  font-weight: 700;
  margin-bottom: 12px;
}

.item-unit1__name span {
  border-bottom: 1px solid;
}

.item-unit1__price-presence {
  display: flex;
  justify-content: space-between;
}

.item-unit1__presence {
  margin-bottom: 9px;
}

@media only screen and (min-width: 1200px) {
  .item-unit1__image {
    width: 279px;
    height: 176px;
  }
}

@media only screen and (max-width: 1199px) {
  .item-unit1__link {
    flex-direction: column;
  }

  .item-unit1__info {
    padding: 0;
  }
}

@media only screen and (max-width: 639px) {
  .item-unit1__image {
    height: 52.74vw;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .item-unit1__image {
    width: 100%;
    height: 175px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-unit1__image {
    height: 205px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .item-unit1__image {
    height: 24.8vw;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
/*# sourceMappingURL=maps/item-unit1_2.css.map */
