._op0 {
  display: none !important;
}

.m-section__body {
  display: grid;
  grid-template-columns: 320px 320px;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 760px) {
  .m-section__body {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.m-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  font-family: 'Roboto';
}

.m-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(4, 6, 28, 0.1);
          box-shadow: 0px 0px 10px rgba(4, 6, 28, 0.1);
  border-radius: 8px;
  background-color: #fff;
  margin-top: 10px;
  overflow: hidden;
  min-height: 430px;
  /* min-height: 470px; */
}

.m-card__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-card__label {
  padding: 10px 34px 8px;
  background-color: transparent;
  border-radius: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 137%;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  color: #fff;
}

.header-card__logo img {
  display: block;
  margin-left: auto;
  max-width: 60%;
  max-height: 35px;
}

.header-card__logo.header-card__logo--80 img {
  max-width: 80%;
}

.header-card__logo--sm img {
  max-height: 35px;
}

.m-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 30px 0 20px;
}

.m-card__img._mw50 {
  max-width: 50%;
}

.m-card__img img {
  max-height: 100%;
  max-width: 100%;
}

.m-card__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* padding-right: 20px; */
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 15px;
}

.m-card__name a {
  text-decoration: none;
  color: #333333 !important;
}

.m-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-card__old-price {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #7c7c7c;
}

.footer-card__new-price {
  margin-right: 10px;
  font-size: 22px;
  line-height: 118.18182%;
  font-weight: bold;
}

.footer-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  height: auto;
  min-height: 40px;
  padding: 5px 24px;
  float: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e31235;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.footer-card__link:hover {
  background-color: #bd0f2c;
  color: #fff !important;
}

.footer-card__link:active {
  background-color: #9c0c24;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }

  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}

@media (min-width: 1279px) {
  .m-slider-container .swiper-button-prev.swiper-button-disabled,
  .m-slider-container .swiper-button-next.swiper-button-disabled {
    display: none;
  }
}

@media (max-width: 1600px) {
  ._container {
    max-width: 1280px;
    padding: 0 26px;
  }

  .header-card__label {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }

  .header-card__logo img {
    max-width: 60px;
  }
}

@media screen and (max-width: 1599px) {
  .m-slider-container .swiper-button-prev,
  .m-slider-container .swiper-button-next {
    -webkit-transform: scale(0.7) translateY(-60%);
    -ms-transform: scale(0.7) translateY(-60%);
    transform: scale(0.7) translateY(-60%);
  }

  .m-section__title {
    font-size: 28px;
    line-height: 32px;
  }

  .m-card__container {
    /* min-height: 430px; */
    min-height: 410px;
    /* padding: 20px; */
    padding: 30px 20px;
  }

  .m-card__img {
    height: 130px;
  }

  .m-card__name {
    font-size: 14px;
  }

  .footer-card__link {
    padding: 0 20px;
  }
}

@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }

  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }

  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }

  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}

@media (max-width: 1279.98px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}

@media screen and (max-width: 1279px) {
  .m-card__container {
    min-height: 390px;
    padding: 16px;
  }

  .m-card__img {
    height: 110px;
  }

  .footer-card__new-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    color: #333333;
  }

  .footer-card__link {
    width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .m-section__title {
    font-size: 24px;
    line-height: 32px;
  }

  .m-card__container {
    min-height: 390px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .m-card__container {
    min-height: 370px;
  }

  .m-card__container {
    padding: 30px 20px;
  }

  .m-card__img {
    height: 100px;
  }

  .footer-card__new-price {
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
  }

  .footer-card__link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }

  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }

  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }

  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }

  .wrapper a.btn,
  .wrapper button.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin: 0 auto;
  }

  .header-card__label {
    color: #fff;
  }

  .m-card__img {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-slider-container .swiper-button-prev,
  .m-slider-container .swiper-button-next {
    -webkit-transform: scale(0.6) translateY(-60%);
    -ms-transform: scale(0.6) translateY(-60%);
    transform: scale(0.6) translateY(-60%);
  }

  .m-section__title {
    text-align: center;
  }

  .m-card__container {
    width: 100%;
    padding: 16px;
  }

  .m-card__img {
    height: 120px;
  }

  .m-card__name {
    line-height: 18px;
  }

  .footer-card__old-price {
    font-size: 12px;
  }

  .footer-card__new-price {
    font-size: 21px;
  }
}

@media screen and (max-width: 600px) {
  .m-card__container {
    max-width: 350px;
    margin-bottom: 10px;
  }

  .footer-card__link {
    max-width: 124px;
  }
}

@media screen and (max-width: 568px) {
  .m-card__name {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 479.98px) {
  .wrapper a.btn,
  .wrapper button.btn {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .m-card__img {
    height: 130px;
  }
}

@media screen and (max-width: 411px) {
  .m-card__container {
    min-height: 360px;
  }
}

@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }

  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }

  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }

  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

@media (max-width: 355px) {
  .footer-card__new-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    color: #333333;
  }

  .footer-card__link {
    padding: 5px 20px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .footer-card__new-price {
    font-size: 16px;
  }
}