.mb-motor-cs,
.mb-motor-cs * {
  box-sizing: border-box;
}

.section_add-sale--motor-crosssell {
  padding: 18px 0 0;
}

.section_add-sale--motor-crosssell > .container > h2[data-entity="header"] {
  display: none !important;
}

.section_add-sale--motor-crosssell .row.items__container:empty {
  display: none;
}

.section_add-sale--motor-crosssell .row.items__container:not(:has(> *)),
.section_add-sale--motor-crosssell .row__wrap:not(:has(.mb-motor-cs)) {
  display: none;
}

.mb-motor-cs {
  width: 100%;
  padding: 30px 28px 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 26, 48, .08);
  color: #07172f;
}

.mb-motor-cs__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.mb-motor-cs__head h2 {
  margin: 0 0 8px;
  color: #07172f;
  font-size: 29px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mb-motor-cs__head p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #4b5f78;
  font-size: 14px;
  line-height: 1.45;
}

.mb-motor-cs__head p span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #171b24;
  background: #fff1d7;
}

.mb-motor-cs-svg,
.mb-motor-cs .mb-gp-svg {
  width: 18px;
  height: 18px;
}

.mb-motor-cs__head p .mb-motor-cs-svg,
.mb-motor-cs__head p .mb-gp-svg {
  width: 16px;
  height: 16px;
}

.mb-motor-cs__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mb-motor-cs-card {
  position: relative;
  display: grid;
  min-height: 300px;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(117, 139, 166, .28);
  overflow: hidden;
}

.mb-motor-cs-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 126px;
  padding: 18px 18px 6px;
  text-decoration: none;
}

.mb-motor-cs-card__media img {
  display: block;
  width: auto;
  max-width: 82%;
  height: 124px;
  object-fit: contain;
}

.mb-motor-cs-card__badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  min-height: 20px;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
}

.mb-motor-cs-card__badge--hit {
  color: #b46400;
  background: #ffe7bd;
}

.mb-motor-cs-card__badge--recommend {
  color: #1a8d5e;
  background: #d9f5e7;
}

.mb-motor-cs-card__heart {
  position: absolute !important;
  top: 13px !important;
  right: 13px !important;
  left: auto !important;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #445b79;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 20px rgba(7, 23, 47, .10);
  cursor: pointer;
}

.mb-motor-cs-card__heart[aria-pressed="true"] {
  color: #e5002a;
}

.mb-motor-cs-card__heart .mb-motor-cs-svg,
.mb-motor-cs-card__heart .mb-gp-svg {
  width: 20px !important;
  height: 20px !important;
}

.mb-motor-cs-card__heart--compare {
  left: 13px !important;
  right: auto !important;
}

.mb-motor-cs-card__body {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  align-content: end;
  gap: 9px;
  padding: 0 14px 14px;
}

.mb-motor-cs-card h3 {
  margin: 0;
  color: #07172f;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mb-motor-cs-card h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 34px;
  color: inherit;
  text-decoration: none;
}

.mb-motor-cs-card h3 a:hover {
  color: #0b315f;
  text-decoration: none;
}

.mb-motor-cs-card p {
  margin: 0;
  color: #51667d;
  font-size: 12px;
  line-height: 1.25;
}

.mb-motor-cs-card__stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #486178;
  font-size: 12px;
}

.mb-motor-cs-card__stock:before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20b76a;
}

.mb-motor-cs-card__body > strong,
.mb-motor-cs-card__main > strong {
  color: #061633;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.mb-motor-cs-btn {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 7px;
  color: #fff;
  background: #062656;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(6, 38, 86, .18);
}

.mb-motor-cs-btn:hover,
.mb-motor-cs-btn:focus {
  color: #fff;
  background: #0b315f;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(6, 38, 86, .22);
}

.mb-motor-cs-btn > span {
  margin-left: auto;
  opacity: .74;
}

.mb-motor-cs-btn .mb-motor-cs-svg,
.mb-motor-cs-btn .mb-gp-svg {
  flex: 0 0 auto;
  width: 17px !important;
  height: 17px !important;
}

.mb-motor-cs-btn--ghost {
  color: #09264e;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(9, 38, 78, .72);
}

.mb-motor-cs-btn--ghost:hover,
.mb-motor-cs-btn--ghost:focus {
  color: #09264e;
  background: #f7fbff;
}

.mb-motor-cs-btn--ghost > span {
  opacity: 1;
}

.mb-motor-cs__benefits {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  margin-top: 24px;
  padding: 24px 20px;
  border-radius: 15px;
  background: linear-gradient(90deg, #fffaf1 0%, #ffffff 52%, #f8fbff 100%);
  box-shadow: inset 0 0 0 1px rgba(117, 139, 166, .21);
}

.mb-motor-cs__benefit-intro,
.mb-motor-cs__benefit,
.mb-motor-cs__guide article,
.mb-motor-cs__trust article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  min-width: 0;
}

.mb-motor-cs__benefit-intro > div,
.mb-motor-cs__benefit > div,
.mb-motor-cs__guide article > div,
.mb-motor-cs__trust article > div {
  min-width: 0;
}

.mb-motor-cs__benefit-intro {
  grid-template-columns: 58px 1fr;
  gap: 10px;
}

.mb-motor-cs__benefit-intro > span,
.mb-motor-cs__benefit > span,
.mb-motor-cs__guide article > span,
.mb-motor-cs__trust article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #071a36;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(92, 118, 148, .22);
}

.mb-motor-cs__benefit-intro > span {
  width: 58px;
  height: 58px;
  color: #2b1800;
  background: #fff4df;
}

.mb-motor-cs__benefit {
  min-height: 62px;
  padding-left: 20px;
  border-left: 1px solid rgba(120, 139, 160, .22);
}

.mb-motor-cs__benefits h3,
.mb-motor-cs__guide h3 {
  margin: 0 0 7px;
  color: #0a1b35;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

.mb-motor-cs__benefit-intro h3 {
  font-size: 14px;
  line-height: 1.1;
}

.mb-motor-cs__benefits h4,
.mb-motor-cs__guide h4,
.mb-motor-cs__trust h4 {
  margin: 0 0 5px;
  color: #0b284e;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 850;
  overflow-wrap: normal;
  word-break: normal;
}

.mb-motor-cs__benefits p,
.mb-motor-cs__guide p,
.mb-motor-cs__trust p {
  margin: 0;
  color: #5e7187;
  font-size: 12px;
  line-height: 1.35;
}

.mb-motor-cs__benefit {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  padding-left: 14px;
}

.mb-motor-cs__benefit > span {
  width: 40px;
  height: 40px;
}

.mb-motor-cs__benefits h4 {
  font-size: 12px;
  line-height: 1.16;
}

.mb-motor-cs__benefits p {
  font-size: 11px;
  line-height: 1.3;
}

.mb-motor-cs-card--compare {
  grid-template-columns: minmax(0, 1fr) 108px;
  min-height: 242px;
  padding: 14px;
}

.mb-motor-cs-card__main {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding-right: 12px;
}

.mb-motor-cs-card__compare-media {
  display: grid;
  place-items: center;
  height: 86px;
  margin-bottom: 2px;
  text-decoration: none;
}

.mb-motor-cs-card__compare-media img {
  display: block;
  width: auto;
  max-width: 86%;
  max-height: 86px;
  object-fit: contain;
}

.mb-motor-cs-card__specs {
  display: grid;
  align-content: center;
  gap: 13px;
  padding-left: 13px;
  border-left: 1px solid rgba(118, 139, 164, .27);
}

.mb-motor-cs-card__spec {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
}

.mb-motor-cs-card__spec > span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #62799a;
}

.mb-motor-cs-card__spec .mb-motor-cs-svg,
.mb-motor-cs-card__spec .mb-gp-svg {
  width: 17px !important;
  height: 17px !important;
}

.mb-motor-cs-card__spec strong {
  display: block;
  color: #07172f;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 850;
}

.mb-motor-cs-card__spec small {
  display: block;
  margin-top: 3px;
  color: #708299;
  font-size: 10px;
  line-height: 1.15;
}

.mb-motor-cs-card--compare .mb-motor-cs-btn {
  grid-column: 1 / -1;
  margin-top: 14px;
}

.mb-motor-cs__guide {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 24px 20px;
  border-radius: 15px;
  background: linear-gradient(90deg, #f6faff 0%, #eef5ff 100%);
  box-shadow: inset 0 0 0 1px rgba(92, 127, 170, .2);
}

.mb-motor-cs__guide-title h3 {
  margin: 0;
}

.mb-motor-cs__compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  color: #0b2a55;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(11, 42, 85, .75);
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.mb-motor-cs__compare:hover,
.mb-motor-cs__compare:focus {
  color: #0b2a55;
  background: #f8fbff;
  text-decoration: none;
}

.mb-motor-cs__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.mb-motor-cs__trust article {
  min-height: 84px;
  padding: 18px;
  border-radius: 12px;
  background: #fbfdff;
  box-shadow: 0 12px 30px rgba(16, 50, 84, .04);
}

@media (max-width: 1120px) {
  .mb-motor-cs__products,
  .mb-motor-cs__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mb-motor-cs__benefits,
  .mb-motor-cs__guide {
    grid-template-columns: 1fr 1fr;
  }

  .mb-motor-cs__benefit {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .section_add-sale--motor-crosssell {
    padding-top: 12px;
  }

  .mb-motor-cs {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .mb-motor-cs__head {
    display: grid;
    gap: 12px;
  }

  .mb-motor-cs__head h2 {
    font-size: 24px;
  }

  .mb-motor-cs__products,
  .mb-motor-cs__benefits,
  .mb-motor-cs__guide,
  .mb-motor-cs__trust {
    grid-template-columns: 1fr;
  }

  .mb-motor-cs-card--compare {
    grid-template-columns: 1fr;
  }

  .mb-motor-cs-card__main {
    padding-right: 0;
  }

  .mb-motor-cs-card__specs {
    grid-template-columns: 1fr 1fr;
    border-left: 0;
    padding-left: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(118, 139, 164, .22);
  }

  .mb-motor-cs__compare {
    width: 100%;
  }
}
