.m-card {
  height: 100%;

  display: flex;
  flex-direction: column;
  max-width: 374px;
}
.m-card__wrapper {
  display: flex;
  flex-direction: column;
  /* box-shadow: 5px 5px 25px 0 rgba(4, 6, 28, 0.1); */
  box-shadow: 0px 0px 10px rgba(4, 6, 28, 0.1);
  background: #fff;
  padding: 32px 40px 40px;
  border-radius: 8px;
  margin-top: 15px;
  height: 100%;
}
.m-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 40px;
  position: relative;
}
.m-card__label {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0;
  font-family: "TT Commons Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 101%;
  text-transform: uppercase;
  color: #fff;
  background: #f00;
  /* color: #fff;
  background: #1e1e1e; */
  background-size: contain;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  /* height: 41px; */
  /* width: 70%; */

  width: 144px;
  height: 60px;

  background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2024/April/besprocentnaya-rassrochka-i-superskidki/img/slogan.png') 0 0 / contain no-repeat;
}
/* .m-card__top:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -20px;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2024/March/dr-mvideo-skidki/img/cake.png)
    no-repeat center;
  background-size: contain;
  width: 44px;
  height: 65px;
  z-index: 10;
} */

.m-card__logo {
  width: 38%;
  max-width: 110px;
  text-align: right;
}
.m-card__logo--sm {
  max-width: 10%;
}
.m-card__logo--80 {
  max-width: 25%;
}
.m-card__description {
  margin-bottom: 20px;
}
.m-card__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
.m-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.m-price {
  display: flex;
  flex-direction: column;
}
.m-price__old {
  font-weight: 400;
  font-size: 15px;
  line-height: 182%;
  text-decoration: line-through;
  color: #7c7c7c;
}
.m-price__new {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  color: #333;
}

.m-btn {
  display: block;
  background: #e31235;
  border-radius: 4px;
  padding: 8px 24px 8px 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  color: #fff;
  width: 142px;
}
.m-btn:hover,
.m-btn:active,
.m-btn:focus {
  background: #bd0f2c;
  color: #fff !important;
}
.m-card__image {
  height: 150px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.m-card__img {
  height: 100%;
}
.swiper-wrapper {
  align-items: stretch;
}
.swiper-slide {
  height: auto;
}

@media screen and (max-width: 1599px) {
  .m-card__wrapper {
    padding: 30px;
  }
  .m-card__label {
    font-size: 16px;
    height: 41px;
    width: 100%;
    max-width: 170px;
  }
  .m-card__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }
  .m-price__old {
    font-size: 13px;
  }
  .m-price__new {
    font-size: 22px;
    line-height: 110%;
  }
  .m-btn {
    width: 100%;
    max-width: 120px;
  }
}
@media screen and (max-width: 1279px) {
  .m-card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* .m-card {
      box-shadow: 4px 4px 22px 0 rgba(4, 6, 28, 0.1);
      background: #fff;
    } */
  .m-card__label {
    font-size: 14px;
    line-height: 101%;
    max-width: 130px;
    /* padding-left: 15px; */
    height: 33px;
  }
  .m-card__image {
    height: 130px;
  }
  .swiper-wrapper {
    padding-bottom: 0;
  }
  /* .m-card__top:before {
    width: 35px;
    height: 52px;
    top: -15px;
  } */
}

.b_heroes-mini {
  width: 50%;
  margin: 0;
  margin-left: auto;
}

.b_heroes__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #1E1E1E;
  padding: 10px;
}

.b_heroes__title--big {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 20px;

}

@media screen and (max-width: 1599px) {
  .b_heroes__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    /* color: #333333; */
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .b_heroes__title--big {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .b_heroes__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    /* color: #333333; */
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .b_heroes__title--big {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .b_heroes__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    /* color: #333333; */
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .b_heroes-mini {
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
  }

  .b_heroes__title {
    /* color: #fff; */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
    background-color: transparent;
  }

  .b_heroes__title--big {
    display: none;
  }
}
