.assortment {
  padding: 6rem 0 12rem
}
.assortment__title {
  margin-bottom: 3.6rem
}
.assortment .assortment-item__link-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100
}
.assortment .assortment-item__bottom {
  position: relative;
  z-index: 200
}
.assortment-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.9rem 2.9rem 1.9rem 2rem;
  border: 1px solid #c1c1c2;
  border-radius: 1.6rem;
  overflow: hidden
}
.assortment-item:not(:last-child) {
  margin-bottom: 2rem
}
.assortment-item__photo {
  display: inline-block;
  width: 36.7rem;
  height: 18.3rem
}
.assortment-item__photo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.assortment-item__text {
  display: inline-block;
  width: 45.4rem;
  padding: 1rem 0
}
.assortment-item__title {
  margin-bottom: 2.7rem
}
.assortment-item__info {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 2rem 4.5rem
}
.assortment-item__info-label {
  font-size: 1.2rem;
  color: #6f6f71;
  margin-bottom: .5rem
}
.assortment-item__info-title {
  font-size: 2.2rem;
  font-weight: 600
}
.assortment-item__info-title_red {
  color: #d9012a
}
.assortment-item__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 1rem 0
}
.assortment-item__gift {
  display: inline-flex;
  align-items: center;
  height: 3.1rem;
  border-radius: .5rem;
  padding: 0 1rem 0 3.1rem;
  background-color: #d9012a;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-image: url(../img/svg/gift.svg);
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  margin-bottom: auto
}
.assortment-item__button {
  width: 25rem;
  margin-top: 1rem
}
.assortment-item__button:first-child {
  margin-top: auto
}
@media (max-width:48em) {
  .assortment {
    padding: 8rem 0
  }
  .assortment__title {
    margin-bottom: 4rem
  }
  .assortment-item {
    display: block;
    padding: 2.8rem 2.8rem 3.5rem;
    border-radius: 3.2rem
  }
  .assortment-item:not(:last-child) {
    margin-bottom: 3rem
  }
  .assortment-item__photo {
    width: 100%;
    height: 26rem
  }
  .assortment-item__text {
    width: 100%;
    padding: 2rem 0 4.5rem
  }
  .assortment-item__title {
    font-size: 4.4rem;
    margin-bottom: 2rem
  }
  .assortment-item__info {
    grid-template-columns: 1fr 18rem;
    grid-gap: 3rem
  }
  .assortment-item__info-label {
    font-size: 2rem;
    margin-bottom: 1rem
  }
  .assortment-item__info-title {
    font-size: 3.6rem
  }
  .assortment-item__bottom {
    align-items: flex-start;
    margin: 0
  }
  .assortment-item__gift {
    height: 5.6rem;
    border-radius: 1rem;
    padding: 0 2rem 0 6.2rem;
    font-size: 2.4rem;
    background-position: 2rem 50%;
    background-size: 3.2rem;
    margin-bottom: 1rem
  }
  .assortment-item__button {
    width: 100%;
    margin-top: 2rem
  }
}