.matcapital-page {
  --mc-bg: #f6f3ed;
  --mc-card: #f2eee8;
  --mc-text: #242424;
  --mc-muted: #666666;
  --mc-line: rgba(35, 35, 35, 0.08);
  --mc-accent: #dbe845;
  --mc-green: #0b3612;
  --mc-green-soft: #164b1f;
  --mc-white: #ffffff;
  overflow-x: hidden;
}

.matcapital-page .matcapital {
  overflow: visible;
}

.matcapital-page.modal-open {
  overflow: hidden;
}

.matcapital-page .header-tb__address {
  order: 0;
  margin-right: 22px;
}

.matcapital-page .header-tb__schedule {
  order: 1;
  margin-right: 34px;
}

.matcapital-page .header-tb__contacts {
  order: 2;
  margin-right: 0;
}

.matcapital-page .header-mb__mobile-menu.is-open,
.matcapital-page .header-mb__mobile-menu .sub-menu.is-open {
  display: block;
}

.matcapital-page .mc-section,
.matcapital-page .mc-gallery,
.matcapital-page .mc-reviews,
.matcapital-page .faq,
.matcapital-page .help-find,
.matcapital-page .want-see-quality {
  padding: 72px 0;
}

.matcapital-page .mc-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mc-muted);
  font-size: 14px;
}

.matcapital-page .mc-breadcrumbs a {
  color: #2e6a3d;
}

.matcapital-page .mc-breadcrumbs__sep {
  color: #a6aba5;
  font-size: 18px;
  line-height: 1;
}

.matcapital-page .mc-breadcrumbs-bar {
  padding-top: 166px;
}

.matcapital-page .mc-breadcrumbs-bar .container {
  padding-top: 28px;
  border-top: 1px solid rgba(35, 35, 35, 0.12);
}

.matcapital-page .mc-hero {
  padding: 22px 0 72px;
}

.matcapital-page .mc-hero__top {
  display: grid;
  grid-template-columns: minmax(560px, 1.15fr) minmax(420px, 0.85fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 32px;
}

.matcapital-page .mc-hero__title h1 {
  max-width: 620px;
  font-size: 56px;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.matcapital-page .mc-hero__title-line {
  display: inline-block;
}

.matcapital-page .mc-hero__title-line--wide {
  white-space: nowrap;
}

.matcapital-page .mc-hero__lead {
  max-width: 540px;
  justify-self: end;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.28;
}

.matcapital-page .mc-hero__lead p + p {
  margin-top: 24px;
}

.matcapital-page .mc-hero__image {
  overflow: hidden;
  border-radius: 22px;
}

.matcapital-page .mc-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.matcapital-page .mc-hero--materials .mc-hero__top {
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 0;
}

.matcapital-page .mc-hero--materials .mc-hero__title h1 {
  max-width: 1180px;
}

.matcapital-page .mc-hero--materials .mc-hero__lead {
  max-width: 1160px;
  justify-self: start;
  font-size: 18px;
  line-height: 1.5;
}

.matcapital-page .mc-hero--materials .mc-hero__lead p + p {
  margin-top: 22px;
}

.matcapital-page .mc-about-intro {
  padding: 24px 0 72px;
}

.matcapital-page .mc-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(460px, 0.92fr);
  gap: 64px;
  align-items: start;
}

.matcapital-page .mc-about-intro__title h1 {
  max-width: 620px;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.matcapital-page .mc-about-intro__title-line {
  display: block;
}

.matcapital-page .mc-about-intro__lead {
  max-width: 620px;
  color: #232323;
  font-size: 16px;
  line-height: 1.34;
}

.matcapital-page .mc-about-intro__lead p + p {
  margin-top: 22px;
}

.matcapital-page .mc-about-intro--contacts .mc-about-intro__grid {
  display: none;
}

.matcapital-page .mc-about-intro--contacts .mc-about-intro__contacts-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.matcapital-page .mc-about-intro--contacts .mc-about-intro__contacts-copy h1 {
  margin: 0;
  max-width: none;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.matcapital-page .mc-about-intro--contacts .mc-about-intro__contacts-copy p {
  margin: 0;
  max-width: none;
  color: #232323;
  font-size: 18px;
  line-height: 1.4;
}

.matcapital-page .mc-about-intro--articles {
  display: none;
}

.matcapital-page .articles-landing-section {
  padding: 24px 0 72px;
}

.matcapital-page .articles-landing__header {
  margin-bottom: 26px;
}

.matcapital-page .articles-landing__header h1 {
  margin: 0 0 16px;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.matcapital-page .articles-landing__header p {
  max-width: 900px;
  margin: 0;
  color: #232323;
  font-size: 18px;
  line-height: 1.42;
}

.matcapital-page .articles-landing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.matcapital-page .articles-landing__card {
  padding: 10px 10px 14px;
  border: 1px solid #ebe4d7;
  border-radius: 16px;
  background: #fff;
}

.matcapital-page .articles-landing__image {
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 14px;
}

.matcapital-page .articles-landing__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.67;
  object-fit: cover;
}

.matcapital-page .articles-landing__card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.18;
}

.matcapital-page .articles-landing__card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.38;
}

.matcapital-page .articles-landing__footer {
  margin-top: 20px;
}

.matcapital-page .mc-hero--product {
  display: none;
}

.matcapital-page .mc-hero--product .container {
  position: relative;
}

.matcapital-page .mc-product-hero__header {
  margin-bottom: 28px;
}

.matcapital-page .mc-product-hero__header h1 {
  max-width: 1180px;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.matcapital-page .mc-product-hero__layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.98fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.matcapital-page .mc-product-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.matcapital-page .mc-product-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

.matcapital-page .mc-product-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.matcapital-page .mc-product-hero__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.matcapital-page .mc-product-hero__dots .is-active {
  background: #e7ef56;
}

.matcapital-page .mc-product-hero__content {
  padding-top: 28px;
}

.matcapital-page .mc-product-hero__text {
  max-width: 520px;
  margin: 0 0 28px;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .mc-product-hero__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-bottom: 34px;
}

.matcapital-page .mc-product-hero__spec {
  position: relative;
  padding-left: 28px;
}

.matcapital-page .mc-product-hero__spec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 12px;
  border-left: 4px solid #dbe845;
  border-bottom: 4px solid #dbe845;
  transform: rotate(-45deg);
  transform-origin: left top;
}

.matcapital-page .mc-product-hero__spec-title {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--mc-text);
}

.matcapital-page .mc-product-hero__spec-text {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.35;
}

.matcapital-page .mc-product-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.matcapital-page .mc-product-hero__actions .btn,
.matcapital-page .mc-product-hero__secondary {
  min-height: 50px;
  padding: 14px 28px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.matcapital-page .mc-product-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2d6b35;
  background: #ffffff;
  color: #2d6b35;
  cursor: pointer;
}

.matcapital-page .mc-materials-cards {
  padding-top: 22px;
}

.matcapital-page .mc-product-about {
  padding-top: 22px;
}

.matcapital-page .mc-product-about__header {
  max-width: none;
  margin-bottom: 26px;
}

.matcapital-page .mc-product-about__header h2 {
  font-size: 38px;
  line-height: 1.16;
}

.matcapital-page .mc-product-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 26px;
  align-items: start;
}

.matcapital-page .mc-product-about__text {
  width: 596px;
  height: 230px;
  max-width: 596px;
}

.matcapital-page .mc-product-about__text p {
  margin: 0;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .mc-product-about__text p + p {
  margin-top: 22px;
}

.matcapital-page .mc-product-about__card {
  width: 596px;
  height: 280px;
  justify-self: end;
  padding: 28px 28px 24px;
  border-radius: 18px;
  background: #f5f2ec;
}

.matcapital-page .mc-product-about__card h3 {
  margin: 0 0 18px;
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--mc-text);
}

.matcapital-page .mc-product-about__card p {
  margin: 0;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .mc-advantages-consult {
  background: #ffffff;
}

.matcapital-page .mc-advantages-consult__header {
  max-width: 980px;
  margin-bottom: 34px;
}

.matcapital-page .mc-advantages-consult__header h2 {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.16;
}

.matcapital-page .mc-advantages-consult__header p {
  max-width: none;
  color: var(--mc-text);
  font-size: 18px;
  line-height: 1.5;
}

.matcapital-page .mc-advantages-consult__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: start;
}

.matcapital-page .mc-advantages-consult__list {
  display: grid;
  gap: 22px;
}

.matcapital-page .mc-advantages-consult__item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.matcapital-page .mc-advantages-consult__icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7ef56;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.matcapital-page .mc-advantages-consult__content h3 {
  margin: 0 0 6px;
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--mc-text);
}

.matcapital-page .mc-advantages-consult__content p {
  margin: 0;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.35;
}

.matcapital-page .mc-advantages-consult__form {
  padding: 34px 36px 30px;
  background: #f5f2ec;
  border: 0;
  border-radius: 24px;
}

.matcapital-page .mc-advantages-consult__form .mc-form-card__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
}

.matcapital-page .mc-advantages-consult__form .mc-form-card__text {
  max-width: none;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.4;
}

.matcapital-page .mc-advantages-consult__form form {
  gap: 18px;
  margin: 22px 0 18px;
}

.matcapital-page .mc-advantages-consult__form .mc-form-card__label {
  gap: 8px;
  color: var(--mc-text);
  font-size: 16px;
}

.matcapital-page .mc-advantages-consult__form input {
  padding: 16px 18px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  color: var(--mc-text);
  font-size: 16px;
}

.matcapital-page .mc-advantages-consult__submit {
  width: 100%;
  max-width: none;
  margin-top: 6px;
}

.matcapital-page .mc-advantages-consult__form .mc-form-card__note {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.matcapital-page .mc-materials-cards__header {
  max-width: none;
  margin-bottom: 26px;
}

.matcapital-page .mc-materials-cards__header h2 {
  font-size: 38px;
  line-height: 1.16;
}

.matcapital-page .mc-materials-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 16px;
}

.matcapital-page .mc-material-card {
  padding: 10px 10px 16px;
  border: 1px solid #e9e1d5;
  border-radius: 18px;
  background: #ffffff;
}

.matcapital-page .mc-material-card__image {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 14px;
}

.matcapital-page .mc-material-card__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.matcapital-page .mc-material-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-main);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.matcapital-page .mc-material-card p {
  margin: 0;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.35;
}

.matcapital-page .mc-materials-cards--used-with {
  padding-top: 0;
  padding-bottom: 329px;
}

.matcapital-page .mc-section__header {
  max-width: 920px;
  margin-bottom: 28px;
}

.matcapital-page .mc-section__header--nowrap {
  max-width: none;
  margin-bottom: 68px;
}

.matcapital-page .mc-section__header--nowrap h2 {
  font-size: 38px;
  line-height: 1.2;
  white-space: nowrap;
}

.matcapital-page .mc-section__header--terms-nowrap {
  max-width: none;
}

.matcapital-page .mc-section__header--terms-nowrap h2 {
  font-size: 40px;
  line-height: 1.2;
  white-space: nowrap;
}

.matcapital-page .mc-section__header .mc-terms-intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}

.matcapital-page .mc-section__header p {
  margin-top: 16px;
  color: var(--mc-muted);
  line-height: 1.7;
}

.matcapital-page .mc-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.matcapital-page .mc-info-card,
.matcapital-page .mc-bank-card,
.matcapital-page .mc-form-card,
.matcapital-page .mc-review-card,
.matcapital-page .mc-house-card {
  border-radius: 22px;
  background: var(--mc-card);
}

.matcapital-page .mc-info-card {
  padding: 28px;
  line-height: 1.7;
}

.matcapital-page .mc-info-card--feature {
  padding: 22px 24px 20px;
}

.matcapital-page .mc-info-card--feature h3 {
  margin: 0 0 10px;
  font-family: var(--font-main);
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.matcapital-page .mc-info-card--feature p {
  max-width: none;
  color: #232323;
  font-size: 18px;
  line-height: 1.42;
}

.matcapital-page .mc-info-card--white {
  background: #ffffff;
}

.matcapital-page .mc-info-card--white p {
  font-family: var(--font-main);
  font-weight: 400;
}

.matcapital-page .mc-terms {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.matcapital-page .mc-terms__list {
  display: grid;
  gap: 18px;
}

.matcapital-page .mc-term-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.matcapital-page .mc-term-card__icon {
  width: 82px;
  height: 82px;
}

.matcapital-page .mc-term-card__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.matcapital-page .mc-term-card__content h3,
.matcapital-page .mc-step-panel__content h3 {
  font-size: 30px;
  line-height: 1.18;
  margin-bottom: 12px;
}

.matcapital-page .mc-term-card__content p,
.matcapital-page .mc-step-panel__content p {
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
}

.matcapital-page .mc-form-card {
  padding: 30px;
  background: linear-gradient(180deg, #f5f2ec 0%, #ece7df 100%);
  border: 1px solid rgba(35, 35, 35, 0.06);
}

.matcapital-page .mc-form-card__title {
  font-family: var(--font-secondary);
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.matcapital-page .mc-form-card__text,
.matcapital-page .mc-form-card__note {
  color: var(--mc-muted);
  line-height: 1.6;
}

.matcapital-page .mc-form-card form {
  display: grid;
  gap: 12px;
  margin: 24px 0 14px;
}

.matcapital-page .mc-form-card input {
  background: var(--mc-white);
}

.matcapital-page .mc-form-card .btn {
  margin-top: 6px;
}

.matcapital-page .mc-form-card__label {
  display: grid;
  gap: 8px;
  font-size: 16px;
  color: #232323;
}

.matcapital-page .mc-form-card--compact {
  padding: 26px 30px 28px;
}

.matcapital-page .mc-form-card--compact .mc-form-card__title {
  margin-bottom: 12px;
  font-family: var(--font-main);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.matcapital-page .mc-form-card--compact .mc-form-card__text {
  max-width: 280px;
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
}

.matcapital-page .mc-form-card--compact form {
  gap: 18px;
  margin: 18px 0 18px;
}

.matcapital-page .mc-form-card--compact input {
  padding: 15px 18px;
  font-size: 14px;
}

.matcapital-page .mc-form-card--compact .btn {
  width: 100%;
  max-width: none;
  margin-top: 2px;
}

.matcapital-page .mc-form-card--compact .mc-form-card__note {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.matcapital-page .mc-project-picker {
  padding: 80px 0;
  color: var(--mc-white);
  background: url("../img/back.png") center/cover no-repeat;
}

.matcapital-page .mc-project-picker__header {
  max-width: 780px;
  margin-bottom: 28px;
}

.matcapital-page .mc-project-picker__header p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.matcapital-page .mc-filter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.matcapital-page .mc-filter__item {
  position: relative;
  display: grid;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
}

.matcapital-page .mc-filter__item::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0b3612;
  border-bottom: 2px solid #0b3612;
  transform: rotate(45deg);
  pointer-events: none;
}

.matcapital-page .mc-filter__item select {
  appearance: none;
  width: 100%;
  padding: 16px 40px 16px 22px;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  color: #232323;
  font-family: var(--font-main);
  font-size: 16px;
}

.matcapital-page .mc-filter__item--range::after {
  display: none;
}

.matcapital-page .mc-price-range {
  border-radius: 16px;
  background: #ffffff;
  padding: 12px 16px 10px;
}

.matcapital-page .mc-price-range__values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: #6a6a6a;
  font-size: 14px;
}

.matcapital-page .mc-price-range__slider {
  position: relative;
  height: 18px;
}

.matcapital-page .mc-price-range__track,
.matcapital-page .mc-price-range__progress {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
}

.matcapital-page .mc-price-range__track {
  left: 0;
  right: 0;
  background: #d8d8d8;
}

.matcapital-page .mc-price-range__progress {
  left: 0;
  right: 0;
  background: #eff45a;
}

.matcapital-page .mc-price-range__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  margin: 0;
  background: none;
  pointer-events: none;
  appearance: none;
}

.matcapital-page .mc-price-range__input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.matcapital-page .mc-price-range__input::-moz-range-track {
  height: 4px;
  background: transparent;
}

.matcapital-page .mc-price-range__input::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  border: 3px solid #7d9623;
  border-radius: 50%;
  background: #eff45a;
  pointer-events: auto;
  appearance: none;
  cursor: pointer;
  margin-top: -4px;
}

.matcapital-page .mc-price-range__input::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 3px solid #7d9623;
  border-radius: 50%;
  background: #eff45a;
  pointer-events: auto;
  appearance: none;
  cursor: pointer;
}

.matcapital-page .mc-filter__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  grid-column: 1 / -1;
  margin-top: 8px;
}

.matcapital-page .mc-filter__result {
  color: #ffffff;
}

.matcapital-page .credit-programs__header {
  max-width: none;
  margin-bottom: 26px;
}

.matcapital-page .credit-programs__header h2 {
  margin-bottom: 12px;
}

.matcapital-page .credit-programs__header p {
  max-width: none;
  color: var(--mc-text);
  font-size: 18px;
  line-height: 1.5;
}

.matcapital-page .credit-programs__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  max-width: max-content;
  padding: 3px;
  border-radius: 16px;
  background: #f7f3ec;
  margin-bottom: 26px;
}

.matcapital-page .credit-programs__tab {
  flex: none;
  min-height: 34px;
  padding: 11px 20px;
  border: 1px solid #e4ea63;
  border-radius: 12px;
  background: #ffffff;
  color: var(--mc-text);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.matcapital-page .credit-programs__tab.is-active {
  background: #edf35d;
  border-color: #edf35d;
  font-weight: 700;
}

.matcapital-page .credit-programs__panel {
  display: none;
}

.matcapital-page .credit-programs__panel.is-active {
  display: block;
}

.matcapital-page .credit-programs__table-wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.matcapital-page .credit-programs__table-wrap::-webkit-scrollbar {
  display: none;
}

.matcapital-page .credit-programs__table {
  width: 100%;
  min-width: 1040px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d9d677;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.matcapital-page .credit-programs__table th,
.matcapital-page .credit-programs__table td {
  padding: 16px 14px;
  border-right: 1px solid #e6e1b4;
  border-bottom: 1px solid #e6e1b4;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
  color: var(--mc-text);
}

.matcapital-page .credit-programs__table thead th {
  background: #e7ef5c;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.matcapital-page .credit-programs__table tbody th {
  width: 18%;
  font-weight: 500;
  background: #ffffff;
}

.matcapital-page .credit-programs__table th:last-child,
.matcapital-page .credit-programs__table td:last-child {
  border-right: 0;
}

.matcapital-page .credit-programs__table tbody tr:last-child th,
.matcapital-page .credit-programs__table tbody tr:last-child td {
  border-bottom: 0;
}

.matcapital-page .credit-programs__table ul {
  margin: 0;
  padding-left: 18px;
}

.matcapital-page .credit-programs__table li + li {
  margin-top: 4px;
}

.matcapital-page .mc-mortgage {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.matcapital-page .mc-mortgage__text {
  color: var(--mc-text);
  line-height: 1.7;
}

.matcapital-page .mc-mortgage__text p + p {
  margin-top: 18px;
}

.matcapital-page .mc-mortgage__text ul {
  padding: 0;
  list-style: none;
  margin-top: 18px;
  margin-bottom: 18px;
}

.matcapital-page .mc-mortgage__text li {
  position: relative;
  padding-left: 36px;
}

.matcapital-page .mc-mortgage__text li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 14px;
  background: url("../img/Vector.svg") center/contain no-repeat;
}

.matcapital-page .mc-mortgage__text li + li {
  margin-top: 12px;
}

.matcapital-page .mc-mortgage__accent {
  color: #0b5a1e;
  font-weight: 500;
}

.matcapital-page .mc-bank-card {
  padding: 28px;
  min-height: 100%;
}

.matcapital-page .mc-bank-card__logo {
  display: block;
  width: 140px;
  height: auto;
  margin-bottom: 20px;
}

.matcapital-page .mc-bank-card__name {
  font-family: var(--font-secondary);
  font-size: 26px;
  margin-bottom: 10px;
}

.matcapital-page .mc-bank-card p {
  color: var(--mc-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.matcapital-page .mc-warranty-scope {
  padding-top: 80px;
}

.matcapital-page .mc-warranty-scope__header {
  margin-bottom: 28px;
}

.matcapital-page .mc-warranty-scope__header h2 {
  margin-bottom: 0;
}

.matcapital-page .mc-warranty-scope__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.matcapital-page .mc-warranty-card {
  padding: 28px 24px 24px;
  border-radius: 20px;
  background: var(--mc-card);
}

.matcapital-page .mc-warranty-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.matcapital-page .mc-warranty-card__title h3 {
  font-size: 24px;
  line-height: 1.15;
}

.matcapital-page .mc-warranty-card__icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.matcapital-page .mc-warranty-card__icon--ok {
  color: #0b5a1e;
}

.matcapital-page .mc-warranty-card__icon--no {
  color: #ff5b73;
}

.matcapital-page .mc-warranty-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.matcapital-page .mc-warranty-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--mc-text);
  font-size: 18px;
  line-height: 1.45;
}

.matcapital-page .mc-warranty-card__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0b5a1e;
}

.matcapital-page .mc-warranty-card__list li + li {
  margin-top: 14px;
}

.matcapital-page .mc-steps {
  padding: 80px 0;
  color: var(--mc-white);
  background: url("../img/back (3).png") center/cover no-repeat;
}

.matcapital-page .mc-steps__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: start;
  margin-bottom: 56px;
}

.matcapital-page .mc-steps__header h2 {
  font-size: 56px;
  line-height: 1.08;
}

.matcapital-page .mc-steps__header h2 span {
  color: #e5ea6d;
}

.matcapital-page .mc-steps__controls {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 12px;
}

.matcapital-page .mc-steps__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f3efe7;
  flex: none;
}

.matcapital-page .mc-steps__numbers {
  display: flex;
  align-items: center;
  gap: 18px;
}

.matcapital-page .mc-steps__sep {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: rgba(229, 234, 109, 0.62);
}

.matcapital-page .mc-step-btn {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-secondary);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  border: 0;
}

.matcapital-page .mc-step-btn.is-active {
  color: #e5ea6d;
  background: transparent;
}

.matcapital-page .mc-step-panel {
  display: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.98fr);
  gap: 56px;
  align-items: start;
}

.matcapital-page .mc-step-panel.is-active {
  display: grid;
}

.matcapital-page .mc-step-panel__content {
  max-width: 560px;
}

.matcapital-page .mc-steps .mc-step-panel__content h3 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.02;
}

.matcapital-page .mc-step-panel__term {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.matcapital-page .mc-step-panel__text {
  display: grid;
  gap: 24px;
  margin-bottom: 30px;
}

.matcapital-page .mc-steps .mc-step-panel__content p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.35;
}

.matcapital-page .mc-step-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.matcapital-page .mc-step-panel__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e5ea6d;
  color: #0b3612;
  line-height: 1;
}

.matcapital-page .mc-step-panel__media {
  overflow: hidden;
  border-radius: 28px;
}

.matcapital-page .mc-step-panel__media img {
  display: block;
  width: 100%;
  height: auto;
}

.matcapital-page .mc-quality-video {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffffff;
}

.matcapital-page .mc-quality-video__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.98fr);
  gap: 34px;
  align-items: start;
}

.matcapital-page .mc-quality-video__content {
  max-width: 760px;
}

.matcapital-page .mc-quality-video__content h2 {
  font-size: 56px;
  line-height: 1.08;
  margin-bottom: 24px;
}

.matcapital-page .mc-quality-video__title-line {
  display: block;
  white-space: nowrap;
}

.matcapital-page .mc-quality-video__text {
  max-width: 500px;
  color: var(--mc-text);
  font-size: 18px;
  line-height: 1.45;
}

.matcapital-page .mc-quality-video__text p + p {
  margin-top: 18px;
}

.matcapital-page .mc-quality-video__link {
  margin-top: 24px;
}

.matcapital-page .mc-quality-video__media {
  overflow: hidden;
}

.matcapital-page .mc-quality-video__preview {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.matcapital-page .mc-quality-video__preview img {
  display: block;
  width: 100%;
  height: auto;
}

.matcapital-page .mc-quality-points {
  padding-top: 0;
  padding-bottom: 80px;
  background: #ffffff;
}

.matcapital-page .mc-quality-points__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.matcapital-page .mc-quality-point {
  padding-top: 8px;
}

.matcapital-page .mc-quality-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 102px;
  margin-bottom: 16px;
}

.matcapital-page .mc-quality-point__icon img {
  display: block;
  width: 102px;
  height: 102px;
}

.matcapital-page .mc-quality-point h3 {
  padding-top: 16px;
  border-top: 1px solid rgba(35, 35, 35, 0.12);
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.matcapital-page .mc-quality-point p {
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .mc-gallery {
  background: #ffffff;
  overflow: hidden;
}

.matcapital-page .mc-gallery__header {
  margin-bottom: 40px;
}

.matcapital-page .mc-gallery__header .section-header__title h2 {
  font-size: 40px;
  line-height: 1.15;
}

.matcapital-page .mc-gallery__button {
  padding: 11px 22px 11px 22px;
  font-size: 12px;
}

.matcapital-page .mc-gallery__button::after {
  width: 20px;
  height: 20px;
}

.matcapital-page .mc-gallery__slider {
  position: relative;
}

.matcapital-page .mc-gallery__viewport {
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.matcapital-page .mc-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.matcapital-page .mc-gallery__track {
  display: flex;
  gap: 20px;
}

.matcapital-page .mc-gallery-card {
  min-width: 0;
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
}

.matcapital-page .mc-gallery-card__link {
  display: block;
}

.matcapital-page .mc-gallery-card .house-card {
  padding: 0;
  border: 0;
}

.matcapital-page .mc-gallery-card .house-card:hover {
  border: 0;
}

.matcapital-page .mc-gallery-card__image {
  height: auto;
  margin-bottom: 22px;
  aspect-ratio: 1.35 / 1;
}

.matcapital-page .mc-gallery-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matcapital-page .mc-gallery-card .house-card__title {
  max-width: 360px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4;
}

.matcapital-page .mc-gallery-card .house-card__info {
  margin-bottom: 0;
  row-gap: 14px;
}

.matcapital-page .mc-gallery-card .house-card__info-item {
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
}

.matcapital-page .mc-gallery-card .house-card__info-item-text {
  color: #232323;
}

.matcapital-page .mc-photo-archive {
  padding-top: 24px;
  background: #ffffff;
}

.matcapital-page .mc-photo-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 20px;
}

.matcapital-page .mc-photo-archive__card {
  min-width: 0;
}

.matcapital-page .mc-photo-archive__card .house-card {
  padding: 0;
  border: 0;
}

.matcapital-page .mc-photo-archive__card .house-card:hover {
  border: 0;
}

.matcapital-page .mc-photo-archive__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
}

.matcapital-page .mc-photo-archive__more {
  padding: 11px 18px;
  font-size: 12px;
}

.matcapital-page .mc-photo-archive__more::after {
  width: 20px;
  height: 20px;
}

.matcapital-page .mc-photo-archive__pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}

.matcapital-page .mc-photo-archive__page {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6dfd2;
  border-radius: 8px;
  background: #ffffff;
  color: #7d7d7d;
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.matcapital-page .mc-photo-archive__page.is-active {
  border-color: #e7ef56;
  background: #e7ef56;
  color: #232323;
}

.matcapital-page .mc-photo-archive__page--nav {
  color: #c0b8aa;
}

.matcapital-page .mc-gallery__arrow {
  position: absolute;
  top: 150px;
  z-index: 6;
  transform: none;
  box-shadow: none;
}

.matcapital-page .mc-gallery__arrow::before {
  content: none;
}

.matcapital-page .mc-gallery__arrow--prev {
  left: -30px;
}

.matcapital-page .mc-gallery__arrow--next {
  right: -30px;
}

.matcapital-page .mc-reviews__header {
  margin-bottom: 32px;
}

.matcapital-page .mc-reviews {
  background: #f6f3ed;
  padding-bottom: 72px;
}

.matcapital-page .mc-reviews__header .section-header__title h2 {
  font-size: 40px;
  line-height: 1.15;
}

.matcapital-page .mc-reviews__button {
  padding: 11px 22px;
  font-size: 12px;
}

.matcapital-page .mc-reviews__button::after {
  width: 20px;
  height: 20px;
}

.matcapital-page .mc-reviews__inner {
  align-items: stretch;
}

.matcapital-page .mc-reviews .reviews-block {
  background: #ffffff;
}

.matcapital-page .mc-reviews .reviews-block-1-slide__title {
  line-height: 1.25;
}

.matcapital-page .mc-reviews .reviews-block-1-slide__subtitle,
.matcapital-page .mc-reviews .reviews-block-2__text {
  color: #5e5e5e;
  line-height: 1.35;
}

.matcapital-page .mc-reviews .reviews-block-1-slide__text {
  line-height: 1.45;
}

.matcapital-page .mc-reviews .reviews-block-1-slide__btn .btn-arrow {
  font-size: 16px;
}

.matcapital-page .mc-reviews .reviews-slider-1__pagination,
.matcapital-page .mc-reviews .reviews-slider-2__pagination {
  margin-top: 14px;
}

.matcapital-page .mc-reviews .reviews-slider-1__pagination {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.matcapital-page .about-team {
  background: #ffffff;
}

.matcapital-page .about-team__header {
  max-width: 1180px;
  margin-bottom: 42px;
}

.matcapital-page .about-team__header h2 {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.15;
}

.matcapital-page .about-team__header p {
  color: var(--mc-text);
  font-size: 18px;
  line-height: 1.45;
}

.matcapital-page .about-team__slider {
  position: relative;
  overflow: visible;
  --about-team-gap: 20px;
  --about-team-columns: 4;
  --about-team-arrow-offset-y: 38px;
  --about-team-card-width: calc((100% - (var(--about-team-gap) * (var(--about-team-columns) - 1))) / var(--about-team-columns));
}

.matcapital-page .about-team__viewport {
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.matcapital-page .about-team__viewport::-webkit-scrollbar {
  display: none;
}

.matcapital-page .about-team__track {
  display: flex;
  gap: var(--about-team-gap);
}

.matcapital-page .about-team__card {
  min-width: 0;
  flex: 0 0 var(--about-team-card-width);
  scroll-snap-align: start;
}

.matcapital-page .about-team__photo {
  margin-bottom: 18px;
  aspect-ratio: 286 / 337;
}

.matcapital-page .about-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matcapital-page .about-team__name {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.matcapital-page .about-team__role,
.matcapital-page .about-team__text {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 1.35;
}

.matcapital-page .about-team__role {
  margin-bottom: 8px;
}

.matcapital-page .about-team__slider .mc-gallery__arrow {
  top: 0;
  bottom: auto;
  transform: none;
  /* половина высоты фото минус половина кнопки: проценты в margin считаются от ширины */
  margin-top: calc(var(--about-team-card-width) * 337 / 572 - 28px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e7ef63;
  color: #232323;
  box-shadow: 0 0 0 6px #ffffff;
  font-size: 0;
  z-index: 7;
}

.matcapital-page .about-team__slider .mc-gallery__arrow::after {
  font-size: 34px;
  line-height: 1;
}

.matcapital-page .about-team__slider .mc-gallery__arrow--prev::after {
  content: "‹";
  margin-left: -2px;
}

.matcapital-page .about-team__slider .mc-gallery__arrow--next::after {
  content: "›";
  margin-right: -2px;
}

.matcapital-page .about-team__slider .mc-gallery__arrow--prev {
  left: -30px;
}

.matcapital-page .about-team__slider .mc-gallery__arrow--next {
  right: -30px;
}

.matcapital-page .about-team__slider .mc-gallery__arrow:hover {
  background: #0b5a1e;
  color: #e7ef63;
}

.matcapital-page .about-confidence {
  background: #ffffff;
}

.matcapital-page .about-confidence__inner {
  overflow: hidden;
  padding: 22px 16px 300px;
  border-radius: 24px;
  background: #173521 url("/assets/new/img/materials/back-(1).png") center center / cover no-repeat;
}

.matcapital-page .about-confidence__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.matcapital-page .about-confidence__head h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.06;
}

.matcapital-page .about-confidence__accent {
  color: #e7ef63;
  white-space: nowrap;
}

.matcapital-page .about-confidence__line {
  display: block;
}

.matcapital-page .about-confidence__controls {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
  flex-shrink: 0;
}

.matcapital-page .about-confidence__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f8f5ef;
  color: #232323;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.matcapital-page .about-confidence__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.matcapital-page .about-confidence-card {
  min-width: 0;
  min-height: 266px;
  padding: 10px 16px 18px;
  border-radius: 18px;
  background: #f8f5ef;
}

.matcapital-page .about-confidence-card__image {
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #ffffff;
}

.matcapital-page .about-confidence-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.matcapital-page .about-confidence-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.matcapital-page .about-confidence-card p {
  margin: 0;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .mc-reviews .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 5px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.matcapital-page .mc-reviews .reviews-slider-1__pagination .swiper-pagination-bullet,
.matcapital-page .mc-reviews .reviews-slider-2__pagination .swiper-pagination-bullet {
  background: #0b5a1e;
}

.matcapital-page .mc-reviews .reviews-slider-1__pagination .swiper-pagination-bullet-active,
.matcapital-page .mc-reviews .reviews-slider-2__pagination .swiper-pagination-bullet-active {
  background: #dbe845;
}

.matcapital-page .mc-documents {
  background: #ffffff;
  padding-bottom: 350px;
}

.matcapital-page .mc-documents__header {
  margin-bottom: 32px;
}

.matcapital-page .mc-documents__header .section-header__title h2 {
  font-size: 40px;
  line-height: 1.15;
}

.matcapital-page .mc-documents__button {
  padding: 11px 22px;
  font-size: 12px;
}

.matcapital-page .mc-documents__button::after {
  width: 20px;
  height: 20px;
}

.matcapital-page .mc-documents__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.matcapital-page .mc-document-card {
  min-width: 0;
}

.matcapital-page .mc-document-card__image {
  overflow: hidden;
  border-radius: 18px;
  background: #f8f5ef;
  margin-bottom: 14px;
}

.matcapital-page .mc-document-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.matcapital-page .mc-document-card h3 {
  max-width: 190px;
  margin: 0;
  font-family: var(--font-main);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 500;
}

.matcapital-page .mc-guarantee-process {
  background: #ffffff;
}

.matcapital-page .mc-guarantee-process__header {
  max-width: none;
  margin-bottom: 38px;
}

.matcapital-page .mc-guarantee-process__header p {
  max-width: none;
  margin-top: 18px;
  color: #232323;
  font-size: 20px;
  line-height: 1.45;
}

.matcapital-page .mc-guarantee-process__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.82fr);
  gap: 54px;
  align-items: start;
}

.matcapital-page .mc-guarantee-process__steps {
  position: relative;
  display: grid;
  gap: 28px;
}

.matcapital-page .mc-guarantee-process__steps::before {
  content: "";
  position: absolute;
  left: 25.49px;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: #e8e1cc;
}

.matcapital-page .mc-guarantee-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.matcapital-page .mc-guarantee-step__num {
  width: 50.98px;
  height: 50.98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7ef56;
  color: #232323;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.matcapital-page .mc-guarantee-step__body h3 {
  margin: 0 0 6px;
  font-family: var(--font-main);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.matcapital-page .mc-guarantee-step__body p {
  margin: 0;
  color: #232323;
  font-size: 18px;
  line-height: 1.4;
}

.matcapital-page .mc-guarantee-process__form {
  padding: 30px 32px 28px;
  background: #f6f3ed;
  border: 0;
}

.matcapital-page .mc-guarantee-process__form .mc-form-card__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.matcapital-page .mc-guarantee-process__form .mc-form-card__text {
  max-width: none;
  margin-bottom: 0;
  color: #232323;
  font-size: 18px;
  line-height: 1.4;
}

.matcapital-page .mc-guarantee-process__form form {
  margin: 18px 0 16px;
  gap: 16px;
}

.matcapital-page .mc-guarantee-process__form .mc-form-card__label {
  gap: 10px;
  font-size: 16px;
  color: #232323;
}

.matcapital-page .mc-guarantee-process__form input {
  padding: 16px 18px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  font-size: 16px;
  color: #232323;
}

.matcapital-page .mc-guarantee-process__form input::placeholder {
  color: #8d8d8d;
}

.matcapital-page .mc-guarantee-process__submit {
  width: 100%;
  max-width: none;
  min-height: 64px;
  margin-top: 6px;
  padding: 20px 24px;
  font-size: 14px;
  text-transform: uppercase;
}

.matcapital-page .mc-guarantee-process__form .mc-form-card__note {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.matcapital-page .contacts-office {
  padding: 12px 0 80px;
}

.matcapital-page .contacts-office__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 48px;
  align-items: stretch;
}

.matcapital-page .contacts-office__content h2,
.matcapital-page .contacts-office__connect h3 {
  margin: 0;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.matcapital-page .contacts-office__details {
  margin: 28px 0 56px;
  padding: 0;
  list-style: none;
}

.matcapital-page .contacts-office__details li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.matcapital-page .contacts-office__details li + li {
  margin-top: 18px;
}

.matcapital-page .contacts-office__detail-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.matcapital-page .contacts-office__detail-icon img {
  display: block;
  width: 28px;
  height: 28px;
}

.matcapital-page .contacts-office__details span {
  color: #232323;
  font-size: 18px;
  line-height: 1.38;
}

.matcapital-page .contacts-office__details strong {
  font-weight: 500;
}

.matcapital-page .contacts-office__phone {
  display: inline-block;
  margin: 34px 0 28px;
  color: #0e5d2c;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.matcapital-page .contacts-office__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.matcapital-page .contacts-office__actions .btn {
  min-width: 202px;
  max-width: none;
  min-height: 56px;
  padding: 16px 28px;
  font-size: 17px;
}

.matcapital-page .contacts-office__meta {
  display: grid;
  gap: 16px;
}

.matcapital-page .contacts-office__meta p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #232323;
  font-size: 18px;
  line-height: 1.38;
}

.matcapital-page .contacts-office__meta p > span {
  font-weight: 500;
}

.matcapital-page .contacts-office__meta a {
  color: inherit;
  text-decoration: none;
}

.matcapital-page .contacts-office__inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0e5d2c !important;
}

.matcapital-page .contacts-office__inline-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e7ef63;
  color: #173521;
  font-size: 17px;
  line-height: 1;
}

.matcapital-page .contacts-office__map-col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.matcapital-page .contacts-office__tabs {
  display: flex;
  align-self: flex-end;
  gap: 8px;
  margin-bottom: 18px;
}

.matcapital-page .contacts-office__tab {
  min-height: 58px;
  padding: 16px 32px;
  border: 1px solid #d4db86;
  border-radius: 16px;
  background: #ffffff;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}

.matcapital-page .contacts-office__tab.is-active {
  background: #e7ef63;
  border-color: #e7ef63;
  color: #232323;
}

.matcapital-page .contacts-office__map {
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 600px;
  border-radius: 24px;
}

.matcapital-page .contacts-office__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.matcapital-page .want-see-quality {
  padding-top: 80px;
}

.matcapital-page .contacts-vk {
  padding: 8px 0 340px;
}

.matcapital-page .contacts-vk__header {
  margin-bottom: 30px;
}

.matcapital-page .contacts-vk__button {
  min-width: 190px;
  max-width: none;
}

.matcapital-page .contacts-vk__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.matcapital-page .contacts-vk__card {
  overflow: hidden;
  border-radius: 24px;
  background: #f4f1ea;
}

.matcapital-page .contacts-vk__card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.26;
  object-fit: cover;
}

.matcapital-page .about-showcase {
  overflow: hidden;
  border-radius: 24px;
  background: #173521;
}

.matcapital-page .about-showcase__image {
  min-height: 580px;
  padding: 44px 32px 34px;
  display: flex;
  align-items: flex-end;
  background: url("/assets/new/img/materials/img-long.png") center center / cover no-repeat;
}

.matcapital-page .about-showcase__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.matcapital-page .about-showcase-card {
  min-height: 240px;
  padding: 24px 20px 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 37, 26, 0.12);
}

.matcapital-page .about-showcase-card__icon {
  display: inline-flex;
  width: 82px;
  height: 82px;
  margin-bottom: 16px;
}

.matcapital-page .about-showcase-card__icon img {
  display: block;
  width: 82px;
  height: 82px;
}

.matcapital-page .about-showcase-card h3 {
  padding-top: 18px;
  margin-bottom: 14px;
  border-top: 1px solid rgba(35, 35, 35, 0.12);
  font-size: 20px;
  line-height: 1.2;
}

.matcapital-page .about-showcase-card p {
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .about-showcase__footer {
  padding: 34px 32px 36px;
  text-align: center;
  color: #ffffff;
  background: #173521 url("/assets/new/img/materials/back-(1).png") center center / cover no-repeat;
}

.matcapital-page .about-showcase__lead {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 500;
}

.matcapital-page .about-showcase__price {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.4;
}

.matcapital-page .about-showcase__calc {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.matcapital-page .about-showcase__accent {
  color: #e7ef63;
}

.matcapital-page .about-growth {
  background: #ffffff;
}

.matcapital-page .about-growth__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 56px;
}

.matcapital-page .about-growth__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 12px 48px;
  margin-bottom: 28px;
  border-radius: 16px;
  background: #e7ef63;
  font-family: var(--font-secondary);
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}

.matcapital-page .about-growth__heading {
  max-width: 640px;
  font-size: 40px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.matcapital-page .about-growth__goals {
  padding: 32px 34px 34px;
  border-radius: 24px;
  background: #f6f3ed;
}

.matcapital-page .about-growth__goals-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.matcapital-page .about-growth__goals-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.matcapital-page .about-growth__goals-icon img {
  display: block;
  width: 48px;
  height: 48px;
}

.matcapital-page .about-growth__goals h3 {
  font-size: 20px;
  line-height: 1.25;
}

.matcapital-page .about-growth__goals-list {
  display: grid;
  gap: 20px;
}

.matcapital-page .about-growth__goals-list li {
  position: relative;
  padding-left: 28px;
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .about-growth__goals-list li::before {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 0;
  color: #0b6b2d;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.matcapital-page .about-growth__timeline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: start;
}

.matcapital-page .about-growth__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.matcapital-page .about-growth__track::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(35, 35, 35, 0.12);
}

.matcapital-page .about-growth__item {
  position: relative;
  z-index: 1;
}

.matcapital-page .about-growth__year {
  margin-bottom: 14px;
  font-family: var(--font-secondary);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.matcapital-page .about-growth__dot {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #e7ef63;
}

.matcapital-page .about-growth__text {
  color: var(--mc-text);
  font-size: 16px;
  line-height: 1.45;
}

.matcapital-page .about-growth__controls {
  display: flex;
  gap: 18px;
  padding-top: 32px;
}

.matcapital-page .about-growth__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e7ef63;
  color: #232323;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.matcapital-page .faq {
  padding-top: 80px;
  padding-bottom: 72px;
}

.matcapital-page .help-find {
  padding: 0 0 72px;
}

.matcapital-page .help-find .container {
  position: relative;
}

.matcapital-page .hf__inner {
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(580px, 1.12fr) minmax(0, 1fr);
  gap: 56px;
  padding: 52px 36px 54px;
  border-radius: 40px;
}

.matcapital-page .hf__left {
  max-width: 620px;
}

.matcapital-page .hf__left h2 {
  max-width: 560px;
  margin-bottom: 42px;
  font-size: 60px;
  line-height: 0.96;
}

.matcapital-page .hf__title-line {
  display: block;
}

.matcapital-page .hf__title-line:first-child {
  white-space: nowrap;
}

.matcapital-page .hf__title-line--wide {
  white-space: nowrap;
}

.matcapital-page .hf__list {
  display: grid;
  gap: 24px;
}

.matcapital-page .hf-item {
  align-items: flex-start;
  gap: 16px;
  font-size: 18px;
  line-height: 1.45;
  color: var(--mc-text);
}

.matcapital-page .hf-item:not(:last-child) {
  margin-bottom: 0;
}

.matcapital-page .hf__right {
  padding-top: 4px;
}

.matcapital-page .hf__subtitle {
  max-width: 486px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--mc-text);
}

.matcapital-page .hf__form form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: end;
}

.matcapital-page .hf__form form label {
  gap: 8px;
  font-size: 14px;
  line-height: 1.2;
  color: var(--mc-text);
}

.matcapital-page .hf__form form label:nth-child(1),
.matcapital-page .hf__form form label:nth-child(2) {
  width: auto;
}

.matcapital-page .hf__form form label:nth-child(3) {
  width: auto;
  grid-column: 1 / 2;
  flex: none;
}

.matcapital-page .hf__form input[type="text"],
.matcapital-page .hf__form textarea {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--mc-text);
  background: #f3f1ed;
}

.matcapital-page .hf__form textarea {
  height: 82px;
  resize: none;
}

.matcapital-page .hf__form form input[type="submit"] {
  grid-column: 2 / 3;
  width: 100%;
  max-width: none;
  min-height: 82px;
  margin-top: 0;
  align-self: end;
  padding: 20px 24px;
}

@media (max-width: 1279px) {
  .matcapital-page .mc-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .matcapital-page .mc-reviews .reviews-slider-1__pagination {
    width: 374px;
  }

  .matcapital-page .mc-warranty-scope__header h2 {
    font-size: 50px;
  }

  .matcapital-page .mc-quality-video__content h2 {
    font-size: 50px;
  }

  .matcapital-page .about-confidence__head h2 {
    font-size: 44px;
  }

  .matcapital-page .mc-quality-points__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .mc-quality-video__title-line {
    white-space: normal;
  }

  .matcapital-page .mc-product-hero__header h1 {
    font-size: 50px;
  }

  .matcapital-page .mc-product-hero__layout {
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
    gap: 20px;
  }

  .matcapital-page .mc-product-hero__content {
    padding-top: 18px;
  }

  .matcapital-page .mc-product-about__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 22px;
  }

  .matcapital-page .mc-advantages-consult__layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
    gap: 30px;
  }

  .matcapital-page .mc-materials-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .mc-documents__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .matcapital-page .mc-documents {
    padding-bottom: 104px;
  }

  .matcapital-page .mc-guarantee-process__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
    gap: 36px;
  }

  .matcapital-page .mc-guarantee-process__header p {
    font-size: 18px;
  }

  .matcapital-page .mc-guarantee-step__body h3 {
    font-size: 22px;
  }

  .matcapital-page .mc-guarantee-step__body p,
  .matcapital-page .mc-guarantee-process__form .mc-form-card__text {
    font-size: 17px;
  }

  .matcapital-page .hf__inner {
    gap: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .matcapital-page .hf__left h2 {
    font-size: 54px;
  }

  .matcapital-page .credit-programs__tab {
    min-height: 34px;
    padding: 11px 20px;
    font-size: 11px;
  }

  .matcapital-page .credit-programs__table {
    min-width: 980px;
  }

  .matcapital-page .contacts-office__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 36px;
  }

  .matcapital-page .contacts-office__content h2,
  .matcapital-page .contacts-office__connect h3 {
    font-size: 46px;
  }

  .matcapital-page .contacts-office__phone {
    font-size: 42px;
  }

  .matcapital-page .contacts-office__actions .btn {
    min-width: 184px;
    padding-inline: 24px;
    font-size: 16px;
  }

  .matcapital-page .contacts-office__map {
    min-height: 540px;
  }

  .matcapital-page .contacts-vk__grid {
    gap: 14px;
  }

  .matcapital-page .about-showcase__image {
    min-height: 520px;
    padding: 32px 24px 24px;
  }

  .matcapital-page .about-showcase__cards {
    gap: 10px;
  }

  .matcapital-page .about-showcase-card {
    min-height: 220px;
    padding: 22px 18px 18px;
  }

  .matcapital-page .about-showcase__footer {
    padding: 30px 24px 32px;
  }

  .matcapital-page .about-showcase__lead {
    font-size: 28px;
  }

  .matcapital-page .about-showcase__price {
    font-size: 19px;
  }

  .matcapital-page .about-growth__top {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
    gap: 40px;
    margin-bottom: 48px;
  }

  .matcapital-page .about-growth__heading {
    font-size: 40px;
  }

  .matcapital-page .about-growth__badge {
    min-height: 68px;
    padding: 12px 40px;
    font-size: 38px;
  }

  .matcapital-page .about-growth__track {
    gap: 24px;
  }

  .matcapital-page .about-team__track {
    gap: var(--about-team-gap);
  }

  .matcapital-page .about-team__slider {
    --about-team-columns: 2;
  }
}

@media (max-width: 991px) {
  .matcapital-page .contacts-office {
    padding: 8px 0 64px;
  }

  .matcapital-page .contacts-office__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .matcapital-page .contacts-office__content h2,
  .matcapital-page .contacts-office__connect h3 {
    font-size: 34px;
  }

  .matcapital-page .contacts-office__details {
    margin: 24px 0 40px;
  }

  .matcapital-page .contacts-office__details span,
  .matcapital-page .contacts-office__meta p {
    font-size: 17px;
  }

  .matcapital-page .contacts-office__phone {
    margin: 24px 0;
    font-size: 38px;
  }

  .matcapital-page .contacts-office__actions {
    margin-bottom: 28px;
  }

  .matcapital-page .contacts-office__map-col {
    order: -1;
  }

  .matcapital-page .contacts-office__tabs {
    align-self: flex-start;
  }

  .matcapital-page .contacts-office__map {
    min-height: 480px;
  }

  .matcapital-page .contacts-vk {
    padding: 8px 0 520px;
  }

  .matcapital-page .contacts-vk__header {
    margin-bottom: 24px;
  }

  .matcapital-page .contacts-vk__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .mc-about-intro {
    padding: 20px 0 64px;
  }

  .matcapital-page .mc-about-intro__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .matcapital-page .mc-about-intro__title h1 {
    font-size: 34px;
  }

  .matcapital-page .mc-about-intro__lead {
    max-width: none;
  }

  .matcapital-page .mc-about-intro--contacts .mc-about-intro__contacts-copy {
    gap: 16px;
  }

  .matcapital-page .mc-about-intro--contacts .mc-about-intro__contacts-copy h1 {
    font-size: 34px;
  }

  .matcapital-page .about-growth__top {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }

  .matcapital-page .about-growth__heading {
    max-width: none;
    font-size: 40px;
  }

  .matcapital-page .about-growth__timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .matcapital-page .about-growth__track {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .matcapital-page .about-growth__track::before {
    content: none;
  }

  .matcapital-page .about-growth__item {
    display: grid;
    grid-template-columns: 92px 28px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .matcapital-page .about-growth__year {
    margin-bottom: 0;
    padding-top: 2px;
  }

  .matcapital-page .about-growth__dot {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .matcapital-page .about-growth__controls {
    justify-content: flex-end;
    padding-top: 0;
  }

  .matcapital-page .about-team__header {
    margin-bottom: 28px;
  }

  .matcapital-page .about-team__header h2 {
    font-size: 34px;
  }

  .matcapital-page .about-team__header p {
    font-size: 17px;
  }

  .matcapital-page .about-confidence__inner {
    padding: 24px 20px 120px;
  }

  .matcapital-page .about-confidence__head {
    flex-direction: column;
    margin-bottom: 28px;
  }

  .matcapital-page .about-confidence__head h2 {
    max-width: none;
    font-size: 36px;
  }

  .matcapital-page .about-confidence__controls {
    margin-top: 0;
    align-self: flex-end;
  }

  .matcapital-page .about-confidence__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .about-showcase__image {
    min-height: 460px;
    padding: 24px 20px 20px;
    background-position: center;
  }

  .matcapital-page .about-showcase__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .matcapital-page .about-showcase-card {
    min-height: 0;
  }

  .matcapital-page .about-showcase__footer {
    padding: 28px 20px 30px;
  }

  .matcapital-page .about-showcase__lead {
    font-size: 24px;
  }

  .matcapital-page .articles-landing__header h1 {
    font-size: 38px;
  }

  .matcapital-page .articles-landing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .about-showcase__price {
    font-size: 18px;
  }

  .matcapital-page .about-showcase__calc {
    font-size: 16px;
  }

  .matcapital-page .mc-photo-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .mc-photo-archive__footer {
    margin-top: 28px;
  }

  .matcapital-page .mc-materials-cards--used-with {
    padding-bottom: 72px;
  }

  .matcapital-page .mc-section__header--nowrap h2 {
    white-space: normal;
  }

  .matcapital-page .mc-section__header--terms-nowrap h2 {
    white-space: normal;
  }

  .matcapital-page .mc-section__header--nowrap {
    margin-bottom: 28px;
  }

  .matcapital-page .mc-breadcrumbs-bar {
    padding-top: 138px;
  }

  .matcapital-page .header-tb__address,
  .matcapital-page .header-tb__schedule {
    margin-right: 16px;
  }

  .matcapital-page .mc-section,
  .matcapital-page .mc-gallery,
  .matcapital-page .mc-reviews,
  .matcapital-page .faq,
  .matcapital-page .help-find,
  .matcapital-page .want-see-quality,
  .matcapital-page .mc-project-picker,
  .matcapital-page .mc-steps,
  .matcapital-page .mc-hero {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .matcapital-page .mc-hero__top,
  .matcapital-page .mc-terms,
  .matcapital-page .mc-mortgage,
  .matcapital-page .mc-step-panel,
  .matcapital-page .mc-reviews__grid,
  .matcapital-page .mc-info-grid {
    grid-template-columns: 1fr;
  }

  .matcapital-page .mc-product-hero__header {
    margin-bottom: 24px;
  }

  .matcapital-page .mc-product-hero__header h1 {
    font-size: 44px;
  }

  .matcapital-page .mc-product-hero__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .matcapital-page .mc-product-hero__content {
    padding-top: 0;
  }

  .matcapital-page .mc-product-hero__text {
    max-width: none;
  }

  .matcapital-page .mc-product-about__header {
    margin-bottom: 22px;
  }

  .matcapital-page .mc-product-about__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .matcapital-page .mc-product-about__text {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .matcapital-page .mc-product-about__card {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .matcapital-page .mc-advantages-consult__header {
    margin-bottom: 28px;
  }

  .matcapital-page .mc-advantages-consult__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .matcapital-page .mc-advantages-consult__form {
    max-width: 420px;
  }

  .matcapital-page .mc-product-hero__specs {
    gap: 16px 18px;
    margin-bottom: 28px;
  }

  .matcapital-page .mc-steps__top {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
  }

  .matcapital-page .mc-steps__controls {
    justify-content: flex-start;
    padding-top: 0;
  }

  .matcapital-page .mc-step-panel {
    gap: 32px;
  }

  .matcapital-page .mc-step-panel__content {
    max-width: none;
  }

  .matcapital-page .mc-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .mc-reviews__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .matcapital-page .mc-warranty-scope__grid {
    grid-template-columns: 1fr;
  }

  .matcapital-page .mc-quality-video__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .matcapital-page .mc-quality-points__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .matcapital-page .mc-materials-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .mc-documents__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .matcapital-page .mc-documents__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matcapital-page .mc-guarantee-process__header {
    margin-bottom: 30px;
  }

  .matcapital-page .mc-guarantee-process__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .matcapital-page .mc-guarantee-process__header p {
    font-size: 18px;
  }

  .matcapital-page .mc-guarantee-process__steps {
    gap: 24px;
  }

  .matcapital-page .mc-guarantee-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .matcapital-page .mc-guarantee-process__steps::before {
    left: 17px;
  }

  .matcapital-page .mc-guarantee-step__num {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .matcapital-page .mc-guarantee-step__body h3 {
    font-size: 22px;
  }

  .matcapital-page .mc-guarantee-step__body p {
    font-size: 17px;
  }

  .matcapital-page .mc-guarantee-process__form {
    max-width: 420px;
  }

  .matcapital-page .mc-quality-video__content,
  .matcapital-page .mc-quality-video__text {
    max-width: none;
  }

  .matcapital-page .mc-quality-video__content h2 {
    font-size: 42px;
  }

  .matcapital-page .mc-warranty-scope__header h2 {
    font-size: 42px;
  }

  .matcapital-page .credit-programs__header p {
    font-size: 17px;
  }

  .matcapital-page .credit-programs__tabs {
    gap: 4px;
    padding: 4px;
    max-width: none;
    border-radius: 18px;
  }

  .matcapital-page .credit-programs__tab {
    min-height: 56px;
    font-size: 13px;
    border-radius: 16px;
    white-space: normal;
  }

  .matcapital-page .help-find {
    padding-bottom: 56px;
  }

  .matcapital-page .hf__inner {
    position: static;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 24px 48px;
    border-radius: 32px;
  }

  .matcapital-page .hf__left,
  .matcapital-page .hf__left h2,
  .matcapital-page .hf__subtitle {
    max-width: none;
  }

  .matcapital-page .hf__left h2 {
    font-size: 44px;
    line-height: 1.02;
    margin-bottom: 32px;
  }

  .matcapital-page .hf__title-line--wide {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .matcapital-page .contacts-office {
    padding: 4px 0 56px;
  }

  .matcapital-page .contacts-office__content h2,
  .matcapital-page .contacts-office__connect h3 {
    font-size: 28px;
    line-height: 1.06;
  }

  .matcapital-page .contacts-office__details {
    margin: 20px 0 32px;
  }

  .matcapital-page .contacts-office__details li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
  }

  .matcapital-page .contacts-office__detail-icon,
  .matcapital-page .contacts-office__detail-icon img {
    width: 24px;
    height: 24px;
  }

  .matcapital-page .contacts-office__details span,
  .matcapital-page .contacts-office__meta p {
    font-size: 15px;
    line-height: 1.42;
  }

  .matcapital-page .contacts-office__phone {
    font-size: 30px;
  }

  .matcapital-page .contacts-office__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .matcapital-page .contacts-office__actions .btn {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }

  .matcapital-page .contacts-office__tabs {
    width: 100%;
  }

  .matcapital-page .contacts-office__tab {
    flex: 1 1 0;
    min-height: 52px;
    padding: 14px 16px;
    font-size: 12px;
  }

  .matcapital-page .contacts-office__map {
    min-height: 360px;
    border-radius: 20px;
  }

  .matcapital-page .contacts-vk {
    padding: 4px 0 150px;
  }

  .matcapital-page .contacts-vk__header {
    margin-bottom: 20px;
  }

  .matcapital-page .contacts-vk__button {
    min-width: 0;
    width: 100%;
  }

  .matcapital-page .contacts-vk__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .matcapital-page .contacts-vk__card {
    border-radius: 20px;
  }

  .matcapital-page .contacts-office__inline-link {
    gap: 10px;
  }

  .matcapital-page .contacts-office__inline-link span {
    width: 22px;
    height: 22px;
    font-size: 15px;
  }

  .matcapital-page .mc-about-intro {
    padding: 16px 0 56px;
  }

  .matcapital-page .mc-about-intro__grid {
    gap: 24px;
  }

  .matcapital-page .mc-about-intro__title h1 {
    font-size: 28px;
    line-height: 1.1;
  }

  .matcapital-page .mc-about-intro__lead {
    font-size: 15px;
    line-height: 1.4;
  }

  .matcapital-page .mc-about-intro--contacts .mc-about-intro__contacts-copy h1 {
    font-size: 28px;
    line-height: 1.1;
  }

  .matcapital-page .mc-about-intro--contacts .mc-about-intro__contacts-copy p {
    font-size: 15px;
    line-height: 1.4;
  }

  .matcapital-page .about-growth__badge {
    min-height: 60px;
    padding: 10px 28px;
    margin-bottom: 22px;
    font-size: 30px;
  }

  .matcapital-page .about-growth__heading {
    font-size: 30px;
    line-height: 1.05;
  }

  .matcapital-page .about-growth__goals {
    padding: 22px 18px 24px;
    border-radius: 18px;
  }

  .matcapital-page .about-growth__goals-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .matcapital-page .about-growth__goals h3 {
    font-size: 18px;
  }

  .matcapital-page .about-growth__goals-list li,
  .matcapital-page .about-growth__text {
    font-size: 14px;
  }

  .matcapital-page .about-growth__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .matcapital-page .about-growth__year {
    font-size: 26px;
  }

  .matcapital-page .about-growth__dot {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }

  .matcapital-page .about-growth__controls {
    gap: 12px;
  }

  .matcapital-page .about-growth__arrow {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .matcapital-page .about-confidence__inner {
    padding: 22px 14px 96px;
    border-radius: 20px;
  }

  .matcapital-page .about-confidence__head h2 {
    font-size: 30px;
  }

  .matcapital-page .about-confidence__accent {
    white-space: normal;
  }

  .matcapital-page .about-confidence__controls {
    gap: 12px;
  }

  .matcapital-page .about-confidence__arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .matcapital-page .about-confidence__grid {
    grid-template-columns: 1fr;
  }

  .matcapital-page .about-confidence-card {
    min-height: 0;
    padding: 10px 14px 16px;
  }

  .matcapital-page .about-confidence-card h3 {
    font-size: 18px;
  }

  .matcapital-page .about-confidence-card p {
    font-size: 14px;
  }

  .matcapital-page .about-team__track {
    gap: 16px;
  }

  .matcapital-page .about-team__photo {
    margin-bottom: 14px;
  }

  .matcapital-page .about-team__name {
    font-size: 18px;
  }

  .matcapital-page .about-team__role,
  .matcapital-page .about-team__text {
    font-size: 14px;
  }

  .matcapital-page .about-team__slider {
    --about-team-columns: 1;
    --about-team-gap: 16px;
    --about-team-arrow-offset-y: 22px;
  }

  .matcapital-page .about-team__slider .mc-gallery__arrow {
    box-shadow: 0 0 0 5px #ffffff;
  }

  .matcapital-page .about-team__slider .mc-gallery__arrow--prev {
    left: -12px;
  }

  .matcapital-page .about-team__slider .mc-gallery__arrow--next {
    right: -12px;
  }

  .matcapital-page .about-showcase {
    border-radius: 20px;
  }

  .matcapital-page .about-showcase__image {
    min-height: 380px;
    padding: 16px 14px 14px;
  }

  .matcapital-page .about-showcase-card {
    padding: 18px 16px 16px;
    border-radius: 16px;
  }

  .matcapital-page .about-showcase-card__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
  }

  .matcapital-page .about-showcase-card__icon img {
    width: 72px;
    height: 72px;
  }

  .matcapital-page .about-showcase-card h3 {
    padding-top: 14px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .matcapital-page .about-showcase-card p {
    font-size: 14px;
  }

  .matcapital-page .about-showcase__footer {
    padding: 24px 16px 28px;
  }

  .matcapital-page .about-showcase__lead {
    font-size: 22px;
  }

  .matcapital-page .articles-landing-section {
    padding: 16px 0 56px;
  }

  .matcapital-page .articles-landing__header {
    margin-bottom: 22px;
  }

  .matcapital-page .articles-landing__header h1 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.05;
  }

  .matcapital-page .articles-landing__header p {
    font-size: 15px;
  }

  .matcapital-page .articles-landing__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .matcapital-page .articles-landing__card {
    padding: 10px;
    border-radius: 14px;
  }

  .matcapital-page .articles-landing__card h3 {
    font-size: 18px;
  }

  .matcapital-page .articles-landing__card p {
    font-size: 13px;
  }

  .matcapital-page .about-showcase__price,
  .matcapital-page .about-showcase__calc {
    font-size: 14px;
  }

  .matcapital-page .mc-photo-archive {
    padding-top: 8px;
  }

  .matcapital-page .mc-photo-archive__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .matcapital-page .mc-photo-archive__footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }

  .matcapital-page .mc-photo-archive__pagination {
    align-self: flex-end;
  }

  .matcapital-page .mc-breadcrumbs-bar {
    padding-top: 94px;
  }

  .matcapital-page .mc-breadcrumbs-bar .container {
    padding-top: 20px;
  }

  .matcapital-page .mc-breadcrumbs {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .matcapital-page .mc-hero__title h1 {
    font-size: 38px;
  }

  .matcapital-page .mc-product-hero__header {
    margin-bottom: 20px;
  }

  .matcapital-page .mc-product-hero__header h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .matcapital-page .mc-product-hero__text {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.45;
  }

  .matcapital-page .mc-product-about {
    padding-top: 12px;
  }

  .matcapital-page .mc-product-about__header {
    margin-bottom: 18px;
  }

  .matcapital-page .mc-product-about__header h2 {
    font-size: 34px;
  }

  .matcapital-page .mc-product-about__text p,
  .matcapital-page .mc-product-about__card p {
    font-size: 15px;
    line-height: 1.45;
  }

  .matcapital-page .mc-product-about__text p + p {
    margin-top: 18px;
  }

  .matcapital-page .mc-product-about__card {
    width: 100%;
    height: auto;
    padding: 22px 20px 20px;
    border-radius: 16px;
  }

  .matcapital-page .mc-product-about__card h3 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.4;
  }

  .matcapital-page .mc-advantages-consult__header {
    margin-bottom: 22px;
  }

  .matcapital-page .mc-advantages-consult__header h2 {
    font-size: 34px;
  }

  .matcapital-page .mc-advantages-consult__header p {
    font-size: 16px;
    line-height: 1.45;
  }

  .matcapital-page .mc-advantages-consult__list {
    gap: 18px;
  }

  .matcapital-page .mc-advantages-consult__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .matcapital-page .mc-advantages-consult__icon {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .matcapital-page .mc-advantages-consult__content h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .matcapital-page .mc-advantages-consult__content p {
    font-size: 15px;
    line-height: 1.35;
  }

  .matcapital-page .mc-advantages-consult__form {
    max-width: none;
    padding: 24px 20px 22px;
    border-radius: 20px;
  }

  .matcapital-page .mc-advantages-consult__form .mc-form-card__title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .matcapital-page .mc-advantages-consult__form .mc-form-card__text,
  .matcapital-page .mc-advantages-consult__form .mc-form-card__label,
  .matcapital-page .mc-advantages-consult__form input {
    font-size: 15px;
  }

  .matcapital-page .mc-product-hero__specs {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  .matcapital-page .mc-product-hero__spec-title {
    font-size: 17px;
  }

  .matcapital-page .mc-product-hero__spec-text {
    font-size: 15px;
  }

  .matcapital-page .mc-product-hero__actions {
    gap: 12px;
  }

  .matcapital-page .mc-product-hero__actions .btn,
  .matcapital-page .mc-product-hero__secondary {
    width: 100%;
    justify-content: center;
    min-height: 54px;
    padding: 14px 18px;
  }

  .matcapital-page .mc-quality-video {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .matcapital-page .mc-quality-points {
    padding-bottom: 56px;
  }

  .matcapital-page .mc-quality-points__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .matcapital-page .mc-quality-point__icon {
    width: 84px;
    height: 84px;
    margin-bottom: 14px;
  }

  .matcapital-page .mc-quality-point__icon img {
    width: 84px;
    height: 84px;
  }

  .matcapital-page .mc-quality-point h3 {
    font-size: 20px;
  }

  .matcapital-page .mc-quality-point p {
    font-size: 15px;
  }

  .matcapital-page .mc-quality-video__content h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .matcapital-page .mc-quality-video__text {
    font-size: 16px;
  }

  .matcapital-page .mc-quality-video__link {
    margin-top: 20px;
  }

  .matcapital-page .mc-materials-cards {
    padding-top: 12px;
  }

  .matcapital-page .mc-materials-cards__header {
    margin-bottom: 22px;
  }

  .matcapital-page .mc-materials-cards__header h2 {
    font-size: 34px;
  }

  .matcapital-page .mc-documents__header {
    margin-bottom: 24px;
  }

  .matcapital-page .mc-documents__header .section-header__title h2 {
    font-size: 34px;
  }

  .matcapital-page .mc-documents__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .matcapital-page .mc-documents {
    padding-bottom: 88px;
  }

  .matcapital-page .mc-document-card__image {
    margin-bottom: 12px;
  }

  .matcapital-page .mc-document-card h3 {
    max-width: 220px;
    font-size: 20px;
  }

  .matcapital-page .mc-materials-cards__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .matcapital-page .mc-material-card {
    padding: 10px 10px 14px;
    border-radius: 16px;
  }

  .matcapital-page .mc-material-card__image {
    margin-bottom: 12px;
  }

  .matcapital-page .mc-material-card__image img {
    height: auto;
    aspect-ratio: 1.3 / 1;
  }

  .matcapital-page .mc-material-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .matcapital-page .mc-material-card p {
    font-size: 15px;
    line-height: 1.4;
  }

  .matcapital-page .mc-guarantee-process__header {
    margin-bottom: 28px;
  }

  .matcapital-page .mc-guarantee-process__header h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .matcapital-page .mc-guarantee-process__header p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
  }

  .matcapital-page .mc-guarantee-process__steps {
    gap: 22px;
  }

  .matcapital-page .mc-guarantee-process__steps::before {
    left: 16px;
    top: 18px;
    bottom: 18px;
  }

  .matcapital-page .mc-guarantee-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .matcapital-page .mc-guarantee-step__num {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .matcapital-page .mc-guarantee-step__body h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .matcapital-page .mc-guarantee-step__body p {
    font-size: 16px;
    line-height: 1.4;
  }

  .matcapital-page .mc-guarantee-process__form {
    max-width: none;
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .matcapital-page .mc-guarantee-process__form .mc-form-card__title {
    font-size: 24px;
  }

  .matcapital-page .mc-guarantee-process__form .mc-form-card__text,
  .matcapital-page .mc-guarantee-process__form .mc-form-card__label,
  .matcapital-page .mc-guarantee-process__form input {
    font-size: 16px;
  }

  .matcapital-page .mc-guarantee-process__submit {
    min-height: 58px;
    padding: 18px 20px;
    font-size: 13px;
  }

  .matcapital-page .mc-warranty-scope__header h2 {
    font-size: 34px;
  }

  .matcapital-page .mc-warranty-card {
    padding: 22px 18px 20px;
    border-radius: 18px;
  }

  .matcapital-page .mc-warranty-card__title h3 {
    font-size: 24px;
  }

  .matcapital-page .mc-warranty-card__list li {
    font-size: 16px;
  }

  .matcapital-page .credit-programs__header h2 {
    font-size: 40px;
  }

  .matcapital-page .credit-programs__header p {
    font-size: 16px;
  }

  .matcapital-page .credit-programs__tabs {
    margin-bottom: 20px;
  }

  .matcapital-page .credit-programs__tab {
    width: 100%;
    text-align: center;
    min-height: 48px;
    font-size: 12px;
  }

  .matcapital-page .credit-programs__table {
    min-width: 860px;
  }

  .matcapital-page .hf__inner {
    gap: 28px;
    padding: 32px 20px 40px;
  }

  .matcapital-page .hf__left h2 {
    font-size: 36px;
  }

  .matcapital-page .hf__form form {
    grid-template-columns: 1fr;
  }

  .matcapital-page .hf__form form label:nth-child(3),
  .matcapital-page .hf__form form input[type="submit"] {
    grid-column: auto;
  }

  .matcapital-page .hf__form form input[type="submit"] {
    min-height: 64px;
  }

  .matcapital-page .mc-hero__title-line--wide {
    white-space: normal;
  }

  .matcapital-page .mc-term-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .matcapital-page .mc-term-card__icon {
    width: 64px;
    height: 64px;
  }

  .matcapital-page .mc-term-card__content h3,
  .matcapital-page .mc-step-panel__content h3,
  .matcapital-page .mc-form-card__title {
    font-size: 24px;
  }

  .matcapital-page .mc-form-card,
  .matcapital-page .mc-bank-card,
  .matcapital-page .mc-info-card,
  .matcapital-page .mc-review-card--text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .matcapital-page .mc-filter {
    grid-template-columns: 1fr;
  }

  .matcapital-page .mc-filter__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .matcapital-page .mc-steps__header h2 {
    font-size: 42px;
  }

  .matcapital-page .mc-steps__controls {
    gap: 16px;
    width: 100%;
    justify-content: space-between;
  }

  .matcapital-page .mc-steps__arrow {
    width: 48px;
    height: 48px;
  }

  .matcapital-page .mc-steps__numbers {
    gap: 10px;
  }

  .matcapital-page .mc-steps__sep {
    width: 16px;
  }

  .matcapital-page .mc-step-btn {
    font-size: 30px;
  }

  .matcapital-page .mc-steps .mc-step-panel__content h3 {
    font-size: 40px;
  }

  .matcapital-page .mc-step-panel__text {
    gap: 18px;
  }

  .matcapital-page .mc-gallery__track {
    gap: 16px;
  }

  .matcapital-page .mc-gallery-card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .matcapital-page .mc-gallery__header {
    margin-bottom: 24px;
  }

  .matcapital-page .mc-gallery__header .section-header__title h2 {
    font-size: 26px;
  }

  .matcapital-page .mc-gallery__arrow {
    display: none;
  }

  .matcapital-page .mc-gallery-card .house-card__info-item {
    width: 100%;
  }

  .matcapital-page .mc-reviews__header .section-header__title h2 {
    font-size: 26px;
  }

  .matcapital-page .mc-reviews .reviews-slider-1__pagination {
    width: 100%;
  }

  .matcapital-page .mc-step-panel__media {
    order: 0;
  }
}

@media (max-width: 1080px) {
  .matcapital-page .mc-reviews {
    padding-bottom: 56px;
  }
}

.matcapital-page .hf__form form input[type="submit"] {
  box-sizing: border-box;
  width: 209px;
  max-width: 209px;
  height: 64px;
  min-height: 64px;
  padding: 0 18px;
  font-size: 18px;
  line-height: 1;
}

.matcapital-page .hf__form textarea {
  box-sizing: border-box;
  width: 299px;
  max-width: 100%;
  height: 121px;
  min-height: 121px;
}

@media (max-width: 575px) {
  .matcapital-page .hf__form form input[type="submit"] {
    width: 100%;
    max-width: none;
  }

  .matcapital-page .hf__form textarea {
    width: 100%;
  }
}

.matcapital-page .credit-programs__table th,
.matcapital-page .credit-programs__table td {
  padding: 24px 14px;
  border-right: 0;
  font-size: 16px;
}

.matcapital-page .credit-programs__table thead th {
  font-size: 14px;
}

.matcapital-page .credit-programs__table tbody th {
  width: 28%;
}

.matcapital-page .credit-programs__table ul {
  list-style: disc;
  list-style-position: outside;
}

.matcapital-page .credit-programs__table li {
  display: list-item;
}

/* mobile help-find alignment fix */
@media (max-width: 575px) {
  .matcapital-page .hf__inner {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .matcapital-page .hf__left,
  .matcapital-page .hf__right,
  .matcapital-page .hf__subtitle,
  .matcapital-page .hf__form,
  .matcapital-page .hf__form form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .matcapital-page .hf__left h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.7vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .matcapital-page .hf__title-line:first-child,
  .matcapital-page .hf__title-line--wide {
    white-space: normal;
  }

  .matcapital-page .hf__form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .matcapital-page .hf__form form {
    grid-template-columns: minmax(0, 1fr);
  }

  .matcapital-page .hf__form form label,
  .matcapital-page .hf__form form label:nth-child(1),
  .matcapital-page .hf__form form label:nth-child(2),
  .matcapital-page .hf__form form label:nth-child(3),
  .matcapital-page .hf__form input[type="text"],
  .matcapital-page .hf__form textarea,
  .matcapital-page .hf__form form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
