.atlas-footer--3-0 {
  position: relative;
  margin-top: clamp(3rem, 7vw, 7rem);
  padding-inline: 1rem !important;
  border-radius: clamp(42px, 6vw, 78px) clamp(42px, 6vw, 78px) 0 0;
  overflow: hidden;
}

.atlas-footer--3-0::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #b8894a, #d8c39c 38%, transparent 78%) !important;
  transform: none;
  opacity: 1;
}

.atlas-footer--3-0 .atlas-footer__intro {
  display: flex !important;
  align-items: center;
  gap: 2rem;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.atlas-footer--3-0 .atlas-footer__about {
  display: grid;
  gap: .7rem;
}

.atlas-footer--3-0 .atlas-footer__about > p {
  max-width: 620px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.atlas-footer--3-0 .atlas-footer__brand {
  font-size: 1.55rem;
  letter-spacing: -.045em;
}

.atlas-footer--3-0 .atlas-footer__brand span {
  color: #b8894a !important;
}

.atlas-footer__locations {
  padding-block: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(16, 35, 63, .1);
  border-bottom: 1px solid rgba(16, 35, 63, .1);
}

.atlas-footer__section-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.atlas-footer__section-head > span {
  color: #b8894a;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atlas-footer__section-head h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.atlas-footer__location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.atlas-footer-location {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr) minmax(180px, .9fr);
  gap: 1rem 1.5rem;
  align-items: center;
  padding: 1.35rem;
  border: 1px solid rgba(16, 35, 63, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 12px 34px rgba(35, 49, 66, .045);
}

.atlas-footer-location > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .65rem;
  align-items: center;
}

.atlas-footer-location__code {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #f3eadb;
  color: #9a713b;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.atlas-footer-location__region {
  margin: 0;
  color: #6b7885;
  font-size: .7rem;
  font-weight: 750;
}

.atlas-footer-location h3 {
  margin: 0;
  color: #10233f;
  font-size: 1.25rem;
}

.atlas-footer-location address {
  color: #506174;
  font-style: normal;
  line-height: 1.55;
}

.atlas-footer-location ul {
  display: grid;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atlas-footer-location a {
  color: #10233f;
  font-size: .82rem;
  font-weight: 750;
  text-decoration-color: rgba(184, 137, 74, .55);
  text-underline-offset: .22em;
}

.atlas-footer__services {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(2rem, 4vw, 3rem);
}

.atlas-footer--3-0 .atlas-footer-nav {
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 2rem;
}

.atlas-footer--3-0 .atlas-footer__portals {
  align-content: start;
  padding-left: clamp(1rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(16, 35, 63, .1);
}

.atlas-footer--3-0 .atlas-portals ul {
  display: grid;
  grid-template-columns: 1fr;
}

.atlas-footer--3-0 .atlas-portals a,
.atlas-footer--3-0 .atlas-channels a {
  border-color: rgba(16, 35, 63, .12) !important;
  background: rgba(255, 255, 255, .58) !important;
}

.atlas-footer--3-0 .atlas-portals a:hover,
.atlas-footer--3-0 .atlas-channels a:hover {
  border-color: rgba(184, 137, 74, .55) !important;
  background: #fff !important;
}

.atlas-footer--3-0 .atlas-footer__channels {
  margin-top: 0;
  padding-block: 1.5rem;
  border-top: 1px solid rgba(16, 35, 63, .1);
}

.atlas-footer--3-0 .atlas-footer__bottom {
  margin-top: 0;
  color: #607080;
}

html:not([data-atlas-theme="dark"]) .atlas-footer--3-0 {
  border-top: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(184, 137, 74, .12), transparent 24%),
    linear-gradient(145deg, #f5f1e9 0%, #f8f8f5 48%, #edf2f5 100%) !important;
  color: #10233f !important;
}

html[data-atlas-theme="dark"] .atlas-footer--3-0 .atlas-footer__locations,
html[data-atlas-theme="dark"] .atlas-footer--3-0 .atlas-footer__portals,
html[data-atlas-theme="dark"] .atlas-footer--3-0 .atlas-footer__channels {
  border-color: #30455a;
}

html[data-atlas-theme="dark"] .atlas-footer-location {
  border-color: #30455a;
  background: rgba(18, 36, 58, .78);
}

html[data-atlas-theme="dark"] .atlas-footer-location :where(h3, a),
html[data-atlas-theme="dark"] .atlas-footer__section-head h2 {
  color: #edf5fb;
}

html[data-atlas-theme="dark"] .atlas-footer-location :where(address, .atlas-footer-location__region) {
  color: #a9bac9;
}

@media (max-width: 1100px) {
  .atlas-footer__location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .atlas-footer--3-0 {
    padding-inline: .5rem !important;
    border-radius: 36px 36px 0 0;
  }

  .atlas-footer--3-0 .atlas-footer__intro,
  .atlas-footer__section-head {
    display: grid !important;
    align-items: start;
  }

  .atlas-footer-location {
    grid-template-columns: 1fr;
  }

  .atlas-footer__services {
    grid-template-columns: 1fr;
  }

  .atlas-footer--3-0 .atlas-footer__portals {
    padding-left: 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(16, 35, 63, .1);
    border-left: 0;
  }
}
