.Card_card {
  position: relative;
  height: 81px;
  background: #FFFEFE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 7px;
}
.Card_card img {
  width: 108px;
  height: 38px;
  object-fit: contain;
}
@media screen and (min-width: 540px) {
  .Card_card {
    height: 95px;
  }
  .Card_card img {
    width: 128px;
    height: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .Card_card {
    padding-top: 58px;
    padding-bottom: 19px;
    height: 174px;
  }
  .Card_card img {
    width: 193px;
    height: 77px;
  }
}
@media screen and (min-width: 1600px) {
  .Card_card {
    height: 210px;
  }
  .Card_card img {
    width: auto;
    height: auto;
  }
}
.Card_card.Card_cardBig {
  height: 101px;
  padding-top: 17px;
}
.Card_card.Card_cardBig img {
  width: 197px;
  height: 62px;
}
@media screen and (min-width: 520px) {
  .Card_card.Card_cardBig {
    height: 191px;
    padding-top: 39px;
  }
}
@media screen and (min-width: 1600px) {
  .Card_card.Card_cardBig img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1600px) {
  .Card_card.Card_cardBig {
    height: 230px;
  }
}
.Card_card.Card_cardBig .Card_link {
  margin-top: 0;
}
.Card_card.Card_cardBig .Card_link:hover:after {
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.2509803922);
}
.Card_link {
  padding: 6px;
  color: transparent;
  font-size: 10px;
  font-weight: 700;
  line-height: 8px;
  text-transform: uppercase;
  background: transparent;
  margin-top: auto;
  transition: background 0.6s, color 0.6s;
}
.Card_link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.2509803922);
  transition: box-shadow 0.6s;
}
.Card_link:hover {
  background: #FEFF00;
  color: #000;
}
.Card_link:hover:after {
  box-shadow: 2px 4px 12px 0 transparent;
}
@media screen and (min-width: 1200px) {
  .Card_link {
    font-size: 14px;
    padding: 10px;
    line-height: 17px;
  }
}

/*# sourceMappingURL=card.css.map */
