.mobile-header__brand {
  display: flex;
  width: 156px;
  min-height: 44px;
  align-items: center;
}

.mobile-header__brand img {
  width: 100%;
  height: auto;
}

.mobile-menu {
  top: var(--header);
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100vh - var(--header));
  min-height: 0;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

@supports (height: 100dvh) {
  .mobile-menu {
    height: calc(100dvh - var(--header));
  }
}

.mobile-footer__logo {
  width: 108px;
  height: auto;
}

.delivery-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
}

.delivery-steps li {
  min-height: 62px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 0;
}

.delivery-steps li > span::after {
  display: none;
}

.delivery-steps h3 {
  min-width: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.delivery-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.delivery-capabilities article {
  min-height: 104px;
  align-content: center;
  padding: 16px 12px 16px 0;
}

.delivery-capabilities article:nth-child(even) {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

section[id] {
  scroll-margin-top: 0;
}

.about__facts a,
.quote__contact > a,
.mobile-footer address a {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.success-layer small {
  display: inline-block;
  margin-top: 8px;
  color: #879298;
  font-size: 12px;
}

.success-layer small b {
  color: #111315;
}

.form-status:not(:empty) {
  min-height: 20px;
  margin-top: 10px;
  color: #b62d25;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

@supports (padding: max(0px)) {
  .mobile-header {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
}

@media (min-width: 600px) {
  .mobile-header__brand {
    width: 168px;
  }

  .delivery-steps h3 {
    font-size: 16px;
  }

  .delivery-capabilities strong {
    font-size: 15px;
  }

  .delivery-capabilities span {
    font-size: 13px;
  }
}
