.about-page {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 72px;
  color: #263449;
}
.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #68778b;
  font-size: 14px;
}
.about-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.about-breadcrumb strong {
  color: #344258;
}
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.65fr);
  overflow: hidden;
  border: 1px solid #cfdcf2;
  border-radius: 22px;
  background: linear-gradient(115deg, #fff 0, #f0f5ff 100%);
}
.about-hero-copy {
  padding: 38px;
}
.about-kicker,
.about-section-kicker,
.about-hero-card > span,
.about-final span {
  display: block;
  margin-bottom: 9px;
  color: #2a66eb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.about-hero h1 {
  margin: 0;
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
}
.about-hero-copy > p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #5f6d82;
  font-size: 15px;
  line-height: 1.65;
}
.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}
.about-actions a,
.about-contact,
.about-final > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  padding: 0 17px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;
}
.about-actions a:first-child,
.about-contact,
.about-final > a {
  border: 1px solid #4b74b5;
  background: #4b74b5;
  color: #fff;
}
.about-actions a:last-child {
  border: 1px solid #bdcde5;
  background: #fff;
  color: #35465e;
}
.about-hero-card {
  display: grid;
  align-content: center;
  padding: 30px;
  border-left: 1px solid #d8e3f3;
  background: rgba(255, 255, 255, 0.62);
}
.about-hero-card > strong {
  color: #25344a;
  font-size: 20px;
  font-weight: 650;
}
.about-hero-card > p {
  margin: 8px 0 17px;
  color: #5f6f84;
  font-size: 14px;
  line-height: 1.55;
}
.about-hero-card > div {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #dde5ef;
}
.about-hero-card b {
  color: #4b74b5;
  font-size: 12px;
}
.about-hero-card small {
  color: #344258;
  font-size: 14px;
}
.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.about-values article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  min-height: 128px;
  padding: 20px;
  border: 1px solid #d8e2ee;
  border-radius: 16px;
  background: #fff;
}
.about-values article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #eef3f8;
  color: #4b74b5;
  font-size: 12px;
  font-weight: 700;
}
.about-values h2 {
  margin: 1px 0 5px;
  color: #29384d;
  font-size: 15px;
  font-weight: 600;
}
.about-values p {
  margin: 0;
  color: #5d6d83;
  font-size: 14px;
  line-height: 1.55;
}
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-top: 18px;
}
.about-content,
.about-company {
  padding: 28px;
  border: 1px solid #d8e2ee;
  border-radius: 18px;
  background: #fff;
}
.about-content h2,
.about-company h2 {
  margin: 0;
  color: #202e42;
  font-size: 24px;
  font-weight: 650;
  line-height: 1.25;
}
.about-content > p {
  max-width: 850px;
  margin: 11px 0 0;
  color: #627188;
  font-size: 15px;
  line-height: 1.65;
}
.about-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.about-process article {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e0e7f0;
  border-radius: 13px;
  background: #fafbfd;
}
.about-process b {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #eaf1fd;
  color: #4b74b5;
  font-size: 12px;
}
.about-process strong {
  display: block;
  color: #344258;
  font-size: 15px;
  font-weight: 600;
}
.about-process p {
  margin: 5px 0 0;
  color: #627188;
  font-size: 14px;
  line-height: 1.55;
}
.about-company dl {
  display: grid;
  margin-top: 18px;
}
.about-company dl > div {
  padding: 12px 0;
  border-top: 1px solid #e2e8f0;
}
.about-company dt {
  color: #718096;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-company dd {
  margin: 5px 0 0;
  color: #344258;
  font-size: 14px;
  line-height: 1.5;
}
.about-company dd a {
  color: #315d9a;
  text-decoration: none;
}
.about-contact {
  width: 100%;
  margin-top: 14px;
}
.about-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 24px 27px;
  border: 1px solid #cddcf5;
  border-radius: 18px;
  background: #edf4ff;
}
.about-final strong {
  display: block;
  color: #25344c;
  font-size: 16px;
  font-weight: 600;
}
.about-final p {
  margin: 5px 0 0;
  color: #5d6d83;
  font-size: 14px;
}
.about-final > a {
  flex: 0 0 auto;
}
@media (max-width: 980px) {
  .about-hero {
    grid-template-columns: 1fr;
  }
  .about-hero-card {
    border-top: 1px solid #d8e3f3;
    border-left: 0;
  }
  .about-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .about-page {
    width: calc(100% - 24px);
    padding: 20px 0 46px;
  }
  .about-hero-copy,
  .about-hero-card {
    padding: 24px 20px;
  }
  .about-values {
    grid-template-columns: 1fr;
  }
  .about-layout {
    gap: 12px;
    margin-top: 12px;
  }
  .about-content,
  .about-company {
    padding: 21px 17px;
  }
  .about-process {
    grid-template-columns: 1fr;
  }
  .about-final {
    align-items: stretch;
    flex-direction: column;
    padding: 21px 18px;
  }
  .about-final > a {
    width: 100%;
  }
}
