.about-shell {
  --about-max: 1320px;
  --about-side: 72px;
  --about-red: #d40000;
  --about-line: rgba(18, 18, 18, 0.18);
}

.about-shell .sr-nav a[aria-current="page"] {
  color: var(--color-red);
}

.about-shell .sr-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.about-page {
  overflow: hidden;
  padding-top: 0;
  background-color: var(--color-paper);
  background-image: var(--paper-texture);
}

.about-block {
  width: min(100% - var(--about-side) * 2, var(--about-max));
  margin-inline: auto;
}

.about-message,
.about-company,
.about-history,
.about-offices,
.about-license,
.about-access {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.about-hero {
  position: relative;
  display: grid;
  min-height: 600px;
  grid-template-columns: minmax(470px, 44%) 1fr;
  overflow: hidden;
  background: var(--color-black);
}

.about-hero__breadcrumb {
  position: absolute;
  top: 34px;
  left: 78px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-en);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.about-hero__breadcrumb a,
.about-hero__breadcrumb span {
  color: inherit;
}

.about-hero__breadcrumb .sep {
  color: rgba(255, 255, 255, 0.42);
}

.about-hero__panel {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-width: 0;
  margin-right: -120px;
  padding: 76px 82px;
  overflow: hidden;
  background-color: var(--about-red);
  background-image:
    linear-gradient(128deg, rgba(224, 0, 0, 0.99), rgba(184, 0, 0, 0.99)),
    var(--red-texture);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  color: var(--color-white);
}

.about-hero__outline {
  position: absolute;
  top: 34px;
  left: 78px;
  color: transparent;
  font-family: var(--font-en);
  font-size: 8.9rem;
  font-weight: 500;
  line-height: 0.8;
  opacity: 0.42;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
}

.about-hero__panel p {
  position: relative;
  z-index: 1;
  margin: 96px 0 16px;
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.about-hero__panel h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: 3.35rem;
  font-weight: var(--weight-heavy);
  line-height: 1.15;
}

.about-hero__panel strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 30px;
  font-size: 1.28rem;
  font-weight: var(--weight-heavy);
  line-height: 1.75;
}

.about-hero__image {
  position: relative;
  min-width: 0;
  margin: 0;
  background: var(--color-black);
}

.about-hero__image::after,
.about-message__image::after,
.about-office figure::after,
.about-license__image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.008) 0 1px, transparent 1px 8px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.19));
  mix-blend-mode: multiply;
}

.about-hero__image img,
.about-message__image img,
.about-office img,
.about-license__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) saturate(0.22) contrast(1.16) brightness(0.96);
}

.about-hero__image img {
  object-position: 58% center;
}

.about-section-title {
  display: grid;
  gap: 8px;
}

.about-section-title p {
  margin: 0;
  color: var(--color-red);
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.about-section-title h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  width: fit-content;
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: var(--weight-heavy);
  line-height: 1.25;
}

.about-title-line h2::after {
  display: block;
  width: 76px;
  height: 1px;
  content: "";
  background: rgba(20, 20, 20, 0.36);
}

.about-message {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 46%);
  gap: 72px;
  align-items: center;
  padding: 66px 0 68px;
}

.about-message__copy {
  min-width: 0;
}

.about-message__lead {
  margin: 42px 0 28px;
  color: var(--color-red);
  font-family: var(--font-display);
  font-size: 1.84rem;
  font-weight: var(--weight-heavy);
  line-height: 1.78;
}

.about-message__body {
  margin: 0;
  color: #2f2f2c;
  font-size: 0.92rem;
  font-weight: var(--weight-body);
  line-height: 2.05;
}

.about-message__body p {
  margin: 0 0 0.85em;
}

.about-message__body p:last-child {
  margin-bottom: 0;
}

.about-message__signature {
  display: inline-flex;
  align-items: baseline;
  gap: 28px;
  margin: 44px 0 0;
  color: var(--color-ink);
}

.about-message__signature span {
  font-size: 0.88rem;
  font-weight: var(--weight-heavy);
}

.about-message__signature strong {
  font-size: 1.38rem;
  font-weight: var(--weight-heavy);
  letter-spacing: 0;
}

.about-message__image {
  position: relative;
  min-height: 354px;
  margin: 0;
  overflow: hidden;
  background: var(--color-black);
}

.about-matrix {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 44%);
  column-gap: 78px;
  padding: 54px 0 70px;
  border-top: 1px solid var(--about-line);
}

.about-matrix > section {
  min-width: 0;
}

.about-history,
.about-license {
  padding-left: 58px;
  border-left: 1px solid var(--about-line);
}

.about-company,
.about-history {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--about-line);
}

.about-offices,
.about-license {
  padding-top: 38px;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 44%);
  gap: 78px;
  padding: 54px 0 70px;
  border-top: 1px solid var(--about-line);
}

.about-split > section {
  min-width: 0;
}

.about-split > section + section {
  padding-left: 58px;
  border-left: 1px solid var(--about-line);
}

.about-profile {
  margin: 36px 0 0;
  border-top: 1px solid rgba(18, 18, 18, 0.16);
}

.about-profile div {
  display: grid;
  grid-template-columns: 138px 1fr;
  min-height: 46px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.16);
}

.about-profile dt,
.about-profile dd {
  margin: 0;
  padding: 15px 18px;
  font-size: 0.82rem;
  line-height: 1.8;
}

.about-profile dt {
  border-right: 1px solid rgba(18, 18, 18, 0.16);
  font-weight: var(--weight-heavy);
}

.about-profile dd {
  display: grid;
  gap: 2px;
  color: #2b2b28;
  font-weight: var(--weight-body);
}

.about-history__list {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.about-history__item {
  position: relative;
  display: grid;
  grid-template-columns: 88px 86px 1fr;
  gap: 18px;
  min-height: 52px;
  align-items: start;
  padding-left: 22px;
}

.about-history__item::before {
  position: absolute;
  top: 0.74rem;
  bottom: -0.74rem;
  left: 4px;
  width: 1px;
  content: "";
  background: rgba(18, 18, 18, 0.48);
}

.about-history__item:last-child::before {
  display: none;
}

.about-history__dot {
  position: absolute;
  top: 0.54rem;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2a2a28;
}

.about-history__item strong,
.about-history__item time,
.about-history__item p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: var(--weight-heavy);
  line-height: 1.65;
}

.about-history__item strong {
  color: var(--color-red);
}

.about-history__item time {
  color: #343431;
  white-space: nowrap;
}

.about-history__item p {
  color: #2c2c29;
}

.about-more {
  display: none;
}

.about-split--offices {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 42%);
  padding-top: 24px;
}

.about-office-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.about-office {
  display: grid;
  grid-template-columns: 255px 1fr;
  min-height: 178px;
  overflow: hidden;
  background: var(--color-red);
  color: var(--color-white);
}

.about-office figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--color-black);
}

.about-office div {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  padding: 28px 34px;
  background-color: var(--color-red);
  background-image: var(--red-texture);
}

.about-office h3,
.about-office p {
  margin: 0;
}

.about-office h3 {
  font-size: 1.28rem;
  font-weight: var(--weight-heavy);
}

.about-office p {
  font-size: 0.88rem;
  font-weight: var(--weight-heavy);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.about-office__access {
  position: relative;
  padding-left: 24px;
}

.about-office__access::before {
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 12px;
  height: 16px;
  content: "";
  border: 2px solid currentColor;
  border-top-width: 5px;
  border-radius: 2px;
}

.about-license__number {
  margin: 28px 0 22px;
  color: #2c2c29;
  font-size: 0.94rem;
  font-weight: var(--weight-heavy);
  line-height: 1.8;
}

.about-license__grid {
  margin: 0;
  border-top: 1px solid rgba(18, 18, 18, 0.16);
}

.about-license__grid div {
  display: grid;
  grid-template-columns: 145px 1fr;
  min-height: 60px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.16);
}

.about-license__grid dt,
.about-license__grid dd {
  margin: 0;
  padding: 18px 20px;
  font-size: 0.9rem;
  font-weight: var(--weight-heavy);
  line-height: 1.55;
}

.about-license__grid dt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(18, 18, 18, 0.16);
}

.about-license__grid dt::before {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  content: "";
  border: 2px solid var(--color-red);
  background:
    linear-gradient(var(--color-red), var(--color-red)) center / 12px 2px no-repeat,
    linear-gradient(var(--color-red), var(--color-red)) center / 2px 12px no-repeat;
}

.about-more::after {
  width: 28px;
  height: 28px;
  content: "";
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat,
    linear-gradient(45deg, transparent 48%, currentColor 49% 55%, transparent 56%) 11px center / 11px 11px no-repeat;
}

.about-license__image {
  position: relative;
  height: 136px;
  margin: 46px -58px 0 0;
  overflow: hidden;
  background: var(--color-black);
}

.about-access {
  padding: 42px 0 62px;
  border-top: 1px solid var(--about-line);
}

.about-access__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  margin-top: 30px;
}

.about-access-card {
  display: grid;
  grid-template-columns: minmax(245px, 42%) 1fr;
  min-height: 206px;
  border: 1px solid rgba(18, 18, 18, 0.18);
  background: rgba(255, 255, 255, 0.32);
}

.about-access-card__info {
  display: grid;
  align-content: center;
  gap: 13px;
  padding: 28px 34px;
}

.about-access-card h3,
.about-access-card p {
  margin: 0;
}

.about-access-card h3 {
  display: inline-flex;
  width: fit-content;
  padding: 6px 16px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: var(--weight-heavy);
  line-height: 1;
}

.about-access-card p {
  color: #30302d;
  font-size: 0.8rem;
  font-weight: var(--weight-heavy);
  line-height: 1.7;
}

.about-map {
  position: relative;
  overflow: hidden;
  min-height: 204px;
  background:
    linear-gradient(35deg, transparent 0 44%, rgba(60, 60, 60, 0.16) 44% 46%, transparent 46%),
    linear-gradient(-35deg, transparent 0 54%, rgba(60, 60, 60, 0.14) 54% 56%, transparent 56%),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(40, 40, 40, 0.1) 25px 26px),
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(40, 40, 40, 0.1) 37px 38px),
    #f2f2ef;
}

.about-map iframe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}

.about-map::before,
.about-map::after {
  position: absolute;
  content: "";
  background: rgba(28, 28, 28, 0.12);
}

.about-map::before {
  top: 47%;
  left: -10%;
  width: 120%;
  height: 16px;
  transform: rotate(-18deg);
}

.about-map::after {
  top: -10%;
  left: 62%;
  width: 14px;
  height: 120%;
  transform: rotate(28deg);
}

.about-map span {
  position: absolute;
  top: 45%;
  left: 55%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 8px solid var(--color-red);
  border-radius: 50% 50% 50% 0;
  background: var(--color-white);
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(180, 0, 0, 0.22);
}

.about-map span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--color-red);
}

.about-map strong {
  position: absolute;
  right: 28px;
  bottom: 20px;
  color: rgba(10, 10, 10, 0.44);
  font-size: 1rem;
  font-weight: var(--weight-heavy);
}

.about-contact-button__label {
  display: inline-flex;
  white-space: nowrap;
}

.about-contact-button__mobile {
  display: none;
}

@media (min-width: 1001px) {
  .about-hero {
    min-height: 480px;
    grid-template-columns: minmax(430px, 45%) 1fr;
  }

  .about-hero__panel {
    padding: 58px 72px;
  }

  .about-hero__breadcrumb {
    top: 30px;
    left: 72px;
  }

  .about-hero__outline {
    top: 30px;
    left: 72px;
    font-size: 7.8rem;
  }

  .about-hero__panel p {
    margin-top: 80px;
  }

  .about-hero__panel h1 {
    font-size: 3.05rem;
  }

  .about-hero__panel strong {
    margin-top: 24px;
    font-size: 1.12rem;
  }

  .about-section-title h2 {
    font-size: 2rem;
  }

  .about-message {
    gap: 62px;
    padding: 48px 0 52px;
  }

  .about-message__lead {
    margin: 34px 0 22px;
    font-size: 1.54rem;
    line-height: 1.72;
  }

  .about-message__body {
    font-size: 0.84rem;
    line-height: 1.95;
  }

  .about-message__signature {
    margin-top: 34px;
  }

  .about-message__image {
    min-height: 292px;
  }

  .about-split {
    gap: 58px;
    padding: 38px 0 50px;
  }

  .about-matrix {
    column-gap: 58px;
    padding: 38px 0 50px;
  }

  .about-history,
  .about-license {
    padding-left: 46px;
  }

  .about-company,
  .about-history {
    padding-bottom: 46px;
  }

  .about-offices,
  .about-license {
    padding-top: 34px;
  }

  .about-split > section + section {
    padding-left: 46px;
  }

  .about-profile {
    margin-top: 28px;
  }

  .about-profile div {
    min-height: 38px;
  }

  .about-profile dt,
  .about-profile dd {
    padding: 10px 16px;
    font-size: 0.76rem;
    line-height: 1.7;
  }

  .about-history__list {
    margin-top: 28px;
  }

  .about-history__item {
    grid-template-columns: 82px 76px 1fr;
    gap: 14px;
    min-height: 43px;
  }

  .about-history__item strong,
  .about-history__item time,
  .about-history__item p {
    font-size: 0.74rem;
  }

  .about-split--offices {
    padding-top: 22px;
  }

  .about-office-list {
    gap: 12px;
    margin-top: 28px;
  }

  .about-office {
    grid-template-columns: 225px 1fr;
    min-height: 146px;
  }

  .about-office div {
    gap: 7px;
    padding: 20px 28px;
  }

  .about-office h3 {
    font-size: 1.16rem;
  }

  .about-office p {
    font-size: 0.78rem;
    line-height: 1.48;
  }

  .about-license__number {
    margin: 24px 0 18px;
    font-size: 0.86rem;
  }

  .about-license__grid div {
    min-height: 50px;
  }

  .about-license__grid dt,
  .about-license__grid dd {
    padding: 14px 18px;
    font-size: 0.82rem;
  }

  .about-license__image {
    height: 112px;
    margin-top: 36px;
  }

  .about-access {
    padding: 36px 0 48px;
  }

  .about-access__grid {
    gap: 42px;
    margin-top: 26px;
  }

  .about-access-card {
    min-height: 172px;
  }

  .about-access-card__info {
    gap: 10px;
    padding: 24px 28px;
  }

  .about-map {
    min-height: 170px;
  }

  .about-shell .sr-contact-strip {
    min-height: 86px;
  }

  .about-shell .sr-contact-strip__note,
  .about-shell .sr-contact-strip__tel,
  .about-shell .sr-contact-strip__button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .about-shell .sr-contact-strip__tel strong {
    font-size: 2.18rem;
  }

  .about-shell .sr-footer__main {
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .about-shell .sr-footer__bottom {
    padding-bottom: 14px;
  }
}

@media (max-width: 1180px) {
  .about-shell {
    --about-side: 50px;
  }

  .about-hero {
    grid-template-columns: minmax(400px, 48%) 1fr;
    min-height: 520px;
  }

  .about-hero__panel {
    padding-inline: 58px;
  }

  .about-split {
    gap: 46px;
  }

  .about-matrix {
    column-gap: 46px;
  }

  .about-split > section + section {
    padding-left: 42px;
  }

  .about-history,
  .about-license {
    padding-left: 42px;
  }

  .about-access-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .about-shell {
    --about-side: 40px;
  }

  .about-shell .sr-header {
    grid-template-columns: 1fr 118px;
  }

  .about-shell .sr-header__contact {
    display: none;
  }

  .about-hero {
    margin-top: 0;
    min-height: 390px;
    grid-template-columns: 56% 44%;
  }

  .about-hero__panel {
    margin-right: -74px;
    padding: 52px 48px;
  }

  .about-hero__breadcrumb {
    top: 30px;
    left: 46px;
  }

  .about-hero__outline {
    top: 32px;
    left: 46px;
    font-size: 6.7rem;
  }

  .about-hero__panel p {
    margin-top: 74px;
  }

  .about-hero__panel h1 {
    font-size: 2.8rem;
  }

  .about-hero__panel strong {
    font-size: 1.05rem;
  }

  .about-message {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .about-message__lead {
    font-size: 1.58rem;
  }

  .about-message__image {
    min-height: 280px;
    margin-top: 0;
  }

  .about-split,
  .about-split--offices,
  .about-matrix {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-split > section + section {
    padding-left: 0;
    border-left: 0;
  }

  .about-matrix > section {
    padding-left: 0;
    border-left: 0;
  }

  .about-license__image {
    margin-right: 0;
  }

  .about-access__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .about-office-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .about-office {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-office figure {
    height: 148px;
  }

  .about-office div {
    min-height: 178px;
    padding: 18px 18px 20px;
  }

  .about-office h3 {
    position: absolute;
    margin-top: -166px;
    padding: 7px 13px;
    background: var(--color-black);
    color: var(--color-white);
    font-size: 0.98rem;
  }

  .about-office p {
    font-size: 0.76rem;
  }
}

@media (max-width: 720px) {
  .about-shell {
    --about-side: 22px;
  }

  .about-shell .sr-header {
    grid-template-columns: 1fr 92px;
  }

  .about-page {
    padding-top: var(--header-height);
  }

  .about-hero {
    min-height: 290px;
    grid-template-columns: 58% 42%;
  }

  .about-hero__panel {
    margin-right: -52px;
    padding: 23px 25px;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  }

  .about-hero__breadcrumb {
    top: 22px;
    left: 24px;
    font-size: 0.68rem;
  }

  .about-hero__outline {
    top: 28px;
    left: 24px;
    font-size: 4.7rem;
  }

  .about-hero__panel p {
    margin: 97px 0 11px;
    font-size: 0.72rem;
  }

  .about-hero__panel h1 {
    font-size: 2rem;
  }

  .about-hero__panel strong {
    margin-top: 16px;
    font-size: 0.82rem;
    line-height: 1.9;
  }

  .about-hero__image img {
    object-position: 61% center;
  }

  .about-section-title p {
    font-size: 0.68rem;
  }

  .about-section-title h2 {
    gap: 18px;
    font-size: 1.6rem;
  }

  .about-title-line h2::after {
    width: 52px;
  }

  .about-message {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 0 28px;
  }

  .about-message__lead {
    margin: 22px 0 16px;
    font-size: 0.98rem;
    line-height: 1.9;
  }

  .about-message__body {
    font-size: 0.72rem;
    line-height: 1.85;
  }

  .about-message__signature {
    display: none;
  }

  .about-message__image {
    min-height: 220px;
    margin-top: 0;
  }

  .about-split {
    padding: 28px 0 34px;
  }

  .about-matrix {
    gap: 0;
    padding: 28px 0 0;
  }

  .about-matrix > section {
    padding: 0 0 34px;
    border-bottom: 1px solid var(--about-line);
  }

  .about-offices {
    order: 2;
  }

  .about-history {
    order: 3;
  }

  .about-license {
    order: 4;
  }

  .about-profile {
    margin-top: 18px;
  }

  .about-profile div {
    grid-template-columns: 126px 1fr;
    min-height: 45px;
  }

  .about-profile div:nth-child(n + 8) {
    display: none;
  }

  .about-profile dt,
  .about-profile dd {
    padding: 10px 12px;
    font-size: 0.76rem;
  }

  .about-more--mobile {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border: 1px solid rgba(18, 18, 18, 0.16);
    border-top: 0;
    background: rgba(255, 255, 255, 0.32);
    font-size: 0.8rem;
    font-weight: var(--weight-heavy);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .about-more--mobile:hover {
    background: var(--color-ink);
    color: var(--color-white);
    transform: translateY(-2px);
  }

  .about-history__list {
    margin-top: 22px;
  }

  .about-history__item {
    grid-template-columns: 78px 70px 1fr;
    gap: 9px;
    min-height: 40px;
    padding-left: 18px;
  }

  .about-history__item:nth-child(n + 5) {
    display: none;
  }

  .about-history__item strong,
  .about-history__item time,
  .about-history__item p {
    font-size: 0.74rem;
    line-height: 1.55;
  }

  .about-office-list {
    margin-top: 18px;
  }

  .about-office p {
    font-size: 0.72rem;
  }

  .about-license__number {
    margin: 18px 0 14px;
    font-size: 0.8rem;
  }

  .about-license__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(18, 18, 18, 0.14);
    background: rgba(255, 255, 255, 0.36);
  }

  .about-license__grid div {
    grid-template-columns: 1fr;
    min-height: 92px;
    border-bottom: 0;
  }

  .about-license__grid div + div {
    border-left: 1px solid rgba(18, 18, 18, 0.14);
  }

  .about-license__grid dt,
  .about-license__grid dd {
    justify-content: center;
    padding: 10px 8px 0;
    text-align: center;
    font-size: 0.72rem;
  }

  .about-license__grid dd {
    padding-top: 5px;
    padding-bottom: 12px;
  }

  .about-license__grid dt {
    display: grid;
    justify-items: center;
    gap: 7px;
    border-right: 0;
  }

  .about-license__grid dt::before {
    width: 22px;
    height: 22px;
  }

  .about-license__image {
    display: none;
  }

  .about-access {
    padding: 28px 0 30px;
  }

  .about-access__grid {
    gap: 0;
    margin-top: 18px;
  }

  .about-access-card {
    display: block;
    min-height: 0;
    border-width: 0 0 1px;
    background: transparent;
  }

  .about-access-card__info {
    position: relative;
    gap: 8px;
    padding: 13px 34px 13px 46px;
  }

  .about-access-card__info::before {
    position: absolute;
    top: 22px;
    left: 6px;
    width: 20px;
    height: 20px;
    content: "";
    border: 7px solid #4c4c49;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
  }

  .about-access-card h3 {
    padding: 5px 12px;
    font-size: 0.82rem;
  }

  .about-access-card p {
    font-size: 0.75rem;
  }

  .about-map {
    display: block;
    min-height: 220px;
  }

  .about-shell .sr-contact-strip {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    padding: 12px var(--about-side);
    border-top: 0;
    background: var(--color-paper);
  }

  .about-shell .sr-contact-strip__note {
    display: none;
  }

  .about-shell .sr-contact-strip__tel,
  .about-shell .sr-contact-strip__button {
    min-height: 74px;
    margin: 0;
    border: 1px solid rgba(18, 18, 18, 0.14);
  }

  .about-shell .sr-contact-strip__tel {
    grid-template-columns: 34px 1fr;
    justify-content: start;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.44);
    color: var(--color-ink);
  }

  .about-shell .sr-contact-strip__tel .phone-icon {
    width: 28px;
    height: 28px;
    border-width: 3px;
  }

  .about-shell .sr-contact-strip__tel strong {
    font-size: 1.36rem;
  }

  .about-shell .sr-contact-strip__tel small {
    font-size: 0.62rem;
  }

  .about-shell .sr-contact-strip__button {
    justify-content: center;
    gap: 13px;
    padding: 12px;
    font-size: 0.92rem;
  }

  .about-shell .sr-contact-strip__button::after {
    width: 18px;
  }

  .about-contact-button__desktop {
    display: none;
  }

  .about-contact-button__mobile {
    display: inline;
  }

  .about-shell .sr-footer__main,
  .about-shell .sr-footer__bottom {
    display: none;
  }
}

@media (max-width: 430px) {
  .about-shell {
    --about-side: 18px;
  }

  .about-shell .sr-header {
    grid-template-columns: 1fr 76px;
  }

  .about-shell .sr-brand__copy {
    gap: 7px;
  }

  .about-shell .sr-brand__copy small {
    display: inline-block;
    width: auto;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .about-shell .sr-brand__copy strong {
    font-size: 1.08rem;
  }

  .about-hero__panel {
    padding-inline: 18px;
  }

  .about-hero__breadcrumb {
    left: 18px;
  }

  .about-hero__outline {
    left: 17px;
    font-size: 4.1rem;
  }

  .about-hero__panel h1 {
    font-size: 1.78rem;
  }

  .about-hero__panel strong {
    font-size: 0.76rem;
  }

  .about-message__image {
    min-height: 174px;
  }

  .about-shell .sr-contact-strip__tel strong {
    font-size: 1.12rem;
  }
}

@media (max-width: 360px) {
  .about-message {
    grid-template-columns: 1fr;
  }

  .about-message__image {
    min-height: 188px;
    margin-top: 0;
  }

  .about-office-list {
    grid-template-columns: 1fr;
  }

  .about-license__grid {
    grid-template-columns: 1fr;
  }

  .about-license__grid div + div {
    border-top: 1px solid rgba(18, 18, 18, 0.14);
    border-left: 0;
  }
}
