

/* Start:/local/templates/wex/css/modern-production-technologies.css?17816807062413*/
.l-mpt {
  margin: 24px 0 64px;
}

.l-mpt__banner-slot {
  margin: 20px 0;
  padding: 0;
  border: none;
}

.l-mpt__banner-slot:empty {
  display: none;
  margin: 0;
}
.l-mpt__banner-slot img {
  width: 100%;
  border-radius: 8px;
}

.l-mpt__row {
  margin: 40px 0;
}

.l-mpt__row:first-child {
  margin-top: 0;
}

.l-mpt__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.l-mpt__two-col > div:empty {
  display: none;
}

.l-mpt__row--banner-dark,
.l-mpt__row--banner-turquoise {
  border-radius: 16px;
  padding: 28px;
  color: #fff;
  border: none;
}

.l-mpt__row--banner-dark {
  background: #0f2530;
}

.l-mpt__row--banner-turquoise {
  background: #00b3be;
}

/* типографика и контент внутри включаемых областей (без классов) */
.l-mpt p {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: #3f3f3f;
}

.l-mpt p:last-child {
  margin-bottom: 0;
}

.l-mpt h2,
.l-mpt h3 {
  margin: 0 0 16px;
  font-weight: 700;
  color: #131e29;
  line-height: 1.25;
}

.l-mpt h2 {
  font-size: 22px;
}

.l-mpt h3 {
  font-size: 20px;
}

.l-mpt ul,
.l-mpt ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  line-height: 1.6;
  color: #3f3f3f;
}

.l-mpt ul {
  list-style: disc;
}

.l-mpt ol {
  list-style: decimal;
}

.l-mpt li {
  margin: 8px 0;
}

.l-mpt li:last-child {
  margin-bottom: 0;
}

.l-mpt img {
  width: 100%;
  height: auto;
  display: block;
  /*border-radius: 8px;*/
}

.l-mpt img:not([src]),
.l-mpt img[src=""] {
  display: none;
}

.l-mpt__row--banner-dark p,
.l-mpt__row--banner-turquoise p {
  color: #fff;
  opacity: 0.92;
  max-width: 720px;
}

.l-mpt__row--banner-dark h2,
.l-mpt__row--banner-dark h3,
.l-mpt__row--banner-turquoise h2,
.l-mpt__row--banner-turquoise h3 {
  color: #fff;
  font-size: 26px;
}

.l-mpt__row--banner-dark a,
.l-mpt__row--banner-turquoise a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-top: 8px;
  border-radius: 8px;
  background: #e84d60;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}

.l-mpt__row--banner-turquoise a {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

@media screen and (max-width: 900px) {
  .l-mpt__two-col {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .l-mpt__row {
    margin: 28px 0;
  }
}

/* End */
/* /local/templates/wex/css/modern-production-technologies.css?17816807062413 */
